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

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

.kv__img {
    width: 100%;

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


.kv__copy {
    max-width: 1130px;
    width: 110%;
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.kv__scroll {
    position: absolute;
    max-width: 12px;
    min-width: 8px;
    width: calc((12/1920)*100%);
    left: 5%;
    top: 90%;
    transform: translate(-50%, -50%);
    z-index: 9;

}

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

.kv.onetime {

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

@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: 10px;
    height: 10px;
    z-index: 9;
    background: #fff;
    border-radius: 50% !important;
    margin: 0 10px !important;
    opacity: 1;

}

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


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



    .kv__copy {
        max-width: 1130px;
        width: calc((1130/1920)*100%);
        top: 50%;
        left: 50%;
    }


}



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

    .kv__copy {
        width: calc((1130/1920)*100%);
        top: 50%;
        left: 50%;
    }

}

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

.news__box {
    padding: 30px 5%;
    background: #fff;
    border-radius: 20px;
}

.news__obj {
    max-width: 147px;
    width: 60px;
    top: 0;
    left: -5%;
    transform: translate(0, -50%);
}

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

.news__ttl {

    .font-en {
        margin-top: .75em;
    }
}

.news__btn {
    height: 40px;
    border-radius: 20px;
    color: #0fa6bc;
    width: 120px;
    font-size: 1.2rem;

    &::before {
        width: 10px;
        height: 10px;
        background: url(../images/news_arw.png) no-repeat center center/contain;
    }

    &:hover::before {
        background: url(../images/news_arw_wh.png) no-repeat center center/contain;
    }
}


.news__atc {
    margin-bottom: 20px;

    & a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }

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


}

.news__img {
    width: 45%;
}

.news__txtwrap {
    width: 50%;
}


.news__atc--ttl {
    margin-top: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    font-size: 1.2rem;

}

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

    .news__box {
        padding: 40px 3%;
        border-radius: 30px;
    }

    .news__obj {
        max-width: 147px;
        width: 80px;
        top: 0;
        left: -3%;
    }

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

    .news__atcwrap {
        width: 70%;
    }

    .news__ttl {
        margin-bottom: 30px;

        .font-en {
            margin-top: .75em;
        }
    }

    .news__btn {
        height: 45px;
        border-radius: 22.5px;
        width: 200px;
        font-size: 1.2rem;

        &::before {
            width: 12px;
            height: 12px;
        }
    }

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

    .news__atc {
        width: 48%;

    }

    .news__img {
        width: 45%;
    }

    .news__txtwrap {
        width: 50%;
    }


    .news__atc--ttl {
        font-size: 1.2rem;

    }

}

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

    .news__box {
        padding: 60px 3%;
        border-radius: 60px;
    }

    .news__obj {
        max-width: 147px;
        width: fit-content;
        top: 60%;
        left: -120px;
    }

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

    .news__atcwrap {
        width: 75%;
    }

    .news__ttl {
        margin-bottom: 40px;

        .font-en {
            margin-top: .75em;
        }
    }

    .news__btn {
        height: 60px;
        border-radius: 30px;
        width: 200px;
        font-size: 1.6rem;

        &::before {
            width: 12px;
            height: 12px;
        }
    }

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

    .news__atc {
        width: 48%;

    }

    .news__img {
        width: 45%;
    }

    .news__txtwrap {
        width: 50%;
    }


    .news__atc--ttl {
        font-size: 1.6rem;

    }
}

/*============================
   worry
============================*/

.worry {
    padding: 60px 0 0;
}

.worry__ttl {
    max-width: 350px;
    margin: 0 auto 20px;
}

.worry__items {
    display: flex;
    justify-content: space-between;
    width: 106%;
    margin-left: -3%;
}

.worry__item {
    max-width: 333px;
    width: 49%;
    margin: 0 auto 20px;
    padding-bottom: calc(80.1% * .49);
    position: relative;
    background: url(../images/worry_box01.png) no-repeat center center/contain;
}

.worry__container {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    & img {
        width: 20px;
        margin: 0 auto 1em;
        display: block;
    }
}

.worry__txt {
    font-size: 1.2rem;
    letter-spacing: 0;
    white-space: nowrap;
}

