@charset "UTF-8";

/*--------------------------------
	common
--------------------------------*/
.bread_crumb__item--white {
    color: #fff;
}

.bg--gray {
    background-color: #EAEAEA;
}

.bg--white {
    background-color: #fff;
}

.bg--beige {
    background-color: #D8D6CD;
}

.heading1__txt--ja {
    font-size: 18px;
    letter-spacing: -0.02em;
    padding-bottom: 9px;
}

.heading1__txt--en {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 80px;
    line-height: 0.9;
}

/*------------------------------*/


#who {
    background-color: #000;
}

/*--------------------------------
	top
--------------------------------*/

.topSlide {
    position: relative;
    margin-top: 48.4px;
    padding-top: 74px;
}

.topSwiper {
    display: none;
}

.topSlide__heading {
    width: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 4;
    line-height: 0.9;
}

.topSlide__heading--ja {
    margin-bottom: 11px;
    font-size: 18px;
    letter-spacing: -0.02em;
}

.topSlide__heading--en {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 100px;
}

.topSwiper .swiper-slide {
    height: 343px;
    object-fit: cover;
}

.topSwiper .swiper-wrapper {
    transition-timing-function: linear;
    margin-bottom: 54.2px;
}

.topSlide__txt {
    color: #fff;
    font-size: 16px;
    line-height: 1.875;
    padding-bottom: 127.9px;
    padding-left: 21%;
}

.top__img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    margin-bottom: 143px;
}

/*--------------------------------
	keyword
--------------------------------*/

.keyword {
    padding-top: 160px;
    padding-bottom: 300px;
}

.keyword .heading1 {
    padding-bottom: 102px;
}

.keyword__list {
    list-style: none;
    padding-left: 0;
    margin-left: 71px;
}

.keyword__list li {
    font-size: 22px;
    letter-spacing: -0.04em;
}

.keyword__list>.keyword__item {
    counter-increment: count-keyword;
    margin-bottom: 10px;
}

.keyword__title {
    cursor: pointer;
    position: relative;
    margin-bottom: 25px;
}

.keyword__titleWrapper {
    position: relative;
    width: fit-content;
    white-space: nowrap;
}

.keyword__titleWrapper.active::before {
    content: " ";
    width: 7px;
    height: 7px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: -19px;
}

.keyword__list>.keyword__item .keyword__title::before {
    /* position: absolute; */
    display: inline-block;
    left: 0px;
    top: 9px;
    font-size: 12px;
    content: "(0"counter(count-keyword)")";
}

.keyword__list>.keyword__item .keyword__title:nth-child(n + 10):before {
    content: "("counter(count-keyword)")";
}

.keyword__title--border {
    border-bottom: solid 1px #000;
}
.underline__trigger:hover .keyword__title--border {
    border-bottom: solid 1px transparent;
}
.keyword__title--border.underline::after {
    bottom: -0.5px;
}
.keyword__content {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    max-width: 660px;
    width: 61.5%;
    border-top: solid 1px #707070;
    border-bottom: solid 1px #707070;
    padding-top: 40px;
    padding-bottom: 42px;
    display: none;
    mix-blend-mode: multiply;
}

.keyword__content .keyword__title {
    margin-left: auto;
    margin-right: auto;
}

.keyword__list {
    position: relative;
}

.keyword__btnWrapper {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 19px;
    right: 10px;
}

.keyword__btn {
    position: relative;
    width: 20px;
    height: 20px;
}

.keyword__btn span {
    width: 17px;
    height: 1px;
    background-color: #000;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 2px;
}

.keyword__btn span:nth-child(1) {
    transform: rotate(45deg);
}

.keyword__btn span:nth-child(2) {
    transform: rotate(-45deg);
}

.keyword__num {
    text-align: center;
    margin-bottom: 15px;
}

.keyword__num::after {
    font-size: 12px;
}

.keyword__num:nth-child(-n + 9)::after {
    content: "(0"counter(count-keyword)")";
}

.keyword__num:nth-child(n + 10)::after {
    content: "("counter(count-keyword)")";
}

.keyword__content .keyword__title {
    padding-left: 0;
    text-align: center;
    margin-bottom: 25px;
}

.keyword__content .keyword__title::before {
    display: none !important;
}

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

.keyword__thumb {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    max-width: 289px;
    width: 43%;
    margin-right: 33px;
}

