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

.kv__img img {
    object-fit: cover;
    height: 240px;
}

.kv__copy {
    z-index: 99;
    width: 26.19%;
    width: 35%;
    max-width: 503px;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translate(0, -50%);
}

.kv .slide-in-active,
.kv .slide-inner.active {
    animation-delay: .5s;
}

.kv__imgwrap {
    position: relative;
}

.kv__scroll {
    width: 12px;
    position: absolute;
    top: 75%;
    left: 3%;
    transform: translate(0, -50%);
    z-index: 9;
    display: none;
}

@keyframes copyAnime {
    0% {
        opacity: 0;
        transform: translate(20px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}


/* swiper */
.kv__swiper-area {
    position: relative;

}

.kv__img {
    position: relative;
}

.kv__img .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: auto;
    right: 3% !important;
    bottom: 5%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}


.kv .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    z-index: 99;
    background: #fff;
    border-radius: 50% !important;
    margin: 0 8px !important;
    opacity: 1;

}

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

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

    .kv__img img {
        height: auto;
    }

    .kv__copy {
        width: 26.19%;
        left: 25%;
        top: 50%;
        transform: translate(-50%, -50%);
    }


}



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

    .kv__copy {
        width: 26.19%;
        left: 25%;
        top: 50%;
    }

}


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

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

.conc__txtwrap {
    padding: 30px 5%;
    display: flex;
}

.conc__ttl {
    font-size: 6vw;
    margin-right: .75em;
}

.conc__h3 img {
    position: absolute;
    max-width: 225px;
    width: 100px;
    top: 0;
    right: 0;
    transform: translate(0, -50%);
}

.conc__h3 .fs-50 {
    display: block;
    font-size: 2.4rem;
}

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

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

    .conc__img {
        width: 45%;
    }

    .conc__img img {
        object-fit: cover;
        height: 400px;
    }


    .conc__txtwrap {
        width: 50%;
        padding: 0 6% 0 0;
        display: flex;
    }

    .conc__ttl {
        font-size: min(5rem, 2.4rem);
        margin-right: .75em;
    }

    .conc__h3 img {
        max-width: 225px;
        width: 100px;
        top: 0;
        right: 1%;
    }

    .conc__h3 .fs-40 {
        font-size: 2rem;
    }

    .conc__h3 .fs-50 {
        display: block;
        font-size: min(5rem, 2.4rem);
    }
}

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

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

    .conc__img {
        width: 45%;
    }

    .conc__img img {
        object-fit: cover;
        height: 760px;
    }

    .conc__txtwrap {
        width: 50%;
        padding: 0 2% 0 0;
        display: flex;
    }

    .conc__ttl {
        font-size: 5rem;
        margin-right: .75em;
    }

    .conc__txt--container {
        padding: 100px 0 0;
    }

    .conc__h3 img {
        max-width: 225px;
        width: 100%;
        top: 0;
        right: auto;
        left: 370px;
    }

    .conc__h3 .fs-40 {
        font-size: min(4rem, 3vw);
    }

    .conc__h3 .fs-50 {
        display: block;
        white-space: nowrap;
        font-size: min(5rem, 3.8vw);
    }

    .conc__txt {
        max-width: 580px;
    }
}

/*============================
    guide  
============================*/

.bg01 {
    background: url(../images/bg_main.jpg) no-repeat center center/cover;
    color: #fff;
}

.guide {
    padding: 60px 0 0;
}

.guide__txtwrap {
    margin-bottom: 30px;
}

.guide__ttl {
    padding-left: 3em;
    position: relative;
}

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

.guide__ill {
    max-width: 416px;
    max-width: 260px;
}

