/* --------------------
 Front
-------------------- */
@media (min-width: 992px) {
    :root {
        --header-top: 70px;
    }
}

.hero {
    background-image: url(../images/pages/front/front-hero.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100svh;
    position: relative;
}

.hero__video {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.hero__video video {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.hero-container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: stretch;
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 90px var(--c-pad) 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero-container {
        padding: 140px var(--c-pad) 0;
    }
}

.hero__main {
    width: 100%;
}

.hero__main__title {
    color: var(--color-warm-white);
    font-size: 6.5866666667vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin: 0 0 3.2vw;
    text-align: center;
    text-shadow: 2.6666666667vw 2.6666666667vw 2.6666666667vw rgb(0, 0, 0);
}

@media (min-width: 768px) {
    .hero__main__title {
        font-size: var(--fs38);
        margin: 0 0 12px;
        padding: 0;
        text-align: left;
        text-shadow: 10px 10px 10px rgb(0, 0, 0);
    }
}

.hero__main__title > span {
    display: block;
    margin: 0 0 4.2666666667vw;
}

@media (min-width: 768px) {
    .hero__main__title > span {
        margin: 0 0 16px;
    }
}

@media (min-width: 768px) {
    .hero__main__title > span:nth-child(2) {
        margin-left: 78px;
    }
}

@media (min-width: 992px) {
    .hero__main__title > span:nth-child(2) {
        margin-left: 100px;
    }
}

.hero__main__title > span:nth-child(2) img {
    margin-left: 0.25em;
    margin-right: 0.25em;
    width: 7.92vw;
}

@media (min-width: 768px) {
    .hero__main__title > span:nth-child(2) img {
        width: 42px;
    }
}

@media (min-width: 768px) {
    .hero__main__title > span:nth-child(3) {
        margin-left: 156px;
    }
}

@media (min-width: 992px) {
    .hero__main__title > span:nth-child(3) {
        margin-left: 200px;
    }
}

.hero__main__title > span .--ls-0 {
    letter-spacing: -0.5em;
}

.hero__main__title em {
    font-size: 9.0133333333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.23;
}

@media (min-width: 768px) {
    .hero__main__title em {
        font-size: 3.25rem;
    }
}

.tech {
    container: tech/inline-size;
    margin: 0;
    overflow: hidden;
    padding: 21.3333333333vw 0;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .tech {
        padding: 150px 0 100px;
    }
}

.tech-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.tech__main {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 16vw;
    justify-content: space-between;
    margin: 0 0 10.6666666667vw;
}

@media (min-width: 768px) {
    .tech__main {
        gap: 60px;
        margin: 0 0 100px;
    }
}

@media (min-width: 992px) {
    .tech__main {
        flex-wrap: nowrap;
    }
}

.tech__main__contents {
    flex: 0 0 100%;
}

@media (min-width: 992px) {
    .tech__main__contents {
        flex: 0 0 calc(50% - 60px);
    }
}

.tech__main__contents__title {
    margin: 0 0 10.6666666667vw;
}

@media (min-width: 768px) {
    .tech__main__contents__title {
        margin: 0 0 32px;
    }
}

.tech__main__contents__title__ja {
    color: var(--color-charcoal);
    font-size: 5.824vw;
    font-weight: 700;
    line-height: 1.42;
    margin: 0 0 2.1333333333vw;
}

@media (min-width: 768px) {
    .tech__main__contents__title__ja {
        font-size: var(--fs28);
        margin: 0 0 16px;
    }
}

.tech__main__contents__title__en {
    color: var(--color-burnt-orange);
    font-size: 3.744vw;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

@media (min-width: 768px) {
    .tech__main__contents__title__en {
        font-size: var(--fs18);
    }
}

.tech__main__contents__content {
    margin: 0 0 5.3333333333vw;
}

@media (min-width: 768px) {
    .tech__main__contents__content {
        margin: 0 0 20px;
    }
}

@media (min-width: 992px) {
    .tech__main__contents__content {
        max-width: 510px;
    }
}

.tech__main__contents__content p {
    color: var(--color-charcoal);
    font-size: 3.744vw;
    letter-spacing: 0.05em;
    line-height: 1.66;
    margin: 0;
}

@media (min-width: 768px) {
    .tech__main__contents__content p {
        font-size: var(--fs18);
    }
}

.tech__main__fig {
    flex: 0 0 100%;
    position: relative;
}

@media (min-width: 992px) {
    .tech__main__fig {
        flex: 0 0 50%;
        height: 500px;
    }
}

.tech__main__fig__viewer {
    margin: 0 calc(var(--c-pad)*-1) 0 0;
}

@media (min-width: 992px) {
    .tech__main__fig__viewer {
        bottom: 0;
        left: 0;
        margin: 0;
        position: absolute;
        right: auto;
        top: 0;
        width: 50cqw;
    }
}

.tech__main__fig__viewer img {
    border-radius: 4.2666666667vw 0 0 4.2666666667vw;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media (min-width: 768px) {
    .tech__main__fig__viewer img {
        border-radius: 30px 0 0 30px;
    }
}

.tech__detail {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    gap: 5.3333333333vw;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .tech__detail {
        gap: 30px;
    }
}

.tech__detail__item {
    color: inherit;
    display: block;
    flex: 0 0 calc(33.33333% - 3.55556vw);
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .tech__detail__item {
        flex: 0 0 calc(33.33333% - 20px);
        max-width: 300px;
    }
}

.tech__detail__item__number {
    color: var(--color-navy-blue);
    font-size: 8.6528vw;
    font-weight: 700;
    line-height: 1.23;
    margin: 0 0 2.6666666667vw;
}

@media (min-width: 768px) {
    .tech__detail__item__number {
        font-size: 3.25rem;
        margin: 0 0 10px;
    }
}

.tech__detail__item__fig {
    border-radius: 4.2666666667vw;
    margin: 0 0 2.6666666667vw;
    overflow: hidden;
}

@media (min-width: 768px) {
    .tech__detail__item__fig {
        border-radius: 30px;
        margin: 0 0 10px;
    }
}

.tech__detail__item__fig img {
    aspect-ratio: 300/400;
    height: auto;
    object-fit: cover;
    transition: transform var(--duration) var(--cubic) 0s;
    width: 100%;
}

.tech__detail__item__title {
    color: var(--color-charcoal-dark);
    font-size: 3.4666666667vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.66;
    margin: 0;
    text-align: right;
}

@media (max-width: 767px) {
    .tech__detail__item__title {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    .tech__detail__item__title {
        font-size: var(--fs18);
    }
}

.tech__detail__item:nth-child(2) {
    padding-top: 10.6666666667vw;
}

@media (min-width: 768px) {
    .tech__detail__item:nth-child(2) {
        padding-top: 100px;
    }
}

.tech__detail__item:nth-child(3) {
    padding-top: 21.3333333333vw;
}

@media (min-width: 768px) {
    .tech__detail__item:nth-child(3) {
        padding-top: 200px;
    }
}

.tech__detail__item:focus {
    opacity: 0.65;
}

.tech__detail__item:focus .tech__detail__item__fig img {
    transform: scale(1.05);
}

@media (hover: hover) and (pointer: fine) {
    .tech__detail__item:hover {
        opacity: 0.65;
    }

    .tech__detail__item:hover .tech__detail__item__fig img {
        transform: scale(1.05);
    }
}

.service {
    background-color: rgba(var(--color-navy-blue-rgb), 0.05);
    padding: 21.3333333333vw 0;
}

@media (min-width: 768px) {
    .service {
        padding: 105px 0 70px;
    }
}

.service-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.service__title {
    margin: 0 0 10.6666666667vw;
}

@media (min-width: 768px) {
    .service__title {
        margin: 0 0 56px;
    }
}

.service__title__ja {
    font-size: 5.824vw;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 2.1333333333vw;
}

@media (min-width: 768px) {
    .service__title__ja {
        font-size: var(--fs28);
        margin: 0 0 20px;
    }
}

.service__title__en {
    color: var(--color-burnt-orange);
    font-size: 3.744vw;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

@media (min-width: 768px) {
    .service__title__en {
        font-size: var(--fs18);
    }
}

.service__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 16vw;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .service__item-wrapper {
        flex-wrap: nowrap;
        gap: 60px;
    }
}

.service__item {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .service__item {
        flex: 0 0 calc(50% - 30px);
        max-width: 530px;
    }
}

.service__item__fig {
    margin: 0 0 6.4vw;
}

@media (min-width: 768px) {
    .service__item__fig {
        margin: 0 0 24px;
    }
}

.service__item__fig img {
    border-radius: 4.2666666667vw;
}

@media (max-width: 767px) {
    .service__item__fig img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .service__item__fig img {
        border-radius: 20px;
    }
}

.service__item__title {
    font-size: 5.824vw;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 6.4vw;
}

@media (min-width: 768px) {
    .service__item__title {
        font-size: var(--fs28);
        margin: 0 0 24px;
    }
}

.service__item__content {
    font-size: 3.744vw;
    line-height: 1.66;
    margin: 0 0 5.3333333333vw;
}

@media (min-width: 768px) {
    .service__item__content {
        font-size: var(--fs18);
        margin: 0 0 20px;
        min-height: 3lh;
    }
}

.service__item__content p {
    font-size: inherit;
    letter-spacing: 0.05em;
    line-height: inherit;
    margin: 0;
}

.menu {
    margin: 0 0 32vw;
    padding: 21.3333333333vw 0 0;
}

@media (min-width: 768px) {
    .menu {
        margin: 0 0 150px;
        padding: 150px 0 0;
    }
}

.menu-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.menu__title {
    margin: 0 0 10.6666666667vw;
}

@media (min-width: 768px) {
    .menu__title {
        margin: 0 0 50px;
    }
}

.menu__title__ja {
    font-size: 5.824vw;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 2.1333333333vw;
}

@media (min-width: 768px) {
    .menu__title__ja {
        font-size: var(--fs28);
        margin: 0 0 16px;
    }
}

.menu__title__en {
    color: var(--color-burnt-orange);
    font-size: 3.744vw;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

@media (min-width: 768px) {
    .menu__title__en {
        font-size: var(--fs18);
    }
}

.menu__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    gap: 5.3333333333vw;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .menu__item-wrapper {
        gap: 30px;
    }
}

.menu__item {
    color: inherit;
    display: block;
    flex: 0 0 calc(33.33333% - 3.55556vw);
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .menu__item {
        flex: 0 0 calc(33.33333% - 20px);
        max-width: 300px;
    }
}

.menu__item__fig {
    border-radius: 4.2666666667vw;
    margin: 0 0 3.2vw;
    overflow: hidden;
}

@media (min-width: 768px) {
    .menu__item__fig {
        border-radius: 20px;
        margin: 0 0 20px;
    }
}

.menu__item__fig img {
    aspect-ratio: 1/1;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: transform var(--duration) var(--cubic) 0s;
    width: 100%;
}

.menu__item__title {
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .menu__item__title {
        font-size: var(--fs28);
    }
}

.menu__item:focus {
    opacity: 0.65;
}

.menu__item:focus .menu__item__fig img {
    transform: scale(1.05);
}

@media (hover: hover) and (pointer: fine) {
    .menu__item:hover {
        opacity: 0.65;
    }

    .menu__item:hover .menu__item__fig img {
        transform: scale(1.05);
    }
}

.news {
    margin: 0 0 21.3333333333vw;
}

@media (min-width: 768px) {
    .news {
        margin: 0 0 150px;
    }
}

.news-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.news__title {
    margin: 0 0 10.6666666667vw;
}

@media (min-width: 768px) {
    .news__title {
        margin: 0 0 50px;
    }
}

.news__title__ja {
    font-size: 7.904vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0 0 2.1333333333vw;
}

@media (min-width: 768px) {
    .news__title__ja {
        font-size: var(--fs38);
        margin: 0 0 16px;
    }
}

.news__title__en {
    color: var(--color-burnt-orange);
    font-size: 3.744vw;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

@media (min-width: 768px) {
    .news__title__en {
        font-size: var(--fs18);
    }
}

.news__list__item {
    margin: 0 0 6.4vw;
}

@media (min-width: 768px) {
    .news__list__item {
        margin: 0 0 30px;
    }
}

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

.news__list__item__link {
    align-items: flex-start;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
}

.news__list__item__link__date {
    display: block;
    flex: 0 0 auto;
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 0;
    width: 28.8vw;
}

@media (min-width: 768px) {
    .news__list__item__link__date {
        font-size: var(--fs18);
        width: 120px;
    }
}

.news__list__item__link__title {
    display: block;
    flex: 1 1 auto;
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 0;
    width: auto;
}

@media (min-width: 768px) {
    .news__list__item__link__title {
        font-size: var(--fs18);
    }
}

.news__list__item__link:focus {
    color: var(--color-burnt-orange);
}

@media (hover: hover) and (pointer: fine) {
    .news__list__item__link:hover {
        color: var(--color-burnt-orange);
    }
}

.recruit {
    aspect-ratio: 3838/1024;
    background-image: url(../images/pages/front/front-recruit-01.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: auto;
    margin: 0 0 32vw;
    position: relative;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .recruit {
        margin: 0 0 150px;
    }
}

.recruit:before {
    background-color: rgba(var(--color-black-rgb), 0.05);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.recruit__title {
    bottom: 1.8229166667vw;
    position: absolute;
    right: 1.0416666667vw;
    z-index: 1;
}

.recruit__title__ja {
    color: var(--color-white);
    font-size: 3.125vw;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    padding: 0 3.125vw 0 0;
    text-indent: -0.15em;
}

.recruit__title__en {
    bottom: -0.4166666667vw;
    font-size: var(--fs10);
    margin: 0;
    position: absolute;
    right: 1.0416666667vw;
}

.recruit__title__en img {
    width: 9.7916666667vw;
}

.recruit:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .recruit:hover {
        opacity: 0.65;
    }
}