@charset "UTF-8";

body {
    opacity: 0;
    animation: bodyAppear .3s .3s forwards;
}
.no-link{
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;

}

@keyframes bodyAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



/*============================
	kv 
============================*/
.kv {
    background: #F6F2EB;
}

.kv__swiper {
    width: 28%;
    height: 1100px;

    .swiper-wrapper {
        transition-timing-function: linear;
    }
}

.kv__img {
    width: calc((902/1366)*100%);
    margin: 0 0 0 auto;

    & img {
        object-fit: cover;
        width: 100%;
        min-height: 490px;
    }
}

.kv__copy {
    width: calc((655/1366)*100%);
    position: absolute;
    top: 60%;
    left: 30%;
    transform: translate(-50%, -50%);

    & img {
        width: 100%;
    }
}

.kv__btm {
    padding: 40px 0;
}

.kv__h3 {
    width: 58%;
}

.kv__img02 {
    width: 43%;
    margin-right: -3%;
    position: relative;
    z-index: 9;

    & img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.kv__swiper {
    overflow: hidden;
}

.kv .slide-in-active,
.kv .slide-inner.active {
    animation-delay: .5s;
}


.kv__scroll {
    position: absolute;
    max-width: 12px;
    left: 5%;
    bottom: 0;
    transform: translate(-50%);
    z-index: 99;
}

@keyframes copyAnime {
    0% {
        opacity: 0;
        transform: translateY(20px);
        ;
    }

    100% {
        opacity: 1;
        transform: translateY(0);

    }
}

@keyframes copyAnime02 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* swiper */

/* .kv .swiper-slide-active.swiper-slide-visible .swiper__imgwrap img,
.kv .swiper-slide-duplicate-active .swiper__imgwrap img,
.kv .swiper-slide-prev .swiper__imgwrap img {
    animation: zoom-out 10s linear 0s 1 normal both;
} */

@keyframes zoom-out {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.kv .swiper-pagination {
    left: 50% !important;
    bottom: 5%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    transform: translate(-50%);
}

.kv .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    z-index: 99;
    background: #fff;
    border-radius: 50% !important;
    margin: 0 10px !important;
    opacity: 1;

}

.kv .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff8fcc;
}

@media screen and (max-width:1024px) {
    .kv {
        padding-top: 60px;
    }

    .kv__img {
        width: calc((902/1366)*100%);
        margin: 0 0 0 auto;

        & img {
            object-fit: cover;
            width: 100%;
        }
    }

    .kv__copy {
        width: calc((655/1366)*100%);

        top: 45%;
        left: 30%;
    }

    .kv__btm {
        padding: 30px 0;
    }

    .kv__h3 {
        width: 58%;
    }

    .kv__img02 {
        width: 46%;
        margin-right: -6%;

    }

}

@media screen and (max-width:767px) {
    .kv {
        padding-top: 60px;
    }

    .kv__top {
        padding-bottom: 30px;
    }

    .kv__img {
        width: 100%;
        margin: 0 auto;
    }

    .kv__copy {
        position: relative;
        width: 95%;
        max-width: 325px;
        margin: 0 auto;

        top: auto;
        left: auto;
        transform: none;
    }

    .kv__btm {
        padding: 30px 0 0;
        background: none;
        position: relative;

        &::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 80%;
            background: #3187EA;
            top: 0;
            left: 0;
        }
    }

    .kv__h3 {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }

    .kv__img02 {
        width: 90%;
        margin: 0 auto;

        & img {
            position: relative;
            transform: none;
            top: auto;
            left: auto;
        }

    }

}

/*============================
  about
============================*/

.about__worry {
    padding: 100px 0 120px;
}

.worry__atc {
    width: 19%;
    max-width: 200px;
    border-radius: 10px;
    background: #fff;
    padding: 30px 1% 20px;

}

.worry__ico {
    height: 122px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    & img {
        display: block;
        width: fit-content;
    }
}

.worry__h3 {
    margin: .75em 0 0;
    white-space: nowrap;
}

.worry__h4 {
    & ruby {
        font-weight: 900;
    }

    .color-or {
        font-weight: 900;
        text-decoration: underline;
        text-decoration-thickness: 3px;
        /* 線の太さ */
        text-underline-offset: .3em;
    }

    & rt {
        font-size: 1.6rem;
        font-weight: bold;
    }
}

.worry__box {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 4%;
    border: solid 3px #3187EA;
    border-radius: 10px;
}

.worry__txtwarp {
    width: 65%;
}

.worry__img {
    width: 30%;
}

/* about */
.about__main {
    padding: 60px 0 60px;
}

.about__ttl {
    width: fit-content;
    padding: .5em .75em 0;
    border-radius: 10px 10px 0 0;
    background: #fff;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%);
}

.about__box {
    width: 42%;
    padding: 30px 3%;
    background: #DDEDFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about__ul {
    width: 100%;

    & li {
        padding: .75em 0;
        border-bottom: solid 1px #3187EA;
        font-weight: bold;

        &:last-child {
            border: none;
        }
    }
}

