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


    &::before {
        content: "";
        position: absolute;
        width: 95%;
        height: 90%;
        background: #f6c7c9;
        left: 0;
        bottom: 0;
        z-index: -1;
    }
}

.kv__swiper-area {
    width: 95%;
    margin: 0 0 0 auto;
}

.kv__img {
    position: relative;
    z-index: 9;

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

.kv__copy--en {
    max-width: 91px;
    width: calc((91/1510)*100%);
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    mix-blend-mode: overlay;
    z-index: 1;
}

.kv__copy {
    z-index: 99;
    position: relative;
    padding: 1em 5%;

    .txt {
        line-height: 1.4;
        white-space: nowrap;
        display: block;
        font-size: 1.6rem;
    }

}

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


.kv__scroll {
    max-width: 12px;
    min-width: 8px;
    width: calc((12/1092)*100%);
    position: absolute;
    display: none;
    z-index: 9;
}



@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: -30px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}


.kv .swiper-pagination-bullet {
    display: block;
    margin: 0 10px !important;
    background: #666666;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 50% !important;
    line-height: 1;
    transition: .3s ease-out;
    position: relative;
    opacity: .5;
}

.kv .swiper-pagination-bullet-active {
    opacity: 1;

    background: #666666;
}



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

    .kv {
        margin-top: 62px;


        &::before {
            width: 75%;
            height: 105%;
            left: 0;
            bottom: -20%;
        }
    }

    .kv__swiper-area {
        width: calc((1510/1920)*100%);
        margin: 0 0 0 auto;
    }

    .kv__img {
        position: relative;
        z-index: 9;

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

    .kv__copy--en {
        max-width: 91px;
        width: calc((91/1510)*100%);
        top: 50%;
        left: 0;
        transform: translate(-50%, -50%);
        mix-blend-mode: overlay;
        z-index: 1;
    }

    .kv__copy {
        z-index: 99;
        position: absolute;
        padding: 0;
        top: 55%;
        left: 10%;
        transform: translate(-50%, -50%);

        .txt {
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            font-feature-settings: initial;
            font-size: min(2.6rem, 2vw);

        }

    }


    .kv__scroll {
        max-width: 27px;
        min-width: 12px;
        width: calc((27/1092)*100%);
        position: absolute;
        top: 105%;
        left: 10%;
        transform: translate(-50%, -50%);
        display: block;
    }



}


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

    .kv {
        margin-top: 100px;


        &::before {
            width: 75%;
            height: 105%;
            left: 0;
            bottom: -20%;
        }
    }

    .kv__swiper-area {
        width: calc((1510/1920)*100%);
        margin: 0 0 0 auto;
    }


    .kv__copy--en {
        width: calc((91/1510)*100%);
        top: 50%;
        left: 0;
    }

    .kv__copy {

        top: 55%;
        left: 10%;

        .txt {
            line-height: 1.4;
            font-size: min(3.6rem, 2vw);

        }

    }


    .kv__scroll {
        min-width: 12px;
        width: calc((27/1092)*100%);
        top: 100%;
        left: 10%;
    }



}

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

.conc__obj {
    display: none;
}

.conc__box {
    padding: 30px 0 30px 5%;

    &::before {
        content: "";
        position: absolute;
        width: 110%;
        height: 110%;
        background: url(../images/concept_bg.png) no-repeat center center/cover;
        top: 0;
        left: 0;
        z-index: -1;
    }

}

.conc__leaf {
    max-width: 488px;
    width: 200px;
    top: 95%;
    left: 100%;
    transform: translate(-50%, -50%);
}

.conc__img {
    margin-left: -5%;

    .copy {
        position: absolute;
        width: 200px;
        top: 0;
        left: 75%;
        transform: translate(-50%, -50%);
        pointer-events: none;
    }
}

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

.conc__h3 .span{
	display: block;
}

.conc__btn {
    margin: 0 0 0 auto;
}

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

    .conc__obj {
        display: none;
    }

    .conc__left {
        width: 50%;
        margin-top: 30px;
    }

    .conc__box {
        padding: 30px 0 30px 5%;

        &::before {
            width: 130%;
            height: 100%;
        }

    }

    .conc__leaf {
        max-width: 488px;
        width: 200px;
        top: 95%;
        left: 120%;
    }

    .conc__img {
        width: 45%;
        margin-left: 0;

        .copy {
            width: 200px;
            top: 0;
            left: 15%;
        }
    }

	.conc__h3 h3{
		letter-spacing: -0.99px;
	}

	.conc__h3 .span{
		display: inline-block;
		margin-left: -6px;
		letter-spacing: -1.9px;
	}

}

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

    .conc__obj {
        display: block;
        max-width: 522px;
        width: calc((522/910)*100%);
        top: 90%;
        left: -20%;
        transform: translate(-50%, -50%);
    }

    .conc__left {
        width: 50%;
        margin-top: 50px;
    }

    .conc__box {
        padding: 60px 0 60px 15%;

        &::before {
            width: 130%;
            height: 100%;
        }

    }

    .conc__leaf {
        max-width: 488px;
        width: calc((488/910)*100%);
        top: 95%;
        left: 120%;
    }

    .conc__img {
        width: 45%;

        .copy {
            width: auto;
            top: 5%;
            left: 15%;
        }
    }

	.conc__h3 .span{
		display: inline-block;
		margin-left: -6px;
		letter-spacing: 1.35px;
	}

}


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

