@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;
}

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

.kv__img {
    width: 100%;

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


.kv__copy {
    max-width: 850px;
    width: calc((850/1920)*200%);
    z-index: 99;
    white-space: nowrap;
    position: relative;
    margin: 5% auto 3%;
}

.kv__btn {
    position: absolute;
    left: 50%;
    top: 85%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .9);

}

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

.kv__scroll {
    display: none;
}




/* 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 6s linear 0s 1 normal both;
} */

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

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


.kv .swiper-pagination {
    left: 15%;
    top: 95%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    transform: translate(-50%, -50%);
}


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

}

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


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

}

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

}

.k-swiper-button-prev::before {
    content: "";
    position: absolute;
    background: url(../images/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;
}

.k-swiper-button-next::before {
    content: "";
    position: absolute;
    background: url(../images/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;
}

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

}


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


    .kv__item {
        width: 50%;
    }

    .kv__copy {
        position: absolute;
        width: calc((850/1920)*100%);
        margin: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .kv__btn {
        left: 50%;
        top: 85%;
    }



}



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

    .kv__item {
        width: 50%;
    }

    .kv__copy {
        width: calc((850/1920)*100%);
        top: 50%;
        left: 50%;
    }

    .kv__btn {
        left: 50%;
        top: 85%;
    }



}

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

.comm__left {
    display: flex;
    margin-bottom: 30px;
}

.comm__ttl {
    width: 20%;
}
.comm__h3{
    .fs-50{
        display: block;
        line-height: 1.4;
    }
    .fs-36{
        display: block;
        line-height: 2;
    }
}
.comm__txtwrap {
    width: 80%;
    padding-left: 5%;
}
.comm__img{
    margin-bottom: 20px;
}
.comm__btn{
    margin: 0 0 0 auto;
}
@media screen and (min-width:768px) {
    .commitment {
        padding: 80px 0;
    }
    
    .comm__left {
        margin-bottom: 0;
        width: 50%;
    }
    .comm__right{
        width: 45%;
    }
    .comm__ttl {
        width: 20%;
    }
    
    .comm__txtwrap {
        width: 80%;
        padding-left: 5%;
    }
    .comm__img{
        margin-bottom: 20px;
    }
}

@media screen and (min-width:1025px) {
    .commitment {
        padding:100px 0;
    }
    
    .comm__left {
        width: 50%;
    }
    .comm__right{
        width: 45%;
    }
    .comm__ttl {
        width: 20%;
    }
    
    .comm__txtwrap {
        width: 80%;
        padding-left: 5%;
    }
    .comm__img{
        margin-bottom: 20px;
    }
}

/*============================
   about
============================*/
.about {
    padding: 60px 0;
    background: url(../images/about_bg.jpg) no-repeat center center/cover;
}

.about__left {
    padding: 0 5%;
    margin-bottom: 30px;
}

.about__ttl {
    max-width: 200px;
    margin-bottom: 20px;
}

.about__img {
    width: 95%;
    margin: 0 0 0 auto;

    .txt {
        bottom: -.5em;
        right: 5%;
        font-size: min(6rem, 10vw);
        z-index: 1;
        white-space: nowrap;
        mix-blend-mode: hard-light;

        .txt01 {
            display: block;
            line-height: 1;
            color: #cccccc;
        }

        .txt02 {
            display: block;
            line-height: 1;
            color: #666666;
        }
    }
}

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

    .about__left {
        width: 37%;
        padding: 0 0 0 3%;
        margin-bottom: 0;
    }

    .about__ttl {
        max-width: 200px;
        margin-bottom: 20px;
    }

    .about__img {
        width: 60%;
        margin: 0;

        .txt {
            bottom: -.5em;
            right: 5%;
            font-size: min(10rem, 6vw);
        }
    }
}

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

    .about__flex {
        max-width: 1920px;
        margin: 0 auto;
    }

    .about__left {
        width: 37%;
        padding: 0 0 0 3%;
    }

    .about__ttl {
        max-width: fit-content;
        margin-bottom: 20px;
    }

    .about__txtwrap {
        max-width: 450px;
        margin: 0 0 0 auto;
        padding: 0 5% 0 0;
    }

    .about__img {
        width: 63%;

        .txt {
            bottom: -.5em;
            right: 5%;
            font-size: min(10rem, 6vw);
        }
    }
}

/*============================
   menu
============================*/

.menu {
    padding: 60px 0;
    background: #f2f6fb;
}