.about__box:last-child {
    background: #3187EA;
    color: #fff;

    & li {
        border-color: #fff;
    }
}

.about__arw {
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    & img {
        max-width: 75px;
    }

    .txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
    }
}

.about__h3 {
    z-index: 9;
    position: relative;
}

.about__box02 {
    padding: 60px 5%;
    background: #F6F2EB;
    border-radius: 10px;
}

.about__obj {
    max-width: 245px;
    width: calc((245/1080)*100%);
    bottom: 100%;
    right: -3%;

}

.about__h4 {
    display: flex;
    align-items: center;
    white-space: nowrap;

    .ttl {
        width: 230px;
        height: 70px;
        border-radius: 35px 0 0 35px;
        background: #F67F04;
        color: #fff;
        display: flex;
        align-items: center;
        position: relative;
        padding: 0 3%;

        & img {
            position: absolute;
            bottom: 0;
            max-width: 180px;
            left: 90%;
            transform: translate(-50%);

        }
    }

    .txt {
        background: #fff;
        display: flex;
        align-items: center;
        height: 70px;
        border-radius: 0 35px 35px 0;
        width: calc(100% - 230px);
        padding: 0 1em 0 80px;
    }
}

.about__item {
    margin-bottom: 60px;

    &:last-child {
        margin-bottom: 0;
    }
}

.about__ul02 {
    width: 55%;

    & li {
        padding: 1em;
        background: #fff;
        border-radius: 10px;
        margin-bottom: 15px;

        &:last-child {
            margin-bottom: 0;
        }

        .th {
            display: flex;
            align-items: center;

            & img {
                width: 15px;
                margin-right: .5em;
                display: block;
            }
        }

        .td {
            margin-top: .5em;
        }
    }
}

.about__h5 {
    margin-bottom: .5em;
}

.about__img {
    width: 40%;
}

.about__item:last-child {

    .about__txtwarp {
        width: 60%;
    }

    .about__img {
        width: 40%;
    }
}

.about__h6 {
    line-height: 1.5;
}

@media screen and (max-width:1024px) {

    .about__worry {
        padding: 80px 0 100px;
    }

    .worry__atc {
        width: 19%;
        padding: 20px 2% 20px;
    }

    .worry__ico {
        height: 100px;

        & img {
            transform: scale(.75);
        }
    }

    .worry__h3 {
        margin: .75em 0 0;
    }

    .worry__h4 {

        .color-or {
            text-decoration-thickness: 2px;
        }

        & rt {
            font-size: 1.4rem;
        }
    }

    .worry__box {
        margin: 0 auto;
        padding: 20px 4%;
        border: solid 3px #3187EA;
    }

    .worry__txtwarp {
        width: 65%;
    }

    .worry__img {
        width: 30%;
    }

    /* about */
    .about__main {
        padding: 60px 0;
    }

    .about__ttl {
        border-radius: 10px 10px 0 0;
    }

    .about__box {
        width: 44%;
        padding: 20px 3%;
    }

    .about__ul {
        & li {
            padding: .75em 0;
        }
    }

    .about__arw {
        padding: 0 3%;

        & img {
            max-width: 75px;
        }

        .txt {
            white-space: nowrap;
            top: 50%;
            left: 50%;
        }
    }

    .about__box02 {
        padding: 60px 5%;

    }

    .about__obj {
        width: calc((245/1080)*100%);
        bottom: 100%;
        right: -3%;

    }

    .about__h4 {
        .ttl {
            width: 200px;
            height: 60px;
            border-radius: 30px 0 0 30px;
            padding: 0 3%;

            & img {

                max-width: 120px;
                left: 90%;
            }
        }

        .txt {
            height: 60px;
            border-radius: 0 30px 30px 0;
            width: calc(100% - 200px);
            padding: 0 1em 0 50px;
            white-space: normal;
            line-height: 1.2;
        }
    }

    .about__item {
        margin-bottom: 60px;
    }

    .about__ul02 {
        width: 55%;

        & li {
            padding: 1em;
            margin-bottom: 10px;

            .th {
                & img {
                    width: 12px;
                    margin-right: .5em;
                }
            }

            .td {
                margin-top: .5em;
            }
        }
    }

    .about__h5 {
        margin-bottom: .5em;
    }

    .about__img {
        width: 40%;
    }

    .about__item:last-child {

        .about__txtwarp {
            width: 60%;
        }

        .about__img {
            width: 40%;
        }
    }

}