.keyword__thumb img {
    height: auto;
    width: 100%;
    mix-blend-mode: multiply;
}

.keyword__txt {
    font-size: 15px;
    width: 288px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
}

/*--------------------------------
	company
--------------------------------*/

.company .heading1 {
    margin-bottom: 63px;
    padding-top: 172px;
}

.companySwiper .swiper-slide {
    object-fit: cover;
    aspect-ratio: 587/397;
}

.companySwiper .swiper-wrapper {
    transition-timing-function: linear;
    margin-bottom: 150px;
}


:where(#company, #own, #partner)::before {
    content: " ";
    margin-top: -70px;
    height: 70px;
    display: block;
    visibility: hidden;
}


/* company */

#company {
    padding-bottom: 242px;
}

.company__wrapper--pc {
    display: flex;
}

.company__listWrapper {
    max-width: 275px;
    width: 25.6%;
    flex-shrink: 0;
    margin-bottom: 216px;
}

.company__list::before {
    content: "";
    display: block;
    width: 38.16px;
    height: 0.8px;
    background-color: #707070;
    margin-bottom: 26px;
}

.company__list {
    position: sticky;
    position: -webkit-sticky;
    top: 10vh;
    left: 0;
}

.company__listItem {
    margin-bottom: 19px;
}

.company__listLink {
    font-size: 13px;
}

.company__listLink::before {
    content: "- ";
}

.company__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 67.1px;
}

.company__title::before {
    content: "";
    width: 116.06px;
    height: 0.8px;
    background-color: #707070;
    display: block;
    margin-bottom: 25px;
}

.company__data {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    padding-bottom: 40px;
    line-height: 1.6;
}

.company__data dt {
    width: 150px;
    font-weight: 400;
}

.company__data dd {
    width: calc(100% - 150px);
    padding-bottom: 33px;
}



.company__data a {
    text-decoration: underline;
}

.company__data a::after {
    content: url(../imgs/common/icon_link.svg);
    margin-left: 5px;
}

.recruit__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #EB5F39;
    max-width: 472px;
    max-height: 110px;
    width: 100%;
    height: 98px;
    padding-left: 20px;
    padding-right: 26px;
    margin-left: 150px;
}

.recruit__txt--ja {
    font-size: 12px;
    letter-spacing: 0.02em;
    display: block;
}

.recruit__txt--en {
    font-size: 30px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.joinAnime--svg {
    width: 60px !important;
    height: 60px !important;
}



/* own / partner */

.own__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 80px;
}

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

.own__item {
    padding-bottom: 80px;
    width: 47.875%;
}

.partner__item {
    padding-bottom: 216px;
    width: 47.875%;
}

.own__imgLink,
.partner__imgLink {
    display: block;
    aspect-ratio: 515 / 257;
    overflow: hidden;
    width: 100%;
    margin-bottom: 25px;
}
.own__imgLink:hover .own__img,
.partner__imgLink:hover .partner__img {
    transform: scale(1.2);
    transition: transform 2000ms var(--ease-out-moment);
}
.own__img,
.partner__img {
    width: 100%;
    aspect-ratio: 515/257;
    object-fit: cover;
}

.own__title,
.partner__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
/* .own__titleLink:hover,
.partner__titleLink:hover {
    text-decoration: underline;
} */
.own__txt,
.partner__txt {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 22px;
}