.worry__illwrap {
    display: flex;
    justify-content: space-between;
    width: 100%;

    & img {
        display: block;
        width: 40%;
        margin-left: -5%;

        &:nth-child(2) {
            margin: 0 -5% 0 auto;
        }
    }

}

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

    .worry {
        padding: 60px 0;
    }

    .worry__ttl {
        max-width: 500px;
        margin: 0 auto 30px;
    }

    .worry__items {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-left: 0;
    }

    .worry__item {
        max-width: 333px;
        width: 32%;
        margin: 0 0 20px;
        padding-bottom: calc(80.1% * .32);
    }

    .worry__container {
        & img {
            width: 20px;
            margin: 0 auto 1em;
        }
    }

    .worry__txt {
        font-size: 1.4rem;
    }

    .worry__illwrap {
        display: none;
        display: flex;
        justify-content: space-between;
        width: 100%;

        & img {
            display: none;
            width: 30%;
            margin-left: -5%;

            &:nth-child(2) {
                margin: 0 -5% 0 auto;
            }
        }

    }
}

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

    .worry__ttl {
        max-width: 683px;
        margin: 0 auto 30px;
    }

    .worry__items {
        display: flex;
        max-width: 1080px;
        width: 90%;
        margin: 0 auto;
    }

    .worry__item {
        width: 32%;
        margin: 0 0 20px;
        padding-bottom: calc(80.1% * .32);
    }

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

    .worry__txt {
        font-size: 2rem;
    }

    .worry__illwrap {
        display: none;
        display: flex;
        justify-content: space-between;
        width: 100%;

        & img {
            display: block;
            position: absolute;
            margin: 0;
            max-width: 380px;
            width: calc((380/1920)*100%);
            left: -5%;
            bottom: 0;
            z-index: -1;

            &:nth-child(2) {
                margin: 0;
                max-width: 440px;
                width: calc((440/1920)*100%);
                left: auto;
                right: -5%;
            }
        }

    }
}

/*============================
   reason
============================*/
.reason {
    padding: 60px 0;
    background: url(../images/reason_bg.jpg) no-repeat center center/cover;
}

.rea__box {
    padding: 30px 5%;
    background: rgba(29, 125, 139, .55);
    border-radius: 10px;
}

.rea__ttl {
    color: #fff;
    margin-bottom: 20px;
}

.rea__pop {
    display: block;
    max-width: 260px;
    margin: 0 auto;
}

.rea__atc {
    padding: 20px 5%;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto 20px;

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

.rea__ico {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;

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

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

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

    .rea__box {
        padding: 30px 3%;
        border-radius: 10px;
    }

    .rea__box--inner {
        max-width: 1340px;
        margin: 0 auto;
    }

    .rea__ttl {
        margin-bottom: 0;
    }

    .rea__pop {
        max-width: 260px;
        margin: 0;
        padding-left: 3%;
    }

    .rea__atc {
        width: 32%;
        max-width: 416px;
        padding: 20px 1em;
        border-radius: 10px;
        margin: 0;
    }

    .rea__ico {
        height: 140px;

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

    .rea__h3 {
        font-size: min(2rem, 2vw);
        letter-spacing: 0;
    }

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

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

    .rea__box {
        padding: 50px 3%;
        border-radius: 10px;
    }

    .rea__ttl {
        margin-bottom: 0;
        white-space: nowrap;
    }

    .rea__pop {
        width: 40%;
        max-width: none;
        margin: 0;
        padding-left: 1%;
    }

    .rea__atc {
        width: 32%;
        padding: 30px 1em;
        border-radius: 30px;
    }

    .rea__ico {
        height: 140px;

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

    .rea__h3 {
        font-size: min(2.8rem, 2vw);
        letter-spacing: 0;
    }

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

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

.ser__ttl {
    & img {
        max-width: 50px;
        margin: 0 auto 1em;
    }
}

.ser__atc {
    margin: 0 auto 30px;

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

.ser__img {
    width: fit-content;
    margin: 0 auto 20px;
    position: relative;
}

.ser__btn {
    max-width: 100px;
    bottom: 0;
    right: 0;
}

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

    .ser__ttl {
        & img {
            max-width: 60px;
            margin: 0 auto 1em;
        }
    }

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

    }

    .ser__img {
        width: fit-content;
        margin: 0 auto 20px;
    }

    .ser__txt {
        text-align: center;
    }

    .ser__btn {
        max-width: 120px;
        bottom: 0;
        right: 0;
    }
}

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

    .ser__ttl {
        & img {
            max-width: 100%;
            width: fit-content;
            margin: 0 auto 1em;
        }
    }

    .ser__atc {
        width: 48%;

    }

    .ser__img {

        margin: 0 auto 20px;
    }

    .ser__btn {
        max-width: 100%;
        width: fit-content;
        bottom: 0;
        right: 0;
    }
}

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

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% + 100px);
        background: url(../images/staff_bg.png) no-repeat 60% center/cover;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
}