@media screen and (max-width:767px) {
    .about__worry {
        padding: 40px 0 120px;
    }

    .worry__ttl {
        line-height: 1.5;
    }

    .worry__atc {
        width: 100%;
        margin: 0 auto 10px;
        max-width: none;
        padding: 0px 5%;
        height: 90px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .worry__ico {
        height: auto;
        width: 25%;

        & img {
            transform: scale(.75);
        }
    }

    .worry__h3 {
        width: 75%;
        margin: 0;
        font-size: 2rem;
        line-height: 1.4;
    }

    .worry__h4 {

        .color-or {
            font-size: 3.4rem;
            text-decoration-thickness: 1px;
        }

        & rt {
            font-size: 1.2rem;
        }
    }

    .worry__box {
        margin: 0 auto;
        padding: 20px 5%;
        border: solid 3px #3187EA;
    }

    .worry__txtwarp {
        width: 100%;
    }

    .worry__h5 {
        text-align: center;
        margin-bottom: 20px;
    }

    .worry__img {
        width: 80%;
        max-width: 180px;
        margin: 0 auto 1em;
    }

    .worry__txt {
        font-size: 1.6rem;
    }

    /* about */
    .about__main {
        padding: 30px 0 60px;
    }

    .about__ttl {
        border-radius: 10px 10px 0 0;
        white-space: nowrap;
    }

    .about__box {
        width: 100%;
        padding: 20px 5%;
    }

    .about__ul {
        & li {
            padding: .75em 0;
            font-size: 1.6rem;
        }
    }

    .about__arw {
        padding: 0 3%;

        & img {
            max-width: 60px;
            transform: rotate(90deg);
        }

        .txt {
            font-size: 2rem;
            top: 50%;
            left: 50%;
        }
    }

    .about__box02 {
        padding: 60px 5%;

    }

    .about__obj {
        width: calc((159/320)*100%);
        bottom: 95px;
        right: -3%;

    }

    .about__h3 {
        font-size: 2rem;
    }

    .about__h4 {
        display: block;

        .ttl {
            width: 100%;
            height: 55px;
            border-radius: 27.5px;
            padding: 0 45% 0 10%;
            justify-content: center;

            .fs-24 {
                font-size: 2.4rem;
            }

            & img {

                max-width: 130px;
                left: 70%;
            }
        }

        .txt {
            height: auto;
            border-radius: 0;
            width: 100%;
            display: block;
            font-size: 2rem;
            padding: .5em 0;
            background: none;
            line-height: 1.4;
            text-align: center;
            border-bottom: solid 1px #111;
        }
    }

    .about__item {
        margin-bottom: 40px;
    }

    .about__h5 {
        font-size: 2rem;
    }

    .about__txt {
        .bold {
            font-size: 1.8rem;
        }
    }

    .about__flex02 {
        display: flex;
        flex-direction: column-reverse;
    }

    .about__ul02 {
        width: 100%;

        & li {
            padding: 1em;
            margin-bottom: 10px;

            .th {
                font-size: 1.8rem;
                align-items: flex-start;

                & img {
                    width: 15px;
                    margin: .4em .5em 0 0;
                }
            }

            .td {
                font-size: 1.6rem;
                margin-top: .5em;
            }
        }
    }

    .about__h5 {
        margin-bottom: .5em;
    }

    .about__img {
        width: fit-content;
        margin: 0 auto 10px;

    }

    .about__item:last-child {

        .about__txtwarp {
            width: 100%;
        }

        .about__img {
            width: 100%;
        }
    }

    .about__h6 {
        font-size: 2rem;
    }
}



/*============================
  product
============================*/

.pro__top {
    padding: 80px 0 120px;

    &::before {
        content: "";
        position: absolute;
        width: 150px;
        height: 55px;
        background: #fff;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        clip-path: polygon(100% 0, 0 0, 50% 100%);
    }
}

.pro__ttl {
    & span {
        display: block;

    }

    .fs-50 {
        font-weight: 900;
        line-height: 1.2;
    }
}

.pro__btm {
    padding: 100px 0 60px;
}

.pro__h3 {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    padding: 0 1.5em;
    height: 120px;
    border-radius: 60px;
    background: #3187EA;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;

    &::before {
        content: "";
        position: absolute;
        width: 75px;
        height: 50px;
        background: #3187EA;
        bottom: -35px;
        left: 50%;
        transform: translate(-50%);
        clip-path: polygon(100% 0, 0 0, 50% 100%);
    }
}

.pro__left {
    width: 55%;
}

.pro__img02 {
    width: 40%;
}

.pro__h4 {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: solid 5px #3187EA;

    & span {
        display: block;
    }

    .fs-56 {
        font-size: 5.6rem;
        line-height: 1.2;
    }
}

.pro__box {
    padding: 30px 3%;
    border-radius: 10px;
    position: relative;
}

.pro__box--left {
    width: 85%;
    padding-bottom: 30px;

    & img {
        width: 154px;
        min-width: 150px;
    }

}

.pro__txtwrap {
    padding: 0 4em 20px 2em;
}

.pro__imgwrap {
    width: 0%;
    z-index: 1;

    & img {
        position: absolute;
        right: 60px;
        width: 220px;
        bottom: -10px;
    }
}

.pro__boxtxt {
    position: absolute;
    left: 190px;
    width: 73%;
    bottom: 20px;
    padding: .5em 1.5em .5em;
    white-space: nowrap;
    border-radius: 25px;
    background: #fff;
    z-index: -1;
    max-width: 678px;
}

.pro__ul {
    & li {
        width: 48%;
        background: #fff;
        border-radius: 10px;
        border: solid 3px #3187EA;
        display: flex;
        align-items: center;
        padding: .25em .5em;
        margin-bottom: 20px;
        font-weight: bold;

        & img {
            width: 42px;
            margin-right: .5em;
        }
    }
}

.pro__h6 {
    line-height: 1.5;
}

@media screen and (max-width:1024px) {
    .pro__top {
        padding: 60px 0 80px;

        &::before {
            width: 120px;
            height: 45px;
            top: 0;
            left: 50%;
        }
    }

    .pro__ttl {

        .fs-50 {
            margin: .1em 0;
        }
    }

    .pro__btm {
        padding: 100px 0 60px;
    }

    .pro__h3 {
        top: 0;
        left: 50%;
        padding: 0 1.5em;
        height: 80px;
        border-radius: 40px;

        &::before {
            width: 60px;
            height: 40px;
            bottom: -30px;
        }
    }

    .pro__left {
        width: 58%;
    }

    .pro__img02 {
        width: 35%;
    }

    .pro__h4 {
        padding-bottom: 1em;
        margin-bottom: 1em;
        border-bottom: solid 3px #3187EA;

        .fs-56 {
            font-size: 4rem;
        }
    }

    .pro__box {
        padding: 30px 3% 40px;
    }

    .pro__box--left {
        width: 80%;
        

        & img {
            width: 120px;
            min-width: 120px;
        }

    }

    .pro__txtwrap {
        padding: 0 1em 20px;
    }

    .pro__imgwrap {
        width: 20%;

    }

    .pro__boxtxt {
        left: 150px;
        width: 73%;
        bottom: 20px;
        padding: .5em 1.5em .5em;
        border-radius: 20px;
    }

    .pro__ul {
        & li {
            width: 48%;
            border: solid 2px #3187EA;
            padding: .25em .5em;
            margin-bottom: 15px;

            & img {
                width: 30px;
                margin-right: .5em;
            }
        }
    }

}

@media screen and (max-width:767px) {
    .pro__top {
        padding: 70px 0 60px;

        &::before {
            width: 120px;
            height: 45px;
            top: 0;
            left: 50%;
        }
    }

    .pro__ttl {
        .fs-30 {
            font-size: 2rem;
        }

        .fs-50 {
            font-size: 1.6rem;
            margin: .1em 0;
        }

        .sp-30 {
            font-size: 3rem;
        }
    }

    .pro__btm {
        padding: 60px 0 60px;
    }

    .pro__h3 {
        top: 0;
        left: 50%;
        padding: 0 1.5em 0 2em;
        height: 50px;
        border-radius: 25px;
        width: 90%;
        font-size: 2rem;

        &::before {
            width: 30px;
            height: 20px;
            bottom: -19px;
        }
    }

    .pro__left {
        width: 100%;

        .fs-30 {
            font-size: 2rem;
        }
    }

    .pro__img02 {
        width: 100%;
        margin: 0 auto;
        padding-left: 10%;
        max-width: 260px;
    }

    .pro__h4 {
        padding-bottom: 1em;
        margin-bottom: 1em;
        border-bottom: solid 5px #3187EA;
        text-align: center;

        .fs-30 {
            font-size: 1.6rem;
        }

        .fs-56 {
            font-size: 3rem;
        }
    }

    .pro__box {
        padding: 30px 3%;
    }

    .pro__box--left {
        width: 100%;
        padding-bottom: 0px;


    }

    .pro__h5 {
        display: flex;
        align-items: center;
        font-size: 2rem;
        margin-bottom: 10px;

        & img {
            width: 70px;
            min-width: auto;
            display: block;
            margin-right: .5em;
        }
    }


    .pro__txtwrap {
        padding: 0 0 20px;

        .fs-20 {
            font-size: 1.6rem;
        }
    }

    .pro__imgwrap {
        width: 100%;
        padding: 1em 35% 1em 1em;
        background: #fff;
        border-radius: 25px;
        position: relative;

        .pro__obj {
            position: absolute;
            width: 40%;
            top: 50%;
            right: 0;
            bottom: auto;
            transform: translate(0, -50%);
        }
    }



    .pro__boxtxt {
        left: auto;
        bottom: auto;
        position: relative;
        background: none;
        white-space: normal;
        transform: none;
        padding: 0;
        width: 100%;
        border-radius: 0;
    }

    .pro__ul {
        & li {
            width: 100%;
            border: solid 2px #3187EA;
            padding: .5em 1em;
            margin-bottom: 15px;
            font-size: 2rem;

            & img {
                width: 30px;
                margin-right: 1.5em;
            }
        }
    }

    .pro__h6 {
        font-size: 2rem;
    }


}

/*============================
  recommend
============================*/
.recommend {
    padding: 100px 0 100px;
}

.recom__items {
    padding: 0 1% 20px;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 70%;
        background: #fff;
        bottom: 0;
        left: 0;
        border-radius: 10px 10px 0 0;
    }
}

