/*
Theme Name: meimonkai-recruit
Author: 株式会社カンリー
Version: 0.2
Requires at least: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
    --color-black: #323232;
    --color-white: #ffffff;
    --color-red: #800001;
    --color-red-subtle: #A84041;
    --color-red-subtlest: #FBA8A9;
    --color-gold: #D4C48B;
    --color-gold-bold: #A97A1F;
    --color-gold-bg: #F9F5EC;
    --color-gray: #F6F6F6;
    --color-gray-thin: #f0f0f0;
    --color-gray-border: #D9D9D9;
    --color-gray-icon: #4F4F4F;

    --text-10: 0.625rem;
    /* 10px */
    --text-12: 0.75rem;
    /* 12px */
    --text-14: 0.875rem;
    /* 14px */
    --text-16: 1rem;
    /* 16px */
    --text-15: 0.9375rem;
    /* 15px */
    --text-18: 1.125rem;
    /* 18px */
    --text-20: 1.25rem;
    /* 20px */
    --text-22: 1.375rem;
    --text-24: 1.5rem;
    /* 24px */
    --text-28: 1.75rem;
    /* 28px */
    --text-36: 2.25rem;
    /* 36px */
    --text-40: 2.5rem;
    /* 40px */
    --text-48: 3rem;
    /* 48px */
    --text-56: 3.5rem;
    /* 56px */
    --text-64: 4rem;
    /* 64px */
    --text-72: 4.5rem;
    /* 72px */
    --text-80: 5rem;
    /* 80px */
    --text-88: 5.5rem;
    /* 88px */
    --text-92: 5.75rem;
    /* 92px */
    --text-100: 6.25rem;
    /* 100px */
    --text-120: 7.5rem;
    /* 120px */

    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semi-bold: 600;
    --font-weight-ex-bold: 700;
    --font-weight-black: 900;

    --max-w-sm: 800px;
    --max-w-md: 860px;
    --max-w-lg: 1080px;
    --max-w-xl: 1280px;
    --max-w-xxl: 1760px;

    --font-set-ja: 'Noto Sans JP', sans-serif;
    --font-set-en: outfit;

    --line-height-tight: 1.2;
    --line-height-snug: 140%;
    --line-height-normal: 1.7;
    --line-height-relaxed: 192%;
    --line-height-loose: 224%;

    --font-set-en: Lora;
}

* {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
body {
    font-family: 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
    font-size: var(--text-16);
    -webkit-font-smoothing: antialiased;
    color: var(--color-black);
    line-height: var(--line-height-normal);
}
li {
    list-style: none;
}

.site {
    position: relative;
}

.text--center {
    text-align: center;
}
.text--sm {
    font-size: var(--text-16);
}
.text--md {
    font-size: var(--text-18);
}
.text--bold {
    font-weight: var(--font-weight-ex-bold);
}
@media screen and (max-width: 768px) {
    .text--md {
        font-size: var(--text-16);
    }
}
@media screen and (max-width: 568px) {
    .text--md {
        font-size: var(--text-15);
    }
}

.sp-br {
    display: none;
}
@media screen and (max-width: 568px) {
    .sp-br {
        display: inline-block;
    }
}

.heading {
    font-weight: var(--font-weight-semi-bold);
}
.heading--underline::after {
    content: "";
    display: block;
    width: 56px;
    height: 1px;
    background-color: var(--color-red);
    margin: auto;
    margin-top: 16px;
}

.heading--center {
    text-align: center;
    line-height: var(--line-height-tight);
}

.heading--lg {
    font-size: var(--text-36);
    margin-bottom: 64px;
}

.heading--xl {
    font-size: var(--text-48);
    margin-bottom: 16px;
}
.heading--has-padding-top {
    padding-top: 60px;
}
@media screen and (max-width: 768px) {
    .heading--xl {
        font-size: var(--text-36);
    }
}
@media screen and (max-width: 568px) {
    .heading--underline::after {
        margin-top: 8px;
    }
    .heading--xl {
        font-size: var(--text-22);
    }
    .heading--lg {
        font-size: var(--text-24);
        margin-bottom: 48px;
    }
}

.container--center {
    margin: auto;
}

.container--max-w-sm {
    max-width: var(--max-w-sm);
}

.container--max-w-lg {
    max-width: var(--max-w-lg);
}
.container--max-w-xl {
    max-width: var(--max-w-xl);
}

.section--center {
    margin-left: auto;
    margin-right: auto;
}
.section--has-margin {
    margin-bottom: 100px;
}
.section--brand {
    padding: 80px 20px 100px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 32px;
}
.section--interviews {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    padding: 60px 20px 100px 20px;
    max-width: calc(var(--max-w-md) + 40px);
}
.section--offer-detail {
    width: 100%;
    max-width: calc(800px + 40px);
    margin: auto;
    padding: 0 20px;
}
.section--offer-detail .section__inner {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}
.section--max-w-sm {
    max-width: var(--max-w-sm);
}
.section--max-w-md {
    max-width: var(--max-w-md);
}
.section--gap-sm {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.section--sp-padding {
    padding: 0 20px;
}
.section--faq {
    padding: 60px 20px;
    background-color: var(--color-gray);
    margin-bottom: 60px;
}
.section--offer {
    background-color: var(--color-gray);
    margin-top: 160px;
    margin-bottom: 64px;
    padding-top: 144px;
    position: relative;
}
.section__float {
    position: absolute;
}
.section--offer .section__float {
    right: 0;
    left: 0;
    top: -96px;
    padding: 0 20px;
}
.section--form {
    width: 100%;
    max-width: calc(920px + 40px);
    margin: auto;
    padding: 0 20px;
}

.hero {
    position: relative;
}
.hero__img-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 48.6%;
}
.hero__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
}
.hero__heading {
    writing-mode: vertical-rl;
    color: var(--color-white);
    font-size: var(--text-40);
    position: absolute;
    left: 80px;
    bottom: 108px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.hero__heading__text {
    line-height: var(--line-height-tight);
}
@media screen and (max-width: 1080px) {
    .hero__heading {
        left: 56px;
        bottom: 40px;
        font-size: var(--text-36);
    }
}
@media screen and (max-width: 768px) {
    .hero__img-wrapper {
        padding-top: 89%;
    }
    .hero__img {
        height: 100%;
        object-fit: cover;
    }
    .hero__heading {
        bottom: -64px;
        row-gap: 8px;
    }
    .hero__heading__text {
        color: var(--color-black);
        background-color: var(--color-white);
        padding: 10px 6px;
    }
}
@media screen and (max-width: 560px) {
    .hero__heading {
        left: 20px;
    }
    .hero__heading__text {
        font-size: var(--text-24);
    }
}

.page-header {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 22.2%;
}
.page-header__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    z-index: 1;
}
.page-header__heading {
    color: var(--color-white);
    margin: auto;
    text-align: center;
    font-size: var(--text-36);
}
.page-header__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 960px) {
    .page-header {
        padding-top: 32%;
    }
    .page-header__heading {
        font-size: var(--text-28);
    }
}
@media screen and (max-width: 568px) {
    .page-header {
        padding-top: 48%;
    }
    .page-header__heading {
        font-size: var(--text-24);
    }
}

