@charset "UTF-8";

body {
    opacity: 0;
    animation: bodyAppear .3s .3s forwards;
}

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

    100% {
        opacity: 1;
    }
}

/*============================
	kv 
============================*/

.kv {
    overflow: hidden;
}

.kv__swiper {
    width: 72.91%;
    margin: 0 0 0 auto;
}

.kv__img img {
    width: 100%;
}


.kv__copy {
    position: absolute;
    max-width: 1049px;
    width: calc((1049/1920)*100%);
    z-index: 99;
    display: block;
    left: 38%;
    top: 45%;
    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;
        transform: translate(20px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

/* 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:1100px) {
    .kv {
        margin-top: 62px;
    }

    .kv__swiper {
        width: 72.91%;
        margin: 0 0 0 auto;
    }

    .kv__img img {
        width: 100%;
    }


    .kv__copy {
        width: calc((1049/1920)*100%);
        left: 38%;
        top: 45%;
    }


}

@media screen and (max-width:767px) {
    .kv {
        margin-top: 52px;
        padding-bottom: 30px;
    }


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

    .kv__img img {
        width: 100%;
        object-fit: cover;
        min-height: 300px;
    }


    .kv__copy {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        transform: none;
        margin: -120px -5% 0 5%;
    }

}

/*============================
 about
============================*/
.about {
    padding: 80px 0;
    color: #fff;
}

.about__bnr {
    width: fit-content;
    margin: 0 auto 50px;
}

.about__items {
    max-width: 1230px;
    margin: 0 auto;
}

.about__item {
    width: 24%;
    max-width: 280px;
    box-shadow: 0 0 30px rgba(42, 42, 42, .2);
    padding: 30px 1em;
    background-color: #fff;
    border-radius: 10px;
}

.about__ico {
    height: 97px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;

    & img {
        display: block;
    }
}

.about__txt {
    text-align: center;
}

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

    .about__bnr {
        margin: 0 auto 40px;
    }

    .about__item {
        width: 24%;
        padding: 20px 1em;
        border-radius: 10px;
    }

    .about__ico {
        height: 80px;
        margin-bottom: 10px;

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

    .about__h3 {
        font-size: min(1.6rem, 1.8vw);
    }

}

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

    .about__bnr {
        margin: 0 auto 30px;
    }

    .about__items {
        display: flex;
        flex-wrap: wrap;
    }

    .about__item {
        width: 49%;
        padding: 10px 2% 20px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .about__ico {
        height: 80px;
        margin-bottom: 5px;

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

    .about__h3 {
        font-size: 1.4rem;
        letter-spacing: 0;
    }

    .about__txt {
        font-size: 1.2rem;
        letter-spacing: 0;
    }

}


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

.worry__ttl {
    width: fit-content;
    margin: 0 auto 60px;
    position: relative;

    & img {
        width: fit-content;
        position: absolute;
        left: -30px;
        top: -15px;
    }

    .fs-44 {
        font-weight: 900;
    }
}

.worry__box {
    padding: 50px 15% 50px 5%;
    background: #fff;
    box-shadow: 10px 10px 38px rgba(0, 0, 0, .1);

    &::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 40px;
        left: 50%;
        bottom: -39px;
        transform: translate(-50%);
        background: #fff;
        clip-path: polygon(100% 0, 0 0, 50% 100%);
        filter: drop-shadow(10px 10px 38px rgba(0, 0, 0, .1));
    }
}

.worry__ill {
    max-width: 293px;
    width: calc((293/1100)*100%);
    bottom: -30px;
    right: -50px;
}

.worry__ul {
    width: fit-content;
    margin: 0 auto;

    & li {
        padding-left: 40px;
        margin-bottom: 1em;
        font-weight: bold;
        position: relative;

        & span {
            font-weight: bold;
        }

        &::before {
            content: "";
            position: absolute;
            width: 22px;
            height: 22px;
            background: url(../img/top/worry_check.png) no-repeat center center/contain;
            left: 0;
            top: .3em;
        }
    }
}

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

    .worry__ttl {
        margin: 0 auto 50px;

        & img {
            max-width: 26px;
            left: -30px;
            top: -15px;
        }

    }

    .worry__box {
        padding: 40px 15% 40px 5%;

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

    .worry__ill {
        width: calc((293/1100)*100%);
        bottom: -20px;
        right: -40px;
    }

    .worry__ul {
        margin: 0 auto;

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

            &::before {
                width: 18px;
                height: 18px;
                top: .3em;
            }
        }
    }
}




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

    .worry__ttl {
        margin: 0 auto 40px;

        & img {
            max-width: 22px;
            left: -30px;
            top: -15px;
        }

    }

    .worry__box {
        padding: 30px 5% 40px 5%;

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

    .worry__ill {
        width: calc((293/1100)*100%);
        bottom: -20px;
        right: -20px;
    }

    .worry__ul {
        margin: 0 auto;

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

            &::before {
                width: 16px;
                height: 16px;
                top: .3em;
            }
        }
    }
}


