@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;
    background: #fff;
}

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

.kv__img {
    width: 100%;

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


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

.kv__point {
    max-width: 660px;
    max-width: 400px;
    width: 95%;
    z-index: 99;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);

    & img {
        display: block;
        opacity: 0;
        animation: copyAnime 1s 1s forwards;
    }
}

.kv__town {
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    z-index: 9;
}

.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);
    }
}

.kv__btn {
    max-width: 236px;
    min-width: 120px;
    width: calc((236/1920)*100%);
    top: 100%;
    right: 3%;
    transform: translate(0, -50%);
    z-index: 99;
}

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

}

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


.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__copy {
        max-width: 888px;
        width: calc((888/1920)*100%);
        top: 35%;
        left: 35%;
    }

    .kv__point {
        max-width: 660px;
        width: calc((660/1920)*100%);
        top: 73%;
        left: 35%;
    }


}



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

    .kv {
        margin-top: 100px;
    }



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

    .kv__point {
        width: calc((660/1920)*100%);
        top: 67%;
        left: 30%;
    }

}

/*============================
   news
============================*/
.bg01 {
    background: url(../images/bg01.png);
    clip-path: polygon(100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px), 0 0);
}

.news {
    padding: 60px 0 0;

}

.news__ttlwrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.news__ttl {

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

.news__atc {
    margin: 0 auto 30px;

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

    }
}

.news__img {
    width: 35%;
}

.news__txtwrap {
    width: 60%;
}

.news__date {
    white-space: nowrap;
    color: #e86c40;
}

.news__atc--ttl {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin-top: .25em;

}


@media screen and (min-width:768px) {
    .bg01 {
        background: url(../images/bg01.png);
        clip-path: polygon(100% 0, 100% calc(100% - 100px), 50% 100%, 0 calc(100% - 100px), 0 0);
    }

    .news {
        padding: 80px 0 0;

    }

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

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

    .news__img {
        width: 40%;
    }

    .news__txtwrap {
        width: 55%;
    }

    .news__atc--ttl {
        margin-top: .25em;

    }

}

@media screen and (min-width:1025px) {
    .bg01 {
        clip-path: polygon(100% 0, 100% calc(100% - 200px), 50% 100%, 0 calc(100% - 200px), 0 0);
    }

    .news {
        padding: 80px 0 0;

    }

    .news__ttl {
        .font-en {
            margin-bottom: 0;
        }
    }

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

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

    .news__img {
        width: 40%;
    }

    .news__txtwrap {
        width: 55%;
    }

    .news__atc--ttl {
        margin-top: .25em;

    }


}

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

.worry___ul {
    padding: 10px 5% 20px;
    background: #fff;
    border-radius: 20px;

    .worry__li {
        display: flex;
        align-items: center;
        padding: 1em 0;
        border-bottom: dashed 1.5px #979595;

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

.worry__img01 {
    position: absolute;
    max-width: 325px;
    max-width: 110px;
    width: calc((325/1920)*150%);
    bottom: -30px;
    left: 20%;
    transform: translate(-50%);
}


.worry__img02 {
    position: absolute;
    max-width: 340px;
    max-width: 120px;
    width: calc((340/1920)*150%);
    bottom: 0;
    left: 80%;
    transform: translate(-50%);
}


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

    .worry___ul {
        padding: 10px 5% 20px;
        max-width: 600px;
        width: 60%;
        margin: 0 auto;
        border-radius: 20px;

        .worry__li {
            padding: 1em 0;
            border-bottom: dashed 1.5px #979595;

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

    .worry__img01 {
        max-width: 325px;
        width: calc((325/1920)*100%);
        bottom: 0px;
        left: 10%;
    }


    .worry__img02 {
        max-width: 340px;
        width: calc((340/1920)*100%);
        bottom: 30px;
        left: 90%;
    }

}

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

    .worry___ul {
        padding: 10px 3% 40px;
        width: 60%;
        margin: 0 auto;
        border-radius: 30px;

        .worry__li {
            padding: 1em 0;
            border-bottom: dashed 1.5px #979595;

            & img {
                width: 39px;
                margin-right: 1em;
            }
        }
    }

    .worry__img01 {
        width: calc((325/1920)*100%);
        bottom: 0px;
        left: 15%;
    }


    .worry__img02 {
        width: calc((340/1920)*100%);
        bottom: 10%;
        left: 85%;
    }

}


/*============================
   point
============================*/
.bg02 {
    position: relative;
    margin-top: -50px;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../images/bg02.png);
        z-index: -1;
    }
}

