@charset "UTF-8";

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

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

    100% {
        opacity: 1;
    }
}

.visually-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

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

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

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

.kv {
    margin-top: 60px;
}

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

.kv__img {
    width: 100%;

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

.kv__side {
    display: none;
}

.kv__copy {
    max-width: 726px;
    width: 90%;
    z-index: 99;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.kv__scroll {
    position: absolute;
    max-width: 25px;
    min-width: 15px;
    width: calc((25/1920)*100%);
    left: 5%;
    top: 100%;
    transform: translate(-50%, -50%);

}

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

@keyframes copyAnime {
    0% {
        opacity: 0;
        transform: translateY(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 6s linear 0s 1 normal both;
}

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

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


.kv .swiper-pagination {
    left: 50%;
    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: 30px;
    height: 2px;
    z-index: 9;
    background: #fff;
    border-radius: 0% !important;
    margin: 0 8px !important;
    opacity: 1;

}

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


.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: 60px;
    }

    .kv__side {
        display: block;
        max-width: 270px;
        width: calc((270/1920)*100%);
        top: 40%;
        left: 5%;
        transform: translate(0, -50%);
        z-index: 99;
    }

    .kv__logo {
        max-width: 180px;
        width: calc((180/270)*100%);
        display: block;
        margin-bottom: 10%;
    }

    .kv__tel {
        max-width: 264px;
        width: calc((264/270)*100%);
        display: block;
        margin-bottom: 10%;
    }

    .kv__btn {
        width: 100%;
        display: block;
        margin-bottom: 10%;
    }

    .kv__ig {
        max-width: 217px;
        width: calc((217/270)*100%);
        display: block;
        margin-bottom: 5%;
    }


    .kv__hp {
        max-width: 231px;
        width: calc((231/270)*100%);
        display: block;
        margin-bottom: 5%;
    }

    .kv__tb {
        max-width: 124px;
        width: calc((124/270)*100%);
        display: block;
    }

    .kv__copy {
        width: calc((726/1920)*100%);
        z-index: 99;
        position: absolute;
        top: 75%;
        left: 70%;

    }

}



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

    .kv__side {
        width: calc((270/1920)*100%);
        top: 40%;
        left: 5%;
    }

    .kv__logo {
        width: calc((180/270)*100%);
        margin-bottom: 10%;
    }

    .kv__tel {
        width: calc((264/270)*100%);
        margin-bottom: 10%;
    }

    .kv__btn {
        margin-bottom: 10%;
    }

    .kv__ig {
        width: calc((217/270)*100%);
        margin-bottom: 5%;
    }


    .kv__hp {
        width: calc((231/270)*100%);
        margin-bottom: 5%;
    }

    .kv__tb {
        width: calc((124/270)*100%);
    }

    .kv__copy {
        width: calc((726/1920)*100%);
        top: 75%;
        left: 70%;

    }
}

/*============================
   concept
============================*/
.concept__bg {
      position: relative;
       &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% + 100px);
        background: url(../images/concept_bg.jpg);
        bottom: 0;
        left: 0;
    }
}

.concept {
    padding: 100px 0 0;
    color: #fff;
}

.conc__img {
    width: 95%;
    margin-bottom: 30px;
    position: relative;
}

.conc__ttl {
    display: flex;
    flex-direction: row-reverse;
    top: -4em;
    left: 2em;

    .txt {
        display: block;
        padding: .5em .2em;
        background-color: #151729;
        color: #fff;
        height: fit-content;
        font-size: 1.2rem;

        &:first-child {
            margin-left: .5em;
        }
    }
}

.conc__txtwarp {
    padding: 0 5%;
}

