@charset "UTF-8";

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

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

    100% {
        opacity: 1;
    }
}


@media screen and (min-width:768px) {}

@media screen and (min-width:1025px) {}

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

.kv {
    margin-top: 52px;
    background: url(../images/kv_bg.png) no-repeat left top/100%;
}

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

.kv__obj {
    width: 100%;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    pointer-events: none;
}

.kv__left {
    max-width: 366px;
    width: 20%;
    margin: -80px auto 0 0;
}

.kv__copy {
    width: 75%;
    max-width: 572px;
    margin: -40px 5% 0 auto;
    pointer-events: none;
    position: relative;
    z-index: 99;
    filter: drop-shadow(5px 5px 10px #fff);
}

.kv__copy .slide-in,
.kv__copy .slide-in_inner {
    animation-duration: 1s;
    animation-delay: .3s;
}
  .kv__copy .slide-in {
       opacity:1.0;
  }

.kv__scroll {
    display: none;
}



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

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


/* swiper */
.kv__swiper-area {
    position: relative;
}

.swiper__imgwrap {
    overflow: hidden;
    display: block;
}

.kv .swiper-slide-active .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: 5%;
    bottom: 5%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    cursor: pointer;
}


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

}

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


@media screen and (min-width:768px) {
    .kv {
        margin-top: 62px;
        background: url(../images/kv_bg.png) no-repeat left top/100%;
    }

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

    .kv__obj {
        top: 60%;
        left: 50%;
    }

    .kv__left {
        position: absolute;
        max-width: 366px;
        width: 19.06%;
        margin: 0;
        transform: translate(-50%, -50%);
        top: 80%;
        left: 10%;

    }

    .kv__copy {
        width: 75%;
        max-width: 572px;
        width: 29.79%;
        margin: 0;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 40%;
        left: 30%;
    }

    .kv .swiper-pagination {
        left: 40%;
        bottom: auto;
        top: 85%;
        transform: translate(-50%, -50%);


    }


    .kv .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 8px !important;

    }
}



@media screen and (min-width:1100px) {
    .kv {
        margin-top: 0;
    }

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

    .kv__obj {
        top: 60%;
        left: 50%;
    }

    .kv__left {
        width: 19.06%;
        top: 80%;
        left: 10%;

    }

    .kv__copy {
        width: 75%;
        width: 29.79%;
        top: 40%;
        left: 30%;
    }

    .kv .swiper-pagination {
        left: 40%;
        top: 85%;


    }


    .kv .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 10px !important;

    }

}


/*============================
   news
============================*/

.news {
    padding: 40px 0 0;
    z-index: 9;
}

.news__box {
    padding: 20px 5%;
    border-radius: 20px;
    min-height: 180px;
    background: #fff;
    position: relative;
    box-shadow: 8px 8px 29px rgba(0, 0, 0, .08);
}

.news__ttl {
    margin-bottom: 20px;
    font-size: 2rem;

}

.news__lead {
    margin-bottom: 1em;
}

