@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__left {
    width: 90%;
    margin-bottom: 5%;

    .kv__txtwrap {
        position: absolute;
        top: 50%;
        left: 45%;
        transform: translate(-50%, -50%);
        width: 80%;
        opacity: 0;
        animation: copyAnime 1s .5s forwards;
    }

    .kv__copy {
        max-width: 374px;
        width: 80%;
        margin: 3% auto 5%;
    }

    .kv__btn {
        margin: 0 auto 3%;
    }

    .kv__links {
        display: flex;
        align-items: center;
    }

    .kv__link {
        & img {
            width: auto;
            transform: scale(.75);
        }
    }
}

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

    .kv__txtwrap {
        position: absolute;
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%);
        width: 80%;
        opacity: 0;
        animation: copyAnime 1s .5s forwards;
    }

    .kv__copy02 {
        max-width: 526px;
        width: 90%;
        margin: 0 auto 5%;
    }

    .kv__btn {
        margin: 0 auto 3%;
    }

    .kv__links {
        display: flex;
        align-items: center;
    }

    .kv__link {
        & img {
            width: auto;
            transform: scale(.75);
        }
    }
}

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



.kv__scroll {
    max-width: 13px;
    width: 10px;
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 9;
    display: none;
}



@keyframes copyAnime {
    0% {
        opacity: 0;
        top: 52%;
    }

    100% {
        opacity: 1;
        top: 50%;
    }
}


