.only-sp {
    display: none !important
}

@media(max-width: 768px) {
    .only-sp {
        display:block !important
    }
}

.only-pc {
    display: block !important
}

@media(max-width: 768px) {
    .only-pc {
        display:none !important
    }
}

img.only-sp,span.only-sp,br.only-sp {
    display: none !important
}

@media(max-width: 768px) {
    img.only-sp,span.only-sp,br.only-sp {
        display:inline !important
    }
}

img.only-pc,span.only-pc,br.only-pc {
    display: inline !important
}

@media(max-width: 768px) {
    img.only-pc,span.only-pc,br.only-pc {
        display:none !important
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased
}

html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: "Noto Sans JP",sans-serif;
    color: #464646
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0
}

main {
    display: block
}

main * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main {
    display: block;
    width: 100%
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    font-size: 0;
    line-height: 0
}

@media(max-width: 768px) {
    img {
        width:100%
    }
}

sup {
    position: relative;
    padding-right: .2em;
    font-size: 70%;
    vertical-align: top;
    top: .15em
}

.header {
    padding: 20px 40px;
    width: 100%;
    background: #fff;
    border-radius: 0 0 40px 40px;
    position: fixed;
    top: 0;
    z-index: 20
}

@media(max-width: 768px) {
    .header {
        padding:0;
        height: 17.6vw;
        border-radius: 0 0 8.8vw 8.8vw
    }
}

.header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1556px
}

@media(max-width: 768px) {
    .header__inner {
        display:block;
        max-width: 100%;
        position: relative
    }

    .header__inner::after {
        content: "";
        display: block;
        width: 100%;
        height: 17.6vw;
        border-radius: 0 0 8.8vw 8.8vw;
        background: #fff;
        position: absolute;
        top: 0;
        z-index: 1
    }
}

.header__logo {
    width: 178px
}

@media(max-width: 768px) {
    .header__logo {
        margin-left:6.9333333333vw;
        padding-top: 4.5333333333vw;
        width: 26.4vw;
        position: relative;
        z-index: 2
    }
}

.header__menu {
    margin-left: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media(max-width: 768px) {
    .header__menu {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        width: 100%;
        background: #fff;
        position: absolute;
        top: -200vh;
        left: 0;
        right: 0;
        opacity: 0;
        z-index: -1;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .header__menu.is-open {
        top: 0;
        opacity: 1
    }
}

.header__menu-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 16px
}

@media(max-width: 768px) {
    .header__menu-inner {
        display:block;
        padding: 30.1333333333vw 0 18.6666666667vw;
        height: 100vh;
        overflow-x: scroll
    }
}

.header__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    justify-content: right;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none
}

@media(max-width: 768px) {
    .header__list {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 4.2666666667vw;
        margin-top: 12.8vw
    }
}

.header__list-item {
    display: block;
    height: 50px
}

@media(max-width: 768px) {
    .header__list-item {
        margin:0 auto;
        height: 16vw
    }
}

.header__list-item.btn01 {
    width: 280px
}

@media(max-width: 768px) {
    .header__list-item.btn01 {
        width:74.6666666667vw
    }
}

.header__list-item.btn02 {
    width: 280px
}

@media(max-width: 768px) {
    .header__list-item.btn02 {
        width:74.6666666667vw
    }
}

.header__btn {
    display: block;
    padding: 18px 0;
    width: 100%;
    height: 100%;
    background: #ab9ca2;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative
}

@media(max-width: 768px) {
    .header__btn {
        padding:6.1333333333vw 0;
        border-radius: 8vw;
        font-size: 3.4666666667vw
    }
}

.header__btn::before {
    content: "";
    display: block;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0
}

@media(max-width: 768px) {
    .header__btn::before {
        border-top:1px solid #fff;
        border-right: 1px solid #fff
    }
}

.header__menu-btn {
    display: none
}

@media(max-width: 768px) {
    .header__menu-btn {
        display:block;
        padding: 4vw 3.2vw;
        width: 10.6666666667vw;
        height: 10.6666666667vw;
        background: #ab9ca2;
        border: none;
        border-radius: 100%;
        text-align: center;
        position: absolute;
        top: 3.4666666667vw;
        right: 5.3333333333vw;
        z-index: 2
    }
}