.conc__h3 {
    font-size: 1.5rem;
}

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

    .concept {
        padding: 120px 0 0;
    }

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

    .conc__ttl {
        top: -4em;
        left: 2em;

        .txt {
            padding: .5em .2em;
            font-size: 2rem;

            &:first-child {
                margin-left: .5em;
            }
        }
    }

    .conc__txtwarp {
        width: 50%;
        padding: 0 3% 0 0;
    }

    .conc__txtwrap--inner {
        max-width: 800px;
        padding: 0 0 0 10%;
    }

    .conc__h3 {
        font-size: 1.4rem;
    }
}

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

    .concept {
        padding: 250px 0 0;
    }

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

    .conc__img {
        width: 50%;
    }

    .conc__ttl {
        top: -12em;
        left: 2em;

        .txt {
            padding: .5em .2em;
            font-size: min(4.6rem, 3vw);

            &:first-child {
                margin-left: .5em;
            }
        }
    }

    .conc__txtwarp {
        width: 50%;
        padding: 0 1% 0 0;
    }

    .conc__txtwrap--inner {
        max-width: 800px;
        padding: 0 0 0 10%;
    }

    .conc__h3 {
        font-size: min(5rem, 2.4vw);
    }
}

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

.comm__ttl {
    width: fit-content;
    margin: 0 auto 30px;
    font-size: 2rem;
    padding: .5em .75em;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: calc(100% + 15px);
        height: 100%;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        border-left: solid 2px #fff;
        border-right: solid 2px #fff;
    }

}

.comm__txtwrap {
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}

.comm__img {
    max-width: 590px;
    width: 80%;
    margin: 0 auto 30px;
}

.comm__obj {
    width: 95%;
    position: relative;
    max-width: 909px;

    .yuge {
        position: absolute;
        max-width: 612px;
        width: calc((612/909)*100%);
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        mix-blend-mode: screen;
    }

}

.comm__h3 {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: row-reverse;
    font-size: 1.4rem;

    .txt {
        display: block;
        height: fit-content;
        padding: .5em .2em;
        background: #000000;
        color: #fff;
        white-space: nowrap;
        margin-left: .5em;
    }
}

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

    .comm__ttl {
        position: absolute;
        left: 50%;
        top: 80px;
        transform: translate(-50%);
        margin: 0;
        font-size: 2.4rem;
        padding: .5em .75em;
        border-left: solid 1px #fff;
        border-right: solid 1px #fff;

        &::before {
            width: calc(100% + 15px);
            border-left: solid 2px #fff;
            border-right: solid 2px #fff;
        }

    }

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

    .comm__img {
        max-width: 590px;
        width: 80%;
        margin: 0 0 30px auto;
    }

    .comm__obj {
        position: absolute;
        width: 95%;
        max-width: 909px;
        width: calc((909/1920)*100%);
        left: 0;
        bottom: 0;
    }

    .comm__h3 {
        top: 50%;
        right: 1em;
        font-size: 2rem;

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

}

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

    .comm__ttl {
        left: 50%;
        top: 80px;
        font-size: 4.4rem;
        padding: .5em .75em;
        border-left: solid 2px #fff;
        border-right: solid 2px #fff;

        &::before {
            width: calc(100% + 20px);
            border-left: solid 5px #fff;
            border-right: solid 5px #fff;
        }

    }

    .comm__txtwrap {
        width: 50%;
        margin: 0 0 0 auto;
    }

    .comm__img {
        max-width: 590px;
        width: 80%;
        margin: 0 0 50px auto;
    }

    .comm__obj {
        position: absolute;
        width: 95%;
        max-width: 909px;
        width: calc((909/1920)*100%);
        left: 0;
        bottom: 0;
    }

    .comm__txt {
        max-width: 670px;
    }

    .comm__h3 {
        top: 55%;
        right: .5em;
        font-size: min(4.6rem, 2vw);

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

}

/*============================
   scene
============================*/
.scene {
    padding: 60px 0;
    background: url(../images/scene_bg.jpg) no-repeat center center/cover;
    color: #fff;
}

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

.scene__ttl {
    width: 66px;
    margin: 0 auto 20px;
    font-size: 2.4rem;

    & img {
        position: absolute;
        max-width: 79px;
        width: 50px;
        top: -2em;
        right: -2em;
    }

    .txt {
        line-height: 1.4;
    }
}

.scene__txtwrap {
    margin-bottom: 30px;
}

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

    & img {
        width: 46%;
        display: block;
        margin: 5px 0;
        max-width: 222px;
    }
}