/* 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;

    }
.kv__flex{
    align-items: flex-start;
}
    .kv__left {
        width: 50%;
        margin-bottom: 0;

        .kv__txtwrap {
            top: 50%;
            left: 45%;
            width: 81.04%;
            max-width: 778px;
        }

        .kv__copy {
            max-width: 374px;
            width: 48.07%;
            margin: 5% auto;
        }

        .kv__btn {
            margin: 0 auto 3%;
        }

        .kv__link {
            & img {
                transform: scale(.75);
            }
        }
    }

    .kv__right {
        width: 50%;
        margin: 5% 0 0;

        .kv__txtwrap {
            max-width: 526px;
            top: 50%;
            left: 55%;
            width: 54.79%;
        }

        .kv__copy02 {
            width: 100%;
            margin: 0 auto 5%;
        }

        .kv__btn {
            margin: 0 auto 3%;
        }

        .kv__link {
            & img {
                transform: scale(.75);
            }
        }
    }


}



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


    .kv__left {
        width: 50%;

        .kv__txtwrap {
            top: 50%;
            left: 45%;
            width: 81.04%;
        }

        .kv__copy {
            width: 48.07%;
            margin: 5% auto;
        }

        .kv__btn {
            margin: 0 auto 3%;
        }

        .kv__link {
            margin: 0 2%;

            & img {
                transform: scale(1);
            }
        }
    }

    .kv__right {
        width: 50%;
        margin: 5% 0 0;

        .kv__txtwrap {
            top: 50%;
            left: 55%;
            width: 54.79%;
        }

        .kv__copy02 {
            margin: 0 auto 5%;
        }

        .kv__btn {
            margin: 0 auto 3%;
        }

        .kv__link {
            margin: 0 2%;

            & img {
                transform: scale(1);
            }
        }
    }


}


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

.story__ttl {
    margin-bottom: 20px;

    & img {
        width: auto;
        transform: scale(.75);
        transform-origin: right center;
        margin: 0 0 0 auto;
        padding: 0 0 0 1em;
    }
}

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

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

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

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

        & img {
            transform: scale(.75);
            transform-origin: right center;
            margin: 0 0 0 auto;
        }
    }

    .story__txtwrap {
        width: 55%;
    }
}


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


    .story__ttl {
        width: 40%;

        & img {
            transform: scale(1);
            margin: 0 0 0 auto;
        }
    }

    .story__txtwrap {
        width: 55%;
    }
}

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

.comm__ttl {

    & img {
        width: auto;
        transform: scale(.75);
        transform-origin: left center;
    }
}

.comm__items {
    display: flex;
}

.comm__atc {
    width: 48%;
    padding-bottom: 30px;
    position: relative;
}

.comm__txt {
    margin-top: 1em;
    padding-left: 1em;
    position: relative;
    font-size: 1rem;

    &::before {
        content: "";
        position: absolute;
        width: .75em;
        height: 1px;
        background: #0d49b8;
        left: 0;
        top: .75em;
    }
}

.comm__h3 {
    margin-bottom: 0;
}

.com__btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

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

    .comm__ttl {

        & img {
            width: auto;
            transform: scale(.75);
            transform-origin: left center;
        }
    }

    .comm__atc {
        width: 48%;
        max-width: 500px;
    }

    .comm__txt {
        margin-top: 1em;
        padding-left: 1em;
        font-size: 1.2rem;

        &::before {
            width: .75em;
            height: 1px;
            left: 0;
            top: .75em;
        }
    }

}


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

    .comm__ttl {

        & img {
            transform: scale(1);
        }
    }

    .comm__atc {
        width: 48%;
        max-width: 500px;
        padding-bottom: 40px;
    }

    .comm__txt {
        margin-top: 1em;
        padding-left: 2em;
        font-size: 1.4rem;

        &::before {
            width: 1.5em;
            height: 1px;
            top: .75em;
        }
    }
}

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

.case__ttl {

    & img {
        width: auto;
        transform: scale(.75);
        transform-origin: left center;
    }
}

.case__items {
    display: flex;
}

.case__atc {
    width: 48%;
    position: relative;
    padding-bottom: 45px;
}

.case__txt {
    margin-top: 1em;
    padding-left: 1em;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: .75em;
        height: 1px;
        background: #0d49b8;
        left: 0;
        top: .75em;
    }
}

.case__h3 {
    margin-bottom: 0;
}

.case__btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.case__atc:nth-child(2) .case__btn {
    background: #0081cb;

    &:hover {
        background-color: #fff;
    }
}

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

    .case__ttl {

        & img {
            width: auto;
            transform: scale(.75);
            transform-origin: left center;
        }
    }

    .case__atc {
        width: 48%;
        max-width: 500px;
        padding-bottom: 50px;
    }

    .case__txt {
        margin-top: 1em;
        padding-left: 1em;

        &::before {
            width: .75em;
            height: 1px;
            left: 0;
            top: .75em;
        }
    }

}


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

    .case__ttl {

        & img {
            transform: scale(1);
        }
    }

    .case__atc {
        width: 48%;
        max-width: 500px;
        padding-bottom: 60px;
    }

    .case__txt {
        margin-top: 1em;
        padding-left: 2em;
        font-size: 1.4rem;

        &::before {
            width: 1.5em;
            height: 1px;
            top: .75em;
        }
    }
}

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

.flwo__ttl {

    & img {
        width: auto;
        transform: scale(.75);
        transform-origin: left center;
    }
}

.flow__items {
    display: flex;
}
.flow__txt{
    margin-bottom: 0;
}

.flow__atc {
    width: 48%;
    padding-bottom: 30px;
    position: relative;
}

.flow__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 0 0 auto;
}

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

    .flwo__ttl {

        & img {
            transform: scale(.75);
        }
    }


    .flow__atc {
        width: 48%;
        margin-bottom: 0;
        position: relative;
        padding-bottom: 30px;

    }

    .flow__txt {
        margin-bottom: 0;
    }

    .flow__btn {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}


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

    .flwo__ttl {

        & img {
            transform: scale(1);
        }
    }


    .flow__atc {
        width: 48%;
        padding-bottom: 40px;

    }
}

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

.cont__items {
    display: block;
    justify-content: center;
}

.cont__item {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px;

    & a {
        display: block;
        width: 100%;
        height: 160px;
        position: relative;
        border: solid 1px #0d49b8;
    }
}

.cont__ico {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);

    & img {
        width: auto;
        transform: scale(.6);
    }
}

.cont__ttl {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);

    .font-en {
        margin-bottom: .5em;
    }
}

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

    .cont__items {
        display: flex;
        justify-content: space-between;
    }

    .cont__item {
        width: 31%;
        max-width: 320px;
        margin: 0;

        & a {
            height: 200px;
        }
    }

    .cont__ico {
        top: 30%;
        left: 50%;

        & img {
            width: auto;
            transform: scale(.75);
        }
    }

    .cont__ttl {
        top: 65%;
        left: 50%;
    }

}


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

    .cont__item {
        width: 31%;

        & a {
            height: 320px;
        }
    }

    .cont__ico {
        top: 35%;
        left: 50%;

        & img {
            width: auto;
            transform: scale(1);
        }
    }

    .cont__ttl {
        top: 65%;
        left: 50%;
    }
}


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

.news {
    padding: 60px 0;
}

.news__atcwrap .webgene-blog {
    display: block;
}

.news__atc {
    width: 100%;
    margin: 0 auto 30px;

    & a {
        display: block;
    }

}

.news__img img {
    object-fit: cover;
    height: 320px;
    object-position: center center;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.news__date {
    margin: 1em 0 .5em;
    white-space: nowrap;
}

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

}


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

    .news {
        padding: 80px 0;
    }

    .news__atcwrap {
        width: 102%;
        margin-left: -1%;
        margin-bottom: 30px;
    }

    .news__atcwrap .webgene-blog {
        display: flex;
        justify-content: flex-start;
    }

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

    }

    .news__img img {
        object-fit: cover;
        height: 250px;
    }


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

}


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

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

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

    }

    .news__img img {
        object-fit: cover;
        height: 320px;
    }


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


}

/* hd__pd */

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