.link-card-list {
    display: flex;
    column-gap: 40px;
}
.link-card-list__item {
    position: relative;
    width: calc((100% - 80px) / 3);
}
.link-card-list__item__inner {
    width: 100%;
}
.link-card-list__item__img-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 62.5%;
}
.link-card-list__item__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
}
.link-car-list__item__button {
    position: absolute;
    bottom: -20px;
    right: -20px;
}
@media screen and (max-width: 768px) {
    .link-card-list {
        flex-direction: column;
        row-gap: 40px;
        padding: 0 16px;
    }
    .link-card-list__item {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }
}

.section-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 307px;
    width: 100%;
    background-color: var(--color-red);
}
.section-heading__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.section-heading__en {
    font-size: var(--text-100);
    font-family: var(--font-set-en);
    text-align: center;
    color: var(--color-red-subtle);
}
.section-heading__ja {
    text-align: center;
    font-size: var(--text-28);
    color: var(--color-white);
    position: absolute;
    bottom: 24px;
}
@media screen and (max-width: 768px) {
    .section-heading {
        height: 256px;
    }
    .section-heading__en {
        font-size: var(--text-80);
    }
    .section-heading__ja {
        font-size: var(--text-24);
        bottom: 12px;
    }
}
@media screen and (max-width: 568px) {
    .section-heading {
        height: 200px;
    }
    .section-heading__en {
        font-size: var(--text-56);
    }
    .section-heading__ja {
        font-size: var(--text-20);
        bottom: 4px;
    }
}