.recom__atc {
    width: 24%;
    max-width: 253px;
    position: relative;
}

.recom__h3 {
    margin-top: 1em;
    line-height: 1.5;
    min-height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recom__h4 {
    padding: 1em;
    background: #F67F04;
    text-align: center;
    color: #fff;
    border-radius: 0 0 10px 10px;
}

@media screen and (max-width:1024px) {
    .recommend {
        padding: 80px 0 80px;
    }

    .recom__items {
        padding: 0 1% 20px;

        &::before {

            height: 70%;
        }
    }

    .recom__atc {
        width: 24%;
    }

    .recom__h3 {
        margin-top: 1em;
        line-height: 1.5;
        min-height: 3em;
    }

    .recom__h4 {
        padding: 1em;
    }

}

@media screen and (max-width:767px) {
    .recommend {
        padding: 60px 0;
    }

    .recom__seiper-area {
        padding: 0 5% 30px;
        position: relative;

        &::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 70%;
            background: #fff;
            bottom: 0;
            left: 0;
            border-radius: 10px 10px 0 0;
        }
    }

    .recom__swiper {
        max-width: 253px;
    }

    .recom__atc {
        width: 100%;
        margin: 0 10px;
    }

    .recom__h3 {
        margin-top: 1em;
        line-height: 1.5;
        min-height: 3em;
        font-size: 2rem;
    }

    .recom__h4 {

        padding: 1em;
    }

    .r-swiper-button-prev {
        position: absolute;
        top: 50%;
        left: 0;
        margin: 0;
        width: 17px;
        height: 34px;
        z-index: 1;
        transform: translate(0, -50%);
    }


    .r-swiper-button-next {
        position: absolute;
        top: 50%;
        right: 0;
        margin: 0;
        width: 17px;
        height: 34px;
        z-index: 1;
        z-index: 1;
        transform: translate(0, -50%);

    }

    .r-swiper-button-prev::before {
        content: "";
        position: absolute;
        background: url(../img/top/recom_sw_prv.png) no-repeat center center/contain;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        cursor: pointer;
    }

    .r-swiper-button-next::before {
        content: "";
        position: absolute;
        background: url(../img/top/recom_sw_next.png) no-repeat center center/contain;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        cursor: pointer;
    }

    .recommend .swiper-button-disabled {
        opacity: .2;
        pointer-events: none;

    }

}


