body {
font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
display: block;
}

.u-mobile {
display: none;
}

/* リキッドレイアウト対応 */

html {
font-size: 16px;
}

*,
*::before,
*::after {
box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
counter-reset: number 0;
font-weight: 400;
line-height: 1.5;
min-height: 100vh;
text-rendering: optimizeLegibility;
color: #212121;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
list-style: none;
}

a:not([class]) {
-webkit-text-decoration-skip: ink;
text-decoration-skip-ink: auto;
}

img {
display: block;
max-width: 100%;
width: 100%;
}

article > * + * {
margin-top: 1em;
}

input,
button,
textarea,
select {
font: inherit;
}

img:not([alt]) {
filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
border: none;
border-radius: 0;
font: inherit;
outline: none;
}

textarea {
resize: vertical;
}

input[type=checkbox],
input[type=radio] {
display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
cursor: pointer;
}

select::-ms-expand {
display: none;
}

a {
-webkit-text-decoration: none;
color: inherit;
text-decoration: none;
transition: opacity 0.3s ease-in-out;
}

a:hover {
opacity: 0.7;
}

a[href^="tel:"] {
pointer-events: none;
}

.concept {
background-color: #f0f2f5;
}

.concept__inner {
display: flex;
justify-content: space-between;
}

.concept__title {
flex-shrink: 0;
width: 16.75rem;
}

.concept__section {
display: flex;
flex-direction: column;
gap: 5rem;
margin-top: 2.6875rem;
}

.concept__heading {
font-size: 2.25rem;
font-weight: bold;
letter-spacing: 0.1em;
}

.concept__subheading {
color: #818698;
font-size: 1.25rem;
font-weight: bold;
letter-spacing: 0.1em;
margin-top: 0.625rem;
text-transform: uppercase;
font-family: "Archivo", sans-serif;
}

.concept__text-content {
background-color: #fff;
font-weight: 500;
margin-top: 1.5rem;
padding: 2.5rem 1.875rem;
}

.concept__text {
font-size: 1.125rem;
font-weight: 500;
line-height: 1.6;
}

.concept__list-item {
font-size: 1.125rem;
font-weight: 500;
line-height: 1.6;
padding-left: 1.875rem;
position: relative;
}

.concept__list-item:not(:first-child) {
margin-top: 0.5rem;
}

.concept__list-item::before {
color: #235fb5;
content: counter(number);
counter-increment: number 1;
font-size: 1.375rem;
font-weight: bold;
left: 0;
position: absolute;
top: -0.05rem;
font-family: "Archivo", sans-serif;
}

.greeting {
background-color: #fff;
}

.greeting__content {
margin-top: 5rem;
}

.greeting__image {
margin: 0 auto;
max-width: 70rem;
width: 100%;
}

.greeting__image img {
-o-object-fit: cover;
aspect-ratio: 1120/600;
object-fit: cover;
width: 100%;
}

.greeting__text-content {
display: flex;
margin-left: auto;
margin-top: 5rem;
width: 64.1071%;
}

.greeting__text {
line-height: 1.8;
}

.greeting__name {
font-size: 1.25rem;
font-weight: bold;
margin-top: 2.5rem;
text-align: right;
}

.history {
background-color: #f0f2f5;
}

.history__content {
display: flex;
gap: 2.375rem;
justify-content: space-between;
margin-top: 5rem;
}

.history__text-content {
width: 53.5714%;
}

.history__description {
line-height: 1.8;
}

.history__timeline {
margin-top: 3rem;
position: relative;
}

.history__timeline::before {
background-color: #cbcbcb;
content: "";
height: 100%;
left: 2.9625rem;
position: absolute;
top: 0;
width: 0.0625rem;
}

.history__year:not(:first-child) {
margin-top: 0.1875rem;
}

.history__year-wrap::after {
background-color: #cbcbcb;
border-radius: 50%;
content: "";
height: 0.375rem;
left: 2.8125rem;
position: absolute;
top: 100%;
width: 0.375rem;
}

.history__year-text {
background-color: #f0f2f5;
color: #235fb5;
font-family: "Archivo", sans-serif;
font-size: 2.5rem;
font-weight: bold;
position: relative;
width: -moz-fit-content;
width: fit-content;
}

.history__year-text::before {
background-color: #cbcbcb;
border-radius: 50%;
bottom: 0;
content: "";
height: 0.375rem;
left: 2.8125rem;
position: absolute;
width: 0.375rem;
}

.history__year:not(:first-child) .history__year-text::after {
background-color: #cbcbcb;
border-radius: 50%;
content: "";
height: 0.375rem;
left: 2.8125rem;
position: absolute;
top: 0;
width: 0.375rem;
}

.history__event {
align-items: flex-start;
display: flex;
line-height: 1.8;
padding-left: 7.875rem;
}

.history__year .history__event:nth-of-type(n + 2) {
margin-top: 1.25rem;
}

.history__event-date {
flex-shrink: 0;
font-weight: bold;
position: relative;
}

.history__event-date::before {
background-color: #235fb5;
border-radius: 50%;
content: "";
height: 0.5625rem;
left: -1.1875rem;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 0.5625rem;
z-index: 1;
}

.history__event-date::after {
background-color: #cbcbcb;
content: "";
height: 0.0625rem;
left: -4.875rem;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 3.9375rem;
}

.history__event-text {
margin-left: 1rem;
}

.history__images {
display: flex;
flex-direction: column;
gap: 1.25rem;
}

.history__image {
max-width: 30.125rem;
width: 100%;
}

.history__image img {
-o-object-fit: cover;
aspect-ratio: 482/321;
object-fit: cover;
width: 100%;
}

.history__caption {
margin-top: 0.625rem;
text-align: center;
}

.company-info {
background-color: #f0f2f5;
overflow: hidden;
}

.company-info__inner {
background-color: #fff;
margin: 0 auto;
max-width: 70rem;
padding: 7.5rem 8.125rem 6.25rem;
position: relative;
}

.company-info__inner::after {
background-color: #fff;
content: "";
height: 100%;
left: calc(50% + 35rem);
position: absolute;
top: 0;
width: 100vw;
}

.company-info__table {
margin-top: 5rem;
}

.company-info__row {
align-items: flex-start;
border-top: 1px solid #d8d8d8;
display: flex;
padding: 1.25rem 1.25rem 1.25rem 0;
}

.company-info__label {
flex-shrink: 0;
font-weight: bold;
padding-left: 0.3125rem;
position: relative;
width: 7.5rem;
}

.company-info__label::before {
background-color: #235fb5;
content: "";
height: 0.1875rem;
left: 0;
position: absolute;
top: -1.375rem;
width: 100%;
}

.company-info__value {
display: flex;
justify-content: space-between;
line-height: 1.6;
padding-left: 3.75rem;
width: 100%;
}

.company-info__value--second {
display: flex;
flex-direction: column;
gap: 0.625rem;
line-height: 1.8;
padding-left: 3.75rem;
width: 100%;
}

.company-info__map-button-wrap {
max-width: 11.6875rem;
width: 100%;
}

.company-info__map-button {
border: 1px solid #c4c4c4;
border-radius: 1.5rem;
display: block;
font-size: 0.875rem;
font-weight: 500;
max-width: 11.6875rem;
padding: 0.75rem 0 0.75rem 1rem;
position: absolute;
width: 100%;
}

.company-info__map-button:hover::after {
right: 0.625rem;
}

.company-info__map-button::after {
background: url(../images/common/btn-arrow-b.svg) no-repeat center center/cover;
content: "";
height: 0.75rem;
position: absolute;
right: 1rem;
top: 0.75rem;
top: 50%;
transform: translateY(-50%);
transition: right 0.3s ease-in-out;
width: 0.75rem;
}

.access {
position: relative;
}

.access::before {
background-color: #212733;
content: "";
height: 100%;
left: 0;
position: absolute;
right: calc(50% + 50vw);
top: 0;
width: 50vw;
z-index: -1;
}

.access__inner {
background-color: #212733;
margin: 0 auto;
max-width: 70rem;
padding: 7.5rem 8.125rem 7.5rem 0;
width: 100%;
}

.access__info {
color: #fff;
display: flex;
flex-direction: column;
gap: 1rem;
gap: 1.875rem;
margin-top: 5rem;
}

.access__block {
line-height: 1.8;
}

.access__heading {
font-weight: bold;
}

.access__text {
font-size: 0.875rem;
line-height: 1.6;
}

.access__map {
height: 0;
margin-top: 5rem;
padding-top: 45.1515%;
position: relative;
width: 100%;
}

.access__map iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

.producer {
background-color: #f0f2f5;
}

.producer__title {
font-size: 2.5rem;
font-weight: bold;
text-align: center;
}

.producer__list {
grid-gap: 1.25rem;
display: grid;
gap: 1.25rem;
grid-template-columns: repeat(3, 1fr);
margin-top: 5rem;
}

.producer__item a {
background-color: #fff;
box-shadow: 0 3px 6px 0 rgba(0, 30, 75, 0.16);
display: block;
font-size: 1.25rem;
font-weight: bold;
padding: 1.5625rem 0 1.5625rem 4.125rem;
position: relative;
}

.producer__item a:hover {
opacity: 1;
}

.producer__item a:hover::after {
top: 60%;
}

.producer__item span {
position: relative;
}

.producer__item a::before {
color: #5c6276;
content: "0" counter(number);
counter-increment: number 1;
font-family: "Archivo", sans-serif;
font-size: 1.875rem;
font-weight: bold;
left: 1.25rem;
position: absolute;
top: 52%;
transform: translateY(-50%);
}

.producer__item a::after {
background: url(../images/business/yajirushi.svg) no-repeat center center/cover;
content: "";
height: 0.75rem;
position: absolute;
right: 1.25rem;
top: 50%;
transform: translateY(-50%);
transition: top 0.2s ease-in;
width: 0.625rem;
}

.process {
overflow: hidden;
}

.section.process__step-item--g {
background-color: #f0f2f5;
position: relative;
}

.process__step-item--g2 {
background-color: #f0f2f5;
display: flex;
flex-direction: column-reverse;
margin: 0 auto;
max-width: 74.6875rem;
padding: 7.1875rem 5.3125rem 7.4375rem 2.5rem;
position: relative;
width: 100%;
}

.process__step-item--g2::before {
background-color: #f0f2f5;
content: "";
height: 100%;
position: absolute;
right: calc(50% + 36.875rem);
top: 0;
width: 100vw;
}

.process__step-item--g::before {
background-color: #f0f2f5;
bottom: -9.6875rem;
content: "";
height: 100%;
position: absolute;
right: calc(50% + 35rem);
width: 100vw;
z-index: -1;
}

.process__step-item--g::after {
background-color: #fff;
content: "";
height: 100%;
left: calc(50% + 35rem);
position: absolute;
top: 0;
width: 100vw;
}

.process__step-item--g .process__step {
background-color: #f0f2f5;
margin: 0 auto;
max-width: 70rem;
position: relative;
z-index: 3;
}

.process__step-item--g3 .process__step {
background-color: #f0f2f5;
margin: 0 auto;
max-width: 70rem;
position: relative;
z-index: 3;
}

.process__step-item--g3 .process__step::after {
background-color: #f0f2f5;
content: "";
height: 100%;
position: absolute;
right: calc(50% + 35rem);
top: 0;
width: 100vw;
}

.process__step-item--g .lower-page__heading,
.process__step-item--g .process__content {
margin-left: -5rem;
padding-right: 5.3125rem;
}

.process__step-item--g4 .process__step {
margin: 0 auto;
max-width: 70rem;
}

.process__step-item--b {
background-color: #212733;
margin: 0 auto;
max-width: 70rem;
padding: 7.5rem 0 11.25rem 8.125rem;
position: relative;
width: 100%;
}

.process__step-item--b::after {
background-color: #212733;
content: "";
height: 100%;
left: calc(50% - 34rem);
position: absolute;
top: 0;
width: 100vw;
z-index: -1;
}

.process__content {
display: flex;
gap: 3.8125rem;
justify-content: space-between;
margin-top: 5rem;
}

.process__step-item--g2 .process__content {
width: 73%;
}

.lower-page__wrap {
width: 76%;
}

.process__image {
-o-object-fit: cover;
aspect-ratio: 491/276;
object-fit: cover;
width: 43.8393%;
}

.process__list {
display: flex;
flex-direction: column;
gap: 3rem;
margin-top: 5rem;
}

.process__item {
border-bottom: 1px solid #707070;
display: flex;
gap: 2.5625rem;
padding-bottom: 3rem;
}

.process__item-content {
padding: 0 0.3125rem;
}

.process__title {
color: #fff;
font-size: 1.25rem;
font-weight: bold;
}

.process__text {
color: #fff;
line-height: 1.8;
margin-top: 1.25rem;
}

.process__item-image {
-o-object-fit: cover;
aspect-ratio: 378/213;
max-width: 23.625rem;
object-fit: cover;
width: 100%;
}

.process__step-img {
left: calc(50% + 8.1875rem);
position: absolute;
top: -6.25rem;
width: 50vw;
}

.process__step-img img {
-o-object-fit: cover;
aspect-ratio: 589/867;
height: 66.4375rem;
object-fit: cover;
width: 100%;
}

.section-btn.section-btn--b.process__btn {
margin-top: 3.75rem;
max-width: 28.1875rem;
}