.point {
    padding: 120px 0 0;


}

.point__ttl {
    position: relative;
    white-space: nowrap;

    .txt {
        position: relative;
        line-height: 1.6;
        font-weight: bold;
    }

    & img {
        max-width: 125px;
        width: 70px;
        position: absolute;
        left: 80%;
        top: -70px;
        transform: translate(-50%);
    }
}

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

.point__ill01 {
    max-width: 242px;
    width: calc((242/1440)*150%);
}

.point__ill02 {
    max-width: 209px;
    width: calc((209/1440)*150%);
}

.point__atc {
    background: #fff;
    padding: 30px 5% 20px;
    border-radius: 10px;
    box-shadow: 4px 4px 18px rgba(0, 0, 0, .1);
    position: relative;
    margin: 0 auto 20px;
    display: flex;

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

.point__num {
    top: 1em;
    left: 5%;
}

.point__ico {
    max-width: 120px;
    width: 80px;
}

.point__txtwarp {
    width: calc(100% - 100px);
}

.point__h3 {
    font-weight: bold;
}

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

    .point {
        padding: 200px 0 0;


    }

    .point__ttl {
        margin-bottom: 40px;

        & img {
            max-width: 125px;
            width: 90px;
            left: calc(50% + 150px);
            top: -80px;
            transform: translate(-50%);
        }
    }

    .point__illwrap {
        margin-bottom: 0;
    }

    .point__ill01 {
        width: calc((242/1440)*100%);
        position: absolute;
        left: 5%;
        bottom: calc(100% - 30px);
    }

    .point__ill02 {
        width: calc((209/1440)*100%);
        position: absolute;
        right: 5%;
        bottom: calc(100% - 30px);
    }

    .point__atc {
        padding: 40px 1em 30px;
        width: 32%;
        margin: 0;
        display: block;
        text-align: center;
    }

    .point__num {
        top: 1em;
        left: 5%;
    }

    .point__ico {
        max-width: 120px;
        width: 80px;
        margin: 0 auto 1em;
    }

    .point__txtwarp {
        width: 100%;
    }

}

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

    .point {
        padding: 350px 0 0;


    }

    .point__ttl {
        margin-bottom: 60px;

        & img {
            max-width: 125px;
            width: fit-content;
            left: calc(50% + 220px);
            top: -110px;
            transform: translate(-50%);
        }
    }

    .point__ill01 {
        width: calc((242/1440)*100%);
        left: 5%;
        bottom: calc(100% - 50px);
    }

    .point__ill02 {
        width: calc((209/1440)*100%);
        position: absolute;
        right: 5%;
        bottom: calc(100% - 70px);
    }

    .point__atc {
        padding: 40px 2%;
        width: 32%;
        display: flex;
        text-align: left;
    }

    .point__num {
        top: .5em;
        left: 5%;
    }

    .point__h3 {
        font-size: min(3.2rem, 2vw);
        white-space: nowrap;
    }

    .point__ico {
        max-width: 120px;
        width: 30%;
        margin: 0;
    }

    .point__txtwarp {
        width: 65%;
    }

}


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

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

.about__img {
    max-width: 427px;
    width: 80%;
    margin: 0 auto;
    padding-left: 5%;
}

.about__txtwrap {
    margin-bottom: 30px;
}

.about__ttl {
    max-width: 435px;
    width: 250px;
}

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

    .about__flex {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .about__img {
        max-width: 427px;
        width: 35%;
        margin: 0;
        padding-left: 0;
    }

    .about__txtwrap {
        width: 60%;
        margin-bottom: 0;
    }

    .about__ttl {
        max-width: 435px;
        width: 300px;
    }
}

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


    .about__img {
        width: 35%;
    }

    .about__txtwrap {
        width: 60%;
    }

    .about__ttl {
        max-width: 435px;
        width: fit-content;
    }
}

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