/*============================
  compare
============================*/
.compare {
    padding: 100px 0;
}

@media screen and (max-width:1024px) {
    .compare {
        padding: 80px 0;
    }

}

@media screen and (max-width:767px) {
    .compare {
        padding: 60px 0;
    }

    .comp__tblwrap {
        overflow: hidden;
        overflow-x: scroll;
        width: 106%;

        & img {
            width: 1550px;
            max-width: none;
        }
    }
}


/*============================
  info
============================*/

.info {
    padding: 100px 0 0;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 760px;
        background: #3187EA;
        top: 0;
        left: 0;
    }
}

.info__ttl {
    color: #fff;

    .fs-30 {
        display: block;
        margin-bottom: .5em;
    }

    .fs-64 {
        display: block;
        padding: 0 1em;
        background: #fff;
        width: fit-content;
        margin: 0 auto;
        border-radius: 10px;
    }
}

.info__atc {
    width: 48%;
    max-width: 497px;
}

.info__h3 {
    margin-top: .5em;
    display: flex;
    align-items: center;
    white-space: nowrap;

    .fs-20 {
        width: fit-content;
        padding: 0 1em;
        border-radius: 18px;
        background: #3187EA;
        color: #ffd;
        margin-right: 1em;
    }
}

.info__txt a {
    color: #3187EA;
    text-decoration: underline;
}

.info__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 67px;
    border-radius: 10px;
    background: #F67F04;
    color: #fff;
    position: relative;
    white-space: nowrap;
    max-width: 500px;
    margin: 0 auto 100px;

    .ico01 {
        width: 38px;
        margin-right: 1em;
    }

    .ico02 {
        width: 18px;
        position: absolute;
        top: 50%;
        right: 5%;
        transform: translate(0, -50%);
    }

    &.is-comingsoon {
        pointer-events: none;
        cursor: default;
    }
}

.info__btn--soon {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    z-index: 2;

    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
    }
}

.info__box {
    padding: 40px 3%;
    background: #fff;
    border-radius: 20px;
    align-items: flex-end;
}

.info__ill {
    width: 38%;
    max-width: 380px;
    position: relative;

    & img {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
    }
}

.info__txtwrap {
    width: 60%;
}

.info__link {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 1em 0 0 auto;

    & img {
        margin-left: .5em;
        white-space: nowrap;
    }
}

