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

.kv__img img {
    object-fit: cover;
    height: 400px;
}

.kv__copy {
    z-index: 99;
    max-width: 206px;
    width: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap
}


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

.kv__scroll {
    display: none;
}


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

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


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

.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% !important;
    bottom: 5%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    display: none;
}


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

}

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

/* news */
.kv__news {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 20px 5%;
    z-index: 1;
    color: #fff;
}

.news__ttl {
    margin-bottom: 10px;
}

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

.news__date {
    margin-right: 1em;
}

.news__atc a {
    color: #fff;
}

.news__cat {
    padding: 0 .5em;
    background: #f8f1e6;
    color: #a99d91;
    white-space: nowrap;
    line-height: 20px;
    display: inline-block;
}

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

.news__link {
    max-width: 76px;
    width: 60px;
    margin: .5em 0 0 auto;
}

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

    .kv__img img {
        height: auto;
    }

    .kv__copy {
        width: 16%;
        top: 50%;
        left: 50%;
    }

    .kv .swiper-pagination {
        left: 5% !important;
        bottom: 60px;
        display: flex;
    }


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

    }


    /* news */
    .kv__news {
        background: none;
        padding: 20px 3%;
        width: 90%;
        max-width: 1300px;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: 1;
        color: #fff;
    }

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

    .news__atc a {
        color: #fff;
    }

    .news__ttl {
        margin: 0;
    }

    .news__info {
        width: 260px;
        margin: 0;
    }

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

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

}



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

    .kv__copy {
        width: 16%;
        top: 50%;
        left: 50%;
    }

    .kv .swiper-pagination {
        left: 5% !important;
        bottom: 80px;
    }


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

    }


    /* news */
    .kv__news {
        padding: 20px 3%;
        width: 90%;
        max-width: 1300px;
        bottom: 0;
        right: 0;
    }

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

    .news__atc a {
        color: #fff;
    }

    .news__ttl {
        width: 100px;
    }

    .news__info {
        width: 400px;
        margin: 0;
    }

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

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


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

.conc__ttl {
    margin-bottom: 30px;
    line-height: 1.5;

}

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

    .conc__left {
        width: 45%;
    }

    .conc__ttl {
        margin-bottom: 0;
    }

    .conc__txt {
        width: 50%;
    }

}

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

    .conc__left {
        width: 50%;
    }

    .conc__txt {
        width: 50%;
    }

    .conc__ttl {
        max-width: 720px;
        margin: 0 0 0 auto;
    }
}

/*============================
    commit
============================*/
/* swiper */

.comm__swimg {
    overflow: hidden;
}

.c-swiper-pagination {
    display: none;
}

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

.comm__ttl {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: min(5.5rem, 5vw);
    text-align: center;
    color: #fff;
    z-index: 9;
    white-space: nowrap;
}

.comm__items {
    padding: 60px 0;
}

.comm__atc {
    margin-bottom: 60px;
}

.comm__atc:last-child {
    margin-bottom: 0;
}

.comm__txtwrap {
    margin-bottom: 20px;
}

.comm__h3 .num {
    display: block;
    font-size: 2rem;
}

.comm__h3 .txt {
    padding-left: 1em;
}

.comm__btn a {
    margin: 0 0 0 auto;

}

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

    .comm__ttl {
        font-size: min(5.5rem, 4vw);
    }

    .comm__items {
        padding: 60px 0;
    }

    .comm__atc {
        margin-bottom: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .comm__atc:nth-child(even) {
        flex-direction: row-reverse;
    }

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

    .comm__img {
        width: 45%;
        max-width: 683px;
    }

    .comm__h3 .num {
        font-size: 3rem;
    }

    .comm__h3 .txt {
        padding-left: 20px;
    }

    .comm__txt {
        padding-left: 20px;
    }

    .comm__btn a {
        margin: 0 0 0 auto;

    }
}

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

    .comm__ttl {
        font-size: min(5.5rem, 4vw);
    }

    .comm__items {
        padding: 100px 0 200px;
        max-width: 1540px;
        margin: 0 auto;
    }

    .comm__atc {
        margin-bottom: 60px;
    }

    .comm__txtwrap {
        width: 50%;
    }

    .comm__img {
        width: 45%;
    }

    .comm__h3 .num {
        font-size: 6rem;
    }

    .comm__h3 .txt {
        padding-left: 60px;
    }

    .comm__txt {
        padding-left: 60px;
    }

    .comm__btn a {
        margin: 0 0 0 auto;

    }
}

/*============================
    guide
============================*/
.guide__box {
    padding: 30px 5% 100px;
    border: solid 1px #a99d91;
    max-width: 1280px;
    margin: 0 auto;
}

.guide__ttl img {
    max-width: 53px;
    width: 40px;
    margin: 0 auto 10px;
}

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

.guide__btn a {
    margin: 0 auto;
}

.guide__txt {
    position: relative;
    z-index: 1;
}