@media(max-width: 768px) {
    .header__menu-icon {
        display:inline-block;
        width: 4.8vw;
        height: 0.2666666667vw;
        background-color: #fff;
        border-radius: 0.2666666667vw;
        position: absolute;
        top: 5.3333333333vw;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: background-color .4s;
        transition: background-color .4s
    }

    .is-open .header__menu-icon {
        background-color: hsla(0,0%,100%,0)
    }

    .header__menu-icon::before,.header__menu-icon::after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 0.2666666667vw;
        background-color: #fff;
        border-radius: 0.2666666667vw;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s
    }

    .header__menu-icon::before {
        top: -1.3333333333vw
    }

    .is-open .header__menu-icon::before {
        -webkit-transform: translateY(1.3333333333vw) rotate(-45deg);
        transform: translateY(1.3333333333vw) rotate(-45deg)
    }

    .header__menu-icon::after {
        top: 1.3333333333vw
    }

    .is-open .header__menu-icon::after {
        -webkit-transform: translateY(-1.3333333333vw) rotate(45deg);
        transform: translateY(-1.3333333333vw) rotate(45deg)
    }
}

.nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 48px;
    margin: 0;
    padding: 0;
    list-style: none
}

@media(max-width: 768px) {
    .nav__list {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10.6666666667vw;
        margin: 0;
        padding-left: 16vw
    }
}

.nav__list-item {
    display: block;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .1em
}

@media(max-width: 768px) {
    .nav__list-item {
        margin:0;
        font-size: 3.7333333333vw
    }
}

.nav__list-item a {
    color: #464646;
    text-decoration: none
}
/*
.mv {
    width: 100%;
    min-height: 900px;
    background: #d0dfe1 url("../img/guarantee/bg_mv_pc.webp?250821") top center no-repeat;
    background-size: cover;
    position: relative
}*/
.mv {
    width: 100%;
    aspect-ratio: 3840 / 1564;
    margin-top: 90px;
    min-height: 0;
    padding-top: 0;
    background: #d0dfe1 url("../img/guarantee/bg_mv_pc.webp") center top no-repeat;
    background-size: 100% 100%;
    position: relative;
  }

@media(min-width: 1920px) {
    .mv {
        background-size:100% 100%
    }
}

@media(max-width: 1180px) {
    .mv {
        background-position:center top
    }
}

@media(max-width: 768px) {
    .mv {
        margin-top: 0;
        height:192vw;
        min-height: 192vw;
        background: none
    }
}

.mv__img {
    display: block;
    margin: 0 auto;
    max-width: 1700px;
    width: 90%;
    text-align: right;
    position: absolute;
    top: 13.2%;
    left: 0;
    right: 0
}

@media(max-width: 1180px) {
    .mv__img {
        width:95%
    }
}

@media(max-width: 768px) {
    .mv__img {
        margin:0;
        padding: 0;
        max-width: 100%;
        width: 100%;
        height: 173.3333333333vw;
        text-align: center;
        position: relative;
        top: 0
    }
}

.mv__img img {
    width: clamp(320px, 29.4vw, 564px);
    height: auto
}

@media(max-width: 1180px) {
    .mv__img img {
        width: clamp(320px, 29.4vw, 430px)
    }
}

@media(max-width: 768px) {
    .mv__img img {
        width:100%
    }
}

.mv-message {
    padding: 190px 0 230px;
    background: url("../img/guarantee/bg_mv_message.webp") top center no-repeat;
    background-size: cover;
    text-align: center;
    position: relative
}

@media(max-width: 768px) {
    .mv-message {
        padding:22.4vw 0 66.6666666667vw;
        background: url("../img/guarantee/bg_mv_message_sp.webp") top center no-repeat;
        background-size: cover
    }
}