.comm__ttl {
    margin-bottom: 20px;

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

.comm__item {
    max-width: 432px;
    margin: 0 auto 40px;

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

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

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

    .comm__ttl {
        margin-bottom: 0;

    }

    .comm__item {
        margin: 0 1% 40px;
        width: 31%;

    }

    .comm__h3 {
        margin: 1em 0 .5em;
        font-size: 14px;
    }
}

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

    .comm__item {
        margin: 0 1% 50px;
        width: 31%;

    }
}

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

.menu__item {
    max-width: 516px;
    margin: 0 auto 50px;

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

.menu__img {
    .num {
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 124px;
        width: 90px;
    }
}

.menu__h3 {
    margin: 1em 0;
    position: relative;
    z-index: 1;
}

.menu__btn {
    margin: 1em 0 0 auto;
}

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

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

    }

    .menu__img {
        .num {
            max-width: 124px;
            width: 90px;
        }
    }

    .menu__h3 {
        margin: 1em 0;
    }

    .menu__btn {
        margin: 1em 0 0 auto;
    }
}

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

    .menu__item {
        width: 48%;
    }

    .menu__img {
        .num {
            max-width: 124px;
            width: 100%;
        }
    }

    .menu__h3 {
        margin: 1em 0;
    }

    .menu__btn {
        margin: 2em 0 0 auto;
    }
}


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

.case__left {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: flex-end;
}

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

.case__btn {
    max-width: 177px;
    width: 120px;
    display: block;
}

.case__swiper--area {
    padding-bottom: 60px;
}

.case__swiper {
    overflow: visible;
}

.case__item {
    max-width: 380px;
    width: 90%;
    margin: 0 10px;
}

.case__link {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    padding: 0 3em;
    background: #f6c7c9;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
}

.c-swiper-button-prev {
    position: absolute;
    margin: 0;
    width: 120px;
    height: 20px;
    left: calc(50% - 60px);
    transform: translate(-50%);
    bottom: 0;
    z-index: 9;

}

.c-swiper-button-next {
    position: absolute;
    margin: 0;
    width: 120px;
    height: 20px;
    left: calc(50% + 60px);
    transform: translate(-50%);
    bottom: 0;
    z-index: 9;

}

.c-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;
}

.c-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) {
    .case {
        padding: 80px 0 0;
    }

    .case__left {
        display: block;
        margin-bottom: 0;
        width: 25%;
    }

    .case__right {
        width: 70%;
    }

    .case__ttl {
        margin-bottom: 100px;

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

    .case__btn {
        max-width: 177px;
        width: 120px;
    }

    .case__swiper--area {
        padding-bottom: 60px;
    }

    .case__swiper {
        overflow: hidden;
        width: 120%;
        padding-bottom: 15px;
    }

    .case__item {
        max-width: 380px;
        width: 280px;
        margin: 0 20px 0 0;

    }

    .case__link {
        top: 100%;
        left: 50%;
        padding: 0 3em;
        line-height: 30px;

    }

    .c-swiper-button-prev {
        margin: 0;
        width: 120px;
        height: 20px;
        left: auto;
        right: 140px;
        bottom: 0;
        transform: none;

    }

    .c-swiper-button-next {
        margin: 0;
        width: 120px;
        height: 20px;
        left: auto;
        right: 0;
        bottom: 0;
        transform: none;

    }
}

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

    .case__left {
        width: 25%;
    }

    .case__right {
        width: 70%;
    }

    .case__ttl {
        margin-bottom: 150px;

    }

    .case__btn {
        max-width: 177px;
        width: auto;
    }

    .case__swiper--area {
        padding-bottom: 100px;
    }

    .case__swiper {
        width: 120%;
        padding-bottom: 20px;
    }

    .case__item {
        max-width: 380px;
        width: 380px;
        margin: 0 50px 0 0;

    }

    .case__link {
        top: 100%;
        left: 50%;
        padding: 0 3em;
        line-height: 40px;

    }

    .c-swiper-button-prev {
        width: 162px;
        height: 32px;
        right: 180px;
        bottom: 0;

    }

    .c-swiper-button-next {
        margin: 0;
        width: 162px;
        height: 32px;
        right: 0;
        bottom: 0;

    }
}



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

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 65%;
        background: #f9e7ec;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        z-index: -1;
    }
}