.scene__btn {
    margin: 10px 0;
}

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

    .scene__flex {
        flex-direction: row;
    }

    .scene__img {
        width: 21%;
        margin-top: 100px;
    }

    .scene__txtwrap {
        flex: 0 1 auto;
        width: 65%;
        padding: 0 3%;
        margin: 0;
    }

    .scene__ttl {
        width: 84px;
        margin: 0 auto 20px;
        font-size: 3rem;

        & img {
            position: absolute;
            max-width: 79px;
            width: 50px;
            top: -2em;
            right: -.75em;
        }

        .txt {
            line-height: 1.4;
        }
    }

    .scene__items {
        & img {
            width: 24%;
            margin: 0;
            max-width: 222px;
        }
    }

    .scene__btn {
        max-width: 48%;
        width: 240px;
        height: 50px;
        margin: 0 4% 0 0;

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

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

    .scene__img {
        width: 21%;
        margin-top: 120px;
    }

    .scene__txtwrap {
        flex: 0 1 auto;
        width: 65%;
        padding: 0 3%;
        margin: 0;
    }

    .scene__ttl {
        width: 150px;
        margin: 0 auto;
        font-size: 5.4rem;

        & img {
            max-width: 79px;
            width: auto;
            top: -1.5em;
            right: -.1.5em;
        }

        .txt {
            line-height: 1.4;
        }
    }

    .scene__container {
        max-width: 710px;
        margin: 0 auto;
    }

    .scene__items {
        & img {
            width: 24%;
            margin: 0;
            max-width: 222px;
        }
    }

    .scene__btn {
        max-width: 48%;
        width: 300px;
        height: 60px;
        margin: 0 4% 0 0;

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

/*============================
   menu
============================*/
.menu {
    padding: 60px 0;
    background: url(../images/menu_bg.jpg);

}
.menu__ttl{
    color: #fff;
}
.menu__item {
    margin: 0 auto 30px;
    position: relative;

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

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

.menu__h3 {
    top: 0;
    left: 0;
    background: #fff;
    padding: 1em .5em;
    white-space: nowrap;
    min-height: 6em;
}

.menu__txt {
    padding: 1em 1em 2em;
}

.menu__arw {
    bottom: 1em;
    right: 1em;
    max-width: 100px;
    width: 60px;
}

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

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

    .menu__h3 {
        padding: .75em .25em;
        min-height: 6em;
    }

    .menu__txt {
        padding: 1em 1em 2em;
    }

    .menu__arw {
        bottom: 1em;
        right: 1em;
        max-width: 100px;
        width: 60px;
    }
}

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

    .menu__item {
        width: 48%;
    }

    .menu__h3 {
        padding: .75em .25em;
        min-height: 6em;
    }

    .menu__txt {
        padding: 1em 1em 2em;
    }

    .menu__arw {
        bottom: 1em;
        right: 1em;
        max-width: 100px;
        width: 100px;
    }
}

/*============================
   info
============================*/
.info {
    padding: 60px 0;
    background: url(../images/info_bg.jpg);
}

.info__left {
    margin-bottom: 30px;

}

.info__ttl {
    display: flex;
    align-items: center;
    margin-bottom: 20px;

    & img {
        max-width: 57px;
        width: 40px;
        margin: 0 1em 0 0;
    }
}

.info__ul {
    margin-bottom: 40px;
}

.info__li {
    margin: 0 0 1.5em;
    display: flex;
    align-items: flex-start;

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

.info__th {
    width: 7em;
    white-space: nowrap;
    padding-left: 1em;
    position: relative;

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

}

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

.info__btn {
    display: block;
    max-width: 407px;
    width: 300px;
}

.info__img {
    max-width: 800px;
    margin-bottom: 20px;
}

.info__right {
    & iframe {
        display: block;
        width: 100%;
        height: 200px;
    }
}

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

    .info__left {
        width: 40%;
        margin-bottom: 0;

    }

    .info__ttl {
        margin-bottom: 30px;

        & img {
            max-width: 57px;
            width: 50px;
            margin: 0 1em 0 0;
        }
    }

    .info__ul {
        margin-bottom: 40px;
    }

    .info__li {
        margin: 0 0 1.5em;

    }

    .info__th {
        width: 7em;
        padding-left: 1em;

        &::before {
            width: .75em;
        }
    }

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

    .info__btn {
        max-width: 407px;
        width: 300px;
    }

    .info__img {
        max-width: 800px;
        margin-bottom: 20px;
    }

    .info__right {
        width: 55%;

        & iframe {
            height: 200px;
        }
    }

}

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

    .info__left {
        width: 40%;

    }

    .info__ttl {
        margin-bottom: 30px;

        & img {
            max-width: 57px;
            width: auto;
            margin: 0 1em 0 0;
        }
    }

    .info__ul {
        margin-bottom: 40px;
    }

    .info__li {
        margin: 0 0 1.5em;

    }

    .info__th {
        width: 8em;
        padding-left: 2em;

        &::before {
            width: 1.5em;
        }
    }

    .info__td {
        width: calc(100% - 8em);
    }

    .info__btn {
        max-width: 407px;
        width: auto;
    }

    .info__img {
        max-width: 800px;
        margin-bottom: 20px;
    }

    .info__right {
        width: 55%;

        & iframe {
            height: 310px;
        }
    }

}