.guide__img01 {
    max-width: 346px;
    width: 27%;
    top: 90%;
    left: 10%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.guide__img02 {
    max-width: 367px;
    width: 28.67%;
    top: 95%;
    left: 93%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

@media screen and (min-width:768px) {
    .guide__box {
        padding: 30px 8% 80px;
        max-width: 1280px;
        width: 80%;
    }

    .guide__ttl img {
        max-width: 53px;
        width: 40px;
        margin: 0 auto 10px;
    }

    .guide__ttl {
        font-size: 3rem;
    }

    .guide__img01 {
        max-width: 346px;
        width: 27%;
        top: 50%;
        left: -5%;
    }

    .guide__img02 {
        max-width: 367px;
        width: 28.67%;
        top: 70%;
        left: 105%;
    }
}

@media screen and (min-width:1025px) {
    .guide__box {
        padding: 40px 8% 140px;
        max-width: 1280px;
        width: 80%;
    }

    .guide__ttl img {
        max-width: 53px;
        width: 53px;
        margin: 0 auto 10px;
    }

    .guide__ttl {
        font-size: 5rem;
    }

    .guide__txt {
        text-align: center;
    }

    .guide__img01 {
        max-width: 346px;
        width: 27%;
        top: 50%;
        left: -5%;
    }

    .guide__img02 {
        max-width: 367px;
        width: 28.67%;
        top: 70%;
        left: 105%;
    }
}

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

.staff__ttl {
    margin-bottom: 30px;
}

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

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

.staff__txtwrap {
    margin-bottom: 30px;
}

.staff__btn:first-child {
    margin-bottom: 1em;
}

.staff__btn a {
    margin: 0 0 0 auto;
}

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

    .staff__ttl {
        margin: 3em 0 0;
        width: 30%;
    }

    .staff__ttl .font-en {
        font-size: 3rem;
        margin-bottom: .5em;

    }

    .staff__img {
        width: 65%;
        max-width: 1145px;
    }

    .staff__flex {
        flex-direction: row;
    }

    .staff__img02 {
        width: 55%;
        max-width: 945px;
    }

    .staff__txtwrap {
        width: 40%;
        margin-bottom: 0;
    }

    .staff__btn:first-child {
        margin-bottom: 1em;
    }

    .staff__btn a {
        margin: 0 0 0 auto;
    }
}

@media screen and (min-width:1025px) {
    .staff {
        padding: 300px 0 250px;
    }

    .staff__ttl {
        margin: 100px 0 0 5%;
        width: 30%;
    }

    .staff__ttl .font-en {
        font-size: 5rem;
        margin-bottom: .5em;

    }

    .staff__img {
        width: 65%;
        max-width: 1145px;
    }

    .staff__flex {
        flex-direction: row;
    }

    .staff__img02 {
        width: 55%;
        max-width: 945px;
    }

    .staff__txtwrap {
        width: 40%;
        max-width: 640px;
        margin-bottom: 0;
    }

    .staff__btn:first-child {
        margin-bottom: 1em;
    }

    .staff__btn a {
        margin: 0 0 0 auto;
    }
}

/*============================
    support
============================*/
.support__img img {
    object-fit: cover;
    height: 300px;
}

.sup__txtwrap {
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
}

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

@media screen and (min-width:768px) {
    .support__img img {
        object-fit: cover;
        height: 340px;
    }

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

    .sup__txt {
        text-align: center;
    }
}

@media screen and (min-width:1025px) {
    .support__img img {
        height: 635px;
    }

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

    .sup__txt {
        text-align: center;
    }
}

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



.info__atc {
    background: #fff;
    color: #a99d91;
    padding: 20px 5%;
    position: relative;
    margin: 0 auto 30px;
}

.info__atc:last-child {
    margin-bottom: 0;
}

.info__atc--inner {
    width: fit-content;
    margin: 0 auto;
}

.info__ttl {
    font-size: 1.6rem;
}

.info__contactwarp {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.info__tel {
    max-width: 215px;
    max-width: 160px;
    margin-right: 10px;
}

.info__ig {
    max-width: 22px;
    width: 16px;
}


.info__hb {
    max-width: 17px;
    width: 12px;
    margin-left: 10px;

}

.info__line {
    max-width: 300px;
    width: 240px;
}

.info__arw {
    max-width: 65px;
    width: 50px;
    margin: 10px 0 0 auto;

}


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



    .info__atc {
        padding: 20px 1em;
        width: 32%;
        max-width: 400px;
        margin: 0;
    }

    .info__atc--inner {
        width: 100%;
    }

    .info__ttl {
        font-size: 1.6rem;
    }

    .info__contactwarp {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    .info__tel {
        max-width: 215px;
        max-width: 140px;
        margin-right: 10px;
    }

    .info__ig {
        max-width: 22px;
        width: 16px;
    }


    .info__hb {
        max-width: 17px;
        width: 12px;
        margin-left: 10px;

    }

    .info__txt {
        letter-spacing: 0;
        font-size: 1.3rem;
    }

    .info__line {
        max-width: 300px;
        width: 100%;
    }

    .info__arw {
        max-width: 65px;
        width: 50px;
        margin: 10px 0 0 auto;

    }


}

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



    .info__atc {
        padding: 20px 2%;
        width: 32%;
    }

    .info__ttl {
        font-size: 2.2rem;
    }

    .info__contactwarp {
        margin-bottom: 20px;
    }

    .info__tel {
        max-width: 215px;
        max-width: 215px;
        margin-right: 10px;
    }

    .info__ig {
        max-width: 22px;
        width: 22px;
    }

    .info__hb {
        max-width: 17px;
        width: 17px;
        margin-left: 10px;

    }

    .info__txt {
        font-size: 1.6rem;
    }

    .info__line {
        max-width: 300px;
        width: 100%;
    }

    .info__arw {
        max-width: 65px;
        width: 65px;
        margin: 10px 0 0 auto;

    }
}