.mv-message__img {
    margin: auto;
    max-width: 1119px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

@media(max-width: 768px) {
    .mv-message__img {
        max-width:100%
    }
}

.mv-message__heading--lv2 {
    font-family: "Zen Old Mincho",serif;
    font-size: 50px;
    line-height: 1
}

@media(max-width: 768px) {
    .mv-message__heading--lv2 {
        font-size:9.0666666667vw;
        line-height: 1.5
    }
}

.mv-message__heading--lv3 {
    margin: 160px 0 0;
    font-family: "Zen Old Mincho",serif;
    font-size: 24px;
    line-height: 1.5;
    position: relative
}

@media(max-width: 768px) {
    .mv-message__heading--lv3 {
        margin-top:39.2vw;
        font-size: 5.3333333333vw
    }
}

.mv-message__heading--lv3 span {
    font-size: 40px
}

@media(max-width: 768px) {
    .mv-message__heading--lv3 span {
        font-size:8vw
    }
}

.mv-message__heading--lv3::after {
    content: "";
    display: block;
    margin: auto;
    background: url("../img/guarantee/img_mv_message_line.webp") top center no-repeat;
    background-size: cover;
    width: 7px;
    height: 93px;
    position: absolute;
    top: -123px;
    left: 0;
    right: 0
}

@media(max-width: 768px) {
    .mv-message__heading--lv3::after {
        width:1.8666666667vw;
        height: 24.8vw;
        top: -32.8vw
    }
}

.mv-message__lead {
    margin: 40px 0 0;
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: .1em
}

@media(max-width: 768px) {
    .mv-message__lead {
        margin-top:6.4vw;
        font-size: 3.2vw;
        line-height: 2
    }
}

.mv-message__txt {
    margin: 40px 0 0;
    font-family: "Zen Old Mincho",serif;
    font-size: 18px;
    line-height: 2
}

@media(max-width: 768px) {
    .mv-message__txt {
        margin-top:10.6666666667vw;
        font-size: 3.7333333333vw
    }
}

.section {
    text-align: center
}

.section__heading {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .2em;
    position: relative
}

@media(max-width: 768px) {
    .section__heading {
        font-size:4.2666666667vw
    }
}

.sec-about .section__heading {
    padding-top: 58px
}

@media(max-width: 768px) {
    .sec-about .section__heading {
        padding-top:9.8666666667vw
    }
}

.sec-comic .section__heading {
    padding-top: 58px
}

@media(max-width: 768px) {
    .sec-comic .section__heading {
        padding-top:10.1333333333vw
    }
}

.sec-report .section__heading {
    padding-top: 54px
}

@media(max-width: 768px) {
    .sec-report .section__heading {
        padding-top:8.8vw
    }
}

.sec-cm .section__heading {
    padding-top: 51px
}

@media(max-width: 768px) {
    .sec-cm .section__heading {
        padding-top:8.8vw
    }
}

.sec-faq .section__heading {
    padding-top: 62px
}

@media(max-width: 768px) {
    .sec-faq .section__heading {
        padding-top:9.0666666667vw
    }
}

.section__heading::before {
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.sec-about .section__heading::before {
    background: url("../img/guarantee/icon_01.svg") top center no-repeat;
    background-size: cover;
    width: 36px;
    height: 34px
}

@media(max-width: 768px) {
    .sec-about .section__heading::before {
        width:6.4vw;
        height: 5.8666666667vw
    }
}

.sec-comic .section__heading::before {
    background: url("../img/guarantee/icon_02.svg") top center no-repeat;
    background-size: cover;
    width: 28px;
    height: 34px
}

@media(max-width: 768px) {
    .sec-comic .section__heading::before {
        width:5.6vw;
        height: 6.6666666667vw
    }
}

.sec-report .section__heading::before {
    background: url("../img/guarantee/icon_03.svg") top center no-repeat;
    background-size: cover;
    width: 21px;
    height: 27px
}

@media(max-width: 768px) {
    .sec-report .section__heading::before {
        width:3.7333333333vw;
        height: 4.5333333333vw
    }
}

.sec-cm .section__heading::before {
    background: url("../img/guarantee/icon_04.svg") top center no-repeat;
    background-size: cover;
    width: 37px;
    height: 28px
}

@media(max-width: 768px) {
    .sec-cm .section__heading::before {
        width:5.6vw;
        height: 4.2666666667vw
    }
}

.sec-faq .section__heading::before {
    background: url("../img/guarantee/icon_05.svg") top center no-repeat;
    background-size: cover;
    width: 27px;
    height: 38px
}

@media(max-width: 768px) {
    .sec-faq .section__heading::before {
        width:4.2666666667vw;
        height: 5.8666666667vw
    }
}

.sec-about {
    padding: 160px 0 0
}

@media(max-width: 768px) {
    .sec-about {
        padding:21.3333333333vw 0 0
    }
}

.sec-about__txt {
    margin: 60px auto 0;
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: .2em
}

@media(max-width: 768px) {
    .sec-about__txt {
        margin-top:10.6666666667vw;
        max-width: 80vw;
        width: 80vw;
        font-size: 3.2vw;
        line-height: 2;
        text-align: left
    }
}

.sec-about__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto;
    max-width: 971px;
    width: 90%;
    gap: 40px
}

@media(max-width: 768px) {
    .sec-about__img {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 10.6666666667vw;
        max-width: 80vw;
        width: 80vw;
        gap: 10.6666666667vw
    }
}

.sec-comic {
    padding: 160px 0 0
}

@media(max-width: 768px) {
    .sec-comic {
        padding:21.3333333333vw 0 0
    }
}

.sec-comic__link {
    margin: 0 auto;
    cursor: default;
    width: 664px;
    height: auto
}

@media(max-width: 768px) {
    .sec-comic__link {
        width:77.3333333333vw;
        cursor: pointer
    }
}

@media(max-width: 768px) {
    .sec-comic__icon::before {
        content:"";
        display: block;
        margin: auto;
        background: url("../img/guarantee/icon_comic.webp") top center no-repeat;
        background-size: cover;
        width: 26.1333333333vw;
        height: 26.1333333333vw;
        position: absolute;
        top: calc(50% - 26.1333333333vw);
        left: 0;
        right: 0
    }
}

.sec-comic__icon.is-disabled {
    display: none
}

.sec-comic__page {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .1em
}

@media(max-width: 768px) {
    .sec-comic__page {
        margin-top:4.2666666667vw;
        font-size: 3.2vw
    }
}

.sec-comic__slide {
    margin: 18px auto 0;
    padding: 0 52px;
    max-width: 768px;
    width: 100%;
    position: relative
}

@media(max-width: 768px) {
    .sec-comic__slide {
        margin-top:10.6666666667vw;
        padding: 0;
        width: 100%
    }
}

.sec-comic__scroll {
    margin: 0 0 10px;
    width: 664px;
    height: 1000px;
    overflow-x: scroll;
    overflow-y: hidden;
    direction: rtl
}

@media(max-width: 768px) {
    .sec-comic__scroll {
        margin:0;
        padding: 0 10.6666666667vw 0 12vw;
        width: 100%;
        height: 122.6666666667vw
    }
}

.sec-comic__scroll-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 2656px
}