/*============================
 solution
============================*/

.solution {
    padding: 80px 0 100px;
    background: linear-gradient(#1276dc, #1e3c72);
    color: #fff;
}

.sol__copy {

    position: relative;


    & span {
        font-weight: 900;
    }

    .txt01 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        width: fit-content;
        margin: 0 auto .5em;
        padding: 0 1.5em;

        &::before {
            content: "＼";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
        }


        &::after {
            content: "／";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate(0, -50%);
        }

        & img {
            margin: 0 .5em;
        }
    }
}

.txt02 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: min(4.8rem, 3.4vw);
    margin-bottom: .5em;

    & img {
        margin: 0 .2em;
    }
}

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

    .sol__copy {

        .txt01 {
            margin-bottom: .5em;

            & img {
                max-width: 160px;
                margin: 0 .5em;
            }
        }
    }

    .txt02 {
        white-space: nowrap;
        font-size: min(4.8rem, 3.2vw);
        margin-bottom: .5em;

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

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

    .sol__copy {

        .txt01 {
            margin-bottom: .5em;

            & img {
                max-width: 120px;
                margin: .5em .5em;
            }

            &::before {
                left: 0;
                top: 75%;
            }


            &::after {
                right: 0;
                top: 75%;
            }
        }
    }

    .txt02 {
        font-size: 2rem;
        margin-bottom: .5em;
        display: block;

        & img {
            transform: none;
            margin: .25em .5em;
            vertical-align: middle;
        }

        .ico01 {
            max-width: 58px;
        }

        .ico02 {
            max-width: 50px;
        }
    }
}


/*============================
 strength
============================*/

.strength {
    padding: 80px 0 150px;
    background-color: #e7ebf2;
}

