@charset "UTF-8";

body {
    opacity: 0;
    animation: bodyAppear .3s .3s forwards;
}

@keyframes bodyAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



/*============================
	kv 
============================*/
.kv {
    max-width: 1920px;
    margin: 120px auto 0;
    padding: 5% 1% 5%;
}

.kv__bg {
    position: absolute;
    width: calc((1368/1920)*100%);
    top: 35%;
    left: 70%;
    transform: translate(-50%, -50%);

    & img {
        width: 100%;
    }
}

.kv__flex {
    max-width: 1680px;
    margin: 0 auto;
    align-items: flex-end;
}

.kv__left {
    width: 55%;
    padding-bottom: 220px;
    padding-left: 5%;
}

.kv__img {
    width: calc((627/1680)*100%);
    position: relative;
    z-index: 99;

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

.kv__logo {
    max-width: 640px;
    position: relative;
    z-index: 99;
    filter: drop-shadow(0 0 100px rgba(255, 255, 255, .6));
}

.kv__copy {
    white-space: nowrap;
    position: relative;
    text-shadow: 1px 1px #ffff;
    z-index: 99;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: .075em;
    line-height: 2;
    opacity: 0;
    animation: copyAnime 1s 1s forwards;
    margin: 5% 0 0;

}


.kv__swiper {
    overflow: hidden;
}

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


.kv__scroll {
    position: absolute;
    max-width: 12px;
    left: 5%;
    bottom: 0;
    transform: translate(-50%);
    z-index: 99;
}

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

    100% {
        opacity: 1;
        transform: translateY(0);

    }
}

@keyframes copyAnime02 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* swiper */