.news__atc {
    margin-bottom: 1em;

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

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

.news__date {
    margin-right: 1em;
}

.news__cate {
    margin-right: 1em;
  	display:inline-block;
}

.news__atc--ttl {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: underline;
}

.news__link {
    display: block;
    max-width: 76px;
    width: 50px;
    margin: 1em 0 0 auto;
}


@media screen and (min-width:768px) {

    .news {
        padding: 0;
        margin-top: -30px;
        z-index: 99;
    }

    .news__box {
        padding: 20px 5%;
        max-width: 1280px;
        margin: 0 auto;
        border-radius: 70px;
        min-height: 140px;
    }

    .news__ttl {
        margin-bottom: 0;
        width: 120px;
        font-size: 3rem;

    }

    .news__atcwrap {
        width: calc(100% - 170px);
        padding: 0 1em 0 0;
    }

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

    .news__atc {
        margin-bottom: 1em;

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

    .news__info {
        width: 180px;
        margin-bottom: 0;
    }

    .news__date {
        margin-right: 1em;
    }
  
  .news__cat {
    margin-right: 1em;
  	display:inline-block;
}

    .news__atc--ttl {
        width: calc(100% - 180px);
    }

    .news__link {
        max-width: 76px;
        width: 50px;
        margin: 70px 0 0 auto;
    }

}

@media screen and (min-width:1025px) {
    .news {
        margin-top: -100px;
    }

    .news__box {
        padding: 30px 5%;
        border-radius: 90px;
        min-height: 180px;
    }

    .news__ttl {
        width: 140px;
        font-size: 3.6rem;

    }

    .news__atcwrap {
        width: calc(100% - 245px);
        padding: 0 1em 0 0;
    }

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

    .news__atc {
        margin-bottom: 1em;

    }

    .news__info {
        width: 240px;
    }

    .news__date {
        margin-right: 1.5em;
    }

    .news__atc--ttl {
        width: calc(100% - 240px);
    }

    .news__link {
        max-width: 76px;
        width: 76px;
        margin: 70px 0 0 auto;
    }

}

/*============================
   concept
============================*/
.concept {
    padding: 60px 0 0;
}

.conc__img {
    max-width: 848px;
    margin-bottom: 30px;
}

.conc__ttl {
    .font-en {
        color: #fcf2f3;
        font-size: 4rem;
        margin-bottom: -.2em;

        .fs-140 {
            font-size: 6rem;
        }
    }
}

@media screen and (min-width:768px) {
    .concept {
        padding: 60px 0 0;
    }

    .conc__img {
        width: 50%;
        margin-bottom: 0;
    }

    .conc__txtwrap {
        width: 45%;
    }

    .conc__ttl {
        .font-en {
            font-size: 5rem;
            letter-spacing: .05em;
            margin-bottom: -.2em;

            .fs-140 {
                letter-spacing: .05em;
                font-size: 8rem;
            }
        }

        .txt {
            font-size: min(2rem, 2vw);
        }
    }
}

@media screen and (min-width:1025px) {
    .concept {
        padding: 80px 0 0;
    }

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

    .conc__img {
        width: 50%;
    }

    .conc__txtwrap {
        width: 45%;
    }

    .conc__ttl {
        .font-en {
            font-size: 8rem;
            margin-bottom: -.2em;

            .fs-140 {
                font-size: 14rem;
            }
        }

        .txt {
            font-size: min(3rem, 2vw);
        }
    }

    .conc__txt {
        max-width: 33em;
    }
}


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

.worry__bg {
    width: 100%;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.worry__ttl {
    & img {
        max-width: 110px;
        width: 50px;
        margin: 0 auto 10px;
        position: relative;
    }

    .font-en {
        position: absolute;
        font-size: 6rem;
        color: #fff;
        letter-spacing: .2em;
        font-weight: bold;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .txt {
        font-weight: bold;

        &::before {
            content: "";
            position: absolute;
            width: 1.5em;
            height: 2px;
            background: #ee626c;
            left: 50%;
            bottom: -1em;
            transform: translate(-50%);
        }
    }
}

.worry__img01 {
    max-width: 302px;
    width: 20.13%;
    bottom: calc(100% - 50px);
    left: 0;
}

.worry__img02 {
    max-width: 276px;
    width: 18.4%;
    bottom: calc(100% - 10px);
    right: 0;
}

.worry__atc {
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 20px 5%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    margin: 0 auto 30px;

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

.worry__ico {
    max-width: 170px;
    width: 120px;
    margin: 0 auto 10px;

}

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

.worry__li {
    width: 49%;
    display: flex;
    margin-bottom: 1em;
  	font-size:13px;

    &::before {
        content: "✓";
        position: relative;
        display: inline-block;
        color: #ee626c;
        margin-right: .5em;
    }
}

.worry__btn {
    margin: 0 auto;
}

@media screen and (min-width:768px) {
    .worry {
        padding: 100px 0 0;
    }

    .worry__bg {
        top: 30%;
        left: 50%;
    }

    .worry__ttl {
        & img {
            max-width: 110px;
            width: 60px;
            margin: 0 auto 10px;
        }

        .font-en {
            font-size: 8rem;
        }
    }

    .worry__img01 {
        width: 20.13%;
        bottom: calc(100% - 100px);
    }

    .worry__img02 {
        width: 18.4%;
        bottom: calc(100% - 20px);
        right: 0;
    }

    .worry__atc {
        width: 32%;
        max-width: 450px;
        padding: 20px 2%;
        margin: 0;

    }

    .worry__ico {
        max-width: 170px;
        width: 120px;
        margin: 0 auto 10px;

    }

    .worry__li {
        width: 100%;
        margin-bottom: 1em;

    }

}

@media screen and (min-width:1025px) {
    .worry {
        padding: 160px 0 0;
    }

    .worry__bg {
        top: auto;
        width: 98%;
        bottom: 0;
        transform: translate(-50%);
        left: 50%;
    }

    .worry__ttl {
        margin-bottom: 120px;

        & img {
            max-width: 110px;
            width: 110px;
            margin: 0 auto 10px;
        }

        .font-en {
            font-size: 20rem;
        }
    }

    .worry__img01 {
        width: 20.13%;
        bottom: calc(100% - 200px);
        left: 1%;
    }

    .worry__img02 {
        width: 18.4%;
        bottom: calc(100% - 50px);
        right: 1%;
    }

    .worry__atc {
        width: 32%;
        max-width: 450px;
        padding: 30px 2% 60px;
        margin: 0;

    }

    .worry__ico {
        max-width: 170px;
        width: 170px;
        margin: 0 auto 10px;

    }

    .worry__li {
        width: 49%;
        margin-bottom: 1em;

    }
}

/*============================
   commitment
============================*/
.commitment {
    padding: 60px 0;
}

.comm__txtwarp {
    margin-bottom: 30px;
}

.comm__img {
    max-width: 736px;
    width: 105%;
}

.comm__ttl {
    .font-en {
        font-size: 3rem;
        margin-bottom: .3em;
    }

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

@media screen and (min-width:768px) {
    .commitment {
        padding: 80px 0;
    }

    .comm__txtwarp {
        width: 50%;
        margin-bottom: 0;
    }

    .comm__txtwrap--inner {
        max-width: 700px;
        margin: 0 0 0 auto;
        padding: 0 5% 0 0;
    }

    .comm__img {
        max-width: 736px;
        width: 45%;

        & img {
            display: block;
            width: 110%;
        }
    }

    .comm__ttl {
        .font-en {
            font-size: 4rem;
            margin-bottom: .3em;
        }

        .fs-100 {
            font-size: 5rem;
        }
    }

    .comm__h3 {
        white-space: nowrap;
    }
}

@media screen and (min-width:1025px) {
    .commitment {
        padding: 100px 0;
    }

    .comm__txtwarp {
        width: 50%;
    }

    .comm__txtwrap--inner {
        margin: 0 0 0 auto;
        padding: 0 3% 0 0;
    }

    .comm__img {
        width: 45%;

        & img {
            width: 110%;
        }
    }

    .comm__ttl {
        .font-en {
            font-size: 7rem;
            margin-bottom: .3em;
        }

        .fs-100 {
            font-size: 10rem;
        }
    }

    .comm__h3 {
        white-space: nowrap;
    }
}


/*============================
   point
============================*/
.point__box {
    padding: 30px 5%;
    border: solid 10px #fee3e5;
    border-radius: 10px;
    position: relative;
}

.point__obj01 {
    max-width: 650px;
    width: 43.33%;
    top: 2%;
    left: -10%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.point__obj02 {
    max-width: 392px;
    width: 26.13%;
    top: 100%;
    left: 95%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.point__ttl {
    & img {
        max-width: 45px;
        width: 30px;
        margin: 0 auto 10px;
    }

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

.point__atc {
    padding: 20px 5%;
    border: solid 1px #ee626c;
    max-width: 340px;
    margin: 0 auto 20px;

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

.point__ico {
    max-width: 150px;
    width: 100px;
    margin: 0 auto 20px;
}

.point__h3 {
    .txt {
        margin-bottom: .5em;
    }
}

.point__btn {
    margin: 0 auto;
}

@media screen and (min-width:768px) {
    .point__box {
        padding: 40px 3%;
        border: solid 10px #fee3e5;
        border-radius: 10px;

    }

    .point__obj01 {
        width: 43.33%;
        top: 2%;
        left: -10%;
    }

    .point__obj02 {
        width: 26.13%;
        top: 100%;
        left: 95%;
    }

    .point__ttl {
        & img {
            max-width: 45px;
            width: 30px;
            margin: 0 auto 10px;
        }

    }

    .point__atc {
        width: 30.33%;
        padding: 20px 2%;
        margin: 0 1.5% 30px;

        &:nth-child(4) {
            margin-bottom: 0;
        }
    }

    .point__ico {
        max-width: 150px;
        width: 100px;
        margin: 0 auto 20px;
    }

    .point__h3 {

        .txt {
            white-space: normal;
            line-height: 1.2;
            margin-bottom: .5em;
        }
    }

    .point__btn {
        width: 200px;
    }
}

@media screen and (min-width:1025px) {
    .point__box {
        padding: 100px 3%;
        border: solid 20px #fee3e5;
        border-radius: 10px;

    }

    .point__obj01 {
        width: 43.33%;
        top: 10%;
        left: -10%;
    }

    .point__obj02 {
        width: 26.13%;
        top: 100%;
        left: 90%;
    }

    .point__ttl {
        & img {
            max-width: 45px;
            width: 45px;
            margin: 0 auto 10px;
        }

    }

    .point__atc {
        width: 30.33%;
        padding: 20px 2% 30px;
        margin: 0 1.5% 60px;

    }

    .point__ico {
        max-width: 150px;
        width: 150px;
        margin: 0 auto 30px;
    }


    .point__btn {
        width: 200px;
    }
}

/*============================
   menu
============================*/
.menu {

    padding: 80px 0 0;
}

.menu__bg {
    max-width: 1016px;
    width: 72.5%;
    left: 50%;
    top: 70px;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.menu__ttl {
    .font-en {
        margin-bottom: .5em;
    }

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

    .small {
        font-size: 3rem;
    }
}

.menu__atc {
    position: relative;
    margin: 0 auto 40px;
    max-width: 400px;

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

.menu__num {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;

    .fs-20 {
        display: block;
        line-height: 1;
    }

    .fs-66 {
        display: block;
        font-size: 3rem;
        line-height: 1;
        font-weight: 600;
    }
}

.menu__h3 {
    margin-top: 1em;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.menu__btn {
    margin: 0 auto;
}

.menu__content {
    max-width: 574px;
    margin: 0 auto;
}

@media screen and (min-width:768px) {
    .menu {

        padding: 100px 0 0;
    }

    .menu__bg {
        width: 72.5%;
        left: 50%;
        top: 150px;
    }

    .menu__ttl {
        .fs-80 {
            font-size: 5rem;
        }

        .small {
            font-size: 4rem;
        }
    }

    .menu__atc {
        width: 32%;
        margin: 0;
    }

    .menu__num {

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

    .menu__h3 {
        margin-top: 1em;
        font-size: 1.8rem;
        margin-bottom: 40px;
    }


    .menu__content {
        width: 50%;
    }
}

@media screen and (min-width:1025px) {
    .menu {

        padding: 350px 0 0;
    }

    .menu__bg {
        width: 72.5%;
        top: 200px;
    }

    .menu__ttl {
        .fs-80 {
            font-size: 8rem;
        }

        .small {
            font-size: 6rem;
        }
    }

    .menu__atc {
        width: 32%;
    }

    .menu__num {

        .fs-66 {
            font-size: 6.6rem;
            margin-top: -.1em;
        }
    }

    .menu__h3 {
        margin-top: 1em;
        font-size: 2rem;
        margin-bottom: 80px;
    }


    .menu__content {
        width: 50%;
    }
}