.str__ttl {
    width: fit-content;
    margin: 0 auto 60px;

    & span {
        font-weight: 900;
    }

    .txt01 {
        width: fit-content;
        border-bottom: solid 4px #094496;
        margin: 0 auto;
    }

    .fs-48 {
        font-size: 4.8rem;
    }

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

.str__items {
    max-width: 1100px;
    margin: 0 auto 80px;
}

.str__atc {
    width: 48%;
    max-width: 507px;
    background: #fff;
    border-radius: 10px;
    border: solid 4px #094496;
    box-shadow: 15px 15px 24px rgba(92, 99, 104, .3);
    padding: 50px 4% 30px;
}

.str__check {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.str__h3 {
    & span {
        font-weight: bold;
    }
}

.str__ill {
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.str__copy {
    & span {
        font-weight: 900;
    }
}

.str__item {
    width: 31.33%;
    margin: 0 1%;

    & img {
        width: 100%;
    }
}

.str__swiper {
    padding-bottom: 50px;
}

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

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

}

.strength .swiper-pagination-bullet-active {
    opacity: 1;
    background: #094496;
}



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

    .str__ttl {

        margin: 0 auto 50px;


        .txt01 {
            border-bottom: solid 4px #094496;
            margin: 0 auto;
        }

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

        & img {
            max-width: 100px;
            top: 25%;
            left: 95%;
        }
    }

    .str__items {
        margin: 0 auto 60px;
    }

    .str__atc {
        width: 48%;
        border-radius: 10px;
        border: solid 4px #094496;
        padding: 40px 3% 30px;
    }

    .str__check {
        width: 50px;
        left: 50%;
        top: 0;
    }



    .str__ill {
        height: 150px;

        margin-bottom: 20px;

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



    .str__item {
        width: 31.33%;
        margin: 0 1%;

    }

    .str__swiper {
        padding-bottom: 40px;
    }


}

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

    .str__ttl {

        margin: 0 auto 50px;


        .txt01 {
            border-bottom: solid 2px #094496;
            margin: 0 auto;
        }

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

        & img {
            max-width: 80px;
            top: 25%;
            left: 95%;
        }
    }

    .str__items {
        margin: 0 auto 60px;
    }

    .str__atc {
        width: 100%;
        margin: 0 auto 40px;
        border-radius: 10px;
        border: solid 3px #094496;
        padding: 40px 5% 20px;

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

    .str__check {
        width: 50px;
        left: 50%;
        top: 0;
    }



    .str__ill {
        height: 150px;

        margin-bottom: 10px;

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



    .str__item {
        width: 80%;
        margin: 0 2%;

        & img {
            width: 100%;
        }
    }

    .str__swiper {
        overflow: visible;
        padding-bottom: 40px;
    }


}

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

.rea__ttl {
    color: #fff;

    & span {
        font-weight: 900;
    }

    .txt::before {
        content: "";
        position: absolute;
        width: 2em;
        height: 5px;
        background-color: #fff;
        left: 50%;
        bottom: -.5em;
        transform: translate(-50%);
    }
}

.rea__items {
    max-width: 1100px;
    margin: 0 auto 50px;
}

.rea__atc {
    margin-bottom: 30px;
    background: #fff;
    padding: 40px 4%;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rea__num {
    width: 20%;
}

.rea__txtwrap {
    width: 75%;
}

.rea__h3 {
    display: flex;
    flex-wrap: wrap;
    position: relative;



    .txt {
        width: fit-content;
        position: relative;
        margin-bottom: .75em;
        display: block;

        & span {
            padding: .2em .5em;
            background: linear-gradient(#f28e26, #fd644f);
            color: #fff;
            font-weight: bold;
            border-radius: 6px;

            position: relative;
            z-index: 1;
        }

        &::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border: solid 2px #ec8806;
            border-radius: 6px;
            top: 10px;
            left: 5px;

        }
    }

    .nobox {
        font-weight: 900;
        font-size: 4.8rem;
        line-height: 1;
        margin-right: .2em;
        display: inline-block;
    }
}

.rea__pop {
    width: fit-content;
    display: block;
    margin: 0 auto .5em 100px;
}

.rea__txt {
    & span {
        display: block;
        width: fit-content;
        text-align: right;
        max-width: 70%;
        margin: 1em 0 0 auto;
    }
}

.rea__copywrap {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 40px;

    .txt {
        margin: 0 1.5em;
    }
}

.rea__popups a {
    display: block;
    margin: 0 1%;
}

.modaal-gallery-item img {
    max-width: 500px;
}


.rea__h3.sponly {
    display: none;
}

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

    .rea__ttl {
        .txt::before {
            width: 2em;
            height: 3px;
            left: 50%;
            bottom: -.75em;
        }
    }

    .rea__items {
        margin: 0 auto 40px;
    }

    .rea__atc {
        margin-bottom: 30px;
        padding: 30px 4%;
        border-radius: 30px;
    }

    .rea__num {
        width: 20%;
    }

    .rea__txtwrap {
        width: 75%;
    }

    .rea__h3 {

        .txt {
            margin-bottom: .75em;

            & span {
                padding: .2em .5em;
                border-radius: 6px;
            }

            &::before {
                border: solid 2px #ec8806;
                border-radius: 6px;
                top: 10px;
                left: 5px;

            }
        }

        .nobox {
            font-size: 3.6rem;
            margin-right: .2em;
        }
    }

    .rea__pop {
        width: 180px;
        display: block;
        margin: 0 auto .5em 80px;
    }

    .rea__txt {
        & span {
            text-align: right;
            max-width: 80%;
            margin: 1em 0 0 auto;
        }
    }

    .rea__copywrap {
        margin-bottom: 30px;

        & img {
            max-width: 100px;
        }

        .txt {
            margin: 0 1.5em;
        }
    }

    .rea__popups a {
        margin: 0 1%;
    }

    .modaal-gallery-item img {
        max-width: 500px;
    }

}

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

    .rea__ttl {
        .txt::before {
            width: 2em;
            height: 3px;
            bottom: -.75em;
        }
    }

    .rea__items {
        margin: 0 auto 30px;
    }

    .rea__atc {
        margin-bottom: 20px;
        padding: 30px 5%;
        border-radius: 20px;
        display: block;
    }

    .rea__num {
        width: 100%;
        max-width: 150px;
        display: block;
        margin: 0 auto 20px;
    }

    .rea__txtwrap {
        width: 100%;
    }

    .rea__h3 {
        margin-bottom: 20px;

        .spbox {
            padding: .2em .5em;
            background: linear-gradient(#f28e26, #fd644f);
            border-radius: 6px;
            position: relative;
            display: block;
            width: fit-content;

            &::before {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                border: solid 2px #ec8806;
                border-radius: 6px;
                top: 6px;
                left: 5px;

            }

        }



        .txt {
            margin-bottom: 0;
            height: auto;
            display: inline;

            & span {
                padding: 0;
                border-radius: 0;
                background: none;
            }

            &::before {
                display: none;
            }
        }

        .nobox {
            font-size: 3rem;
            margin: 0 auto .3em;
            text-align: center;
        }
    }

    .rea__pop {
        width: 140px;
        display: block;
        margin: 0 auto .5em;
    }

    .rea__txt {
        & span {
            text-align: left;
            max-width: 100%;
            margin: 1em 0 0 auto;
        }
    }

    .rea__copywrap {
        margin-bottom: 30px;
        display: block;

        & img {
            max-width: 50px;
            margin: 1em auto 0;
            display: block;

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

        .txt {
            display: block;
            margin: 0 auto;
        }
    }

    .rea__popups {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .rea__popups a {
        width: 48%;
        margin: 0 0 20px;
    }

    .modaal-gallery-item img {
        max-width: 500px;
    }

    .rea__h3.spnone {
        display: none;
    }

    .rea__h3.sponly {
        display: block;
    }
}


/*============================
 voice
============================*/

.voice {
    padding: 150px 0;
    background: #e7ebf2;
}

.voice__ttl {
    .font-en {
        margin-top: 1em;
    }
}

.voice__atc {
    width: 48%;
    background: #f7f9fb;
    padding: 50px 3% 40px;
    border-radius: 10px;
}

.voice__flex {
    margin-bottom: 20px;
}

.voice__img {
    width: 40%;
}

.voice__info {
    width: 55%;
}

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

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

.voice__area {
    width: fit-content;
    padding: 0 1em;
    white-space: nowrap;
    line-height: 24px;
    border-radius: 12px;
    background: #094496;
    color: #fff;
    margin-bottom: .5em;
}

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

    .voice__atc {
        width: 48%;
        padding: 30px 3% 30px;
        border-radius: 10px;
    }

    .voice__flex {
        margin-bottom: 20px;
    }

    .voice__img {
        width: 40%;
    }

    .voice__info {
        width: 55%;
    }

    .voice__area {
        padding: 0 1em;
        line-height: 22px;
        border-radius: 11px;
        margin-bottom: .5em;
    }

}

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

    .voice__atc {
        width: 100%;
        padding: 30px 5% 30px;
        border-radius: 10px;
    }

    .voice__flex {
        display: flex;
        margin-bottom: 20px;
    }

    .voice__img {
        width: 40%;
    }

    .voice__info {
        width: 55%;
    }

    .voice__area {
        padding: 0 1em;
        line-height: 22px;
        border-radius: 11px;
        margin-bottom: .5em;
    }

}


/*============================
 service
============================*/
.service {
    padding: 150px 0;
}

.ser__ttl {
    .txt::before {
        content: "";
        position: absolute;
        width: 1.5em;
        height: 5px;
        background-color: #151515;
        left: 50%;
        bottom: -.5em;
        transform: translate(-50%);
    }
}

.ser__atc {
    width: 48%;
    max-width: 693px;
    position: relative;
    padding: 0 3% 40px;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 80%;
        background: #fff;
        border-radius: 16px;
        box-shadow: 5px 5px 28px rgba(0, 0, 0, .1);
        left: 0;
        bottom: 0;
    }
}

.ser__ill {
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    z-index: 1;
    position: relative;
}

.ser__h3 {
    position: relative;
    border-radius: 34px;
    background: #094496;
    color: #fff;
    padding: .25em .5em;

    & span {
        font-weight: bold;
    }
}

.ser__txt {
    position: relative;
}

.ser__ul {
    position: relative;
    width: fit-content;
    margin: 0 auto;

    & li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 1em;
        font-weight: bold;

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

        & img {
            margin: .2em .5em 0 0;
        }
    }
}

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

    .ser__ttl {
        .txt::before {
            width: 1.5em;
            height: 3px;
            bottom: -.75em;
        }
    }

    .ser__atc {
        width: 48%;
        padding: 0 3% 30px;

        &::before {
            height: 80%;
        }
    }

    .ser__ill {
        height: 190px;
        transform: scale(.75);
        margin: 0 auto 10px;
    }

    .ser__h3 {
        border-radius: 30px;
        padding: .25em .5em;

    }


    .ser__ul {
        margin: 0 auto;

        & li {
            margin-bottom: 1em;

            & img {
                width: 20px;
                margin: .3em .5em 0 0;
            }
        }
    }

}

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

    .ser__ttl {
        .txt::before {
            width: 1.5em;
            height: 3px;
            bottom: -.75em;
        }
    }

    .ser__atc {
        width: 100%;
        padding: 0 5% 30px;
        margin: 0 auto 30px;

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

        &::before {
            height: 80%;
        }
    }

    .ser__ill {
        height: 190px;
        transform: scale(.75);
        margin: 0 auto 10px;
    }

    .ser__h3 {
        border-radius: 30px;
        padding: .25em .5em;

    }


    .ser__ul {
        margin: 0 auto;

        & li {
            margin-bottom: 1em;

            & img {
                width: 18px;
                margin: .3em .5em 0 0;
            }
        }
    }

}


