@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 {
    padding: 30px 0 0;
    margin-top: 52px;
    background: url(../images/kv_bg.png) no-repeat right top/91.8%;
}

.kv__swiper-area {
    width: 90%;

    z-index: 99;
}

.kv__img img {
    width: 100%;
}

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

.kv__copy {
    position: absolute;
    max-width: 145px;
    width: 20%;
    white-space: nowrap;
    z-index: 99;
    top: 50%;
    right: 10%;
    transform: translate(0, -50%);

}


.kv__scroll {
    max-width: 13px;
    width: 10px;
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 9;
    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: -30px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}


.kv .swiper-pagination-bullet {
    display: block;
    background: none;
    font-size: 1.2rem;
    margin: 0 5px !important;
    color: #897d44;
    opacity: 1;
    width: 30px;
    text-align: left;
    line-height: 1;
    transition: .3s ease-out;
    position: relative;
    opacity: .5;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #897d44;
        bottom: -.5em;
        left: 0;
    }

    & span {
        position: absolute;
        bottom: 0;
        left: 0;
        line-height: 1;
        transition: .3s;
    }
}

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

    & span {
        font-size: 1.8rem;
    }
}



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

    .kv__swiper-area {
        width: 48.22%;

        margin: 0 auto;
    }

    .kv__copy {
        position: absolute;
        max-width: 145px;
        width: calc((145/1920)*100%);
        white-space: nowrap;
        z-index: 99;
        top: 55%;
        right: auto;
        left: 85%;
        transform: translate(-50%, -50%);

    }

    .kv__scroll {
        max-width: 26px;
        width: calc((26/1920)*100%);
        position: absolute;
        top: 90%;
        left: 90%;
        z-index: 9;
        transform: translate(-50%, -50%);
        display: block;
    }


}



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

    .kv__swiper-area {
        width: 48.22%;

        margin: 0 auto;
    }

    .kv__copy {
        position: absolute;
        max-width: 145px;
        width: calc((145/1920)*100%);
        white-space: nowrap;
        z-index: 99;
        top: 60%;
        right: auto;
        left: 85%;
        transform: translate(-50%, -50%);

    }

    .kv__scroll {
        max-width: 26px;
        width: calc((26/1920)*100%);
        position: absolute;
        top: 90%;
        left: 90%;
        z-index: 9;
        transform: translate(-50%, -50%);
        display: block;
    }

}

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

.about__obj01 {
    width: calc((768/1920)*100%);
    left: 0;
    top: 0;
    transform: translate(0, -50%);
    z-index: -1;
}

.about__obj02 {
    width: calc((410/1920)*100%);
    right: 0;
    top: 100%;
    transform: translate(0, -50%);
    z-index: -1;
}

.about__ttl {
    padding-left: 1em;

    .font-en {
        font-weight: 400;

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

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


}
.about__h3{
    line-height: 1.5;
}
.about__flex {
    display: flex;
    flex-direction: column-reverse;
}

.about__btn {
    margin: 20px 0 0 auto;
}

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

    .about__obj01 {
        width: calc((768/1920)*100%);
        left: 0;
        top: 0;

    }

    .about__obj02 {
        width: calc((410/1920)*100%);
        right: 0;
        top: 100%;
    }

    .about__ttl {
        padding-left: 1em;

        .font-en {

            &::before {
                width: 2em;
                left: -2.2em;
            }
        }

    }

    .about__h3 {
        padding-left: 2em;
    }

    .about__flex {
        display: flex;
        flex-direction: row;
    }

    .about__btn {
        margin: 0;
    }

    .about__txt {
        flex: 0 1 auto;
        padding-left: 5%;
        max-width: calc(100% - 200px);
    }
}

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

    .about {
        padding: 120px 0 0;
    }

    .about__obj01 {
        width: calc((768/1920)*100%);
        left: 0;
        top: 0;

    }

    .about__obj02 {
        width: calc((410/1920)*100%);
        right: 0;
        top: 100%;
    }

    .about__ttl {
        padding-left: 1em;

        .font-en {

            &::before {
                width: 2em;
                left: -2.2em;
            }
        }

    }

    .about__h3 {
        padding-left: 2em;
    }

    .about__flex {
        justify-content: flex-start;

    }

    .about__btn {
        margin: 0;
    }

    .about__txt {
        flex: 0 1 auto;
        padding-left: 5%;
        max-width: calc(100% - 240px);
    }
}



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