.cont__ttl {
    & img {
        width: 180px;
        margin: 0 auto 1em;
    }

    .fs-42 {
        white-space: normal;
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .fs-24 {
        white-space: normal;
        font-size: 1.2rem;
        line-height: 1.4;
        margin-top: 1em;
    }
}

.cont__img {
    margin-bottom: 30px;
}

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

.cont__item {
    display: block;
    max-width: 340px;
    width: 48%;
    margin-bottom: 15px;

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

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

        &::before {
            height: 60%;
            bottom: 0;
            left: 50%;
        }
    }

    .cont__ttl {
        & img {
            width: 220px;
            margin: 0 auto 1em;
        }

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

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

    .cont__img {
        margin-bottom: 50px;
    }


    .cont__item {
        width: 32%;
        margin-bottom: 0;

    }

}

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

        &::before {
            height: 60%;
            max-width: 1820px;
            bottom: 0;
            left: 50%;
        }
    }

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

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

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

    .cont__img {
        margin-bottom: 80px;
    }


    .cont__item {
        width: 32%;
    }
}




/*============================
   infomation
============================*/

.infomation {
    padding: 60px 0;
}

.info__left {
    padding: 30px 5%;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 105%;
        height: calc(100% + 30px);
        top: 0;
        left: -5%;
        background: url(../images/info_bg.jpg) no-repeat left bottom/cover;
        z-index: -1;
    }
}

.info__copy {
    max-width: 420px;
    width: 200px;
    top: 5%;
    left: 75%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}



.info__li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;

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

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

.info__td {
    width: calc(100% - 6em);
    font-size: 13px;
}

.info__img {
    max-width: 522px;
    width: 100%;
    margin: 0 -5% 0 auto;

}

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

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

    .info__left {
        width: 50%;
        padding: 40px 5% 40px 0;

        &::before {
            width: 135%;
            height: 100%;
            top: 0;
            left: -5%;
        }
    }

    .info__copy {
        max-width: 420px;
        width: 200px;
        top: 10%;
        left: 110%;
    }



    .info__li {
        margin-bottom: 1em;
    }

    .info__th {
        width: 6em;
    }

    .info__td {
        width: calc(100% - 6em);
        font-size: 14px;
    }

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

    }

}

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


    .info__left {
        width: 50%;
        padding: 80px 0 60px 5%;

        &::before {
            width: 145%;
            height: 100%;
            top: 0;
            left: 0;
        }
    }

    .info__copy {
        max-width: 420px;
        width: 420px;
        top: 10%;
        left: 130%;
    }

    .info__txtwrap {
        max-width: 550px;
        margin: 0 0 0 auto;
    }

    .info__li {
        margin-bottom: 1em;
    }

    .info__th {
        width: 6em;
    }

    .info__td {
        width: calc(100% - 6em);
        font-size: 14px;
    }

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

    }


}


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

.news {
    padding: 60px 0;
    background: url(../images/news_bg.png) no-repeat center top/cover;
}

.news__left {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

.news__btn {
    max-width: 177px;
    width: 120px;
    display: block;
}

.news__atc {
    margin-bottom: 2em;

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

    & a {
        align-items: center;
    }
}

.news__date {
    white-space: nowrap;
}


.news__atc--ttl {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: .5em 0 0;
    position: relative;


}


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


    .news {
        padding: 80px 0;
    }

    .news__left {
        display: block;
        margin-bottom: 0;
        width: 25%;
    }

    .news__ttl {
        margin-bottom: 40px;
    }

    .news__btn {
        max-width: 177px;
        width: 120px;
    }

    .news__atcwrap {
        width: 70%;
    }

    .news__atc {
        margin-bottom: 2em;


        & a {
            display: flex;
            align-items: center;
        }
    }


    .news__atc--ttl {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: 0;
        padding-left: 2em;
        position: relative;


    }


}

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


    .news {
        padding: 100px 0;
    }

    .news__left {
        width: 25%;
    }

    .news__ttl {
        margin-bottom: 60px;
    }

    .news__btn {
        max-width: 177px;
        width: 100%;
    }

    .news__atcwrap {
        width: 70%;
    }

    .news__atc {
        margin-bottom: 2em;

    }


    .news__atc--ttl {
        padding-left: 2em;
    }

}