@media(max-width: 768px) {
    .sec-comic__scroll-inner {
        width:309.3333333333vw
    }
}

.sec-comic__link {
    display: block
}

.sec-comic__slide-btn--prev,.sec-comic__slide-btn--next {
    position: absolute;
    top: 50%;
    width: 26px;
    height: 16px;
    margin-top: -13px;
    z-index: 10;
    cursor: pointer
}

@media(max-width: 768px) {
    .sec-comic__slide-btn--prev,.sec-comic__slide-btn--next {
        display:none
    }
}

.sec-comic__slide-btn--prev.is-disabled,.sec-comic__slide-btn--next.is-disabled {
    display: none
}

.sec-comic__slide-btn--next {
    left: 10px
}

.sec-comic__slide-btn--next::before {
    content: "";
    display: block;
    margin: auto;
    width: 26px;
    height: 26px;
    border-top: 3px solid #464646;
    border-left: 3px solid #464646;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sec-comic__slide-btn--prev {
    right: 12px
}

.sec-comic__slide-btn--prev::before {
    content: "";
    display: block;
    margin: auto;
    width: 26px;
    height: 26px;
    border-top: 3px solid #464646;
    border-right: 3px solid #464646;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sec-report {
    padding: 85px 0 0
}

@media(max-width: 768px) {
    .sec-report {
        padding:21.3333333333vw 0 0
    }
}

.sec-report__inner {
    padding: 110px 0 0;
    background: url("../img/guarantee/bg_report.webp") top center no-repeat;
    background-size: 100% auto
}

@media(max-width: 768px) {
    .sec-report__inner {
        padding:13.3333333333vw 0 21.3333333333vw;
        background: url("../img/guarantee/bg_report_sp.webp") top center no-repeat;
        background-size: 100% auto
    }
}

.sec-report__box {
    margin: 75px auto 0;
    max-width: 1000px;
    width: 90%;
    text-align: left;
    position: relative
}

@media(max-width: 768px) {
    .sec-report__box {
        margin-top:10.6666666667vw;
        max-width: 80vw;
        width: 80vw
    }
}

.sec-report__box+.sec-report__box {
    margin-top: 80px
}

@media(max-width: 768px) {
    .sec-report__box+.sec-report__box {
        margin-top:0
    }
}