.consultation__description {
line-height: 1.8;
margin-top: 5rem;
}

.consultation__list {
display: flex;
flex-direction: column;
gap: 2.375rem;
margin-top: 3.9375rem;
}

.consultation__item {
border-radius: 0.625rem;
box-shadow: 0 0 20px 0 rgba(0, 30, 75, 0.16);
padding: 1.8125rem 1.875rem;
position: relative;
text-align: center;
}

.consultation__item:not(:last-child)::after {
background: url(../images/business/triangle.svg) no-repeat center center/cover;
bottom: -1.5625rem;
content: "";
height: 0.6875rem;
left: 50%;
position: absolute;
transform: translateX(-50%);
width: 1.1875rem;
}

.consultation__step {
font-size: 1.375rem;
font-weight: bold;
}

.consultation__text {
line-height: 1.8;
margin-top: 0.9375rem;
}

.area {
background-color: #f0f2f5;
}

.area__wrap {
display: flex;
gap: 5.625rem;
justify-content: space-between;
}

.area__content {
margin-top: 5rem;
}

.area__info {
background-color: #f8f8f8;
border: 1px solid #d8d8d8;
max-width: 23.0625rem;
padding: 1.0625rem 1.25rem;
width: 100%;
}

.area__subtitle {
font-weight: bold;
line-height: 1.8;
}

.area__text span {
display: inline-block;
line-height: 1.8;
margin-right: 0.6875rem;
}

.area__note {
font-size: 0.875rem;
line-height: 1.8;
margin-top: 2.0625rem;
}

.area__map {
margin-right: 2.1875rem;
margin-top: -4.375rem;
max-width: 22.875rem;
width: 100%;
}

.area__map img {
-o-object-fit: cover;
aspect-ratio: 366/410;
object-fit: cover;
width: 100%;
}

.cta-buttons {
background: url(../images/business/business09.webp) no-repeat center center/cover;
}

.cta-buttons__inner {
display: flex;
gap: 2.75rem;
}

.cta-buttons__item {
width: 100%;
}

.cta-buttons__link {
border: 1px solid #235fb5;
display: block;
font-size: 1.375rem;
font-weight: bold;
padding: 4rem 0 4rem 2.5rem;
position: relative;
}

.cta-buttons__link:hover {
opacity: 1;
}

.cta-buttons__link:hover::after {
right: 1.25rem;
}

.cta-buttons__link::after {
content: "";
height: 1.875rem;
position: absolute;
right: 1.875rem;
top: 50%;
transform: translateY(-50%);
transition: right 0.2s ease-in;
width: 1.875rem;
}

.cta-buttons__item--contact .cta-buttons__link {
background-color: #235fb5;
color: #fff;
transition: background-color 0.2s ease-in, border 0.2s ease-in;
}

.cta-buttons__item--contact .cta-buttons__link:hover {
background-color: #485d81;
border: 1px solid #707070;
}

.cta-buttons__item--contact .cta-buttons__link::after {
background: url(../images/business/white-arrow.svg) no-repeat center center/cover;
}

.cta-buttons__item--partner .cta-buttons__link {
background-color: #fff;
color: #235fb5;
transition: background-color 0.2s ease-in;
}

.cta-buttons__item--partner .cta-buttons__link:hover {
background-color: #f0f2f5;
}

.cta-buttons__item--partner .cta-buttons__link::after {
background: url(../images/business/blue-arrow.svg) no-repeat center center/cover;
}

.breadcrumb {
align-items: center;
background-color: #fff;
display: flex;
height: 2.75rem;
justify-content: center;
margin-top: 4.9375rem;
}

.breadcrumb__link {
display: inline-block;
font-size: 0.875rem;
position: relative;
transition: color 0.3s ease-in;
}

.breadcrumb__link:hover {
color: #235fb5;
opacity: 1;
}

.breadcrumb__link:not(:first-child) {
margin-left: 2.375rem;
}

.breadcrumb__link:not(:first-child)::before {
background: url(../images/common/breadcrumb.svg) no-repeat center center/cover;
content: "";
height: 0.5rem;
left: -1.375rem;
position: absolute;
top: 51%;
transform: translateY(-50%);
width: 0.5rem;
}

.breadcrumb__link__current {
pointer-events: none;
}

.breadcrumb__link__current:hover {
color: #212121;
opacity: 1;
}

.page-header {
background-color: #fff;
overflow: hidden;
padding-top: 6rem;
position: relative;
}

.page-header.page-header--interview {
padding-bottom: 4.5625rem;
}

.page-header::after {
color: #f0f2f5;
content: "life step";
display: flex;
font-family: "Antonio", sans-serif;
font-size: 9.9375rem;
font-weight: bold;
justify-content: end;
position: absolute;
right: 0;
text-transform: uppercase;
top: 5.625rem;
/*bottom: -2.5rem;*/
z-index: 0;
}

.page-header__article-subtitle {
color: #fff;
display: flex;
font-family: "Antonio", sans-serif;
font-size: 9.9375rem;
font-weight: bold;
justify-content: end;
line-height: 1;
margin-top: -12.5rem;
text-transform: uppercase;
}

.page-header--r.page-header::after {
display: none;
}

.page-header__title {
font-size: 3.75rem;
font-weight: bold;
line-height: 1.5;
z-index: 2;
position: relative;
}

.page-header__subtitle {
color: #235fb5;
font-family: "Archivo", sans-serif;
font-size: 1rem;
font-weight: bold;
margin-top: 0.375rem;
text-transform: uppercase;
}

.page-header__background {
margin-left: auto;
margin-top: 4.5rem;
position: relative;
width: 100vw;
margin-right: calc(50% - 50vw);
z-index: 1;
}

.page-header__background::before {
background-color: #f0f2f5;
bottom: 0;
content: "";
height: 47%;
position: absolute;
right: 50%;
width: 100vw;
}

.page-header__background--d::before {
background-color: #d4dae4;
}

.page-header__background--d::after {
background-color: #d4dae4;
bottom: -88%;
content: "";
height: 50rem;
left: calc(50% - 16.3125rem);
position: absolute;
transform: translateX(-50%);
width: 100vw;
width: 160vw;
z-index: -1;
}

.page-header__image {
-o-object-fit: cover;
aspect-ratio: 1280/603;
object-fit: cover;
position: relative;
width: 100%;
}

.page__title {
font-size: 3rem;
font-weight: bold;
padding-top: 1.25rem;
position: relative;
}

.page__title::before {
background-color: #5c6276;
content: "";
height: 0.125rem;
left: 0;
position: absolute;
top: 0;
width: 3.75rem;
}

.page__title--r {
color: #fff;
}

.page__title--r::before {
background-color: #fff;
}

.footer-btn-section {
background-color: #fff;
border-bottom: 0.0625rem solid #d1d5dd;
padding: 5rem 0;
}

.footer-btn-section__inner {
margin: 0 auto;
max-width: 56.875rem;
padding: 0 1.5625rem;
width: 100%;
}

.footer-btn-section__list {
display: flex;
gap: 1.5625rem;
justify-content: center;
}

.footer-btn-section__item {
max-width: 16.875rem;
width: 100%;
}

.footer-btn-section__link {
border: 0.0625rem solid #5c6276;
display: block;
font-weight: 500;
padding: 1.4375rem 0 1.4375rem 1.25rem;
position: relative;
}

.footer-btn-section__link:hover::after {
right: 0.875rem;
}

.footer-btn-section__link::after {
background: url(../images/common/btn-arrow-black.svg) no-repeat center center/cover;
content: "";
height: 0.75rem;
position: absolute;
right: 1.25rem;
top: 50%;
transform: translateY(-50%);
transition: right 0.2s ease-in;
width: 0.75rem;
}

.lower-page__heading {
align-items: center;
display: flex;
gap: 2.5625rem;
line-height: 1.25;
}

.lower-page__heading--c {
display: flex;
justify-content: center;
}

.lower-page__number {
color: #5c6276;
display: block;
font-family: "Archivo", sans-serif;
font-size: 3.125rem;
font-weight: bold;
margin-top: 0.3125rem;
position: relative;
}

.lower-page__number::before {
background-color: #5c6276;
content: "";
height: 3.1875rem;
position: absolute;
right: -1.25rem;
top: 50%;
transform: translateY(-50%);
width: 0.0625rem;
}

.lower-page__number--r {
color: #fff;
}

.lower-page__number--r::before {
background-color: #fff;
}

.lower-page__title {
display: block;
font-size: 3rem;
font-weight: bold;
}

.lower-page__title--r {
color: #fff;
}

.lower-page__text {
color: #5c6276;
font-size: 1.25rem;
font-weight: bold;
line-height: 1.6;
}

.lower-page__description {
line-height: 1.8;
margin-top: 1.875rem;
}

.process__step-item--g2 .lower-page__description {
margin-top: 1.25rem;
}

.process__step-item--g2 .lower-page__annotation {
font-size: 0.875rem;
margin-top: 1.25rem;
}

body.is-scroll {
overflow: hidden;
}

.wrap {
display: flex;
flex-direction: column;
min-height: 100vh;
}

main {
flex: 1;
}

.section {
padding: 7.5rem 0;
}

.inner-n {
margin: 0 auto;
max-width: 73.125rem;
padding: 0 1.5625rem;
width: 100%;
}

.inner-dn {
margin: 0 auto;
max-width: 56.875rem;
padding: 0 1.5625rem;
width: 100%;
}

.section-title {
font-family: "Archivo", sans-serif;
font-size: 6.25rem;
font-weight: bold;
line-height: 1;
text-transform: uppercase;
}

.section-subtitle {
color: rgba(33, 33, 33, 0.8);
font-size: 1.25rem;
font-weight: bold;
line-height: 1.6;
margin-top: 0.9375rem;
}

.section-title--r {
color: #fff;
}

.section-subtitle--r {
color: #fff;
}

.section-text {
line-height: 1.8;
}

.section-btn,
.section-btn--b {
max-width: 22.5rem;
width: 100%;
}

.section-btn a {
background-color: #fff;
border: 0.0625rem solid #fff;
display: block;
font-size: 1.125rem;
font-weight: bold;
padding: 1.6875rem 0 1.6875rem 1.875rem;
position: relative;
transition: 0.2s ease-in background-color, 0.2s ease-in color;
}

.section-btn a::after {
background: url(../images/common/arrow-b.svg) no-repeat center center/cover;
content: "";
height: 1.875rem;
position: absolute;
right: 1.875rem;
top: 50%;
transform: translateY(-50%);
transition: 0.2s ease-in right;
width: 1.875rem;
}

.section-btn a:hover {
background-color: transparent;
border: 0.0625rem solid #fff;
color: #fff;
opacity: 1;
}

.section-btn a:hover::after {
right: 0.9375rem;
}

.section-btn--b a {
background-color: #212121;
border: 0.0625rem solid #212121;
color: #fff;
}

.section-btn--b a:hover {
background-color: transparent;
border: 0.0625rem solid #212121;
color: #212121;
}

.interview .section-btn--b a:hover {
border: 0.0625rem solid #fff;
color: #fff;
}

.contact-annotation {
background-color: #f0f2f5;
}

.contact-annotation__inner {
margin: 0 auto;
max-width: 50.4375rem;
}

.contact-annotation__lead {
line-height: 1.8;
text-align: center;
}

.contact-annotation__box {
background-color: #fff;
margin-top: 3.75rem;
padding: 3.4375rem 0 3.125rem;
}

.contact-title {
font-size: 1.5rem;
font-weight: bold;
line-height: 1.6;
}

.contact-title--phone {
text-align: center;
}

.contact-annotation__phone-time {
line-height: 1.8;
margin-top: 0.9375rem;
text-align: center;
}

.contact-annotation__phone-number {
display: block;
font-family: "Archivo", sans-serif;
font-size: 3.75rem;
font-weight: bold;
margin-top: 0.9375rem;
text-align: center;
}

.contact {
background-color: #fff;
}

.contact__inner {
margin: 0 auto;
max-width: 56.875rem;
padding: 0 1.5625rem;
width: 100%;
}

.contact__form-wrapper {
margin-top: 3.75rem;
}

.contact__form-wrap {
margin-top: 3.4375rem;
}

.contact__form-wrap-list {
margin-top: 2.625rem;
}

.contact__form-label-required {
background-color: #d60808;
border-radius: 0.125rem;
color: #fff;
display: inline-block;
font-size: 0.8125rem;
font-weight: 500;
margin-left: 0.4375rem;
padding: 0 0.3125rem;
}

.contact__form-input {
display: flex;
gap: 2.5rem;
margin-top: 1.25rem;
}

.contact__form-input input[name=your-code],
.contact__form-input input[name=your-prefecture] {
margin-top: 1.25rem;
width: 18.75rem;
}

.contact__form-input-label {
display: block;
}

.contact__form-input input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #fafafa;
border: 0.0625rem solid #bfc8d3;
border-radius: 0.25rem;
font-size: 1rem;
line-height: 1;
padding: 1rem;
width: 100%;
}

.contact__form-input input:focus {
outline: none;
}

.contact__form-radio {
display: flex;
gap: 1.875rem;
margin-top: 1.875rem;
}

.contact__form-radio label {
display: block;
}

.contact__form-radio input {
display: none;
}

