@charset "utf-8";
/* CSS Document */

/* 
Yusei Magic
 font-family: "Yusei Magic", sans-serif;

Zen Maru Gothic
font-family: "Zen Maru Gothic", sans-serif;

Jost
font-family: "Jost", sans-serif;

Noto Sans JP
Meiryo＞Noto Sans JP
font-family: "Noto Sans JP", sans-serif;

Yu Mincho　＞　Noto Serif Ja
font-family: "Noto Serif JP", serif;
*/

body {
  position: relative;
  z-index: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  background: #fff;
  color: #444;
  /* font-feature-settings: "palt"; */
}

body.menu_open {
  position: fixed;
  width: 100%;
  height: 100vh;
}
/*ヘッダー */
.block_header {
  position: relative;
  z-index: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
}
.block_header .inner {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1280px;
  max-width: 98%;
  margin: 0 auto;
}
.block_header .logo {
  width: 34.17%;
}
.text__under-line {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .block_header .inner {
    max-width: 94.14%;
    margin: 0 1% 0 auto;
  }
  .block_header .logo {
    width: 39.31%;
  }
}
@media screen and (max-width: 767px) {
  .block_header .inner {
    padding: calc(12 / 390 * 100vw) 0;
    margin: 0 auto;
  }
  .block_header .logo {
    width: 74.87%;
    margin: 0 auto;
  }
}
/*ヘッダーメニュー ------------------------------*/

.box_menu {
  width: 41.875%;
}
.box_menu ul {
  display: flex;
}
.box_menu ul li {
  width: 50%;
}

@media screen and (max-width: 1023px) {
  .box_menu {
    width: 45.48%;
  }
}
@media screen and (max-width: 767px) {
  .box_menu {
    display: none;
  }
}
/* block_footer  ------------------------------*/

.block_footer {
  max-width: 1920px;
  margin: 0 auto;

  .inner_pc {
    padding: 76px 0 79px;
    width: 1280px;
    max-width: 95%;
    margin: 0 auto;
    h2 {
      margin: 0 auto 54px;
      width: 41.4%;
    }

    .wrapper_data {
      display: flex;
      justify-content: space-between;

      .box_data {
        padding-top: 10px;
        width: 45.15%;

        .parts_address {
          margin-bottom: 33px;
          display: flex;
          flex-flow: column;
          gap: 21px;
          font-size: 17px;
          font-style: normal;
          font-weight: 300;
          line-height: 160%;
          .card {
            display: flex;
            gap: 20px;
            dt {
              width: 117px;
              border-radius: 4px;
              border: 1px solid #aaa;
              text-align: center;
            }
            dd {
              width: calc(100% - 137px);
            }
          }
        }
        .parts_link {
          display: flex;
          .tel {
            width: 55.21%;
          }
          .web {
            width: 44.79%;
          }
        }
      }
      .wrapper_schedule {
        width: 46.875%;
        .box_schedule {
          .card_schedule {
            padding: 19px 0;
            font-size: 16px;
            font-weight: 300;
            line-height: 160%;
            letter-spacing: 0.96px;
            text-align: center;
            display: flex;
            align-items: center;
            border-top: 1px solid#000;
            &:first-of-type {
              background: #0d3387;
              padding: 10px 0;
              color: #fff;
              border-top: none;
            }
          }

          dt {
            width: 112px;
          }
          dd {
            width: 65px;
            &:first-of-type {
              margin-left: auto;
            }
          }
        }
        p {
          font-size: 16px;
          font-weight: 300;
          line-height: 140%;
        }
      }
    }
  }
  .inner_sp {
    display: none;
    margin: 0 auto;
  }

  .box_map {
    height: 600px;
  }
  .footer_bottom {
    padding: 25px 0;
    background: #0d3387;
    color: #fff;
    .inner {
      margin: 0 auto;
      width: 1400px;
      max-width: 98%;
      display: flex;
      align-items: center;
    }
    .logo {
      width: 250px;
    }
    .menu {
      margin-left: auto;
      display: flex;
      gap: 32px;

      a {
        position: relative;
        z-index: 0;
        font-size: 17px;
        display: flex;
        align-items: center;
        gap: 2px;
        &::before {
          content: "";
          display: inline-block;
          z-index: 0;
          width: 1.3em;
          aspect-ratio: 1;
        }

        &.m_tel::before {
          background-image: url("../img/icon_fone.svg");
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
        }
        &.m_flow::before {
          background-image: url("../img/icon_info.svg");
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
        }
        &.m_web::before {
          background-image: url("../img/icon_paper.svg");
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
        }
        &.m_board::before {
          background-image: url("../img/icon_paper.svg");
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
        }
        &.m_tiktok {
          width: 30px;
          img {
            max-width: none;
          }
          &::before {
            display: none;
          }
        }
        &.m_list {
          &::before {
            display: none;
          }
        }
      }
    }
  }
  @media screen and (max-width: 1279px) {
    .inner_pc {
      padding: calc(76 / 1280 * 100vw) 0 calc(79 / 1280 * 100vw);
      h2 {
        margin: 0 auto calc(54 / 1280 * 100vw);
      }

      .wrapper_data {
        .box_data {
          padding-top: calc(10 / 1280 * 100vw);
          .parts_address {
            margin-bottom: calc(33 / 1280 * 100vw);
            gap: calc(21 / 1280 * 100vw);
            font-size: calc(17 / 1280 * 100vw);
            .card {
              gap: calc(20 / 1280 * 100vw);
              dt {
                width: calc(117 / 1280 * 100vw);
                border-radius: calc(4 / 1280 * 100vw);
              }
              dd {
                width: calc(100% - calc(137 / 1280 * 100vw));
              }
            }
          }
        }
        .wrapper_schedule {
          width: 46.875%;
          .box_schedule {
            .card_schedule {
              padding: calc(19 / 1280 * 100vw) 0;
              font-size: calc(16 / 1280 * 100vw);
              &:first-of-type {
                padding: calc(10 / 1280 * 100vw) 0;
              }
            }
            dt {
              width: calc(112 / 1280 * 100vw);
            }
            dd {
              width: calc(65 / 1280 * 100vw);
            }
          }
        }
        p {
          font-size: calc(16 / 1280 * 100vw);
        }
      }
    }
    .footer_bottom {
      padding: calc(25 / 1280 * 100vw) 0;
      .logo {
        width: calc(250 / 1280 * 100vw);
      }
      .menu {
        gap: calc(32 / 1280 * 100vw);
        a {
          font-size: calc(17 / 1280 * 100vw);
        }
      }
    }
  }
  @media screen and (max-width: 1200px) {
    .footer_bottom {
      .menu {
        gap: calc(32 / 1280 * 100vw);

        a {
          font-size: 12px;
          &::before {
            width: 2.3em;
          }
        }
      }
    }
  }

  @media screen and (max-width: 1023px) {
    .inner_pc {
      padding: calc(48 / 768 * 100vw) 0 calc(98 / 768 * 100vw);
      max-width: 78.125%;
      h2 {
        margin: 0 auto calc(30 / 768 * 100vw);
        width: 85.33%;
      }
      .wrapper_data {
        flex-flow: column;
        .box_data {
          width: 82%;
          margin: 0 auto;
          .parts_address {
            margin-bottom: calc(30 / 768 * 100vw);
            gap: calc(16 / 768 * 100vw);
            font-size: calc(17 / 768 * 100vw);
            .card {
              gap: calc(20 / 768 * 100vw);
              dt {
                width: calc(117 / 768 * 100vw);
                border-radius: calc(4 / 768 * 100vw);
              }
              dd {
                width: calc(100% - calc(137 / 768 * 100vw));
                letter-spacing: -0.032em;
              }
            }
          }
          .parts_link {
            display: none;
          }
        }
        .wrapper_schedule {
          width: 100%;
          .box_schedule {
            .card_schedule {
              padding: calc(19 / 768 * 100vw) 0;
              font-size: calc(16 / 768 * 100vw);
              letter-spacing: calc(0.96 / 768 * 100vw);
              &:first-of-type {
                padding: calc(10 / 768 * 100vw) 0;
              }
            }
            dt {
              width: calc(112 / 768 * 100vw);
            }
            dd {
              width: calc(65 / 768 * 100vw);
            }
          }
          p {
            font-size: calc(16 / 768 * 100vw);
          }
        }
      }
    }
    .footer_bottom {
      padding: calc(25 / 768 * 100vw) 0;

      .inner {
        justify-content: center;
      }
      .logo {
        width: calc(250 / 768 * 100vw);
      }
      .menu {
        display: none;
      }
    }
  }
  @media screen and (max-width: 767px) {
    .inner_pc {
      display: none;
    }
    .inner_sp {
      display: block;
      margin: 0 auto;
      max-width: 94.87%;
      padding: calc(50 / 390 * 100vw) 0 calc(32 / 390 * 100vw);

      h2 {
        margin: 0 auto calc(8 / 390 * 100vw);
        width: 23.78%;
      }

      h3 {
        color: #0d3387;
        font-size: calc(23 / 390 * 100vw);
        text-align: center;
        margin-bottom: calc(21 / 390 * 100vw);
      }
      address {
        font-size: calc(16 / 390 * 100vw);
        line-height: 1.7;
        text-align: center;
      }

      .box_link {
        margin: calc(15 / 390 * 100vw) 0 calc(24 / 390 * 100vw);
        display: flex;
        flex-flow: column;
        gap: calc(20 / 390 * 100vw);
        .tel {
          font-size: calc(40 / 390 * 100vw);
          color: #0d3387;
          text-align: center;
          &:hover {
            opacity: 0.8;
          }
        }
        .web {
          display: block;
          width: calc(288 / 390 * 100vw);
          padding: calc(15.5 / 390 * 100vw) calc(10 / 390 * 100vw);
          margin: 0 auto;
          font-size: calc(18 / 390 * 100vw);
          font-weight: bold;
          color: #0d3387;
          text-align: center;
          border: 2px solid #0d3387;
          border-radius: calc(4 / 390 * 100vw);
          transition: 0.4s;
          &:hover {
            color: #fff;
            background-color: #0d3387;
            border-color: #0d3387;
          }
        }
      }
      .box_schedule {
        .card_schedule {
          padding: calc(12 / 390 * 100vw) 0;
          font-size: calc(12 / 390 * 100vw);
          font-weight: 300;
          line-height: 160%;
          letter-spacing: calc(0.96 / 390 * 100vw);
          text-align: center;
          display: flex;
          align-items: center;
          border-top: 1px solid #000;
          &:first-of-type {
            background: #0d3387;
            color: #fff;
            border-top: none;
          }
        }
        dt {
          width: 21.68%;
        }
        dd {
          width: calc(78.32% / 7);
        }
        p {
          font-size: calc(16 / 390 * 100vw);
          font-weight: 300;
          line-height: 140%;
        }
      }
    }
    .box_map {
      height: calc(328 / 390 * 100vw);
    }
    .footer_bottom {
      padding: calc(25 / 390 * 100vw) 0 calc(100 / 390 * 100vw);

      .inner {
        justify-content: center;
      }
      .logo {
        width: calc(150 / 390 * 100vw);
      }
      .menu {
        display: none;
      }
    }
  }
}