.feature-list {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 64px;
    margin-top: -64px;
    padding-bottom: 80px;
}
.feature-list::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(100% - 132px);
    height: 100%;
    background-color: var(--color-gray);
    z-index: -1;
}
.feature-list__item {
    display: flex;
}
.feature-list__item--right {
    justify-content: end;
}
.feature-list__item__inner {
    display: flex;
    align-items: flex-start;
    column-gap: 12px;
    padding: 0 64px 64px 80px;
    width: 100%;
    max-width: 1120px;
    background-color: var(--color-white);
}
.feature-list__item__body {
    padding-top: 72px;
}
.feature-list__item__number {
    font-family: var(--font-set-en);
    font-size: var(--text-88);
    color: var(--color-gray-thin);
}
.feature-list__item__heading {
    margin-bottom: 32px;
}
.feature-list__item__heading__text {
    font-size: var(--text-24);
    color: var(--color-black);
}
.feature-list__item__heading__text__span {
    background: linear-gradient(transparent 60%, var(--color-red-subtlest) 60%);
    padding-bottom: 2px;
}
.feature-list__item__content {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
@media screen and (max-width: 1280px) {
    .feature-list::after {
        width: calc(100% - 40px);
    }
    .feature-list__item__inner {
        max-width: calc(100% - 72px);
        padding: 0 40px 48px 40px;
    }
}
@media screen and (max-width: 960px) {
    .feature-list__item__number {
        font-size: var(--text-64);
    }
    .feature-list__item__body {
        padding-top: 40px;
    }
    .feature-list__item__heading {
        margin-bottom: 16px;
    }
    .feature-list__item__content {
        row-gap: 12px;
    }
}
@media screen and (max-width: 768px) {
    .feature-list {
        margin-top: -40px;
    }
}
@media screen and (max-width: 568px) {
    .feature-list {
        row-gap: 40px;
        margin-top: -20px;
    }
    .feature-list::after {
        width: calc(100% - 8px);
    }
    .feature-list__item__inner {
        max-width: calc(100% - 20px);
        padding: 0 20px 40px 20px;
        flex-direction: column;
    }
    .feature-list__item__body {
        padding-top: 0;
    }
    .feature-list__item__heading__text {
        font-size: var(--text-22);
    }
    .feature-list__item__number {
        font-size: var(--text-48);
    }
    .feature-list__item__content {
        font-size: var(--text-14);
    }
}

.divider-line {}

.divider-line--vertical {
    height: 90px;
    width: 1px;
    margin: 40px auto;
}
.divider-line--red {
    background-color: var(--color-red);
}
@media screen and (max-width: 768px) {
    .divider-line--vertical {
        height: 50px;
    }
}

.button {
    display: flex;
    align-items: center;
    border: none;
}
.button--center {
    text-align: center;
    justify-content: center;
    text-align: center;
}
.button--has-icon {
    justify-content: space-between;
    column-gap: 12px;
}
.button--xs {
    width: 160px;
    height: 40px;
    padding: 8px 16px;
    font-size: var(--text-14);
}
.button--sm {
    width: 220px;
    height: 48px;
    padding: 8px 24px;
}
.button--md {
    width: 200px;
    height: 58px;
    padding: 8px 24px;
}
.button--lg {
    width: 256px;
    height: 64px;
    padding: 8px 32px;
}
.button--fill-md {
    width: 100%;
    max-width: 320px;
    height: 56px;
    margin: auto;
}
.button--semi-bold {
    font-weight: var(--font-weight-semi-bold);
}
.button--line-md {
    font-size: var(--text-16);
    padding: 4px 0;
}
.button--fill-red {
    background-color: var(--color-red);
}
.button--fill-red .button__text {
    color: var(--color-white);
}
.button--fill-white {
    background-color: var(--color-white);
}
.button--fill-white .button__text {
    color: var(--color-red);
}
.button--fill-gold {
    background-color: var(--color-gold);
}
.button--fill-gold .button__text {
    color: var(--color-white);
}
.button--line-red {
    border-bottom: 1px solid var(--color-red);
    color: var(--color-red);
    column-gap: 12px;
}
.button--line-black {
    border-bottom: 1px solid var(--color-black);
    color: var(--color-black);
}
.button--outline-red {
    border: 1px solid var(--color-red);
    color: var(--color-red);
    background-color: var(--color-white);
}
.button.disabled {
    opacity: 0.5;
}
@media screen and (max-width: 968px) {
    .button--md {
        width: 176px;
        height: 48px;
    }
    .button--md .button__text {
        font-size: var(--text-14);
    }
}
@media screen and (max-width: 568px) {
    .button--lg {
        width: 200px;
        height: 48px;
        padding: 4px 20px;
    }
}

.bg-note {
    width: 100%;
    max-width: var(--max-w-xl);
    margin-right: auto;
    margin-left: auto;
}
.bg-note__inner {
    max-width: var(--max-w-lg);
    margin: auto;
    padding: 0 40px 0 20px;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
.bg-note__content {
    position: relative;
    background-color: var(--color-red);
    padding: 80px 0px;
}
.bg-note__content::after {
    content: "";
    width: 15px;
    height: 96%;
    position: absolute;
    left: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url('./img/binder.svg');
    background-repeat: space;
}
.bg-note__heading {
    color: var(--color-red-subtle);
    line-height: var(--line-height-tight);
}
.bg-note__heading--xl {
    font-size: var(--text-100);
}
.bg-note__heading--en {
    font-family: var(--font-set-en);
    font-weight: normal;
}
@media screen and (max-width: 768px) {
    .bg-note__heading--xl {
        font-size: var(--text-72);
    }
}
@media screen and (max-width: 560px) {
    .bg-note__content {
        padding: 40px 0 56px 0;
    }
    .bg-note__heading--xl {
        font-size: var(--text-48);
    }
}

.ceo-message {
    width: 100%;
    display: flex;
    column-gap: 72px;
}
.ceo-message__body {
    width: 100%;
    max-width: 640px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.ceo-message__writer {
    width: 100%;
    display: flex;
    justify-content: end;
}
.ceo-message__writer__text {
    font-weight: var(--font-weight-semi-bold);
}
@media screen and (max-width: 968px) {
    .ceo-message {
        flex-direction: column-reverse;
    }
    .ceo-message__body {
        margin: auto;
    }
    .ceo-message__img {
        margin: auto;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 560px) {
    .ceo-message__body {
        font-size: var(--text-14);
    }
    .ceo-message__img {
        max-width: 200px;
    }
}

.split-link {
    display: flex;
}

.split-link__item {
    flex-basis: 50%;
}
.split-link__item__content {
    width: 100%;
    position: relative;
    padding-top: 33.3%;
    overflow: hidden;
}
.split-link__img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
}
.split-link__button {
    position: absolute;
    inset: 0;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .split-link {
        flex-direction: column;
    }
}

.table-list {
    width: 100%;
    max-width: var(--max-w-lg);
    margin: auto;
}
.table-list__list {
    padding: 0 56px;
}
.table-list__heading {
    background-color: var(--color-gold);
    color: var(--color-white);
    font-size: var(--text-18);
    text-align: center;
    padding: 4px 0;
}
.table-list__list {
    background-color: var(--color-gold-bg);
}
.table-list__row {
    display: flex;
    padding: 24px 0;
    border-bottom: 1px solid var(--color-gold);
    column-gap: 24px;
}
.table-list__row:last-child {
    border-bottom: none;
}
.table-list__row__header {
    width: 40%;
    max-width: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-list__row__body {
    flex: 1;
}
.table-list__row__body__link {
    color: var(--color-gold-bold);
    text-decoration: underline;
    word-break: break-all;
}
.table-list__row__img {
    width: 100%;
    max-width: 260px;
    height: auto;
}
@media screen and (max-width: 960px) {
    .table-list__row__header {
        max-width: 192px;
    }
    .table-list__row__body {
        font-size: var(--text-14);
    }
}
@media screen and (max-width: 768px) {
    .table-list__list {
        padding: 0 32px;
    }
    .table-list__row {
        flex-direction: column;
        row-gap: 16px;
    }
    .table-list__row__header {
        width: 100%;
        max-width: none;
    }
    .table-list__row__img {
        max-width: 200px;
    }
}

.header {
    height: 80px;
    padding-right: 80px;
    padding-left: 80px;
    display: flex;
    align-items: center;
}
.header__inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__right {
    display: flex;
    column-gap: 24px;
}
.header__nav-list {
    display: flex;
    column-gap: 4px;
    align-items: center;
}
.header__contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header__contact__label {
    text-align: center;
}
.header__contact__value {
    display: flex;
    margin-top: -4px;
}
.header__logo-img {
    height: 64px;
    width: auto;
}
@media screen and (max-width: 1280px) {
    .header {
        padding-right: 32px;
        padding-left: 32px;
    }
}
@media screen and (max-width: 968px) {
    .header {
        height: 64px;
    }
    .header__logo-img {
        height: 52px;
    }
}
@media screen and (max-width: 768px) {
    .header {
        display: none;
    }
}
.sp-header {
    display: none;
    height: 56px;
    position: relative;
    background-color: var(--color-white);
}
.sp-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
}
.sp-header__logo-img {
    height: 40px;
}
.sp-header__menu-button {
    
}
.sp-header__menu-button-icon--opened {
    display: none;
}
.sp-header__checkbox {
    display: none;
}
.sp-header__checkbox:checked ~ .sp-header__menu-button-wrapper .sp-header__menu-button-icon--closed {
    display: none;
}
.sp-header__checkbox:checked ~ .sp-header__menu-button-wrapper .sp-header__menu-button-icon--opened {
    display: block;
}
.sp-header__checkbox:checked ~ .sp-header-menu {
    display: block;
    animation: fade-in .4s;
}
.sp-header:has(.sp-header__checkbox:checked) {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 2;
}
@keyframes fade-in {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.sp-header__menu-button-wrapper {
    height: 56px;
    width: 56px;
    background-color: var(--color-gold);
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .sp-header {
        display: block;
    }
}
.sp-header-menu {
    display: none;
    position: fixed;
    top: 56px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 56px);
    z-index: 1;
    background-color: var(--color-white);
    overscroll-behavior: contain;
    overflow-y: scroll;
    padding-bottom: 120px;
}
.sp-header-menu__inner {
    padding: 12px 40px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.sp-header-menu__footer {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.sp-header-menu-list__item {
    padding: 20px 0;
    border-bottom: 1px solid var(--color-gray-border);
}
.sp-header-menu-list__item:last-child {
    border-bottom: none;
}
.sp-header-menu-list__item__link {
    color: var(--color-black);
    font-weight: var(--font-weight-semi-bold);
}
.sp-header-menu-list__item__child-list {
    padding-top: 8px;
    padding-left: 16px;
}
.sp-header-menu-list__item__child-list__item {
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.sp-header-menu-list__item__child-list__item::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    background-color: var(--color-black);
}
.sp-header-menu-list__item__child-list__item__link {
    display: block;
    padding: 2px 0;
    color: var(--color-black);
}
.sp-header__contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
}
.sp-header__contact__value {
    display: flex;
    margin-top: -4px;
}

.footer {
    background-color: var(--color-black);
    padding: 36px 20px;
}
.footer__inner {
    width: 100%;
    max-width: var(--max-w-xl);
    margin: auto;
}
.footer__content {
    padding-bottom: 56px;
    display: flex;
    justify-content: space-between;
}
.footer__copyright {
    text-align: center;
    display: block;
    margin: auto;
    color: var(--color-white);
}
.footer__logo {
    height: 56px;
    width: auto;
}
.footer__nav__list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    padding: 0 16px;
}
.footer__nav__list-item__link {
    color: var(--color-white);
    font-size: var(--text-15);
}
@media screen and (max-width: 560px) {
    .footer {
        padding: 20px;
    }
    .footer__content {
        padding-bottom: 48px;
    }
    .footer__logo {
        width: 100px;
        height: auto;
    }
    .footer__nav__list {
        flex-direction: column;
        row-gap: 8px;
    }
    .footer__nav__list-item__link {
        font-size: var(--text-14);
    }
}

.card-list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 40px;
}
.card-list {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    width: 100%;
    column-gap: 32px;
}
.card-list__item {
    width: 100%;
    max-width: 240px;
}
.card-list__item__inner {
    position: relative;
}
.card-list__item__heading {
    position: absolute;
    right: 8px;
    top: -12px;
    z-index: 1;
}
.card-list__item__img-wrapper {
    position: relative;
    padding-top: 136%;
}
.card-list__item__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-list__item__box {
    width: 100%;
    max-width: 160px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
    padding: 4px;
    background-color: var(--color-white);
}
.card-list__item__box__heading {
    font-size: var(--text-20);
    font-weight: var(--font-weight-medium);
    color: var(--color-red);
    text-align: center;
}
.card-list__item__box__text {
    font-size: var(--text-12);
    line-height: var(--line-height-tight);
    color: var(--color-black);
    text-align: center;
}
@media screen and (max-width: 768px) {
    .card-list {
        flex-direction: column;
        row-gap: 80px;
    }
    .card-list__item {
        max-width: 320px;
        margin: auto;
    }
}

.vertical-text {
    writing-mode: vertical-rl;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.vertical-text--md {
    font-size: var(--text-18);
    font-weight: var(--font-weight-medium);
}
.vertical-text--bg-white .vertical-text__column {
    color: var(--color-black);
    background-color: var(--color-white);
}
.vertical-text__text {
    line-height: var(--line-height-tight);
    padding: 4px 2px;
}

.interview-page-heading__description {
    margin-top: 40px;
}
.interview-page-heading__inner {
    width: 100%;
    max-width: calc(1280px + 40px);
    padding: 0 20px;
    margin: auto;
    display: flex;
    align-items: center;
    column-gap: 48px;
}
.interview-page-heading {
    margin-top: 64px;
    position: relative;
    margin-bottom: 64px;
}
.interview-page-heading::after {
    content: "";
    display: block;
    height: 300px;
    width: 100%;
    background-color: var(--color-gray);
    position: absolute;
    right: 0;
    left: 0;
    bottom: -32px;
    z-index: -1;
}
.interview-page-heading__img {
    width: 100%;
    max-width: 360px;
}
.interview-page-heading__heading__text {
    font-size: var(--text-28);
    background-color: var(--color-red);
    color: var(--color-white);
    padding: 12px;
}
.interview-page-heading__name {
    font-size: var(--text-28);
}
@media screen and (max-width: 1080px) {
    .interview-page-heading__left {
        max-width: 280px;
    }
    .interview-page-heading__heading__text {
        font-size: var(--text-24);
    }
}
@media screen and (max-width: 928px) {
    .interview-page-heading__description {
        margin-top: 12px;
    }
    .interview-page-heading__inner {
        padding: 0 8px;
        flex-direction: column;
        row-gap: 24px;
    }
    .interview-page-heading__heading__text {
        font-size: var(--text-20);
        padding: 8px;
    }
    .interview-page-heading__name {
        font-size: var(--text-20);
    }
}

.interview-section {
    width: 100%;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.interview-section--img-left {
    padding-right: 80px;
}
.interview-section__heading {
    font-size: var(--text-20);
    color: var(--color-red);
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.interview-section__heading::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 1px;
    background-color: var(--color-red);
}
.interview-section__img-wrapper {
    width: 100%;
    max-width: 560px;
}
.interview-section__img {
    width: 100%;
}
.interview-section__img-wrapper {
    width: 560px;
    position: absolute;
    top: 0;
}
.interview-section--img-right .interview-section__img-wrapper {
    right: 0;
}
.interview-section--img-left .interview-section__img-wrapper {
    left: 0;
}
.interview-section__body {
    width: 100%;
    max-width: calc(1280px + 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 64px;
}
.interview-section--img-left .interview-section__body {
    align-items: flex-end;
}
.interview-section__block {
    width: 100%;
    padding: 0 20px;
    max-width: calc(560px + 40px);
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
@media screen and (max-width: 1280px) {
    .interview-section__img-wrapper {
        width: calc(100% - 640px);
    }
    .interview-section--img-left {
        padding-right: 12px;
    }
}
@media screen and (max-width: 928px) {
    .interview-section {
        flex-direction: column-reverse;
        row-gap: 32px;
    }
    .interview-section__img-wrapper {
        width: 100%;
        max-width: 560px;
        position: relative;
        margin: auto;
    }
    .interview-section__block {
        margin: auto;
        row-gap: 16px;
    }
    .interview-section__body {
        row-gap: 40px;
    }
}
@media screen and (max-width: 568px) {
    .interview-section__heading {
        font-size: var(--text-18);
    }
}

.section-list {
    width: 100%;
    max-width: calc(1440px + 40px);
    margin: auto;
    padding: 64px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 100px;
}
.section-list__footer {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 568px) {
    .section-list {
        row-gap: 64px;
    }   
}

.faq-list {
    width: 100%;
    max-width: var(--max-w-sm);
    margin: auto;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.faq-list__item {
    background-color: var(--color-white);
}
.faq-list__item__header {
    display: flex;
}
.faq-list__item__header__heading {
    flex: 1;
    padding: 12px 20px;
    color: var(--color-red);
    line-height: var(--line-height-tight);
    display: flex;
    align-items: center;
    min-height: 60px;
    font-size: var(--text-16);
}
.faq-list__item__header__q {
    width: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-red);
    color: var(--color-white);
    font-size: var(--text-24);
    font-family: var(--font-set-en);
    font-weight: var(--font-weight-black);
}
.faq-list__item__header__icon {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-list__item__header__icon--opened {
    display: none;
}
.faq-list__item__header__icon-img {
    width: 20px;
    height: auto;
}
.faq-list__item__body {
    display: flex;
    display: none;
}
.faq-list__item__body__a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-red);
    font-size: var(--text-24);
    font-family: var(--font-set-en);
    font-weight: var(--font-weight-black);
}
.faq-list__item__body__text {
    padding: 16px 24px;
	word-break: break-all;
}
.faq-list__item__checkbox {
    display: none;
}
.faq-list__item__checkbox:checked ~ .faq-list__item__body {
    display: flex;
}
.faq-list__item__checkbox:checked ~ .faq-list__item__header__icon--opened {
    display: flex;
}
.faq-list__item__checkbox:checked ~ .faq-list__item__header > .faq-list__item__header__icon--closed {
    display: none;
}
.faq-list__item__checkbox:checked ~ .faq-list__item__header > .faq-list__item__header__icon--opened {
    display: flex;
}
@media screen and (max-width: 568px) {
    .faq-list__item__header__heading {
        padding: 8px 12px;
        font-size: var(--text-15);
    }
    .faq-list__item__header__icon {
        width: 48px;
    }
    .faq-list__item__header__q {
        width: 48px;
        font-size: var(--text-20);
    }
    .faq-list__item__body__a {
        width: 48px;
        font-size: var(--text-20);
    }
    .faq-list__item__header__icon-img {
        width: 16px;
    }
    .faq-list__item__body__text {
        padding: 16px;
    }
}

.input {
    height: 40px;
    padding: 8px 24px;
    border: none;
    font-size: var(--text-14);
}
.input--has-error {
    border: 1px solid var(--color-red);
}
.input--fluid {
    width: 100%;
}
.input--select {
    padding: 0;
    position: relative;
}
.input__select {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 24px;
}
.input--select::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 16px;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid var(--color-gray-icon);
    border-left: 1px solid var(--color-gray-icon);
    transform: translateY(-50%) rotate(-135deg);
}
.input--file {
    padding: 0;
    position: relative;
}
.input--file::file-selector-button {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 24px;
    padding-left: 48px;
    border: none;
    background-color: var(--color-white);
    text-align: left;
    font-family: var(--font-set-ja);
}
.input--file::after {
    content: "";
    display: block;
    position: absolute;
    left: 24px;
    top: 12px;
    height: 16px;
    width: 1px;
    background-color: var(--color-gray-icon);
}
.input--file::before {
    content: "";
    display: block;
    position: absolute;
    left: 24px;
    top: 12px;
    height: 16px;
    width: 1px;
    background-color: var(--color-gray-icon);
    transform: rotate(90deg);
}
.input--w-xs {
    width: 100%;
    max-width: 160px;
}
.input--w-sm {
    width: 100%;
    max-width: 240px;
}
.input--w-md {
    width: 100%;
    max-width: 400px;
}
.input--w-fluid {
    width: 100%;
}
.input__file-name {
    display: none;
    margin-top: -12px;
    align-items: center;
    column-gap: 12px;
}
.input__file-name__text {
    overflow-wrap: break-word;
    max-width: 100%;
}
.input__file-name--uploaded {
    display: flex;
    flex-wrap: wrap;
    flex-direction: initial;
}
.input__file-name__delete {
    font-size: var(--text-14);
    color: var(--color-red);
    text-decoration: underline;
    cursor: pointer;
}
@media screen and (max-width: 568px) {
    .input {
        padding: 8px 16px;
    }
    .input--select {
        padding: 0;
    }
    .input__select {
        padding: 0 16px;
    }
    .input--file {
        padding: 0;
    }
}


.error-message {
    font-size: var(--text-14);
    color: var(--color-red);
    line-height: var(--line-height-tight);
    display: none;
    margin-top: 8px;
}
.error-message--has-error {
    display: block;
}
@media screen and (max-width: 568px) {
    .error-message {
        font-size: var(--text-12);
    }
}
.size-error {
    margin-top: -16px;
    margin-bottom: 8px;
    font-size: var(--text-16);
    color: var(--color-red);
	background-color: #fffb58;
}
.size-error.disabled {
    display: none;
}

.search-box {
    background-color: var(--color-red);
    width: 100%;
    max-width: 640px;
    padding: 36px 60px 24px 60px;
    margin: auto;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.search-box__fields {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
}
.search-box__button-group {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 568px) {
    .search-box {
        padding: 36px 32px 24px 32px;
    }
}

.list--offer {
    width: 100%;
    max-width: calc(800px + 40px);
    margin: auto;
    display: flex;
    flex-direction: column;
    row-gap: 64px;
    padding: 72px 20px;
}

.offer-card {
    width: 100%;
    background-color: var(--color-white);
    border-left: 2px solid var(--color-red);
}
.offer-card__body {
    padding: 40px 48px;
}
.offer-card__heading {
    font-size: var(--text-18);
    padding: 4px 0;
}
.offer-card__img-wrapper {
    width: 100%;
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.offer-card__img {
    width: 100%;
    max-width: 320px;
    margin: auto;
}
.offer-card__footer {
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width: 568px) {
    .offer-card__body {
        padding: 24px;
    }
}

.offer {
    margin-bottom: 80px;
}
.offer__header {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.offer__header__img-wrapper {
    width: 100%;
    max-width: 800px;
}
.offer__header__img {
    width: 100%;
    height: auto;
}
.offer__footer {
    display: flex;
    justify-content: center;
}

.table-heading {
    padding: 40px 0;
    border-top: 1px solid var(--color-red);
    border-bottom: 1px solid var(--color-gray-border);
}
.table-heading__text {
    font-size: var(--text-24);
}

.table__row {
    display: flex;
}
.table--small {
    font-size: var(--text-14);
}
.table--small .table__row {
    border-bottom: 1px solid var(--color-gray-border);
}
.table--small .table__row__header {
    width: 132px;
    background-color: var(--color-gold-bg);
    padding: 16px;
}
.table--small .table__row__body {
    flex: 1;
    padding: 16px;
}
.table--md .table__row {
    border-bottom: 1px solid var(--color-gray-border);
    padding: 40px 0;
}
.table--md .table__row__header {
    width: 160px;
    color: var(--color-red);
    font-size: var(--text-18);
    font-weight: var(--font-weight-semi-bold);
}
.table--md .table__row__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    font-size: var(--text-15);
}
.table--md .table__row__body__heading {
    display: block;
    font-weight: var(--font-weight-ex-bold);
}
@media screen and (max-width: 568px) {
    .table--small {
        font-size: var(--text-12);
    }
    .table--small .table__row__header {
        padding: 12px;
        width: 96px;
    }
    .table--small .table__row__body {
        padding: 12px;
    }
    .table--md .table__row {
        padding: 24px 0;
        flex-direction: column;
        row-gap: 24px;
    }
    .table--md .table__row__header {
        width: 136px;
        font-size: var(--text-15);
    }
    .table--md .table__row__body {
        font-size: var(--text-14);
        row-gap: 24px;
    }
    .table-heading {
        padding: 24px 0;
    }
    .table-heading__text {
        font-size: var(--text-22);
    }
}

.tag {
    font-size: var(--text-14);
    font-weight: var(--font-weight-semi-bold);
    display: inline-flex;
    padding: 4px 8px 1px 8px;
    justify-content: center;
    align-items: center;
    line-height: var(--line-height-tight);
    height: 24px;
}
.tag--fill-gold {
    background-color: var(--color-gold);
    color: var(--color-white);
}

.form {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin-bottom: 100px;
    padding: 60px;
    background-color: var(--color-gray);
}
.form__footer {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 568px) {
    .form {
        padding: 24px;
    }
}

.form-block {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.form-block--checkbox {
    flex-direction: row;
}
.form-block__inner {
    display: flex;
    column-gap: 16px;
}
.form-block__horizontal {
    display: flex;
    column-gap: 16px;
}

.label {
    display: flex;
    flex-direction: row;
    column-gap: 12px;
    align-items: center;
}
.label__required {
    font-size: var(--text-12);
    background-color: var(--color-red);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 8px 0 8px;
    height: 22px;
}
.label--checkbox {
    position: relative;
    column-gap: 0;
}
.label--checkbox::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background-color: var(--color-white);
}
.label--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 8px;
    height: 12px;
    border-right: 2px solid var(--color-white);
    border-bottom: 2px solid var(--color-white);
    transform: rotate(50deg);
}

.checkbox {
    display: none;
    position: relative;
}
.label--checkbox:has(.checkbox:checked)::before {
    background-color: var(--color-red);
}

.wpcf7-form {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px;
}
.wpcf7-label-required::before {
    content: "必須";
    font-size: var(--text-12);
    background-color: var(--color-red);
    color: var(--color-white);
    display: inline-block;
    padding: 0 8px;
    margin-right: 8px;
}
.wpcf7 input {
    height: 40px;
    padding: 8px 24px;
    border: none;
    font-size: var(--text-14);
}
.wpcf7-form-control-wrap:has(.wpcf7-select) {
    position: relative;
    width: 100%;
    max-width: 240px;
    font-size: var(--text-14);
}
.wpcf7-form-control-wrap:has(.wpcf7-select)::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 16px;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid var(--color-gray-icon);
    border-left: 1px solid var(--color-gray-icon);
    transform: translateY(-50%) rotate(-135deg);
}
.wpcf7-select {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 100%;
    border: none;
    padding: 8px 24px;
}
.wpcf7 input[name="your-name"], input[name="text-furigana"] {
    width: 100%;
    max-width: 400px;
}
.wpcf7 input[name="text-birth-year"], input[name="text-birth-month"], input[name="text-birth-day"] {
    flex: 1;
    width: 100%;
    max-width: 224px;
}
.wpcf7 input[name="text-address"], input[name="your-email"], input[name="text-contact-time"] {
    width: 100%;
}
.wpcf7 .wpcf7-file {
    height: 40px;
    padding: 0;
    border: none;
    font-size: var(--text-14);
    position: relative;
    width: 100%;
    max-width: 400px;
}
.wpcf7-file::file-selector-button {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 24px;
    padding-left: 56px;
    border: none;
    background-color: var(--color-white);
    text-align: left;
    font-family: var(--font-set-ja);
}
.wpcf7-file::after {
    content: "";
    display: block;
    position: absolute;
    left: 24px;
    top: 12px;
    height: 16px;
    width: 1px;
    background-color: var(--color-gray-icon);
}
.wpcf7-file::before {
    content: "";
    display: block;
    position: absolute;
    left: 24px;
    top: 12px;
    height: 16px;
    width: 1px;
    background-color: var(--color-gray-icon);
    transform: rotate(90deg);
}
.wpcf7-horizontal {
    display: flex;
    column-gap: 16px;
    margin-top: -24px;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-list-item {
    margin: 0;
}
.wpcf7-list-item-label {
    display: flex;
}
.wpcf7-list-item-label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background-color: var(--color-white);
}
.wpcf7-list-item-label::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 8px;
    height: 12px;
    border-right: 2px solid var(--color-white);
    border-bottom: 2px solid var(--color-white);
    transform: rotate(50deg);
}
.wpcf7-form-control-wrap input[type="checkbox"] {
    display: none;
}
.wpcf7-form-control-wrap input[type="checkbox"]:checked ~ .wpcf7-list-item-label::before {
    background-color: var(--color-red);
}
.wpcf7-spinner {
    display: none;
}
.wpcf7 .button {
    margin: auto;
    position: relative;
}
.wpcf7 .button::after {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 16px;
    right: 8px;
    content: "";;
    display: block;
    background-image: url(img/arrow-right-white.svg);
    background-repeat: no-repeat;
}
.button .wpcf7-submit {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    color: var(--color-white);
    font-size: var(--text-15);
    font-weight: var(--font-weight-ex-bold);
    padding: 0;
    cursor: pointer;
}
.wpcf7-response-output {
    display: none;
}
.button:has(.wpcf7-submit.disabled) {
    opacity: 0.5;
    cursor: not-allowed;
}

.link {
    text-decoration: underline;
}
.link--text {
    color: var(--color-red);
}

.modal-container {
    position: fixed;
    height: 100vh;
    display: flex;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    padding: 24px;
}
.modal-container--disabled {
    display: none;
}
.modal {
    width: 100%;
    max-width: 800px;
    margin: auto;
    background-color: var(--color-white);
    padding: 32px 40px;
}
.modal__heading {
    font-size: var(--text-28);
    margin-bottom: 40px;
}
.modal__heading::after {
    content: "";
    display: block;
    height: 1px;
    width: 56px;
    background-color: var(--color-red);
    margin-top: 12px;
}
.modal__buttons {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.modal__buttons--vertical {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 32px;
}