.own__link,
.partner__link {
    font-size: 11px;
    letter-spacing: 0.04em;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.own__link--icon {
    display: inline-block;
    margin-bottom: 3px;
    margin-left: 3px;
}
/* .own__link::after,
.partner__link::after {
    content: url(../imgs/common/icon_link.svg);
    margin-left: 5px;
} */



/*--------------------------------
	serviceLink
--------------------------------*/
.serviceLink {
    position: relative;
    height: 600px;
    background-color: #222;
}

.serviceLink__btn {
    width: 308px;
    height: 419px;
    display: block;
    background-size: cover;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    overflow: hidden;
}

.serviceLink__btn img {
    width: 100%;
    transition: 0.5s;
}

.serviceLink__btn:hover img {
    transform: scale(1.2);
    transition: transform 2000ms var(--ease-out-moment);
}

.serviceLinkTicker {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

@keyframes SLscroll {
    0% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(-100%);
    }
}

.serviceLinkTicker__list {
    display: inline-block;
    margin: 0;
    padding: 0;
    animation: SLscroll 35s linear infinite;
}

.serviceLinkTicker__listItem {
    display: inline-block;
    color: #fff;
}

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

.serviceLink__txt {
    font-size: 43px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.02em;
}

.serviceLink__arrow {
    width: 52px;
    height: 52px;
    border: solid 1px #fff;
    border-radius: 50%;
    font-size: 16px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 36px;
    margin-right: 41px;
}

.serviceAnime--svg {
    width: 58px !important;
    height: 58px !important;
    margin-left: 36px;
    margin-right: 41px;
}


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

@media screen and (max-width: 960px) {
    .recruit__btn {
        width: calc(100% - 150px)
    }
}

@media screen and (max-width: 750px) {
    .heading1__txt--ja {
        font-size: 16px;
        padding-bottom: 4px;
    }

    .heading1__txt--en {
        font-size: 60px;
    }

    .topSlide__heading--ja {
        margin-bottom: 9px;
        font-size: 16px;
    }

    .topSlide__heading--en {
        font-size: 60px;
    }

    .top__img {
        display: none;
    }

    .topSwiper {
        display: block;
    }

    .topSlide {
        margin-top: 31px;
        padding-top: 111px;
    }

    .topSlide__txt {
        padding-left: none;
        font-size: 15px;
        line-height: 2;
        padding-bottom: 65px;
        padding-left: 0;
    }

    .topSlide__txt br {
        display: none;
    }

    .keyword {
        padding-top: 112px;
        padding-bottom: 116px;
    }

    .keyword__itemWrapper {
        display: block;
    }

    .keyword .heading1 {
        padding-bottom: 62px;
    }

    .keyword__list {
        margin-left: 0;
    }

    .keyword__list li {
        font-size: 20px;
    }

    .keyword__content {
        position: relative;
        margin-top: 47px;
        margin-bottom: 39px;
        padding-top: 40px;
        padding-bottom: 42px;
        width: 100%;
    }

    .keyword__list>.keyword__item {
        position: relative;
        margin-bottom: 20px;
    }

    .keyword__list>.keyword__item .keyword__title::before {
        position: absolute;
        top: 7px;
    }
    .keyword__title {
        padding-left: 33px;
        margin-bottom: 0;
    }

    .keyword__txt {
        width: 295px;
        line-height: 1.75;
    }

    .keyword__thumb {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .keyword__thumb img {
        max-width: 187px;
        margin-bottom: 16px;
    }

    .keyword__thumb {
        max-width: 187px;
        margin-bottom: 16px;
    }

    .keyword__titleWrapper.active::before {
        display: none;
    }

    .keyword__titleWrapper {
        white-space: normal;
    }

    #company {
        padding-bottom: 111px;
    }

    .company__title::before {
        content: "";
        width: 38px;
        height: 0.8px;
    }

    .company .heading1 {
        margin-bottom: 40px;
        padding-top: 84px;
    }

    .companySwiper .swiper-wrapper {
        margin-bottom: 61px;
    }

    .company__wrapper--pc {
        display: block;
    }

    .companySwiper .swiper-slide {
        height: 253px;
    }

    .company__listWrapper {
        display: none;
    }

    .company__title {
        font-size: 16px;
        letter-spacing: -0.02em;
        font-weight: bold;
        margin-bottom: 47px;
    }

    .company__data dt {
        width: 88px;
    }

    .company__data dd {
        width: calc(100% - 88px);
    }

    .company__data {
        font-size: 12px;
    }

    .recruit__btn {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }
    .joinAnime--svg {
        width: 52px !important;
        height: 52px !important;
    }
    .own__imgLink, .partner__imgLink {
        margin-bottom: 20px;
    }
    .own__title, .partner__title {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .own__txt, .partner__txt {
        font-size: 13px;
    }
    .own__item,
    .partner__item {
        padding-bottom: 55px;
        width: 100%;
    }

    /* .own__img img,
    .partner__img {
        aspect-ratio: 165 / 82;
    } */

    .own__wrapper {
        padding-bottom: 50px;
    }

    .serviceLink {
        height: 550px;
    }

    .serviceLink__btn {
        width: 274px;
        height: 371px;
    }
}

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

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