.ser__point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;

    img {
        display: block;
        width: 49%;
        margin: 5px 0;
    }
}

.ser__item {
    margin: 0 auto 30px;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);

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

}

.ser__txtwrap {
    padding: 1em 5% 2em;
}

.ser__arw {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 20px;
}

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

    .ser__point {
        display: none;

    }

    .ser__ill {
        margin-bottom: 40px;
    }

    .ser__item {
        width: 48%;
        margin: 0 0 30px;
        border-radius: 10px;

        &:nth-child(3),
        &:last-child {
            margin-bottom: 0;
        }

    }

    .ser__txtwrap {
        padding: 1em 5% 2em;
    }

    .ser__arw {
        bottom: 5px;
        right: 5px;
        width: 20px;
    }

}

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


    .ser__ill {
        margin-bottom: 50px;
    }

    .ser__items {
        max-width: 1050px;
        margin: 0 auto;
    }

    .ser__item {
        width: 48%;
        max-width: 500px;
        margin: 0 0 40px;
    }

    .ser__img img {
        width: 100%;
    }

    .ser__txtwrap {
        padding: 1em 5% 2em;
    }

    .ser__arw {
        bottom: 5px;
        right: 5px;
        width: 30px;
    }

}

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

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

.works__atc {
    margin: 0 auto 30px;
}

.works__info {
    display: flex;
    align-items: center;
    margin: 1em 0;
    white-space: nowrap;
}

.works__cat {
    width: fit-content;
    padding: 0 1em;
    background: #e75219;
    border-radius: 10px;
    font-size: 1.1rem;
    text-align: center;
    color: #fff;
    margin-right: 1em;
}

.works__date {
    font-weight: bold;
    line-height: 1;
}

.works__h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.works__img img{
    object-fit: cover;
    width: 100%;
    aspect-ratio: 7/5;
    border-radius: 10px;
    overflow: hidden;
}

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

    .works__box {
        padding: 40px 5%;
        border-radius: 20px;
    }

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

    .works__atc {
        margin: 0;
        width: 32%;
        max-width: 357px;
    }

    .works__img img {
        width: 100%;
    }

    .works__info {
        margin: 1em 0;
    }

    .works__cat {
        border-radius: 10px;
        font-size: 1.1rem;
        margin-right: 1em;
    }

}

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

    .works__box {
        padding: 100px 5%;
        border-radius: 20px;
    }

    .works__items {
        max-width: 1180px;
        margin: 0 auto 60px;
    }

    .works__atc {
        margin: 0;
        width: 32%;
        max-width: 357px;
    }

    .works__img img {
        width: 100%;
    }

    .works__info {
        margin: 1em 0;
    }

    .works__cat {
        border-radius: 10px;
        font-size: 1.1rem;
        margin-right: 1em;
    }
}

/*============================
   contents
============================*/
.contents {
    padding: 60px 0;
    background: url(../images/contents_bg.png) no-repeat 100% -50%;
}

.cont__item {
    display: block;
    width: 100%;
    height: 100%;
    background: #e75219;
    padding: 30px 5%;
    color: #fff;
    margin: 0 auto 20px;

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

    &:hover {
        color: #fff;
    }
}

.cont__ico {
    transform: scale(.75);
    display: block;
    width: fit-content;
    margin: 0 auto;
}

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

@media screen and (min-width:768px) {
    .contents {
        padding: 80px 0;
        background: url(../images/contents_bg.png) no-repeat 100% -50%;
    }

    .cont__item {
        padding: 30px 5%;
        width: 48%;
        margin: 0;
        height: 180px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .cont__ico {
        transform: scale(.75);
        margin: 0 auto;
    }

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

@media screen and (min-width:1025px) {
    .contents {
        padding: 100px 0;
        background: url(../images/contents_bg.png) no-repeat 100% -50%;
    }

    .cont__item {
        padding: 30px 5%;
        width: 48%;
        height: 218px;
    }

    .cont__ico {
        transform: scale(1);
    }

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