@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Specify the box size calculation method */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Improved responsiveness of links and buttons on touch devices */
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* --------------------
	Base
	基本設定
-------------------- */
html {
  font-size: 3.6vw; }
  @media screen and (min-width: 768px) {
    html {
      font-size: 1.8vw; } }
  @media screen and (min-width: 1000px) {
    html {
      font-size: 18px; } }

body a {
  color: inherit;
  text-decoration: none;
  /*&[href^="tel:"] {
  	pointer-events: none;
  }*/ }
body img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }
body em {
  font-style: normal; }
body li {
  list-style: none; }
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: inherit; }

.wrap {
  background: white;
  width: 100%;
  color: #000000; }
  @media screen and (max-width: 768px) {
    .wrap {
      /*a {
      	&[href^="tel:"] {
      		pointer-events: auto;
      	}
      }*/ } }

/* --------------------
	Layout
-------------------- */
/* Mixin */
/* common parts */
/* button */
/*
	Wrap
------------------------------------------------------------ */
body {
  font-family: 'Plus Jakarta Sans', 'Noto Sans JP', sans-serif; }
  body a {
    transition: all .2s ease-in-out;
    cursor: pointer; }
    body a:hover {
      opacity: .8; }
    @media screen and (max-width: 768px) {
      body a:hover {
        opacity: 1; } }

.wrap {
  overflow: hidden; }
  .wrap img {
    width: 100%;
    height: auto; }
  .wrap .pc {
    display: block; }
  .wrap .sp {
    display: none; }
  .wrap .blue {
    color: #184d93; }
  .wrap .yellow {
    color: #ffef7a; }
  .wrap .red {
    color: #e10000; }
  .wrap .note {
    font-size: .8rem;
    text-align: center;
    color: #787878; }
  @media screen and (max-width: 768px) {
    .wrap .pc {
      display: none; }
    .wrap .sp {
      display: block; }
    .wrap .note {
      font-size: 2.4vw; } }

/*
	Header
------------------------------------------------------------ */
.header {
  background: white;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .header__inner {
    padding: .5rem;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between; }
    .header__inner .heading {
      width: 12%;
      margin: 1rem 0; }
    .header__inner .box {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .header__inner .box .list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: .8vw;
        gap: 1.5em;
        width: 40%;
        margin-right: 1.5em; }
        .header__inner .box .list-item {
          width: fit-content; }
      .header__inner .box .button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 36%; }
        .header__inner .box .button-item {
          width: 49%; }
          .header__inner .box .button-item02 {
            transition: all .2s ease-in-out;
            cursor: pointer; }
            .header__inner .box .button-item02:hover {
              opacity: .8; }
            @media screen and (max-width: 768px) {
              .header__inner .box .button-item02:hover {
                opacity: 1; } }
            .header__inner .box .button-item02 a {
              width: 100%;
              font-size: 1.3rem;
              font-weight: 700;
              text-align: center;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 8px;
              height: 3.5em;
              position: relative;
              letter-spacing: .05em;
              padding-right: 1em; }
              .header__inner .box .button-item02 a::before {
                position: absolute;
                content: "";
                aspect-ratio: 88/150;
                width: .6em;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                top: 0;
                bottom: 0;
                margin: auto;
                right: 1em; }
            @media screen and (max-width: 768px) {
              .header__inner .box .button-item02 a {
                font-size: 4.2vw; } }
            .header__inner .box .button-item02 a {
              color: white;
              background: linear-gradient(#ff6100 0%, #e10000 100%);
              filter: drop-shadow(0 8px 0 #9e0000); }
              .header__inner .box .button-item02 a::before {
                background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/icon_button01.svg"); }
            @media screen and (max-width: 768px) {
              .header__inner .box .button-item02 a {
                filter: drop-shadow(0 4px 0 #9e0000); } }
            .header__inner .box .button-item02 a {
              font-size: .9vw;
              filter: none; }
          .header__inner .box .button-item01 {
            transition: all .2s ease-in-out;
            cursor: pointer; }
            .header__inner .box .button-item01:hover {
              opacity: .8; }
            @media screen and (max-width: 768px) {
              .header__inner .box .button-item01:hover {
                opacity: 1; } }
            .header__inner .box .button-item01 a {
              width: 100%;
              font-size: 1.3rem;
              font-weight: 700;
              text-align: center;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 8px;
              height: 3.5em;
              position: relative;
              letter-spacing: .05em;
              padding-right: 1em; }
              .header__inner .box .button-item01 a::before {
                position: absolute;
                content: "";
                aspect-ratio: 88/150;
                width: .6em;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                top: 0;
                bottom: 0;
                margin: auto;
                right: 1em; }
            @media screen and (max-width: 768px) {
              .header__inner .box .button-item01 a {
                font-size: 4.2vw; } }
            .header__inner .box .button-item01 a {
              color: #184d93;
              background: linear-gradient(#ffffff 0%, #f5fbff 100%);
              filter: drop-shadow(0 8px 0 #cbeaff); }
              .header__inner .box .button-item01 a::before {
                background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/icon_button02.svg"); }
            @media screen and (max-width: 768px) {
              .header__inner .box .button-item01 a {
                filter: drop-shadow(0 4px 0 #cbeaff); } }
            .header__inner .box .button-item01 a {
              font-size: .9vw;
              background: linear-gradient(360deg, #184d93 0%, #257bb6 100%);
              color: white;
              filter: none; }
              .header__inner .box .button-item01 a::before {
                background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/icon_button01.svg"); }
  @media screen and (max-width: 768px) {
    .header {
      position: static; }
      .header__inner {
        padding: 3vw 0; }
        .header__inner .heading {
          width: 40%;
          margin: 3vw auto; }
        .header__inner .box {
          display: none; } }

/* visual */
.visual {
  background-color: white;
  background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/fv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .visual .netis {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 4;
    width: 12%; }
  .visual__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    padding: 4rem 0;
    text-align: center;
    color: white;
    letter-spacing: .1em;
    position: relative;
    z-index: 3; }
    .visual__inner::before {
      position: absolute;
      content: "";
      aspect-ratio: 638/817;
      width: 17.5rem;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      right: 3rem;
      bottom: 0;
      background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/fv_image.webp");
      z-index: -1; }
    .visual__inner .sub {
      font-size: 1.5rem;
      font-weight: 700; }
    .visual__inner .line {
      width: 30rem;
      margin: .5rem auto 1.5rem; }
    .visual__inner .top {
      width: 84%;
      margin: 0 auto .5rem; }
    .visual__inner .heading {
      font-size: 2.4rem;
      font-weight: 900;
      line-height: 1.3; }
      .visual__inner .heading .large {
        font-size: 1.3em; }
    .visual__inner .list {
      width: 64%;
      margin: 3rem 0 2rem 1rem;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-gap: 1rem; }
    .visual__inner .note {
      text-align: start;
      color: white;
      margin-left: 1.5rem; }
  @media screen and (max-width: 768px) {
    .visual {
      background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/fv-sp.webp"); }
      .visual .netis {
        position: absolute;
        right: 4vw;
        bottom: 4vw;
        width: 40%; }
      .visual__inner {
        padding: 8vw 0; }
        .visual__inner::before {
          background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/fv_image-sp.webp");
          aspect-ratio: 354/427;
          width: 52%;
          right: -2vw;
          bottom: 15vw; }
        .visual__inner .sub {
          font-size: 4.5vw; }
        .visual__inner .line {
          width: 100%;
          margin: 1vw auto 4vw; }
        .visual__inner .top {
          width: 100%;
          margin: 0 auto 4vw; }
        .visual__inner .heading {
          font-size: 6.8vw;
          line-height: 1.5; }
        .visual__inner .list {
          width: 50%;
          margin: 4vw 0;
          grid-template-columns: repeat(2, 1fr);
          grid-gap: 2vw; }
        .visual__inner .note {
          margin-left: 1em;
          line-height: 1.3; } }

.menu {
  display: none; }
  @media screen and (max-width: 768px) {
    .menu {
      display: block;
      position: fixed;
      top: 0;
      right: -100%;
      width: 50%;
      height: fit-content;
      background-color: #257bb6;
      color: white;
      transition: right 0.3s ease;
      padding: 4vw 4vw 8vw;
      box-sizing: border-box;
      z-index: 2000; }
      .menu .open {
        right: 0; }
      .menu .hamburger {
        position: fixed;
        top: 2vw;
        right: 2vw;
        width: 8%;
        cursor: pointer;
        z-index: 20;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 2vw;
        padding-top: 2vw; }
        .menu .hamburger span {
          display: block;
          height: 3px;
          width: 100%;
          background-color: #257bb6;
          transition: 0.4s; }
        .menu .hamburger::before {
          position: absolute;
          content: "";
          background: white;
          border-radius: 0 0 0 8px;
          width: 13vw;
          aspect-ratio: 1 / 1;
          z-index: -1;
          right: -2vw;
          top: -2vw; }
      .menu .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(1vw, 1vw); }
      .menu .hamburger.active span:nth-child(2) {
        opacity: 0; }
      .menu .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(2.65vw, -2.5vw); }
      .menu .list {
        list-style-type: none;
        padding: 0;
        margin-top: 8vw; }
        .menu .list-item {
          font-size: 4vw;
          font-weight: 500;
          letter-spacing: .1em;
          border-bottom: 1px solid white;
          padding: 1em 0; }
          .menu .list-item a {
            color: white;
            text-decoration: none;
            display: block; } }

/*
	Contents
------------------------------------------------------------ */
.contents {
  background: white;
  color: #000000;
  /* 埋め込み地図・動画 レスポンシブ対応用 */ }
  .contents .video,
  .contents .map {
    width: fit-content;
    margin: 0 auto; }
    .contents .video iframe,
    .contents .video video,
    .contents .map iframe,
    .contents .map video {
      width: 100%;
      max-width: 1000px;
      height: auto;
      aspect-ratio: 16 / 9; }

/* cv */
.cv {
  padding: 6rem 0;
  background-color: white;
  background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/cv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .cv {
      padding: 10vw 0; } }
  .cv__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    color: white;
    text-align: center;
    font-weight: 700; }
    .cv__inner .sub {
      font-size: 1.5rem;
      margin-bottom: 1.3em; }
      .cv__inner .sub .border {
        border-bottom: dotted 4px white;
        padding-bottom: .35em; }
      .cv__inner .sub .large {
        font-size: 1.3em; }
    .cv__inner .main {
      font-size: 2rem;
      margin-bottom: 1.3em; }
    .cv__inner .button {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .cv__inner .button-item {
        width: 49%; }
        .cv__inner .button-item01 {
          transition: all .2s ease-in-out;
          cursor: pointer; }
          .cv__inner .button-item01:hover {
            opacity: .8; }
          @media screen and (max-width: 768px) {
            .cv__inner .button-item01:hover {
              opacity: 1; } }
          .cv__inner .button-item01 a {
            width: 100%;
            font-size: 1.3rem;
            font-weight: 700;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            height: 3.5em;
            position: relative;
            letter-spacing: .05em;
            padding-right: 1em; }
            .cv__inner .button-item01 a::before {
              position: absolute;
              content: "";
              aspect-ratio: 88/150;
              width: .6em;
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center;
              top: 0;
              bottom: 0;
              margin: auto;
              right: 1em; }
          @media screen and (max-width: 768px) {
            .cv__inner .button-item01 a {
              font-size: 4.2vw; } }
          .cv__inner .button-item01 a {
            color: white;
            background: linear-gradient(#ff6100 0%, #e10000 100%);
            filter: drop-shadow(0 8px 0 #9e0000); }
            .cv__inner .button-item01 a::before {
              background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/icon_button01.svg"); }
          @media screen and (max-width: 768px) {
            .cv__inner .button-item01 a {
              filter: drop-shadow(0 4px 0 #9e0000); } }
        .cv__inner .button-item02 {
          transition: all .2s ease-in-out;
          cursor: pointer; }
          .cv__inner .button-item02:hover {
            opacity: .8; }
          @media screen and (max-width: 768px) {
            .cv__inner .button-item02:hover {
              opacity: 1; } }
          .cv__inner .button-item02 a {
            width: 100%;
            font-size: 1.3rem;
            font-weight: 700;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            height: 3.5em;
            position: relative;
            letter-spacing: .05em;
            padding-right: 1em; }
            .cv__inner .button-item02 a::before {
              position: absolute;
              content: "";
              aspect-ratio: 88/150;
              width: .6em;
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center;
              top: 0;
              bottom: 0;
              margin: auto;
              right: 1em; }
          @media screen and (max-width: 768px) {
            .cv__inner .button-item02 a {
              font-size: 4.2vw; } }
          .cv__inner .button-item02 a {
            color: #184d93;
            background: linear-gradient(#ffffff 0%, #f5fbff 100%);
            filter: drop-shadow(0 8px 0 #cbeaff); }
            .cv__inner .button-item02 a::before {
              background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/icon_button02.svg"); }
          @media screen and (max-width: 768px) {
            .cv__inner .button-item02 a {
              filter: drop-shadow(0 4px 0 #cbeaff); } }
  @media screen and (max-width: 768px) {
    .cv {
      background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/cv-sp.webp"); }
      .cv__inner .sub {
        font-size: 4.8vw;
        margin-bottom: 1.3em; }
        .cv__inner .sub .border {
          border-bottom: dotted 2px white;
          padding-bottom: .35em; }
        .cv__inner .sub .large {
          font-size: 1.3em; }
      .cv__inner .main {
        font-size: 6.5vw;
        line-height: 1.3;
        margin-bottom: 1em; }
      .cv__inner .button {
        display: block; }
        .cv__inner .button-item {
          width: 90%;
          margin: 0 auto; }
          .cv__inner .button-item01 {
            transition: all .2s ease-in-out;
            cursor: pointer;
            margin-bottom: 4vw; }
            .cv__inner .button-item01:hover {
              opacity: .8; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cv__inner .button-item01:hover {
            opacity: 1; } }
  @media screen and (max-width: 768px) {
            .cv__inner .button-item01 a {
              width: 100%;
              font-size: 1.3rem;
              font-weight: 700;
              text-align: center;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 8px;
              height: 3.5em;
              position: relative;
              letter-spacing: .05em;
              padding-right: 1em; }
              .cv__inner .button-item01 a::before {
                position: absolute;
                content: "";
                aspect-ratio: 88/150;
                width: .6em;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                top: 0;
                bottom: 0;
                margin: auto;
                right: 1em; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cv__inner .button-item01 a {
            font-size: 4.2vw; } }
  @media screen and (max-width: 768px) {
            .cv__inner .button-item01 a {
              color: white;
              background: linear-gradient(#ff6100 0%, #e10000 100%);
              filter: drop-shadow(0 8px 0 #9e0000); }
              .cv__inner .button-item01 a::before {
                background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/icon_button01.svg"); } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cv__inner .button-item01 a {
            filter: drop-shadow(0 4px 0 #9e0000); } }
  @media screen and (max-width: 768px) {
          .cv__inner .button-item02 {
            transition: all .2s ease-in-out;
            cursor: pointer; }
            .cv__inner .button-item02:hover {
              opacity: .8; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cv__inner .button-item02:hover {
            opacity: 1; } }
  @media screen and (max-width: 768px) {
            .cv__inner .button-item02 a {
              width: 100%;
              font-size: 1.3rem;
              font-weight: 700;
              text-align: center;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 8px;
              height: 3.5em;
              position: relative;
              letter-spacing: .05em;
              padding-right: 1em; }
              .cv__inner .button-item02 a::before {
                position: absolute;
                content: "";
                aspect-ratio: 88/150;
                width: .6em;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                top: 0;
                bottom: 0;
                margin: auto;
                right: 1em; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cv__inner .button-item02 a {
            font-size: 4.2vw; } }
  @media screen and (max-width: 768px) {
            .cv__inner .button-item02 a {
              color: #184d93;
              background: linear-gradient(#ffffff 0%, #f5fbff 100%);
              filter: drop-shadow(0 8px 0 #cbeaff); }
              .cv__inner .button-item02 a::before {
                background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/icon_button02.svg"); } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cv__inner .button-item02 a {
            filter: drop-shadow(0 4px 0 #cbeaff); } }

/* 全ブロック共通 */
.intro,
.service,
.reason,
.chart,
.about,
.flow,
.case,
.spec,
.faq {
  padding: 6rem 0; }
  @media screen and (max-width: 768px) {
    .intro,
    .service,
    .reason,
    .chart,
    .about,
    .flow,
    .case,
    .spec,
    .faq {
      padding: 10vw 0; } }
  .intro__inner,
  .service__inner,
  .reason__inner,
  .chart__inner,
  .about__inner,
  .flow__inner,
  .case__inner,
  .spec__inner,
  .faq__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto; }
    .intro__inner .eng,
    .intro__inner .heading,
    .service__inner .eng,
    .service__inner .heading,
    .reason__inner .eng,
    .reason__inner .heading,
    .chart__inner .eng,
    .chart__inner .heading,
    .about__inner .eng,
    .about__inner .heading,
    .flow__inner .eng,
    .flow__inner .heading,
    .case__inner .eng,
    .case__inner .heading,
    .spec__inner .eng,
    .spec__inner .heading,
    .faq__inner .eng,
    .faq__inner .heading {
      text-align: center;
      font-weight: 700;
      letter-spacing: .1em; }
    .intro__inner .eng,
    .service__inner .eng,
    .reason__inner .eng,
    .chart__inner .eng,
    .about__inner .eng,
    .flow__inner .eng,
    .case__inner .eng,
    .spec__inner .eng,
    .faq__inner .eng {
      color: #257bb6;
      font-size: 1.3rem;
      margin-bottom: 1em; }
    .intro__inner .heading,
    .service__inner .heading,
    .reason__inner .heading,
    .chart__inner .heading,
    .about__inner .heading,
    .flow__inner .heading,
    .case__inner .heading,
    .spec__inner .heading,
    .faq__inner .heading {
      font-size: 3.2rem;
      color: #184d93;
      margin-bottom: 1em; }
      .intro__inner .heading span,
      .service__inner .heading span,
      .reason__inner .heading span,
      .chart__inner .heading span,
      .about__inner .heading span,
      .flow__inner .heading span,
      .case__inner .heading span,
      .spec__inner .heading span,
      .faq__inner .heading span {
        margin-right: .25em; }
        .intro__inner .heading span img,
        .service__inner .heading span img,
        .reason__inner .heading span img,
        .chart__inner .heading span img,
        .about__inner .heading span img,
        .flow__inner .heading span img,
        .case__inner .heading span img,
        .spec__inner .heading span img,
        .faq__inner .heading span img {
          width: 4.75em; }
      .intro__inner .heading-sub,
      .service__inner .heading-sub,
      .reason__inner .heading-sub,
      .chart__inner .heading-sub,
      .about__inner .heading-sub,
      .flow__inner .heading-sub,
      .case__inner .heading-sub,
      .spec__inner .heading-sub,
      .faq__inner .heading-sub {
        font-size: 1.2rem;
        letter-spacing: .1em;
        font-weight: 500;
        margin-bottom: 3em; }
  @media screen and (max-width: 768px) {
    .intro__inner .eng,
    .service__inner .eng,
    .reason__inner .eng,
    .chart__inner .eng,
    .about__inner .eng,
    .flow__inner .eng,
    .case__inner .eng,
    .spec__inner .eng,
    .faq__inner .eng {
      font-size: 3.6vw; }
    .intro__inner .heading,
    .service__inner .heading,
    .reason__inner .heading,
    .chart__inner .heading,
    .about__inner .heading,
    .flow__inner .heading,
    .case__inner .heading,
    .spec__inner .heading,
    .faq__inner .heading {
      font-size: 8.6vw; }
      .intro__inner .heading-sub,
      .service__inner .heading-sub,
      .reason__inner .heading-sub,
      .chart__inner .heading-sub,
      .about__inner .heading-sub,
      .flow__inner .heading-sub,
      .case__inner .heading-sub,
      .spec__inner .heading-sub,
      .faq__inner .heading-sub {
        font-size: 4.3vw;
        line-height: 1.6;
        margin-bottom: 1.5em; } }

/* 各ブロック個別 */
.appeal {
  padding: 3rem 0; }
  .appeal__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 20px;
    border: #184d93 solid 2px;
    padding: 1rem 2rem 2.5rem; }
    .appeal__inner .heading {
      font-size: 1.5rem;
      color: #184d93;
      font-weight: 700;
      letter-spacing: .1em;
      text-align: center;
      position: relative;
      z-index: 2;
      top: -2rem; }
      .appeal__inner .heading::before {
        position: absolute;
        content: "";
        background: white;
        width: 20em;
        left: 50%;
        transform: translateX(-50%);
        height: 1.1em;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: -1; }
    .appeal__inner .list {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 2rem;
      text-align: center;
      font-weight: 700; }
      .appeal__inner .list .head {
        color: #184d93;
        letter-spacing: .1em; }
      .appeal__inner .list .number {
        color: #257bb6;
        font-size: 2rem;
        letter-spacing: .05em;
        margin: .25em 0; }
        .appeal__inner .list .number .large {
          font-weight: 500;
          font-size: 2.1em; }
  @media screen and (max-width: 768px) {
    .appeal {
      padding: 10vw 0 8vw; }
      .appeal__inner {
        border-radius: 10px;
        padding: 2vw 0 6vw; }
        .appeal__inner .heading {
          letter-spacing: 0;
          font-size: 4.7vw;
          top: -4.5vw; }
          .appeal__inner .heading::before {
            width: 17em; }
        .appeal__inner .list {
          grid-template-columns: 1fr;
          grid-gap: 6vw; }
          .appeal__inner .list .number {
            font-size: 6vw; } }

.intro {
  padding: 6rem 0 0;
  background: #f2f2f2; }
  .intro__inner .marker {
    background: linear-gradient(transparent 50%, #ffef7a 50%); }
  .intro__inner .heading .medium {
    font-size: .7em; }
  .intro__inner .list {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.1)); }
    @media screen and (max-width: 768px) {
      .intro__inner .list {
        filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.1)); } }
    .intro__inner .list-item {
      background: white;
      border-radius: 20px;
      padding: 2em 0;
      font-size: 1.3rem;
      color: #184d93;
      text-align: center;
      line-height: 1.6;
      font-weight: 700;
      letter-spacing: .1em; }
      .intro__inner .list-item01, .intro__inner .list-item02 {
        display: flex;
        align-items: center;
        justify-content: center; }
  .intro__inner .image {
    width: 56%;
    margin: -2rem auto 2rem;
    position: relative;
    z-index: 2; }
  @media screen and (max-width: 768px) {
    .intro {
      padding: 10vw 0 0; }
      .intro__inner .heading {
        letter-spacing: .05em;
        font-size: 6.5vw; }
        .intro__inner .heading .medium {
          font-size: .8em; }
      .intro__inner .list {
        grid-gap: 4vw;
        grid-template-columns: repeat(2, 1fr); }
        .intro__inner .list-item {
          border-radius: 10px;
          padding: 1.5em 1em;
          font-size: 4vw;
          text-align: justify; }
          .intro__inner .list-item br {
            display: none; }
          .intro__inner .list-item04 {
            display: flex;
            align-items: center;
            justify-content: center; }
      .intro__inner .image {
        width: 88%;
        margin: -5vw auto 10vw; } }

.service {
  padding: 0 0 6rem;
  position: relative;
  z-index: 1; }
  .service::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 14rem;
    background: #f2f2f2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1; }
  .service::after {
    position: absolute;
    content: "";
    width: 100%;
    background: #f2f2f2;
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% 26%, 100% 0, 0 0);
    left: 50%;
    transform: translateX(-50%);
    top: -2.05rem;
    z-index: -1; }
  .service__inner .heading {
    font-size: 2.3rem;
    line-height: 1.6; }
    .service__inner .heading .marker {
      background: linear-gradient(transparent 50%, #ffef7a 50%); }
    .service__inner .heading .medium {
      font-size: .7em; }
    .service__inner .heading02 {
      line-height: 1;
      font-size: 3.2rem;
      margin-bottom: .75em; }
  .service__inner .comm {
    text-align: center;
    margin-bottom: 2em; }
    .service__inner .comm .comment {
      background: #184d93;
      color: white;
      padding: .25em 1em;
      font-size: 2rem;
      font-weight: 700;
      letter-spacing: .05em;
      position: relative; }
      .service__inner .comm .comment::before {
        position: absolute;
        content: "";
        top: -.65rem;
        width: .75em;
        aspect-ratio: 1/cos(30deg);
        clip-path: polygon(50% 0, 100% 60%, 0 60%);
        background: #184d93;
        transform: translateX(-50%); }
  .service__inner .top {
    width: 52%;
    margin: 0 auto 2rem; }
  .service__inner .box {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .service__inner .box .note {
      margin-top: 1em; }
    .service__inner .box-item01 {
      width: 40%; }
    .service__inner .box-item02 {
      flex: 1; }
      .service__inner .box-item02 .head {
        margin-left: 2em;
        line-height: 2; }
        .service__inner .box-item02 .head .marker {
          background: #184d93;
          color: white;
          letter-spacing: .1em;
          font-size: 1.5rem;
          font-weight: 700;
          padding: .15em; }
      .service__inner .box-item02 .main {
        text-align: center;
        font-size: 2.1rem;
        font-weight: 700;
        letter-spacing: .05em;
        line-height: 1.3;
        position: relative; }
        .service__inner .box-item02 .main::before, .service__inner .box-item02 .main::after {
          position: absolute;
          content: "";
          bottom: 0;
          aspect-ratio: 29/150;
          width: .65em;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/service_quot.svg"); }
        .service__inner .box-item02 .main::before {
          left: 2em; }
        .service__inner .box-item02 .main::after {
          transform: scale(-1, 1);
          right: 2em; }
        .service__inner .box-item02 .main .small {
          font-size: .7em;
          font-weight: 500; }
        .service__inner .box-item02 .main .large {
          font-size: 2.4em;
          font-weight: 500; }
        .service__inner .box-item02 .main .medium {
          font-size: 1.1em; }
        .service__inner .box-item02 .main .blue {
          color: #257bb6; }
  .service__inner .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4rem 2rem;
    margin: 5rem auto 2rem; }
    .service__inner .list-item {
      background: #f5fbff;
      border-radius: 20px;
      position: relative;
      padding: 3rem 2rem 2rem; }
      .service__inner .list-item .icon {
        width: 26%;
        top: -3.5rem;
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
      .service__inner .list-item .head {
        margin-bottom: 1em;
        text-align: center;
        color: #257bb6;
        font-size: 1.5rem;
        letter-spacing: .1em;
        font-weight: 700; }
      .service__inner .list-item .text {
        text-align: center;
        line-height: 1.6; }
  .service__inner .sub {
    margin-bottom: 1em;
    text-align: center;
    color: #2eaada;
    font-size: 1.5rem;
    letter-spacing: .1em;
    font-weight: 700;
    position: relative;
    z-index: 1; }
    .service__inner .sub::before, .service__inner .sub::after {
      position: absolute;
      content: "";
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      bottom: 0;
      margin: auto; }
    .service__inner .sub::before {
      width: 100%;
      background: #2eaada;
      height: 1px;
      z-index: -2; }
    .service__inner .sub::after {
      width: 6em;
      height: 1em;
      background: white;
      z-index: -1; }
  .service__inner .image {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5rem; }
  .service__inner .name {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-gap: 1.5rem;
    text-align: center;
    margin-top: 1em; }
    .service__inner .name-item {
      font-weight: 500;
      letter-spacing: .1em; }
  @media screen and (max-width: 768px) {
    .service {
      padding: 0 0 10vw; }
      .service::before {
        height: 7%; }
      .service::after {
        top: -10vw;
        height: 30%; }
      .service__inner .heading {
        font-size: 6vw;
        letter-spacing: 0; }
        .service__inner .heading .medium {
          font-size: .8em; }
        .service__inner .heading02 {
          font-size: 8vw;
          letter-spacing: .1em;
          line-height: 1.3; }
          .service__inner .heading02 img {
            margin-bottom: .25em; }
      .service__inner .comm .comment {
        display: block;
        font-size: 5vw;
        line-height: 1.5;
        padding: .75em 0; }
        .service__inner .comm .comment::before {
          top: -3vw;
          width: 1.5em;
          left: 50%; }
      .service__inner .top {
        width: 80%;
        margin: 0 auto 3vw; }
      .service__inner .box {
        display: block; }
        .service__inner .box-item01 {
          width: 26%;
          aspect-ratio: 30 / 45;
          overflow: hidden; }
          .service__inner .box-item01 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
        .service__inner .box-item02 {
          position: relative; }
          .service__inner .box-item02 .head {
            position: absolute;
            right: 0;
            top: -32vw; }
            .service__inner .box-item02 .head .marker {
              font-size: 4.5vw; }
          .service__inner .box-item02 .main {
            font-size: 6vw; }
      .service__inner .list {
        display: block;
        margin: 15vw auto 8vw; }
        .service__inner .list-item {
          border-radius: 10px;
          margin-bottom: 10vw;
          padding: 10vw 0 6vw; }
          .service__inner .list-item:last-child {
            margin-bottom: 0; }
          .service__inner .list-item .icon {
            width: 20%;
            top: -8vw; }
          .service__inner .list-item .head {
            font-size: 5vw;
            margin-bottom: .75em; }
      .service__inner .sub {
        font-size: 5vw; }
      .service__inner .image {
        grid-gap: 2vw; }
      .service__inner .name {
        grid-gap: 2vw;
        font-size: 3.1vw;
        line-height: 1.3; }
        .service__inner .name-item02 {
          margin-top: .5em; } }

.reason {
  background: #f5fbff; }
  .reason__inner .heading {
    margin-bottom: 1.5em; }
    .reason__inner .heading-small {
      text-align: center;
      color: #184d93;
      text-align: center;
      font-weight: 700;
      letter-spacing: .1em;
      font-size: 2.3rem;
      margin-bottom: .35em; }
      .reason__inner .heading-small span {
        margin-right: .25em; }
        .reason__inner .heading-small span img {
          width: 4.75em; }
  .reason__inner .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4rem 2rem;
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.1)); }
    @media screen and (max-width: 768px) {
      .reason__inner .list {
        filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.1)); } }
    .reason__inner .list-item {
      background: white;
      padding: 6.5rem 2rem 4rem;
      position: relative;
      z-index: 1; }
      .reason__inner .list-item02, .reason__inner .list-item04 {
        transform: translateY(2rem); }
      .reason__inner .list-item .image {
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        top: -2rem;
        z-index: -1; }
      .reason__inner .list-item .head {
        background: white;
        display: inline;
        line-height: 1.6;
        font-size: 2.3rem;
        letter-spacing: .1em;
        font-weight: 700; }
        .reason__inner .list-item .head-sub {
          text-align: center;
          color: #257bb6;
          font-size: 1.5rem;
          letter-spacing: .1em;
          font-weight: 700;
          line-height: 1.4;
          margin: .5em 0 .75em; }
          .reason__inner .list-item .head-sub .marker {
            background: linear-gradient(transparent 50%, #ffef7a 50%); }
      .reason__inner .list-item .text {
        text-align: justify;
        line-height: 1.6; }
  @media screen and (max-width: 768px) {
    .reason__inner .heading-small {
      font-size: 5.5vw; }
    .reason__inner .list {
      display: block; }
      .reason__inner .list-item {
        margin-bottom: 10vw;
        padding: 26vw 8vw 8vw; }
        .reason__inner .list-item:last-child {
          margin-bottom: 0; }
        .reason__inner .list-item02, .reason__inner .list-item04 {
          transform: translateY(0); }
        .reason__inner .list-item .image {
          top: -6vw; }
        .reason__inner .list-item .head {
          font-size: 6vw;
          display: block;
          text-align: center; }
          .reason__inner .list-item .head-sub {
            font-size: 4.6vw; } }

.chart__inner .heading-sub {
  text-align: center; }
.chart__inner .small {
  display: none; }
@media screen and (max-width: 768px) {
  .chart__inner {
    position: relative; }
    .chart__inner .heading {
      font-size: 7.8vw; }
    .chart__inner .image {
      overflow-x: auto;
      overflow-y: hidden;
      /* ←縦スクロール禁止 */
      -webkit-overflow-scrolling: touch;
      padding-bottom: 6vw; }
      .chart__inner .image img {
        width: 179%;
        /* ←ここでちょいはみ出し */
        max-width: none;
        height: auto;
        display: block; }
    .chart__inner .small {
      display: block;
      font-size: 2.9vw;
      position: absolute;
      left: 0;
      bottom: 2vw;
      z-index: 3; } }

.about {
  background: #f5fbff; }
  .about__inner .heading {
    font-size: 2.8rem; }
  .about__inner .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.1)); }
    @media screen and (max-width: 768px) {
      .about__inner .list {
        filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.1)); } }
    .about__inner .list-item {
      background: white;
      border-radius: 20px;
      padding: 2rem 0; }
      .about__inner .list-item .image {
        width: 58%;
        margin: 0 auto 1rem; }
      .about__inner .list-item .head {
        color: #257bb6;
        text-align: center;
        font-weight: 700;
        letter-spacing: .05em;
        font-size: 1.5rem;
        line-height: 1.3; }
  .about__inner .note {
    line-height: 1.3;
    text-align: end;
    margin: 1em 0 0; }
  .about__inner .box {
    position: relative;
    padding: 3rem 0; }
    .about__inner .box::before, .about__inner .box::after {
      position: absolute;
      content: "";
      top: 0;
      bottom: 0;
      margin: auto;
      aspect-ratio: 56/150;
      width: 5em;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 2;
      left: 50%; }
    .about__inner .box::before {
      transform: translateX(-19.5rem);
      background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/about_image02.svg"); }
    .about__inner .box::after {
      transform: translateX(14.5rem);
      background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/about_image03.svg"); }
    .about__inner .box .sub {
      text-align: center;
      margin-bottom: 3em; }
      .about__inner .box .sub span {
        background: #257bb6;
        color: white;
        padding: .25em 1em;
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: .05em;
        position: relative; }
        .about__inner .box .sub span::before {
          position: absolute;
          content: "";
          width: .75em;
          aspect-ratio: 1/cos(30deg);
          clip-path: polygon(50% 60%, 100% 0, 0 0);
          background: #257bb6;
          left: 50%;
          transform: translateX(-50%);
          bottom: -.55em; }
      .about__inner .box .sub-sub {
        color: #257bb6;
        text-align: center;
        font-size: 1.5rem;
        line-height: 1.6;
        letter-spacing: .05em;
        font-weight: 700; }
  .about__inner .detail {
    margin-top: 2rem; }
    .about__inner .detail-item {
      position: relative; }
      .about__inner .detail-item::before {
        position: absolute;
        content: "";
        top: 0;
        aspect-ratio: 1296/893;
        width: 60%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 2; }
      .about__inner .detail-item01 {
        margin-bottom: 5rem; }
        .about__inner .detail-item01 .inner {
          margin: 0 0 0 auto; }
        .about__inner .detail-item01::before {
          left: -12rem;
          background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/about_image01.webp"); }
      .about__inner .detail-item02::before {
        right: -12rem;
        background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/about_image02.webp"); }
      .about__inner .detail-item .inner {
        max-width: 560px; }
        .about__inner .detail-item .inner .head {
          line-height: 1.5;
          font-size: 2rem;
          letter-spacing: .05em;
          color: #184d93;
          font-weight: 700;
          margin: .5em 0 1em; }
        .about__inner .detail-item .inner .point-item {
          border-bottom: dotted 4px #257bb6;
          padding-bottom: 1rem;
          margin-top: 1rem;
          display: flex;
          align-items: center; }
          .about__inner .detail-item .inner .point-item .icon {
            width: 17%; }
          .about__inner .detail-item .inner .point-item .main {
            margin-left: 1rem;
            flex: 1; }
            .about__inner .detail-item .inner .point-item .main .title {
              margin-bottom: .5em;
              color: #257bb6;
              font-weight: 700;
              letter-spacing: .05em;
              font-size: 1.5rem; }
            .about__inner .detail-item .inner .point-item .main .text {
              text-align: justify;
              line-height: 1.6; }
  @media screen and (max-width: 768px) {
    .about__inner .heading {
      font-size: 7.2vw;
      line-height: 1.3; }
      .about__inner .heading img {
        margin-bottom: .2em; }
    .about__inner .list {
      gap: 2vw; }
      .about__inner .list-item {
        border-radius: 10px;
        padding: 4vw 0; }
        .about__inner .list-item .image {
          width: 58%;
          margin: 0 auto 2vw; }
        .about__inner .list-item .head {
          font-size: 4.2vw; }
        .about__inner .list-item02 .head, .about__inner .list-item03 .head {
          margin-top: 1.15em; }
    .about__inner .box {
      position: relative;
      padding: 8vw 0 0; }
      .about__inner .box::before, .about__inner .box::after {
        width: 3em;
        top: 12vw; }
      .about__inner .box::before {
        transform: none;
        left: 2vw; }
      .about__inner .box::after {
        transform: none;
        left: auto;
        right: 2vw; }
      .about__inner .box .sub {
        margin-bottom: 2em; }
        .about__inner .box .sub span {
          font-size: 5.5vw; }
        .about__inner .box .sub-sub {
          font-size: 4.3vw; }
    .about__inner .detail {
      margin-top: 7vw; }
      .about__inner .detail-item {
        position: relative; }
        .about__inner .detail-item::before {
          width: 84%; }
        .about__inner .detail-item01 {
          margin-bottom: 8vw; }
          .about__inner .detail-item01 .inner {
            margin: 0 auto; }
          .about__inner .detail-item01::before {
            left: -4vw; }
        .about__inner .detail-item02::before {
          right: -4vw; }
        .about__inner .detail-item .inner {
          max-width: 100%; }
          .about__inner .detail-item .inner .head {
            font-size: 6vw;
            padding-top: 60vw; }
          .about__inner .detail-item .inner .point-item {
            border-bottom: dotted 2px #257bb6;
            padding-bottom: 4vw;
            margin-top: 4vw; }
            .about__inner .detail-item .inner .point-item .icon {
              width: 22%; }
            .about__inner .detail-item .inner .point-item .main {
              margin-left: 4vw; }
              .about__inner .detail-item .inner .point-item .main .title {
                font-size: 5vw; } }

.flow {
  background: #f5fbff; }
  .flow__inner {
    position: relative; }
    .flow__inner::before {
      position: absolute;
      content: "";
      aspect-ratio: 1/1;
      width: 10em;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      right: 0;
      top: 0;
      z-index: 2;
      background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/flow_point.svg"); }
    .flow__inner .eng,
    .flow__inner .heading {
      text-align: start; }
    .flow__inner .list {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 2rem; }
      .flow__inner .list-item {
        background: white;
        border-radius: 20px;
        padding: 2rem 0;
        position: relative; }
        .flow__inner .list-item::before {
          position: absolute;
          content: "";
          aspect-ratio: 117/150;
          width: 2.5em;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          top: 0;
          bottom: 0;
          margin: auto;
          right: -2.5em;
          z-index: 2;
          background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/flow_arrow.svg"); }
        .flow__inner .list-item:last-child::before {
          display: none; }
        .flow__inner .list-item .first .number {
          font-size: 1.3rem;
          font-weight: 700;
          letter-spacing: .1em;
          text-align: center;
          color: #257bb6; }
          .flow__inner .list-item .first .number .clear {
            opacity: .5; }
        .flow__inner .list-item .first .image {
          width: 53%;
          margin: 1rem auto; }
        .flow__inner .list-item .second .head {
          color: #257bb6;
          text-align: center;
          font-weight: 700;
          letter-spacing: .05em;
          font-size: 1.5rem; }
        .flow__inner .list-item .second .text {
          padding: 1em 1.5em 0;
          text-align: justify;
          line-height: 1.6; }
  @media screen and (max-width: 768px) {
    .flow__inner::before {
      width: 7.5em;
      top: 30vw; }
    .flow__inner .list {
      grid-template-columns: 1fr;
      gap: 3vw; }
      .flow__inner .list-item {
        border-radius: 10px;
        padding: 6vw 8vw 6vw 4vw;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .flow__inner .list-item::before {
          width: 1.5em;
          top: auto;
          bottom: -6vw;
          margin: 0;
          right: auto;
          transform: translateX(-50%) rotate(90deg);
          left: 50%; }
        .flow__inner .list-item .first {
          width: 26%; }
          .flow__inner .list-item .first .number {
            font-size: 2.9vw; }
          .flow__inner .list-item .first .image {
            width: 100%;
            margin: 0; }
        .flow__inner .list-item .second {
          flex: 1;
          margin-left: 4vw; }
          .flow__inner .list-item .second .head {
            font-size: 5.5vw;
            text-align: start; }
          .flow__inner .list-item .second .text {
            padding: 1em 0 0; } }

.case {
  background: #cbeaff;
  background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/case_top.webp"), url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/case_btm.webp");
  background-position: top right,bottom left;
  background-repeat: no-repeat;
  background-size: 100%; }
  .case__inner .list-item {
    background: white;
    border-radius: 20px;
    padding: 3.25rem; }
    .case__inner .list-item01 {
      margin-bottom: 2rem; }
  .case__inner .list .top {
    display: flex;
    letter-spacing: .1em; }
    .case__inner .list .top .number {
      color: #2eaada;
      font-weight: 700;
      font-size: 1.5rem; }
      .case__inner .list .top .number span {
        position: relative; }
        .case__inner .list .top .number span::before {
          position: absolute;
          content: "";
          left: 50%;
          transform: translateX(-50%);
          width: 1px;
          height: 3rem;
          background: #2eaada;
          top: -3rem; }
    .case__inner .list .top .company {
      padding-left: 1em;
      font-size: 1.3rem;
      font-weight: 500; }
  .case__inner .list .head {
    line-height: 1.5;
    font-size: 2rem;
    letter-spacing: .05em;
    color: #184d93;
    font-weight: 700;
    margin: .5em 0 1em; }
  .case__inner .list .detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem; }
    .case__inner .list .detail-item .sub {
      border-radius: 100rem;
      color: white;
      text-align: center;
      font-weight: 500;
      letter-spacing: .1em;
      line-height: 2;
      margin: 1em auto;
      width: 14em; }
    .case__inner .list .detail-item .main {
      text-align: center;
      line-height: 1.5;
      font-size: 1.1rem;
      font-weight: 700; }
    .case__inner .list .detail-item .text {
      text-align: justify;
      line-height: 1.6;
      padding: 1rem 3rem 2rem; }
    .case__inner .list .detail-item01 {
      background: #f2f2f2; }
      .case__inner .list .detail-item01 .sub {
        background: #787878; }
      .case__inner .list .detail-item01 .main,
      .case__inner .list .detail-item01 .text {
        color: #787878; }
    .case__inner .list .detail-item02 {
      background: #f5fbff; }
      .case__inner .list .detail-item02 .sub {
        background: linear-gradient(-90deg, #184d93 0%, #257bb6 100%); }
      .case__inner .list .detail-item02 .main {
        color: #257bb6; }
        .case__inner .list .detail-item02 .main .marker {
          background: linear-gradient(transparent 50%, #ffef7a 50%); }
      .case__inner .list .detail-item02 .text {
        color: #257bb6; }
  @media screen and (max-width: 768px) {
    .case {
      background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/case_top-sp.webp"), url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/case_btm-sp.webp"); }
      .case__inner .heading {
        margin-bottom: .25em; }
      .case__inner .list-item {
        border-radius: 10px;
        padding: 10vw 6vw 6vw; }
        .case__inner .list-item01 {
          margin-bottom: 4vw; }
      .case__inner .list .top .number {
        font-size: 4.3vw; }
        .case__inner .list .top .number span::before {
          height: 8vw;
          top: -9.25vw; }
      .case__inner .list .top .company {
        font-size: 4.3vw; }
      .case__inner .list .head {
        font-size: 6.5vw; }
      .case__inner .list .detail {
        grid-template-columns: 1fr;
        gap: 4vw; }
        .case__inner .list .detail-item .sub {
          font-size: 3.6vw;
          width: 14em; }
        .case__inner .list .detail-item .main {
          font-size: 4.2vw; }
        .case__inner .list .detail-item .text {
          padding: 3vw 7vw 7vw; } }

.spec__inner .sub {
  text-align: center;
  margin-bottom: 4em; }
  .spec__inner .sub span {
    background: #257bb6;
    color: white;
    padding: .25em 1em;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .05em;
    position: relative; }
    .spec__inner .sub span::before {
      position: absolute;
      content: "";
      width: .75em;
      aspect-ratio: 1/cos(30deg);
      clip-path: polygon(50% 60%, 100% 0, 0 0);
      background: #257bb6;
      left: 50%;
      transform: translateX(-50%);
      bottom: -.55em; }
.spec__inner .list {
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.1));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em; }
  @media screen and (max-width: 768px) {
    .spec__inner .list {
      filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.1)); } }
  .spec__inner .list-item {
    border-radius: 20px;
    background: white;
    padding: 3rem 2.5rem 2.5rem;
    position: relative; }
    .spec__inner .list-item::before {
      position: absolute;
      content: "";
      border-radius: 50%;
      width: 2em;
      height: 2em;
      top: -1em;
      left: 50%;
      transform: translateX(-50%); }
    .spec__inner .list-item .item {
      font-size: 1.5rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-align: center; }
    .spec__inner .list-item .note {
      margin-top: 1em;
      color: #000000;
      font-size: 1rem;
      text-align: center; }
    .spec__inner .list-item .image {
      width: 60%;
      margin: 1.5rem auto; }
    .spec__inner .list-item .detail-item {
      display: flex;
      align-items: stretch;
      line-height: 1.3; }
      .spec__inner .list-item .detail-item .head {
        width: 7em;
        padding-top: .5em;
        letter-spacing: .1em;
        font-weight: 700;
        border-bottom: 2px solid #257bb6; }
      .spec__inner .list-item .detail-item .text {
        padding: .5em 0 .5em .25em;
        flex: 1;
        border-bottom: 2px solid #98c1d8; }
    .spec__inner .list-item01::before {
      background: #257bb6; }
    .spec__inner .list-item01 .item {
      color: #257bb6; }
    .spec__inner .list-item02::before {
      background: #184d93; }
    .spec__inner .list-item02 .item {
      color: #184d93; }
.spec__inner .note {
  margin: 2em 0; }
.spec__inner .box {
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.1));
  position: relative;
  background: white;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem; }
  @media screen and (max-width: 768px) {
    .spec__inner .box {
      filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.1)); } }
  .spec__inner .box::before {
    position: absolute;
    content: "";
    width: 1.5em;
    aspect-ratio: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background: #2eaada;
    right: 0;
    top: 0; }
  .spec__inner .box-item01 {
    width: 20%; }
  .spec__inner .box-item02 {
    flex: 1; }
    .spec__inner .box-item02 .head {
      font-size: 1.5rem;
      font-weight: 700;
      letter-spacing: .1em; }
      .spec__inner .box-item02 .head img {
        width: 9rem;
        vertical-align: middle;
        margin-right: .5rem; }
    .spec__inner .box-item02 .text {
      margin-top: 1em; }
@media screen and (max-width: 768px) {
  .spec__inner .sub {
    margin-bottom: 3em; }
    .spec__inner .sub span {
      font-size: 4.6vw; }
  .spec__inner .list {
    grid-template-columns: 1fr;
    gap: 8vw; }
    .spec__inner .list-item {
      border-radius: 10px;
      padding: 10vw 6vw 8vw; }
      .spec__inner .list-item .item {
        font-size: 5vw; }
      .spec__inner .list-item .note {
        font-size: 3.6vw;
        line-height: 1.3; }
      .spec__inner .list-item .image {
        width: 60%;
        margin: 3vw auto; }
  .spec__inner .note {
    margin: 1em 0 2em; }
  .spec__inner .box {
    padding: 6vw;
    display: block; }
    .spec__inner .box::before {
      width: 1em; }
    .spec__inner .box-item01 {
      width: 70%; }
    .spec__inner .box-item02 {
      margin-top: 4vw; }
      .spec__inner .box-item02 .head {
        font-size: 5vw;
        letter-spacing: .05em; }
        .spec__inner .box-item02 .head img {
          width: 25vw;
          margin-right: .25em; }
      .spec__inner .box-item02 .text {
        margin-top: 1em;
        line-height: 1.6; } }

.faq {
  background: #f5fbff; }
  .faq .accordion {
    max-width: 800px;
    border-radius: 10px;
    margin: 1rem auto; }
    .faq .accordion .icon {
      font-size: 1.6rem;
      font-weight: 700;
      text-align: center; }
      .faq .accordion .icon-q {
        color: #ffef7a; }
      .faq .accordion .icon-a {
        color: #2eaada; }
    .faq .accordion .question {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      position: relative;
      padding: 1rem;
      background: #184d93;
      border-radius: 10px;
      color: white;
      cursor: pointer; }
      .faq .accordion .question::-webkit-details-marker {
        display: none; }
      .faq .accordion .question::before {
        position: absolute;
        content: "";
        aspect-ratio: 88/150;
        width: .6em;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 1em;
        background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/icon_button01.svg");
        transform: rotate(90deg); }
      .faq .accordion .question .head {
        font-size: 1.1rem;
        font-weight: 700;
        line-height: 1.5;
        padding-left: .5em;
        letter-spacing: .05em; }
    .faq .accordion .answer {
      display: flex;
      justify-content: flex-start;
      padding: 1rem; }
      .faq .accordion .answer .text {
        text-align: justify;
        line-height: 1.6;
        padding: .25em 0 0 .5em; }
  .faq .accordion[open] summary::before {
    transition: transform 0.3s;
    transform: rotate(-90deg); }
  .faq .accordion div {
    opacity: 0;
    margin: 0;
    transition: transform .5s, opacity .5s; }
  .faq .accordion[open] div {
    transform: none;
    opacity: 1; }
  @media screen and (max-width: 768px) {
    .faq .accordion .icon {
      font-size: 4.6vw; }
    .faq .accordion .question {
      padding: .75rem;
      border-radius: 8px; }
      .faq .accordion .question .head {
        font-size: 3.8vw;
        line-height: 1.5; }
    .faq .accordion .answer {
      padding: 3vw; }
      .faq .accordion .answer .text {
        padding: 0 0 0 .5em; }
    .faq .accordion[open] summary::after {
      transform: rotate(90deg); } }

/*
	Footer
------------------------------------------------------------ */
.footer {
  background: white; }
  .footer__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    padding: 4rem 0; }
    .footer__inner .head {
      margin: 0 auto;
      width: 25%; }
  .footer .copyright {
    background: #184d93;
    color: white;
    padding: 1em 2em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .8rem; }
    .footer .copyright-item01 {
      text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .footer__inner {
      padding: 10vw 0; }
      .footer__inner .head {
        width: 48%; }
    .footer .copyright {
      padding: 1em 2em 7.5em;
      font-size: 2.6vw; } }

/* Floating area */
.floating {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none; }
  @media screen and (max-width: 768px) {
    .floating {
      display: block; }
      .floating .button {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .floating .button-item {
          width: 50%; }
          .floating .button-item01 {
            transition: all .2s ease-in-out;
            cursor: pointer; }
            .floating .button-item01:hover {
              opacity: .8; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .floating .button-item01:hover {
            opacity: 1; } }
  @media screen and (max-width: 768px) {
            .floating .button-item01 a {
              width: 100%;
              font-size: 1.3rem;
              font-weight: 700;
              text-align: center;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 8px;
              height: 3.5em;
              position: relative;
              letter-spacing: .05em;
              padding-right: 1em; }
              .floating .button-item01 a::before {
                position: absolute;
                content: "";
                aspect-ratio: 88/150;
                width: .6em;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                top: 0;
                bottom: 0;
                margin: auto;
                right: 1em; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .floating .button-item01 a {
            font-size: 4.2vw; } }
  @media screen and (max-width: 768px) {
            .floating .button-item01 a {
              color: white;
              background: linear-gradient(#ff6100 0%, #e10000 100%);
              filter: drop-shadow(0 8px 0 #9e0000); }
              .floating .button-item01 a::before {
                background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/icon_button01.svg"); } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .floating .button-item01 a {
            filter: drop-shadow(0 4px 0 #9e0000); } }
  @media screen and (max-width: 768px) {
          .floating .button-item02 {
            transition: all .2s ease-in-out;
            cursor: pointer; }
            .floating .button-item02:hover {
              opacity: .8; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .floating .button-item02:hover {
            opacity: 1; } }
  @media screen and (max-width: 768px) {
            .floating .button-item02 a {
              width: 100%;
              font-size: 1.3rem;
              font-weight: 700;
              text-align: center;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 8px;
              height: 3.5em;
              position: relative;
              letter-spacing: .05em;
              padding-right: 1em; }
              .floating .button-item02 a::before {
                position: absolute;
                content: "";
                aspect-ratio: 88/150;
                width: .6em;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                top: 0;
                bottom: 0;
                margin: auto;
                right: 1em; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .floating .button-item02 a {
            font-size: 4.2vw; } }
  @media screen and (max-width: 768px) {
            .floating .button-item02 a {
              color: #184d93;
              background: linear-gradient(#ffffff 0%, #f5fbff 100%);
              filter: drop-shadow(0 8px 0 #cbeaff); }
              .floating .button-item02 a::before {
                background-image: url("https://45758584.fs1.hubspotusercontent-na2.net/hubfs/45758584/tilt-lp_images/icon_button02.svg"); } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .floating .button-item02 a {
            filter: drop-shadow(0 4px 0 #cbeaff); } }
  @media screen and (max-width: 768px) {
            .floating .button-item02 a {
              background: linear-gradient(360deg, #184d93 0%, #257bb6 100%);
              color: white; }
          .floating .button-item01 a, .floating .button-item02 a {
            border-radius: 0;
            padding-right: 0; }
            .floating .button-item01 a::before, .floating .button-item02 a::before {
              display: none; } }