@media screen and (max-width:1024px) {
    .info {
        padding: 80px 0 0;

        &::before {
            height: 500px;
        }
    }

    .info__ttl {

        .fs-30 {
            margin-bottom: .5em;
        }

        .fs-64 {
            padding: 0 1em;
            margin: 0 auto;
        }
    }

    .info__atc {
        width: 48%;
    }

    .info__h3 {
        margin-top: .5em;

        .fs-20 {
            padding: 0 1em;
            border-radius: 14px;
            margin-right: 1em;
        }
    }

    .info__btn {
        height: 60px;
        border-radius: 10px;
        font-size: 1.4rem;
        letter-spacing: 0;
        max-width: 400px;
        margin-bottom: 50px;

        .ico01 {
            width: 30px;
            margin-right: 1em;
        }

        .ico02 {
            width: 14px;
            top: 50%;
            right: 3%;
        }
    }

    .info__box {
        padding: 30px 3%;
        border-radius: 10px;
    }

    .info__ill {
        width: 38%;

        & img {
            width: 100%;
            bottom: 0;
            left: 50%;
            transform: translate(-50%);
        }
    }

    .info__txtwrap {
        width: 60%;
    }

}

@media screen and (max-width:767px) {
    .info {
        padding: 60px 0 0;

        &::before {
            height: 500px;
        }
    }

    .info__ttl {

        .fs-30 {
            font-size: 2rem;
            margin-bottom: .5em;
        }

        .fs-64 {
            padding: 0 1em;
            font-size: 2.4rem;
            margin: 0 auto;
        }
    }

    .info__lead {
        font-size: 2rem;
    }

    .info__atc {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 50px;

        &:last-child {
            margin-bottom: 0;
        }
    }

    .info__h3 {
        margin-top: .5em;

        .fs-20 {
            padding: 0 1em;
            border-radius: 14px;
            margin-right: 1em;
        }
    }

    .info__btn {
        height: 67px;
        font-size: 1.6rem;
        justify-content: flex-start;
        padding: 0 5%;

        .ico01 {
            width: 38px;
            margin-right: 1em;
        }

        .ico02 {
            width: 18px;
            top: 50%;
            right: 3%;
        }
    }

    .info__box {
        padding: 0 5% 20px;
        border-radius: 10px;
        background: none;
        position: relative;

        &::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 90%;
            background: #fff;
            border-radius: 10px;
            bottom: 0;
            left: 0;
        }
    }

    .info__ill {
        width: 100%;
        max-width: 260px;
        margin: 0 auto 20px;

        & img {
            position: relative;
            width: 100%;
            bottom: auto;
            left: auto;
            transform: none;
        }
    }

    .info__txtwrap {
        width: 100%;
        position: relative;
    }

    .info__h4 {
        text-align: center;
        font-size: 2rem;
    }

}

/*============================
  voice
============================*/
.voice {
    padding: 100px 0 0;
    background: #f6f2eb;
}

.voice__tabs {
    margin-bottom: -5.9px;
    position: relative;
    z-index: 9;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 6px;
        background: #3187EA;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

    & li {
        width: 24%;
        background: #3187EA;
        color: #fff;
        text-align: center;
        padding: .5em;
        height: 86px;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        border-radius: 20px 20px 0 0;
        transition: .3s;
        border: solid 6px #3187EA;
        border-bottom: none;
        position: relative;
        cursor: pointer;

        &::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 6px;
            background: #fff;
            left: 50%;
            transform: translate(-50%);
            bottom: -6px;
            opacity: 0;

        }

        &.active {
            background: #fff;
            color: #3187EA;
            border: solid 6px #3187EA;

            &::before {
                opacity: 1;
            }

        }
    }
}

.voice__items {
    border: solid 6px #3187EA;
    padding: 40px 5%;
    border-radius: 0 0 20px 20px;
    border-top: none;
}

.voice__filter-item {
    display: none;

    &:first-child {
        display: block;
    }
}

.voice__atc {
    padding: 1em 0;
    border-bottom: dashed 1.5px #D8D8D8;

    &:last-child {
        border: none;
    }
}

.vocie__img {
    width: 190px;
}

.voice__txtwrap {
    width: calc(100% - 190px);
    padding-left: 2%;
}

.voice__h3 {
    display: flex;
    align-items: center;

    .fs-20 {
        width: fit-content;
        padding: 0 .75em;
        display: block;
        background: #3187EA;
        border-radius: 20px;
        line-height: 40px;
        color: #fff;
        margin-right: .5em;
    }
}

@media screen and (max-width:1024px) {
    .voice {
        padding: 80px 0 0;
    }

    .voice__tabs {
        margin-bottom: -5px;


        & li {
            width: 24%;
            padding: .5em;
            height: 60px;
            border-radius: 10px 10px 0 0;
            border: solid 4px #3187EA;

            &::before {
                width: 100%;
                height: 4px;
                bottom: -4px;

            }

            &.active {
                border: solid 4px #3187EA;

            }
        }
    }

    .voice__items {
        border: solid 4px #3187EA;
        border-radius: 0 0 10px 10px;
        padding: 40px 5%;
    }

    .voice__atc {
        padding: 1em 0;
        border-bottom: dashed 1.5px #D8D8D8;

    }

    .vocie__img {
        width: 120px;
    }

    .voice__txtwrap {
        width: calc(100% - 120px);
        padding-left: 3%;
    }

    .voice__h3 {

        .fs-20 {
            border-radius: 20px;
            line-height: 40px;

            margin-right: .5em;
        }
    }

}