@media(max-width: 768px) {
    .sec-report__box:nth-of-type(2) {
        margin-top:8vw
    }
}

.sec-report__img {
    max-width: 600px;
    width: 60%;
    position: absolute
}

@media(max-width: 768px) {
    .sec-report__img {
        margin:5.3333333333vw 0;
        max-width: 100%;
        width: 100%;
        position: relative
    }
}

.sec-report__item.left .sec-report__img {
    top: 0;
    left: 0
}

.sec-report__item.right .sec-report__img {
    top: 0;
    right: 0
}

.sec-report__item {
    min-height: 400px;
    text-align: left
}

@media(max-width: 768px) {
    .sec-report__item {
        max-width:100%;
        width: 100%
    }
}

.sec-report__item.left {
    padding-left: 64%
}

@media(max-width: 768px) {
    .sec-report__item.left {
        padding-left:0
    }
}

.sec-report__item.right {
    padding-right: 64%
}

@media(max-width: 768px) {
    .sec-report__item.right {
        padding-right:0
    }
}

.sec-report__txt {
    margin: 0 0 2em;
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: .1em
}

@media(max-width: 768px) {
    .sec-report__txt {
        margin-bottom:0;
        font-size: 3.2vw;
        line-height: 2
    }
}

.sec-report__txt:last-of-type {
    margin: 0
}

.sec-cm {
    padding: 220px 0 160px;
    background: url("../img/guarantee/bg_cm.webp") top center no-repeat;
    background-size: 100% auto
}

@media(max-width: 768px) {
    .sec-cm {
        padding:21.3333333333vw 0 21.3333333333vw;
        background: url("../img/guarantee/bg_cm_sp.webp") top center no-repeat;
        background-size: 100% auto
    }
}

.sec-cm__inner {
    margin: 0 auto;
    max-width: 800px;
    width: 90%
}

@media(max-width: 768px) {
    .sec-cm__inner {
        margin-top:10.6666666667vw;
        max-width: 80vw;
        width: 80vw
    }
}

.sec-cm__movie {
    display: block;
    margin: 60px auto 0;
    padding-top: 56.25%;
    width: 100%;
    position: relative
}

@media(max-width: 768px) {
    .sec-cm__movie {
        margin-top:10.6666666667vw
    }
}

.sec-cm__title+.sec-cm__movie {
    margin-top: 80px
}

@media(max-width: 768px) {
    .sec-cm__title+.sec-cm__movie {
        margin-top:9.3333333333vw
    }
}

.sec-cm__movie-inner {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.sec-cm__movie-inner iframe {
    width: 100%;
    height: 100%
}

.sec-cm__title {
    margin-top: 35px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .1em
}

@media(max-width: 768px) {
    .sec-cm__title {
        margin-top:3.2vw;
        font-size: 3.2vw
    }
}

.sec-faq {
    padding: 160px 0;
    background: #ececec
}

@media(max-width: 768px) {
    .sec-faq {
        padding:21.3333333333vw 0 21.3333333333vw
    }
}

.sec-faq__list {
    margin: 40px auto 0;
    width: 90%;
    max-width: 1000px
}

@media(max-width: 768px) {
    .sec-faq__list {
        margin-top:10.6666666667vw;
        width: 84vw;
        max-width: 84vw
    }
}

.sec-faq__list-item+.sec-faq__list-item {
    margin-top: 24px
}

@media(max-width: 768px) {
    .sec-faq__list-item+.sec-faq__list-item {
        margin-top:4.2666666667vw
    }
}

.sec-faq__q {
    margin: 0;
    padding: 0;
    border: 1px solid #b7b7b7;
    border-radius: 0 40px 40px 0;
    background: #ececec;
    position: relative;
    z-index: 2
}

@media(max-width: 768px) {
    .sec-faq__q {
        border-radius:0 8vw 8vw 0
    }
}

.sec-faq__q::before {
    content: "";
    display: block;
    margin: auto;
    width: 21px;
    height: 23px;
    background: url("../img/guarantee/icon_q.svg") top center no-repeat;
    background-size: cover;
    position: absolute;
    left: 30px;
    top: 38px
}

@media(max-width: 768px) {
    .sec-faq__q::before {
        width:4vw;
        height: 4.5333333333vw;
        left: 5.3333333333vw;
        top: 5.6vw
    }
}

.sec-faq__q::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #464646;
    border-radius: 100%;
    position: absolute;
    right: 30px;
    top: 40px
}