/*============================
 price
============================*/
.price {
    padding: 150px 0;
    color: #fff;
}

.price__ttl {
    color: #fff;

    .font-en {
        margin-top: 1em;
    }
}

.price__items {
    max-width: 1100px;
    margin: 0 auto 100px;
}

.price__atc {
    margin-bottom: 60px;

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

.price__h3 {
    padding-left: 1em;
    position: relative;

    &::before {
        content: "●";
        position: absolute;
        font-size: 1.8rem;
        left: 0;
        top: 55%;
        transform: translate(0, -50%);


    }
}

.price__price {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: solid 1px #fff;
    align-items: flex-end;
}

.price__box {
    padding: .5em 1em;
    background: #ffc600;
    border-radius: 16px;
    color: #121212;

    & a {
        text-decoration: underline;
    }
}

.price__num {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}

.price__box02 {
    padding: 50px 5%;
    background: url(../img/top/price_bg.png) no-repeat center center/cover;
    border-radius: 20px;
    color: #fff;
}

.price__ill {
    width: 40%;
    max-width: 453px;
}

.price__box--txt {
    width: 58%;

    & span {
        font-weight: bold;
        color: #ff9b19;
    }
}

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

    .price__items {
        margin: 0 auto 80px;
    }

    .price__atc {
        margin-bottom: 40px;

    }

    .price__h3 {
        padding-left: 1em;

        &::before {
            font-size: 1.4rem;
            top: 55%;
        }
    }

    .price__price {
        padding-bottom: 1em;
        margin-bottom: 1em;
    }

    .price__box {
        padding: .5em 1em;
        border-radius: 10px;
    }



    .price__box02 {
        padding: 30px 5%;
        border-radius: 20px;
    }

    .price__ill {
        width: 38%;
    }

    .price__box--txt {
        width: 58%;

    }
}

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

    .price__items {
        margin: 0 auto 40px;
    }

    .price__atc {
        margin-bottom: 40px;

    }

    .price__h3 {
        padding-left: 1em;

        &::before {
            font-size: 1.2rem;
            top: 55%;
        }
    }

    .price__price {
        padding-bottom: 1em;
        margin-bottom: 1em;

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

    .price__box {
        padding: .5em 1em;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .price__txt.color-yl {
        font-size: 1.2rem;
    }

    .price__box02 {
        padding: 30px 5%;
        border-radius: 20px;
    }

    .price__ill {
        width: 80%;
        margin: 0 auto 30px;
    }

    .price__box--txt {
        width: 100%;

    }

}


/*============================
 flow
============================*/
.flow {
    padding: 150px 0;
}

.flow__ttl {
    .txt::before {
        content: "";
        position: absolute;
        width: 1.5em;
        height: 5px;
        background-color: #151515;
        left: 50%;
        bottom: -.5em;
        transform: translate(-50%);
    }
}

.flow__atc {
    width: 19%;
    max-width: 266px;
    filter: drop-shadow(15px 15px 24px rgba(92, 99, 104, .3));
}

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

    .flow__ttl {
        .txt::before {
            width: 1.5em;
            height: 4px;
            left: 50%;
            bottom: -.75em;
        }
    }

    .flow__atc {
        width: 19%;
    }

}

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

    .flow__ttl {
        .txt::before {
            width: 1.5em;
            height: 3px;
            left: 50%;
            bottom: -1em;
        }
    }

    .flow__itemns {
        display: flex;
        flex-wrap: wrap;

    }

    .flow__atc {
        margin-bottom: 20px;
        width: 48%;
    }
}