.merit__obj01 {
    width: calc((213/1920)*100%);
    left: 0;
    top: 20%;
    transform: translate(0, -50%);
    z-index: -1;
}

.merit__obj02 {
    width: calc((788/1920)*100%);
    right: 0;
    top: 95%;
    transform: translate(0, -50%);
    z-index: -1;
}

.merit__ttl {
    & img {
        margin: 0 auto 15px;
    }
}

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

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

.merit__num {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    background: #fffbf5;
    border-radius: 50%;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

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

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

.merit__h3 {
    position: relative;
    margin: 2em 0 1em;
}

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

    .merit__obj01 {
        width: calc((213/1920)*100%);
        left: 0;
        top: 20%;
    }

    .merit__obj02 {
        width: calc((788/1920)*100%);
        right: 0;
        top: 85%;
    }

    .merit__ttl {
        & img {
            margin: 0 auto 15px;
        }
    }

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

    }

    .merit__num {
        width: 80px;
        height: 80px;

        .fs-44 {
            font-size: 3rem;

        }
    }

    .merit__h3 {
        margin: 2em 0 1em;
    }
}

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

    .merit__obj01 {
        width: calc((213/1920)*100%);
        left: 0;
        top: 20%;
    }

    .merit__obj02 {
        width: calc((788/1920)*100%);
        right: 0;
        top: 80%;
    }

    .merit__ttl {
        & img {
            margin: 0 auto 20px;
        }
    }

    .merit__atc {
        width: 48%;

    }

    .merit__num {
        width: 120px;
        height: 120px;

        .fs-44 {
            font-size: 4.4rem;

        }
    }

    .merit__h3 {
        margin: 2em 0 1em;
    }

    .merit__txt {
        text-align: center;
    }
}


/*============================
   improvement
============================*/

.improvement {
    padding: 60px 0 0;
}

.imp__obj01 {
    width: calc((624/1920)*100%);
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
}

.imp__img {
    margin: 0 auto 30px;
    width: fit-content;
}

.imp__ttl {
    padding-left: 1em;

    .font-en {
        font-weight: 400;

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

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

.imp__btn {
    margin: 0 0 0 auto;
}

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

    .imp__obj01 {
        width: calc((624/1920)*100%);
        left: 0;
        top: 50%;
    }

    .imp__img {
        margin: 0;
        width: 45%;
    }

    .imp__right {
        width: 50%;
    }

    .imp__ttl {
        padding-left: 1em;

        .font-en {

            &::before {
                width: 2em;
                height: 1px;
                left: -2.2em;
            }
        }

    }

    .imp__btn {
        margin: 0 0 0 auto;
    }
}

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

    .imp__obj01 {
        width: calc((624/1920)*100%);
        left: 0;
        top: 50%;
    }

    .imp__img {
        width: 45%;
    }

    .imp__right {
        width: 50%;
    }

    .imp__ttl {
        padding-left: 3em;

        .font-en {

            &::before {
                width: 1em;
                height: 1px;
                left: -1.2em;
            }
        }

    }
}

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

.menu {
    padding: 60px 0 0;
}

.menu__obj01 {
    width: calc((362/1920)*100%);
    right: 0;
    top: 30%;
    pointer-events: none;
    transform: translate(0, -50%);
    z-index: 1;
}

.menu__top {
    display: flex;
    position: relative;
    z-index: 9;
}

.menu__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    & img {
        margin: 0 auto .5em;
    }
}

.menu__txt {
    padding-left: 1.5em;
}

.menu__swiper {
    overflow: visible;
}

.menu__swiper .swiper-wrapper {
    transition-timing-function: linear;
}

.menu__img {
    max-width: 384px;
    width: 200px;
    margin: 0 2px;
}

.menu__btn {
    margin: 0 0 0 auto;
}

.menu__contents {
    padding: 60px 0 0;
}