.staff__obj {
    max-width: 264px;
    width: calc((264/1920)*100%);
    top: 10%;
    right: 1%;
    transform: translate(0, -50%);
}

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

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

        &::before {
            height: calc(100% + 100px);
            background: url(../images/staff_bg.png) no-repeat center center/cover;
        }
    }

    .staff__obj {
        width: calc((264/1920)*100%);
        top: 15%;
        right: 1%;
    }

    .staff__img {
        width: 48%;
        margin: 0 auto 30px;
    }

    .staff__right {
        width: 48%;
    }
}

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

        &::before {
            height: calc(100% + 120px);
        }
    }

    .staff__obj {
        width: calc((264/1920)*100%);
        top: 35%;
        right: 1%;
    }

    .staff__img {
        width: 48%;
        margin: 0 auto 30px;
    }

    .staff__right {
        width: 48%;
    }

    .staff__txt {
        max-width: 39em;
    }
}


/*============================
   contents
============================*/

.contents {
    padding: 60px 0;
}

.cont__item {
    margin-bottom: 30px;
    max-width: 610px;
    padding: 20px 5% 50px;
    position: relative;
    border: solid 2px #0fa6bc;
    border-radius: 10px;
}

.cont__ttl {
    display: flex;
    align-items: center;

    & img {
        transform: scale(.6);
        transform-origin: left center;
    }

    .txt {
        letter-spacing: .025em;
        margin-left: -.5em;
    }
}

.cont__btn {
    position: absolute;
    bottom: 20px;
    left: 5%;
    display: flex;
    align-items: center;

    & img {
        width: 20px;
        margin-left: 1em;
        transition: .3s;
    }

    &:hover {
        color: #0fa6bc;

        & img {
            transform: translate(.5em);
        }
    }
}

.cont__faq {
    padding: 40px 5%;
    background: url(../images/faq_bg.png) no-repeat center center/cover;
    border-radius: 10px;
}

.cont__ttl02 {
    margin-bottom: 20px;

    .fs-24 {
        margin-bottom: .5em;
        font-weight: bold;
    }
}

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

    .cont__item {
        margin-bottom: 0;
        width: 48%;
        padding: 30px 3% 60px;
        border: solid 2px #0fa6bc;
        border-radius: 20px;
    }

    .cont__ttl {

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

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

    .cont__btn {
        bottom: 20px;
        left: 5%;

        & img {
            width: 20px;
            margin-left: 1em;
        }
    }

    .cont__faq {
        margin-top: 40px;
        padding: 50px 5%;
        border-radius: 20px;
    }

    .cont__ttl02 {
        margin-bottom: 30px;

        .fs-24 {
            margin-bottom: .5em;
        }
    }
}

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

    .cont__item {
        margin-bottom: 0;
        width: 48%;
        padding: 40px 3% 80px;
        border: solid 3px #0fa6bc;
        border-radius: 20px;
    }

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

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

    .cont__btn {
        bottom: 30px;
        left: 6%;

        & img {
            width: 30px;
            margin-left: 1em;
        }
    }

    .cont__faq {
        margin-top: 60px;
        padding: 60px 10% 50px;
        border-radius: 30px;
    }

    .cont__ttl02 {
        margin-bottom: 30px;

        .fs-24 {
            margin-bottom: .5em;
        }
    }
}