/*============================
   news
============================*/
.news {
    padding: 60px 0;
    background: url(../images/bg_wood.jpg);
    color: #fff;

    & a {
        color: #fff;
    }
}

.news__faq {
    margin-bottom: 60px;
    background: #fff;
}

.news__faq a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    padding: 1em;
    position: relative;
    background:
        url(../images/faq_obj01.png) no-repeat left center/6px,
        url(../images/faq_obj02.png) no-repeat right center/6px,
        url(../images/faq_bg.jpg) no-repeat center center/cover;

    &::before {
        content: "";
        position: absolute;
        width: calc(100% - 12px);
        height: calc(100% - 12px);
        border: solid 1px #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

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

.news__ttl {
    display: flex;
    align-items: center;
    margin-bottom: 30px;

    & img {
        max-width: 57px;
        width: 40px;
        margin-right: 1em;
    }
}

.news__atc {
    margin-bottom: 2em;

    & a {
        display: block;
        align-items: center;
        width: 100%;
        height: 100%;
    }

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

.news__info {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.news__date {
    margin-right: 1em;
}

.news__cat {
    width: fit-content;
    padding: 0 1em;
    border: solid 1px #fff;
}

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

}

.news__btn {
    width: fit-content;
    display: block;
    text-decoration: underline;
    margin: 2em 0 0 auto;

}


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

    }

    .news__faq {
        margin-bottom: 60px;
    }

    .news__faq a {
        width: 100%;
        height: 240px;
        padding: 1em;
        position: relative;
        background:
            url(../images/faq_obj01.png) no-repeat left center/6px,
            url(../images/faq_obj02.png) no-repeat right center/6px,
            url(../images/faq_bg.jpg) no-repeat center center/cover;

        &::before {
            width: calc(100% - 12px);
            height: calc(100% - 12px);
        }
    }

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

    .news__ttl {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;

        .txt {
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            font-feature-settings: initial;
        }

        & img {
            max-width: 57px;
            width: 40px;
            margin: 0 auto 1em;
        }
    }

    .news__atcwrap {
        width: 85%;
    }

    .news__atc {
        margin-bottom: 2em;

        & a {
            display: flex;
        }

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

    .news__info {
        min-width: 200px;
    }

    .news__date {
        margin-right: 1em;
    }

    .news__cat {
        padding: 0 1em;
    }

    .news__atc--ttl {
        max-width: calc(100% - 200px);
        margin-top: 0;

    }

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


}

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

    }

    .news__faq {
        margin-bottom: 60px;
    }

    .news__faq a {
        height: 350px;
        padding: 1em;
        position: relative;
        background:
            url(../images/faq_obj01.png) no-repeat left center/10px,
            url(../images/faq_obj02.png) no-repeat right center/10px,
            url(../images/faq_bg.jpg) no-repeat center center/cover;

        &::before {
            width: calc(100% - 20px);
            height: calc(100% - 20px);
        }
    }


    .news__ttl {

        .txt {
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            font-feature-settings: initial;
        }

        & img {
            max-width: 57px;
            width: auto;
            margin: 0 auto 1em;
        }
    }

    .news__atcwrap {
        width: 85%;
    }

    .news__atc {
        margin-bottom: 2em;

        & a {
            display: flex;
        }

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

    .news__info {
        min-width: 240px;
    }

    .news__date {
        margin-right: 1em;
    }

    .news__cat {
        padding: 0 1em;
    }

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

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



}