.cont__item {
    max-width: 556px;
    margin: 0 auto 10px;

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

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

    .menu__obj01 {
        width: calc((362/1920)*100%);
        right: 0;
        top: 40%;
    }

    .menu__top {
        align-items: flex-end;
        position: relative;
    }

    .menu__ttl {
        & img {
            margin: 0 auto .5em;
        }
    }

    .menu__txt {
        padding-left: 1.5em;
    }


    .menu__img {
        max-width: 384px;
        width: 280px;
        margin: 0 2px;
    }


    .menu__contents {
        padding: 60px 0 0;
    }

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

    }

}

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

    .menu__obj01 {
        width: calc((362/1920)*100%);
        right: 0;
        top: 35%;
    }

    .menu__ttl {
        & img {
            margin: 0 auto 1em;
        }
    }

    .menu__txt {
        padding-left: 5%;
    }


    .menu__img {
        max-width: 384px;
        width: 384px;
        margin: 0 2px;
    }


    .menu__contents {
        padding: 100px 0 0;
    }

    .cont__item {
        width: 49%;
        margin: 0;

    }

}

/*============================
   products
============================*/

.products {
    padding: 60px 0 0;
}

.pro__obj01 {
    width: calc((183/1920)*100%);
    left: 0;
    top: 25%;
    transform: translate(0, -50%);
    z-index: -1;
}

.pro__obj02 {
    width: calc((710/1920)*100%);
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
}

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

.pro__img {
    margin: 0 auto 30px;
    width: fit-content;
}

.pro__ttl {
    padding-left: 1em;

    .font-en {
        font-weight: 400;

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

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



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

    .pro__obj01 {
        width: calc((183/1920)*100%);
        left: 0;
        top: 25%;
    }

    .pro__obj02 {
        width: calc((710/1920)*100%);
        right: 0;
        top: 30%;
    }

    .pro__flex {
        flex-direction: row;
    }

    .pro__img {
        margin: 0;
        width: 45%;
    }

    .pro__left {
        width: 50%;
    }

    .pro__ttl {
        padding-left: 1em;

        .font-en {

            &::before {
                width: 2em;
                height: 1px;
                left: -2.2em;
            }
        }

    }

    .pro__btn {
        margin: 0;
    }
}

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

    .pro__obj01 {
        width: calc((183/1920)*100%);
        left: 0;
        top: 25%;
    }

    .pro__obj02 {
        width: calc((710/1920)*100%);
        right: 0;
        top: 30%;
    }

    .pro__flex {
        flex-direction: row;
    }

    .pro__img {
        margin: 0;
        width: 45%;
    }

    .pro__left {
        width: 50%;
    }

    .pro__ttl {
        padding-left: 3em;

        .font-en {

            &::before {
                width: 1em;
                height: 1px;
                left: -1.2em;
            }
        }

    }
}

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

.news {
    padding: 60px 0;
}

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

.news__ttl {
    display: flex;
    align-items: center;
    font-size: 2rem;

    & img {
        margin-right: .5em;
    }
}

.news__btn {
    display: block;
    width: fit-content;
    white-space: nowrap;
}

.news__atc {
    margin: 0 auto 30px;

    & a {
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 5px;
        padding: 15px;
    }



    &:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.news__img img {
    width: 100%;
}

.news__cat {
    white-space: nowrap;
    margin: 1em 0 .5em;
    width: fit-content;
    padding: 0 1em;
    border: solid 1px #452f0d;
    border-radius: 6px;
}

.news__atc--ttl {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-bottom: 2em;
}


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

    .news {
        padding: 80px 0;
    }

    .news__ttlwrap {
        margin-bottom: 40px;
    }

    .news__ttl {
        font-size: 3rem;

    }

    .news__atcwrap .webgene-blog {
        width: 102%;
        margin-left: -1%;
        display: flex;
    }

    .news__atc {
        margin: 0;
        width: 31.33%;
        margin: 0 1%;

        & a {
            border-radius: 5px;
            padding: 15px;
        }

    }

    .news__cat {
        margin: 1em 0 .5em;
        border-radius: 6px;
    }

    .news__atc--ttl {
        margin-bottom: 2em;
    }


}


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

    .news {
        padding: 200px 0 120px;
    }

    .news__ttlwrap {
        margin-bottom: 40px;
    }

    .news__ttl {
        font-size: 4.4rem;

    }

    .news__atcwrap .webgene-blog {
        width: 102%;
        margin-left: -1%;
    }

    .news__atc {
        margin: 0;
        width: 31.33%;
        margin: 0 1%;

        & a {
            padding: 20px;
        }

    }

    .news__cat {
        margin: 1em 0 .5em;
        border-radius: 6px;
    }

    .news__atc--ttl {
        margin-bottom: 2em;
    }




}

/* hd__pd */

@media screen and (min-width:1025px) {
    .hd__pd {
        padding-left: 220px;
    }
}