.menu__ttl {
    .font-en {
        font-size: 3rem;
    }

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

.mneu__atc {
    max-width: 690px;
    margin: 0 auto 30px;

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

    & a {
        display: block;
        width: 100%;
        height: 100%;
    }
}

.menu__img {
    overflow: hidden;
}

.menu__num {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #fff;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    white-space: nowrap;
    text-align: center;
    padding: .5em 0 0;

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

    .fs-36 {
        line-height: 1;
    }
}

.menu__h3 {
    margin: 1em 0 .5em;
}

.menu__txt {
    text-align: left;
}

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

    .menu__ttl {
        .font-en {
            font-size: 4rem;
        }

    }

    .mneu__atc {
        width: 48%;
        margin: 0;

        &:last-child {
            margin: 30px auto 0;
        }
    }

    .menu__num {
        width: 80px;
        height: 80px;
        top: 100%;
        left: 50%;

    }

    .menu__h3 {
        margin: 1em 0 .5em;
    }

    .menu__txt {
        text-align: left;
    }
}

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

    .menu__ttl {
        .font-en {
            font-size: 8.6rem;
        }

    }

    .mneu__atc {
        width: 48%;

        &:last-child {
            margin: 50px auto 0;
        }
    }

    .menu__num {
        width: 120px;
        height: 120px;
        top: 100%;
        left: 50%;

    }

    .menu__h3 {
        margin: 1em 0 .5em;
    }

    .menu__txt {
        text-align: center;
    }
}


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

.cont__ttl {
    .fs-42 {
        font-size: 2rem;
        line-height: 1.4;
    }

    .fs-24 {
        margin-top: 1em;
        font-size: 1.4rem;
    }
}

.cont__items a {
    display: block;
    width: fit-content;
    margin: 0 auto 20px;

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

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

    .cont__ttl {
        .fs-42 {
            font-size: 2.6rem;
        }

        .fs-24 {
            margin-top: 1em;
            font-size: 1.8rem;
        }
    }

    .cont__items a {
        width: 32%;
        max-width: 500px;
        margin: 0;


    }

}

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

    .cont__ttl {
        .fs-42 {
            font-size: 4.2rem;
        }

        .fs-24 {
            margin-top: .5em;
            font-size: 2.4rem;
        }
    }

    .cont__items a {
        width: 32%;
        max-width: 500px;
        margin: 0;


    }
}

/*============================
   case
============================*/
.case {
    padding: 60px 0 0;

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

.case__ttl {
    .txt {
        margin-top: .5em;
    }
}

.case__swiper {
    overflow: visible;
}

.case__atc {
    width: 90%;
    margin: 0 3%;
}

.case__h3 {
    margin-top: .5em;

    .font-en {
        display: block;
        padding-left: 2em;
        position: relative;
        white-space: nowrap;

        &::before {
            content: "";
            position: absolute;
            width: 1.5em;
            height: 1px;
            background: #818a95;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
        }
    }

    .txt {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        width: 100%;
    }
}

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

}


.case .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    z-index: 9;
    background: #fff;
    border: solid 1px #818a95;
    border-radius: 50% !important;
    margin: 0 8px !important;
    opacity: 1;

}

.case .swiper-pagination-bullet-active {
    opacity: 1;
    background: #818a95;
}

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

        &::before {
            width: 100%;
            height: 40%;
            bottom: 25px;
        }
    }

    .case__swiper {
        overflow: hidden;
    }

    .case__atc {
        width: 31%;
        margin: 0 1;
    }

    .case__img img {
        width: 100%;
    }

    .case__h3 {
        margin-top: .5em;

        .font-en {
            padding-left: 2em;

            &::before {
                width: 1.5em;
                left: 0;
                top: 50%;
            }
        }

    }

    .c-swiper-pagination {
        left: 50% !important;
        bottom: -30px !important
    }


    .case .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 50% !important;
        margin: 0 10px !important;

    }

}

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

        &::before {
            width: 100%;
            height: 40%;
            bottom: 30px;
        }
    }

    .case__atc {
        width: 31%;
        margin: 0 1;
    }

    .c-swiper-pagination {
        left: 50% !important;
        bottom: -50px !important
    }


    .case .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 50% !important;
        margin: 0 10px !important;

    }

}


/*============================
   info
============================*/
.info {
    padding: 60px 0;
    background: #fff;
}

.info__left {
    margin-bottom: 30px;
}

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

    .txt {
        bottom: -.2em;
        left: 0;
        transform: translate(-50%);
        font-size: min(8rem, 16vw);
        mix-blend-mode: exclusion;
    }
}

.info__ttl {
    display: flex;
    align-items: baseline;

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

.info__ul {
    margin-bottom: 30px;
}

.info__li {
    padding: .5em 1em;
    display: flex;
    align-items: flex-start;

    &:nth-child(even) {
        background: #e5eaf0;
    }
}

.info__th {
    width: 6em;
    white-space: nowrap;
}

.info__td {
    width: calc((100% - 6rem));
}

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

    .info__left {
        margin-bottom: 0;
        width: 45%;
    }

    .info__img {
        width: 45%;
        margin: 0;

        .txt {
            bottom: -.2em;
            left: 0;
            font-size: min(12rem, 9vw);
        }
    }


    .info__ul {
        margin-bottom: 30px;
    }

    .info__li {
        padding: .5em 1em;
    }

    .info__th {
        width: 6em;
    }

    .info__td {
        width: calc((100% - 6rem));
    }

}

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

    .info__left {
        width: 45%;
    }

    .info__img {
        width: 45%;

        .txt {
            bottom: -.2em;
            left: 0;
            font-size: min(12rem, 10vw);
        }
    }


    .info__ul {
        margin-bottom: 50px;
    }

    .info__li {
        padding: .5em 2em;
    }

    .info__th {
        width: 7em;
    }

    .info__td {
        width: calc((100% - 7rem));
    }
}