﻿/*!
Theme Name: nicole
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: ニコルレーシング様用テンプレート(2025)
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q,
blockquote {
    quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
}
.swiper-top .swiper-pagination {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    z-index: 10;
}
.swiper-top {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    transition: 0s;
}
@media screen and (max-width: 860px) {
    .swiper-top {
        height: 100svh;
    }
}
.swiper-top .swiper-slide {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.swiper-top .swiper-slide span {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.swiper-top.swiper-horizontal > .swiper-pagination {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    z-index: 10;
    font-family: Arial, sans-serif;
    margin-right: 34px;
    width: max-content;
    margin-left: auto;
}
@media screen and (max-width: 575px) {
    .swiper-top.swiper-horizontal > .swiper-pagination {
        margin-right: 4px;
    }
}
.swiper-top.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    margin: 8px 0 !important;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: white;
    background: none !important;
    opacity: 0.7;
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    pointer-events: none;
}
.swiper-top.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-top .swiper-slide-active span,
.swiper-top .swiper-slide-duplicate-active span,
.swiper-top .swiper-slide-prev span {
    animation: zoomUp 7s linear 0s normal both;
}
@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}
.sp {
    display: none;
}
.pc {
    display: block;
}
@media screen and (max-width: 860px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
.scale-wrapper {
    position: relative;
    height: 100vh;
    width: 100%;
}
@media screen and (max-width: 860px) {
    .scale-wrapper {
        height: 100svh;
    }
}
.scale-wrapper .scale {
    position: absolute;
    width: 100%;
    width: 100%;
    transform-origin: left bottom;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    z-index: 3;
}
.modal-content {
    background-color: #fff;
    padding: 36px 32px 36px;
    position: relative;
    width: 293px;
    max-width: 80%;
}
.modal-content p {
    font-size: 12px;
    margin-top: 8px;
    line-height: calc(32 / 24);
}
.modal-content p:first-of-type {
    margin-top: 16px;
    font-weight: 700;
}
.close-btn {
    position: absolute;
    top: -17px;
    right: -17px;
    font-size: 30px;
    cursor: pointer;
    background: #1d1e1f;
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.close-btn:hover {
    opacity: 0.7;
}
.open-btn {
    margin: 10px;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
}
.open-btn:hover {
    background-color: #0056b3;
}
body,
html {
    font-family:
        "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1d1e1f;
    overflow-x: hidden;
    background-color: #fff;
}
* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
}
.container {
    max-width: 1024px;
    margin-inline: auto;
    width: calc(100% - 55px);
}
.btn {
    display: inline-flex;
    justify-content: space-between;
    padding: 0 0 16px 12px;
    color: #fff;
    border-bottom: 2px solid #bebebe;
    position: relative;
    text-decoration: none;
    font-weight: 700;
}
.btn:after {
    margin-left: 20px;
    content: "";
    display: inline-block;
    width: 18px;
    height: 12px;
    background: url(assets/images/common/arrow-red.svg) center/contain no-repeat;
}
.btn:before {
    content: "";
    height: 2px;
    width: 53px;
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #e50012;
    transition: width 0.3s ease;
}
.btn:hover:before {
    width: 100%;
}
h1:not(.page-title) {
    font-weight: 600;
    font-size: 18px;
    overflow: hidden;
    padding-bottom: 2px;
}
@media screen and (max-width: 860px) {
    h1:not(.page-title) {
        font-size: 14px;
    }
}
h1:not(.page-title) span:first-of-type {
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 96px;
    position: relative;
    line-height: 1;
    display: inline-block;
    margin-right: 34px;
}
@media screen and (max-width: 860px) {
    h1:not(.page-title) span:first-of-type {
        font-size: 57px;
    }
}
h1:not(.page-title) span:first-of-type:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background: url(assets/images/common/title-tri.svg) center/contain no-repeat;
    position: absolute;
    top: 13px;
    right: -33px;
    opacity: 0;
    transition: 1s;
}
@media screen and (max-width: 860px) {
    h1:not(.page-title) span:first-of-type:after {
        width: 8px;
        height: 8px;
        right: -19px;
        top: 10px;
    }
}
h1:not(.page-title) span:nth-of-type(2) {
    display: inline-block;
}
@media screen and (max-width: 860px) {
    h1:not(.page-title) span:nth-of-type(2) {
        display: block;
        margin-top: 11px;
    }
}
h1:not(.page-title).on span:after {
    opacity: 1;
}
.section__title {
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
}
@media screen and (max-width: 860px) {
    .section__title {
        font-size: 12px;
        line-height: 2;
    }
}
.section__title br {
    display: none;
}
.section__title br.intended {
    display: initial;
}
@media screen and (max-width: 575px) {
    .section__title br {
        display: initial;
    }
}
.section__title > span {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 72px;
    position: relative;
    line-height: 1;
    display: inline-block;
    margin-right: 42px;
}
@media screen and (max-width: 860px) {
    .section__title > span {
        font-size: 36px;
        margin-right: 21px;
    }
}
@media screen and (max-width: 575px) {
    .section__title > span {
        margin-right: 16px;
    }
    .section__title > span span {
        margin-left: 2.4rem;
    }
}
.section__title > span:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background: url(assets/images/common/title-tri.svg) center/contain no-repeat;
    position: absolute;
    top: 15px;
    right: -26px;
    opacity: 1;
    transition: 0.3s;
}
@media screen and (max-width: 860px) {
    .section__title > span:after {
        width: 6px;
        height: 6px;
        top: 12px;
        right: -18px;
    }
}
@media screen and (max-width: 860px) {
    .section__title > span:after {
        top: 12px;
        right: -11px;
    }
}
.separator {
    height: calc(100vh - 102px - 204px);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1d1e1f;
}
@media screen and (max-width: 860px) {
    .separator {
        background-size: 101% !important;
        height: initial;
        width: 100%;
        aspect-ratio: 750 / 798;
    }
}
header {
    padding: 14px 15px 44px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 102px;
}
@media screen and (max-width: 860px) {
    header {
        position: relative;
        padding: 9.5px 22px 9.5px 16px;
        height: initial;
        height: 59px;
    }
}
header + nav {
    position: fixed;
    width: max-content;
    right: 177px;
    top: 30px;
    z-index: 11;
    mix-blend-mode: difference;
}
@media screen and (max-width: 1024px) {
    header + nav {
        right: 116px;
    }
}
@media screen and (max-width: 860px) {
    header + nav {
        display: none;
    }
}
header + nav ul {
    display: flex;
    align-items: center;
}
header + nav ul li {
    margin-left: 20px;
}
@media screen and (max-width: 1024px) {
    header + nav ul li {
        margin-left: 12px;
    }
}
header + nav ul li:last-of-type {
    margin-left: 31px;
}
@media screen and (max-width: 1024px) {
    header + nav ul li:last-of-type {
        margin-left: 20px;
    }
}
header + nav ul li a {
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #1d1e1f;
    color: transparent;
    text-decoration: none;
    transition: all 0.6s ease;
}
header + nav ul li a:not(.entry-btn) {
    overflow: hidden;
    text-shadow:
        0 -2.5em 0 #fff,
        0 0 0 #fff;
    overflow: hidden;
    display: inline-block;
}
@media screen and (max-width: 575px) {
    header + nav ul li a:not(.entry-btn) {
        text-shadow:
            0 -2.5em 0 #1d1e1f,
            0 0 0 #1d1e1f;
    }
}
header + nav ul li a:not(.entry-btn):hover {
    text-shadow:
        0 0 0 #1d1e1f,
        0 2.5em 0 #1d1e1f;
}
@media screen and (max-width: 575px) {
    header + nav ul li a:not(.entry-btn):hover {
        text-shadow:
            0 -2.5em 0 #fff,
            0 0 0 #fff;
    }
}
header + nav ul li a.entry-btn {
    padding: 12px 45px;
    display: inline-block;
    background: #e50012;
    color: #fff;
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}
header + nav ul li a.entry-btn:hover {
    background: #1d1e1f;
}
@media screen and (max-width: 1024px) {
    header + nav ul li a.entry-btn {
        padding: 15px 20px;
    }
}
header .page-title a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}
header .page-title a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 860px) {
    header .page-title a img {
        width: 195px;
    }
}
header .page-title a span {
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    vertical-align: bottom;
    color: #1d1e1f;
    margin-left: 11px;
    vertical-align: baseline;
}
@media screen and (max-width: 860px) {
    header .page-title a span {
        font-size: 13px;
        margin-left: 6px;
    }
}
@media screen and (max-width: 860px) {
    header nav {
        display: none;
    }
}
header nav ul {
    display: flex;
    align-items: center;
}
header nav ul li {
    margin-left: 20px;
}
@media screen and (max-width: 1024px) {
    header nav ul li {
        margin-left: 12px;
    }
}
header nav ul li:last-of-type {
    margin-left: 31px;
}
@media screen and (max-width: 1024px) {
    header nav ul li:last-of-type {
        margin-left: 20px;
    }
}
header nav ul li a {
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #1d1e1f;
    color: transparent;
    text-decoration: none;
    transition: all 0.6s ease;
}
header nav ul li a:not(.entry-btn) {
    overflow: hidden;
    text-shadow:
        0 -2.5em 0 #1d1e1f,
        0 0 0 #1d1e1f;
    overflow: hidden;
    display: inline-block;
}
header nav ul li a:not(.entry-btn):hover {
    text-shadow:
        0 0 0 #1d1e1f,
        0 2.5em 0 #1d1e1f;
}
@media screen and (max-width: 575px) {
    header nav ul li a:not(.entry-btn):hover {
        text-shadow:
            0 -2.5em 0 #fff,
            0 0 0 #fff;
    }
}
header nav ul li a.entry-btn {
    padding: 12px 45px;
    display: inline-block;
    background: #e50012;
    color: #fff;
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}
header nav ul li a.entry-btn:hover {
    background: #1d1e1f;
}
@media screen and (max-width: 1024px) {
    header nav ul li a.entry-btn {
        padding: 15px 20px;
    }
}
header .hbm-btn {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 22px;
    top: 9.5px;
}
header .hbm-btn:before,
header .hbm-btn:after {
    width: 100%;
    height: 1px;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    background: #1d1e1f;
    transition: 0.3s;
}
header .hbm-btn:before {
    top: 14.5px;
}
header .hbm-btn:after {
    bottom: 14.5px;
}
@media screen and (max-width: 860px) {
    header .hbm-btn {
        display: block;
    }
}
@media screen and (max-width: 860px) {
    .open .hbm-btn:before,
    .open .hbm-btn:after {
        background: #fff;
    }
    .open .hbm-btn:before {
        transform: rotate(-20deg) translate(-2px, 4.5px);
    }
    .open .hbm-btn:after {
        transform: rotate(20deg) translate(-1px, -4.5px);
    }
    .open header .page-title {
        opacity: 0;
        pointer-events: none;
    }
    .open footer .footer-bottom .navigation nav {
        opacity: 1;
        pointer-events: initial;
    }
    .open footer .footer-bottom .navigation nav .page-title {
        opacity: 1;
        pointer-events: initial;
    }
}
main {
    position: relative;
    z-index: 1;
}
main:not(.top) {
    padding-top: 102px;
}
@media screen and (max-width: 860px) {
    main:not(.top) {
        padding-top: 0;
    }
}
main .page-title {
    padding-top: 52px;
    padding-bottom: 54px;
}
@media screen and (max-width: 860px) {
    main .page-title {
        padding-top: 32px;
        padding-bottom: 23px;
    }
}
main .sec-title > span {
    overflow: hidden;
    display: inline-block;
    padding-bottom: 2px;
}
main .sec-title.on:after {
    opacity: 1;
}
footer {
    background: #1d1e1f;
    position: relative;
    z-index: 1;
}
footer .footer-top {
    height: 628px;
    background-image: url(assets/images/common/footer-img.jpg);
    background-position: bottom center;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    footer .footer-top {
        min-height: 482px;
        height: auto;
        padding: 80px 0;
    }
}
@media screen and (max-width: 575px) {
    footer .footer-top {
        background-image: url(assets/images/common/footer-img-sp.jpg);
        background-position: bottom center;
    }
}
footer .footer-top h2 {
    width: max-content;
    position: relative;
    margin-left: auto;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    footer .footer-top h2 {
        transform: scale(0.8);
    }
}
@media screen and (max-width: 860px) {
    footer .footer-top h2 {
        transform: initial;
        margin: 0 auto;
    }
}
footer .footer-top h2.on:after {
    opacity: 1;
}
footer .footer-top h2:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background: url(assets/images/common/title-tri.svg) center/contain no-repeat;
    position: absolute;
    right: -80px;
    bottom: 114px;
    opacity: 0;
    transition: 1s;
}
@media screen and (max-width: 860px) {
    footer .footer-top h2:after {
        bottom: 60px;
        right: -43px;
        width: 8px;
        height: 8px;
    }
}
footer .footer-top h2 > span {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 78px;
    font-weight: 300;
    display: block;
    width: max-content;
    overflow: hidden;
    padding-bottom: 2px;
    color: #e50012;
}
@media screen and (max-width: 860px) {
    footer .footer-top h2 > span {
        font-size: 42px;
    }
}
footer .footer-top h2 > span:last-of-type {
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 159px;
    margin-left: auto;
    margin-right: -58px;
    color: #fff;
}
@media screen and (max-width: 860px) {
    footer .footer-top h2 > span:last-of-type {
        font-size: 82px;
        margin-right: -30px;
    }
}
footer .footer-top .footer-title {
    position: relative;
    width: 100%;
    margin-right: 50px;
}
@media screen and (max-width: 860px) {
    footer .footer-top .footer-title {
        margin-right: 30px;
        max-width: max-content;
    }
}
footer .footer-top .footer-title + p {
    margin-right: auto;
    color: #fff;
    margin-top: -14px;
    font-size: 14px;
}
footer .footer-top .footer-title + p br {
    display: none;
}
@media screen and (max-width: 1024px) {
    footer .footer-top .footer-title + p {
        margin-top: -38px;
    }
}
@media screen and (max-width: 860px) {
    footer .footer-top .footer-title + p {
        line-height: calc(46 / 24);
        margin-top: 50px;
    }
    footer .footer-top .footer-title + p br {
        display: initial;
    }
}
footer .footer-top .footer-v-title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    right: -50px;
    top: -5px;
    font-weight: 700;
    line-height: calc(30 / 16);
    letter-spacing: 0.22em;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    footer .footer-top .footer-v-title {
        transform: scale(0.8);
        right: 12px;
        top: 10px;
    }
}
@media screen and (max-width: 860px) {
    footer .footer-top .footer-v-title {
        transform: initial;
        font-size: 14px;
        right: -30px;
        top: -28px;
    }
}
@media screen and (max-width: 860px) {
    footer .footer-top picture {
        width: 60%;
        min-width: 308px;
        margin-inline: auto;
    }
}
footer .footer-top .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    max-width: 842px;
}
@media screen and (max-width: 860px) {
    footer .footer-top .container {
        max-width: 692px;
    }
}
@media screen and (max-width: 860px) {
    footer .footer-top .container {
        max-width: 320px;
    }
}
footer .footer-top .container .btn {
    margin-top: 80px;
    width: 433px;
    font-size: 18px;
}
@media screen and (max-width: 860px) {
    footer .footer-top .container .btn {
        width: 264px;
        margin-top: 60px;
        font-size: 13px;
    }
}
footer .footer-bottom {
    height: 720px;
    position: relative;
}
@media screen and (max-width: 860px) {
    footer .footer-bottom {
        height: initial;
    }
}
footer .footer-bottom .page-top {
    position: absolute;
    bottom: 0;
    right: 23.5px;
    width: 40px;
    height: 140px;
    display: block;
}
@media screen and (max-width: 860px) {
    footer .footer-bottom .page-top {
        right: 10px;
    }
}
footer .footer-bottom .page-top .border {
    width: 1px;
    height: 100%;
    background: #ededed;
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translate(50%, 0);
}
footer .footer-bottom .page-top .border:before {
    content: "";
    height: 52px;
    width: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #e50012;
    transition: height 0.3s ease;
}
footer .footer-bottom .page-top:hover .border:before {
    height: 100%;
}
footer .footer-bottom .navigation {
    padding-top: 186px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: calc(173px - 138px);
}
@media screen and (max-width: 860px) {
    footer .footer-bottom .navigation {
        padding-top: 0;
        margin-left: initial;
        width: 60%;
        min-width: 308px;
        margin-inline: auto;
    }
}
footer .footer-bottom .navigation nav ul li {
    text-align: right;
    line-height: 1;
    margin-top: 34px;
}
footer .footer-bottom .navigation nav ul li:first-of-type {
    margin-top: 0;
}
footer .footer-bottom .navigation nav ul li a {
    font-size: 20px;
    font-weight: 600;
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: transparent;
    text-decoration: none;
    transition: all 0.6s ease;
    overflow: hidden;
    text-shadow:
        0 -2.5em 0 #fff,
        0 0 0 #fff;
    overflow: hidden;
    display: inline-block;
}
footer .footer-bottom .navigation nav ul li a:hover {
    text-shadow:
        0 0 0 #fff,
        0 2.5em 0 #fff;
}
@media screen and (max-width: 575px) {
    footer .footer-bottom .navigation nav ul li a:hover {
        text-shadow:
            0 -2.5em 0 #fff,
            0 0 0 #fff;
    }
}
footer .footer-bottom .navigation nav ul li:nth-last-of-type(2) a {
    text-shadow:
        0 -2.5em 0 #e50012,
        0 0 0 #e50012;
}
footer .footer-bottom .navigation nav ul li:nth-last-of-type(2) a:hover {
    text-shadow:
        0 0 0 #e50012,
        0 2.5em 0 #e50012;
}
@media screen and (max-width: 575px) {
    footer .footer-bottom .navigation nav ul li:nth-last-of-type(2) a:hover {
        text-shadow:
            0 -2.5em 0 #fff,
            0 0 0 #fff;
    }
}
footer .footer-bottom .navigation nav ul li:last-of-type {
    margin-top: 62px;
}
footer .footer-bottom .navigation nav ul li:last-of-type a {
    font-size: 16px;
    text-shadow: initial;
    color: #fff;
    display: inline-block;
    overflow: initial;
    transition: 0.3s;
}
footer .footer-bottom .navigation nav ul li:last-of-type a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 575px) {
    footer .footer-bottom .navigation nav ul li:last-of-type a:hover {
        opacity: 1;
    }
}
footer .footer-bottom .navigation nav ul li:last-of-type a:after {
    margin-left: 8px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 8px;
    transform: rotate(-45deg);
    background: url(assets/images/common/arrow-ext.svg) center/contain no-repeat;
    margin-bottom: 4px;
    transition: 0.3s;
}
footer .footer-bottom .navigation nav .copyright {
    width: 105px;
    position: absolute;
    top: 115px;
    left: 30px;
    display: none;
}
footer .footer-bottom .navigation nav .page-title {
    display: none;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
    position: fixed;
    margin: initial;
    top: 21px;
    left: 16px;
}
footer .footer-bottom .navigation nav .page-title a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #fff;
}
footer .footer-bottom .navigation nav .page-title a span {
    color: #fff;
}
footer .footer-bottom .navigation nav .page-title a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 860px) {
    footer .footer-bottom .navigation nav .page-title a img {
        width: 180px;
    }
}
footer .footer-bottom .navigation nav .page-title a span {
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    vertical-align: bottom;
    color: #1d1e1f;
    margin-left: 11px;
    vertical-align: baseline;
}
@media screen and (max-width: 860px) {
    footer .footer-bottom .navigation nav .page-title a span {
        font-size: 13px;
    }
}
@media screen and (max-width: 1024px) {
    footer .footer-bottom .navigation nav {
        position: fixed;
        display: block;
        left: 0;
        top: 0;
        background: #1d1e1f;
        width: 100%;
        height: 100vh;
        z-index: 10;
        padding-top: 58px;
        padding-right: 62px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        opacity: 0;
        transition: 0.6s;
        pointer-events: none;
    }
    footer .footer-bottom .navigation nav .page-title {
        display: block;
    }
    footer .footer-bottom .navigation nav .page-title a span {
        color: #fff;
    }
    footer .footer-bottom .navigation nav .copyright {
        display: block;
    }
}
@media screen and (max-width: 860px) {
    footer .footer-bottom .container {
        width: calc(100% - 55px);
        padding: 79px 0;
    }
}
footer .footer-bottom p {
    margin-top: 70px;
}
footer .footer-bottom p.page-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
footer .footer-bottom p.page-title span {
    margin-left: auto;
    display: inline-block;
    color: #e50012;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 11px;
    margin-top: 10px;
}
@media screen and (max-width: 575px) {
    footer .footer-bottom p.page-title span {
        margin-left: initial;
        margin-top: 16px;
    }
}
.wrapper {
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
}
.scroll-indicator {
    position: absolute;
    bottom: -7%;
    left: 47%;
    transform: translateX(-50%) rotate(-45deg);
    width: 1px;
    height: 425px;
    background-color: #fff;
    z-index: 23;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    .scroll-indicator {
        left: 65%;
    }
}
@media screen and (max-width: 1024px) {
    .scroll-indicator {
        left: 80%;
    }
}
@media screen and (max-width: 860px) {
    .scroll-indicator {
        left: 92%;
    }
}
.scroll-indicator:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #e50012;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transform-origin: top;
    animation: scrollDown 2s ease-in-out infinite;
}
@keyframes scrollDown {
    0% {
        transform: translate(0, -100%);
    }
    100% {
        transform: translate(0, 100%);
    }
}
.interview {
    position: relative;
}
.interview__wrapper {
    position: relative;
    padding-top: 120px;
    padding-bottom: 200px;
}
@media screen and (max-width: 860px) {
    .interview__wrapper {
        padding-top: 76px;
        padding-bottom: 78px;
    }
}
.interview .separator {
    background-position: top right;
    background-image: url(assets/images/interview/mv.jpg);
    background-size: cover;
}
@media screen and (max-width: 860px) {
    .interview .separator {
        background-image: url(assets/images/interview/mv-sp.jpg);
        background-position: bottom -1px right;
    }
}
.interview:before {
    content: "";
    width: 410px;
    height: 843px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -1px;
    background: url(assets/images/interview/n.svg) center/contain no-repeat;
    z-index: 0;
}
@media screen and (max-width: 860px) {
    .interview:before {
        background: url(assets/images/interview/n-sp.svg) center/contain no-repeat;
        width: calc(254px / 2);
        height: calc(552px / 2);
        bottom: -78px;
    }
}
.interview .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}
.interview__detail {
    width: calc((100% - 90px) / 2);
    margin-top: 12px;
}
@media screen and (max-width: 860px) {
    .interview__detail {
        width: calc((100% - 40px) / 2);
    }
}
@media screen and (max-width: 575px) {
    .interview__detail {
        width: 100%;
        margin-top: 78px;
    }
    .interview__detail:first-of-type {
        margin-top: 0;
    }
}
.interview__detail:nth-of-type(2n) {
    margin-top: 130px;
}
@media screen and (max-width: 575px) {
    .interview__detail:nth-of-type(2n) {
        margin-top: 78px;
    }
}
.interview__detail a {
    text-decoration: none;
    color: #000;
    padding-left: 47px;
    display: block;
    position: relative;
}
@media screen and (max-width: 860px) {
    .interview__detail a {
        padding-left: 27px;
    }
}
.interview__detail a .job-type {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: 0;
    top: 68px;
    font-weight: 700;
}
@media screen and (max-width: 860px) {
    .interview__detail a .job-type {
        font-size: 14px;
    }
}
.interview__detail-image {
    display: block;
    width: 100%;
    aspect-ratio: 424 / 610;
    background: #333;
    overflow: hidden;
}
.interview__detail-image span {
    background-position: center;
    background-size: cover;
    transition: all 0.6s ease;
    display: block;
    width: 100%;
    height: 100%;
}
.interview__detail:hover .interview__detail-image span {
    transform: scale(1.1);
}
.interview__detail .meta {
    background: #fff;
    padding: 0 20px 20px;
}
@media screen and (max-width: 860px) {
    .interview__detail .meta {
        padding: 0 4px 4px;
    }
}
.interview__detail h2 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    padding-top: 43px;
    font-feature-settings: "palt";
}
@media screen and (max-width: 860px) {
    .interview__detail h2 {
        font-size: 16px;
        padding-top: 32px;
    }
}
.interview__detail-type {
    font-size: 14px;
    line-height: calc(26 / 14);
    font-weight: 500;
    margin-top: 25px;
    text-align: right;
}
@media screen and (max-width: 860px) {
    .interview__detail-type {
        font-size: 14px;
    }
}
@media screen and (max-width: 860px) {
    .interview__detail-type {
        font-size: 12px;
    }
}
.interview__detail-border {
    width: 86px;
    height: 86px;
    position: absolute;
    left: 0;
    top: 18px;
    overflow: hidden;
}
@media screen and (max-width: 860px) {
    .interview__detail-border {
        width: 59px;
        height: 59px;
    }
}
.interview__detail-border:before {
    content: "";
    height: 2px;
    width: 150px;
    display: block;
    background: #e50012;
    transform-origin: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.6s ease;
}
.interview .pagination {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    display: flex;
    background: #ededed;
    height: 74px;
    padding: 0 21px;
    margin-top: 180px;
}
@media screen and (max-width: 860px) {
    .interview .pagination {
        margin-top: 146px;
        height: 50px;
    }
}
.interview .pagination .page-numbers.next,
.interview .pagination .page-numbers.prev {
    display: none;
}
.interview .pagination ul {
    align-items: center;
    justify-content: center;
    display: inline-flex;
}
.interview .pagination ul li {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
}
@media screen and (max-width: 860px) {
    .interview .pagination ul li {
        font-size: 15px;
    }
}
.interview .pagination ul li a {
    width: 35px;
    height: 35px;
    margin: 0 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #1d1e1f;
    text-decoration: none;
    transition: all 0.6s ease;
}
.interview .pagination ul li a:hover {
    opacity: 0.7;
}
.interview .pagination ul li span.current {
    width: 35px;
    height: 35px;
    margin: 0 2px;
    display: inline-flex;
    background-color: #e50012;
    border-radius: 50%;
    color: #fff;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 860px) {
    .interview .pagination ul li span.current {
        width: 32px;
        height: 32px;
    }
}
.interview .pagination .previous a,
.interview .pagination .previous span,
.interview .pagination .next a,
.interview .pagination .next span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #000;
    transition: all 0.6s ease;
}
@media screen and (max-width: 860px) {
    .interview .pagination .previous a,
    .interview .pagination .previous span,
    .interview .pagination .next a,
    .interview .pagination .next span {
        width: 32px;
        height: 32px;
    }
}
.interview .pagination .previous a:hover,
.interview .pagination .previous span:hover,
.interview .pagination .next a:hover,
.interview .pagination .next span:hover {
    opacity: 0.7;
}
.interview .pagination .previous.no-link,
.interview .pagination .next.no-link {
    opacity: 0.3;
}
.interview .pagination .previous img {
    transform: rotate(180deg);
}
.interview-detail {
    position: relative;
}
.interview-detail .tb {
    display: none;
}
@media screen and (max-width: 1024px) {
    .interview-detail .tb {
        display: initial;
    }
}
.interview-detail .interview__detail-border {
    left: -80px;
    top: -120px;
}
@media screen and (max-width: 860px) {
    .interview-detail .interview__detail-border {
        left: -40px;
        top: -26px;
    }
}
.interview-detail .container {
    z-index: 2;
    position: relative;
}
@media screen and (max-width: 860px) {
    .interview-detail .container {
        width: calc(100%);
    }
}
.interview-detail .container .job-type {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    height: max-content;
    left: -76px;
    top: -74px;
    margin-top: 0;
    font-weight: 700;
}
@media screen and (max-width: 860px) {
    .interview-detail .container .job-type {
        -ms-writing-mode: initial;
        writing-mode: initial;
        position: relative;
        left: initial;
        top: initial;
        padding-left: calc(55px / 2);
    }
}
.interview-detail .container.item {
    margin-top: 170px;
    margin-bottom: 144px;
    max-width: 960px;
    background: #ededed;
    padding: 78px 80px 80px 90px;
    position: relative;
    display: flex;
    align-items: flex-end;
}
@media screen and (max-width: 860px) {
    .interview-detail .container.item {
        padding: 70px 26px 40px 26px;
        flex-direction: column;
        width: calc(100% - 55px);
        margin-top: 80px;
        margin-bottom: 62px;
    }
}
.interview-detail .container.item .txt {
    width: calc(100% - 226px - 41px);
    line-break: strict;
    text-align: justify;
}
@media screen and (max-width: 860px) {
    .interview-detail .container.item .txt {
        width: 100%;
        order: 2;
    }
}
.interview-detail .container.item .img {
    width: 226px;
    height: 226px;
    margin-left: 41px;
    border-radius: 50%;
    overflow: hidden;
}
@media screen and (max-width: 860px) {
    .interview-detail .container.item .img {
        width: 184px;
        height: 184px;
        order: 1;
        margin: 0 auto;
    }
}
.interview-detail .container.item .section__title {
    position: absolute;
    left: 90px;
    top: -34px;
}
@media screen and (max-width: 860px) {
    .interview-detail .container.item .section__title {
        left: 35px;
        top: -24px;
    }
}
.interview-detail .container.item .section__title span {
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.interview-detail .container.item .section__title span:after {
    right: -16px;
}
.interview-detail .container.item .section__title span:nth-of-type(2) {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 70px;
    margin-left: 114px;
    margin-right: 20px;
}
@media screen and (max-width: 860px) {
    .interview-detail .container.item .section__title span:nth-of-type(2) {
        font-size: 35px;
        margin-left: 55px;
        margin-right: 10px;
    }
}
.interview-detail .container.item .section__title span:nth-of-type(2):after {
    content: none;
}
.interview-detail .container.item h3 {
    font-size: 20px;
    line-height: calc(30 / 20);
    font-weight: 700;
    padding-left: 42px;
    position: relative;
}
@media screen and (max-width: 860px) {
    .interview-detail .container.item h3 {
        font-size: 16px;
        padding-left: 31px;
        margin-top: 31px;
    }
}
.interview-detail .container.item h3:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 2px;
    display: block;
    background: #e50012;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
@media screen and (max-width: 860px) {
    .interview-detail .container.item h3:before {
        width: 17px;
        top: 12px;
    }
}
.interview-detail .container.item p {
    font-size: 14px;
    line-height: calc(26 / 14);
    margin-top: 26px;
    font-size: clamp(13px, 1.5vw, 14px);
}
@media screen and (max-width: 860px) {
    .interview-detail .container.item p {
        font-size: 14px;
    }
}
@media screen and (max-width: 860px) {
    .interview-detail .container.item p {
        font-size: 14px;
    }
}
.interview-detail__wrapper {
    position: relative;
    margin-top: 135px;
}
@media screen and (max-width: 860px) {
    .interview-detail__wrapper {
        margin-top: 80px;
    }
}
.interview-detail__wrapper:nth-of-type(1) .container,
.interview-detail__wrapper:nth-of-type(2) .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 55px);
}
@media screen and (max-width: 860px) {
    .interview-detail__wrapper:nth-of-type(1) .container,
    .interview-detail__wrapper:nth-of-type(2) .container {
        position: relative;
        transform: initial;
        top: initial;
        left: initial;
        width: calc(100% - 55px);
    }
}
.interview-detail__wrapper:nth-of-type(1) img,
.interview-detail__wrapper:nth-of-type(2) img {
    display: block;
    width: 39%;
}
@media screen and (max-width: 860px) {
    .interview-detail__wrapper:nth-of-type(1) img,
    .interview-detail__wrapper:nth-of-type(2) img {
        width: calc(100% - 124px);
        margin-top: 42px;
    }
}
.interview-detail__wrapper:first-of-type {
    margin-top: 0;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 860px) {
    .interview-detail__wrapper:first-of-type {
        display: block;
    }
}
.interview-detail__wrapper:first-of-type img {
    margin-left: auto;
}
.interview-detail__wrapper:nth-of-type(2) {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 860px) {
    .interview-detail__wrapper:nth-of-type(2) {
        align-items: initial;
        flex-direction: column;
    }
}
.interview-detail__wrapper:nth-of-type(2) .txt {
    margin-left: auto;
}
@media screen and (max-width: 860px) {
    .interview-detail__wrapper:nth-of-type(2) .txt {
        order: 1;
    }
}
@media screen and (max-width: 860px) {
    .interview-detail__wrapper:nth-of-type(2) img {
        order: 2;
    }
}
.interview-detail__wrapper:nth-of-type(2):after {
    content: "";
    width: 300px;
    height: 401px;
    display: block;
    background: url(assets/images/interview/n2.svg) center/contain no-repeat;
    position: absolute;
    left: -7px;
    bottom: -350px;
    z-index: -1;
}
@media screen and (max-width: 1024px) {
    .interview-detail__wrapper:nth-of-type(2):after {
        bottom: -190px;
    }
}
@media screen and (max-width: 860px) {
    .interview-detail__wrapper:nth-of-type(2):after {
        background: url(assets/images/interview/n2-sp.svg) center/contain no-repeat;
        width: calc(362px / 2);
        height: calc(784px / 2);
        left: initial;
        right: 0;
        bottom: -190px;
    }
}
.interview-detail__wrapper:nth-of-type(3) .txt {
    margin-inline: auto;
    margin-top: 80px;
}
@media screen and (max-width: 860px) {
    .interview-detail__wrapper:nth-of-type(3) .txt {
        margin-top: 32px;
    }
}
.interview-detail__wrapper:nth-of-type(3) img {
    width: 56%;
    margin-left: auto;
    display: block;
    margin-right: 88px;
}
@media screen and (max-width: 860px) {
    .interview-detail__wrapper:nth-of-type(3) img {
        width: 100%;
    }
}
@media screen and (max-width: 860px) {
    .interview-detail__wrapper .container {
        width: calc(100% - 55px);
    }
}
.interview-detail__wrapper .container h2 {
    font-size: 20px;
    line-height: calc(30 / 20);
    font-weight: 700;
    padding-left: 42px;
    position: relative;
}
@media screen and (max-width: 860px) {
    .interview-detail__wrapper .container h2 {
        font-size: 16px;
        padding-left: 34px;
    }
}
.interview-detail__wrapper .container h2:before {
    content: "";
    width: 21px;
    height: 2px;
    display: block;
    background: #e50012;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
@media screen and (max-width: 860px) {
    .interview-detail__wrapper .container h2:before {
        width: 17px;
        top: 12px;
    }
}
.interview-detail__wrapper .container h2 + p {
    font-size: 14px;
    line-height: calc(26 / 14);
    margin-top: 28px;
    line-break: strict;
    text-align: justify;
}
@media screen and (max-width: 860px) {
    .interview-detail__wrapper .container h2 + p {
        font-size: 14px;
    }
}
@media screen and (max-width: 860px) {
    .interview-detail__wrapper .container h2 + p {
        margin-top: 22px;
    }
}
.interview-detail__wrapper .container h2 + p + h2 {
    margin-top: 80px;
}
@media screen and (max-width: 860px) {
    .interview-detail__wrapper .container h2 + p + h2 {
        margin-top: 40px;
    }
}
.interview-detail__wrapper .container .txt {
    max-width: 590px;
    width: calc(61% - 40px);
}
@media screen and (max-width: 860px) {
    .interview-detail__wrapper .container .txt {
        max-width: initial;
        width: 100%;
    }
}
.interview-detail .mv {
    height: 600px;
    width: calc(100% - 100px);
    margin-inline: auto;
    background-size: cover;
    background-position: top center;
}
@media screen and (max-width: 860px) {
    .interview-detail .mv {
        height: initial;
        width: 100%;
        aspect-ratio: 40 / 21;
        margin-inline: auto;
        background-size: cover;
        background-position: top center;
    }
}
.interview-detail-white-box {
    position: relative;
    margin-top: -114px;
    padding: 105px 0 140px 150px;
}
@media screen and (max-width: 860px) {
    .interview-detail-white-box {
        margin-top: 0;
        padding: 20px 27.5px 60px;
        width: calc(100% - 27.5px);
        margin-top: -30px;
    }
}
.interview-detail-white-box:after {
    content: "";
    width: 318px;
    height: 871px;
    display: block;
    background: url(assets/images/interview/n1.svg) center/contain no-repeat;
    position: absolute;
    right: -7px;
    bottom: -340px;
    z-index: -1;
}
@media screen and (max-width: 860px) {
    .interview-detail-white-box:after {
        display: none;
    }
}
.interview-detail-white-box:before {
    content: "";
    width: calc(50% + 240px);
    height: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
@media screen and (max-width: 860px) {
    .interview-detail-white-box:before {
        width: 100%;
    }
}
.interview-detail-info {
    width: calc(50% + 240px - 150px);
}
@media screen and (max-width: 860px) {
    .interview-detail-info {
        width: 100%;
    }
}
.interview-detail-info h1 {
    font-size: 24px;
    line-height: calc(40 / 24);
    font-weight: 700;
}
@media screen and (max-width: 860px) {
    .interview-detail-info h1 {
        font-size: 19px;
        margin-top: 40px;
    }
}
.interview-detail-info p {
    font-size: 14px;
    line-height: calc(26 / 14);
    margin-top: 30px;
}
@media screen and (max-width: 860px) {
    .interview-detail-info p {
        font-size: 14px;
    }
}
@media screen and (max-width: 860px) {
    .interview-detail-info p {
        margin-top: 27.5px;
    }
}
.interview-detail-link {
    text-align: center;
    padding-bottom: 200px;
}
@media screen and (max-width: 860px) {
    .interview-detail-link {
        padding-bottom: 78px;
    }
}
.interview-detail-link .btn {
    max-width: 340px;
    width: 100%;
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #1d1e1f;
}
@media screen and (max-width: 860px) {
    .interview-detail-link .btn {
        max-width: 277px;
    }
}
.about {
    position: relative;
}
.about > .container {
    max-width: 1024px;
    margin-inline: auto;
    width: calc(100% - 40px);
}
.about > .separator {
    background-size: cover;
    background-position: bottom right;
    background-image: url(assets/images/about/mv.jpg);
}
@media screen and (max-width: 860px) {
    .about > .separator {
        background-image: url(assets/images/about/mv-sp.jpg);
    }
}
.about__message {
    position: relative;
    padding-top: 120px;
    padding-bottom: 200px;
    line-height: 0;
}
@media screen and (max-width: 860px) {
    .about__message {
        padding-top: 80px;
        padding-bottom: 82px;
    }
}
@media screen and (max-width: 860px) {
    .about__message .section__title span:after {
        width: 6px;
        height: 6px;
        right: -14px;
        top: 13px;
    }
}
@media screen and (max-width: 575px) {
    .about__message .section__title span:after {
        top: 48px;
        right: -10px;
    }
}
.about__message:before {
    content: "";
    width: 403px;
    height: 634px;
    display: block;
    background: url(assets/images/about/n.svg) center/contain no-repeat;
    position: absolute;
    right: 0;
    bottom: -204px;
    z-index: 0;
}
@media screen and (max-width: 1220px) {
    .about__message:before {
        bottom: -132px;
        right: -323px;
    }
}
.about__message-txt {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
@media screen and (max-width: 860px) {
    .about__message-txt {
        display: block;
        margin-top: 28px;
    }
}
.about__message-txt div {
    width: calc((100% - 60px) / 2);
    position: relative;
}
@media screen and (max-width: 860px) {
    .about__message-txt div {
        width: 100%;
    }
}
.about__message-txt div:last-of-type {
    padding-bottom: 60px;
}
.about__message-txt div P {
    font-size: 14px;
    line-height: calc(26 / 14);
    text-align: justify;
    line-break: strict;
}
@media screen and (max-width: 860px) {
    .about__message-txt div P {
        font-size: 14px;
    }
}
.about__message-txt div P + p {
    margin-top: calc(26 / 14 * 1rem);
}
.about__message-txt div P.signature {
    text-align: right;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.about__message-pagmark {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px solid #bebebe;
    width: 100%;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 860px) {
    .about__message-pagmark {
        display: block;
        text-align: center;
    }
}
.about__message-pagmark p {
    font-size: 14px;
    line-height: calc(26 / 14);
}
@media screen and (max-width: 860px) {
    .about__message-pagmark p {
        font-size: 14px;
    }
}
.about__message-pagmark p:nth-of-type(2) {
    margin-inline: 46px;
}
@media screen and (max-width: 860px) {
    .about__message-pagmark p:nth-of-type(2) {
        margin-inline: initial;
        text-align: left;
    }
    .about__message-pagmark p:nth-of-type(2) br {
        display: none;
    }
}
@media screen and (max-width: 860px) {
    .about__message-pagmark p:last-of-type {
        margin-top: 16px;
    }
}
.about__message-pagmark p a {
    color: #1d1e1f;
}
.about__message-pagmark p a:hover {
    text-decoration: none;
}
.about__message-img {
    display: flex;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 860px) {
    .about__message-img {
        display: block;
    }
}
.about__message-img img {
    width: 50%;
}
@media screen and (max-width: 860px) {
    .about__message-img img {
        width: 100%;
    }
}
.about__role {
    padding-bottom: 200px;
}
@media screen and (max-width: 860px) {
    .about__role {
        padding-bottom: 82px;
    }
}
.about__role .container {
    background-color: #ededed;
    max-width: 1200px;
    padding: 140px 78px 140px 88px;
    min-height: 932px;
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
    .about__role .container {
        padding: 79px 0;
        width: 100%;
    }
    .about__role .container h2,
    .about__role .container .list {
        width: calc(100% - 55px);
        margin-inline: auto;
    }
    .about__role .container .list {
        padding-left: 0;
    }
}
.about__role-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 174px;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .about__role-detail {
        display: block;
        padding-top: 65px;
    }
}
.about__role-detail:before {
    content: "";
    width: 598px;
    height: 598px;
    background-image: url(assets/images/about/circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% + 62px);
    left: calc(-102px - 86px);
    transform: translate(0, -50%);
}
@media screen and (max-width: 1024px) {
    .about__role-detail:before {
        position: relative;
        top: calc(50% + 62px);
        left: 0;
        transform: 0;
    }
}
.about__role-detail .circle {
    width: 409px;
}
@media screen and (max-width: 1024px) {
    .about__role-detail .circle {
        width: 100%;
        padding-bottom: 42%;
        background-image: url(assets/images/about/circle-sp.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
        margin-bottom: 50px;
    }
}
.about__role-detail .circle-thought {
    font-size: 26px;
    line-height: calc(48 / 26);
    font-weight: 700;
    color: #e50012;
    padding-left: 15px;
}
@media screen and (max-width: 1024px) {
    .about__role-detail .circle-thought {
        text-align: center;
        padding-left: 0;
        width: calc(100% - 55px);
        margin-inline: auto;
        font-size: 18px;
    }
    .about__role-detail .circle-thought br:nth-of-type(3) {
        display: none;
    }
}
.about__role-detail .circle-thought + p {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    line-height: calc(18 / 12);
    margin-top: 53px;
    margin-left: 42px;
}
@media screen and (max-width: 1024px) {
    .about__role-detail .circle-thought + p {
        width: max-content;
        margin-left: auto;
        margin-right: 13%;
        margin-top: 24px;
        font-size: 10px;
    }
}
.about__role-detail .list {
    width: calc(100% - 409px);
    padding-left: 32px;
}
@media screen and (max-width: 1024px) {
    .about__role-detail .list {
        width: 100%;
    }
}
.about__role-detail .list__title {
    font-weight: 700;
    font-size: 18px;
    line-height: calc(30 / 18);
}
@media screen and (max-width: 1200px) {
    .about__role-detail .list__title {
        font-size: 17px;
    }
}
@media screen and (max-width: 860px) {
    .about__role-detail .list__title {
        font-size: 15px;
    }
}
.about__role-detail .list__title + p {
    font-size: 14px;
    line-height: calc(26 / 14);
    margin-top: 16px;
    font-weight: 500;
}
@media screen and (max-width: 860px) {
    .about__role-detail .list__title + p {
        font-size: 14px;
    }
}
@media screen and (max-width: 1196px) {
    .about__role-detail .list__title + p .mxw {
        display: none;
    }
}
.about__role-detail .list li {
    height: 98px;
}
.about__role-detail .list li:nth-of-type(2) {
    height: 124px;
}
@media screen and (max-width: 1024px) {
    .about__role-detail .list li {
        height: auto !important;
    }
}
.about__role-detail .list__line {
    position: relative;
}
.about__role-detail .list__line:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #1d1e1f;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    position: absolute;
    left: -154px;
    top: 13px;
    z-index: 1;
}
@media screen and (max-width: 1024px) {
    .about__role-detail .list__line:before {
        content: none;
    }
}
.about__role-detail .list__line:after {
    content: "";
    width: 80px;
    height: 1px;
    display: inline-block;
    background: #1d1e1f;
    position: absolute;
    left: -134px;
    top: 23px;
    z-index: 0;
}
@media screen and (max-width: 1024px) {
    .about__role-detail .list__line:after {
        content: none;
    }
}
.about__role-detail .list li {
    margin-top: 76px;
    padding-left: 44px;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .about__role-detail .list li {
        padding-left: 37px;
        margin-top: 32px;
    }
}
.about__role-detail .list li:before {
    position: absolute;
    left: 0;
    top: -5px;
    display: inline-block;
    font-weight: 700;
    font-size: 28px;
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
@media screen and (max-width: 860px) {
    .about__role-detail .list li:before {
        font-size: 22.5px;
    }
}
.about__role-detail .list li:first-of-type {
    margin-top: 0;
}
.about__role-detail .list li:first-of-type:before {
    content: "01.";
    left: 4px;
}
.about__role-detail .list li:nth-of-type(2) {
    margin-left: 45px;
}
@media screen and (max-width: 1024px) {
    .about__role-detail .list li:nth-of-type(2) {
        margin-left: 0px;
    }
}
.about__role-detail .list li:nth-of-type(2):before {
    content: "02.";
}
.about__role-detail .list li:nth-of-type(2) .list__line:before {
    left: -132px;
}
.about__role-detail .list li:nth-of-type(2) .list__line:after {
    left: -124px;
    width: 70px;
}
.about__role-detail .list li:nth-of-type(3):before {
    content: "03.";
}
.about__data {
    padding-bottom: 200px;
}
@media screen and (max-width: 860px) {
    .about__data {
        padding-bottom: 80px;
    }
}
.about__data h3 {
    line-height: 1.5;
}
.about__data br {
    display: none;
}
@media screen and (max-width: 860px) {
    .about__data br {
        display: initial;
    }
}
.about__data .separator {
    width: calc(100% - 138px);
    position: relative;
    max-width: 1216px;
    aspect-ratio: 1216 / 616;
    height: initial;
}
@media screen and (max-width: 860px) {
    .about__data .separator {
        width: calc(100% - 29px);
        aspect-ratio: 695 / 508;
    }
}
.about__data .separator span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.about__data .separator:before {
    content: "";
    width: 100vw;
    height: 50%;
    background: #ededed;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.about__data .bg-wrapper {
    padding-top: 145px;
    background: #ededed;
}
@media screen and (max-width: 860px) {
    .about__data .bg-wrapper {
        padding-top: 50px;
    }
}
.about__data-content {
    padding: 60px 0 93px;
    border-top: 1px solid #1d1e1f;
}
@media screen and (max-width: 860px) {
    .about__data-content > .about__data-company div {
        padding: 18px 6px;
    }
}
@media screen and (max-width: 860px) {
    .about__data-content > .about__data-award div {
        padding: 18px 0px;
    }
}
@media screen and (max-width: 860px) {
    .about__data-content {
        padding-top: 30px;
        padding-bottom: 60px;
    }
}
.about__data-content:first-of-type {
    margin-top: 60px;
}
@media screen and (max-width: 860px) {
    .about__data-content:first-of-type {
        margin-top: 45px;
    }
}
.about__data-content h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}
@media screen and (max-width: 860px) {
    .about__data-content h3 {
        font-size: 19px;
    }
}
.about__data-content > .about__data-award div {
    width: 33.3333%;
}
@media screen and (max-width: 860px) {
    .about__data-content > .about__data-award div {
        width: 50%;
    }
}
.about__data-content > div {
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
    justify-content: center;
}
.about__data-content > div div {
    width: 25%;
    border-left: 1px solid #bebebe;
    text-align: center;
    padding: 18px 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.about__data-content > div div:first-of-type {
    border-left: none;
}
@media screen and (max-width: 860px) {
    .about__data-content > div div.mt-4 {
        padding: 18px 0;
    }
}
.about__data-content > div div.mt-4 img {
    margin-top: -48px;
}
@media screen and (max-width: 1024px) {
    .about__data-content > div div.mt-4 img {
        margin-top: calc(-2vw - 40px);
    }
}
@media screen and (max-width: 860px) {
    .about__data-content > div div.mt-4 img {
        margin-right: -50px;
        margin-top: -65px;
    }
}
@media screen and (max-width: 860px) {
    .about__data-content > div div {
        width: 50%;
        margin-bottom: 25px;
    }
    .about__data-content > div div img {
        width: 100%;
    }
    .about__data-content > div div:nth-of-type(2n + 1) {
        border-left: none;
    }
    .about__data-content > div div:last-of-type(1),
    .about__data-content > div div:last-of-type(2) {
        margin-bottom: 0;
    }
    .about__data-content > div div.mt-4 {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 860px) {
    .about__data-content > div.col6 {
        margin-top: 36px;
    }
}
.about__data-content > div.col6 div {
    width: calc(100% / 6);
    align-items: flex-start;
}
@media screen and (max-width: 860px) {
    .about__data-content > div.col6 div {
        width: 50%;
        margin-bottom: 25px;
    }
    .about__data-content > div.col6 div img {
        width: 100%;
    }
    .about__data-content > div.col6 div:last-of-type(2) {
        margin-bottom: 0;
        border-left: none;
    }
    .about__data-content > div.col6 div:last-of-type(1) {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 860px) {
    .about__data-company {
        margin-top: 36px;
    }
}
@media screen and (max-width: 860px) {
    .about__data-env {
        margin-top: 36px;
    }
    .about__data-env + div {
        margin-top: 0;
    }
    .about__data-env + div div {
        padding: 18px 38px;
    }
}
@media screen and (max-width: 860px) and (max-width: 860px) {
    .about__data-env + div div:last-of-type {
        margin-right: auto;
        border-right: 1px solid #bebebe;
    }
}
@media screen and (max-width: 860px) {
    .about__data-env div:nth-of-type(1) {
        padding: 18px 10px;
    }
}
@media screen and (max-width: 575px) {
    .about__data-env div:nth-of-type(1) {
        padding: 18px 11%;
    }
}
@media screen and (max-width: 860px) {
    .about__data-env div:nth-of-type(2) {
        padding: 18px 36px;
    }
}
@media screen and (max-width: 860px) {
    .about__data-env div:nth-of-type(3) {
        padding: 19px 10px;
    }
}
@media screen and (max-width: 575px) {
    .about__data-env div:nth-of-type(3) {
        padding: 18px 11%;
    }
}
@media screen and (max-width: 860px) {
    .about__data-env div:nth-of-type(4) {
        padding: 18px 38px;
    }
}
@media screen and (max-width: 860px) {
    .about__data-env div:nth-of-type(5) {
        padding: 18px 40px;
    }
}
@media screen and (max-width: 860px) {
    .about__data-env div:nth-of-type(6) {
        padding: 18px 29px;
    }
}
@media screen and (max-width: 860px) {
    .about__data-env div:nth-of-type(7) {
        padding: 18px 30px;
    }
}
@media screen and (max-width: 860px) {
    .about__data-env div:nth-of-type(8) {
        padding: 18px 40px;
    }
}
.about__data-award img {
    width: 300px;
}
@media screen and (max-width: 860px) {
    .about__data-award {
        margin-top: 36px;
    }
}
@media screen and (max-width: 860px) {
    .about__data-award div:nth-of-type(1) {
        padding: 18px 0px;
    }
}
.about__data-award div:nth-of-type(1) img {
    margin-right: -14px;
}
@media screen and (max-width: 860px) {
    .about__data-award div:nth-of-type(1) img {
        margin-right: 0;
    }
}
.about__data-award div:nth-of-type(4) {
    border-left: none;
    margin-top: 24px;
}
@media screen and (max-width: 860px) {
    .about__data-award div:nth-of-type(4) {
        margin-top: 0;
        border-left: 1px solid #bebebe;
    }
}
.about__data-award div:nth-of-type(5) {
    margin-top: 24px;
}
@media screen and (max-width: 860px) {
    .about__data-award div:nth-of-type(5) {
        margin-top: 0;
        margin-right: auto;
        border-right: 1px solid #bebebe;
    }
}
.about__data-award div:nth-of-type(5) img {
    margin-right: -10px;
}
@media screen and (max-width: 860px) {
    .about__data-award div:nth-of-type(5) img {
        margin-right: 0px;
        margin-left: -10px;
    }
}
.about__shops {
    padding-bottom: 180px;
}
@media screen and (max-width: 860px) {
    .about__shops {
        padding-bottom: 90px;
    }
}
.about__shops .notice {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 700;
    display: none;
}
@media screen and (max-width: 860px) {
    .about__shops .notice {
        display: block;
    }
}
.about__shops .clickable-map {
    margin-top: 40px;
    width: calc(100% + 55px);
    margin-left: calc(-55px / 2);
    display: none;
}
@media screen and (max-width: 860px) {
    .about__shops .clickable-map {
        display: block;
    }
}
@media screen and (max-width: 1024px) {
    .about__shops .map-wrapper {
        min-width: 1024px;
        scale: 0.9;
        margin-left: -7%;
        margin: auto;
        margin: 0 calc(100vw - 1024px) 0;
        margin-top: calc(-106px + 48px);
        margin-bottom: calc(94px - 125px);
    }
}
@media screen and (max-width: 971px) {
    .about__shops .map-wrapper {
        margin-top: calc(-170px + 48px);
        margin-bottom: calc(-307px + 180px);
        scale: 0.8;
    }
}
@media screen and (max-width: 906px) {
    .about__shops .map-wrapper {
        margin-top: calc(-244px + 48px);
        margin-bottom: calc(-380px + 180px);
        scale: 0.7;
    }
}
@media screen and (max-width: 860px) {
    .about__shops .map-wrapper {
        display: none;
    }
}
.about__shops .map {
    display: flex;
    margin-bottom: 24px;
}
@media screen and (max-width: 860px) {
    .about__shops .map {
        margin-bottom: 0;
    }
}
.about__shops .map-detail {
    width: 184px;
    z-index: 1;
    position: relative;
}
.about__shops .map-detail p {
    font-size: 14px;
    line-height: calc(20 / 14);
    line-break: strict;
}
.about__shops .map-detail p:first-of-type {
    font-weight: 700;
    margin-top: 10px;
    font-feature-settings: "palt";
}
.about__shops .map-detail p:nth-of-type(2) {
    margin-top: 10px;
    font-weight: 500;
}
.about__shops .map-top {
    justify-content: center;
    margin-top: 48px;
}
.about__shops .map-top .map-detail {
    margin-left: 25px;
}
.about__shops .map-top .map-detail:first-of-type {
    margin-left: 0;
}
.about__shops .map-middle > div:nth-of-type(1),
.about__shops .map-middle > div:nth-of-type(3) {
    margin-top: 34px;
}
.about__shops .map-middle > div:nth-of-type(1) div,
.about__shops .map-middle > div:nth-of-type(3) div {
    margin-top: 25px;
}
.about__shops .map-middle > div:nth-of-type(1) div:first-of-type,
.about__shops .map-middle > div:nth-of-type(3) div:first-of-type {
    margin-top: 0;
}
.about__shops .map-middle .area-map {
    transform: scale(1.087);
    z-index: 0;
    position: relative;
}
.about__shops .map-bottom {
    margin-top: 10px;
    justify-content: space-between;
}
.about__group .separator {
    width: calc(100% - 138px);
    position: relative;
    margin-left: auto;
    max-width: 1216px;
    aspect-ratio: 1216 / 616;
    height: initial;
}
@media screen and (max-width: 860px) {
    .about__group .separator {
        width: calc(100% - 29px);
        aspect-ratio: 695 / 508;
    }
}
.about__group .separator span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.about__group .separator:before {
    content: "";
    width: 100vw;
    height: 50%;
    background: #ededed;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.about__group .bg-wrapper {
    padding-top: 145px;
    background: #ededed;
    padding-bottom: 200px;
}
@media screen and (max-width: 860px) {
    .about__group .bg-wrapper {
        padding-bottom: 85px;
        padding-top: 50px;
    }
}
.about__group-img {
    margin-top: 45px;
}
@media screen and (max-width: 575px) {
    .about__group-img {
        margin-left: -30px;
    }
}
.about__group-list {
    margin-top: 80px;
}
@media screen and (max-width: 860px) {
    .about__group-list {
        margin-top: 40px;
    }
}
.about__group-list .company {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 52px;
    margin-top: 52px;
    border-top: 1px solid #bebebe;
    position: relative;
}
@media screen and (max-width: 860px) {
    .about__group-list .company {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 48px;
        margin-top: 48px;
    }
}
.about__group-list .company:first-of-type {
    padding-top: initial;
    margin-top: initial;
    border-top: none;
}
.about__group-list .company:last-of-type {
    padding-bottom: 52px;
    border-bottom: 1px solid #bebebe;
}
@media screen and (max-width: 860px) {
    .about__group-list .company:last-of-type {
        padding-bottom: 48px;
    }
}
.about__group-list .company .shop-type {
    font-size: 13px;
}
.about__group-list .company .shop-type + .name-en {
    margin-top: 10px;
}
@media screen and (max-width: 860px) {
    .about__group-list .company .shop-type {
        font-size: 10px;
    }
}
.about__group-list .company .name-en {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
}
@media screen and (max-width: 860px) {
    .about__group-list .company .name-en {
        font-size: 13px;
        margin-top: 10px;
    }
}
.about__group-list .company .name-ja {
    margin-top: 20px;
    font-weight: 700;
    font-size: 20px;
}
@media screen and (max-width: 860px) {
    .about__group-list .company .name-ja {
        font-size: 16px;
        margin-top: 15px;
    }
}
.about__group-list .company .btn {
    color: #1d1e1f;
    width: 324px;
    display: flex;
}
@media screen and (max-width: 860px) {
    .about__group-list .company .btn {
        margin-left: auto;
    }
}
.about__group-list .company .btn:after {
    transform: rotate(-45deg);
}
.about__group-list .company .btn + .btn {
    margin-top: 32px;
}
@media screen and (max-width: 860px) {
    .about__group-list .company-link {
        order: 3;
        padding-top: 36px;
        width: 100%;
    }
}
.about__group-list .company-name {
    width: 360px;
}
@media screen and (max-width: 860px) {
    .about__group-list .company-name {
        order: 1;
    }
}
.about__group-list .company .car-logo {
    margin-left: 22px;
    margin-right: auto;
    display: inline-flex;
    align-items: center;
}
@media screen and (max-width: 860px) {
    .about__group-list .company .car-logo {
        position: absolute;
        right: 0;
    }
}
.about__group-list .company .car-logo img + img {
    margin-left: 20px;
}
.about__group-list .company-info {
    padding-left: 96px;
    margin-top: 40px;
}
@media screen and (max-width: 860px) {
    .about__group-list .company-info {
        order: 2;
        padding-left: 27.5px;
    }
}
.about__group-list .company-info dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
}
@media screen and (max-width: 860px) {
    .about__group-list .company-info dl {
        display: block;
        font-size: 14px;
    }
}
.about__group-list .company-info dl dt {
    width: 166px;
    margin-right: 36px;
    border-right: 1px solid #bebebe;
    padding: 15px 0;
    font-weight: 700;
}
@media screen and (max-width: 860px) {
    .about__group-list .company-info dl dt {
        width: 100%;
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        padding-top: 20px;
        border-left: 1px solid #bebebe;
        padding: 22px 0 8px 16px;
    }
    .about__group-list .company-info dl dt:first-of-type {
        padding-top: 10px;
    }
}
.about__group-list .company-info dl dd {
    width: calc(100% - 202px);
    line-height: 1.5;
}
@media screen and (max-width: 860px) {
    .about__group-list .company-info dl dd {
        width: 100%;
        border-left: 1px solid #bebebe;
        padding-left: 16px;
    }
    .about__group-list .company-info dl dd:last-of-type {
        padding-bottom: 10px;
    }
}
.job {
    position: relative;
}
.job .container {
    position: relative;
    width: calc(100% - 55px);
}
.job > .separator {
    background-size: cover;
    background-position: bottom right;
    background-image: url(assets/images/job/mv.jpg);
}
@media screen and (max-width: 860px) {
    .job > .separator {
        background-image: url(assets/images/job/mv-sp.jpg);
        background-position: bottom -1px right;
    }
}
.job section {
    position: relative;
}
.job__wrapper {
    position: relative;
}
.job__wrapper-border {
    width: 300px;
    height: 300px;
    position: absolute;
    left: -48px;
    top: 567px;
    overflow: hidden;
}
@media screen and (max-width: 860px) {
    .job__wrapper-border {
        width: 244px;
        height: 244px;
        left: calc(100% - 90px);
        top: 39px;
    }
}
.job__wrapper-border:before {
    content: "";
    height: 2px;
    width: 200%;
    display: block;
    background: #e50012;
    transform-origin: center;
    position: absolute;
    left: -250%;
    top: -250%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.6s ease;
}
.job__wrapper-border.on:before {
    left: 0%;
    top: 0%;
}
.job__wrapper:before {
    content: "";
    left: 0;
    top: 0;
    width: calc(50% - 270px);
    min-width: 148px;
    height: 100%;
    background: #1d1e1f;
    display: block;
    position: absolute;
    z-index: 0;
}
@media screen and (max-width: 860px) {
    .job__wrapper:before {
        width: 100%;
        height: calc(430px / 2);
    }
}
.job__wrapper:last-of-type .container {
    padding-bottom: 200px;
}
@media screen and (max-width: 860px) {
    .job__wrapper:last-of-type .container {
        padding-bottom: 80px;
    }
}
.job__type .container {
    padding-top: 130px;
    padding-bottom: 70px;
}
@media screen and (max-width: 860px) {
    .job__type .container {
        padding-top: 80px;
    }
}
@media screen and (max-width: 860px) {
    .job__type .container {
        padding-bottom: 80px;
    }
}
.job__type-name {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 860px) {
    .job__type-name {
        display: block;
        margin-right: -27.5px;
    }
}
.job__type-name picture {
    width: calc(100% - 80px);
    display: inline-block;
}
@media screen and (max-width: 860px) {
    .job__type-name picture {
        width: 100%;
        margin-top: 30px;
    }
}
.job__type-name P {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
@media screen and (max-width: 860px) {
    .job__type-name P {
        -ms-writing-mode: initial;
        writing-mode: initial;
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 860px) {
    .job__type-name P br {
        display: none;
    }
}
.job__type-name P span.ja {
    font-size: 24px;
    line-height: calc(30 / 24);
    font-weight: 700;
    color: #fff;
}
@media screen and (max-width: 860px) {
    .job__type-name P span.ja {
        order: 2;
        font-size: 18px;
    }
}
.job__type-name P span.en {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    line-height: calc(30 / 14);
    color: #e50012;
    font-weight: 600;
}
@media screen and (max-width: 860px) {
    .job__type-name P span.en {
        order: 1;
        font-size: 14px;
    }
}
.job__type-detail {
    max-width: 710px;
    width: 100%;
    margin-left: auto;
    margin-top: 56px;
}
@media screen and (max-width: 1024px) {
    .job__type-detail {
        max-width: 650px;
    }
}
@media screen and (max-width: 860px) {
    .job__type-detail {
        margin-top: 31px;
        max-width: initial;
    }
}
.job__type-detail img {
    margin-top: 46px;
}
@media screen and (max-width: 860px) {
    .job__type-detail img {
        margin-top: 31px;
    }
}
.job__type-detail .summary {
    font-size: 14px;
    line-height: calc(26 / 14);
    text-align: justify;
    line-break: strict;
}
@media screen and (max-width: 860px) {
    .job__type-detail .summary {
        font-size: 14px;
    }
}
.job__type-detail-link {
    margin-top: 68px;
    text-align: center;
}
@media screen and (max-width: 860px) {
    .job__type-detail-link {
        margin-top: 37px;
    }
}
.job__type-detail-link .btn {
    color: #1d1e1f;
    max-width: 424px;
    width: 100%;
}
@media screen and (max-width: 860px) {
    .job__type-detail-link .btn {
        font-size: 13px;
    }
}
.job__list .bg-wrapper {
    padding-top: 145px;
    padding-bottom: 198px;
    background: #ededed;
}
@media screen and (max-width: 860px) {
    .job__list .bg-wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.job__list .bg-wrapper .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (max-width: 860px) {
    .job__list .bg-wrapper .container {
        display: block;
    }
}
.job__list-detail {
    background: #fff;
    padding: 54px 60px;
    width: calc((100% - 60px) / 2);
    margin-bottom: 56.5px;
}
@media screen and (max-width: 860px) {
    .job__list-detail {
        width: 100%;
        margin-bottom: calc(27.5px / 2);
        padding: calc(75px / 2);
    }
}
.job__list-detail:last-of-type {
    margin-bottom: 0;
}
.job__list-detail:nth-last-of-type(2):nth-of-type(2n-1) {
    margin-bottom: 0;
}
@media screen and (max-width: 860px) {
    .job__list-detail:nth-last-of-type(2):nth-of-type(2n-1) {
        margin-bottom: calc(27.5px / 2);
    }
}
.job__list-detail .job-name {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 860px) {
    .job__list-detail .job-name {
        display: block;
    }
}
.job__list-detail .job-name span {
    font-size: 20px;
    font-weight: 700;
    color: #1d1e1f;
    margin-right: 18px;
}
@media screen and (max-width: 860px) {
    .job__list-detail .job-name span {
        display: block;
        margin-right: 0;
        line-height: 1.5;
        font-size: 17px;
    }
}
.job__list-detail .job-name span:nth-of-type(2) {
    color: #e50012;
    font-size: 11px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-top: 3px;
}
.job__list-detail .job-name + p {
    margin-top: 20px;
    font-size: 14px;
    line-height: calc(26 / 14);
    text-align: justify;
    line-break: strict;
}
@media screen and (max-width: 860px) {
    .job__list-detail .job-name + p {
        font-size: 14px;
    }
}
@media screen and (max-width: 860px) {
    .job__list-detail .job-name + p {
        margin-top: 10px;
    }
}
.job__list-detail-link {
    margin-top: 90px;
    width: 100%;
    text-align: right;
}
@media screen and (max-width: 860px) {
    .job__list-detail-link {
        margin-top: 37px;
        text-align: center;
    }
}
.job__list-detail-link .btn {
    color: #1d1e1f;
    width: 424px;
}
.benefits {
    position: relative;
}
.benefits > .separator {
    background-size: cover;
    background-position: bottom right;
    background-image: url(assets/images/benefits/mv.jpg);
}
@media screen and (max-width: 860px) {
    .benefits > .separator {
        background-image: url(assets/images/benefits/mv-sp.jpg);
    }
}
.benefits__wrapper {
    position: relative;
}
.benefits__wrapper-border {
    width: 300px;
    height: 300px;
    position: absolute;
    left: -77px;
    top: 10px;
    overflow: hidden;
}
@media screen and (max-width: 860px) {
    .benefits__wrapper-border {
        width: 244px;
        height: 244px;
        left: initial;
        top: -50px;
        right: -150px;
    }
}
.benefits__wrapper-border:before {
    content: "";
    height: 2px;
    width: 200%;
    display: block;
    background: #e50012;
    transform-origin: center;
    position: absolute;
    left: -250%;
    top: -250%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.6s ease;
}
.benefits__wrapper-border.on:before {
    left: 70%;
    top: 70%;
}
.benefits__list {
    position: relative;
    padding-top: 120px;
    padding-bottom: calc(200px - 44px);
    background: #ededed;
}
@media screen and (max-width: 860px) {
    .benefits__list {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.benefits__list-top {
    margin-top: 115px;
    padding-left: 245px;
    padding-bottom: 2px;
}
@media screen and (max-width: 860px) {
    .benefits__list-top {
        margin-top: 56px;
    }
}
@media screen and (max-width: 860px) {
    .benefits__list-top {
        padding-left: 0;
        display: flex;
        justify-content: space-between;
    }
}
@media screen and (max-width: 575px) {
    .benefits__list-top {
        padding-left: 0;
        display: block;
    }
}
.benefits__list-top-detail {
    display: flex;
    align-items: center;
    margin-top: 46px;
}
@media screen and (max-width: 860px) {
    .benefits__list-top-detail {
        display: block;
        text-align: center;
        margin-top: 0;
        width: calc((100% - 40px) / 2);
    }
}
@media screen and (max-width: 575px) {
    .benefits__list-top-detail {
        width: 100%;
        margin-top: 48px;
    }
}
.benefits__list-top-detail:first-of-type {
    margin-top: 0;
}
.benefits__list-top-detail .cicle {
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
}
@media screen and (max-width: 860px) {
    .benefits__list-top-detail .cicle {
        margin-inline: auto;
    }
}
.benefits__list-top-detail .cicle + div {
    width: calc(100% - 140px);
    padding: 0 35px;
}
@media screen and (max-width: 860px) {
    .benefits__list-top-detail .cicle + div {
        width: 100%;
        padding: 0;
    }
}
.benefits__list-top-detail .cicle + div .title {
    color: #e50012;
    font-size: 22px;
    font-weight: 700;
    line-height: calc(30 / 20);
}
@media screen and (max-width: 860px) {
    .benefits__list-top-detail .cicle + div .title {
        font-size: 18px;
        margin-top: 24px;
    }
}
.benefits__list-top-detail .cicle + div .title + p {
    font-size: 14px;
    line-height: calc(26 / 14);
    margin-top: 15px;
    line-break: strict;
}
@media screen and (max-width: 860px) {
    .benefits__list-top-detail .cicle + div .title + p {
        font-size: 14px;
    }
}
@media screen and (max-width: 860px) {
    .benefits__list-top-detail .cicle + div .title + p {
        text-align: justify;
    }
}
.benefits__list-bottom {
    margin-top: 72px;
    padding-top: 72px;
    border-top: 1px solid #bebebe;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 860px) {
    .benefits__list-bottom {
        margin-top: 48px;
        padding-top: 48px;
    }
}
.benefits__list-bottom-detail {
    width: calc((100% - 156px) / 4);
    margin-bottom: 44px;
    margin-right: 52px;
}
@media screen and (max-width: 860px) {
    .benefits__list-bottom-detail {
        width: calc((100% - 104px) / 3);
    }
}
@media screen and (max-width: 575px) {
    .benefits__list-bottom-detail {
        width: calc((100% - 26px) / 2);
        margin-right: 26px;
    }
}
.benefits__list-bottom-detail:last-of-type {
    margin-right: auto;
}
.benefits__list-bottom-detail:nth-of-type(4n) {
    margin-right: 0;
}
@media screen and (max-width: 860px) {
    .benefits__list-bottom-detail:nth-of-type(4n) {
        margin-right: 52px;
    }
}
@media screen and (max-width: 575px) {
    .benefits__list-bottom-detail:nth-of-type(4n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 860px) {
    .benefits__list-bottom-detail:nth-of-type(3n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 575px) {
    .benefits__list-bottom-detail:nth-of-type(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 575px) {
    .benefits__list-bottom-detail:nth-of-type(2n-1) {
        margin-right: 26px;
        margin-bottom: 0;
    }
}
.benefits__list-bottom-detail .cicle {
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    margin-inline: auto;
}
.benefits__list-bottom-detail .cicle + div {
    margin-top: 28px;
}
.benefits__list-bottom-detail .cicle + div .title {
    font-size: 16px;
    font-weight: 700;
    line-height: calc(26 / 16);
    text-align: center;
}
@media screen and (max-width: 860px) {
    .benefits__list-bottom-detail .cicle + div .title {
        font-size: 13px;
    }
}
.benefits__list-bottom-detail .cicle + div .title + p {
    font-size: 14px;
    line-height: calc(26 / 14);
    margin-top: 20px;
    line-break: strict;
}
@media screen and (max-width: 860px) {
    .benefits__list-bottom-detail .cicle + div .title + p {
        font-size: 14px;
    }
}
.benefits__list-bottom-detail .cicle + div .title + p.ls {
    letter-spacing: -0.05em;
}
@media screen and (max-width: 860px) {
    .benefits__list-bottom-detail .cicle + div .title + p {
        text-align: justify;
    }
}
.benefits__message {
    padding-bottom: 200px;
}
@media screen and (max-width: 860px) {
    .benefits__message {
        padding-bottom: 162px;
    }
}
.benefits__message__wrapper {
    position: relative;
    padding-top: 140px;
}
@media screen and (max-width: 860px) {
    .benefits__message__wrapper {
        padding-top: 52px;
    }
}
.benefits__message__wrapper:first-of-type {
    padding-top: 0;
}
.benefits__message__wrapper:nth-of-type(2) .benefits__wrapper-border {
    right: -90px;
    top: 111px;
    left: initial;
}
@media screen and (max-width: 860px) {
    .benefits__message__wrapper:nth-of-type(2) .benefits__wrapper-border {
        display: none;
    }
}
.benefits__message__wrapper:last-of-type {
    padding-top: 200px;
}
@media screen and (max-width: 860px) {
    .benefits__message__wrapper:last-of-type {
        padding-top: 52px;
    }
}
.benefits__message__wrapper:last-of-type .benefits__wrapper-border {
    top: 330px;
}
@media screen and (max-width: 860px) {
    .benefits__message__wrapper:last-of-type .benefits__wrapper-border {
        width: 145px;
        height: 145px;
        top: initial;
        bottom: -119px;
        left: initial;
        right: -24px;
    }
}
.benefits__message__wrapper img {
    width: calc(50% + 36px);
    margin-left: auto;
    display: block;
}
@media screen and (max-width: 860px) {
    .benefits__message__wrapper img {
        width: calc(100% - 28px);
    }
}
.benefits__message__wrapper:nth-of-type(2) img {
    margin-left: initial;
    margin-right: auto;
}
.benefits__message__wrapper:nth-of-type(2) .absolute .container .benefits__message-txt {
    margin-left: auto;
}
.benefits__message:before {
    content: "";
    width: 458px;
    height: 537px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: url(assets/images/benefits/n.svg) center/contain no-repeat;
    z-index: 0;
}
@media screen and (max-width: 860px) {
    .benefits__message:before {
        background: url(assets/images/benefits/n-sp.svg) center/contain no-repeat;
        width: calc(313px / 2);
        height: calc(652px / 2);
        bottom: 76px;
        left: -1px;
    }
}
.benefits__message-txt {
    max-width: 410px;
    width: calc(50% - 56px);
}
@media screen and (max-width: 860px) {
    .benefits__message-txt {
        max-width: initial;
        width: 100%;
        margin-top: 26px;
    }
}
.benefits__message-txt h3 {
    font-size: 20px;
    line-height: calc(30 / 20);
    font-weight: 700;
    padding-left: 42px;
    position: relative;
}
@media screen and (max-width: 860px) {
    .benefits__message-txt h3 {
        font-size: 16px;
        padding-left: 34px;
    }
}
.benefits__message-txt h3:before {
    content: "";
    width: 21px;
    height: 2px;
    display: block;
    background: #e50012;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
@media screen and (max-width: 860px) {
    .benefits__message-txt h3:before {
        width: 17px;
    }
}
.benefits__message-txt p {
    font-size: 14px;
    line-height: calc(26 / 14);
    margin-top: 28px;
}
@media screen and (max-width: 860px) {
    .benefits__message-txt p {
        font-size: 14px;
    }
}
@media screen and (max-width: 860px) {
    .benefits__message-txt p {
        margin-top: 16px;
    }
}
.benefits__message-content {
    width: calc(100% - 153px);
    margin-left: auto;
    padding: 120px 120px 100px;
    background: #ededed;
    margin-top: -30px;
}
@media screen and (max-width: 860px) {
    .benefits__message-content {
        width: calc(100% + 55px - 55px);
        margin-left: calc(-55px / 2 + 55px);
        margin-right: calc(-55px / 2);
        padding: 88px 60px 50px;
        margin-top: -46px;
    }
}
@media screen and (max-width: 575px) {
    .benefits__message-content {
        padding: 88px 28px 45px;
    }
}
.benefits__message-content h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: calc(42 / 26);
    color: #e50012;
}
@media screen and (max-width: 860px) {
    .benefits__message-content h3 {
        font-size: 19px;
    }
}
.benefits__message-content h3 + p {
    margin-top: 42px;
}
@media screen and (max-width: 860px) {
    .benefits__message-content h3 + p {
        margin-top: 30px;
    }
}
.benefits__message-content p {
    font-size: 14px;
    line-height: calc(26 / 14);
    margin-top: 30px;
}
@media screen and (max-width: 860px) {
    .benefits__message-content p {
        font-size: 14px;
    }
}
.benefits .absolute {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
@media screen and (max-width: 860px) {
    .benefits .absolute {
        position: relative;
    }
}
.benefits .container {
    width: calc(100% - 55px);
}
.benefits > .container {
    max-width: 1024px;
    margin-inline: auto;
    width: calc(100% - 40px);
}
.benefits .section__title {
    white-space: nowrap;
}
.benefits .section__title br {
    display: none;
}
@media screen and (max-width: 860px) {
    .benefits .section__title > span:after {
        top: 5px;
        right: -11px;
    }
    .benefits .section__title span {
        margin-right: 0;
    }
    .benefits .section__title br {
        display: initial;
    }
}
.recruit {
    position: relative;
}
.recruit__wrapper {
    position: relative;
    padding-top: 120px;
    padding-bottom: 200px;
    background: #ededed;
}
@media screen and (max-width: 860px) {
    .recruit__wrapper {
        padding-top: calc(151px / 2);
        padding-bottom: calc(138px / 2);
    }
}
.recruit .separator {
    background-position: bottom center;
    background-image: url(assets/images/recruit_info/mv.jpg?2024);
    background-size: cover;
}
@media screen and (max-width: 860px) {
    .recruit .separator {
        background-image: url(assets/images/recruit_info/mv-sp.jpg?2024);
        background-position: bottom -1px right;
    }
}
.recruit .section__title {
    font-size: 14px;
}
.recruit .section__title span {
    font-size: 26px;
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
@media screen and (max-width: 860px) {
    .recruit .section__title span {
        font-size: 21px;
        margin-right: 23px;
    }
}
.recruit .section__title span:after {
    width: 8px;
    height: 8px;
    top: 5px;
    right: -18px;
}
.recruit .container {
    position: relative;
}
.recruit .container:first-of-type {
    margin-top: 0;
}
.recruit .container:nth-of-type(2),
.recruit .container:nth-of-type(3) {
    margin-top: 36px;
    z-index: 2;
}
@media screen and (max-width: 860px) {
    .recruit .container:nth-of-type(2),
    .recruit .container:nth-of-type(3) {
        margin-top: 52px;
    }
}
.recruit .container:nth-last-of-type(1),
.recruit .container:nth-last-of-type(2) {
    margin-top: 72px;
}
@media screen and (max-width: 860px) {
    .recruit .container:nth-last-of-type(1),
    .recruit .container:nth-last-of-type(2) {
        margin-top: 36px;
    }
}
.recruit .container .btn {
    width: calc((100% - 52px) / 3);
    color: #1d1e1f;
    font-weight: 700;
    margin-bottom: 58px;
    margin-right: 26px;
}
.recruit .container .btn:nth-of-type(3n) {
    margin-right: 0;
}
@media screen and (max-width: 860px) {
    .recruit .container .btn {
        width: calc((100% - 26px) / 2);
        font-size: 16px;
    }
    .recruit .container .btn:nth-of-type(3n) {
        margin-right: 26px;
    }
    .recruit .container .btn:nth-of-type(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 575px) {
    .recruit .container .btn {
        width: 100%;
        margin-bottom: 32px;
    }
}
.recruit .term-title {
    max-width: 1024px;
    margin-inline: auto;
    text-align: center;
    margin-top: -60px;
    padding-top: 60px;
    text-align: center;
    pointer-events: none;
}
.recruit .term-title + .container {
    margin-top: 80px;
}
.recruit .term-title + .container + .container {
    margin-top: 120px;
}
.recruit .term-title h2 {
    font-size: 26px;
    line-height: calc(30 / 26);
    font-weight: 700;
}
.recruit .term-title h2 span {
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
    line-height: calc(38 / 16);
}
.recruit .employment_type,
.recruit .job_type,
.recruit .brand_type {
    width: 100%;
    margin-top: 38px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}
.recruit .pagination {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    display: flex;
    background: #fff;
    height: 74px;
    padding: 0 21px;
    margin-top: 44px;
}
@media screen and (max-width: 860px) {
    .recruit .pagination {
        margin-top: 32px;
        height: 50px;
    }
}
.recruit .pagination .page-numbers.next,
.recruit .pagination .page-numbers.prev {
    display: none;
}
.recruit .pagination ul {
    align-items: center;
    justify-content: center;
    display: inline-flex;
}
.recruit .pagination ul li {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
}
.recruit .pagination ul li a {
    width: 35px;
    height: 35px;
    margin: 0 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #1d1e1f;
    text-decoration: none;
    transition: all 0.6s ease;
}
.recruit .pagination ul li a:hover {
    opacity: 0.7;
}
.recruit .pagination ul li span.current {
    width: 35px;
    height: 35px;
    margin: 0 2px;
    display: inline-flex;
    background-color: #e50012;
    border-radius: 50%;
    color: #fff;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 860px) {
    .recruit .pagination ul li span.current {
        width: 32px;
        height: 32px;
    }
}
.recruit .pagination .previous a,
.recruit .pagination .previous span,
.recruit .pagination .next a,
.recruit .pagination .next span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #000;
    transition: all 0.6s ease;
}
@media screen and (max-width: 860px) {
    .recruit .pagination .previous a,
    .recruit .pagination .previous span,
    .recruit .pagination .next a,
    .recruit .pagination .next span {
        width: 32px;
        height: 32px;
    }
}
.recruit .pagination .previous a:hover,
.recruit .pagination .previous span:hover,
.recruit .pagination .next a:hover,
.recruit .pagination .next span:hover {
    opacity: 0.7;
}
.recruit .pagination .previous.no-link,
.recruit .pagination .next.no-link {
    opacity: 0.3;
}
.recruit .pagination .previous img {
    transform: rotate(180deg);
}
.recruit .box_case {
    display: block;
    background-color: white;
    box-sizing: border-box;
    position: relative;
    padding: 62px 57px 55px;
}
.recruit .box_case:not(:last-child) {
    margin-bottom: 24px;
}
.recruit .box_case:before {
    content: "";
    background: #1d1e1f;
    width: 336px;
    height: 4px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.recruit .box_case .box_case__head {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
.recruit .box_case .label_term {
    margin-right: 20px;
}
.recruit .box_case .label_term .label {
    display: inline-block;
    background: #ededed;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 30px;
}
.recruit .box_case .title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    flex: 1;
}
.recruit .box_case .box_case__flex {
    display: flex;
}
.recruit .box_case .box_case__flex div.img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 340px;
    aspect-ratio: 340 / 255;
}
.recruit .box_case .box_case__flex figure {
    width: 340px;
    aspect-ratio: 340 / 255;
    overflow: hidden;
    position: relative;
}
.recruit .box_case .box_case__flex figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.recruit .box_case .inner_data {
    flex: 1;
    padding-left: 22px;
}
.recruit .box_case .table_requirements {
    width: 100%;
    font-size: 12px;
    line-height: calc(34.64 / 12);
    margin: 0;
}
.recruit .box_case .table_requirements tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.recruit .box_case .table_requirements tr th {
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
    width: 100px;
    padding: 5px 0;
    font-weight: bold;
    line-height: 1.75;
    background: #f1f1f1;
    text-align: center;
}
.recruit .box_case .table_requirements tr td {
    padding: 3px 0 3px 16px;
    line-height: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.recruit .box_case .entry_cta {
    background: #ededed;
    padding: 28px 26px 18px;
    margin-top: 27px;
}
.recruit .box_case .btns {
    display: flex;
    justify-content: space-between;
}
.recruit .box_case .btns a {
    width: 241px;
    height: 48px;
    font-size: 14px;
}
.recruit .box_case .btns a:before {
    width: 15px;
    height: 15px;
    right: 17px;
}
.recruit .box_case .display_tel {
    margin-top: 19px;
}
.recruit .box_case .display_tel .tel {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}
.recruit .box_case .display_tel .tel .number {
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px;
    font-family: "Roboto", sans-serif;
}
.recruit .box_case .display_tel .tel .number .icon {
    display: inline-block;
    width: 15px;
    margin: 0 5px;
}
.recruit .box_case .display_tel .tel .number .icon img {
    width: 15px;
    height: 15px;
}
.recruit .box_case .display_tel .tel_s {
    display: none;
    color: #1d1e1f;
    text-decoration: none;
}
@media screen and (max-width: 860px) {
    .recruit .box_case {
        padding: 6.9vw 5vw 7vw;
    }
}
@media screen and (max-width: 860px) {
    .recruit .box_case:not(:last-child) {
        margin-bottom: 4vw;
    }
}
@media screen and (max-width: 860px) {
    .recruit .box_case:before {
        width: 50%;
        height: 5px;
    }
}
@media screen and (max-width: 860px) {
    .recruit .box_case .box_case__head {
        display: block;
        margin-bottom: 0;
        width: 55%;
    }
}
@media screen and (max-width: 860px) {
    .recruit .box_case .label_term {
        margin-right: 0;
    }
}
@media all and (-ms-high-contrast: none) {
    .recruit .box_case .label_term .label {
        padding: 14px 50px 8px;
    }
}
@media screen and (max-width: 860px) {
    .recruit .box_case .label_term .label {
        font-size: 12px;
        padding: 5px 6vw;
        margin-bottom: 3vw;
    }
}
@media screen and (max-width: 860px) {
    .recruit .box_case .title {
        font-size: 3.8vw;
        line-height: 1.42;
        min-height: 4.2em;
    }
}
@media screen and (max-width: 860px) {
    .recruit .box_case .box_case__flex {
        display: block;
    }
}
@media screen and (max-width: 860px) {
    .recruit .box_case .box_case__flex figure {
        width: 35%;
        position: absolute;
        right: 5vw;
        top: 6.5vw;
    }
    .recruit .box_case .box_case__flex div.img {
        width: 35%;
        position: absolute;
        right: 5vw;
        top: 6.5vw;
    }
}
@media screen and (max-width: 860px) {
    .recruit .box_case .inner_data {
        padding-left: 0;
        margin-top: 3vw;
    }
}
@media screen and (max-width: 860px) {
    .recruit .box_case .table_requirements {
        font-size: 2.8vw;
    }
}
@media screen and (max-width: 860px) {
    .recruit .box_case .table_requirements tr th {
        width: 24vw;
        box-sizing: border-box;
        padding: 1.3vw 0;
    }
}
@media screen and (max-width: 860px) {
    .recruit .box_case .table_requirements tr td {
        box-sizing: border-box;
        padding: 1.1vw 2vw;
    }
}
@media screen and (max-width: 860px) {
    .recruit .box_case .entry_cta {
        padding: 4vw 3vw;
        margin-top: 4.5vw;
    }
}
@media screen and (max-width: 860px) {
    .recruit .box_case .btns a {
        width: 49%;
        height: 9vw;
        font-size: 3.2vw;
    }
}
@media screen and (max-width: 860px) {
    .recruit .box_case .btns a:before {
        width: 3.5vw;
        height: 3.5vw;
        right: 2vw;
    }
}
@media screen and (max-width: 860px) {
    .recruit .box_case .btns a.n1 {
        padding-right: 3vw;
    }
}
@media screen and (max-width: 860px) {
    .recruit .box_case .display_tel {
        width: 100%;
        margin-top: 3.7vw;
    }
}
@media screen and (max-width: 860px) {
    .recruit .box_case .display_tel .tel {
        display: none;
    }
}
@media screen and (max-width: 860px) {
    .recruit .box_case .display_tel .tel_s {
        text-align: center;
        display: block;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.4;
    }
    .recruit .box_case .display_tel .tel_s .number {
        font-size: 16px;
        font-weight: bold;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        position: relative;
        top: 1vw;
    }
    .recruit .box_case .display_tel .tel_s .number .icon {
        display: inline-block;
        width: 3.6vw;
        margin: 0 2vw 0 0;
    }
    .recruit .box_case .display_tel .tel_s .number .icon img {
        width: 100%;
        height: auto;
    }
}
.recruit .btn_entry {
    text-align: center;
}
.recruit .btn_entry a {
    width: 304px;
    height: 64px;
    border-radius: 32px;
    margin: 0 auto;
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    color: white;
    font-size: 18px;
    font-weight: bold;
    background: #e50012;
    position: relative;
    transition: all 0.3s;
    text-decoration: none;
}
.recruit .btn_entry a:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    content: "";
    background: url(assets/images/recruit_info/arrow-right-red.svg) no-repeat center center/cover;
    width: 22px;
    height: 22px;
}
.recruit .btn_entry a:hover {
    opacity: 0.7;
}
.recruit .btn_entry a.n1 {
    background: #1d1e1f;
}
.recruit .btn_entry a.n1:before {
    background-image: url(assets/images/recruit_info/arrow-right.svg);
}
@media all and (-ms-high-contrast: none) {
    .recruit .btn_entry a {
        padding: 6px 0 0;
    }
}
@media screen and (max-width: 860px) {
    .recruit .btn_entry a {
        width: 100%;
        height: 14vw;
        border-radius: 7.5vw;
        font-size: 4.2vw;
    }
}
@media screen and (max-width: 860px) {
    .recruit .btn_entry a:before {
        width: 4.6vw;
        height: 4.6vw;
        right: 6vw;
    }
}
@media screen and (max-width: 860px) {
    .recruit .btn_entry a:hover {
        opacity: 1;
    }
}
.recruit .notfound-txt {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.recruit .anchor {
    padding-top: 100px;
    margin-top: -28px !important;
}
@media screen and (max-width: 860px) {
    .recruit .anchor {
        padding-top: 100px;
        margin-top: -64px !important;
    }
}
.error404 section .container {
    padding: 100px 0;
    max-width: max-content;
    width: 100%;
}
.error404 section p {
    font-size: 14px;
    line-height: calc(26 / 14);
}
@media screen and (max-width: 860px) {
    .error404 section p {
        font-size: 14px;
    }
}
.error404 section .btn {
    color: #1d1e1f;
    max-width: 340px;
    width: 100%;
}
.error404 section div p {
    text-align: left;
}
.error404 section div:last-of-type {
    margin-top: 40px;
    text-align: center;
}
.top__first .message {
    position: fixed;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: -1;
    top: 0;
}
.top__first #animation_container {
    position: absolute;
    top: calc(100vh - 442px);
    left: -254px;
    opacity: 0.7;
}
@media screen and (max-width: 860px) {
    .top__first #animation_container {
        left: -340px;
        top: calc(100svh - 442px);
    }
    .top__first #animation_container #canvas {
        width: 610px !important;
        height: 452px !important;
    }
}
.top__first .container {
    height: 100vh;
    position: relative;
}
@media screen and (max-width: 860px) {
    .top__first .container {
        height: initial;
    }
}
.top__first .container.container-1 {
    opacity: 1;
    transition: opacity 1s ease;
    z-index: 2;
    height: 100vh;
    position: relative;
    margin: initial;
    max-width: initial;
    pointer-events: none;
    min-height: 510px;
}
@media screen and (max-width: 860px) {
    .top__first .container.container-1 {
        height: 100svh;
    }
}
.top__first .container.container-1 .copy {
    height: 360px;
    position: absolute;
    bottom: 0;
    left: 230px;
}
@media screen and (max-width: 860px) {
    .top__first .container.container-1 .copy {
        left: 41px;
    }
}
.top__first .container.container-1 .copy p {
    color: #fff;
}
.top__first .container.container-1 .copy p:first-of-type {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: calc(35 / 20);
}
@media screen and (max-width: 860px) {
    .top__first .container.container-1 .copy p:first-of-type {
        font-size: 16px;
    }
}
.top__first .container.container-1 .copy p:first-of-type span {
    font-size: 13px;
}
@media screen and (max-width: 860px) {
    .top__first .container.container-1 .copy p:first-of-type span {
        font-size: 11px;
    }
}
.top__first .container.container-1 .copy p:last-of-type {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: calc(16 / 12);
}
@media screen and (max-width: 860px) {
    .top__first .container.container-1 .copy p:last-of-type {
        font-size: 9px;
    }
}
.top__first .container.container-1 .copy.copy-1 {
    display: none;
}
.top__first .container.container-1 .copy.copy-1 p:nth-of-type(2) {
    margin-top: 118px;
}
.top__first .container.container-1 .copy.copy-2 {
    display: none;
}
.top__first .container.container-1 .copy.copy-2 p:nth-of-type(2) {
    margin-top: 118px;
}
.top__first .container.container-1 .copy.copy-3 {
    display: none;
}
.top__first .container.container-1 .copy.copy-3 p:nth-of-type(2) {
    margin-top: 118px;
}
.top__first .container.container-1 .copy.copy-4 {
    display: none;
}
.top__first .container.container-1 .copy.copy-4 p:nth-of-type(2) {
    margin-top: 28px;
    font-size: 12px;
    line-height: calc(35 / 12);
}
.top__first .container.container-1 .copy.copy-4 p:nth-of-type(3) {
    margin-top: 40px;
}
.top__first .container.container-2 {
    padding-top: 200px;
    max-width: 980px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    min-height: 885px;
}
@media screen and (max-width: 860px) {
    .top__first .container.container-2 {
        padding-bottom: 83px;
        max-width: max-content;
        width: calc(100% - 50px);
        padding-top: 135px;
    }
    .top__first .container.container-2 .title + div p {
        padding-left: 0;
    }
}
@media screen and (max-width: 860px) {
    .top__first .container.container-2 {
        display: block;
    }
}
.top__first .container.container-2 div:nth-of-type(1) {
    width: 508px;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .top__first .container.container-2 div:nth-of-type(1) {
        width: 458px;
    }
}
@media screen and (max-width: 860px) {
    .top__first .container.container-2 div:nth-of-type(1) {
        width: initial;
        margin-left: 0px;
    }
}
.top__first .container.container-2 div:nth-of-type(1) p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    right: 24px;
    top: -80px;
    font-weight: 700;
    line-height: calc(30 / 16);
    letter-spacing: 0.22em;
}
@media screen and (max-width: 1024px) {
    .top__first .container.container-2 div:nth-of-type(1) p {
        transform: scale(0.8);
    }
}
@media screen and (max-width: 860px) {
    .top__first .container.container-2 div:nth-of-type(1) p {
        transform: initial;
        font-size: 14px;
        right: -20px;
        top: -45px;
    }
}
.top__first .container.container-2 div:nth-of-type(1) h2 {
    width: max-content;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .top__first .container.container-2 div:nth-of-type(1) h2 {
        transform: scale(0.8);
    }
}
@media screen and (max-width: 860px) {
    .top__first .container.container-2 div:nth-of-type(1) h2 {
        transform: initial;
    }
}
.top__first .container.container-2 div:nth-of-type(1) h2.on:after {
    opacity: 1;
}
.top__first .container.container-2 div:nth-of-type(1) h2:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background: url(assets/images/common/title-tri.svg) center/contain no-repeat;
    position: absolute;
    right: -22px;
    bottom: 74px;
    opacity: 0;
    transition: 0.25s;
}
@media screen and (max-width: 860px) {
    .top__first .container.container-2 div:nth-of-type(1) h2:after {
        bottom: 45px;
        right: -7px;
        width: 8px;
        height: 8px;
    }
}
.top__first .container.container-2 div:nth-of-type(1) h2 > span {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 50px;
    font-weight: 300;
    display: block;
    display: block;
    width: max-content;
    overflow: hidden;
    padding-bottom: 2px;
}
@media screen and (max-width: 860px) {
    .top__first .container.container-2 div:nth-of-type(1) h2 > span {
        font-size: 31px;
    }
}
.top__first .container.container-2 div:nth-of-type(1) h2 > span:nth-of-type(2) {
    margin-left: auto;
    margin-right: 115px;
}
.top__first .container.container-2 div:nth-of-type(1) h2 > span:last-of-type {
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 98px;
}
@media screen and (max-width: 860px) {
    .top__first .container.container-2 div:nth-of-type(1) h2 > span:last-of-type {
        font-size: 61px;
    }
}
.top__first .container.container-2 div:nth-of-type(2) {
    width: calc(100% - 508px - 122px);
}
@media screen and (max-width: 1024px) {
    .top__first .container.container-2 div:nth-of-type(2) {
        width: calc(100% - 458px - 22px);
    }
}
@media screen and (max-width: 860px) {
    .top__first .container.container-2 div:nth-of-type(2) {
        width: initial;
        margin-top: 24px;
    }
}
.top__first .container.container-2 div:nth-of-type(2) p {
    line-height: calc(30 / 14);
    font-size: 14px;
}
@media screen and (max-width: 860px) {
    .top__first .container.container-2 div:nth-of-type(2) p {
        font-size: 14px;
        line-height: calc(48 / 24);
    }
}
.top__first .container.container-2 div:nth-of-type(2) p + p {
    margin-top: 1.5rem;
}
.top__first .container.container-2 div:nth-of-type(2) .btn {
    max-width: 340px;
    width: 100%;
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    margin-top: 86px;
    font-size: 18px;
}
@media screen and (max-width: 860px) {
    .top__first .container.container-2 div:nth-of-type(2) .btn {
        max-width: 277px;
        font-size: 15px;
    }
}
.top .brand {
    background: #ededed;
    padding: 200px 0;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 860px) {
    .top .brand {
        padding: 82px 25px 50px;
    }
}
.top .brand:before {
    content: "";
    background: #fff;
    display: block;
    width: 1011px;
    height: 1011px;
    background: url(assets/images/top/brand-bg.png) center/contain no-repeat;
    position: absolute;
    left: 0;
    bottom: -174px;
}
@media screen and (max-width: 860px) {
    .top .brand:before {
        top: 67%;
        bottom: initial;
    }
}
.top .brand h2 {
    width: max-content;
    margin-inline: auto;
    transform: translate(190px, 0);
    position: relative;
}
@media screen and (max-width: 1024px) {
    .top .brand h2 {
        transform: scale(0.8);
    }
}
@media screen and (max-width: 860px) {
    .top .brand h2 {
        transform: translate(30px, 0px);
    }
}
.top .brand h2.on:after {
    opacity: 1;
}
.top .brand h2:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background: url(assets/images/common/title-tri.svg) center/contain no-repeat;
    position: absolute;
    right: -22px;
    bottom: 64px;
    opacity: 0;
    transition: 0.25s;
}
@media screen and (max-width: 860px) {
    .top .brand h2:after {
        width: 8px;
        height: 8px;
        bottom: 40px;
        right: -18px;
    }
}
.top .brand h2 > span:nth-of-type(1) {
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 96px;
    font-weight: 600;
    display: block;
}
@media screen and (max-width: 860px) {
    .top .brand h2 > span:nth-of-type(1) {
        font-size: 57px;
    }
}
.top .brand h2 > span:nth-of-type(2) {
    font-weight: 700;
    display: inline-block;
    position: absolute;
    left: -116px;
    bottom: 0;
}
@media screen and (max-width: 860px) {
    .top .brand h2 > span:nth-of-type(2) {
        font-size: 13px;
        left: -85px;
    }
}
.top .brand__list {
    display: flex;
    justify-content: center;
    margin-top: 140px;
    position: relative;
    flex-wrap: wrap;
}
@media screen and (max-width: 860px) {
    .top .brand__list {
        margin-top: 48px;
    }
}
.top .brand__list li {
    width: calc((100% - 4px) / 5);
    margin-right: 1px;
}
.top .brand__list li:last-of-type {
    margin-right: 0;
}
@media screen and (max-width: 860px) {
    .top .brand__list li {
        width: calc((100% - 1px) / 2);
        margin-right: 1px;
        margin-bottom: 30px;
    }
    .top .brand__list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .top .brand__list li:last-of-type {
        margin-bottom: 0;
        margin-right: auto;
    }
}
.top .career {
    background: #fff;
    padding: 106px 0 100px;
    position: relative;
}
@media screen and (max-width: 860px) {
    .top .career {
        padding: 73px 0 30px;
    }
}
.top .career .container:first-of-type {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 940px;
}
@media screen and (max-width: 860px) {
    .top .career .container:first-of-type {
        display: block;
    }
}
.top .career .container:first-of-type h2 {
    width: max-content;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .top .career .container:first-of-type h2 {
        transform: scale(0.8);
    }
}
@media screen and (max-width: 860px) {
    .top .career .container:first-of-type h2 {
        transform: initial;
    }
}
.top .career .container:first-of-type h2.on:after {
    opacity: 1;
}
.top .career .container:first-of-type h2:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background: url(assets/images/common/title-tri.svg) center/contain no-repeat;
    position: absolute;
    left: 253px;
    top: 16px;
    opacity: 0;
    transition: 0.25s;
}
@media screen and (max-width: 860px) {
    .top .career .container:first-of-type h2:after {
        left: 152px;
        top: 11px;
        width: 7.5px;
        height: 7.5px;
    }
}
.top .career .container:first-of-type h2 > span:nth-of-type(1) {
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 96px;
    font-weight: 600;
}
@media screen and (max-width: 860px) {
    .top .career .container:first-of-type h2 > span:nth-of-type(1) {
        font-size: 57px;
    }
}
.top .career .container:first-of-type h2 > span:nth-of-type(3) {
    font-weight: 700;
    display: block;
    position: absolute;
    right: 0;
    top: 48px;
}
@media screen and (max-width: 860px) {
    .top .career .container:first-of-type h2 > span:nth-of-type(3) {
        font-size: 13px;
        top: 26px;
        right: -26px;
    }
}
.top .career .container:first-of-type h2 > span:nth-of-type(2) {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 92px;
    display: block;
    padding-left: 110px;
}
@media screen and (max-width: 860px) {
    .top .career .container:first-of-type h2 > span:nth-of-type(2) {
        font-size: 55px;
        padding-left: 64px;
    }
}
.top .career .container:first-of-type div:not(.top__border) {
    width: calc(100% - 440px - 160px);
    margin-top: 75px;
}
@media screen and (max-width: 1024px) {
    .top .career .container:first-of-type div:not(.top__border) {
        width: calc(100% - 440px - 80px);
    }
}
@media screen and (max-width: 860px) {
    .top .career .container:first-of-type div:not(.top__border) {
        width: initial;
        margin-top: 48px;
    }
}
.top .career .container:first-of-type div:not(.top__border) p {
    font-size: 14px;
    line-height: calc(26 / 14);
}
@media screen and (max-width: 860px) {
    .top .career .container:first-of-type div:not(.top__border) p {
        font-size: 14px;
    }
}
.top .career .container:first-of-type div:not(.top__border) .btn {
    margin-top: 65px;
    max-width: 340px;
    width: 100%;
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    color: #1d1e1f;
    font-size: 18px;
}
@media screen and (max-width: 860px) {
    .top .career .container:first-of-type div:not(.top__border) .btn {
        margin-top: 54px;
        max-width: 277px;
        font-size: 15px;
    }
}
.top .career .container:nth-of-type(2) {
    max-width: initial;
    width: 100%;
    margin-left: auto;
    margin-right: initial;
    padding-top: 142px;
    padding-left: 412px;
    padding-bottom: 200px;
    position: relative;
}
@media screen and (max-width: 860px) {
    .top .career .container:nth-of-type(2) {
        padding-top: 50px;
        padding-bottom: 60px;
        padding-left: 105px;
    }
}
.top .career .container:nth-of-type(2):before {
    content: "";
    width: 789px;
    height: 1080px;
    background-image: url(assets/images/top/n1.svg);
    background-size: contain;
    background-position: left bottom;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
    .top .career .container:nth-of-type(2):before {
        left: -150px;
    }
}
@media screen and (max-width: 860px) {
    .top .career .container:nth-of-type(2):before {
        left: 0;
        height: 641px;
        width: 225px;
        background-image: url(assets/images/top/n1-sp.svg);
    }
}
.top .career .container:nth-of-type(2) ul li {
    margin-top: 8px;
}
.top .career .container:nth-of-type(2) ul li:first-of-type {
    margin-top: 0;
}
.top .career .container:nth-of-type(2) ul li a {
    width: 100%;
    height: 340px;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: #fff;
}
.top .career .container:nth-of-type(2) ul li a:after {
    content: "";
    position: absolute;
    background-image: url(assets/images/top/title-bg.webp);
    background-size: contain;
    height: 100%;
    left: 0;
    top: 0;
    aspect-ratio: 174 / 340;
}
@media screen and (max-width: 575px) {
    .top .career .container:nth-of-type(2) ul li a:after {
        left: -25px;
    }
}
@media screen and (max-width: 860px) {
    .top .career .container:nth-of-type(2) ul li a {
        height: 223px;
    }
}
.top .career .container:nth-of-type(2) ul li a:hover > span {
    transform: scale(1.05);
    filter: brightness(0.5);
}
.top .career .container:nth-of-type(2) ul li a > span {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
}
.top .career .container:nth-of-type(2) ul li a h3 {
    position: absolute;
    z-index: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    left: 98px;
    top: 50%;
    transform: translate(0, -50%);
    height: max-content;
}
@media screen and (max-width: 860px) {
    .top .career .container:nth-of-type(2) ul li a h3 {
        font-size: calc(22.38px / 2);
        left: 65px;
    }
}
@media screen and (max-width: 575px) {
    .top .career .container:nth-of-type(2) ul li a h3 {
        left: 42px;
    }
}
.top .career .container:nth-of-type(2) ul li a h3 span {
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 40px;
    font-weight: 600;
    display: inline-block;
    margin-right: 14px;
}
@media screen and (max-width: 860px) {
    .top .career .container:nth-of-type(2) ul li a h3 span {
        font-size: calc(52.67px / 2);
    }
}
.top .career .container:nth-of-type(2) ul li a .btn {
    z-index: 1;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 0;
    right: 46px;
    position: absolute;
    bottom: 36px;
    font-weight: 700;
}
@media screen and (max-width: 860px) {
    .top .career .container:nth-of-type(2) ul li a .btn {
        font-size: 14px;
        right: 22.5px;
    }
}
.top .career .container:nth-of-type(2) ul li a .btn:before {
    content: none;
}
.top .career .container:nth-of-type(2) ul li:nth-of-type(1) a > span {
    background: url(assets/images/top/link-01.jpg) center/cover no-repeat;
}
@media screen and (max-width: 860px) {
    .top .career .container:nth-of-type(2) ul li:nth-of-type(1) a > span {
        background: url(assets/images/top/link-01-sp.jpg) center/cover no-repeat;
    }
}
.top .career .container:nth-of-type(2) ul li:nth-of-type(2) a > span {
    background: url(assets/images/top/link-02.jpg) center/cover no-repeat;
}
@media screen and (max-width: 860px) {
    .top .career .container:nth-of-type(2) ul li:nth-of-type(2) a > span {
        background: url(assets/images/top/link-02-sp.jpg) center/cover no-repeat;
    }
}
.top .career .container:nth-of-type(2) ul li:nth-of-type(3) a > span {
    background: url(assets/images/top/link-03.jpg) center/cover no-repeat;
}
@media screen and (max-width: 860px) {
    .top .career .container:nth-of-type(2) ul li:nth-of-type(3) a > span {
        background: url(assets/images/top/link-03-sp.jpg) center/cover no-repeat;
    }
}
.top .career .container:nth-of-type(2) .more {
    text-align: right;
    font-weight: 600;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    padding-right: 46px;
    margin-top: 32px;
}
@media screen and (max-width: 860px) {
    .top .career .container:nth-of-type(2) .more {
        padding-right: 27px;
    }
}
.top .career .container:nth-of-type(2) .more a {
    text-decoration: none;
    color: #1d1e1f;
}
.top__interview {
    position: relative;
    background: #fff;
    padding: 100px 0 82px;
}
@media screen and (max-width: 860px) {
    .top__interview {
        padding-top: 50px;
    }
}
.top__interview .container > h2 {
    width: max-content;
    margin-left: auto;
    position: relative;
}
@media screen and (max-width: 860px) {
    .top__interview .container > h2 {
        margin-right: 20px;
    }
}
.top__interview .container > h2.on:after {
    opacity: 1;
}
.top__interview .container > h2:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background: url(assets/images/common/title-tri.svg) center/contain no-repeat;
    position: absolute;
    right: -22px;
    bottom: 64px;
    opacity: 0;
    transition: 0.25s;
}
@media screen and (max-width: 860px) {
    .top__interview .container > h2:after {
        width: 8px;
        height: 8px;
        top: 10px;
        right: -16px;
    }
}
.top__interview .container > h2 > span:nth-of-type(2) {
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 96px;
    font-weight: 600;
}
@media screen and (max-width: 860px) {
    .top__interview .container > h2 > span:nth-of-type(2) {
        font-size: 57.6px;
    }
}
.top__interview .container > h2 > span:nth-of-type(1) {
    font-weight: 700;
    display: inline-block;
    margin-right: 18px;
}
@media screen and (max-width: 860px) {
    .top__interview .container > h2 > span:nth-of-type(1) {
        font-size: 13px;
    }
}
.top__interview-list {
    margin-top: 65px;
    width: calc(100% + 335px);
    max-width: initial;
    margin-left: 30px;
}
@media screen and (max-width: 1200px) {
    .top__interview-list {
        width: calc(100% - 56px);
        margin-inline: auto;
    }
}
@media screen and (max-width: 860px) {
    .top__interview-list {
        margin-top: 32px;
    }
}
.top__interview-list .navigation {
    margin-left: 0;
    width: max-content;
    display: flex;
}
@media screen and (max-width: 1200px) {
    .top__interview-list .navigation {
        margin-left: auto;
    }
}
.top__interview-list .navigation .swiper-button {
    width: 118px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s;
    cursor: pointer;
}
@media screen and (max-width: 860px) {
    .top__interview-list .navigation .swiper-button {
        height: 30px;
        width: 54px;
    }
}
.top__interview-list .navigation .swiper-button:before {
    content: "";
    width: 18px;
    height: 12px;
    display: block;
    background-image: url(assets/images/top/swipe-arrow.svg);
    background-position: center;
    background-size: contain;
}
@media screen and (max-width: 860px) {
    .top__interview-list .navigation .swiper-button:before {
        margin-right: auto;
    }
}
.top__interview-list .navigation .swiper-button:last-of-type {
    border-left: 1px solid #bebebe;
}
.top__interview-list .navigation .swiper-button:last-of-type:before {
    transform: rotate(180deg);
}
@media screen and (max-width: 860px) {
    .top__interview-list .navigation .swiper-button:last-of-type:before {
        margin-left: auto;
        margin-right: 0;
    }
}
.top__interview-list .navigation .swiper-button:hover {
    opacity: 0.7;
}
.top__interview-list .mySwiper {
    margin-top: 38px;
}
.top__interview-list .mySwiper .interview__detail {
    width: 100%;
    margin-top: 0;
}
.top__interview .more {
    margin-top: 110px;
    text-align: center;
}
@media screen and (max-width: 860px) {
    .top__interview .more {
        margin-top: 55px;
    }
}
.top__interview .more .btn {
    max-width: 340px;
    width: 100%;
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #1d1e1f;
}
@media screen and (max-width: 860px) {
    .top__interview .more .btn {
        font-size: 15px;
    }
}
.top__benefits {
    background: #fff;
    padding-top: 115px;
    position: relative;
}
.top__benefits:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 320px;
    height: 1470px;
    background-image: url(assets/images/top/n2.svg);
    background-size: cover;
    z-index: 1;
    background-repeat: no-repeat;
}
@media screen and (max-width: 860px) {
    .top__benefits:before {
        background-image: url(assets/images/top/n2-sp.svg);
        width: calc(214px / 2);
        height: calc(2670px / 2);
        right: 0;
    }
}
.top__benefits-image {
    width: calc(100% - 428px);
    min-height: 378px;
    background-image: url(assets/images/top/benefits.webp);
    background-size: cover;
    position: relative;
    z-index: 1;
    aspect-ratio: 436 / 189;
    background-position: center right;
}
@media screen and (max-width: 860px) {
    .top__benefits-image {
        width: calc(100% - 65px);
        min-height: 255px;
    }
}
.top__benefits .container {
    max-width: 386px;
    padding-left: 46px;
    position: relative;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    .top__benefits .container {
        margin-left: 120px;
    }
}
@media screen and (max-width: 860px) {
    .top__benefits .container {
        margin-left: 26px;
        padding-left: 0;
        max-width: calc(100% - 163px);
    }
}
.top__benefits .container h2 {
    position: relative;
    width: max-content;
}
.top__benefits .container h2.on:after {
    opacity: 1;
}
.top__benefits .container h2:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background: url(assets/images/common/title-tri.svg) center/contain no-repeat;
    position: absolute;
    right: -22px;
    top: 14px;
    opacity: 0;
    transition: 0.25s;
}
@media screen and (max-width: 860px) {
    .top__benefits .container h2:after {
        width: 8px;
        height: 8px;
        right: -16px;
        top: 10px;
    }
}
.top__benefits .container h2 > span:nth-of-type(1) {
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 96px;
    font-weight: 600;
    display: block;
}
@media screen and (max-width: 860px) {
    .top__benefits .container h2 > span:nth-of-type(1) {
        font-size: 57px;
    }
}
.top__benefits .container h2 > span:nth-of-type(2) {
    font-weight: 700;
    display: block;
    margin-top: 18px;
}
@media screen and (max-width: 860px) {
    .top__benefits .container h2 > span:nth-of-type(2) {
        font-size: 13px;
        margin-top: 12px;
    }
}
.top__benefits .container p {
    font-size: 14px;
    line-height: calc(26 / 14);
    margin-top: 58px;
}
@media screen and (max-width: 860px) {
    .top__benefits .container p {
        font-size: 14px;
    }
}
@media screen and (max-width: 860px) {
    .top__benefits .container p {
        margin-top: 46px;
        font-size: 14px;
    }
}
.top__benefits .container .btn {
    width: 100%;
    margin-top: 58px;
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #1d1e1f;
}
@media screen and (max-width: 860px) {
    .top__benefits .container .btn {
        font-size: 15px;
    }
}
.top__benefits-wrapper {
    padding: 105px 0 200px;
    position: relative;
}
@media screen and (max-width: 860px) {
    .top__benefits-wrapper {
        padding: 85px 0 80px;
    }
}
.top__benefits-wrapper:before {
    content: "";
    display: block;
    width: calc(100% - 278px);
    height: calc(100% + 87px);
    position: absolute;
    right: 0;
    top: -87px;
    background: #ededed;
}
@media screen and (max-width: 1200px) {
    .top__benefits-wrapper:before {
        width: calc(100% - 67px);
    }
}
@media screen and (max-width: 860px) {
    .top__benefits-wrapper:before {
        width: calc(100%);
    }
}
.top .border1 {
    width: 180px;
    height: 180px;
    left: -100px;
    top: 412px;
}
@media screen and (max-width: 860px) {
    .top .border1 {
        width: 147px;
        height: 147px;
        left: initial;
        top: 328px;
        right: 312px;
    }
}
.top .border1:before {
    left: -100%;
    top: -100%;
    transition: 1s;
}
.top .border1.on:before {
    left: 50%;
    top: 50%;
}
.top .border2 {
    width: 300px;
    height: 300px;
    left: -94px;
    top: 150px;
}
@media screen and (max-width: 860px) {
    .top .border2 {
        display: none;
    }
}
.top .border3 {
    width: 291px;
    height: 291px;
    left: -390px;
    top: -150px;
    z-index: 2;
}
@media screen and (max-width: 1200px) {
    .top .border3 {
        left: -110px;
        top: -290px;
    }
}
@media screen and (max-width: 860px) {
    .top .border3 {
        left: -218px;
        top: -290px;
    }
}
.top__border {
    position: absolute;
    overflow: hidden;
}
.top__border:before {
    content: "";
    height: 2px;
    width: 200%;
    display: block;
    background: #e50012;
    transform-origin: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.6s ease;
}