.contact__form-radio input + span {
cursor: pointer;
display: inline-block;
font-size: 1rem;
font-weight: 400;
line-height: 1;
padding: 0 0 0 2.125rem;
position: relative;
}

.contact__form-radio input + span::before {
background: #fafafa;
border: 1px solid #bfc8d3;
border-radius: 50%;
content: "";
display: block;
height: 1.5rem;
left: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 1.5rem;
}

.contact__form-radio input + span::after {
background: #235fb5;
border: 1px solid transparent;
border-radius: 50%;
content: "";
height: 1rem;
left: 0.25rem;
opacity: 0;
padding: 0.125rem;
position: absolute;
top: 50%;
transform: translateY(-50%);
transition: 0.3s;
width: 1rem;
}

.contact__form-radio input:checked + span::before {
border: 1px solid #16459a;
}

.contact__form-radio input:checked + span::after {
opacity: 1;
}

.contact__form-textarea {
margin-top: 1.25rem;
}

.contact__form-textarea textarea {
-webkit-appearance: none;
-moz-appearance: none;
field-sizing: content;
appearance: none;
background-color: #fafafa;
border: 0.0625rem solid #bfc8d3;
border-radius: 0.25rem;
font-size: 1rem;
min-height: 13.1875rem;
padding: 1rem;
resize: none;
width: 100%;
}

.contact__form-textarea textarea:focus {
box-shadow: none;
outline: none;
}

.contact__form-privacy {
margin-top: 5rem;
text-align: center;
}

.contact__form-privacy input {
display: none;
}

.contact__form-privacy input + span {
cursor: pointer;
display: inline-block;
font-size: 1rem;
letter-spacing: 0.08em;
line-height: 1.5;
padding: 0 0 0 2rem;
position: relative;
}

.contact__form-privacy input + span::before {
background: #fff;
border: 1px solid #bfc8d3;
border-radius: 0.25rem;
content: "";
display: block;
height: 1.5rem;
left: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 1.5rem;
}

.contact__form-privacy input + span::after {
border-bottom: 0.1875rem solid #fff;
border-left: 0.1875rem solid #fff;
content: "";
display: block;
height: 0.5rem;
left: 0.3125rem;
margin-top: -0.125rem;
opacity: 0;
position: absolute;
top: 0.5rem;
transform: rotate(-45deg);
transition: 0.3s;
width: 0.9375rem;
}

.contact__form-privacy input + span a {
-webkit-text-decoration: underline;
color: #3a87e2;
font-weight: 500;
text-decoration: underline;
}

.contact__form-privacy input:checked + span::before {
background-color: #235fb5;
border: 1px solid #235fb5;
}

.contact__form-privacy input:checked + span::after {
opacity: 1;
}

.contact__form-submit {
margin: 5rem auto 0;
max-width: 22.5rem;
position: relative;
width: 100%;
}

.contact__form-submit:hover::after {
right: 0.9375rem;
}

.contact__form-submit::after {
background: url(../images/common/arrow-b.svg) no-repeat center center/cover;
content: "";
height: 1.875rem;
position: absolute;
right: 1.875rem;
top: 50%;
transform: translateY(-50%);
transition: 0.2s ease-in right;
width: 1.875rem;
}

.contact__form-submit input {
background-color: #212121;
border: 0.0625rem solid #212121;
color: #fff;
font-size: 1.125rem;
font-weight: bold;
max-width: 22.5rem;
padding: 1.6875rem 0 1.6875rem 1.875rem;
text-align: left;
transition: 0.2s ease-in background-color, 0.2s ease-in color;
width: 100%;
}

.contact__form-submit input:hover {
background-color: transparent;
border: 0.0625rem solid #212121;
color: #212121;
opacity: 1;
}

.contact-div .title {
font-size: 24px;
font-weight: bold;
margin-bottom: 60px;
text-align: center;
}

.contact-div .tel {
padding: 1.1875rem 2.0625rem;
width: 100%;
margin: 20px auto 0;
border-top: 1px solid;
text-align: center;
}

.footer {
overflow-x: clip;
}

.footer__inner {
position: relative;
}

.footer__nav-wrap {
display: flex;
margin-left: calc(50% - 50vw);
width: 100vw;
}

.footer__company-info {
background-color: #fff;
padding: 3.75rem 5.8125rem 4.0625rem 4.6875rem;
position: relative;
width: 36%;
}

.footer__logo {
max-width: 20.375rem;
width: 100%;
}

.footer__address {
line-height: 1.8;
margin-top: 2.5rem;
}

.footer__contact-btn {
margin-top: 2.5rem;
}

.footer__contact-btn a {
background-color: #212121;
color: #fff;
display: block;
padding: 1.125rem 0;
text-align: center;
}

.footer__nav-wrapper {
background-color: #f0f2f5;
padding: 3.125rem 3.6875rem 1.9375rem 3.75rem;
position: relative;
width: 64%;
}

.footer__nav {
display: flex;
gap: 3.5rem;
max-width: 50.0625rem;
position: relative;
width: 100%;
}

.footer__nav-item a {
display: block;
font-size: 1rem;
line-height: 1.6;
padding: 0.5625rem 0;
padding-left: 0.9375rem;
position: relative;
}

.footer__nav-item a::before {
background: url(../images/common/footer-arrow.svg) no-repeat center center/cover;
content: "";
height: 0.5rem;
left: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 0.3125rem;
}

.footer__nav-item.upper a::before {
background: none;
content: "";
height: 0.5rem;
left: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 0.3125rem;
}

.footer__nav-item.lower a::before {
background: url(../images/common/keisen-bk.svg) no-repeat center center / cover;
content: "";
height: 0.5rem;
left: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 0.5rem;
}

.footer__nav-list-wrap {
display: flex;
gap: 3.5rem;
}

.footer__bottom {
align-items: center;
display: flex;
gap: 3.125rem;
justify-content: end;
margin-top: 8.25rem;
}

.footer__privacy-policy {
color: #235fb5;
font-size: 0.875rem;
line-height: 1.6;
}

.footer__copyright {
font-size: 0.875rem;
line-height: 1.6;
}

.footer__scroll-top {
border-radius: 50%;
bottom: 3.75rem;
box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.4);
opacity: 0;
pointer-events: none;
position: fixed;
right: 2.875rem;
transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
transition: opacity 0.3s ease, visibility 0.3s ease, bottom 0.3s ease;
visibility: hidden;
z-index: 10;
}

.footer__scroll-top.is-visible {
opacity: 1;
pointer-events: auto;
visibility: visible;
}

.footer__scroll-top:hover {
bottom: 5rem;
opacity: 0.7;
}

.footer__scroll-top img {
width: 3.75rem;
}

.layout-header {
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 1000;
}

.header {
background-color: #fff;
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
height: 5rem;
}

.header::after {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);
bottom: -0.25rem;
content: "";
height: 0.25rem;
left: 0;
pointer-events: none;
position: absolute;
width: 100%;
z-index: 1000;
}

.header__inner {
display: flex;
height: inherit;
justify-content: space-between;
padding-left: 2.375rem;
}

.header__logo {
height: inherit;
max-width: 10.9375rem;
width: 100%;
}

.header__logo a {
align-items: center;
display: flex;
height: inherit;
}

.header__logo img {
-o-object-fit: contain;
height: 100%;
object-fit: contain;
width: 100%;
}

.header__nav {
height: inherit;
margin-left: auto;
position: relative;
}

.header__nav-list {
display: flex;
height: inherit;
}

.header__nav-item,
.header__nav-modal-wrap {
height: inherit;
}

.header__nav-modal-wrap {
position: relative;
}

.header__nav-modal-wrap::after {
background: url(../images/common/header-arrow.svg) no-repeat center center/cover;
bottom: 0.625rem;
content: "";
height: 0.3125rem;
left: 50%;
position: absolute;
transform: translateX(-50%);
width: 0.5rem;
}

.header__nav-item.header__nav-item--contact {
align-items: center;
display: flex;
}

.header__nav-item > a,
.header__nav-modal-wrap > .header__nav-modal-wrap-link {
align-items: center;
border-left: 1px solid #212121;
color: #333;
display: flex;
flex-direction: column;
font-size: 0.9375rem;
font-weight: 500;
height: inherit;
justify-content: center;
line-height: 1;
position: relative;
width: 8.0625rem;
}

.header__nav-item > a::after,
.header__nav-modal-wrap > .header__nav-modal-wrap-link::after {
background: #212121;
bottom: 0;
content: "";
height: 0.25rem;
left: 0;
position: absolute;
transform: scale(0, 1);
transform-origin: center bottom; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
transition: transform 0.2s ease-in; /*変形の時間*/
width: 100%;
}

.header__nav-item > a:hover,
.header__nav-modal-wrap > .header__nav-modal-wrap-link:hover {
opacity: 1;
}

.header__nav-item > a:hover::after,
.header__nav-modal-wrap > .header__nav-modal-wrap-link:hover::after {
transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

.header__nav-modal-wrap > p {
transition: 0.3s;
}

.header__nav-item-en {
display: block;
font-family: "Archivo", sans-serif;
font-weight: bold;
text-transform: uppercase;
}

.header__nav-item-en.is-blue {
color: #235fb5;
}

.header__nav-item-ja {
color: #5c6276;
display: block;
font-size: 0.6875rem;
margin-top: 0.1875rem;
}

.header__nav-modal {
background-color: #212121;
left: 0;
opacity: 0;
position: absolute;
top: 5rem;
transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
visibility: hidden;
width: 11.875rem;
}

.header__nav-modal-wrap:hover > .header__nav-modal {
opacity: 1;
visibility: visible;
}

.header__nav-modal-item a {
color: #fff;
display: block;
font-size: 0.875rem;
font-weight: bold;
padding: 0.75rem 0 0.75rem 1.5rem;
position: relative;
}

.header__nav-modal-item a::before {
background: url(../images/common/keisen.svg) no-repeat center center/cover;
content: "";
height: 0.375rem;
left: 0.6875rem;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 0.375rem;
}

.header__nav-item.header__nav-item--contact a {
background-color: #1c1e21;
color: #fff;
text-align: center;
transition: 0.2s background-color ease-in, 0.2s color ease-in;
}

.header__nav-item.header__nav-item--contact a:hover {
background-color: #235fb5;
}

.header__nav-item.header__nav-item--contact a:hover::after {
display: none;
}

.header__nav-item.header__nav-item--contact a .header__nav-item-ja {
color: #fff;
transition: 0.2s color ease-in;
}

.header__hamburger {
display: none;
}

.header__drawer {
display: none;
}

.header__drawer-contact-ja {
font-size: 0.625rem;
margin-top: 0.25rem;
}

.interview {
background-color: #f0f2f5;
overflow-x: clip;
}

.interview__list {
display: flex;
flex-direction: column;
gap: 4.6875rem;
}

.interview__item {
align-items: center;
display: flex;
position: relative;
}

.interview__item:nth-child(even) {
flex-direction: row-reverse;
}

.interview__content {
background-color: #fff;
position: relative;
width: 58%;
z-index: 1;
}

.interview__content::after {
background-color: #fff;
content: "";
height: 100%;
position: absolute;
top: 0;
width: 100vw;
z-index: -1;
}

.interview__item:nth-child(even) .interview__content {
padding: 7.1875rem 9.25rem 7.1875rem 4.5625rem;
}

.interview__item:nth-child(even) .interview__content::after {
left: calc(50% - 33.125rem);
}

.interview__item:nth-child(odd) .interview__content {
padding: 7.1875rem 4.5625rem 7.1875rem 9.25rem;
}

.interview__item:nth-child(odd) .interview__content::after {
right: calc(50% - 33.125rem);
}

.interview__title {
color: #5c6276;
font-size: 1.25rem;
font-weight: 700;
}

.interview__position {
font-size: 1.125rem;
font-weight: 500;
line-height: 1.6;
margin-top: 1.25rem;
}

.interview__text {
font-size: 1rem;
line-height: 1.8;
margin-top: 1.5625rem;
}

.interview__image {
box-shadow: 1.25rem 1.25rem 0 0 rgba(92, 98, 118, 0.15);
margin-right: 0.9375rem;
max-width: 27.5rem;
position: relative;
width: 100%;
z-index: 1;
}

.interview__image img {
-o-object-fit: cover;
aspect-ratio: 440/500;
object-fit: cover;
width: 100%;
}

.recruit--interview {
background: url(../images/top/parallax.webp) no-repeat center center/cover;
}

.mv {
height: calc(100vh - 5rem);
margin-top: 5rem;
min-height: 43.75rem;
position: relative;
z-index: 1;
}

.mv::after {
background-color: rgba(0, 0, 0, 0.2);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}

.mv__inner {
height: inherit;
min-height: inherit;
}

.mv__title-wrap {
bottom: 0;
color: #fff;
left: 50%;
margin: 0 auto;
max-width: 91.375rem;
padding: 0 1.5625rem;
position: absolute;
transform: translateX(-50%);
width: 100%;
z-index: 2;
}

.mv__main-title {
color: #fff;
font-family: "Antonio", sans-serif;
font-size: 9.9375rem;
font-weight: bold;
text-transform: uppercase;
}

.mv__vertical-text {
bottom: 19.375rem;
left: -1.2%;
position: absolute;
writing-mode: vertical-rl;
}

.mv__horizontal-text {
bottom: 7.375rem;
left: 1.1%;
position: absolute;
}

.mv__sub-title-ja {
bottom: 5.9375rem;
font-size: 2.1875rem;
font-weight: bold;
left: 7%;
position: absolute;
}

.mv__sub-title-en {
bottom: -0.8125rem;
color: #fff;
font-family: "Archivo", sans-serif;
font-size: 5.25rem;
font-weight: bold;
left: 7%;
position: absolute;
text-transform: uppercase;
}

.mv__swiper,
.mv__swiper picture,
.mv__swiper .swiper-img,
.mv__swiper .swiper-img img {
height: inherit;
min-height: inherit;
}

.mv__swiper .swiper-img img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
left: auto;
left: initial;
right: 5rem;
width: auto;
width: initial;
}