/*============================
 greeting
============================*/

.greeting {
    padding: 150px 0;
    background: #e7ebf2;
}

.gre__ttl {
    padding: 30px 5%;
    background: linear-gradient(#f28e26, #fd644f);
    color: #fff;
    max-width: 1000px;
    margin: 0 auto -30px;
    border-radius: 28px;
    z-index: 1;

    & img {
        width: fit-content;
        margin: 0 auto .5em;
    }

    &::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 18px;
        left: 50%;
        bottom: -17px;
        transform: translate(-50%);
        background: #fd644f;
        clip-path: polygon(100% 0, 0 0, 50% 100%);
    }

}


.gre__box {
    padding: 100px 5% 80px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 60px rgba(93, 93, 93, .14);
    margin-bottom: 150px;
}

.gre__flex {
    max-width: 1180px;
    margin: 0 auto;
}

.gre__img {
    width: 40%;
    max-width: 420px;
}

.gre__txtwrap {
    width: 59%;
}

.gre__h3 {
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 1.5em;
        height: 4px;
        background-color: #151515;
        left: 0;
        bottom: -.25em;
    }

}

.gre__txt02 {

    .marker02 {
        display: block;
        margin: 1em 0;
        width: fit-content;

    }
}

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

    .gre__ttl {
        padding: 30px 5%;
        width: 90%;
        margin: 0 auto -20px;
        border-radius: 20px;

        & img {
            max-width: 100px;
            margin: 0 auto .5em;
        }

        &::before {
            width: 20px;
            height: 18px;
            bottom: -17px;
        }

    }


    .gre__box {
        padding: 60px 5% 60px;
        border-radius: 20px;
        box-shadow: 0 0 30px rgba(93, 93, 93, .14);
        margin-bottom: 100px;
    }


    .gre__img {
        width: 35%;
    }

    .gre__txtwrap {
        width: 60%;
    }

    .gre__h3 {

        &::before {

            width: 1.5em;
            height: 3px;
            bottom: -.25em;
        }

    }

    .gre__txt02 {
        .marker02 {
            margin: 1em 0;
        }
    }
}

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

    .gre__ttl {
        padding: 20px 5%;
        width: 90%;
        margin: 0 auto -20px;
        border-radius: 10px;

        & img {
            max-width: 80px;
            margin: 0 auto .5em;
        }

        .txt {
            font-size: 1.6rem;
        }

        &::before {
            width: 20px;
            height: 14px;
            bottom: -13px;
        }

    }


    .gre__box {
        padding: 60px 5% 60px;
        border-radius: 20px;
        box-shadow: 0 0 30px rgba(93, 93, 93, .14);
        margin-bottom: 50px;
    }

    .gre__txt {
        text-align: left;
    }

    .gre__img {
        width: 50%;
        margin: 0 auto 20px;
    }

    .gre__txtwrap {
        width: 100%;
    }

    .gre__h3 {

        &::before {

            width: 1.5em;
            height: 2px;
            bottom: -.5em;
        }

    }

    .gre__txt02 {
        .marker02 {
            margin: 1em 0;
        }
    }
}


/* footer 追加 -------------*/

.ft__upper {
  background: #e7ebf2;
  padding: 90px 0;
}
.ft__upper .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ft__inner-left div {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}

@media screen and (max-width:767px) {
  .ft__upper {
    padding: 50px 0;
  }
  .ft__upper .inner {
    flex-direction: column;
    gap: 60px;
  }
}