.guide__btn {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (min-width:768px) {
    .bg01 {
        background: url(../images/bg_main.jpg) no-repeat center 60%/100%;
        background-attachment: fixed;
    }

    .guide {
        padding: 80px 0 0;
    }

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

    .guide__imgwrap {
        width: 45%;
    }

    .guide__ttl {
        padding-left: 2em;
    }

    .guide__ttl::before {
        width: 2.5em;
        left: -1em;
    }

    .guide__ill {
        max-width: 416px;
        max-width: 260px;
    }

}

@media screen and (min-width:1025px) {
    .bg01 {
        background: url(../images/bg_main.jpg) no-repeat center 70%/100%;
        background-attachment: fixed;
    }

    .guide {
        padding: 120px 0 0;
    }

    .guide__txtwrap {
        width: 45%;
        padding-left: 150px;
    }

    .guide__imgwrap {
        width: 45%;
    }

    .guide__ttl {
        padding-left: 0;
    }

    .guide__ttl::before {
        width: 2.5em;
        left: -3em;
    }

    .guide__ill {
        max-width: 416px;
    }
}

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

.menu {
    padding: 60px 0 0;
}

.menu__atc {
    display: flex;
    margin: 0 auto 40px;
}

.menu__atc:nth-child(even) {
    flex-direction: row-reverse;
}

.menu__ttl {
    display: flex;
    margin-right: 1em;
}

.menu__atc:nth-child(even) .menu__ttl {
    flex-direction: row-reverse;
    margin: 0 0 0 1em;
}

.menu__ttl .txt {
    font-size: 3rem;
}

.menu__ttl .font-en {
    margin-right: .5em;
    transform: rotate(180deg);
    height: fit-content;
    padding-top: 5em;
}

.menu__atc:nth-child(even) .menu__ttl .font-en {
    margin: 0 0 0 .5em;
}

.menu__ttl .font-en::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 4.5em;
    background: #990000;
    left: 50%;
    top: 0;
    transform: translate(-50%);
}

.menu__caption {
    margin-top: 1em;
}


.menu__btn a {
    color: #fff;
    margin: 20px 0 0 auto;
}

.menu__ill {
    max-width: 436px;
    width: 200px;
}

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

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

    .menu__atc:nth-child(even) {
        margin: -400px 0 0 auto;
    }

    .menu__atc:nth-child(3) {
        margin: -300px auto 0 0;
    }

    .menu__ttl {
        margin-right: 1em;
    }

    .menu__atc:nth-child(even) .menu__ttl {
        margin: 0 0 0 1em;
    }

    .menu__ttl .txt {
        font-size: 3rem;
    }

    .menu__ttl .font-en {
        margin-right: .5em;
    }

    .menu__atc:nth-child(even) .menu__ttl .font-en {
        margin: 0 0 0 .5em;
    }

    .menu__caption {
        margin-top: 1em;
    }


    .menu__btn a {
        color: #fff;
        margin: 20px 0 0 auto;
    }

    .menu__ill {
        max-width: 436px;
        width: 200px;
        margin: -100px 0 0 auto;
    }

}

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

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

    .menu__atc:nth-child(even) {
        margin: -600px 0 0 auto;
    }

    .menu__atc:nth-child(3) {
        margin: -400px auto 0 0;
    }

    .menu__ttl {
        margin-right: 5%;
    }

    .menu__atc:nth-child(even) .menu__ttl {
        margin: 0 0 0 5%;
    }

    .menu__ttl .txt {
        font-size: 10rem;
    }

    .menu__ttl .font-en {
        margin-right: .5em;
    }

    .menu__atc:nth-child(even) .menu__ttl .font-en {
        margin: 0 0 0 .5em;
    }

    .menu__caption {
        margin-top: 1em;
    }


    .menu__btn a {
        margin: 30px 0 0 auto;
    }

    .menu__ill {
        max-width: 436px;
        width: 100%;
        margin: -200px 0 0 auto;
    }
}

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

.rank__container a {
    display: block;
    width: 100%;
    height: 100%;
}

.rank__img {
    width: 95%;
    margin: 0 0 0 auto;
}

.rank__ttl {
    max-width: 265px;
    width: 100px;
    top: 100px;
    left: 0;
}

.rank__txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 120px;
    color: #fff;
    margin: 1em 0 0;
}

.rank__img img {
    height: 140px;
    object-fit: cover;
}

.rank__txt img {
    max-width: 60px;
    max-width: 40px;
}

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


    .rank__img {
        width: 90%;
        max-width: 928px;
        margin: 0 0 0 auto;
    }

    .rank__ttl {
        max-width: 265px;
        width: 140px;
        top: auto;
        bottom: 0;
        left: 0;
    }

    .rank__txt {
        padding-left: 160px;
        margin: 1em 0 0;
    }

    .rank__img img {
        height: auto;
    }

    .rank__txt img {
        max-width: 60px;
        max-width: 50px;
    }
}

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


    .rank__img {
        width: 90%;
        max-width: 928px;
        margin: 0 0 0 auto;
    }

    .rank__ttl {
        max-width: 265px;
        width: 100%;
        bottom: 0;
        left: 0;
    }

    .rank__txt {
        padding-left: 280px;
        margin: 1em 0 0;
    }

    .rank__img img {
        height: auto;
    }

    .rank__txt img {
        max-width: 60px;
    }
}