.mv__swiper .swiper-pagination {
bottom: 3.8125rem !important;
left: auto !important;
left: initial !important;
}

.mv__swiper .swiper-pagination {
right: 4.4375rem;
text-align: right;
width: auto;
width: initial;
z-index: 10;
}

.mv__swiper .swiper-pagination .swiper-pagination-bullet {
margin: 0 0.3125rem !important;
}

.mv__swiper .swiper-pagination .swiper-pagination-bullet {
background-color: #aaa;
border-radius: 50%;
height: 0.875rem;
position: relative;
transition: background-color 1.5s ease, opacity 1.5s ease;
width: 0.875rem;
}

.mv__swiper .swiper-pagination .swiper-pagination-bullet-active {
background-color: #fff;
opacity: 1;
transition: background-color 1.5s ease, opacity 1.5s ease;
}

.mv__swiper .swiper-pagination .swiper-pagination-bullet-active::after {
opacity: 1;
transform: translate(-50%, -50%);
}

.page-news {
overflow-x: clip;
padding-bottom: 7.5rem;
}

.article__categories-wrap {
background-color: #f0f2f5;
margin-left: calc(-50vw + 50%);
padding: 0.8125rem 0 3.9375rem;
width: 100vw;
}

.page-news .article__categories {
max-width: 70rem;
}

.page-news .article__list {
grid-row-gap: 5rem;
margin-top: 5rem;
}

.page-recruit .article__list {
grid-row-gap: 5rem;
margin-top: 5rem;
}

.page-header--news {
padding-top: 3.8125rem;
}

.page-header--r {
background-color: #f0f2f5;
}

.page-news .article__category,
.page-recruit .article__category {
font-size: 1rem;
padding: 0.9375rem 1.875rem;
}

.page-news .article__category.article__category--r,
.page-recruit .article__category.article__category--r {
height: 3.375rem;
}

.page-header__content-wrap {
align-items: center;
display: flex;
}

.page-header__date {
color: #8e8e8e;
font-size: 0.875rem;
line-height: 1.6;
}

.page-header__category {
border-bottom: 1px solid #b7cceb;
border-top: 1px solid #b7cceb;
color: #235fb5;
font-size: 0.8125rem;
line-height: 1.7230769231;
margin-left: 0.625rem;
padding: 0.0625rem 0.5rem;
}

.page-header__news-title {
font-size: 2.75rem;
font-weight: bold;
line-height: 1.25;
margin-bottom: 10.5rem;
margin-top: 1.25rem;
position: relative;
z-index: 1;
}

.news-detail {
padding: 2.5rem 0 7.5rem;
}

.news-detail__inner {
margin: 0 auto;
max-width: 56.875rem;
}

.news-detail__content img {
margin-left: auto;
margin-right: auto;
margin-top: 3rem;
width: auto;
}

.news-detail__content p {
line-height: 1.8;
margin-top: 2.5rem;
}

.news-detail__content pre {
word-wrap: break-word;
font-family: inherit;
font-size: 1rem;
line-height: 1.8;
margin-top: 5rem;
padding: 0;
white-space: pre-wrap;
word-break: break-word;
}

.news-detail__content h1 {
border-bottom: 1px solid #677386;
font-size: 1.875rem;
font-weight: bold;
line-height: 1.6;
margin-top: 5rem;
padding: 0 0.9375rem 1.125rem;
}

.news-detail__content h2 {
border-bottom: 1px solid #677386;
font-size: 1.875rem;
font-weight: bold;
line-height: 1.6;
margin-top: 5rem;
padding: 0 0.625rem 1.125rem;
}

.news-detail__content h3 {
font-size: 1.75rem;
font-weight: bold;
line-height: 1.6;
margin-top: 3.75rem;
padding-left: 1.4375rem;
position: relative;
}

.news-detail__content h3::before {
background-color: #5c6276;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 0.5rem;
}

.news-detail__content h4 {
background-color: #eff2f7;
font-size: 1.25rem;
font-weight: bold;
line-height: 1.6;
margin-top: 3.75rem;
padding: 0.5rem 0;
padding-left: 1.4375rem;
position: relative;
}

.news-detail__content h4::before {
background-color: #a7afc7;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 0.5rem;
}

.news-detail__content h5 {
border: 1px solid #5c6276;
border-radius: 0.25rem;
color: #5c6276;
font-size: 1.125rem;
font-weight: bold;
line-height: 1.6;
margin-bottom: 0;
margin-top: 2.5rem;
padding: 0.625rem 1.25rem;
}

.news-detail__content h6 {
font-size: 1rem;
font-weight: bold;
line-height: 1.8;
margin-bottom: 0;
margin-top: 2.5rem;
}

.news-detail__content a {
-webkit-text-decoration: underline;
color: #3a87e2;
text-decoration: underline;
}

.news-detail__content .btn-section__btn a {
color: #fff;
text-decoration: none;
}

.news-detail__content .btn-section__btn a:hover {
background-color: transparent;
border: 0.0625rem solid #212121;
color: #212121;
}

.layout-pagination {
margin-top: 3.625rem;
}

.pagination__inner {
align-items: center;
display: flex;
gap: 1.875rem;
justify-content: space-between;
margin: 0 auto;
max-width: 17.375rem;
width: 100%;
}

.pagination__button {
position: relative;
text-align: center;
}

.pagination__icon {
background-color: #212121;
border: 0.0625rem solid #212121;
color: #fff;
display: block;
padding: 1.125rem 0;
transition: background-color 0.2s ease-in, color 0.2s ease-in;
width: 7.75rem;
}

.pagination__icon:hover {
background-color: #fff;
color: #212121;
opacity: 1;
}

.pagination__button.pagination__button--prev {
margin-right: auto;
}

.pagination__button.pagination__button--next {
margin-left: auto;
}

.privacy-policy {
background-color: #f0f2f5;
}

.privacy-policy__inner {
margin: 0 auto;
max-width: 56.875rem;
padding: 0 1.5625rem;
width: 100%;
}

.privacy-policy__title {
font-size: 1.75rem;
font-weight: bold;
line-height: 1.6;
}

.privacy-policy__info {
line-height: 1.8;
margin-top: 1.875rem;
}

.privacy-policy__item {
margin-top: 3.75rem;
}

.privacy-policy__item-title {
font-size: 1.25rem;
font-weight: bold;
line-height: 1.6;
}

.privacy-policy__text {
line-height: 1.8;
margin-top: 1.25rem;
}

.privacy-policy__text a {
-webkit-text-decoration: underline;
color: #3a87e2;
text-decoration: underline;
}

.privacy-policy__list {
line-height: 1.8;
margin-top: 1.25rem;
}

.privacy-policy__list-item {
padding-left: 1rem;
position: relative;
}

.privacy-policy__list-item::before {
background-color: #212121;
border-radius: 50%;
content: "";
height: 0.1875rem;
left: 0.4375rem;
position: absolute;
top: 0.8125rem;
width: 0.1875rem;
}

.page-message {
background-color: #f0f2f5;
margin: 0 auto;
margin-top: 7.5rem;
max-width: 70rem;
position: relative;
width: 100%;
z-index: 2;
}

.page-message__inner {
margin: 0 auto;
max-width: 73.125rem;
padding: 0 8.125rem 0 0;
}

.page-message::after {
background-color: #f0f2f5;
content: "";
height: 100%;
position: absolute;
right: calc(50% + 34.375rem);
top: 0;
width: 50vw;
z-index: -1;
}

.page-message__image-box {
margin-top: 5rem;
max-width: 61.875rem;
width: 100%;
}

.page-message__image img {
-o-object-fit: cover;
aspect-ratio: 990/467;
object-fit: cover;
width: 100%;
}

.page-message__lead-text {
font-size: 2.5rem;
font-weight: 500;
line-height: 1.5;
margin-top: 5rem;
}

.page-message__text {
font-weight: 400;
line-height: 1.8;
margin-top: 5rem;
}

.page-recruit .article__categories {
display: flex;
gap: 1.25rem;
margin-top: 5rem;
width: auto;
width: initial;
}

.article__list-wrap {
margin-top: 4.375rem;
}

.page-recruit .article__list {
grid-row-gap: 4.375rem;
}

.page-recruit .article__link:hover .article__link-text::after {
right: 0;
}

.article__description {
margin-bottom: 1.25rem;
}

.article__link-wrap {
margin-left: auto;
margin-top: auto;
max-width: 8.75rem;
width: 100%;
}

.article__link-text {
border-bottom: 1px solid #212121;
display: block;
font-size: 0.875rem;
padding: 0.625rem 0 0.625rem 0.625rem;
position: relative;
}

.article__link-text::after {
background: url(../images/recruit/arrow.svg) no-repeat center center/cover;
content: "";
height: 0.5rem;
position: absolute;
right: 0.625rem;
top: 50%;
transform: translateY(-50%);
transition: right 0.2s ease-in;
width: 0.625rem;
}

.recruit-detail {
margin: 0 auto;
max-width: 56.875rem;
}

.recruit-detail__image {
margin: 0 auto;
max-width: 53.75rem;
width: 100%;
}

.recruit-detail__image img {
margin-left: auto;
margin-right: auto;
max-width: 100%;
width: auto;
}

.recruit-detail__block {

}

.recruit-detail__title {
border-bottom: 1px solid #677386;
font-size: 1.875rem;
font-weight: bold;
line-height: 1.4;
padding: 0 0.9375rem 1.125rem;
}

.recruit-detail h2 {
border-bottom: 1px solid #677386;
font-size: 1.875rem;
font-weight: bold;
line-height: 1.4;
padding: 5rem 0.9375rem 1.125rem;
}

.recruit-detail__text {
font-weight: 400;
line-height: 1.8;
margin-top: 2.5rem;
}

.recruit-detail p {
font-weight: 400;
line-height: 1.8;
margin-top: 2.5rem;
}

.recruit-detail__list {
border-bottom: 1px solid #bcbcbc;
border-left: 1px solid #bcbcbc;
border-right: 1px solid #bcbcbc;
margin-top: 2.5rem;
}

.recruit-detail__item {
border-top: 1px solid #bcbcbc;
display: flex;
}

.recruit-detail__term {
align-items: center;
background-color: #f8f8f8;
border-right: 1px solid #bcbcbc;
display: flex;
flex-shrink: 0;
font-weight: bold;
line-height: 1.8;
padding: 1.1875rem 1.25rem;
width: 10.1875rem;
}

.recruit-detail__description {
padding: 1.1875rem 1.25rem;
}

.recruit-detail__cta {
margin-top: 7.5rem;
}

.recruit-detail__cta-title {
font-size: 1.5rem;
font-weight: bold;
line-height: 1.6;
margin: 0 auto;
max-width: 43rem;
position: relative;
text-align: center;
width: 100%;
}

.recruit-detail__cta-title::before {
background-color: #bcbcbc;
content: "";
height: 0.0625rem;
left: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 12.875rem;
}

.recruit-detail__cta-title::after {
background-color: #bcbcbc;
content: "";
height: 0.0625rem;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 12.875rem;
}

.recruit-detail__cta-btn {
margin: 3.75rem auto 0;
max-width: 43rem;
width: 100%;
}

.recruit-detail__cta-btn a {
background-color: #effbff;
border: 0.125rem solid #1dade5;
border-radius: 0.625rem;
display: block;
padding: 2.5rem 0;
position: relative;
}

.recruit-detail__cta-btn a::after {
background: url(../images/recruit/square.svg) no-repeat center center/cover;
content: "";
height: 15px;
position: absolute;
right: 1.875rem;
top: 50%;
transform: translateY(-50%);
width: 20px;
}

.recruit-detail__cta-btn img {
margin: 0 auto;
width: 13.8125rem;
}

.recruit-detail__culture {
background-color: #f0f2f5;
}

.recruit-detail__culture-items {
grid-gap: 2.75rem;
display: grid;
gap: 2.75rem;
grid-template-columns: repeat(2, 1fr);
margin-top: 1.875rem;
}

.recruit-detail__culture-image {
max-width: 33.625rem;
width: 100%;
}

.recruit-detail__culture-image img {
-o-object-fit: cover;
aspect-ratio: 538/303;
object-fit: cover;
width: 100%;
}

.recruit-detail__culture-content {
background-color: #fff;
padding: 1.875rem;
}

.recruit-detail__culture-heading {
font-size: 1.25rem;
font-weight: bold;
line-height: 1.6;
}

.recruit-detail__culture-text {
font-size: 1rem;
font-weight: 400;
line-height: 1.8;
margin-top: 1.25rem;
}