/* 共通  ------------------------------*/

@media screen and (min-width: 1279px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}

.text01 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width: 1280px) {
  .text01 {
    font-size: calc(17 / 1280 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .text01 {
    font-size: calc(17 / 768 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .text01 {
    font-size: calc(17 / 390 * 100vw);
  }
}

.ttl02 {
  font-size: 64px;
  text-align: center;
  margin-bottom: 11px;
  .en {
    display: block;
    color: #e3f1fb;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 140px;
    margin-bottom: -22px;
  }
  .size_s {
    font-size: 48px;
  }

  @media screen and (max-width: 1279px) {
    font-size: calc(64 / 1279 * 100vw);

    margin-bottom: calc(13 / 1279 * 100vw);
    .en {
      font-size: calc(74 / 1279 * 100vw);
      margin-bottom: calc(19 / 1279 * 100vw);
    }
    .size_s {
      font-size: calc(48 / 1279 * 100vw);
    }
  }
  @media screen and (max-width: 1023px) {
    font-size: calc(48 / 768 * 100vw);
    margin-bottom: calc(13 / 768 * 100vw);
    .en {
      /* font-size: calc(74 / 768 * 100vw); 
            margin-bottom: calc(19 / 768 * 100vw);*/
      font-size: calc(86 / 768 * 100vw);
      margin-bottom: calc(-9 / 768 * 100vw);
    }
    .size_s {
      font-size: calc(32 / 768 * 100vw);
    }
    .adjust_tb {
      display: block;
    }
  }
  @media screen and (max-width: 767px) {
    font-size: calc(48 / 390 * 100vw);
    margin-bottom: calc(22 / 390 * 100vw);
    .en {
      font-size: calc(96 / 390 * 100vw);
      margin-bottom: calc(22 / 390 * 100vw);
    }
    .size_s {
      font-size: calc(32 / 390 * 100vw);
    }
    .adjust_tb {
      margin-top: calc(13 / 390 * 100vw);
    }
  }
}

.jp02 {
  font-family: "Yusei Magic", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .jp02 {
    line-height: 1;
  }
}

.dec_c01 {
  color: #008ccf;
}

.maker01 {
  background: #fcf597;

  mix-blend-mode: multiply;
}
.sp_on,
.tb_on,
.sp_off.tb_on {
  display: none;
}
.sp_off {
  display: inline;
}
@media screen and (max-width: 1023px) {
  .tb_on,
  .sp_off.tb_on {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .sp_on {
    display: inline;
  }
  .sp_off,
  .sp_off.tb_on {
    display: none;
  }
}

.ttl02_2 {
  color: #796b6a;
  text-align: center;
  font-family: "Yusei Magic", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 120%;
  &.adjust01 {
    color: #593a24;
  }
  .size_s {
    font-size: 48px;
  }

  @media screen and (max-width: 1280px) {
    font-size: calc(64 / 1280 * 100vw);
    .size_s {
      font-size: calc(48 / 1280 * 100vw);
    }
  }

  @media screen and (max-width: 1023px) {
    font-size: calc(40 / 768 * 100vw);
    .size_s {
      font-size: calc(32 / 768 * 100vw);
    }
  }

  @media screen and (max-width: 767px) {
    font-size: calc(40 / 390 * 100vw);
    .size_s {
      font-size: calc(32 / 390 * 100vw);
    }
  }
}

/* flag_onが付与された要素を通過した際にボタンが出てくる仕様です。 */
@media screen and (min-width: 767px) {
  .block_float {
    display: none;
  }
}
.block_float {
  overflow: hidden;
  position: fixed;
  z-index: 99;
  bottom: calc(10 / 390 * 100vw);
  left: 0;
  width: 100vw;
  pointer-events: none;
}
.block_float .inner {
  margin: 0 auto;
  width: 94.87%;
  display: flex;
  justify-content: center;
  gap: 3%;
}
.block_float .inner a {
  width: 48.64%;
  transform: translateY(100%);
  pointer-events: auto;
  transition: 0.3s;
}
.block_float.on .inner a {
  transform: translateY(0);
}
/*mv ------------------*/
.mv {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0 117px;
  background-image: url("../img/bc_mv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

  .inner {
    position: relative;
    width: 1380px;
    max-width: 95%;
    margin: 0 auto;
    padding-top: 50px;
  }
  .mv_ttl {
    position: relative;
    z-index: 1;

    width: 47.32%;
    .text_a {
      display: block;
      width: 70.9%;
    }
    .text_b {
      display: block;
      width: 100%;
      margin: 6px 0 0 7px;
    }
  }

  .mv_image01 {
    position: absolute;
    z-index: 0;
    top: 7px;
    right: 0;
    width: 63.12%;
  }
  .mv_image02 {
    width: 55.7%;
    display: flex;
    align-items: center;
    gap: 2.2%;
    margin: 35px 0 0 31px;

    .image02_1,
    .image02_2 {
      width: 25.5%;
    }
    .image02_3 {
      width: 44.94%;
    }
  }
  @media screen and (max-width: 1279px) {
    padding: 0 0 calc(127 / 1279 * 100vw);
    .inner {
      padding-top: calc(40 / 1279 * 100vw);
    }
  }

  @media screen and (max-width: 1023px) {
    padding: 0 0 calc(60 / 768 * 100vw);
    background-image: url("../img/bc_mv_tb.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

    .inner {
      max-width: 100%;
      padding-top: calc(43 / 768 * 100vw);
    }
    .mv_ttl {
      position: relative;
      z-index: 1;
      width: 64.712%;
      margin-left: 3.467%;
      .text_a {
        width: 71.27%;
      }
      .text_b {
        margin: calc(4 / 768 * 100vw) 0 0 calc(6 / 768 * 100vw);
      }
    }

    .mv_image01 {
      position: absolute;
      z-index: 0;
      top: calc(-26 / 768 * 100vw);
      right: 0;
      width: 45.31%;
    }
    .mv_image02 {
      width: 84%;
      margin: calc(11 / 768 * 100vw) auto 0;
      gap: 2%;
      .image02_1,
      .image02_2 {
        width: 21.7%;
      }
      .image02_3 {
        width: 41.48%;
        margin-left: auto;
      }
    }
  }

  @media screen and (max-width: 767px) {
    padding: 0 0 calc(24 / 390 * 100vw);
    background-image: url("../img/bc_mv_tb.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

    .inner {
      max-width: 100%;
      padding-top: calc(55 / 390 * 100vw);
    }
    .mv_ttl {
      width: 67.07%;
      margin-left: 0;
      .text_a {
        width: 76%;
        margin-left: 1.4%;
      }
      .text_b {
        width: 92.9%;
        margin: 3.4% 0 0 8.1%;
      }
    }

    .mv_image01 {
      top: -5.3%;
      right: 0;
      width: 51.53%;
    }
    .mv_image02 {
      width: 74.1%;
      margin: 4% auto 0 6.4%;
      gap: 1.5% 4%;
      flex-flow: wrap;

      .image02_1,
      .image02_2 {
        width: 37.7%;
      }
      .image02_3 {
        width: 91.5%;
        margin-left: auto;
        margin-top: calc(-3 / 390 * 100vw);
      }
    }
  }
}
/*recmmend ------------------*/
.recmmend {
  max-width: 1920px;
  margin: 0 auto;
  padding: 30px 0 0;
  background: radial-gradient(50% 50% at 50% 50%, #fff 0%, #bae0f2 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  .inner {
    position: relative;
    margin: 0 auto;
    width: 1330px;
    max-width: 90%;
  }
  .ttl02 {
    color: #444;
    font-size: 40px;
    text-align: center;
    margin-bottom: 52px;
    .en {
      display: block;
      color: #e3f1fb;
      text-align: center;
      font-family: "Noto Serif JP", serif;
      font-size: 140px;
      margin-bottom: -4px;
    }
  }
  .box_img {
    position: relative;
    z-index: 1;
    width: 50.6%;
    margin: 0 auto -1px;
  }
  .box_recmmend li {
    position: absolute;
    z-index: 0;
    width: 15.33%;
    aspect-ratio: 1;
    background: #fff;
    color: #036eb7;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    padding-top: 1%;
    &:nth-of-type(1) {
      top: 15%;
      left: 3%;
    }
    &:nth-of-type(2) {
      top: 15%;
      right: 1.5%;
    }
    &:nth-of-type(3) {
      top: 27%;
      left: 17%;
      .dec_line {
        bottom: 19%;
        right: -40%;
        transform-origin: top left;
        transform: rotate(27deg);
      }
    }
    &:nth-of-type(4) {
      top: 32%;
      right: 14.4%;
      .dec_line {
        bottom: 19%;
        left: -38%;
        transform-origin: top right;
        transform: rotate(-23deg);
      }
    }
    &:nth-of-type(5) {
      top: 47%;
      left: 1.3%;
    }
    &:nth-of-type(6) {
      top: 47%;
      right: -1%;
    }
    &:nth-of-type(7) {
      top: 56%;
      left: 20.5%;
      .dec_line {
        bottom: 34%;
        left: 99%;
        transform-origin: top left;
        transform: rotate(17deg);
      }
    }
    &:nth-of-type(8) {
      top: 57.5%;
      right: 16.9%;
      .dec_line {
        bottom: 38%;
        left: -48%;
        transform-origin: top right;
        transform: rotate(-12deg);
      }
    }
    &:nth-of-type(9) {
      top: 73.4%;
      left: 5.4%;
      .dec_line {
        width: 100%;
        top: 50%;
        transform: translateY(-50%) rotate(-10deg);
        left: 100%;
        transform-origin: top left;
      }
    }
    &:nth-of-type(10) {
      top: 73.7%;
      right: 3.8%;
      .dec_line {
        width: 100%;
        top: 50%;
        right: 100%;
        transform: translateY(-50%) rotate(-5deg);
        transform-origin: top right;
      }
    }

    &::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 0;
      background-image: url(../img/check01.svg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      top: 15%;
      left: 50%;
      transform: translate(-50%, 0);
      width: 15.18%;
      aspect-ratio: 1;
    }
    &::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 0;
      border-radius: 50%;
      border: 1px solid #66aade;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 94.11%;
      aspect-ratio: 1;
    }
    .dec_line {
      display: block;
      position: absolute;
      z-index: 0;
      background-color: #00498b;
      width: 50%;
      height: 1px;
    }
  }
  @media screen and (max-width: 1329px) {
    padding: 30px 0 0;
    .ttl02 {
      font-size: calc(40 / 1329 * 100vw);
      margin-bottom: calc(52 / 1329 * 100vw);
      .en {
        font-size: calc(140 / 1329 * 100vw);
        margin-bottom: calc(-4 / 1329 * 100vw);
      }
    }
    .box_recmmend li {
      font-size: calc(20 / 1329 * 100vw);
    }
  }

  @media screen and (max-width: 1023px) {
    padding: calc(31 / 768 * 100vw) 0 0;
    background: radial-gradient(50% 50% at 50% 50%, #fff 0%, #bae0f2 100%);
    .inner {
      max-width: 95.7%;
    }
    .ttl02 {
      font-size: calc(24 / 768 * 100vw);
      margin-bottom: calc(12 / 768 * 100vw);
      .en {
        font-size: calc(67 / 768 * 100vw);
        margin-bottom: calc(11 / 768 * 100vw);
      }
    }
    .box_img {
      width: 61.97%;
      margin: 0 auto -1px;
    }
    .box_recmmend li {
      position: absolute;
      width: 18.77%;
      font-size: calc(16 / 768 * 100vw);
      padding-top: 1.98%;

      &:nth-of-type(1) {
        top: 2.5%;
        left: 0;
      }
      &:nth-of-type(2) {
        top: 2.5%;
        right: 0;
      }
      &:nth-of-type(3) {
        top: 21.5%;
        left: 13%;
        .dec_line {
          display: none;
        }
      }
      &:nth-of-type(4) {
        top: 20.5%;
        right: 15%;
        .dec_line {
          display: none;
        }
      }
      &:nth-of-type(5) {
        top: 38.5%;
        left: -1%;
      }
      &:nth-of-type(6) {
        top: 37.8%;
        right: -0.5%;
      }
      &:nth-of-type(7) {
        top: 50%;
        left: 16.1%;
        .dec_line {
          bottom: 22%;
          left: 92%;
        }
      }
      &:nth-of-type(8) {
        top: 51.5%;
        right: 17%;
        .dec_line {
          bottom: 26%;
          left: -43%;
        }
      }
      &:nth-of-type(9) {
        top: 71.5%;
        left: 1.5%;
        /* .dec_line {
          width: 100%;
          top: 50%;
          left: 150%;
          transform: translateX(-50%);
        } */
      }
      &:nth-of-type(10) {
        top: 68.3%;
        right: 3%;
        .dec_line {
          top: 65%;
          right: 97%;
          transform: rotate(-10deg);
        }
      }
      &::before {
        top: 16%;
        width: 15.85%;
      }
    }
  }
  @media screen and (max-width: 767px) {
    padding: calc(40 / 390 * 100vw) 0 calc(126 / 390 * 100vw);
    background-image: url("../img/bc_recmmend_sp_re.webp");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;

    .inner {
      max-width: 97.09%;
    }

    .ttl02 {
        font-size: calc(30 / 390 * 100vw);
        margin-bottom: calc(46 / 390 * 100vw);
      .en {
          font-size: calc(55 / 390 * 100vw);
          margin-bottom: calc(3 / 390 * 100vw);
      }
    }

    .box_img {
      width: 74.33%;
      margin: 0 auto;
    }

    .box_recmmend li {
        z-index: 2;
        width: 32.74%;
        font-size: calc(14 / 390 * 100vw);
        line-height: 1.2;
        padding-top: 5.48%;
        letter-spacing: -0.05em;

      &:nth-of-type(1) {
        top: 25%;
        left: 2.3%;
        width: 23%;
      }
      &:nth-of-type(2) {
        top: 49%;
        right: 6%;
        width: 23.2%;
      }
      &:nth-of-type(3) {
        top: 50%;
        left: 2.4%;
        width: 24.7%;
      }
      &:nth-of-type(4) {
        top: 100%;
        right: 74.6%;
        width: 25.1%;
      }
      &:nth-of-type(5) {
        top: 25%;
        left: 76%;
        width: 22.2%;
      }
      &:nth-of-type(6) {
        top: 74.2%;
        right: 3.5%;
        width: 20.1%;
      }
      &:nth-of-type(7) {
        top: 91.5%;
        left: 24%;
        width: 24%;
        .dec_line {
          display: none;
        }
      }
      &:nth-of-type(8) {
          top: 89%;
          right: 30.5%;
          width: 20%;
        .dec_line {
          display: none;
        }
      }
      &:nth-of-type(9) {
          top: 75%;
          left: 1%;
          width: 23.4%;
        .dec_line {
          display: none;
        }
      }
      &:nth-of-type(10) {
        top: 96.4%;
        right: 2%;
        width: 25%;
        .dec_line {
          display: none;
        }
      }

      &::before {
        top: 20%;
        width: 16.06%;
      }
    }
  }
}
/*what ------------------*/
.what {
  max-width: 1920px;
  margin: 0 auto;
  padding: 70px 0 102px;
  background: url("../img/bc_what.png"), #fff;
  background-repeat: repeat;
  background-size: 48px 48px;
  background-position: center center;

  .inner {
    margin: 0 auto;
    width: 1280px;
    max-width: 95%;
  }

  .ttl02_2 {
    margin-bottom: 30px;
  }
  .what_text01 {
    text-align: center;
    margin-bottom: 48px;
  }

  .wrapper_pc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .wrapper_text {
    width: 39.22%;
    padding-top: 79px;
  }
  .what_text03 {
    margin-top: 52px;
    background: rgba(163, 213, 247, 0.8);
    padding: 26px 34px 31px;
  }

  .box_img01 {
    width: 56.35%;
  }

  .box_img02 {
    display: flex;
    gap: 2.73%;
    justify-content: center;

    .img01 {
      width: 29.76%;
      align-self: center;
    }
    .img02 {
      width: 43.43%;
    }
  }

  @media screen and (max-width: 1279px) {
    padding: calc(70 / 1280 * 100vw) 0 calc(102 / 1280 * 100vw);
    .ttl02_2 {
      margin-bottom: calc(30 / 1280 * 100vw);
    }
    .what_text01 {
      margin-bottom: calc(48 / 1280 * 100vw);
    }
    .wrapper_pc {
      margin-bottom: calc(15 / 1280 * 100vw);
    }
    .wrapper_text {
      padding-top: calc(79 / 1280 * 100vw);
    }
    .what_text03 {
      margin-top: calc(52 / 1280 * 100vw);
      padding: calc(26 / 1280 * 100vw) calc(34 / 1280 * 100vw) calc(31 / 1280 * 100vw);
    }
  }
  @media screen and (max-width: 1023px) {
    padding: calc(66 / 768 * 100vw) 0 calc(79 / 768 * 100vw);
    .inner {
      max-width: 89.58%;
      display: flex;
      flex-flow: wrap;
    }

    .ttl02_2 {
      width: 100%;
      margin-bottom: calc(45 / 768 * 100vw);
      order: 1;
    }
    .what_text01 {
      width: 50.14%;
      text-align: left;
      margin: calc(20 / 768 * 100vw) 0 0 0;
      order: 2;
      br {
        display: none;
      }
    }

    .wrapper_pc,
    .wrapper_text {
      display: contents;
    }

    .what_text02 {
      width: 72.96%;
      margin: calc(15 / 768 * 100vw) auto calc(33 / 768 * 100vw);
      order: 4;
    }

    .what_text03 {
      width: 57.41%;
      margin-top: 0;
      padding: calc(12.5 / 768 * 100vw) calc(18 / 768 * 100vw);
      order: 5;
      margin-right: 5%;
    }

    .box_img01 {
      width: 52.03%;
      margin-right: -2.2%;
      order: 3;
      transform: translateX(7%);
    }

    .box_img02 {
      width: 37.5%;
      flex-flow: column;
      gap: 0;
      order: 6;

      .img01 {
        width: 89.5%;
        margin-left: -4%;
      }
      .img02 {
        width: 100%;
      }
    }
  }
  @media screen and (max-width: 767px) {
    background-size: 32px 32px;
    padding: calc(68 / 390 * 100vw) 0 calc(80 / 390 * 100vw);
    .inner {
      max-width: 88%;
    }
    .ttl02_2 {
      margin-bottom: calc(27 / 390 * 100vw);
    }
    .what_text01 {
      width: 100%;
      margin-bottom: calc(24 / 390 * 100vw);
      order: 1;
    }
    .what_text02 {
      width: 100%;
      margin: calc(17 / 390 * 100vw) auto calc(21 / 390 * 100vw);
      order: 3;
    }

    .what_text03 {
      width: 100%;
      margin: 0 0 calc(40 / 390 * 100vw);
      padding: calc(15 / 390 * 100vw) calc(22 / 390 * 100vw);
      order: 4;
      margin-right: 0;
    }

    .box_img01 {
      width: 104.7%;
      margin-right: -4.7%;
      order: 2;
      transform: translateX(0);
    }

    .box_img02 {
      width: 100%;
      flex-flow: column;
      align-items: center;
      gap: 0;
      order: 5;

      .img01 {
        width: 90%;
      }
      .img02 {
        width: 97%;
        margin-top: calc(-6 / 390 * 100vw);
      }
    }
  }
}

/*trouble ------------------*/
.trouble {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 49px;
  .ttl02 + p {
    margin-bottom: 89px;
    text-align: center;
  }

  .contents01 {
    background-image: url("../img/bc_trouble01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 53px 0;
    .inner01 {
      margin: 0 auto;
      width: 1280px;
      max-width: 95%;

      .box_text {
        width: 46.875%;
        margin-left: auto;
        border-radius: 40px;
        background: rgba(255, 255, 255, 0.7);
        padding: 25px 0 51px;

        h3 {
          text-align: center;
          color: #008ccf;
          font-size: 36px;
          font-weight: 400;
          line-height: normal;

          .size_m {
            font-size: 41px;
          }
        }
        figure {
          margin: 35px auto 37px;
          width: 63.333%;
        }
        strong {
          display: block;
          width: fit-content;
          margin: 0 auto 13px;
          border-radius: 24px;
          background: #008ccf;
          padding: 9.5px 15.5px;

          color: #fff;
          text-align: center;
          font-size: 25px;
          font-weight: 400;
          line-height: normal;
        }
        strong + p {
          width: 76.666%;
          margin: 0 auto;
        }
      }
    }
  }
  .contents02 {
    position: relative;
    background: #bae0f2;
    padding-bottom: 24px;
    &::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 0;
      background-image: url("../img/dec_line01.svg");
      background-repeat: repeat-x;
      background-size: contain;
      background-position: center center;
      bottom: 0;
      left: 0;
      transform: translate(0, 0);
      width: 100%;
      height: 120px;
    }
    h3 {
      background: #005bac;
      padding: 29px 0 57px;
      color: #fff;
      text-align: center;
      font-size: 48px;
      font-weight: 400;
      line-height: 142%;
      clip-path: polygon(0 0, 100% 0, 100% 49.8%, 50% 100%, 0 49.8%);
      .size_m {
        font-size: 64px;
      }
    }
    .inner02 {
      position: relative;
      z-index: 1;
      padding: 0 10px;
      margin: 0 auto;
      width: 1280px;
      max-width: 95%;

      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .box_text {
      width: 35.87%;
      display: flex;
      flex-flow: wrap;
      justify-content: space-between;
      gap: 55px 0;
      p {
        width: 100%;
      }
      figure {
        width: 44.25%;
        text-align: center;
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: normal;
      }
    }
    .box_img {
      width: 50.55%;
    }
  }

  @media screen and (max-width: 1279px) {
    padding-top: calc(49 / 1280 * 100vw);
    .ttl02 + p {
      margin-bottom: calc(89 / 1280 * 100vw);
    }
    .contents01 {
      padding: calc(53 / 1280 * 100vw) 0;
      .inner01 {
        .box_text {
          border-radius: calc(40 / 1280 * 100vw);
          padding: calc(25 / 1280 * 100vw) 0 calc(51 / 1280 * 100vw);
          h3 {
            font-size: calc(36 / 1280 * 100vw);
            .size_m {
              font-size: calc(41 / 1280 * 100vw);
            }
          }
          figure {
            margin: calc(35 / 1280 * 100vw) auto calc(37 / 1280 * 100vw);
          }
          strong {
            margin: 0 auto calc(13 / 1280 * 100vw);
            border-radius: calc(24 / 1280 * 100vw);
            padding: calc(9.5 / 1280 * 100vw) calc(15.5 / 1280 * 100vw);
            font-size: calc(25 / 1280 * 100vw);
          }
        }
      }
    }
    .contents02 {
      padding-bottom: calc(24 / 1280 * 100vw);
      h3 {
        padding: calc(29 / 1280 * 100vw) 0 calc(57 / 1280 * 100vw);
        font-size: calc(48 / 1280 * 100vw);
        .size_m {
          font-size: calc(64 / 1280 * 100vw);
        }
      }
      .inner02 {
        padding: 0 calc(10 / 1280 * 100vw);
      }
      .box_text {
        gap: calc(55 / 1280 * 100vw) 0;
        figure {
          font-size: calc(20 / 1280 * 100vw);
        }
      }
    }
  }

  @media screen and (max-width: 1023px) {
    padding-top: calc(24 / 768 * 100vw);
    ttl02 {
      margin-bottom: calc(17 / 768 * 100vw);
    }
    .ttl02 + p {
      margin-bottom: calc(32 / 768 * 100vw);
    }

    .contents01 {
      background-image: url("../img/bc_trouble01_tb.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      padding: calc(5.5 / 768 * 100vw) 0 calc(5.5 / 768 * 100vw);
      .inner01 {
        max-width: 92.18%;

        .box_text {
          width: 50.56%;
          border-radius: calc(8 / 768 * 100vw);
          padding: calc(31 / 768 * 100vw) 0 calc(42 / 768 * 100vw);

          h3 {
            font-size: calc(28 / 768 * 100vw);
            line-height: 1.2;
            .size_m {
              font-size: calc(33 / 768 * 100vw);
            }
          }
          figure {
            margin: calc(21 / 768 * 100vw) auto calc(18 / 768 * 100vw);
            width: 73.54%;
          }
          strong {
            width: 85.23%;
            margin: 0 auto calc(8 / 768 * 100vw);
            border-radius: calc(8 / 768 * 100vw);
            padding: calc(9.5 / 768 * 100vw) calc(15.5 / 768 * 100vw);
            font-size: calc(20 / 768 * 100vw);
          }
          strong + p {
            width: 86.9%;
          }
        }
      }
    }
    .contents02 {
      padding-bottom: calc(100 / 768 * 100vw);
      &::after {
        height: calc(80 / 768 * 100vw);
      }
      h3 {
        padding: calc(48 / 768 * 100vw) 0 calc(63 / 768 * 100vw);
        font-size: calc(24 / 768 * 100vw);
        clip-path: polygon(0 0, 100% 0, 100% 74.68%, 50% 100%, 0 74.68%);
        margin-bottom: calc(61 / 768 * 100vw);
        .size_m {
          font-size: calc(34 / 768 * 100vw);
        }
      }
      .inner02 {
        padding: 0;
        max-width: 89.71%;

        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .box_text {
        width: 44.12%;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        gap: calc(39 / 768 * 100vw) calc(50 / 768 * 100vw);
        p {
          width: 100%;
        }
        figure {
          width: 37.5%;
          font-size: calc(16 / 768 * 100vw);
        }
      }
      .box_img {
        width: 48.3%;
      }
    }
  }

  @media screen and (max-width: 767px) {
    padding-top: calc(10 / 390 * 100vw);
    .ttl02 {
      margin-bottom: calc(49 / 390 * 100vw);
      .en {
        margin-bottom: calc(-5 / 390 * 100vw);
      }
    }

    .ttl02 + p {
      width: 87.18%;
      text-align: left;
      margin: 0 auto calc(25 / 390 * 100vw);
    }

    .contents01 {
      background-image: url("../img/bc_trouble01_sp.jpg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top center;
      padding: calc(248 / 390 * 100vw) 0 calc(56 / 390 * 100vw);
      .inner01 {
        max-width: 100%;
        .box_text {
          width: 100%;
          margin-left: 0;
          border-radius: calc(8 / 390 * 100vw);
          padding: calc(17 / 390 * 100vw) 0;

          h3 {
            font-size: calc(28 / 390 * 100vw);
            line-height: 1.2;
            .size_m {
              font-size: calc(33 / 390 * 100vw);
            }
          }
          figure {
            margin: calc(21 / 390 * 100vw) auto calc(18 / 390 * 100vw);
            width: 67.69%;
          }
          strong {
            width: 87.69%;
            margin: 0 auto calc(9 / 390 * 100vw);
            border-radius: calc(8 / 390 * 100vw);
            padding: calc(10 / 390 * 100vw) calc(15 / 390 * 100vw);
            font-size: calc(20 / 390 * 100vw);
            font-weight: 400;
            line-height: 1.4;
          }
          strong + p {
            width: 87.69%;
          }
        }
      }
    }
    .contents02 {
      padding-bottom: calc(80 / 390 * 100vw);
      &::after {
        height: calc(80 / 390 * 100vw);
      }
      h3 {
        margin-bottom: calc(-12 / 390 * 100vw);
        padding: calc(49 / 390 * 100vw) 0 calc(63 / 390 * 100vw);
        font-size: calc(24 / 390 * 100vw);
        clip-path: polygon(0 0, 100% 0, 100% 73.8%, 50% 100%, 0 73.8%);
        .size_m {
          font-size: calc(34 / 390 * 100vw);
        }
      }
      .inner02 {
        padding: 0;
        max-width: 87.69%;
        flex-flow: column;
      }
      .box_text {
        width: 100%;
        gap: calc(39 / 390 * 100vw) calc(52 / 390 * 100vw);
        order: 2;
        p {
          width: 100%;
        }
        figure {
          width: 32.88%;
          font-size: calc(16 / 390 * 100vw);
        }
      }
      .box_img {
        margin-bottom: calc(25 / 390 * 100vw);
        width: 73.97%;
        order: 1;
      }
    }
  }
}
/*melit ------------------*/
.melit {
  max-width: 1920px;
  margin: 0 auto;
  padding: 73px 0 190px;
  background: url("../img/bc_what.png"), #fff;
  background-repeat: repeat;
  background-size: 48px 48px;
  background-position: center center;

  .ttl02 {
    margin-bottom: 65px;
    .en {
      margin-bottom: -5px;
    }
  }

  .inner {
    margin: 0 auto;
    width: 1290px;
    max-width: 95%;
  }
  .box_contents {
    display: flex;
    flex-flow: column;
    gap: 151px 0;
    li {
      width: 99.22%;
      margin: 0;
      display: flex;
      &:nth-of-type(2n) {
        margin: 0;
        flex-flow: row-reverse;
        .box_text {
          margin: 0 -3.125% 0 0;
        }
        .box_img {
          &::after {
            top: 23px;
            left: -19px;
          }
        }
      }
      .box_img {
        position: relative;
        z-index: 0;
        width: 50%;
        &::after {
          content: "";
          display: block;
          position: absolute;
          z-index: -2;
          background: #a3d5f7;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
          top: 33px;
          left: 34px;
          width: 100%;
          height: 100%;
        }
      }
      .box_text {
        position: relative;
        z-index: 0;
        width: 53.125%;
        margin: 0 0 0 -3.125%;
        transform: translateY(82.7px);
        padding: 0 116px;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;

        &::before {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          border: 1px solid #4994c4;
          top: -16px;
          left: -15px;
          width: 100%;
          height: 100%;
        }
        &::after {
          content: "";
          display: block;
          position: absolute;
          z-index: -2;
          background: rgba(255, 255, 255, 0.8);
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
        }
        h3 {
          color: #333;
          font-size: 40px;
          font-weight: 400;
          line-height: normal;
          margin-bottom: 34px;
        }
      }
    }
  }

  @media screen and (max-width: 1309px) {
    padding: calc(73 / 1310 * 100vw) 0 calc(190 / 1310 * 100vw);
    .ttl02 {
      margin-bottom: calc(89 / 1310 * 100vw);
      .en {
        margin-bottom: calc(-5 / 1310 * 100vw);
      }
    }
    .box_contents {
      gap: calc(151 / 1310 * 100vw) 0;
      li {
        &:nth-of-type(2n) {
          .box_img {
            &::after {
              top: calc(23 / 1310 * 100vw);
              left: calc(-19 / 1310 * 100vw);
            }
          }
        }
        .box_img {
          &::after {
            top: calc(33 / 1310 * 100vw);
            left: calc(34 / 1310 * 100vw);
            width: 100%;
            height: 100%;
          }
        }
        .box_text {
          transform: translateY(calc(82.7 / 1310 * 100vw));
          padding: 0 calc(116 / 1310 * 100vw);
          &::before {
            top: calc(-16 / 1310 * 100vw);
            left: calc(-15 / 1310 * 100vw);
          }
          h3 {
            font-size: calc(40 / 1310 * 100vw);
            margin-bottom: calc(34 / 1310 * 100vw);
          }
        }
      }
    }
  }

  @media screen and (max-width: 1023px) {
    background-size: 32px 32px;
    padding: calc(30 / 768 * 100vw) 0 calc(80 / 768 * 100vw);
    .inner {
      max-width: 90.625%;
    }
    .box_contents {
      gap: calc(84 / 768 * 100vw) 0;
      li {
        width: 96.83%;
        transform: translateX(calc(21 / 768 * 100vw));
        &:nth-of-type(2n) {
          transform: translateX(1px);
          .box_text {
            margin: 0 -0.44% 0 0;
          }
          .box_img {
            &::after {
              top: calc(-23 / 768 * 100vw);
              left: calc(-13 / 768 * 100vw);
            }
          }
        }
        .box_img {
          align-self: flex-start;
          width: 50.44%;
          &::after {
            top: calc(-14 / 768 * 100vw);
            left: calc(13 / 768 * 100vw);
          }
        }
        .box_text {
          position: relative;
          z-index: 0;
          width: 50.44%;
          margin: 0 0 0 -0.44%;
          transform: translateY(calc(35 / 768 * 100vw));
          padding: calc(36 / 768 * 100vw) calc(20 / 768 * 100vw);
          &::before {
            content: "";
            top: calc(-16 / 768 * 100vw);
            left: calc(-15 / 768 * 100vw);
          }
          h3 {
            font-size: calc(28 / 768 * 100vw);
            margin-bottom: calc(20 / 768 * 100vw);
            + .text01 {
              font-size: calc(16 / 768 * 100vw);
            }
          }
        }
      }
    }
  }
  @media screen and (max-width: 767px) {
    padding: calc(16 / 390 * 100vw) 0 calc(66 / 390 * 100vw);
    .ttl02 {
      margin-bottom: calc(44.8 / 390 * 100vw);
    }
    .inner {
      max-width: 87.18%;
    }
    .box_contents {
      display: flex;
      flex-flow: column;
      gap: calc(56 / 390 * 100vw) 0;
      li {
        width: 100%;
        margin: 0;
        flex-flow: column;
        transform: translateX(0);
        &:nth-of-type(2n) {
          margin: 0;
          flex-flow: column;
          .box_text {
            margin: calc(-64 / 390 * 100vw) 0 0 0;
          }
          .box_img {
            &::after {
              left: calc(-15 / 390 * 100vw);
            }
          }
        }
        .box_img {
          position: relative;
          z-index: 0;
          width: 100%;
          &::after {
            top: calc(-12 / 390 * 100vw);
            left: calc(15 / 390 * 100vw);
          }
        }
        .box_text {
          width: 100%;
          margin: calc(-59 / 390 * 100vw) 0 0 0;
          transform: translateY(0);
          padding: calc(28 / 390 * 100vw) calc(20 / 390 * 100vw) calc(40 / 390 * 100vw);
          &::before {
            border: 1px solid #4994c4;
            top: calc(-12 / 390 * 100vw);
            left: calc(-13 / 390 * 100vw);
          }
          h3 {
            font-size: calc(28 / 390 * 100vw);
            margin-bottom: calc(5 / 390 * 100vw);
            + .text01 {
              font-size: calc(16 / 390 * 100vw);
            }
          }
        }
      }
    }
  }
}
/*flow ------------------*/
.flow {
  max-width: 1920px;
  margin: 0 auto;
  background: #bae0f2;
  padding: 38px 0 129px;
  .ttl02 {
    margin-bottom: 53px;
  }
  .box_flow {
    margin: 0 auto;
    width: 1132px;
    max-width: 88.43%;

    display: flex;
    flex-flow: column;
    gap: 100px 0;

    > li {
      position: relative;
      z-index: 0;
      background: #fff;
      &:last-of-type {
        &::after {
          display: none;
        }
      }
      &::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 0;
        background-image: url("../img/flow_arrow01.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        bottom: -55px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 301px;
        aspect-ratio: 281 / 50;
      }
      &:has(.box_content) {
        padding-bottom: 60px;
      }
    }
    h3 {
      position: relative;
      z-index: 0;
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      min-height: 250px;
      color: #005bac;
      text-align: center;
      font-size: 33px;
      font-weight: 700;
      line-height: normal;
      .dec_no {
        position: absolute;
        top: 50%;
        left: 50px;
        transform: translateY(-50%);
        width: 170px;
        aspect-ratio: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3.3px;
        border-radius: 50%;
        background: #4994c4;
        color: #fff;
        font-size: 24.663px;
        font-weight: 600;
        .size_l {
          font-size: 38.756px;
        }
      }
      .size_s {
        font-size: 25px;
      }

      .dec_text {
        color: #84c7f4;
        font-size: 1.7em;
        display: inline-block;
        transform: translateY(0.15em);
        margin: 0 0.2em;
      }

      small {
        display: block;
        color: #444;
        font-size: 16px;
        font-weight: 400;
        line-height: 200%;
      }
    }
    .box_content {
      margin: -48px auto 0;
      width: 86.57%;
      /* 980px */
      display: flex;
      flex-flow: wrap;
      justify-content: space-between;
      & + .box_content {
        margin-top: 8px;
      }
      .parts_check {
        padding-top: 35px;
        width: 56.53%;
        font-size: 18px;
        font-weight: 400;
        line-height: 277%;

        li {
          position: relative;
          z-index: 0;
          padding-left: 2.66em;
          &::after {
            content: "";
            display: block;
            position: absolute;
            z-index: 0;
            background-image: url("../img/check02.svg");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            top: 0.56em;
            left: 0;
            width: 1.5em;
            aspect-ratio: 27/28;
          }
        }
      }

      .box_img01 {
        width: 40.71%;
      }
      .box_text {
        align-self: flex-end;
        width: 50.2%;
        background: #4994c4;
        padding: 42px 21px;
        color: #fff;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
        text-align: center;

        .size_m {
          font-size: 24px;
        }
      }
      .box_img02 {
        width: 44.89%;
      }
    }
  }

  @media screen and (max-width: 1279px) {
    padding: calc(38 / 1280 * 100vw) 0 calc(129 / 1280 * 100vw);
    .ttl02 {
      margin-bottom: calc(129 / 1280 * 100vw);
      .en {
        margin-bottom: calc(5 / 768 * 100vw);
      }
    }

    .box_flow {
      max-width: 88.43%;
      gap: calc(100 / 1280 * 100vw) 0;

      > li {
        &::after {
          bottom: calc(-55 / 1280 * 100vw);
          width: calc(301 / 1280 * 100vw);
        }
        &:has(.box_content) {
          padding-bottom: calc(60 / 1280 * 100vw);
        }
      }
      h3 {
        min-height: calc(250 / 1280 * 100vw);
        font-size: calc(33 / 1280 * 100vw);
        .dec_no {
          width: calc(170 / 1280 * 100vw);
          gap: calc(3.3 / 1280 * 100vw);
          font-size: calc(24.663 / 1280 * 100vw);
          .size_l {
            font-size: calc(38.756 / 1280 * 100vw);
          }
        }
        .size_s {
          font-size: calc(25 / 1280 * 100vw);
        }
        small {
          font-size: calc(16 / 1280 * 100vw);
        }
      }
      .box_content {
        margin: calc(-48 / 1280 * 100vw) auto 0;
        & + .box_content {
          margin-top: calc(8 / 1280 * 100vw);
        }
        .parts_check {
          padding-top: calc(35 / 1280 * 100vw);
          font-size: calc(18 / 1280 * 100vw);
          li {
          }
        }
        .box_text {
          padding: calc(42 / 1280 * 100vw) calc(21 / 1280 * 100vw);
          font-size: calc(20 / 1280 * 100vw);
          .size_m {
            font-size: calc(24 / 1280 * 100vw);
          }
        }
      }
    }
  }

  @media screen and (max-width: 1023px) {
    padding: calc(68 / 768 * 100vw) 0 calc(80 / 768 * 100vw);
    .box_flow {
      max-width: 62.5%;
      gap: calc(110 / 768 * 100vw) 0;
      > li {
        &::after {
          bottom: calc(-36 / 768 * 100vw);
          width: calc(204 / 768 * 100vw);
        }
        &:last-of-type {
          &::after {
            display: none;
          }
        }
        &:has(.box_content) {
          padding-bottom: calc(40 / 768 * 100vw);
        }
      }
      h3 {
        min-height: calc(135 / 768 * 100vw);

        font-size: calc(24 / 768 * 100vw);
        padding: calc(34 / 768 * 100vw) 0 calc(24 / 768 * 100vw);
        .dec_no {
          position: absolute;
          top: calc(-34 / 768 * 100vw);
          left: 50%;
          transform: translate(-50%, 0);
          width: calc(68 / 768 * 100vw);
          flex-flow: column;
          gap: 0;
          font-size: calc(18 / 768 * 100vw);
          line-height: 1;
          .size_l {
            font-size: calc(32 / 768 * 100vw);
          }
        }
        .size_s {
          font-size: calc(16 / 768 * 100vw);
        }
        small {
          margin-top: calc(9 / 768 * 100vw);
          font-size: calc(16 / 768 * 100vw);
        }
      }
      .box_content {
        margin: 0 auto;
        width: 86.57%;
        display: flex;
        flex-flow: column-reverse;
        & + .box_content {
          margin-top: calc(14 / 768 * 100vw);
        }
        .parts_check {
          margin: 0 auto;
          width: 92%;
          font-size: calc(13.5 / 768 * 100vw);
          font-weight: 400;
          line-height: 120%;
          display: flex;
          flex-flow: column;
          gap: calc(18 / 768 * 100vw);
          li {
            padding-left: 2.22em;
            &::after {
              top: 0;
              left: 0;
              width: 1.5em;
            }
          }
        }
        .box_img01 {
          width: 92%;
          margin: 0 auto calc(2 / 768 * 100vw);
        }
        .box_text {
          margin: calc(27 / 768 * 100vw) auto 0;
          width: 93%;
          padding: calc(21 / 768 * 100vw) calc(15 / 768 * 100vw);
          font-size: calc(16 / 768 * 100vw);
          .size_m {
            font-size: calc(20 / 768 * 100vw);
          }
        }
        .box_img02 {
          width: 74%;
          margin: 0 auto;
        }
      }
    }
  }

  @media screen and (max-width: 767px) {
    padding: calc(24 / 390 * 100vw) 0 calc(80 / 390 * 100vw);
    .ttl02 {
      margin-bottom: calc(87 / 390 * 100vw);
      .en {
        margin-bottom: calc(9 / 390 * 100vw);
      }
    }

    .box_flow {
      max-width: 87.69%;
      gap: calc(90 / 390 * 100vw) 0;

      > li {
        &::after {
          bottom: calc(-37 / 390 * 100vw);
          width: calc(213 / 390 * 100vw);
        }
        &:last-of-type {
          &::after {
            display: none;
          }
        }
        &:has(.box_content) {
          padding-bottom: calc(26 / 390 * 100vw);
        }
      }
      h3 {
        min-height: calc(135 / 390 * 100vw);
        font-size: calc(24 / 390 * 100vw);
        padding: calc(36 / 390 * 100vw) 0 calc(24 / 390 * 100vw);

        .dec_no {
          position: absolute;
          top: calc(-34 / 390 * 100vw);
          width: calc(68 / 390 * 100vw);
          font-size: calc(16 / 390 * 100vw);
          .size_l {
            font-size: calc(32 / 390 * 100vw);
          }
        }
        .size_s {
          font-size: calc(16 / 390 * 100vw);
        }
        small {
          margin-top: calc(8 / 390 * 100vw);
          font-size: calc(16 / 390 * 100vw);
        }
      }
      .box_content {
        margin: 0 auto;
        width: 88.26%;
        display: flex;
        flex-flow: column-reverse;
        & + .box_content {
          margin-top: calc(28 / 390 * 100vw);
        }
        .parts_check {
          width: 97%;
          font-size: calc(13.5 / 390 * 100vw);
          gap: calc(17 / 390 * 100vw);
          li {
            padding-left: 2.22em;
            &::after {
              top: 0;
              left: 0;
              width: 1.5em;
            }
          }
        }

        .box_img01 {
          width: 98%;
          margin-bottom: calc(13 / 390 * 100vw);
        }
        .box_text {
          margin-top: calc(17 / 390 * 100vw);
          width: 100%;
          padding: calc(21 / 390 * 100vw) calc(12 / 390 * 100vw);
          font-size: calc(16 / 390 * 100vw);
          text-align: left;
          .size_m {
            font-size: calc(20 / 390 * 100vw);
          }
          br {
            display: none;
          }
        }
        .box_img02 {
          width: 100%;
        }
      }
    }
  }
}
/*cost ------------------*/
.cost {
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  padding: 57px 0 116px;

  .inner {
    margin: 0 auto;
    width: 1280px;
    max-width: 95%;
  }
  .ttl02 {
    margin-bottom: 91px;
    .en {
      margin-bottom: calc(2 / 1280 * 100vw);
    }
  }

  .wrapper_cost {
    margin: 0 auto;
    width: 76.56%;

    .cap {
      margin-top: 10px;
    }
  }
  .data_cost {
    .card {
      font-size: 18px;
      font-weight: 400;
      line-height: 4;
      border-top: 1px solid #ddd;
      display: flex;
      &:last-of-type {
        border-bottom: 1px solid #ddd;
      }
      dt {
        width: 70%;
        text-align: center;
      }
      dd {
        width: 30%;
        border-left: 1px solid #ddd;
        padding-right: 10.2%;
        text-align: right;
      }
    }
  }

  @media screen and (max-width: 1279px) {
    padding: calc(57 / 1280 * 100vw) 0 calc(116 / 1280 * 100vw);
    .ttl02 {
      margin-bottom: calc(91 / 1280 * 100vw);
      .en {
        margin-bottom: calc(-9 / 1280 * 100vw);
      }
    }
    .wrapper_cost {
      .cap {
        margin-top: calc(10 / 1280 * 100vw);
      }
    }
    .data_cost {
      .card {
        font-size: calc(18 / 1280 * 100vw);
      }
    }
  }

  @media screen and (max-width: 1023px) {
    padding: calc(52 / 768 * 100vw) 0 calc(35 / 768 * 100vw);
    .inner {
      max-width: 100%;
    }
    .ttl02 {
      margin-bottom: calc(66 / 768 * 100vw);
      .en {
        margin-bottom: calc(2 / 768 * 100vw);
      }
      .jp02 {
        letter-spacing: 1em;
        margin-left: 1.15em;
      }
    }
    .wrapper_cost {
      margin: 0 auto;
      width: 71.61%;
      .cap {
        margin-top: calc(20 / 768 * 100vw);
      }
    }
    .data_cost {
      .card {
        font-size: calc(17 / 768 * 100vw);
        line-height: 4.3;
        dt {
          width: 59.4%;
        }
        dd {
          width: 40.6%;
          padding-right: 9.96%;
        }
      }
    }
  }
  @media screen and (max-width: 767px) {
    padding: calc(15 / 390 * 100vw) 0 calc(71 / 390 * 100vw);
    .ttl02 {
      margin-bottom: calc(76 / 390 * 100vw);
      .en {
        margin-bottom: calc(10 / 390 * 100vw);
      }
      .jp02 {
        margin-left: 1em;
      }
    }
    .wrapper_cost {
      margin: 0 auto;
      width: 87.69%;

      .cap {
        margin-top: calc(20 / 390 * 100vw);
        font-size: calc(16 / 390 * 100vw);
      }
    }
    .data_cost {
      .card {
        font-size: calc(17 / 390 * 100vw);
        line-height: 4.25;
        dt {
          width: 62.28%;
        }
        dd {
          width: 37.72%;
          padding-right: 3.5%;
        }
      }
    }
  }
}

/*faq ------------------*/
.faq {
  max-width: 1920px;
  margin: 0 auto;
  background-image: url("../img/bc_faq02.png");
  background-repeat: repeat;
  background-size: 16px;
  background-position: center center;
  .ttl02_2 {
    padding: 118px 0 146px;
    background: url("../img/bc_faq01.png"), #a3d5f7;
    background-repeat: repeat;
    background-size: 43px;
    background-position: center center;
    .dec_img {
      position: relative;
      z-index: 0;
      &::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 0;
        background-image: url("../img/ttl02_2_dec.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        bottom: -25px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 133px;
        aspect-ratio: 133 / 7;
      }
    }
  }

  .inner {
    margin: 0 auto;
    width: 1280px;
    max-width: 95%;
    padding: 120px 0 120px;
  }

  .faq_contents {
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
    padding: 50px 62px 68px 67px;

    + .faq_contents {
      margin-top: 64px;
    }
    .dec_faq {
      color: #fff;
      width: 80px;
      aspect-ratio: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      align-self: baseline;
      border-radius: 50%;
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 1;
    }

    dt {
      display: flex;
      align-items: center;
      gap: 32px;
      color: #f07f90;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 40px;
      font-weight: 700;
      line-height: normal;
      .dec_faq {
        background-color: #a3d5f7;
      }
      .dt_text {
        width: calc(100% - 112px);
      }
    }
    dd {
      margin-top: 47px;
      display: flex;
      gap: 32px;
      font-family: "Zen Maru Gothic", sans-serif;
      .dec_faq {
        background-color: #f07f90;
      }
      .dd_text {
        width: calc(100% - 112px);
        font-size: 20px;
        font-weight: 300;
        line-height: 200%;
      }
    }
  }

  @media screen and (max-width: 1279px) {
    .ttl02_2 {
      padding: calc(118 / 1280 * 100vw) 0 calc(146 / 1280 * 100vw);
      background-size: calc(43 / 1280 * 100vw);
      .dec_img {
        &::after {
          bottom: calc(-25 / 1280 * 100vw);
          width: calc(133 / 1280 * 100vw);
        }
      }
    }

    .inner {
      padding: calc(120 / 1280 * 100vw) 0 calc(120 / 1280 * 100vw);
    }

    .faq_contents {
      box-shadow: 0 0 calc(16 / 1280 * 100vw) 0 rgba(0, 0, 0, 0.25);
      padding: calc(50 / 1280 * 100vw) calc(62 / 1280 * 100vw) calc(68 / 1280 * 100vw) calc(67 / 1280 * 100vw);
      + .faq_contents {
        margin-top: calc(64 / 1280 * 100vw);
      }
      .dec_faq {
        width: calc(80 / 1280 * 100vw);
        font-size: calc(40 / 1280 * 100vw);
      }
      dt {
        gap: calc(32 / 1280 * 100vw);
        font-size: calc(40 / 1280 * 100vw);
        .dt_text {
          width: calc(100% - calc(112 / 1280 * 100vw));
        }
      }
      dd {
        margin-top: calc(47 / 1280 * 100vw);
        gap: calc(32 / 1280 * 100vw);
        .dd_text {
          width: calc(100% - calc(112 / 1280 * 100vw));
          font-size: calc(20 / 1280 * 100vw);
        }
      }
    }
  }
  @media screen and (max-width: 1023px) {
    .ttl02_2 {
      padding: calc(69 / 768 * 100vw) 0 calc(83 / 768 * 100vw);
      .dec_img {
        &::after {
          bottom: calc(-19 / 768 * 100vw);
          width: calc(133 / 768 * 100vw);
        }
      }
    }
    .inner {
      max-width: 83.85%;
      padding: calc(96 / 768 * 100vw) 0 calc(112 / 768 * 100vw);
    }
    .faq_contents {
      padding: calc(19 / 768 * 100vw) calc(64 / 768 * 100vw) calc(37 / 768 * 100vw) calc(45 / 768 * 100vw);
      + .faq_contents {
        margin-top: calc(56 / 768 * 100vw);
      }
      .dec_faq {
        font-size: calc(36 / 768 * 100vw);
        width: calc(56 / 768 * 100vw);
        padding-bottom: calc(9 / 768 * 100vw);
      }
      dt {
        gap: calc(39 / 768 * 100vw);
        font-size: calc(23.5 / 768 * 100vw);
        letter-spacing: -0.012em;
        .dt_text {
          width: calc(100% - calc(95 / 768 * 100vw));
        }
      }
      dd {
        margin-top: calc(31 / 768 * 100vw);
        display: flex;
        gap: calc(39 / 768 * 100vw);
        .dd_text {
          width: calc(100% - calc(95 / 768 * 100vw));
          font-size: calc(16 / 768 * 100vw);
        }
      }
    }
  }
  @media screen and (max-width: 767px) {
    .ttl02_2 {
      padding: calc(69 / 390 * 100vw) 0 calc(83 / 390 * 100vw);
      .dec_img {
        &::after {
          bottom: calc(-19 / 390 * 100vw);
          width: calc(133 / 390 * 100vw);
        }
      }
    }
    .inner {
      max-width: 87.69%;
      padding: calc(56 / 390 * 100vw) 0 calc(81 / 390 * 100vw);
    }
    .faq_contents {
      box-shadow: 0 0 calc(10 / 390 * 100vw) 0 rgba(0, 0, 0, 0.25);
      padding: calc(31 / 390 * 100vw) calc(27 / 390 * 100vw) calc(44 / 390 * 100vw) calc(17 / 390 * 100vw);
      + .faq_contents {
        margin-top: calc(48 / 390 * 100vw);
      }
      .dec_faq {
        font-size: calc(36 / 390 * 100vw);
        width: calc(56 / 390 * 100vw);
        padding-bottom: calc(9 / 390 * 100vw);
      }
      dt {
        gap: calc(26 / 390 * 100vw);
        font-size: calc(22 / 390 * 100vw);
        .dt_text {
          width: calc(100% - calc(82 / 390 * 100vw));
        }
      }
      dd {
        margin-top: calc(18 / 390 * 100vw);
        gap: calc(26 / 390 * 100vw);
        .dd_text {
          margin-top: calc(-6 / 390 * 100vw);
          width: calc(100% - calc(82 / 390 * 100vw));
          font-size: calc(16 / 390 * 100vw);
        }
      }
    }
  }
}
/*contact ------------------*/
.contact {
  background: url("../img/bc_contact.png"), #a3d5f7;
  background-repeat: repeat;
  background-size: 18px;
  background-position: center center;

  max-width: 1920px;
  margin: 0 auto;
  padding: 113px 0 120px;

  .inner {
    margin: 0 auto;
    width: 1280px;
    max-width: 95%;
  }

  .ttl02_2 {
    margin-bottom: 91px;
    .dec_img {
      position: relative;
      z-index: 0;
      &::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 0;
        background-image: url("../img/ttl02_2_dec.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        bottom: -25px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 133px;
        aspect-ratio: 133 / 7;
      }
    }
  }

  .box_contents {
    padding: 78px 120px 80px;
    border-radius: 48px;
    background: #fff;
    h3 {
      margin-bottom: 78px;
      color: #0d3387;
      text-align: center;
      font-family: "Yusei Magic", sans-serif;
      font-size: 50px;
      font-weight: 400;
      line-height: 100%;
    }
    .wrapper_link {
      position: relative;
      z-index: 0;
      &::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        background-image: url("../img/img_contact03.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        bottom: 160px;
        right: 38px;
        width: 366px;
        aspect-ratio: 366 / 288;
      }
      display: flex;
      justify-content: space-between;
      a {
        width: 46.71%;
      }
    }
  }

  @media screen and (max-width: 1279px) {
    padding: calc(113 / 1280 * 100vw) 0 calc(120 / 1280 * 100vw);
    .ttl02_2 {
      margin-bottom: calc(91 / 1280 * 100vw);
      .dec_img {
        &::after {
          bottom: calc(-25 / 1280 * 100vw);
          width: calc(133 / 1280 * 100vw);
        }
      }
    }
    .box_contents {
      padding: calc(78 / 1280 * 100vw) calc(120 / 1280 * 100vw) calc(80 / 1280 * 100vw);
      border-radius: calc(48 / 1280 * 100vw);
      h3 {
        margin-bottom: calc(78 / 1280 * 100vw);
        font-size: calc(50 / 1280 * 100vw);
      }
      .wrapper_link {
        &::after {
          bottom: calc(155 / 1280 * 100vw);
          right: calc(38 / 1280 * 100vw);
          width: calc(366 / 1280 * 100vw);
        }
      }
    }
  }
  @media screen and (max-width: 1023px) {
    padding: calc(65 / 768 * 100vw) 0 calc(79 / 768 * 100vw);
    .inner {
      max-width: 87.63%;
    }
    .ttl02_2 {
      margin-bottom: calc(78 / 768 * 100vw);
      .dec_img {
        &::after {
          bottom: calc(-26 / 768 * 100vw);
          width: calc(261 / 768 * 100vw);
        }
      }
    }
    .box_contents {
      padding: calc(75 / 768 * 100vw) calc(17 / 768 * 100vw) calc(43 / 768 * 100vw);
      border-radius: calc(16 / 768 * 100vw);
      h3 {
        width: fit-content;
        margin: 0 0 calc(93 / 768 * 100vw) 10%;
        font-size: calc(32 / 768 * 100vw);
      }
      .wrapper_link {
        position: relative;
        z-index: 0;
        &::after {
          bottom: auto;
          top: calc(-175 / 768 * 100vw);
          right: calc(26 / 768 * 100vw);
          width: calc(211 / 768 * 100vw);
          background-image: url(../img/img_contact03_sp.png);
          aspect-ratio: 14 / 9;
        }
        display: flex;
        justify-content: space-between;
        a {
          width: 47.92%;
        }
      }
    }
  }
  @media screen and (max-width: 767px) {
    padding: calc(77 / 390 * 100vw) 0 calc(95 / 390 * 100vw);
    .inner {
      max-width: 87.69%;
    }
    .ttl02_2 {
      font-size: calc(40 / 390 * 100vw);
      .size_s {
        font-size: calc(33 / 390 * 100vw);
      }
      margin-bottom: calc(62 / 390 * 100vw);
      .dec_img {
        &::after {
          bottom: calc(-23 / 390 * 100vw);
          width: calc(133 / 390 * 100vw);
        }
      }
    }
    .box_contents {
      padding: calc(32 / 390 * 100vw) calc(18 / 390 * 100vw) calc(34 / 390 * 100vw);
      border-radius: calc(16 / 390 * 100vw);
      h3 {
        width: 100%;
        margin: 0 0 calc(155 / 390 * 100vw) 0;
        font-size: calc(32 / 390 * 100vw);
      }
      .wrapper_link {
        &::after {
          top: calc(-134 / 390 * 100vw);
          right: auto;
          left: 10%;
          width: calc(210 / 390 * 100vw);
        }
        display: flex;
        flex-flow: column;
        gap: calc(20 / 390 * 100vw);
        a {
          width: 100%;
        }
      }
    }
  }
}