@media(max-width: 768px) {
    .sec-faq__q::after {
        width:4.8vw;
        height: 4.8vw;
        right: 4.8vw;
        top: 5.8666666667vw
    }
}

.sec-faq__q button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 30px 76px 30px 76px;
    width: 100%;
    min-height: 80px;
    background: none;
    border: 0;
    font-size: 20px;
    line-height: 2;
    letter-spacing: .1em;
    color: #111;
    text-align: left;
    cursor: pointer;
    position: relative
}

@media(max-width: 768px) {
    .sec-faq__q button {
        padding:4.2666666667vw 12.2666666667vw 4.2666666667vw 12.8vw;
        min-height: 15.4666666667vw;
        font-size: 3.7333333333vw
    }
}

.sec-faq__q button::before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    right: 35px;
    top: 49px;
    z-index: 1
}

@media(max-width: 768px) {
    .sec-faq__q button::before {
        width:2.6666666667vw;
        height: 0.5333333333vw;
        border-radius: 0.5333333333vw;
        right: 5.8666666667vw;
        top: 8vw
    }
}

.sec-faq__q button::after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    right: 35px;
    top: 49px;
    z-index: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .3s;
    transition: .3s
}

@media(max-width: 768px) {
    .sec-faq__q button::after {
        width:2.6666666667vw;
        height: 0.5333333333vw;
        border-radius: 0.5333333333vw;
        right: 5.8666666667vw;
        top: 8vw
    }
}

.sec-faq__q.is-open button::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sec-faq__a {
    margin: -80px 0 0;
    padding: 112px 34px 32px 76px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .1em;
    color: #111;
    text-align: left;
    height: auto;
    border: 1px solid #b7b7b7;
    border-radius: 0 40px 40px 0;
    background: #ececec;
    position: relative;
    z-index: 1;
    -webkit-transition: height .3s,opacity .3s;
    transition: height .3s,opacity .3s;
    opacity: 1
}

@media(max-width: 768px) {
    .sec-faq__a {
        margin-top:-16vw;
        padding: 22.4vw 6.4vw 6.4vw 12.8vw;
        font-size: 3.2vw;
        border-radius: 0 8vw 8vw 0
    }
}

.sec-faq__a::before {
    content: "";
    display: block;
    width: 21px;
    height: 22px;
    background: url("../img/guarantee/icon_a.svg") top center no-repeat;
    background-size: cover;
    position: absolute;
    left: 30px;
    top: 120px;
    opacity: 1
}

@media(max-width: 768px) {
    .sec-faq__a::before {
        width:4vw;
        height: 4.2666666667vw;
        left: 5.3333333333vw;
        top: 23.7333333333vw
    }
}

.is-close+.sec-faq__a {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    border: 0;
    overflow: hidden;
    opacity: 0
}

.sec-message {
    padding: 130px 0 160px;
    background: url("../img/guarantee/bg_message.webp") top center no-repeat;
    background-size: contain
}

@media(max-width: 768px) {
    .sec-message {
        padding:21.3333333333vw 0 21.3333333333vw;
        background: url("../img/guarantee/bg_message_sp.webp") top center no-repeat;
        background-size: contain
    }
}

.sec-message__lead {
    margin: 0;
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: .1em
}

@media(max-width: 768px) {
    .sec-message__lead {
        font-size:3.2vw;
        line-height: 2
    }
}

.sec-message__txt {
    margin: 40px 0 0;
    font-family: "Zen Old Mincho",serif;
    font-size: 18px;
    line-height: 2
}

@media(max-width: 768px) {
    .sec-message__txt {
        margin-top:10.6666666667vw;
        font-size: 3.7333333333vw
    }
}

@media(max-width: 768px) {
    .sec-message__layout+.sec-message__txt {
        margin-top:2.9333333333vw
    }
}

.sec-message__txt+.sec-message__txt {
    margin: 48px 0 0
}

@media(max-width: 768px) {
    .sec-message__txt+.sec-message__txt {
        margin-top:10.6666666667vw
    }
}

.sec-message__txt span {
    font-size: 40px
}

@media(max-width: 768px) {
    .sec-message__txt span {
        font-size:5.3333333333vw
    }
}

.sec-message__layout {
    margin: 48px 0;
    font-family: "Zen Old Mincho",serif;
    font-size: 40px;
    line-height: 1.5
}