.safety-message {
background-color: #f0f2f5;
}

.safety-message__text {
font-size: 2.5rem;
font-weight: 500;
line-height: 1.5;
}

.safety-message__note {
line-height: 1.8;
margin-top: 3.4375rem;
max-width: 61.875rem;
}

.process__lists {
grid-gap: 2.5rem;
display: grid;
gap: 2.5rem;
grid-template-columns: repeat(3, 1fr);
margin: 0 auto;
margin-top: 6.625rem;
max-width: 51.875rem;
padding-bottom: 2.0625rem;
}

.process--p .process__step-item--g .lower-page__heading,
.process--p .process__step-item--g .process__content {
margin-left: 0;
}

.process__items img {
margin: 0 auto;
max-width: 15.625rem;
}

.process__items-text {
font-size: 1.25rem;
font-weight: 500;
margin-top: 1.25rem;
text-align: center;
}

.training-content-wrap {
display: flex;
flex-direction: column;
gap: 0.625rem;
margin-top: 4.75rem;
}

.training-content {
padding-right: 8.125rem;
}

.training-content-section {
background-color: #212733;
position: relative;
}

.training-content-section::after {
background-color: #212733;
content: "";
height: 7.1875rem;
left: calc(50% + 35rem);
position: absolute;
top: -7.125rem;
width: 50vw;
z-index: 2;
}

.training-content__category-wrap {
margin-top: 1.875rem;
}

.page-content__title {
font-size: 1.75rem;
font-weight: bold;
padding-left: 1.625rem;
position: relative;
}

.page-content__title::before {
background-color: #5c6276;
content: "";
height: 2.75rem;
left: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 0.5rem;
}

.page-content__title--r {
color: #fff;
}

.page-content__title--r::before {
background-color: #fff;
}

.training-content__category {
background-color: #fff;
padding: 3.75rem 5.625rem 5rem;
}

.page-content__category-label {
background-color: #d5dae2;
font-size: 1.5rem;
font-size: 1.5rem;
font-weight: bold;
padding: 0.78125rem 0 0.78125rem 2.5rem;
}

.training-content__item:not(:first-child) {
border-top: 1px solid #d5dae2;
margin-top: 2.375rem;
padding-top: 2.375rem;
}

.training-content__items {
align-items: flex-start;
display: flex;
gap: 2.5rem;
justify-content: space-between;
}

.training-content__items:not(:first-child) {
border-top: 1px solid #d5dae2;
margin-top: 2.5rem;
padding-top: 2.5rem;
}

.training-content__text-blocks {
display: flex;
flex-direction: column;
gap: 0.9375rem;
}

.training-content__item-header {
width: 100%;
}

.training-content__item-title {
font-size: 1.75rem;
font-weight: bold;
}

.training-content__duration-text {
border: 1px solid #5c6276;
border-radius: 0.25rem;
color: #5c6276;
display: block;
font-weight: 500;
line-height: 1.8;
margin-top: 1.125rem;
padding: 0.28125rem 1.1875rem;
width: -moz-fit-content;
width: fit-content;
}

.training-content__text {
line-height: 1.8;
margin-top: 1.25rem;
}

.training-content__text-block {
display: flex;
gap: 1.9375rem;
justify-content: space-between;
}

.training-content__image {
max-width: 20.8125rem;
width: 100%;
}

.training-content__image img {
-o-object-fit: cover;
aspect-ratio: 333/241;
object-fit: cover;
width: 100%;
}

.training-content__details {
display: flex;
gap: 1.75rem;
justify-content: space-between;
margin-top: 1.875rem;
}

.training-content__detail-box {
background-color: #f8f8f8;
padding: 1.6875rem 1.875rem;
width: 100%;
}

.training-content__detail-title {
color: #5c6276;
font-size: 0.875rem;
font-weight: bold;
line-height: 1.8;
}

.training-content__detail-item {
font-size: 0.875rem;
line-height: 1.8;
padding-left: 0.875rem;
position: relative;
}

.training-content__detail-item::before {
background-color: #212121;
border-radius: 50%;
content: "";
height: 0.125rem;
left: 0.1875rem;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 0.125rem;
}

.training-content__pic {
max-width: 11.375rem;
width: 100%;
}

.features-section {
grid-gap: 1.25rem;
display: grid;
gap: 1.25rem;
grid-template-columns: repeat(4, 1fr);
margin-top: 5rem;
}

.features-section__item {
background-color: #fff;
padding: 1.75rem 1.25rem;
}

.features-section__title {
font-size: 1.25rem;
font-weight: bold;
line-height: 1.6;
padding-bottom: 1.25rem;
position: relative;
text-align: center;
}

.features-section__title::before {
background-color: #235fb5;
bottom: 0;
content: "";
height: 0.125rem;
left: 50%;
position: absolute;
transform: translateX(-50%);
width: 6.25rem;
}

.features-section__text {
line-height: 1.8;
margin-top: 1.25rem;
}

.message {
margin-top: 4.875rem;
}

.message__content {
border: 1px solid #fff;
margin-top: 1.875rem;
padding: 3.75rem;
}

.message__content-wrap {
display: flex;
gap: 3.125rem;
}

.message__image {
max-width: 20.8125rem;
width: 100%;
}

.message__image img {
-o-object-fit: cover;
aspect-ratio: 333/333;
object-fit: cover;
width: 100%;
}

.message__text-block {
color: #fff;
width: 100%;
}

.message__subtitle {
font-size: 1.25rem;
font-weight: bold;
line-height: 1.4;
}

.message__author {
font-size: 1rem;
font-weight: 400;
}

.message__text {
line-height: 1.8;
margin-top: 1.875rem;
}

.message__btn {
margin: 3.75rem auto 0;
}

.service {
overflow-x: hidden;
}

.service__inner {
margin: auto;
max-width: 37.5rem;
padding: 0 1.25rem;
width: 100%;
}

.service__swiper {
margin-right: calc(50% - 50vw);
width: 100vw;
}

.service-card a {
background-color: #fff9ee;
display: block;
height: 100%;
padding: 0.9375rem 0.9375rem 2.1875rem;
}

.service-card a:hover {
opacity: 1;
}

.service-card__img {
overflow: hidden;
width: 100%;
}

.service-card__img img {
-o-object-fit: cover;
aspect-ratio: 300/186;
object-fit: cover;
transition: 0.6s;
width: 100%;
}

.service-card:hover .service-card__img img {
transform: scale(1.2);
}

.service-card__text {
font-size: 0.9375rem;
line-height: 1;
margin-top: 0.9375rem;
}

.hero {
background: url(../images/top/top-mv.webp) no-repeat center center/cover;
padding-bottom: 15rem;
position: relative;
}

.hero::before {
background-color: rgba(0, 0, 0, 0.6);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}

.hero__content {
position: relative;
z-index: 1;
}

.hero__text {
color: #fff;
font-size: 3rem;
font-weight: bold;
line-height: 1.25;
width: 70.5659%;
}

.hero__description {
color: #fff;
font-size: 1.125rem;
font-weight: 500;
line-height: 1.6;
margin-top: 3.75rem;
width: 63.5659%;
}

.hero__btn {
margin-top: 3.75rem;
}

.features {
margin-top: 7.6875rem;
position: relative;
z-index: 1;
}

.features__title {
color: #fff;
font-size: 2.25rem;
font-weight: bold;
text-align: center;
}

.features__list {
display: flex;
gap: 11.875rem;
justify-content: space-between;
margin: 10rem auto 0;
max-width: 59.375rem;
width: 100%;
}

.features__item {
margin: 0 auto;
max-width: 11.25rem;
position: relative;
width: 100%;
}

.features__item::before {
border: #fff solid 1px;
border-radius: 50%;
content: "";
height: 22.5625rem;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
width: 22.5625rem;
}

.features__icon {
margin: 2.1875rem auto 0;
width: 5.0625rem;
}

.features__text {
color: #fff;
font-size: 2.25rem;
font-weight: bold;
margin-top: -3.125rem;
text-align: center;
}

.business {
background-color: #fff;
padding-top: 7.5rem;
}

.business__header {
display: flex;
justify-content: space-between;
}

.business__description {
width: 47.2093%;
}

.business__process {
margin-top: 6.5rem;
}

.business__center {
margin: 0 auto;
max-width: 34.875rem;
width: 100%;
}

.business__center img {
margin: 0 auto;
max-width: 34.875rem;
width: 100%;
}

.business__steps-wrap {
background-color: #1C1E21;
}

.business__steps {
grid-gap: 2.6875rem;
display: grid;
gap: 2.6875rem;
grid-template-columns: repeat(4, 1fr);
margin: -7.9375rem auto 0;
max-width: 83.75rem;
padding: 0rem 1.5625rem;
padding-top: 11.8125rem;
width: 100%;
}

.business__step {
background-color: #fff;
padding: 2.5rem 1.25rem 2.25rem;
position: relative;
}

.business__step:before {
background-color: #235fb5;
content: "";
height: 0.3125rem;
left: 50%;
position: absolute;
top: 0;
transform: translateX(-50%);
width: 7.5rem;
}

.business__step-title {
font-size: 1.25rem;
font-weight: bold;
line-height: 1.6;
text-align: center;
}

.business__step-text {
line-height: 1.8;
margin-top: 1.25rem;
}

.sites {
background-color: #212121;
}

.sites__inner {
margin: 0 auto;
max-width: 83.75rem;
padding: 7.5rem 1.5625rem;
width: 100%;
}

.sites__title {
color: #fff;
font-size: 3rem;
font-weight: bold;
line-height: 1.25;
padding-left: 3rem;
position: relative;
}

.sites__title::before {
background-color: #fff;
content: "";
height: 0.125rem;
left: 0;
position: absolute;
top: 60%;
transform: translateY(-50%);
width: 1.875rem;
}

.sites__list {
grid-column-gap: 1rem;
grid-row-gap: 3.75rem;
display: grid;
grid-template-columns: repeat(3, 1fr);
margin-top: 4.75rem;
}

.sites__text {
color: #fff;
font-weight: bold;
line-height: 1.6;
padding-left: 2.375rem;
position: relative;
}

.sites__text::before {
background-color: rgba(255, 255, 255, 0.3);
content: "";
height: 4.375rem;
left: 1.25rem;
position: absolute;
top: -0.625rem;
width: 0.4375rem;
}

.sites__image {
-o-object-fit: cover;
aspect-ratio: 419/280;
margin-top: 0.5625rem;
object-fit: cover;
width: 100%;
}

.sites__btn {
margin-left: auto;
margin-top: 3.75rem;
}

.sites__btn__wapper {
display: flex;
gap: 4rem;
justify-content: center;
margin-top: 3.75rem;
}

.safety-policy {
background-color: #fff;
overflow-x: clip;
padding-top: 15rem;
}

.safety-policy__image {
margin-left: auto;
margin-right: calc(50% - 50vw);
position: relative;
width: 79.8vw;
z-index: 2;
}

.safety-policy__image img {
-o-object-fit: cover;
aspect-ratio: 1150/784;
object-fit: cover;
width: 100%;
}

.safety-policy__content {
background-color: #f0f2f5;
margin-top: -5.875rem;
padding: 7.5rem 0 7.5rem 0;
position: relative;
width: 83.5%;
z-index: 1;
}

.safety-policy__content::before {
background-color: #f0f2f5;
content: "";
height: 100%;
position: absolute;
right: calc(50% + 30.3125rem);
top: 0;
width: 100vw;
z-index: -1;
}

.safety-policy__text {
margin-top: 3.75rem;
max-width: 56.125rem;
}

.safety-policy__btn {
margin-top: 3.75rem;
}

.layout-parallax {
height: 42.1875rem;
width: 100%;
}

.parallax-policy .parallax__img {
background-image: url(../images/top/parallax.webp);
background-position: center center;
background-size: cover;
display: block;
height: 100vh;
left: 0px;
position: fixed;
top: 0px;
width: 100vw;
z-index: -2;
}

.parallax-policy .parallax__wrap {
display: flex;
height: 100%;
justify-content: center;
width: 100%;
}

.article {
background-color: #1c1e21;
padding: 7.5rem 0;
}

.article--r {
background-color: #fff;
padding: 7.5rem 0;
}

.article__header {
margin: 0 auto;
width: -moz-fit-content;
width: fit-content;
}

.article__title {
text-align: center;
}

.article__subtitle {
text-align: center;
}

.article__categories {
display: flex;
flex-wrap: wrap;
gap: 1.25rem;
justify-content: flex-start;
margin: 3.75rem auto 0;
width: -moz-fit-content;
width: fit-content;
}