/*============================
    recruit  
============================*/

.recruit {
    padding: 60px 0 0;
}

.rec__container a {
    display: block;
    width: 100%;
    height: 100%;
}

.rec__img {
    width: 95%;
}

.rec__ttl {
    max-width: 265px;
    width: 100px;
    top: 100px;
    right: 0;
}

.rec__txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 120px;
    color: #fff;
    margin: 1em 0 0;
}

.rec__img img {
    height: 140px;
    object-fit: cover;
}

.rec__txt img {
    max-width: 60px;
    max-width: 40px;
}

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


    .rec__img {
        width: 90%;
    }

    .rec__ttl {
        max-width: 265px;
        width: 140px;
        top: auto;
        bottom: 0;
        right: 0;
    }

    .rec__txt {
        padding-right: 160px;
        margin: 1em 0 0;
    }

    .rec__img img {
        height: auto;
    }

    .rec__txt img {
        max-width: 60px;
        max-width: 50px;
    }
}

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


    .rec__img {
        width: 90%;
    }

    .rec__ttl {
        max-width: 265px;
        width: 100%;
        bottom: 0;
        right: 0;
    }

    .rec__txt {
        padding-right: 280px;
        margin: 1em 0 0;
    }

    .rec__txt img {
        max-width: 60px;
    }
}

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

.about__txtwrap {
    margin-bottom: 30px;
}

.about__ttl {
    padding-left: 3em;
    position: relative;
    font-size: 2.4rem;
}

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

.about__li {
    margin-bottom: 1em;
}

.about__li:last-child {
    margin-bottom: 0;
}

.about__btn a {
    color: #fff;
}

.about iframe {
    width: 100%;
    height: 200px;
}

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

    .about__txtwrap {
        width: 43%;

        margin-bottom: 0;
    }

    .about__img {
        width: 53%;
    }

    .about__ttl {
        padding-left: 3em;
        font-size: 3rem;
    }

    .about__li {
        margin-bottom: 1em;
    }

    .about__li--ttl {
        width: 6em;
    }

    .about__li--txt {
        width: calc(100% - 6em);
    }

    .about iframe {
        width: 100%;
        height: 300px;
    }
}

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

    .about__txtwrap {
        width: 43%;
        padding-left: 150px;
    }

    .about__img {
        width: 53%;
    }

    .about__ttl {
        padding-left: 0;
        font-size: 5rem;
    }

    .about__ttl::before {
        left: -3em;
    }

    .about__li {
        margin-bottom: 1em;
    }

    .about__li--ttl {
        width: 7em;
    }

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

    .about iframe {
        height: 350px;
    }
}

/*============================
    news  
============================*/
.news{
    padding: 0 0 120px 0;
}
.news_inner{
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 30px 0 15px;
}
.news_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.news_box {
    max-width: 880px;
    width: 100%;
}
.news .webgene-item.newsItemBox {
    border-bottom: 1px solid;
}
.news a.newsBox {
    display: block;
    padding: 24px 60px 24px 16px;
    position: relative;
}
.news .newsCateSet {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.news p.newsDate {
    margin-right: 2rem;
}
.news p.newsCate {
    border: 1px solid rgba(45, 33, 24, 0.9);
    padding: 0 8px;
}
.news .newsTit {
    margin-top: 2rem;
    font-size: 1.6rem;
}
.news .newsTit:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 10px;
    background: url(/system_panel/uploads/images/btn_arw02.png) no-repeat;
    background-size: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: center;
    transition: .3s ease-out;
    z-index: 2;
}
.news .newsTit:after{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #d5d5d5;
    border-radius: 50%;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    transition: .3s ease-out;
}
.news .newsTit:hover:after{
    transform: translate(-50%, -50%) scale(1.2);
    background: #830402;
}
.news .newsTit:hover::before {
    transform: translateX(10px);
}
.news .news_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0 auto;
}
@media screen and (max-width:1024px) {
    .news{
        padding: 0 0 60px 0;
    }
    .news_flex {
        flex-direction: column;
    }
    .news_ttl{
        writing-mode: unset;
        margin: 0 auto 2rem;
    }
}