@media(max-width: 768px) {
    .sec-message__layout {
        margin:2.6666666667vw 0;
        font-size: 5.3333333333vw
    }
}

.sec-message__layout-txt {
    display: inline-block;
    margin: 0;
    position: relative
}

.sec-message__layout-txt span {
    font-size: 80px;
    line-height: 1;
    color: #dadada
}

@media(max-width: 768px) {
    .sec-message__layout-txt span {
        font-size:10.6666666667vw
    }
}

.sec-message__layout-txt span:first-of-type {
    position: absolute;
    top: 0;
    left: -0.15em
}

.sec-message__layout-txt span:last-of-type {
    position: absolute;
    right: -0.5em;
    bottom: -0.6em
}

.sec-message__symbol {
    margin: 24px auto;
    width: 10px;
    height: 28px
}

@media(max-width: 768px) {
    .sec-message__symbol {
        margin:2.1333333333vw auto;
        width: 1.6vw;
        height: 4vw
    }
}

.sec-message__img {
    margin: 48px auto 0;
    width: 490px;
    height: auto
}

@media(max-width: 768px) {
    .sec-message__img {
        margin-top:10.6666666667vw;
        width: 66.6666666667vw
    }
}

.footer {
    padding: 0 0 160px
}

@media(max-width: 768px) {
    .footer {
        padding:0 0 21.3333333333vw
    }
}

.footer__txt {
    margin: 0;
    font-size: 14px;
    letter-spacing: .1em;
    color: #111;
    text-align: center
}

@media(max-width: 768px) {
    .footer__txt {
        font-size:3.2vw
    }
}

.modaal-image .modaal-inner-wrapper {
    padding: 60px 0
}

.modaal-close {
    border-radius: 0;
    position: absolute;
    top: -60px;
    right: 10px
}

.modaal-close:after,.modaal-close:before {
    width: 4px;
    height: 40px;
    border-radius: 0;
    background: #fff;
    top: 6px
}

.modaal-close:focus,.modaal-close:hover {
    background: none
}

.modaal-close:focus:after,.modaal-close:focus:before,.modaal-close:hover:after,.modaal-close:hover:before {
    background: #fff
}

@media(min-width: 769px) and (max-width: 1440px) {
    .header {
        padding: 14px 32px
    }

    .header__inner {
        max-width: calc(100% - 40px)
    }

    .header__logo {
        width: 150px
    }

    .header__menu {
        margin-left: 28px
    }

    .nav__list {
        gap: 24px
    }

    .nav__list-item {
        font-size: 12px
    }

    .header__button {
        height: 44px;
        width: 244px
    }

    .mv {
        margin-top: 150px
    }

    .mv__img {
        max-width: 1280px;
        width: 88%;
        top: 11%
    }

    .mv__img img {
        width: clamp(320px, 29.4vw, 500px)
    }

    .mv-message {
        padding: 140px 0 170px
    }

    .mv-message__img {
        max-width: 920px
    }

    .mv-message__heading--lv2 {
        font-size: 42px
    }

    .mv-message__heading--lv3 {
        margin-top: 120px;
        font-size: 21px
    }

    .mv-message__heading--lv3 span {
        font-size: 34px
    }

    .mv-message__heading--lv3::after {
        height: 76px;
        top: -100px
    }

    .mv-message__lead {
        margin-top: 30px;
        line-height: 2.2
    }

    .mv-message__txt {
        margin-top: 30px;
        font-size: 16px;
        line-height: 1.9
    }

    .section__heading {
        font-size: 16px
    }

    .sec-message__img {
        width: 420px
    }

    .footer {
        padding-bottom: 110px
    }
}

@media(min-width: 769px) and (max-width: 1440px) and (max-height: 820px) {
    .mv-message {
        padding: 120px 0 145px
    }

    .mv-message__heading--lv3 {
        margin-top: 105px
    }

    .mv-message__lead,
    .mv-message__txt {
        margin-top: 24px
    }
}

@media(min-width: 769px) and (max-width: 1124px) {
    .mv {
        aspect-ratio: auto;
        height: calc(100vw * 1564 / 3840);
        min-height: 0;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center top
    }

    .mv__img {
        max-width: none;
        width: 100%;
        padding-right: clamp(24px, 6vw, 68px);
        text-align: right;
        top: clamp(18px, 4.5vw, 50px)
    }

    .mv__img img {
        width: clamp(210px, 27vw, 304px);
        max-width: calc(100vw - 48px)
    }
}