@media screen and (max-width:767px) {
    .voice {
        padding: 60px 0 0;
    }

    .voice__lead {
        font-size: 2rem;
    }

    .voice__items {
        border: none;
        padding: 0;
    }

    .voice__filter-item {
        display: block;
        border: solid 5px #3187EA;
        border-radius: 10px;
        margin: 0 auto 20px;

        &:last-child {
            margin-bottom: 0;
        }
    }

    .voice__ac-btn {
        padding: .5em .5em;
        background: #3187EA;
        color: #fff;
        font-size: 2rem;
        font-weight: bold;
        position: relative;

        .ac-btn {
            width: 3px;
            height: 1em;
            border-radius: 1.5px;
            background: #fff;
            position: absolute;
            right: 5%;
            top: 50%;
            transform: translate(0, -50%);
            transition: .3s;

            &::before {
                content: "";
                position: absolute;
                width: 1em;
                height: 3px;
                background: #fff;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                transition: .3s;
            }
        }

        &.close {
            .ac-btn {
                transform: translate(0, -50%) rotate(90deg);

                &::before {
                    opacity: 0;
                }
            }
        }
    }

    .voice__filter-item {
        display: block !important;
    }

    .voice__ac-area {
        display: none;

    }

    .voice__ac-area.show {
        display: block;
    }

    .voice__atc {
        padding: 1em 5%;


    }

    .vocie__img {
        width: 150px;
        margin: 0 auto 20px;
    }

    .voice__txtwrap {
        width: 100%;
        padding-left: 0;
    }

    .voice__h3 {
        display: block;

        .fs-20 {
            border-radius: 20px;
            line-height: 40px;
            font-size: 1.8rem;

            margin: 0 0 .5em;
        }
    }

    .voice__ac-area {
        display: none;
    }

}


/*============================
  use
============================*/

.use {
    padding: 100px 0 0;
}

.use__swarea {
    align-items: flex-start;
}

.use-thumbnail {
    width: 45%;
    min-height: 400px;
}

.use__sw-main {
    width: 50%;
}

.use__thumb-btn {
    background: rgba(49, 135, 234, .05);
    padding: .5em 1em;
    border-radius: 10px;
    cursor: pointer;
    border: solid 3px rgba(49, 135, 234, .05);
}

.swiper-slide-thumb-active .use__thumb-btn {
    border-color: #3187EA;
}

.use__thumb--num {
    white-space: nowrap;
    margin-right: 1em;
}


.use__atc {
    border: solid 5px #3187EA;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    margin: 0 10px;
}

.use__img {
    padding: 20px 5%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;

    & img {
        max-width: 90%;
        margin: 0 auto;
    }
}