/* .kv .swiper-slide-active.swiper-slide-visible .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: 50% !important;
    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: 99;
    background: #fff;
    border-radius: 50% !important;
    margin: 0 10px !important;
    opacity: 1;

}

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


/* topics */
.kv__topics {
    max-width: 1680px;
    padding: 0 3%;
    width: 100%;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.topics__box {
    max-width: 860px;
    width: calc((860/1680)*110%);
    padding: 30px 3%;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(107, 107, 107, .1);
    opacity: 0;
    animation: copyAnime 1s 1.5s forwards;
}

.topics__ttl {
    width: 20%;
}

.topics__items {
    width: 75%;
}

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

.topics__atc {
    margin-bottom: 1em;

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

    & a {
        display: flex;
        align-items: center;
    }
}

.topics__data {
    white-space: nowrap;
}

.topics__atc--ttl {
    padding-left: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}

@media screen and (max-width:1024px) {
    .kv {
        margin: 60px auto 0;
        padding: 5% 3% 5%;
    }

    .kv__bg {
        width: calc((1368/1920)*100%);
        top: 35%;
        left: 70%;
    }

    .kv__flex {
        align-items: flex-end;
    }

    .kv__left {
        width: 55%;
        padding-bottom: 150px;
        padding-left: 0;
    }

    .kv__img {
        width: calc((627/1680)*100%);

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

    .kv__logo {
        max-width: 500px;
        width: 90%;
    }

    .kv__copy {
        font-size: min(1.6rem, 1.6vw);
        letter-spacing: .075em;
        margin: 5% 0 0;

    }

    /* topics */
    .kv__topics {
        padding: 0 3%;
        top: 80%;
        left: 50%;
    }

    .topics__box {
        width: calc((860/1680)*110%);
        padding: 20px 3%;
    }

    .topics__ttl {
        width: 20%;
    }

    .topics__items {
        width: 75%;
    }

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

    .topics__atc {
        margin-bottom: 1em;

        & a {
            display: flex;
        }
    }


    .topics__atc--ttl {
        padding-left: 1em;
    }
}

@media screen and (max-width:767px) {
    .kv {
        margin: 60px auto 0;
        padding: 30px 3% 30px;
    }

    .kv__bg {
        position: relative;
        width: 140%;
        top: auto;
        left: auto;
        transform: none;
        margin: -20% auto -10% -10%;

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

    .kv__flex {
        align-items: flex-end;
    }

    .kv__left {
        width: 100%;
        padding-bottom: 0;
        padding-left: 0;
    }

    .kv__img {
        width: 100%;
    }

    .kv__logo {
        max-width: 500px;
        width: 80%;
    }

    .kv__copy {
        font-size: 1.2rem;
        margin: 5% 0 0;

    }

    /* topics */
    .kv__topics {
        position: relative;
        padding: 20px 0 0;
        top: auto;
        left: auto;
        transform: none;

    }

    .topics__box {
        width: 100%;
        padding: 20px 5%;
    }

    .topics__ttl {
        width: 100%;
        margin-bottom: 10px;
    }

    .topics__items {
        width: 100%;
    }

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

    .topics__atc {
        margin-bottom: 1em;

        & a {
            display: block;
        }
    }


    .topics__atc--ttl {
        padding-left: 0;
    }

}


/*============================
 about
============================*/
.about {
    padding: 100px 0;
    min-height: 1390px;
    background: url(../img/top/about_bg.jpg) no-repeat center center/cover;
    display: flex;
    align-items: center;
    color: #fff;

    .inner__large {
        width: 100%;
    }
}

.about__flex {
    position: relative;
    align-items: flex-start;
}


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

.about__copy {
    text-shadow: 1px 1px #111;
}

.about__btn {
    color: #fff;
    text-shadow: 1px 1px #111;
}

@media screen and (max-width:1024px) {
    .about {
        padding: 200px 0;
        min-height: auto;
    }

    .about__flex {
        position: relative;
        align-items: flex-start;
    }


    .about__txtwrap {
        max-width: 50%;
        margin: 0 0 0 auto;
    }


}

@media screen and (max-width:767px) {
    .about {
        padding: 100px 0;
        min-height: auto;
    }

    .about__flex {
        position: relative;
        align-items: flex-start;
    }


    .about__txtwrap {
        max-width: 100%;
        margin: 0 auto;
        padding: 1em;
        background: rgba(0, 0, 0, .3);
    }

    .about__copy {
        text-shadow: none;
    }

    .about__btn {
        text-shadow: none;
    }

}

/*============================
 business
============================*/
.business {
    padding: 150px 0;
    background: url(../img/top/business_obj.png) no-repeat left bottom 5%/50%;

}

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

.busi__left {
    width: 50%;
}

.busi__left--inner {
    max-width: 720px;
    margin: 0 0 0 auto;
    padding: 0 5% 0 1%;
}

.busi__img {
    width: 50%;

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

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

.busi__txt {
    margin-left: 5%;
}

.busi__btn {
    margin-left: 5%;
}

@media screen and (max-width:1024px) {
    .business {
        padding: 100px 0;
    }

    .busi__left {
        width: 50%;
    }

    .busi__left--inner {
        margin: 0 0 0 auto;
        padding: 0 5% 0 5%;
    }

    .busi__img {
        width: 50%;

        & img {
            height: 520px;
        }
    }

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

    .busi__txt {
        margin-left: 0;
    }

    .busi__btn {
        margin-left: 0;
    }
}

@media screen and (max-width:767px) {
    .business {
        padding: 80px 0;
    }

    .busi__left {
        width: 100%;
        margin-bottom: 30px;
    }

    .busi__left--inner {
        margin: 0;
        padding: 0 5%;
    }

    .busi__img {
        width: 100%;

        & img {
            height: auto;
        }
    }

}

/*============================
 case
============================*/
.case__box {
    padding: 200px 5% 150px 0;

    &::before {
        content: "";
        position: absolute;
        width: 150%;
        height: 100%;
        background: #f9f6ef;
        top: 0;
        right: 0;
        z-index: -1;
    }
}

.case__ttl {
    .font-en {
        margin-top: .5em;
    }
}

.case__lead {
    padding-left: 1em;
    max-width: 37em;
}

.case__items {
    width: 102%;
    margin-left: -1%;
}

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

    & a {
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;

    }

    &:hover {
        .case__img img {
            transform: scale(1.05);
        }
    }
}

.case__company .industory {
    display: none;
}

.case__arw {
    display: none;
}

.case__img img {
    width: 100%;
}

.case__txtwrap {
    padding: 1em 1em 3em;
}

.company-name {
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.case__txt {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.case__btn {
    margin: 0 0 0 auto;
}

.case__bnr {
    width: 102%;
    margin-left: -1%;
    margin-top: 150px;

    & li {
        width: 18%;
        margin: 0 1% 20px;
    }
}

@media screen and (max-width:1024px) {
    .case__box {
        padding: 100px 5% 100px 0;

        &::before {
            width: 150%;
            height: 100%;
        }
    }

    .case__ttl {
        .font-en {
            margin-top: .5em;
        }
    }

    .case__lead {
        padding-left: 1.5em;
    }

    .case__items {
        width: 102%;
        margin-left: -1%;
    }

    .case__atc {
        width: 23%;
        margin: 0 1%;
    }

    .case__txtwrap {
        padding: 1em 1em 3em;
    }

    .company-name {
        bottom: 1em;
        right: 1em;
    }

    .case__btn {
        margin: 0 0 0 auto;
    }

    .case__bnr {
        width: 102%;
        margin-left: -1%;
        margin-top: 100px;

        & li {
            width: 18%;
            margin: 0 1% 15px;
        }
    }
}

@media screen and (max-width:767px) {
    .case__box {
        padding: 60px 5% 60px 0;

        &::before {
            width: 150%;
            height: 100%;
        }
    }

    .case__ttl {
        margin-bottom: 20px;

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

    }

    .case__lead {
        padding-left: 0;
    }

    .case__items {
        width: 100%;
        margin-left: 0;
    }

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

    .case__txtwrap {
        padding: 1em 1em 3em;
    }

    .company-name {
        bottom: 1em;
        right: 1em;
    }

    .case__btn {
        margin: 0 0 0 auto;
    }

    .case__bnr {
        width: 100%;
        margin-left: 0;
        margin-top: 60px;
        display: flex;
        justify-content: space-between;

        & li {
            width: 49%;
            margin: 0 0 10px;
        }
    }
}


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

.cont__items {
    max-width: 1920px;
    margin: 0 0 0 auto;
    padding: 0 0 0 5%;
}

.cont__item {
    width: 50%;

    & a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 563px;
        background: url(../img/top/contents_bg01.jpg) no-repeat center center/cover;
        color: #fff;
        padding: 1em 5%;
    }

    &:nth-child(2) a {
        background: url(../img/top/contents_bg02.jpg) no-repeat center center/cover;
    }

}

.conct__ttl {
    .font-en {
        margin-top: .5em;
    }
}

.cont__txt {
    font-weight: 400;
}

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

    .cont__items {
        margin: 0 0 0 auto;
        padding: 0 0 0 5%;
    }

    .cont__item {
        width: 50%;

        & a {
            height: 350px;
            padding: 1em 5%;
        }
    }


}

@media screen and (max-width:767px) {
    .contents {
        padding: 60px 0 0;
    }

    .cont__items {
        margin: 0 0 0 auto;
        padding: 0 0 0 5%;
    }

    .cont__item {
        width: 100%;

        & a {
            height: 300px;
            padding: 1em 5%;
        }
    }
}

/*============================
 recruit
============================*/
.recruit {
    padding: 150px 0 0;
}

.rec__flex {
    padding-bottom: 200px;
    align-items: flex-end;

    &::before {
        content: "";
        position: absolute;
        width: 150%;
        height: 90%;
        background: #8f2f43;
        left: 5%;
        bottom: 0;
        z-index: -1;

    }
}

.rec__img {
    width: 55%;

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

.rec__txtwrap {
    width: 40%;
    color: #fff;
    padding-top: 1em;
}

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

.rec__btn {
    color: #fff;

    &:hover {
        color: #fff;
        opacity: .8;

        &::after {
            background-color: #aa8e47;
        }
    }
}

@media screen and (max-width:1024px) {
    .recruit {
        padding: 100px 0 0;
    }

    .rec__flex {
        padding-bottom: 100px;

        &::before {
            width: 150%;
            height: 90%;
            left: 5%;
            bottom: 0;

        }
    }

    .rec__img {
        width: 55%;

        & img {
            height: auto;
            min-height: 330px;
        }
    }

    .rec__txtwrap {
        width: 40%;
        padding-top: 1em;
    }

}

@media screen and (max-width:767px) {
    .recruit {
        padding: 60px 0 0;
    }

    .rec__flex {
        padding-bottom: 60px;

        &::before {
            width: 150%;
            height: 90%;
            left: 5%;
            bottom: 0;

        }
    }

    .rec__img {
        width: 95%;

        & img {
            height: auto;
            min-height: auto;
        }
    }

    .rec__txtwrap {
        width: 90%;
        margin: 0 0 0 auto;
        padding-top: 1.5em;
    }
}



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


.news__ttlwrap {
    width: 30%;
}

.news__items {
    width: 60%;
}

.news__ttl {

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

.news__atc {

    margin-bottom: 10px;

    & a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;

        .news__img {
            overflow: hidden;

            & img {
                transition: .5s;
            }
        }

        &:hover {
            .news__img img {
                transform: scale(1.1);
            }
        }

    }

}

.news__img {
    width: 207px;
}

.news__txtwarp {
    width: calc(100% - 207px);
    padding-left: 2em;
}

.news__info {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.news__data {
    margin-right: 1em;
    width: fit-content;
    padding: 0 1em;
    background: #957935;
    color: #fff;
    border-radius: 3px;
    line-height: 30px;
}


.news__atc--ttl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .5em;
    font-weight: 400;
}




@media screen and (max-width:1024px) {

    .news {
        padding: 100px 0;
    }


    .news__ttlwrap {
        width: 30%;
    }

    .news__items {
        width: 60%;
    }


    .news__atc {

        margin-bottom: 10px;

        & a {
            display: flex;
        }
    }

    .news__img {
        width: 150px;
    }

    .news__txtwarp {
        width: calc(100% - 150px);
        padding-left: 1em;
    }

    .news__info {
        display: flex;
    }

    .news__data {
        margin-right: 1em;
        border-radius: 3px;
        line-height: 25px;
    }

}

@media screen and (max-width:767px) {


    .news {
        padding: 60px 0;
    }


    .news__ttlwrap {
        width: 100%;
        margin-bottom: 30px;
    }

    .news__items {
        width: 100%;
    }


    .news__atc {

        margin-bottom: 10px;

        & a {
            display: flex;
        }
    }

    .news__img {
        width: 100px;
    }

    .news__txtwarp {
        width: calc(100% - 100px);
        padding-left: 1em;
    }

    .news__info {
        display: flex;
    }

    .news__data {
        margin-right: 1em;
        border-radius: 3px;
        line-height: 20px;
        font-size: 1.2rem;
    }

    .news__cat {
        font-size: 1.2rem;
    }

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


}