.article__category {
align-items: center;
background-color: transparent;
border: 1px solid #e0e0e0;
color: #e0e0e0;
cursor: pointer;
display: flex;
font-size: 0.875rem;
height: 3.5625rem;
justify-content: center;
line-height: 1.2;
margin-bottom: 0.625rem;
padding: 0 1.25rem;
text-align: center;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.article__category:hover {
background-color: #fff;
color: #5c6276;
opacity: 1;
}

.article__category.article__category--r {
background-color: #fff;
border: #5c6276 solid 1px;
color: #5c6276;
height: 2.5rem;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.article__category.article__category--r:hover {
background-color: #5c6276;
color: #fff;
opacity: 1;
}

.article__category.article__category--active {
background-color: #fff;
color: #5c6276;
}

.article__category--r.article__category--active {
background-color: #5c6276;
color: #fff;
}

.article__list {
grid-gap: 2.5rem;
display: grid;
gap: 2.5rem;
grid-template-columns: repeat(3, 1fr);
margin-top: 3.125rem;
}

.article__link {
display: flex;
flex-direction: column;
height: 100%;
}

.article__image {
-o-object-fit: cover;
aspect-ratio: 347/231;
object-fit: cover;
width: 100%;
}

.article__info {
display: flex;
flex-direction: column;
height: 100%;
margin-top: 1rem;
}

.article__info-wrap {
align-items: flex-start;
display: flex;
flex-wrap: wrap;
}

.article__date {
color: #8e8e8e;
font-size: 0.875rem;
line-height: 1.6;
margin-right: 0.625rem;
}

.article__label {
border-bottom: 1px solid #fff;
border-top: 1px solid #fff;
color: #fff;
font-size: 0.8125rem;
font-weight: 500;
line-height: 1.7230769231;
margin-bottom: 0.625rem;
margin-right: 0.625rem;
padding: 0 0.3125rem;
}

.article__label--r {
border-bottom: 1px solid #b7cceb;
border-top: 1px solid #b7cceb;
color: #235fb5;
}

.article__description {
color: #fff;
font-size: 0.875rem;
font-weight: bold;
line-height: 1.6;
}

.article__description--r {
color: #212121;
}

.article__btn {
margin: 2.5rem auto 0;
}

.btn-section.interview {
background: url(../images/top/interview.webp) no-repeat center center/cover;
height: 44.625rem;
position: relative;
width: 100%;
}

.btn-section.recruit {
height: 39.5625rem;
position: relative;
width: 100%;
}

.btn-section.recruit::before {
background-color: rgba(255, 255, 255, 0.85);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

.interview .btn-section__content {
bottom: 19%;
left: 50%;
position: absolute;
transform: translateX(-50%);
}

.recruit .btn-section__content {
bottom: 27%;
left: 50%;
position: absolute;
transform: translateX(-50%);
}

.btn-section__title {
text-align: center;
}

.btn-section__subtitle {
text-align: center;
}

.btn-section__btn {
margin: 3.75rem auto 0;
}

.js-footer-swiper-swiper .swiper-wrapper {
transition-timing-function: linear;
}

.footer-swiper-swiper .swiper-slide img {
-o-object-fit: cover;
aspect-ratio: 1/1;
object-fit: cover;
width: 100%;
}

.inner {
margin-left: auto;
margin-right: auto;
max-width: 1340px;
padding-left: 25px;
padding-right: 25px;
width: 100%;
}

@media screen and (max-width: 1330px) {

.process__step-item--g .lower-page__heading,
.process__step-item--g .process__content {
margin-left: auto;
}

}

@media (max-width: 1290px) {

html {
font-size: 1.2403100775vw;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
display: none;
}

.u-mobile {
display: block;
}

html {
font-size: 16px;
}

a[href^="tel:"] {
pointer-events: auto;
}

.concept__inner {
display: block;
}

.concept__section {
gap: 2.5rem;
margin-top: 2.5rem;
}

.concept__heading {
font-size: 1.125rem;
line-height: 1.6;
}

.concept__subheading {
font-size: 0.75rem;
margin-top: 0;
}

.concept__text-content {
font-size: 0.875rem;
line-height: 1.8;
margin-top: 1.25rem;
padding: 1.25rem;
}

.concept__text {
font-size: 0.875rem;
line-height: 1.7;
}

.concept__list-item {
font-size: 0.875rem;
line-height: 1.8;
padding-left: 1.25rem;
}

.concept__list-item::before {
font-size: 1.125rem;
}

.greeting__content {
margin-top: 2.5rem;
}

.greeting__image img {
aspect-ratio: 343/184;
}

.greeting__text-content {
margin-top: 2.5rem;
width: 100%;
}

.greeting__text {
font-size: 0.875rem;
line-height: 1.8;
}

.greeting__name {
font-size: 1rem;
line-height: 1.8;
margin-right: 0.4375rem;
margin-top: 0.875rem;
}

.history__content {
display: block;
margin-top: 1.875rem;
}

.history__text-content {
width: 100%;
}

.history__description {
font-size: 0.875rem;
line-height: 1.8;
}

.history__timeline {
margin-top: 0.625rem;
}

.history__timeline::before {
left: 2.1875rem;
}

.history__year:not(:first-child) {
margin-top: -0.625rem;
}

.history__year-wrap::after {
left: 2.0625rem;
}

.history__year-text {
font-size: 1.875rem;
}

.history__year-text::before {
bottom: -0.1875rem;
left: 2rem;
}

.history__year:not(:first-child) .history__year-text::after {
left: 2rem;
}

.history__event {
padding-left: 6.9375rem;
}

.history__year .history__event:nth-of-type(1) {
margin-top: 0.625rem;
}

.history__event-date {
font-size: 0.875rem;
width: 12%;
}

.history__event-date::before {
left: -1.0625rem;
}

.history__event-date::after {
left: -4.6875rem;
width: 4.0625rem;
}

.history__event-text {
font-size: 0.875rem;
line-height: 1.6;
margin-left: 0.625rem;
min-height: 2.5rem;
width: 100%;
}

.history__images {
gap: 0.9375rem;
margin-top: 2.5rem;
}

.history__image {
max-width: none;
max-width: initial;
}

.history__image img {
aspect-ratio: 343/228;
}

.history__caption {
font-size: 0.875rem;
line-height: 1.8;
margin-top: 0.5rem;
}

.company-info {
background-color: #fff;
padding: 3.75rem 0;
}

.company-info__inner {
max-width: 37.5rem;
padding: 0 1rem;
}

.company-info__table {
margin-top: 2.5rem;
}

.company-info__row {
display: block;
padding: 0.625rem 0 1.125rem;
}

.company-info__row:last-child {
padding-bottom: 0;
}

.company-info__label {
font-size: 0.875rem;
line-height: 1.6;
width: auto;
}

.company-info__label::before {
top: -0.75rem;
width: 5rem;
}

.company-info__value {
display: block;
font-size: 0.875rem;
line-height: 1.6;
margin-top: 0.625rem;
padding-left: 0.3125rem;
}

.company-info__value--second {
font-size: 0.875rem;
line-height: 1.6;
padding-left: 0.3125rem;
}

.company-info__map-button-wrap {
height: 2.8125rem;
margin-top: 0.4375rem;
}

.company-info__map-button {
padding: 0.625rem 0 0.625rem 1rem;
}

.access::before {
width: 100vw;
}

.access__inner {
max-width: 37.5rem;
padding: 3.75rem 1rem;
}

.access__info {
margin-top: 2.5rem;
}

.access__heading {
font-size: 0.875rem;
line-height: 1.6;
}

.access__map {
margin-top: 2.5rem;
padding-top: 45.1895%;
}

.producer__title {
font-size: 1.5rem;
}

.producer__list {
gap: 0.625rem;
grid-template-columns: repeat(1, 1fr);
margin-top: 2.5rem;
}

.producer__item a {
font-size: 0.875rem;
padding: 0.71875rem 0;
text-align: center;
}

.producer__item span {
padding-left: 1.75rem;
}

.producer__item span::before {
color: #5c6276;
content: "0" counter(number);
counter-increment: number 1;
font-family: "Archivo", sans-serif;
font-size: 1.125rem;
font-weight: bold;
left: 0;
position: absolute;
top: 56%;
transform: translateY(-50%);
}

.producer__item a::before {
display: none;
margin-top: 0.1875rem;
}

.producer__item a::after {
right: 0.625rem;
}

.process__step {
margin: 0 auto;
max-width: 37.5rem;
}

.section.process__step-item--g {
padding: 3.75rem 1rem;
}

.process__step-item--g2 {
flex-direction: column;
padding: 3.75rem 1rem 0;
}

.process__step-item--g::after {
display: none;
}

.process__step-item--g .process__step {
max-width: 37.5rem;
}

.process__step-item--g3 .process__step {
max-width: 37.5rem;
padding: 3.75rem 1rem;
}

.process__step-item--g3 .process__step::after {
right: calc(50% - 23.9375rem);
width: 150vw;
z-index: -1;
}

.process__step-item--g .lower-page__heading,
.process__step-item--g .process__content {
padding-right: 0;
}

.process__step-item--g4 .process__step {
max-width: 37.5rem;
padding: 0 1rem;
}

.process__step-item--b {
max-width: 37.5rem;
padding: 3.75rem 1rem;
}

.process__step-item--b::after {
left: calc(50% - 24.0625rem);
}

.process__content {
display: block;
margin-top: 2.5rem;
}

.process__step-item--g2 .process__content {
width: 100%;
}

.lower-page__wrap {
margin-top: 2.5rem;
width: 100%;
}

.process__image {
width: 100%;
}

.process__list {
gap: 1.5625rem;
margin-top: 2.1875rem;
}

.process__item {
display: block;
padding-bottom: 1.5625rem;
}

.process__title {
font-size: 1rem;
line-height: 1.8;
}

.process__text {
font-size: 0.875rem;
line-height: 1.8;
margin-top: 0.625rem;
}

.process__item-image {
margin: 1.875rem auto 0;
width: 80%;
}

.process__step-img {
margin-left: -1rem;
margin-top: 2.5rem;
position: static;
width: 100vw;
}

.process__step-img img {
aspect-ratio: 375/358;
height: 22.375rem;
}

.section-btn.section-btn--b.process__btn {
margin-top: 2.5rem;
}

.consultation__description {
font-size: 0.875rem;
line-height: 1.8;
margin-top: 2.5rem;
}

.consultation__list {
gap: 2.125rem;
margin-top: 2.5rem;
}

.consultation__item {
border-radius: 0.25rem;
padding: 1.0625rem 1.25rem;
}

.consultation__step {
font-size: 1.125rem;
}

.consultation__text {
font-size: 0.875rem;
line-height: 1.6;
margin-top: 0.3125rem;
}

.area__wrap {
display: block;
}

.area__content {
margin-top: 2.5rem;
}

.area__info {
padding: 0.5625rem 0.9375rem;
}

.area__subtitle {
font-size: 0.875rem;
line-height: 1.8;
}

.area__text {
margin-top: 0.1875rem;
}

.area__text span {
font-size: 0.875rem;
line-height: 1.8;
margin-right: 0.625rem;
}

.area__note {
line-height: 1.6;
margin-top: 1.25rem;
}

.area__map {
margin: 1.25rem auto 0;
width: 80%;
}

.cta-buttons {
background: url(../images/business/business09-sp.webp) no-repeat center center/cover;
opacity: 0.9;
}

.cta-buttons__inner {
flex-direction: column;
gap: 1.25rem;
}

.cta-buttons__link:hover::after {
right: 0.625rem;
}

.cta-buttons__link::after {
height: 1rem;
right: 1.25rem;
width: 1rem;
}

.cta-buttons__link {
font-size: 1rem;
padding: 1.75rem 0 1.75rem 1.25rem;
}

.breadcrumb {
display: none;
}

.page-header {
margin-top: 3.5rem;
padding-top: 3.125rem;
}

.page-header.page-header--interview {
padding-bottom: 2.8125rem;
}

.page-header::after {
font-size: 3.75rem;
top: 6rem;
}

.page-header__article-subtitle {
font-size: 3.75rem;
top: 7.5rem;
}

.page-header__title {
font-size: 1.875rem;
line-height: 1.6;
}

.page-header__subtitle {
font-size: 1rem;
line-height: 1.6;
margin-top: 0.125rem;
}

.page-header__background {
margin-left: -1rem;
margin-right: 0;
margin-top: 2.8125rem;
width: 100vw;
}

.page-header__background--d::before {
background-color: #f0f2f5;
}

.page-header__background--d::after {
display: none;
}

.page-header__image {
aspect-ratio: 375/176;
width: 100%;
}

.page__title {
font-size: 1.75rem;
line-height: 1.6;
padding-top: 0.9375rem;
}

.page__title::before {
width: 2.5rem;
}

.footer-btn-section {
padding: 3.75rem 0;
}

.footer-btn-section__inner {
max-width: 37.5rem;
padding: 0 1.25rem;
}

.footer-btn-section__list {
flex-direction: column;
gap: 1.25rem;
}

.footer-btn-section__item {
margin: 0 auto;
max-width: 18.4375rem;
}

.footer-btn-section__link:hover::after {
right: 0.625rem;
}

.footer-btn-section__link {
padding: 1.0625rem 0 1.0625rem 0.9375rem;
}

.footer-btn-section__link::after {
height: 0.9375rem;
right: 0.9375rem;
width: 0.9375rem;
}

.lower-page__heading {
align-items: flex-start;
gap: 1.375rem;
}

.lower-page__number {
font-size: 1.875rem;
}

.lower-page__number::before {
height: 1.6875rem;
right: -0.6875rem;
}

.lower-page__title {
font-size: 1.75rem;
line-height: 1.6;
}

.lower-page__text {
font-size: 1.125rem;
line-height: 1.6;
}

.lower-page__description {
font-size: 0.875rem;
line-height: 1.8;
margin-top: 0.625rem;
}

.process__step-item--g2 .lower-page__annotation {
align-items: flex-start;
display: flex;
font-size: 0.75rem;
line-height: 1.6;
margin-top: 0.625rem;
}

.section {
padding: 3.75rem 0;
}

.inner {
max-width: 37.5rem;
}

.inner-n {
max-width: 37.5rem;
padding: 0 1rem;
}

.inner-dn {
max-width: 37.5rem;
padding: 0 1rem;
}

.section-title {
font-size: 2.5rem;
}

.section-subtitle {
font-size: 1rem;
margin-top: 0.5rem;
}

.section-text {
font-size: 0.875rem;
line-height: 1.8;
}

.section-btn,
.section-btn--b {
max-width: 18.5rem;
}

.section-btn a::after {
height: 0.9375rem;
right: 0.9375rem;
width: 0.9375rem;
}

.section-btn a {
font-size: 1rem;
padding: 1.125rem 0 1.125rem 0.9375rem;
}

.contact-annotation__lead {
font-size: 0.875rem;
line-height: 1.8;
text-align: center;
}

.contact-annotation__box {
margin-top: 1.5625rem;
padding: 1.5rem 0;
}

.contact-title {
font-size: 18px;
line-height: 1.6;
}

.contact-annotation__phone-time {
font-size: 0.875rem;
line-height: 1.6;
margin-top: 0.625rem;
}

.contact-annotation__phone-number {
font-size: 1.875rem;
margin-top: 0.625rem;
}

.contact__inner {
max-width: 37.5rem;
padding: 0;
}

.contact__form {
margin: auto;
max-width: 50rem;
width: 100%;
}

.contact__form-wrapper {
margin-top: 2.5rem;
}

.contact__form-wrap {
margin-top: 1.875rem;
}

.contact__form-wrap-list {
margin-top: 1.375rem;
}

.contact__form-input {
gap: 1.25rem;
}

.contact__form-input input[name=your-code],
.contact__form-input input[name=your-prefecture] {
width: 10rem;
}

.contact__form-input input {
padding: 0.625rem;
}

.contact__form-radio {
flex-direction: column;
gap: 1.25rem;
margin-top: 1.25rem;
}

.contact__form-textarea {
margin-top: 0.625rem;
}

.contact__form-textarea textarea {
min-height: 11.25rem;
padding: 0.625rem;
}

.contact__form-privacy {
margin-top: 2.5rem;
}

.contact__form-privacy input + span {
font-size: 0.875rem;
}

.contact__form-submit::after {
height: 0.9375rem;
right: 0.9375rem;
width: 0.9375rem;
}

.contact__form-submit {
margin: 2.5rem auto 0;
max-width: 18.5rem;
}

.contact__form-submit input {
font-size: 1rem;
padding: 1.125rem 0 1.125rem 0.9375rem;
}

.contact-div .title {
font-size: 18px;
text-align: center;
}

.footer__nav-wrap {
display: block;
}

.footer__company-info {
padding: 2.5rem 1rem 2.5rem;
width: 100%;
}

.footer__logo {
margin: 0 auto;
max-width: 13.8125rem;
}

.footer__address {
font-size: 0.875rem;
line-height: 1.8;
margin: 1.5625rem auto 0;
width: -moz-fit-content;
width: fit-content;
}

.footer__contact-btn {
margin: 2.25rem auto 0;
max-width: 18.5rem;
}

.footer__nav-wrapper {
padding: 1.875rem 0;
width: 100%;
}

.footer__nav {
gap: 2.5rem;
justify-content: center;
}

.footer__nav-item a {
font-size: 0.875rem;
padding: 0.4375rem 0;
padding-left: 0.6875rem;
}

.footer__nav-list-wrap {
display: block;
}

.footer__bottom {
display: block;
margin-top: 1.625rem;
text-align: center;
}

.footer__copyright {
font-size: 0.75rem;
margin-top: 1.25rem;
}

.footer__scroll-top:hover {
bottom: 2.5rem;
}

.footer__scroll-top {
bottom: 1.875rem;
height: 2.5rem;
right: 1rem;
width: 2.5rem;
}

.header {
height: 3.5rem;
}

.header__inner {
padding-left: 1rem;
}

.header__logo {
max-width: 7.8125rem;
}

.header__nav {
display: none;
}

.header__hamburger {
background-color: #1c1e21;
border: none;
cursor: pointer;
display: block;
height: inherit;
margin: 0;
outline: none;
padding: 0;
position: relative;
transition: 0.3s;
width: 3.5rem;
z-index: 999;
}

.header__hamburger .header__hamburger-line {
background-color: #fff;
display: block;
height: 0.1875rem;
left: 50%;
position: relative;
transform: translateX(-50%);
transition: 0.5s;
width: 1.5625rem;
}

.header__hamburger .header__hamburger-menu {
color: #fff;
display: flex;
font-size: 0.6875rem;
font-weight: bold;
justify-content: center;
margin-top: 0.75rem;
text-transform: uppercase;
}

.header__hamburger .header__hamburger-line:nth-of-type(1) {
top: 0.0625rem;
}

.header__hamburger .header__hamburger-line:nth-of-type(2) {
top: 0.375rem;
}

.header__hamburger .header__hamburger-line:nth-of-type(3) {
top: 0.6875rem;
}

.header__hamburger.is-open .header__hamburger-line:nth-of-type(1) {
top: 0.5625rem;
transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open .header__hamburger-line:nth-of-type(2) {
opacity: 0;
}

.header__hamburger.is-open .header__hamburger-line:nth-of-type(3) {
top: 0.1875rem;
transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
background-color: #fff;
bottom: 0;
display: block;
height: 100vh;
left: 0;
margin-top: 3.5rem;
overflow-y: scroll;
padding-bottom: 6.4375rem;
position: absolute;
right: 0;
scrollbar-width: none;
top: 0;
transform: translateX(100%);
transition: transform 0.3s ease-in-out;
width: 100%;
z-index: 800;
}

.header__drawer-nav {
overflow: scroll;
padding-bottom: 100px;
height: 100vh;
}

.header__drawer.is-open {
transform: translateX(0);
}

.header__drawer::-webkit-scrollbar {
display: none;
}

.header__drawer-item {
border-bottom: 1px solid #212121;
}

.header__drawer-item.header__drawer-item--contact {
border-bottom: none;
margin: 2.5rem auto 0;
max-width: 21.4375rem;
width: 100%;
}

.header__drawer-item a {
position: relative;
}

.header__drawer-item a::before {
background: url(../images/common/footer-arrow-b.svg) no-repeat center center/cover;
content: "";
height: 0.5rem;
position: absolute;
right: 1rem;
top: 50%;
transform: translateY(-50%);
width: 0.3125rem;
}

.header__drawer-item > a,
.header__drawer-accordion-title {
align-items: center;
color: #212121;
cursor: pointer;
display: flex;
font-size: 0.875rem;
letter-spacing: 0.05em;
line-height: 1;
padding: 1.25rem 1rem;
}

.header__drawer-item-en {
display: block;
font-family: "Archivo", sans-serif;
font-size: 1.125rem;
font-weight: bold;
text-transform: uppercase;
}

.header__drawer-item-ja {
color: #5c6276;
display: block;
font-size: 0.625rem;
margin-left: 0.75rem;
}

.header__drawer-item.header__drawer-item--contact a {
background-color: #1c1e21;
color: #fff;
display: flex;
flex-direction: column;
padding: 1.5rem 0;
text-align: center;
}

.header__drawer-contact-en {
font-family: "Archivo", sans-serif;
font-size: 1.125rem;
font-weight: bold;
text-transform: uppercase;
}

.header__drawer-accordion-title {
position: relative;
}

.header__drawer-accordion-title::before,
.header__drawer-accordion-title::after {
background: #333;
content: "";
display: block;
height: 0.125rem;
position: absolute;
right: 1.25rem;
top: 50%;
transition: 0.3s;
width: 0.75rem;
}

.header__drawer-accordion-title::before {
transform: translateY(-50%);
}

.header__drawer-accordion-title::after {
transform: translateY(-50%) rotate(90deg);
}

.header__drawer-accordion-title.is-open::after {
transform: translateY(-50%);
}

.header__drawer-accordion-item {
border-top: 1px solid #d4dae4;
}

.header__drawer-accordion-item a {
background-color: #f0f2f5;
display: block;
font-size: 0.875rem;
font-weight: bold;
padding: 0.75rem 0 0.75rem 2.5rem;
position: relative;
}

.header__drawer-accordion-item a::before {
background: url(../images/common/keisen-b.svg) no-repeat center center/cover;
content: "";
height: 0.375rem;
left: 1.625rem;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 0.375rem;
}

.interview__list {
gap: 2.3125rem;
}

.interview__item {
flex-direction: column-reverse;
}

.interview__item::after {
background-color: #fff;
content: "";
height: 60%;
left: 50%;
position: absolute;
top: 0;
transform: translateX(-50%);
width: 100%;
z-index: 0;
}

.interview__item:nth-child(even) {
flex-direction: column-reverse;
}

.interview__content::after {
display: none;
}

.interview__content {
width: 100%;
}

.interview__item:nth-child(even) .interview__content {
padding: 1.875rem 1.25rem;
}

.interview__item:nth-child(odd) .interview__content {
padding: 1.875rem 1.25rem;
}

.interview__title {
font-size: 1rem;
line-height: 1.8;
}

.interview__position {
font-size: 0.875rem;
margin-top: 0.9375rem;
}

.interview__text {
font-size: 0.875rem;
line-height: 1.8;
margin-top: 1.25rem;
}

.interview__image {
box-shadow: 0.6875rem 0.6875rem 0 0 rgba(92, 98, 118, 0.15);
margin-right: 0.625rem;
margin-top: 1.875rem;
width: 72%;
}

.mv {
height: calc(100dvh - 3.5rem);
margin-top: 3.5rem;
min-height: 38.125rem;
}

.mv__title-wrap {
bottom: auto;
max-width: 37.5rem;
padding: 0 1rem;
top: 0;
}

.mv__main-title {
font-size: 5.0625rem;
}

.mv__vertical-text {
bottom: auto;
left: -0.7%;
top: 0.6875rem;
}

.mv__horizontal-text {
bottom: auto;
left: -0.7%;
top: 8.9375rem;
writing-mode: vertical-rl;
}

.mv__sub-title-ja {
bottom: auto;
font-size: 1.125rem;
left: 4.3%;
top: 25.1875rem;
}

.mv__sub-title-en {
bottom: auto;
font-size: 3.6875rem;
left: 4.3%;
line-height: 1;
top: 27.625rem;
}

.mv__swiper .swiper-pagination {
bottom: 1.125rem !important;
right: auto !important;
right: initial !important;
}

.mv__swiper .swiper-pagination {
text-align: center;
width: 100%;
}

.mv__swiper .swiper-pagination .swiper-pagination-bullet {
margin: 0 0.25rem !important;
}

.mv__swiper .swiper-pagination .swiper-pagination-bullet {
height: 0.625rem;
width: 0.625rem;
}

.page-news {
padding-bottom: 3.75rem;
}

.article__categories-wrap {
padding: 0.8125rem 0 1.5rem;
}

.page-news .article__categories {
flex-direction: row;
margin-top: 1.0625rem;
width: 92%;
}

.page-news .article__list {
grid-column-gap: 1.4375rem;
grid-row-gap: 0.625rem;
grid-template-columns: repeat(2, 1fr);
margin-top: 2.5rem;
}

.page-recruit .article__list {
grid-column-gap: 1.4375rem;
grid-row-gap: 0.5625rem;
grid-template-columns: repeat(2, 1fr);
margin-top: 2.5rem;
}

.page-header--news {
margin-top: 3.5rem;
padding-top: 2.5rem;
}

.page-news .article__category,
.page-recruit .article__category {
font-size: 0.8125rem;
line-height: 1.7230769231;
margin-right: 0.625rem;
padding: 0.625rem;
padding-bottom: 0.625rem;
}

.page-news .article__category.article__category--r,
.page-recruit .article__category.article__category--r {
height: 2.4375rem;
}

.page-news .article__date {
font-size: 0.75rem;
line-height: 1.8666666667;
}

.page-news .article__info,
.page-recruit .article__info {
margin-top: 0.625rem;
}

.page-news .article__label,
.page-recruit .article__label {
font-size: 0.625rem;
line-height: 1.6;
margin-bottom: 0.3125rem;
}

.page-news .article__description,
.page-recruit .article__description {
font-size: 0.75rem;
line-height: 1.6;
}

.page-header__date {
font-size: 0.75rem;
line-height: 1.8666666667;
}

.page-header__category {
display: flex;
font-size: 0.625rem;
font-weight: normal;
line-height: 1.6;
margin-left: 0;
margin-right: 0.625rem;
padding: 0 0.3125rem;
}

.page-header__news-title {
font-size: 1.375rem;
line-height: 1.6;
margin-bottom: 11.0625rem;
margin-top: 0.25rem;
}

.news-detail {
padding: 1.25rem 0 3.75rem;
}

.news-detail__content img {
margin-top: 2.5rem;
}

.news-detail__content p {
font-size: 0.875rem;
line-height: 1.8;
margin-top: 1.25rem;
}

.news-detail__content pre {
font-size: 0.875rem;
line-height: 1.8;
margin: 1.25rem 0 0;
}

.news-detail__content h1 {
font-size: 1.125rem;
line-height: 1.6;
margin-top: 3.75rem;
padding: 0 0.3125rem 0.75rem;
}

.news-detail__content h2 {
font-size: 1.125rem;
line-height: 1.6;
margin-top: 3.75rem;
padding: 0 0.3125rem 0.75rem;
}

.news-detail__content h3 {
font-size: 1rem;
line-height: 1.6;
margin-top: 2.5rem;
}

.news-detail__content h3::before {
width: 0.3125rem;
}

.news-detail__content h4 {
font-size: 0.875rem;
line-height: 1.6;
margin-top: 2.5rem;
padding-left: 0.8125rem;
}

.news-detail__content h4::before {
width: 0.3125rem;
}

.news-detail__content h5 {
font-size: 0.875rem;
line-height: 1.6;
margin-top: 1.875rem;
padding: 0.5rem 0.625rem;
}

.news-detail__content h6 {
font-size: 0.875rem;
line-height: 1.6;
margin-top: 1.875rem;
}

.layout-pagination {
margin-top: 1.25rem;
}

.pagination__inner {
gap: 1.25rem;
max-width: 16.875rem;
}

.pagination__icon {
font-size: 0.875rem;
padding: 0.75rem 0;
}

.privacy-policy__inner {
max-width: 37.5rem;
padding: 0 1rem;
}

.privacy-policy__title {
font-size: 1.125rem;
line-height: 1.6;
}

.privacy-policy__info {
font-size: 0.875rem;
line-height: 1.8;
margin-top: 1.25rem;
}

.privacy-policy__item {
margin-top: 1.875rem;
}

.privacy-policy__item-title {
font-size: 1rem;
line-height: 1.6;
}

.privacy-policy__text {
font-size: 0.875rem;
line-height: 1.8;
margin-top: 0.9375rem;
}

.privacy-policy__list {
font-size: 0.875rem;
line-height: 1.8;
margin-top: 0.9375rem;
}

.privacy-policy__list-item {
padding-left: 0.875rem;
}

.page-message {
margin-top: 0;
}

.page-message__inner {
max-width: 37.5rem;
padding: 0 1rem;
}

.page-message__image-box {
margin-top: 2.5rem;
}

.page-message__image img {
aspect-ratio: 343/162;
}

.page-message__lead-text {
font-size: 1.25rem;
line-height: 1.6;
margin-top: 2.5rem;
}

.page-message__text {
font-size: 0.875rem;
line-height: 1.8;
margin-top: 1.875rem;
}

.page-recruit .article__categories {
flex-direction: row;
gap: 0;
margin-top: 2.5rem;
width: 100%;
}

.article__list-wrap {
margin-top: 1.875rem;
}

.page-recruit .article__list {
grid-column-gap: 1.4375rem;
grid-row-gap: 0.5625rem;
grid-template-columns: repeat(2, 1fr);
}

.article__link-wrap {
display: none;
}

.recruit-detail__block {
margin-top: 2.5rem;
}

.recruit-detail__title {
font-size: 1.125rem;
padding: 0 0.3125rem 0.5625rem;
}

.recruit-detail__text {
font-size: 0.875rem;
line-height: 1.8;
margin-top: 1.25rem;
}

.recruit-detail__list {
margin-top: 1.25rem;
}

.recruit-detail__item {
display: block;
}

.recruit-detail__term {
border-bottom: 1px solid #bcbcbc;
border-right: none;
font-size: 0.875rem;
line-height: 1.6;
padding: 0.3625rem 0.9375rem;
width: auto;
width: initial;
}

.recruit-detail__description {
font-size: 0.875rem;
line-height: 1.6;
padding: 0.3625rem 0.9375rem;
}

.recruit-detail__cta {
margin-top: 3.75rem;
}

.recruit-detail__cta-title {
font-size: 1rem;
}

.recruit-detail__cta-title::before {
width: 5.625rem;
}

.recruit-detail__cta-title::after {
width: 5.625rem;
}

.recruit-detail__cta-btn {
margin: 1.875rem auto 0;
}

.recruit-detail__cta-btn a {
padding: 1.125rem 0;
}

.recruit-detail__cta-btn a::after {
height: 15px;
right: 1.4375rem;
width: 20px;
}

.recruit-detail__cta-btn img {
width: 10.8125rem;
}

.recruit-detail__culture .page-content__title {
font-size: 1rem;
}

.recruit-detail__culture .page-content__title::before {
background-color: #5c6276;
height: 1.875rem;
padding-left: 0.3125rem;
width: 0.3125rem;
}

.recruit-detail__culture-items {
gap: 1.875rem;
grid-template-columns: repeat(1, 1fr);
}

.recruit-detail__culture-content {
padding: 0.9375rem;
}

.recruit-detail__culture-heading {
font-size: 1rem;
line-height: 1;
}

.recruit-detail__culture-text {
font-size: 0.875rem;
line-height: 1.8;
margin-top: 0.625rem;
}

.safety-message__text {
font-size: 1.125rem;
line-height: 1.6;
}

.safety-message__note {
font-size: 0.875rem;
line-height: 1.8;
margin-top: 1.25rem;
}

.process__lists {
grid-template-columns: repeat(1, 1fr);
margin-top: 2.5rem;
padding-bottom: 0;
}

.process__items img {
max-width: 11.25rem;
}

.process__items-text {
font-size: 1rem;
margin-top: 0.625rem;
}

.training-content-wrap {
gap: 0;
margin-top: 2.5rem;
}

.training-content {
padding-right: 0;
}

.training-content__category-wrap {
margin-top: 1.5rem;
}

.page-content__title {
font-size: 1.25rem;
line-height: 1.6;
padding-left: 1.4375rem;
}

.training-content__category {
padding: 1.875rem 0.9375rem;
}

.page-content__category-label {
font-size: 1.125rem;
padding: 0.5rem 0;
text-align: center;
}

.training-content__item:not(:first-child) {
margin-top: 1.875rem;
padding-top: 1.875rem;
}

.training-content__items {
flex-direction: column;
gap: 0.9375rem;
}

.training-content__items:not(:first-child) {
margin-top: 1.8125rem;
padding-top: 1.8125rem;
}

.training-content__item-title {
font-size: 1.25rem;
text-align: center;
}

.training-content__duration-text {
font-size: 0.875rem;
margin: 0.9375rem auto 0;
padding: 0.125rem 0.5rem;
}

.training-content__text {
font-size: 0.875rem;
line-height: 1.6;
margin-top: 0.9375rem;
}

.training-content__text-block {
flex-direction: column;
gap: 1.25rem;
}

.training-content__image {
max-width: none;
max-width: initial;
}

.training-content__details {
flex-direction: column;
gap: 0.625rem;
margin-top: 1.25rem;
}

.training-content__detail-box {
padding: 0.84375rem 0.9375rem;
}

.training-content__detail-title {
font-size: 0.75rem;
line-height: 1.6;
}

.training-content__detail-item {
font-size: 0.75rem;
line-height: 1.6;
}

.training-content__pic {
margin: 0 auto;
max-width: 6.25rem;
}

.features-section {
grid-template-columns: repeat(1, 1fr);
margin-top: 2.375rem;
}

.features-section__item {
padding: 1.0625rem 1.25rem;
}

.features-section__title {
font-size: 1rem;
padding-bottom: 0.625rem;
}

.features-section__title::before {
bottom: -0.3125rem;
}

.features-section__text {
font-size: 0.875rem;
line-height: 1.8;
margin-top: 0.625rem;
}

.message {
margin-top: 2.5rem;
}

.message__content {
padding: 1.875rem 1rem;
}

.message__content-wrap {
flex-direction: column;
gap: 1.875rem;
}

.message__image {
margin: 0 auto;
width: 52%;
}

.message__subtitle {
font-size: 1rem;
}

.message__author {
font-size: 0.875rem;
}

.message__text {
font-size: 0.875rem;
line-height: 1.8;
margin-top: 1.25rem;
}

.message__btn {
margin: 1.875rem auto 0;
}

.service__inner {
max-width: 75rem;
padding: 0 1.5625rem;
}

.service-card__text {
font-size: 1.25rem;
}

.hero {
background: url(../images/top/top-sp-mv.webp) no-repeat top center/cover;
padding-bottom: 7.5rem;
padding-top: 12.8125rem;
}

.hero__text {
font-size: 1.25rem;
line-height: 1.6;
width: 100%;
}

.hero__description {
font-size: 0.875rem;
font-weight: 400;
line-height: 2;
margin-top: 1.5rem;
width: 100%;
}

.hero__btn {
margin: 2.1875rem auto 0;
}

.features {
margin-top: 3.75rem;
}

.features__title {
font-size: 1.125rem;
}

.features__list {
flex-direction: column;
gap: 6.125rem;
margin: 4.375rem auto 0;
}

.features__item::before {
height: 9.375rem;
width: 9.375rem;
}

.features__icon {
margin: 0.4375rem auto 0;
width: 2.4375rem;
}

.features__text {
font-size: 0.875rem;
margin-top: 0;
}

.business {
padding-top: 5rem;
}

.business__header-wrap {
width: -moz-fit-content;
width: fit-content;
}

.business__header {
display: block;
}

.business__description {
margin-top: 1.875rem;
width: 100%;
}

.business__process {
margin-top: 3.5rem;
}

.business__center {
max-width: 17.6875rem;
}

.business__steps {
gap: 1.6875rem;
grid-template-columns: repeat(1, 1fr);
margin: -4rem auto 0;
max-width: 37.5rem;
padding: 5.875rem 1rem 0;
}

.business__step {
padding: 1.875rem 1.25rem;
}

.business__step-title {
font-size: 1rem;
line-height: 1.8;
}

.business__step-text {
font-size: 0.875rem;
line-height: 1.8;
margin-top: 0.5rem;
}

.sites__inner {
max-width: 37.5rem;
padding: 3.75rem 1rem 5rem;
width: 100%;
}

.sites__title::before {
top: 50%;
width: 1.25rem;
}

.sites__title {
font-size: 1.375rem;
padding-left: 1.875rem;
}

.sites__list {
grid-row-gap: 2.1875rem;
grid-template-columns: repeat(1, 1fr);
margin-top: 2.25rem;
}

.sites__text::before {
height: 3.125rem;
left: 0.875rem;
top: -0.25rem;
width: 0.25rem;
}

.sites__text {
font-size: 0.875rem;
padding-left: 1.75rem;
}

.sites__btn {
margin: 2.375rem auto 0;
}

.sites__btn__wapper {
flex-direction: column;
align-items: center;
gap: 3rem;
margin-top: 1.75rem;
}

.safety-policy {
padding-top: 5rem;
}

.safety-policy__image {
width: 95.8vw;
}

.safety-policy__content {
margin-top: -4rem;
padding: 6rem 1rem 5rem 0;
width: 100%;
}

.safety-policy__content::before {
right: calc(50% + 10.6875rem);
}

.safety-policy__text {
font-size: 0.875rem;
line-height: 1.8;
margin-top: 1.625rem;
}

.safety-policy__btn {
margin: 2.375rem auto 0;
}

.layout-parallax {
height: 22.375rem;
}

.article {
padding: 5rem 0;
}

.article--r {
padding: 5rem 0;
}

.article__categories {
flex-direction: column;
gap: 0;
margin: 1.875rem auto 0;
width: 80%;
}

.article__category {
font-size: 0.8125rem;
height: auto;
margin-bottom: 0.5rem;
padding: 0.6875rem 0;
}

.article__list {
gap: 2.25rem;
grid-template-columns: repeat(1, 1fr);
margin-top: 1.875rem;
}

.article__label {
font-size: 0.75rem;
}

.article__btn {
margin: 2.375rem auto 0;
}

.btn-section.interview {
background: url(../images/top/interview-sp.webp) no-repeat center center/cover;
height: 20.8125rem;
}

.btn-section.recruit {
height: 20.9375rem;
}

.btn-section__title-wrap {
margin: 0 auto;
width: -moz-fit-content;
width: fit-content;
}

.interview .btn-section__content {
bottom: 9%;
width: 100%;
}

.recruit .btn-section__content {
bottom: 24%;
width: 100%;
}

.btn-section__btn {
margin: 2.375rem auto 0;
}

.inner {
padding-left: 16px;
padding-right: 16px;
}

}

@media (max-width: 375px) {

html {
font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */

.tab-panel {
display: none!important;
}

.tab-panel.active {
display: grid!important;
}

.article__category--r.active {
background-color: #5c6276;
color: #fff;
}

@media screen and (min-width: 768px) {
.header__nav .header__nav-list > li > a.active::after {
    content: "";
    background: #212121;
    display: block;
    width: 100%;
    height: 0.25rem;
    left: 0;
    bottom: 0;
    position: absolute;
    transform: none;
    transition: unset;
}
}

.footer-swiper .swiper-wrapper {
background-color: #fff;
}

.footer-swiper-swiper .swiper-slide img {
display: block;
min-width: calc(100% + 2px);
max-width: calc(100% + 2px);
margin: 0 -1px;
}

.page-header.compl::after {
top: auto;
bottom: -2.5rem;
}

.page-header.compl .page-header__title {
font-size: 2.75rem;
}

@media screen and (max-width: 767px) {
.page-header.compl::after {
    top: auto;
    bottom: -1.1rem;
}
.page-header.compl .page-header__title {
    font-size: 1.875rem;
}
}