@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*_____ font weight _______________*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* ===================================================================
  use toppage
=================================================================== */
  body {
    color: #393939;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    /* 32px */
    letter-spacing: 0.8px;
  }
  .contents {
    background-color: #F6F5F1;
  }
  .mv {
    background: url("../images/mv_bg.webp") no-repeat center/cover;
    height: 645px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 94px;
    padding-left: 20px;
  }
  .mv-img {
    width: 423px;
  }
  .mv-text {
    width: 550px;
    height: 294px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 34px;
    margin-bottom: 164px;
    padding-top: 62px;
  }
  .mv-text h1, .mv-text .en {
    color: #fff;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
  }
  .mv-text h1:before, .mv-text h1:after, .mv-text .en:before, .mv-text .en:after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
  }
  .mv-text h1:before, .mv-text .en:before {
    border-left: 5px solid #fff;
    left: 0;
  }
  .mv-text h1:after, .mv-text .en:after {
    border-right: 5px solid #fff;
    right: 0;
  }
  .mv-text h1 {
    font-size: 4.4rem;
    font-weight: 500;
    line-height: 140%;
  }
  .mv-text h1:before, .mv-text h1:after {
    border-top: 5px solid #fff;
    top: 0;
  }
  .mv-text .en {
    font-family: Cardo;
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -0.3px;
  }
  .mv-text .en:before, .mv-text .en:after {
    border-bottom: 5px solid #fff;
    bottom: 0;
  }
  .intro {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 44px;
    position: relative;
  }
  .intro:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #fff;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    bottom: -40px;
  }
  .intro-frame {
    background-color: #F6F5F1;
    width: 1100px;
    margin: 0 auto;
    padding: 38px 56px;
    text-align: center;
  }
  .intro-lead {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 170%;
    text-decoration: underline;
    -webkit-text-decoration-color: #393939;
       -moz-text-decoration-color: #393939;
            text-decoration-color: #393939;
    text-underline-offset: 16px;
    display: inline-block;
  }
  .intro-ttl {
    color: #5F7B70;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 170%;
    /* 47.6px */
    letter-spacing: 2.8px;
    margin-top: 34px;
  }
  .intro-list {
    text-align: left;
    width: 590px;
    margin: 24px auto 0;
    padding-left: 10px;
  }
  .intro-list li {
    position: relative;
    padding-left: 120px;
    min-height: 96px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .intro-list li .time {
    background-color: #5F7B70;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 96px;
    height: 96px;
    padding: 0 8px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 1/1;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 170%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
  }
  .intro-list li p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 170%;
  }
  .intro-list li p.note {
    font-size: 1.4rem;
    margin-top: 8px;
  }
  .intro-list li + li {
    margin-top: 16px;
  }
  .intro-recommend {
    margin-top: 24px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 170%;
  }
  .intro-recommend a {
    color: #5F7B70;
    text-decoration: underline;
  }
  .intro-recommend a:hover {
    text-decoration: none;
  }
  .special {
    padding-top: 106px;
  }
  .special-ttl {
    color: #5F7B70;
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    line-height: 140%;
    /* 56px */
    letter-spacing: 4px;
    text-decoration: underline;
    -webkit-text-decoration-color: #fff;
       -moz-text-decoration-color: #fff;
            text-decoration-color: #fff;
    text-decoration-thickness: 17px;
    text-underline-offset: -10px;
  }
  .special-ttl span {
    text-emphasis: filled;
  }
  .special-frame {
    width: 1240px;
    background-color: #fff;
    padding: 80px 70px;
    margin: 110px auto 0;
  }
  .special-step + .step {
    margin-top: 120px;
  }
  .special-step .step-head {
    border-bottom: 1px solid #393939;
    padding-bottom: 14px;
    margin-bottom: 30px;
  }
  .special-step .step-subttl {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 140%;
    /* 25.2px */
    letter-spacing: 0.9px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .special-step .step-subttl span {
    width: 91px;
    height: 33px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    background-color: #5F7B70;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 140%;
    position: relative;
  }
  .special-step .step-subttl span:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 15px;
    background-color: #5F7B70;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    bottom: -8px;
  }
  .special-step .step-ttl {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 140%;
    /* 44.8px */
    letter-spacing: 3.2px;
    margin-top: 14px;
  }
  .special-step .step-content p {
    line-height: 240%;
  }
  .special-step .step-content p + p {
    margin-top: 28px;
  }
  .special-step .step-content .font-bold {
    font-weight: bold;
  }
  .special-step .step-content .font-large {
    font-size: 2rem;
  }
  .special-step .step-content em {
    display: inline-block;
    background: -webkit-linear-gradient(#F6F5F1 0 0) 0 -webkit-calc(100% - 2px)/100% 14px no-repeat;
    background: linear-gradient(#F6F5F1 0 0) 0 -moz-calc(100% - 2px)/100% 14px no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F6F5F1)) 0 calc(100% - 2px)/100% 14px no-repeat;
    background: -moz- oldlinear-gradient(#F6F5F1 0 0) 0 calc(100% - 2px)/100% 14px no-repeat;
    background: linear-gradient(#F6F5F1 0 0) 0 calc(100% - 2px)/100% 14px no-repeat;
  }
  .special-step .step-content .check-list {
    margin-block: 30px 8px;
  }
  .special-step .step-content .check-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .special-step .step-content .check-list li + li {
    margin-top: 5px;
  }
  .special-step .step-content .check-list li:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/icon_check.webp) no-repeat center/contain;
  }
  .special-step .step-content .note {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .special-step .step-procedures {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-top: 30px;
    width: 100%;
  }
  .special-step .step-procedures-icon {
    position: absolute;
    width: 80px;
    height: 87px;
    right: 30px;
    top: 25px;
  }
  .special-step .step-procedures-item {
    background-color: #F6F5F1;
    padding: 30px 40px;
    padding-bottom: 310px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
  }
  .special-step .step-procedures-item h4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    gap: 12px;
  }
  .special-step .step-procedures-item h4 span {
    background: -webkit-linear-gradient(#FFF 0 0) 0 -webkit-calc(100% - 2px)/100% 12px no-repeat;
    background: linear-gradient(#FFF 0 0) 0 -moz-calc(100% - 2px)/100% 12px no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF)) 0 calc(100% - 2px)/100% 12px no-repeat;
    background: -moz- oldlinear-gradient(#FFF 0 0) 0 calc(100% - 2px)/100% 12px no-repeat;
    background: linear-gradient(#FFF 0 0) 0 calc(100% - 2px)/100% 12px no-repeat;
  }
  .special-step .step-procedures-item h4:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #5F7B70;
  }
  .special-step .step-procedures-item .target {
    display: inline-block;
    border-bottom: 1px solid #5F7B70;
    line-height: 1.5;
  }
  .special-step .step-procedures-item .note {
    margin-top: 0px;
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
  }
  .special-step .step-procedures-item .font-bold {
    font-size: 1.8rem;
  }
  .special-step .step-procedures-item .margin {
    margin-top: 36px;
  }
  .special-step .step-procedures-img {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 450px;
  }
  .special-step.step2 .step-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .special-step.step2 .step-content-image {
    width: 310px;
  }
  .special-step.step2 .step-content .note {
    margin-top: 40px;
  }
  .flow {
    padding-top: 120px;
  }
  .flow-content {
    width: 1100px;
    margin: 0 auto;
  }
  .flow-ttl {
    text-align: center;
  }
  .flow-ttl .ttl {
    display: inline-block;
    font-size: 4rem;
    font-weight: 700;
    line-height: 140%;
    /* 56px */
    letter-spacing: 4px;
    background: -webkit-linear-gradient(#fff 0 0) 0 -webkit-calc(100% - 4px)/100% 14px no-repeat;
    background: linear-gradient(#fff 0 0) 0 -moz-calc(100% - 4px)/100% 14px no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) 0 calc(100% - 4px)/100% 14px no-repeat;
    background: -moz- oldlinear-gradient(#fff 0 0) 0 calc(100% - 4px)/100% 14px no-repeat;
    background: linear-gradient(#fff 0 0) 0 calc(100% - 4px)/100% 14px no-repeat;
  }
  .flow-ttl .subttl {
    display: inline-block;
    color: #5F7B70;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 140%;
    /* 33.6px */
    letter-spacing: 2.4px;
    margin-bottom: 10px;
    position: relative;
  }
  .flow-ttl .subttl:before, .flow-ttl .subttl:after {
    content: "";
    display: block;
    height: 28px;
    width: 2px;
    background-color: #5F7B70;
    position: absolute;
    top: 5px;
  }
  .flow-ttl .subttl:before {
    -webkit-transform: rotate(-30deg);
       -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
    left: -36px;
  }
  .flow-ttl .subttl:after {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
    right: -36px;
  }
  .flow-ttl .subttl span {
    display: inline;
    font-size: 3.2rem;
    letter-spacing: 3.2px;
  }
  .flow-3step {
    margin-block: 64px 16px;
    position: relative;
  }
  .flow-3step:before {
    content: "";
    display: block;
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: calc(100% - 350px);
    height: 1px;
    background-color: #5F7B70;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .flow-3step ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
  }
  .flow-3step ul li {
    background-color: #fff;
    padding: 22px 40px 26px;
    position: relative;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .flow-3step ul li:before {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #5F7B70;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: -28px;
  }
  .flow-3step ul li > span {
    color: #5F7B70;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 160%;
    /* 51.2px */
    letter-spacing: 1.6px;
  }
  .flow-3step ul li p {
    font-size: 2rem;
    font-weight: 500;
    line-height: 140%;
    /* 28px */
    letter-spacing: 1px;
  }
  .flow-3step ul li p .font-bold {
    font-weight: 700;
    background: -webkit-linear-gradient(#F6F5F1 0 0) 0 -webkit-calc(100% - 4px)/100% 14px no-repeat;
    background: linear-gradient(#F6F5F1 0 0) 0 -moz-calc(100% - 4px)/100% 14px no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F6F5F1)) 0 calc(100% - 4px)/100% 14px no-repeat;
    background: -moz- oldlinear-gradient(#F6F5F1 0 0) 0 calc(100% - 4px)/100% 14px no-repeat;
    background: linear-gradient(#F6F5F1 0 0) 0 calc(100% - 4px)/100% 14px no-repeat;
    display: inline-block;
  }
  .flow-3step .note {
    text-align: right;
    font-size: 1.4rem;
    font-weight: 500;
    height: 170%;
    margin-top: 14px;
  }
  .flow-figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
  .flow-figure img {
    width: 530px;
  }
  .flow .howto {
    margin-top: 45px;
  }
  .flow .howto dl {
    overflow: hidden;
  }
  .flow .howto dl dt {
    color: #fff;
    background-color: #5F7B70;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 140%;
    /* 44.8px */
    letter-spacing: 3.2px;
    text-align: center;
    padding: 14px 0;
  }
  .flow .howto dl dd {
    background-color: #fff;
    padding: 64px 40px 38px;
  }
  .flow .howto dl dd .howto-slide {
    position: relative;
  }
  .flow .howto dl dd .swiper-slide {
    padding-inline: 70px;
    opacity: 0.5;
  }
  .flow .howto dl dd .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .flow .howto dl dd .swiper-slide p {
    margin-top: 10px;
    line-height: 1.5;
    text-align: center;
  }
  .flow .howto dl dd .swiper-slide p.text-left {
    text-align: left;
  }
  .flow .howto dl dd .swiper-slide p.text-left .note {
    text-align: left;
  }
  .flow .howto dl dd .swiper-slide p.text-left .color-red {
    text-align: left;
  }
  .flow .howto dl dd .swiper-slide p span {
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
    text-align: center;
  }
  .flow .howto dl dd .swiper-slide p span.note {
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: 0;
  }
  .flow .howto dl dd .swiper-slide p span.color-red {
    color: #F00;
    font-weight: normal;
  }
  .flow .howto dl dd .swiper-button-prev,
  .flow .howto dl dd .swiper-button-next {
    background: none;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 288px;
  }
  .flow .howto dl dd .swiper-button-prev:before,
  .flow .howto dl dd .swiper-button-next:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 4px solid #393939;
    border-right: 4px solid #393939;
    margin-top: 7px;
  }
  .flow .howto dl dd .swiper-button-prev {
    margin-left: -210px;
  }
  .flow .howto dl dd .swiper-button-prev:before {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .flow .howto dl dd .swiper-button-next {
    margin-left: 184px;
  }
  .flow .howto dl dd .swiper-button-next:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .flow.flow02 {
    padding-top: 110px;
  }
  .flow.flow02 .howto dd .swiper-slide {
    padding-inline: 54px;
  }
  .faq {
    background-color: #FFF;
    padding: 110px 40px;
    margin-top: 120px;
  }
  .faq-content {
    width: 1100px;
    margin: 0 auto;
  }
  .faq-ttl {
    font-size: 4rem;
    font-weight: 700;
    line-height: 150%;
    border-bottom: 1px solid #393939;
  }
  .faq-list {
    margin-top: 10px;
  }
  .faq-list-item {
    padding-block: 34px;
    padding-left: 56px;
    border-bottom: 1px solid rgba(95, 123, 112, 0.3);
  }
  .faq-list-item span {
    display: block;
  }
  .faq-list-item .item_q {
    font-size: 2rem;
    line-height: 1.8;
    position: relative;
  }
  .faq-list-item .item_q span:first-child {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 47px;
    height: 47px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #F6F5F1;
    left: -62px;
    top: -5px;
  }
  .faq-list-item .item_a span {
    margin-top: 4px;
  }
  .message {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-block: 100px;
  }
  .message:before {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 906px;
    height: 906px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #fff;
    opacity: 0.7;
    z-index: 0;
  }
  .message p {
    position: relative;
    z-index: 1;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 200%;
    /* 48px */
    letter-spacing: 1.2px;
  }
  .message p.text-small {
    font-size: 1.8rem;
    letter-spacing: 0.9px;
    margin-block: 40px;
  }
  .message p em {
    color: #5F7B70;
    font-weight: 700;
  }
  .no-webp .mv {
    background: url(../images/mv_bg.png) no-repeat center/cover;
  }
  .no-webp .special-step .step-content .check-list li:before {
    background: url(../images/icon_check.png) no-repeat center/contain;
  }
}

@media screen and (max-width: 768px) {
  /* ===================================================================
  use toppage
=================================================================== */
  body {
    color: #393939;
    font-size: 3.58974vw;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 0.23077vw;
  }
  .contents {
    background-color: #F6F5F1;
    padding-top: 14.32292vw;
  }
  .mv {
    background: url("../images/mv_bg_sp.webp") no-repeat center/cover;
    height: 123.84615vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mv-img {
    width: 50.25641vw;
  }
  .mv-text {
    width: 81.02564vw;
    height: 37.94872vw;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.53846vw;
    margin-bottom: 8.20513vw;
    padding-top: 6.66667vw;
  }
  .mv-text h1, .mv-text .en {
    color: #fff;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
  }
  .mv-text h1:before, .mv-text h1:after, .mv-text .en:before, .mv-text .en:after {
    content: "";
    display: block;
    width: 6.15385vw;
    height: 6.15385vw;
    position: absolute;
  }
  .mv-text h1:before, .mv-text .en:before {
    border-left: 0.51282vw solid #fff;
    left: 0;
  }
  .mv-text h1:after, .mv-text .en:after {
    border-right: 0.51282vw solid #fff;
    right: 0;
  }
  .mv-text h1 {
    font-size: 6.15385vw;
    font-weight: 500;
    line-height: 140%;
  }
  .mv-text h1:before, .mv-text h1:after {
    border-top: 0.51282vw solid #fff;
    top: 0;
  }
  .mv-text .en {
    font-family: Cardo;
    font-size: 2.82051vw;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
  }
  .mv-text .en:before, .mv-text .en:after {
    border-bottom: 0.51282vw solid #fff;
    bottom: 0;
  }
  .intro {
    background-color: #fff;
    padding: 16.41026vw 4.10256vw 10.25641vw;
    position: relative;
  }
  .intro:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2.82051vw;
    background-color: #fff;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    bottom: -2.82051vw;
    left: 0;
  }
  .intro-frame {
    background-color: #F6F5F1;
    margin: 0 auto;
    padding: 10.25641vw 4.10256vw;
    text-align: center;
  }
  .intro-lead {
    font-size: 4.10256vw;
    font-weight: 500;
    line-height: 170%;
    text-decoration: underline;
    -webkit-text-decoration-color: #393939;
       -moz-text-decoration-color: #393939;
            text-decoration-color: #393939;
    text-underline-offset: 2.5641vw;
    display: inline-block;
  }
  .intro-ttl {
    color: #5F7B70;
    font-size: 5.12821vw;
    font-weight: 700;
    line-height: 170%;
    /* 47.6px */
    letter-spacing: 0.51282vw;
    margin-top: 6.15385vw;
  }
  .intro-list {
    text-align: left;
    margin: 6.15385vw auto 0;
  }
  .intro-list li {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 22.5641vw;
  }
  .intro-list li .time {
    background-color: #5F7B70;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 18.46154vw;
    height: 18.46154vw;
    padding: 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 1/1;
    color: #FFF;
    font-size: 3.58974vw;
    font-weight: 700;
    line-height: 170%;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    text-align: center;
  }
  .intro-list li p {
    font-size: 4.10256vw;
    font-weight: 500;
    line-height: 170%;
  }
  .intro-list li p.note {
    font-size: 3.07692vw;
    margin-top: 1.02564vw;
    margin-left: 1em;
    text-indent: -1em;
  }
  .intro-list li + li {
    margin-top: 4.10256vw;
  }
  .intro-recommend {
    margin-top: 6.15385vw;
    font-size: 4.10256vw;
    line-height: 170%;
  }
  .intro-recommend a {
    color: #5F7B70;
    text-decoration: underline;
  }
  .special {
    padding: 20.51282vw 4.10256vw 0;
  }
  .special-ttl {
    color: #5F7B70;
    font-size: 8.20513vw;
    font-weight: 700;
    line-height: 140%;
    /* 56px */
    letter-spacing: 0.82051vw;
    text-decoration: underline;
    -webkit-text-decoration-color: #fff;
       -moz-text-decoration-color: #fff;
            text-decoration-color: #fff;
    text-decoration-thickness: 2.5641vw;
    text-underline-offset: -1.02564vw;
  }
  .special-ttl span {
    text-emphasis: filled;
  }
  .special-frame {
    background-color: #fff;
    padding: 14.35897vw 4.10256vw;
    margin: 20.51282vw auto 0;
  }
  .special-step + .step {
    margin-top: 20.51282vw;
  }
  .special-step .step-head {
    border-bottom: 1px solid #393939;
    padding-bottom: 3.58974vw;
    margin-bottom: 7.69231vw;
  }
  .special-step .step-subttl {
    font-size: 3.58974vw;
    font-weight: 500;
    line-height: 140%;
    /* 25.2px */
    letter-spacing: 0.17949vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.10256vw;
  }
  .special-step .step-subttl span {
    width: 20vw;
    height: 7.17949vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    background-color: #5F7B70;
    font-size: 3.58974vw;
    font-weight: 700;
    line-height: 140%;
    position: relative;
  }
  .special-step .step-subttl span:after {
    content: "";
    display: block;
    position: absolute;
    width: 6.15385vw;
    height: 3.84615vw;
    background-color: #5F7B70;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    bottom: -2.05128vw;
  }
  .special-step .step-ttl {
    font-size: 6.15385vw;
    font-weight: 700;
    line-height: 140%;
    /* 44.8px */
    letter-spacing: 0.30769vw;
    margin-top: 3.58974vw;
  }
  .special-step .step-content p {
    line-height: 240%;
  }
  .special-step .step-content p + p {
    margin-top: 5.12821vw;
  }
  .special-step .step-content .font-bold {
    font-weight: bold;
  }
  .special-step .step-content .font-large {
    font-size: 4.61538vw;
  }
  .special-step .step-content em {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F6F5F1)) 0 100%/100% 1.79487vw no-repeat;
    background: -webkit-linear-gradient(#F6F5F1 0 0) 0 100%/100% 1.79487vw no-repeat;
    background: -moz- oldlinear-gradient(#F6F5F1 0 0) 0 100%/100% 1.79487vw no-repeat;
    background: linear-gradient(#F6F5F1 0 0) 0 100%/100% 1.79487vw no-repeat;
  }
  .special-step .step-content .check-list {
    margin: 7.17949vw 6.15385vw 4.61538vw 0;
  }
  .special-step .step-content .check-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.84615vw;
    line-height: 1.4;
  }
  .special-step .step-content .check-list li + li {
    margin-top: 2.05128vw;
  }
  .special-step .step-content .check-list li:before {
    content: "";
    display: block;
    width: 3.07692vw;
    height: 3.07692vw;
    background: url(../images/icon_check.webp) no-repeat center/contain;
    margin-top: 1.53846vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .special-step .step-content .note {
    font-size: 3.07692vw;
    margin-top: 3.07692vw;
  }
  .special-step .step-procedures {
    width: 100%;
    margin-top: 5.12821vw;
  }
  .special-step .step-procedures-icon {
    position: absolute;
    width: 10.25641vw;
    height: 11.15385vw;
    right: 6.15385vw;
    top: 5.64103vw;
  }
  .special-step .step-procedures-item {
    background-color: #F6F5F1;
    padding: 8.20513vw 6.15385vw;
    position: relative;
  }
  .special-step .step-procedures-item + .step-procedures-item {
    margin-top: 8.20513vw;
  }
  .special-step .step-procedures-item h4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    gap: 12px;
  }
  .special-step .step-procedures-item h4 span {
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) 0.5vw 80%/100% 2.5641vw no-repeat;
    background: -webkit-linear-gradient(#fff 0 0) 0.5vw 80%/100% 2.5641vw no-repeat;
    background: -moz- oldlinear-gradient(#fff 0 0) 0.5vw 80%/100% 2.5641vw no-repeat;
    background: linear-gradient(#fff 0 0) 0.5vw 80%/100% 2.5641vw no-repeat;
  }
  .special-step .step-procedures-item h4:before {
    content: "";
    display: block;
    width: 3.58974vw;
    height: 3.58974vw;
    background-color: #5F7B70;
  }
  .special-step .step-procedures-item .target {
    display: inline-block;
    border-bottom: 1px solid #5F7B70;
    line-height: 1.5;
  }
  .special-step .step-procedures-item .note {
    margin-top: 0;
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
  }
  .special-step .step-procedures-item .font-bold {
    font-size: 4.10256vw;
  }
  .special-step .step-procedures-img {
    margin-top: 8.20513vw;
  }
  .special-step.step2 .step-content-image {
    width: 71.79487vw;
    margin: 10.25641vw auto 0;
  }
  .special-step.step2 .step-content .note {
    margin-top: 7.69231vw;
  }
  .flow {
    padding: 20.51282vw 2.08333vw 0;
  }
  .flow-ttl {
    text-align: center;
  }
  .flow-ttl .ttl {
    display: inline-block;
    font-size: 8.20513vw;
    font-weight: 700;
    line-height: 140%;
    /* 56px */
    letter-spacing: 0.82051vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) 0.5vw 80%/100% 2.5641vw no-repeat;
    background: -webkit-linear-gradient(#fff 0 0) 0.5vw 80%/100% 2.5641vw no-repeat;
    background: -moz- oldlinear-gradient(#fff 0 0) 0.5vw 80%/100% 2.5641vw no-repeat;
    background: linear-gradient(#fff 0 0) 0.5vw 80%/100% 2.5641vw no-repeat;
  }
  .flow-ttl .subttl {
    display: inline-block;
    color: #5F7B70;
    font-size: 4.61538vw;
    font-weight: 700;
    line-height: 140%;
    /* 33.6px */
    letter-spacing: 0.46154vw;
    position: relative;
    margin-bottom: 2.5641vw;
  }
  .flow-ttl .subttl:before, .flow-ttl .subttl:after {
    content: "";
    display: block;
    height: 6.66667vw;
    width: 0.51282vw;
    background-color: #5F7B70;
    position: absolute;
    top: 0;
  }
  .flow-ttl .subttl:before {
    -webkit-transform: rotate(-30deg);
       -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
    left: -6.66667vw;
  }
  .flow-ttl .subttl:after {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
    right: -6.66667vw;
  }
  .flow-ttl .subttl span {
    display: inline;
    font-size: 6.15385vw;
    letter-spacing: 0.61538vw;
  }
  .flow-3step {
    margin-top: 7.69231vw;
    position: relative;
  }
  .flow-3step:before {
    content: "";
    display: block;
    height: 71.79487vw;
    width: 1px;
    background-color: #5F7B70;
    position: absolute;
    top: 18.46154vw;
    left: 3.07692vw;
  }
  .flow-3step ul {
    padding-left: 6.15385vw;
  }
  .flow-3step ul li {
    background-color: #fff;
    padding: 6.15385vw 8.20513vw;
    position: relative;
  }
  .flow-3step ul li + li {
    margin-top: 4.10256vw;
  }
  .flow-3step ul li:before {
    position: absolute;
    content: "";
    display: block;
    width: 2.05128vw;
    height: 2.05128vw;
    background-color: #5F7B70;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: -4.10256vw;
    top: -webkit-calc(50% - 3.07692vw);
    top: -moz-calc(50% - 3.07692vw);
    top: calc(50% - 3.07692vw);
  }
  .flow-3step ul li > span {
    color: #5F7B70;
    font-size: 6.15385vw;
    font-weight: 700;
    line-height: 160%;
    /* 51.2px */
    letter-spacing: 0.30769vw;
  }
  .flow-3step ul li p {
    font-size: 3.58974vw;
    font-weight: 500;
    line-height: 160%;
    /* 28px */
    letter-spacing: 0.17949vw;
  }
  .flow-3step ul li p .font-bold {
    font-size: 4.10256vw;
    font-weight: 700;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F6F5F1)) 0 100%/100% 1.79487vw no-repeat;
    background: -webkit-linear-gradient(#F6F5F1 0 0) 0 100%/100% 1.79487vw no-repeat;
    background: -moz- oldlinear-gradient(#F6F5F1 0 0) 0 100%/100% 1.79487vw no-repeat;
    background: linear-gradient(#F6F5F1 0 0) 0 100%/100% 1.79487vw no-repeat;
    display: inline-block;
  }
  .flow-3step .note {
    text-align: right;
    font-size: 3.07692vw;
    font-weight: 500;
    height: 170%;
    margin-top: 4.10256vw;
  }
  .flow-figure {
    margin-top: 14.35897vw;
    text-align: center;
  }
  .flow-figure img {
    width: 100%;
    margin-top: 7.69231vw;
  }
  .flow .howto {
    margin-top: 10.25641vw;
  }
  .flow .howto dl {
    overflow: hidden;
  }
  .flow .howto dl dt {
    color: #fff;
    background-color: #5F7B70;
    font-size: 4.61538vw;
    font-weight: 700;
    line-height: 140%;
    /* 44.8px */
    letter-spacing: 0.46154vw;
    text-align: center;
    padding: 3.07692vw 0;
  }
  .flow .howto dl dd {
    background-color: #fff;
    padding-block: 10.25641vw 6.15385vw;
  }
  .flow .howto dl dd .howto-slide {
    position: relative;
  }
  .flow .howto dl dd .swiper-slide {
    padding-inline: 6.41026vw;
    opacity: 0.5;
  }
  .flow .howto dl dd .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .flow .howto dl dd .swiper-slide p {
    margin-top: 5.12821vw;
    line-height: 1.5;
    text-align: center;
  }
  .flow .howto dl dd .swiper-slide p.text-left {
    text-align: left;
  }
  .flow .howto dl dd .swiper-slide p.text-left .note {
    text-align: left;
  }
  .flow .howto dl dd .swiper-slide p.text-left .color-red {
    text-align: left;
  }
  .flow .howto dl dd .swiper-slide p span {
    font-weight: bold;
    margin-bottom: 2.5641vw;
    display: block;
    text-align: center;
  }
  .flow .howto dl dd .swiper-slide p span.note {
    font-size: 3.58974vw;
    font-weight: normal;
    margin-bottom: 0;
  }
  .flow .howto dl dd .swiper-slide p span.color-red {
    color: #F00;
    font-weight: normal;
  }
  .flow .howto dl dd .swiper-button-prev,
  .flow .howto dl dd .swiper-button-next {
    background: none;
    width: 10.25641vw;
    height: 10.25641vw;
    top: 56.41026vw;
  }
  .flow .howto dl dd .swiper-button-prev:before,
  .flow .howto dl dd .swiper-button-next:before {
    content: "";
    display: block;
    width: 4.61538vw;
    height: 4.61538vw;
    border-top: 0.76923vw solid #393939;
    border-right: 0.76923vw solid #393939;
    margin-top: 2.30769vw;
  }
  .flow .howto dl dd .swiper-button-prev {
    left: 5.64103vw;
  }
  .flow .howto dl dd .swiper-button-prev:before {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-left: 4.61538vw;
  }
  .flow .howto dl dd .swiper-button-next {
    right: 5.64103vw;
  }
  .flow .howto dl dd .swiper-button-next:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .faq {
    background-color: #FFF;
    padding: 20.51282vw 4.10256vw;
    margin-top: 20.51282vw;
  }
  .faq-ttl {
    font-size: 8.20513vw;
    font-weight: 700;
    line-height: 140%;
    padding-bottom: 1.02564vw;
    border-bottom: 1px solid #393939;
  }
  .faq-list {
    margin-top: 2.05128vw;
  }
  .faq-list-item {
    padding-block: 6.66667vw;
    padding-left: 15.89744vw;
    border-bottom: 1px solid rgba(95, 123, 112, 0.3);
  }
  .faq-list-item span {
    display: block;
  }
  .faq-list-item .item_q {
    font-size: 4.61538vw;
    line-height: 1.8;
    position: relative;
  }
  .faq-list-item .item_q span:first-child {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 11.79487vw;
    height: 11.79487vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #F6F5F1;
    left: -15.89744vw;
    top: -1.53846vw;
  }
  .faq-list-item .item_a span {
    margin-top: 1.02564vw;
    font-size: 3.58974vw;
  }
  .faq-list-item .item_a span.note {
    font-size: 3.07692vw;
    margin-left: 1em;
    text-indent: -1em;
  }
  .message {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-block: 20.51282vw;
  }
  .message:before {
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: auto;
    position: absolute;
    width: 160vw;
    height: 129.23077vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #fff;
    opacity: 0.7;
    z-index: 0;
  }
  .message p {
    position: relative;
    z-index: 1;
    font-size: 4.61538vw;
    font-weight: 500;
    line-height: 200%;
    /* 48px */
    letter-spacing: 0.23077vw;
  }
  .message p.text-small {
    font-size: 4.10256vw;
    letter-spacing: 0.20513vw;
    margin-block: 10.25641vw;
  }
  .message p em {
    color: #5F7B70;
    font-weight: 700;
  }
  .no-webp .mv {
    background: url(../images/mv_bg_sp.png) no-repeat center/cover;
  }
  .no-webp .special-step .step-content .check-list li:before {
    background: url(../images/icon_check.png) no-repeat center/contain;
  }
}