.use__num {
    position: absolute;
    top: -5px;
    left: 0;
    width: 80px;
    height: 80px;
    background: #3187EA;
    color: #fff;
    border-radius: 0 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.use__h3 {
    background: #3187EA;
    color: #fff;
    padding: 1em;
    text-align: center;
    font-size: 1.8rem;


    .txt {
        line-height: 1.5;
        min-height: 4.5em;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.u-swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    z-index: 1;
    transform: translate(-50%, -50%);
}


.u-swiper-button-next {
    position: absolute;
    top: 50%;
    left: 100%;
    margin: 0;
    width: 50px;
    height: 50px;
    z-index: 1;
    transform: translate(-50%, -50%);

}

.u-swiper-button-prev::before {
    content: "";
    position: absolute;
    background: url(../img/top/sw_arw_prv.png) no-repeat center center/contain;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.u-swiper-button-next::before {
    content: "";
    position: absolute;
    background: url(../img/top/sw_arw_next.png) no-repeat center center/contain;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.use .swiper-button-disabled {
    opacity: .2;
    pointer-events: none;

}

@media screen and (max-width:1024px) {

    .use {
        padding: 80px 0 0;
    }


    .use-thumbnail {
        width: 45%;
        min-height: 400px;
    }

    .use__sw-main {
        width: 50%;
    }

    .use__thumb-btn {
        padding: .5em 1em;
    }

    .use__thumb--num {
        margin-right: 1em;
    }

    .use__thumb--txt {
        font-size: min(1.6rem, 1.6vw);

        & br {
            display: none;
        }
    }


    .use__atc {
        border: solid 5px #3187EA;
        border-radius: 10px;
        margin: 0 10px;
    }

    .use__img {
        padding: 20px 5%;
        height: 250px;

        & img {
            max-width: 90%;
            margin: 0 auto;
        }
    }

    .use__num {
        top: -5px;
        left: 0;
        width: 60px;
        height: 60px;
        border-radius: 0 0 10px 0;
    }

    .use__h3 {
        padding: 1em;
        font-size: 1.4rem;


        .txt {
            line-height: 1.5;
            min-height: 4.5em;
        }
    }

    .u-swiper-button-prev {

        top: 50%;
        left: 0;
        width: 40px;
        height: 40px;
    }


    .u-swiper-button-next {
        top: 50%;
        left: 100%;
        width: 40px;
        height: 40px;

    }

}

@media screen and (max-width:767px) {

    .use {
        padding: 80px 0 0;
    }


    .use-thumbnail {
        display: none;
    }

    .use__sw-main {
        width: 95%;
        margin: 0 auto;
        padding: 0;
    }

    .use__atc {
        border: solid 5px #3187EA;
        border-radius: 20px;
        margin: 0 10px;
    }

    .use__img {
        padding: 20px 5%;
        height: 250px;

        & img {
            max-width: 90%;
            margin: 0 auto;
        }
    }

    .use__num {
        top: -5px;
        font-size: 3.4rem;
        left: 0;
        width: 60px;
        height: 60px;
        border-radius: 0 0 20px 0;
    }

    .use__h3 {
        padding: 1em;
        font-size: 1.4rem;
        min-height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;

        .txt {
            line-height: 1.5;
            min-height: auto;
        }
    }

    .u-swiper-button-prev {

        top: 50%;
        left: 0;
        width: 40px;
        height: 40px;
    }


    .u-swiper-button-next {
        top: 50%;
        left: 100%;
        width: 40px;
        height: 40px;

    }
}

/*============================
  faq
============================*/
.faq {
    padding: 120px 0 0;
}

.faq__ul {

    & li {
        margin-bottom: 30px;
        background: #F6F2EB;
        border-radius: 10px;

        &:last-child {
            margin-bottom: 0;
        }
    }
}

.faq__q {
    padding: 1em 5% 1em 3%;
    display: flex;
    align-items: flex-start;
    cursor: pointer;

    .mark {
        line-height: 1;
        margin: -.1em .5em 0 0;
    }

    .faq__btn {
        position: absolute;
        top: 50%;
        right: 3%;
        width: 3px;
        height: 25px;
        background: #3187EA;
        transform: translate(0, -50%);
        transition: .3s;

        &::before {
            content: "";
            position: absolute;
            width: 25px;
            height: 3px;
            top: 50%;
            left: 50%;
            background: #3187EA;
            transform: translate(-50%, -50%);
            transition: .3s;
        }
    }

    &.close {

        .faq__btn {

            transform: translate(0, -50%) rotate(90deg);

            &::before {
                opacity: 0;
            }
        }
    }

}

.faq__a {
    display: none;
    padding: 1em 3%;
    align-items: flex-start;

    &.show {
        display: block;
    }
}

.faq__a--txt {

    display: flex;
    align-items: flex-start;
    position: relative;

    .mark {
        line-height: 1;
        margin: -.1em .5em 0 0;

    }
}

@media screen and (max-width:1024px) {
    .faq {
        padding: 80px 0 0;
    }

    .faq__ul {

        & li {
            margin-bottom: 20px;

        }
    }

    .faq__q {
        padding: 1em 5% 1em 3%;

        .mark {
            margin: 0em .5em 0 0;
        }

        .faq__btn {
            top: 50%;
            right: 3%;
            width: 3px;
            height: 25px;

            &::before {
                width: 25px;
                height: 3px;
            }
        }

    }

    .faq__a {
        padding: 1em 3%;
    }

    .faq__a--txt {

        .mark {
            margin: 0 .5em 0 0;

        }
    }
}

@media screen and (max-width:767px) {
    .faq {
        padding: 80px 0 0;
    }

    .faq__ul {

        & li {
            margin-bottom: 20px;

        }
    }

    .faq__q {
        padding: 1em 35px 1em 3%;

        .mark {
            font-size: 3rem;
            margin: -.1em .5em 0 0;
        }

        .faq__btn {
            top: 50%;
            right: 5%;
            width: 3px;
            height: 20px;

            &::before {
                width: 20px;
                height: 3px;
            }
        }

    }

    .faq__a {
        padding: 1em 3%;
    }

    .faq__a--txt {

        .mark {
            font-size: 3rem;
            margin: -.1 .5em 0 0;

        }
    }
}

/*============================
  caution
============================*/

.caution {
    padding: 120px 0 200px;
}

.cau__box {
    padding: 50px 5%;
    border-radius: 10px;
}

.cau__ul {
    & li {
        margin-bottom: 1em;

        &:last-child {
            margin-bottom: 0;
        }
    }
}

@media screen and (max-width:1024px) {

    .caution {
        padding: 80px 0 120px;
    }

    .cau__box {
        padding: 40px 5%;
    }

    .cau__ul {
        & li {
            margin-bottom: 1em;
        }
    }

}

@media screen and (max-width:767px) {

    .caution {
        padding: 80px 0 150px;
    }

    .cau__box {
        padding: 30px 5%;
    }

    .cau__ul {
        & li {
            margin-bottom: 1em;
        }
    }

}