:root {
    --base-width: 1200px;
    --content-width: 1000px;
    --header-height: 100px;
    --side-space: 24px;
    --color-white: #fff;
    --color-black: #000;
    --color-gold: #eca321;
    --color-pink: #de7f94;
    --color-red: #cf171d;
    --color-dark-nav: rgba(35, 35, 35, 0.88);
    --font-en: "Helvetica Neue", Arial, sans-serif;
    --font-mincho: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    --font-gothic: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    --font-demibold: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.font-en {
    font-family: var(--font-en);
}

.font-mincho {
    font-family: var(--font-mincho);
}

.font-gothic {
    font-family: var(--font-gothic);
}

.font-demibold {
    font-family: var(--font-demibold);
    font-weight: 600;
}

/* リセット寄り */
html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
video {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-mincho);
    color: #3e3a39;
    background: #f4f3f1;
}

/* =========================
   共通
========================= */
.sec-title .en {
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    display: block;
    color: #c8c9ca;
}

.sec-title h2,
.sec-title h3 {
    text-align: center;
    font-size: 35px;
    line-height: 61px;
    margin: 0;
    margin-top: 16px;
    font-weight: 500;
}

.sec-title__line img {
    display: block;
    margin: auto;
    margin-top: 24px;
    width: 84px;
}

@media (max-width:600px) {
    .sec-title .en {
        font-size: 24px;
    }

    .sec-title h2,
    .sec-title h3 {
        font-size: 24px;
        margin-top: 0;
        line-height: 1.5;
    }
}


/* =========================
   Header
========================= */
.lp-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height);
    z-index: 1000;
}

.lp-header__inner {
    width: 100%;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lp-header__left {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.lp-header__logo {
    display: inline-flex;
    align-items: center;
}

.lp-header__logo img {
    width: 270px;
    height: auto;
}

.lp-header__right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.lp-header__btn {
    min-width: 178px;
    height: 46px;
    padding: 0 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 募集要項 */
.lp-header__btn--gold {
    background-image: url("img/head-requirements-bg.png");
}

/* エントリー */
.lp-header__btn--pink {
    background-image: url("img/head-entry-bg.png");
}


/* =========================
   FV
========================= */
.fv__video--sp {
    display: none;
}

.fv {
    position: relative;
    min-height: 100vh;
    height: 800px;
    overflow: hidden;
    background: #111;
    z-index: 10;
}

.fv__media,
.fv__overlay,
.fv__video {
    position: absolute;
    inset: 0;
}

.fv__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fv__overlay {
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.fv__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 100vh;
    height: 800px;
    padding:
        clamp(96px, 8vw, 120px) clamp(24px, 8.4vw, 108px) clamp(120px, 12vw, 160px);
}

.fv__content {
    position: absolute;
    left: clamp(24px, 3.2vw, 92px);
    bottom: clamp(150px, 16vw, 210px);
    color: #fff;
    width: min(44vw, 600px);
}

.fv__title {
    margin: 0;
    font-family: var(--font-en);
    font-size: clamp(58px, 6vw, 84px);
    font-weight: 500;
    letter-spacing: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

/* マスク */
.fv__subwrap-mask {
    overflow: hidden;
}

.fv__subwrap {
    margin-top: clamp(22px, 2vw, 34px);
    display: flex;
    align-items: center;
    gap: clamp(12px, 1.5vw, 18px);
    transform: translateY(150%);
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 発火後 */
.fv__content.is-active .fv__title {
    opacity: 1;
    transform: translateY(0);
}

.fv__content.is-active .fv__subwrap {
    transform: translateY(0);
}

.fv__content.is-active .fv__title {
    transition-delay: 0s;
}

.fv__content.is-active .fv__subwrap {
    transition-delay: 0.6s;
}

.fv__line {
    width: clamp(46px, 5vw, 74px);
    height: 1px;
    background: #fff;
    flex: 0 0 auto;
}

.fv__subtitle {
    margin: 0;
    font-family: var(--font-mincho);
    font-size: clamp(23px, 2.2vw, 29px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.08em;
}

.fv__movie-note {
    position: absolute;
    right: clamp(18px, 9.5vw, 120px);
    bottom: clamp(152px, 18.2vw, 232px);
    min-width: 212px;
    height: 42px;
    padding: 0 24px;
    background: var(--color-red);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.fv__bottom-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: min(770px, calc(100% - 24px));
    background: rgba(44, 44, 44, 0.88);
    clip-path: polygon(52px 0, 100% 0, 100% 100%, 0 100%);
}

.fv__bottom-nav-inner {
    min-height: 84px;
    padding: 0 clamp(18px, 2vw, 28px) 0 clamp(62px, 6vw, 88px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    flex-wrap: wrap;
}

/* =========================
   Responsive
========================= */
@media (max-width: 1024px) {
    :root {
        --header-height: 84px;
    }

    .lp-header__logo img {
        width: 200px;
    }

    .lp-header__btn {
        min-width: 150px;
        height: 42px;
        font-size: 14px;
    }

    .fv__inner {
        padding-bottom: 140px;
    }


    .fv__bottom-nav {
        width: calc(100% - 24px);
    }

    .fv__bottom-nav-inner {
        padding: 12px 20px 12px 56px;
        min-height: auto;
        gap: 8px;
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    :root {
        --header-height: 84px;
    }


    .lp-header__btn {
        min-width: 150px;
        height: 42px;
        font-size: 14px;
    }

    .fv__content {
        width: min(48vw, 500px);
        left: clamp(20px, 6vw, 64px);
        bottom: 170px;
    }

    .fv__title {
        font-size: clamp(52px, 6.6vw, 74px);
    }

    .fv__movie-note {
        right: clamp(12px, 4vw, 40px);
        bottom: 178px;
    }

    .fv__bottom-nav {
        width: min(700px, calc(100% - 12px));
    }

    .fv__bottom-nav-inner {
        min-height: 72px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    :root {
        --header-height: 72px;
    }

    .lp-header__inner {
        padding: 0 16px;
    }

    .lp-header__right {
        gap: 10px;
    }

    .lp-header__btn {
        min-width: auto;
        height: 36px;
        padding: 0 14px;
        font-size: 12px;
        background-size: 100% 100%;
    }

    .fv__video--pc {
        display: none;
    }

    .fv__video--sp {
        display: block;
    }

    .fv {
        height: 100svh;
        min-height: 680px;
    }

    .fv__inner {
        min-height: 680px;
        height: 100svh;
        padding: 0 16px 116px;
    }

    .fv__content {
        left: 16px;
        right: 16px;
        bottom: 168px;
        width: auto;
        max-width: 320px;
    }

    .fv__title {
        font-size: clamp(42px, 13vw, 62px);
        line-height: 0.95;
    }

    .fv__subwrap {
        margin-top: 18px;
        gap: 10px;
    }

    .fv__line {
        width: 42px;
    }

    .fv__subtitle {
        font-size: 20px;
    }

    .fv__movie-note {
        right: 16px;
        bottom: 136px;
        min-width: 150px;
        height: 34px;
        font-size: 12px;
    }

    .fv__bottom-nav {
        width: 100%;
        clip-path: none;
    }

    .fv__bottom-nav-inner {
        min-height: auto;
        padding: 14px 16px;
        font-size: 12px;
        line-height: 1.8;
        gap: 6px;
        justify-content: center;
    }
}


/* =========================
   Message Section
========================= */
.message-bg {
    background: #f0edec;
}

.message-sec {
    position: relative;
    overflow: hidden;
    background: url("img/message-bg.png");
    background-size: cover;
    background-position: top;
    color: #fff;
    padding: clamp(90px, 10vw, 130px) 0 clamp(80px, 9vw, 110px);
    margin-top: -150px;
    padding-top: 300px;
    padding-bottom: 160px;
    z-index: 0;
}

.message-sec::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: clamp(34px, 4vw, 52px);
    background: #f0edec;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    z-index: 4;
}


.message-sec__inner {
    position: relative;
    z-index: 3;
    width: min(calc(100% - 48px), 1000px);
    margin: 0 auto;
    text-align: center;
}

.message-sec__eyebrow {
    margin: 0;
    font-size: clamp(42px, 4.6vw, 58px);
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.message-sec__title {
    margin: 0;
    font-family: var(--font-mincho);
    font-size: 35px;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: 0.05em;
}


.message-sec__title span {
    color: #f3b23c;
    font-style: italic;
    font-size: 1.35em;
    letter-spacing: 0.04em;
    padding: 0 0.08em;
    white-space: nowrap;
}

.message-sec__title span .big {
    font-size: 72px;
}

.message-sec__points {
    margin-top: clamp(34px, 4vw, 54px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(18px, 3vw, 42px);
    flex-wrap: wrap;
}

.message-sec__points img {
    width: clamp(150px, 17vw, 190px);
    height: auto;
    display: block;
}

.message-sec__text {
    margin-top: 60px;
}

.message-sec__text p {
    margin: 0;
    font-family: var(--font-mincho);
    font-size: clamp(15px, 1.35vw, 18px);
    line-height: 2.35;
    letter-spacing: 0.04em;
}

.message-sec__text .sp {
    display: none;
}

.message-sec__buttons {
    margin-top: clamp(44px, 4.6vw, 64px);
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    position: absolute;
    bottom: 16px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 10;
    max-width: 1000px;
}

.message-sec__btn {
    min-width: 174px;
    height: 46px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: opacity 0.3s ease, transform 0.3s ease;
}


.message-sec__btn--1 {
    background-image: url("img/message-btn-bg1.png");
}

.message-sec__btn--2 {
    background-image: url("img/message-btn-bg2.png");
}

.message-sec__btn--3 {
    background-image: url("img/message-btn-bg3.png");
}


/* fixed用 */
.message-sec__buttons-fixed {
    position: fixed;
    right: 24px;
    bottom: 24px;
    left: auto;
    z-index: 999;
    display: flex;
    gap: 10px;
    max-width: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.message-sec__buttons-fixed.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.message-sec__buttons-fixed .message-sec__btn {
    min-width: 210px;
}


@media (max-width:600px) {
    .message-sec {
        padding-top: 200px;
        padding-bottom: 80px;
    }


    .message-sec__buttons {
        flex-direction: column;
        display: flex;
        gap: 16px;
        align-items: center;
        margin-top: 32px;
        bottom: 0;
        position: relative;
    }

    .message-sec__title {
        font-size: 18px;
        line-height: 1.2;
        margin-top: 24px;
    }

    .message-sec__title span {
        font-size: 18px;
    }

    .message-sec__title span .big {
        font-size: 40px;
    }

    .message-sec__text p {
        line-height: 1.8;
        font-size: 14px;
    }

    .message-sec__text .sp {
        display: block;
    }
}

/* =========================
   Point Section
========================= */
.point-sec {
    position: relative;
    background: #f0edec;
    padding: 80px 0 80px;
    overflow: hidden;
}

.point-sec__inner {
    width: min(calc(100% - 48px), 1000px);
    margin: 0 auto;
    position: relative;
}


/* =========================
   Content
========================= */
.point-sec__content {
    position: relative;
    margin-top: 80px;
    min-height: 760px;
}

/* =========================
   左画像
========================= */
.point-sec__img {
    position: absolute;
    top: 0;

    /* inner の左余白24pxを打ち消して、本当に左端へ */
    left: -24px;

    overflow: hidden;
    height: 100%;

    /*
      条件:
      - 1200px時は537px
      - 広い時は左へだけ広げる
      - ただしテキスト451px + 最低余白60pxは必ず確保
    */
    width: min(clamp(537px, calc(537px + (100vw - 1200px) * 0.55), 760px),
            calc(100% - 451px - 60px + 24px));
}

.point-sec__img img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    object-fit: cover;
    object-position: 65% 50%;
}

/* =========================
   右テキスト
========================= */
.point-sec__text {
    position: relative;
    width: 460px;
    margin-left: auto;
    min-width: 0;
}

.point-item {
    margin-bottom: 34px;
}

.point-item:last-child {
    margin-bottom: 0;
}

.point-sec__title {
    letter-spacing: 3px;
}

.point-sec__title .big {
    font-size: 75px;
}

.point-item h3 {
    margin: 0 0 28px;
    color: #cf171d;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 700;
    padding-left: 1em;
    text-indent: -0.85em;
}

.point-item p {
    margin: 0 0 18px;
    font-family: var(--font-mincho);
    line-height: 24px;
    color: #333;
}

.point-item p:last-child {
    margin-bottom: 0;
}

@media (Max-width:600px) {
    .point-sec__text {
        width: 100%;
    }
}

/* =========================
   ボタン
========================= */
.point-sec__buttons {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    gap: 18px;
}

.point-sec__btn {
    width: 200px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: var(--font-gothic);
}

.point-sec__btn--yellow {
    background-image: url("img/btn-yellow-bg.png");
}

.point-sec__btn--green {
    background-image: url("img/btn-green-bg.png");
}

@media (max-width:600px) {
    .point-sec {
        padding-top: 30px;
    }

    .point-sec__btn {
        font-size: 14px;
    }

    .sec-title h2,
    .sec-title h3 {
        line-height: 1.2;
        margin-top: 24px;
    }

    .point-sec__content {
        margin-top: 40px;
    }
}

/* =========================
   Suitable Section
========================= */
.suitable-sec {
    position: relative;
    overflow: hidden;
    background: #f3f1ef;
}

.suitable-sec:before {
    content: "";
    position: absolute;
    border-top: 140px solid #f0edec;
    border-left: 0px solid transparent;
    border-right: 100vw solid transparent;
    top: 0;
    z-index: 1;
}

.suitable-sec:after {
    content: "";
    position: absolute;
    border-bottom: 100px solid #f4f3f1;
    border-right: 0px solid transparent;
    border-left: 100vw solid transparent;
    bottom: 100px;
    z-index: 1;
}

.suitable-bg {
    background: url("img/suitable-bg.png");
    background-size: cover;
    background-position: top;
    padding: 200px 0px;
    margin-bottom: 100px;
    position: relative;
}

.suitable-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.87);
}


.suitable-sec__bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.suitable-sec__inner {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 48px), 1000px);
    margin: 0 auto;
    text-align: center;
}


.suitable-sec__list-wrap {
    margin-top: clamp(46px, 5vw, 66px);
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: center;
    column-gap: clamp(44px, 8vw, 110px);
    row-gap: 0;
    text-align: left;
    margin-top: 80px;
}

.suitable-sec__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.suitable-sec__list li {
    position: relative;
    margin-bottom: 50px;
    padding-left: 38px;
    font-family: var(--font-mincho);
    font-size: 26px;
    line-height: 1.5;
    color: #3e3a39;
    letter-spacing: 0.04em;
}

.suitable-sec__list li:last-child {
    margin-bottom: 0;
}

.suitable-sec__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 26px;
    height: 23px;
    background: url("img/pink-check.png") no-repeat center center / 100% 100%;
}

.suitable-sec__list li span {
    display: inline;
    padding: 0 4px 2px;
    position: relative;
    z-index: 1;
    font-weight: 400;
}

.suitable-sec__list li span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: rgba(239, 187, 88, 0.3);
    z-index: -1;
}

.suitable-sec__text {
    margin-top: clamp(44px, 4.6vw, 64px);
}

.suitable-sec__text p {
    margin: 0;
    font-family: var(--font-mincho);
    font-size: clamp(18px, 1.45vw, 20px);
    line-height: 2;
    letter-spacing: 0.05em;
    color: #3e3a39;
}

@media (max-width:768px) {
    .suitable-sec__list-wrap {
        flex-direction: column;
        display: flex;
        gap: 32px;
        align-items: center;
    }

    .suitable-sec__list li {
        margin-bottom: 32px;
    }
}

@media (max-width:600px) {
    .suitable-sec:before {
        border-top: 30px solid #f0edec;
        border-left: 0px solid transparent;
        border-right: 100vw solid transparent;
    }

    .suitable-sec:after {
        border-bottom: 30px solid #f4f3f1;
        border-right: 0px solid transparent;
        border-left: 100vw solid transparent;
        bottom: 40px;
    }

    .suitable-bg {
        padding-top: 60px;
        padding-bottom: 80px;
        margin-bottom: 40px;
    }

    .suitable-sec__list-wrap {
        margin-top: 40px;
    }

    .suitable-sec__list li {
        font-size: 22px;
    }
}

/* =========================
   SNS Section
========================= */
.sns-sec {
    position: relative;
    overflow: hidden;
    padding: 120px 0px;
    background: #f4f3f1;
}

.sns-sec__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.sns-sec__bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.sns-sec__inner {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 48px), 1000px);
    margin: 0 auto;
    text-align: center;
}

.sns-sec .sec-title .en {
    color: #3e3a39;
}

.sns-sec .sec-title .sp {
    display: none;
}


.sns-img-wrap {
    margin-top: 40px;
}

.sns-sec__follow {
    position: relative;
    display: inline-block;
    margin: clamp(34px, 4vw, 46px) auto 0;
    padding: 0 28px;
    font-family: var(--font-mincho);
    font-size: clamp(24px, 2vw, 30px);
    color: #3e3a39;
    line-height: 1.4;
    letter-spacing: 0.08em;
}

.sns-sec__follow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-15deg);
    height: 49px;
    width: 1px;
    background: #3e3a39;
}

.sns-sec__follow::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
    height: 49px;
    width: 1px;
    background: #3e3a39;
}


.sns-sec__btn-wrap {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}

.sns-sec__btn {
    width: 350px;
    height: 70px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: url("img/instagram-bg.png");
    background-size: cover;
    color: #fff;
    font-family: "Noto sans jp", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
    position: relative;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.sns-sec__btn.tiktok__btn {
    background: url("img/tiktok-bg.png");
    background-size: cover;
}

.sns-sec__btn img {
    position: absolute;
    left: 42px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    object-fit: contain;
}



/* =========================
   Feature Section
========================= */
.feature-sec {
    position: relative;
    overflow: hidden;
    background: #f3f1ef;
    padding: clamp(78px, 8vw, 108px) 0 clamp(90px, 9vw, 120px);
}

.feature-sec__inner {
    width: min(calc(100% - 48px), 1000px);
    margin: 0 auto;
}


.feature-upper-sec,
.feature-bottom-sec {
    max-width: 1200px;
    margin: auto;
    position: relative;
    margin-top: 80px;
}

.feature-bottom-sec {
    margin-top: 40px;
}

.feature-upper-sec img {
    width: 686px;
    height: 455px;
    object-fit: cover;
    position: absolute;
    left: 0px;
    margin-left: -100px;
    top: 0;
}

.feature-bottom-sec img {
    width: 686px;
    height: 455px;
    object-fit: cover;
    position: absolute;
    right: 0px;
    margin-right: -100px;
    top: 0;
    margin-top: 100px;
}


.feature-upper-sec__inner,
.feature-bottom-sec__inner {
    max-width: 1000px;
    margin: auto;
    padding-top: 40px;
}

.feature__inner-text {
    max-width: 519px;
    background: #fff;
    margin-left: auto;
    position: relative;
    padding: 34px 34px;
    left: -58px;
}

.feature-bottom-sec .feature__inner-text {
    max-width: 519px;
    background: #fff;
    margin-left: 0;
    position: relative;
    padding: 34px 34px;
    left: 58px;
}


.feature__inner-text h3 {
    color: #eb6d80;
    margin: 0;
    font-size: 28px
}

.feature__inner-text .yellow-bg {
    background: #fff57f;
}

.feature__inner-text .no-margin-bottom {
    margin-bottom: 0;
}

.feature__inner-text .indent {
    padding-left: 1em;
}

@media (max-width:786px) {

    .feature-upper-sec img,
    .feature-bottom-sec img {
        position: relative;
        width: 90%;
        margin-left: 0;
        margin: auto;
        height: 320px;
    }

    .feature-upper-sec__inner,
    .feature-bottom-sec__inner {
        padding-top: 0;
        margin-top: -80px;
    }

    .feature__inner-text,
    .feature-bottom-sec .feature__inner-text {
        max-width: 85%;
        margin: auto;
        left: 0;
    }
}

@media (max-width:600px) {
    .feature-sec {
        padding: 40px 0px;
    }

    .feature-upper-sec,
    .feature-bottom-sec {
        margin-top: 40px;
    }

    .feature-upper-sec img,
    .feature-bottom-sec img {
        height: 280px;
    }

    .feature-upper-sec__inner,
    .feature-bottom-sec__inner {
        margin-top: -40px;
    }

    .sns-sec .sec-title .sp {
        display: block;
    }
}

/* =========================
   Strengths Section
========================= */
.strengths-sec {
    position: relative;
    background: #f3f1ef;
    padding: 40px 0 160px;
}

.strengths-sec::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 60px solid #fff;
    border-left: 100vw solid transparent;
    border-right: 0px solid transparent;
}

.strengths-sec__inner {
    width: min(calc(100% - 48px), 1000px);
    margin: 0 auto;
}



/* 画像 */
.strengths-flex {
    display: flex;
    gap: 32px 0px;
    max-width: 920px;
    width: 92.48%;
    margin: auto;
    justify-content: center;
    margin-top: 60px;
}

.strengths-flex img {
    width: 25%;
    display: block;
}

@media (Max-width:768px) {
    .strengths-flex {
        gap: 2%;
        flex-wrap: wrap;
        margin-top: 32px;
    }

    .strengths-flex img {
        width: 48%;
    }
}

@media (max-width:600px) {
    .strengths-flex {
        flex-direction: column;
        gap: 16px;
    }

    .strengths-flex img {
        width: 100%;
    }
}

/* ボタン */
.strengths-sec__buttons {
    margin-top: 66px;
    display: flex;
    justify-content: center;
    gap: 22px;
}

.strengths-sec__btn {
    min-width: 176px;
    height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.strengths-sec__btn--pink {
    background: url("img/btn-pink-bg.png");
    background-size: contain;
    height: 46px;
    width: 200px;
    background-repeat: no-repeat;
    font-family: var(--font-gothic);
    font-weight: 700;
}

.strengths-sec__btn--green {
    background: url("img/btn-green-bg.png");
    background-size: contain;
    height: 46px;
    width: 200px;
    background-repeat: no-repeat;
    font-family: var(--font-gothic);
    font-weight: 700;
}

.strengths-sec__btn--gray {
    background: url("img/btn-black-bg.png");
    background-size: contain;
    height: 46px;
    width: 200px;
    background-repeat: no-repeat;
    font-family: var(--font-gothic);
    font-weight: 700;
}

@media (max-width:768px) {
    .strengths-sec {
        padding-bottom: 80px;
    }

    .strengths-sec__buttons {
        flex-direction: column;
        align-items: center;
        margin-top: 32px;
    }

    .strengths-sec::after {
        border-bottom: 30px solid #fff;
        border-left: 100vw solid transparent;
        border-right: 0px solid transparent;
    }
}

/* =========================
   Requirements Section
========================= */
.requirements-sec {
    background: #fff;
    padding: 90px 0 120px;
}

.requirements-sec__inner {
    width: min(calc(100% - 48px), 1000px);
    margin: 0 auto;
}

.requirements-top-text {
    text-align: center;
    font-size: 20px;
    margin-top: 60px;
    line-height: 1.8;
}
.requirements-top-text .sp{
    display: none;
}

/* =========================
   Job Cards
========================= */
.requirements-job-list {
    display: flex;
    max-width: 900px;
    margin: 80px auto 0;
    gap: 36px;
    position: relative;
    z-index: 10;
}

.requirements-job-card {
    display: block;
    width: 430px;
    position: relative;
    box-shadow: 4px 4px 4px rgba(67, 65, 65, 0.3);
    padding: 32px 24px 36px;
    background: #fff;
}

.requirements-job-card h3 {
    text-align: center;
    font-size: 28px;
    color: #796a56;
    margin: 0 0 28px;
    line-height: 1.5;
}

.requirements-job-card h3 span {
    display: block;
    font-size: 20px;
}

.requirements-job-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5.8px;
    bottom: 0;
    left: 0;
}

.requirements-job-card--pilot::before {
    background: #eb6d80;
}

.requirements-job-card--travel::before {
    background: #f8c058;
}

.requirements-area-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 7px;
    margin-bottom:32px;
}

.requirements-area-buttons button {
    appearance: none;
    border: 1px solid #E69C2F;
    background: #fff;
    color: #E69C2F;
    padding: 14px 4px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border-radius:100px;
    transition: 0.3s;
    position:relative;
}


.requirements-area-buttons button svg{
    position:absolute;
    left:10px;
    width:7px;
    height:8px;
    top:47.5%;
    transform:translateY(-50%);
    transition: 0.3s;;
}

@media (min-width:768px){
.requirements-area-buttons button:hover {
    background: #E69C2F;
    color: #fff;
    transition: 0.3s;;
}

.requirements-area-buttons button:hover svg path{
    fill:#fff;
    transition: 0.3s;;
}
}

@media (max-width:768px){
    .requirements-area-buttons button{
        width:200px;
        margin:auto;
    }
}

/* 職種ラベル */
.requirements-sec__job {
    margin: 80px auto 60px;
    padding: 12px 32px;
    border: 1px solid #ccc;
    width: fit-content;
    font-family: var(--font-mincho);
    font-size: 28px;
}

/* =========================
   TABLE
========================= */
.requirements-table {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.requirements-table+.requirements-sec__job {
    margin-top: 80px;
}

.requirements-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    column-gap: 10px;
}

/* 左 */
.requirements-th {
    background: #cfcfcf;
    padding: 24px 16px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 右 */
.requirements-td {
    padding: 20px 24px;
    line-height: 1.9;
    border-bottom: 0.5px solid #9e9e9f;
}

/* 共通 */
.red {
    color: #c30d23;
}

.requirements-td .map-wrap {
    max-width: 356px;
    position: relative;
}

.map {
    color: #f29600;
    position: absolute;
    padding-left: 14px;
    right: 0;
}

.map:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background: url("img/map-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
}

/* 給与ラベル */
.label {
    display: inline-block;
    background: #eb6d80;
    color: #fff;
    padding: 6px 18px;
    margin: 8px 0;
}

/* 段落調整 */
.requirements-td p {
    margin: 12px 0;
}

.requirements-td ul {
    padding: 0;
}

.requirements-td ul li {
    list-style: none;
    position: relative;
    padding-left: 1em;
}

.requirements-td ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 7.5px;
    height: 7.5px;
    background: #3d4247;
    border-radius: 50%;
    top: 9px;
}

/* =========================
   Modal
========================= */
.requirements-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s;
}

.requirements-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.requirements-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.62);
}

.requirements-modal__content {
    position: relative;
    width: min(calc(100% - 48px), 1000px);
    max-height: calc(100vh - 80px);
    margin: 40px auto;
    background: #fff;
    overflow-y: auto;
    padding: 60px 48px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.requirements-modal__close {
    position: sticky;
    top: 0;
    margin-left: auto;
    margin-bottom: 20px;
    width: 44px;
    height: 44px;
    border: none;
    background: #796a56;
    cursor: pointer;
    display: block;
    z-index: 2;
}

.requirements-modal__close span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 2px;
    background: #fff;
}

.requirements-modal__close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.requirements-modal__close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.requirements-modal__body .requirements-sec__job {
    margin-top: 0;
}

.requirements-modal__loading,
.requirements-modal__error {
    text-align: center;
    padding: 60px 20px;
    line-height: 1.8;
}

body.is-modal-open {
    overflow: hidden;
}

/*下側カード*/
.requirements-bottom-flex {
    display: flex;
    max-width: 900px;
    margin: auto;
    gap: 36px;
    margin-top: 80px;
    position: relative;
    z-index: 10;
}

.requirements-bottom-card {
    display: block;
    width: 430px;
    position: relative;
    box-shadow: 4px 4px 4px rgba(67, 65, 65, 0.3);
    padding: 24px;
    background: #fff;
}

.requirements-bottom-card h3 {
    text-align: center;
    font-size: 28px;
    color: #796a56;
    margin-top:0;
    height:2.5em;
}


.requirements-bottom-card h3 span {
    display: block;
    font-size: 20px;
}

.requirements-bottom-card:first-child:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5.8px;
    bottom: 0;
    left: 0;
    background: #eb6d80;
}

.requirements-bottom-card:last-child:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5.8px;
    bottom: 0;
    left: 0;
    background: #f8c058;
}

@media (max-width:768px) {
    .requirements-job-list {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }

    .requirements-job-card {
        max-width: 90%;
        width: 100%;
    }

    .requirements-area-buttons {
        grid-template-columns: 1fr;
    }

    .requirements-row {
        display: flex;
        flex-direction: column;
    }

    .requirements-td {
        border-bottom: none;
        padding: 10px 0px;
    }

    .requirements-sec__job {
        padding: 12px;
        font-size: 20px;
    }

    .requirements-th {
        padding: 10px 0px;
    }

    .requirements-modal__content {
        width: calc(100% - 24px);
        max-height: calc(100vh - 40px);
        margin: 20px auto;
        padding: 40px 18px;
    }

    .requirements-bottom-flex {
        flex-direction: column;
        align-items: center;
    }

    .requirements-bottom-card {
        max-width: 90%;
        width: 100%;
    }
    .requirements-top-text .sp{
        display: block;
    }
}

@media (max-width:600px) {
    .requirements-sec {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .requirements-top-text {
        font-size: 14px;
        margin-top:32px;
    }

    .requirements-sec__job {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .requirements-table+.requirements-sec__job {
        margin-top: 40px;
    }

    .requirements-job-card {
        padding: 24px 12px;
    }

    .requirements-job-card h3 {
        font-size: 22px;
    }

    .requirements-job-card h3 span {
        font-size: 16px;
    }

    .requirements-bottom-flex {
        margin-top: 30px;
    }

    .requirements-bottom-card {
        padding: 24px 12px;
    }

    .requirements-bottom-card h3 {
        font-size: 22px;
        line-height:inherit;
    }
    .requirements-area-buttons button{
        background:#E69C2F;
        color:#fff;
    }
    .requirements-area-buttons button svg path{
        fill:#fff;
    }
    
}

/* =========================
   Introduction
========================= */
.introduction-sec {
    padding-top: 300px;
    padding-bottom: 120px;
    position: relative;
    margin-top: -300px;
    z-index: 0;
    background: #f4f3f1;
}

.introduction-sec:before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    border-bottom: 80px solid #f4f3f1;
    border-left: 100vw solid transparent;
    border-right: 0px solid transparent;
    z-index: 0;
}

.introduction-sec:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    border-bottom: 80px solid #fff;
    border-left: 100vw solid transparent;
    border-right: 0px solid transparent;
    z-index: 0;
}

.introduction-sec iframe {
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 76px;
    max-width: 900px;
    width: 90%;
    height: auto;
    aspect-ratio: 16 / 9;
}

@media (max-width:600px) {
    .introduction-sec iframe {
        margin-top: 40px;
    }

    .introduction-sec:after {
        border-bottom: 30px solid #fff;
        border-left: 100vw solid transparent;
        border-right: 0px solid transparent;
    }

    .introduction-sec {
        padding-bottom: 80px;
    }
}

/* =========================
   Training Section
========================= */
.training-sec {
    background: #b4b4b5;
    padding: 120px 0 120px;
    position: relative;
}

.training-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-left: 100vw solid #fff;
    border-bottom: 70px solid transparent;
    border-right: 0px solid transparent;
}

.training-sec__inner {
    width: min(calc(100% - 48px), 1100px);
    margin: 0 auto;
}

.training-sec__panel {
    width: min(100%, 900px);
    margin: 0 auto;
    background: #fff;
    padding: 84px 48px 96px;
}

.training-sec .sec-title {
    text-align: center;
}

.training-sec__lead {
    margin-top: 54px;
}

.training-sec__lead p {
    margin: 0 0 22px;
    color: #3e3a39;
    font-family: var(--font-mincho);
    font-size: 16px;
    line-height: 1.85;
    letter-spacing: 0;
}

.training-sec__lead p:last-child {
    margin-bottom: 0;
}

/* flow */
.training-flow {
    margin-top: 48px;
}

.training-row {
    display: flex;
    align-items: flex-start;
    gap: 34px;
    margin-bottom: 48px;
}

.training-row:last-child {
    margin-bottom: 0;
}

.training-row__img {
    width: 288px;
    flex: 0 0 288px;
}

.training-row__img img {
    width: 100%;
    height: auto;
    display: block;
}

.training-row__content {
    flex: 1 1 auto;
    min-width: 0;
}

/* 見出し帯 */
.training-head {
    display: flex;
    align-items: center;
    min-height: 44px;
    background: #3e3a39;
    color: #fff;
    position: relative;
    padding-left: 90px;
    padding-top: 2px;
    margin-bottom: 10px;
}

.training-head--plain {
    padding-left: 18px;
}

.training-head h3 {
    margin: 0;
    font-family: var(--font-mincho);
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
}

.training-head h3 span {
    font-size: 18px;
}

/* STEP丸 */
.training-step {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #eb6d80;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mincho);
    font-size: 14px;
    line-height: 1.05;
    text-align: center;
    padding-top: 4px;
    margin-left: 10px;
}

.training-step .num {
    display: block;
    font-size: 30px;
    line-height: 1;
}


.training-row__title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.training-row__body h4 {
    margin: 12px 0px 10px 0px;
    color: #f29600;
    font-family: var(--font-mincho);
    font-size: 22px;
    line-height: 36px;
}

.training-badge {
    display: flex;
    align-items: center;
    border: 1px solid #d46276;
    color: #d46276;
    font-family: var(--font-mincho);
    font-size: 14px;
    height: 30px;
    overflow: hidden;
    padding-right: 8px;
    padding-left: 8px;
}

/* 右寄せ */
.training-badge.right {
    margin-left: auto;
}

/* 左のピンク部分 */
.training-badge .pink-bg {
    background: #eb6d80;
    color: #fff;
    padding: 0 12px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: -8px;
}

/* 右のテキスト */
.training-badge .badge-text {
    padding: 0 12px;
    display: flex;
    align-items: center;
}

.training-row__body p {
    margin: 0 0 20px;
    color: #3e3a39;
    font-family: var(--font-mincho);
    font-size: 15px;
}

.training-row__body p:last-child {
    margin-bottom: 0;
}

.training-row__body ul {
    margin: 10px 0 0;
    padding: 0;
}

.training-row__body .indent {
    padding-left: 2em;
    text-indent: -2.5em;
}

@media (max-width: 1024px) {
    .training-sec__panel {
        padding: 72px 32px 80px;
    }

    .training-row {
        gap: 22px;
    }

    .training-row__img {
        width: 240px;
        flex-basis: 240px;
    }

    .training-head h3 {
        font-size: 20px;
    }

    .training-row__body h4 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .training-sec__inner {
        width: calc(100% - 24px);
    }

    .training-sec__panel {
        width: 100%;
        padding: 56px 18px 64px;
    }

    .training-sec__lead {
        margin-top: 34px;
    }

    .training-sec__lead p {
        font-size: 14px;
        line-height: 1.9;
    }

    .training-flow {
        margin-top: 34px;
    }

    .training-row {
        margin-bottom: 40px;
    }

    .training-row__img {
        width: 100%;
        margin-bottom: 16px;
    }

    .training-head {
        min-height: 44px;

    }

    .training-head--plain {
        padding-left: 14px;
    }

    .training-head h3 {
        font-size: 18px;
    }


    .training-row__body {
        padding-top: 14px;
    }

    .training-row__title-wrap {
        margin-bottom: 8px;
    }

    .training-row__body h4 {
        font-size: 20px;
    }


    .training-row__body p,
    .training-row__body ul li {
        font-size: 14px;
        line-height: 1.9;
    }
}

@media (max-width:600px) {
    .training-sec::before {
        border-left: 100vw solid #fff;
        border-bottom: 30px solid transparent;
        border-right: 0px solid transparent;
    }

    .training-sec {
        padding: 80px 0px;
    }

    .training-row {
        flex-direction: column;
    }

    .training-badge {
        height: 40px;
        font-size: 12px;
    }

    .training-badge.right {
        margin: auto;
    }

    .training-row__img {
        flex-basis: 160px;
    }

    .training-row__body h4 {
        margin: 0;
    }
}

/* =========================
   FAQ Section
========================= */
.faq-sec {
    background: #fff;
    padding: 84px 0 110px;
    position: relative;
}

.faq-sec::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    border-right: 100vw solid #fff;
    border-top: 50px solid transparent;
    border-left: 0px solid transparent;
}

.faq-sec__inner {
    width: min(calc(100% - 48px), 1000px);
    margin: 0 auto;
}

.faq-list {
    margin-top: 44px;
}

.faq-item {
    border-bottom: 1px solid #d3d0cc;
}

.faq-question {
    width: 100%;
    padding: 20px 0;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
    cursor: pointer;
}

.faq-question__icon {
    width: 34px;
    flex: 0 0 34px;
}

.faq-question__icon img {
    width: 100%;
    height: auto;
    display: block;
}

.faq-question__text {
    flex: 1 1 auto;
    color: #3e3a39;
    font-family: var(--font-mincho);
    font-size: 20px;
    line-height: 1.6;
}

.faq-question__toggle {
    position: relative;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
}

.faq-question__toggle::before,
.faq-question__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #9e9e9f;
    transform: translate(-50%, -50%);
}

.faq-question__toggle::before {
    width: 18px;
    height: 1px;
}

.faq-question__toggle::after {
    width: 1px;
    height: 18px;
}

.faq-item.is-open .faq-question__toggle::after {
    display: none;
}

/* 回答 */
.faq-answer {
    display: none;
    padding: 0 0 28px 56px;
}

.faq-answer__inner {
    background: #f3ebdc;
    padding: 26px 24px 26px 24px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    width: 90%;
}

.faq-answer__icon {
    width: 34px;
    flex: 0 0 34px;
}

.faq-answer__icon img {
    width: 100%;
    height: auto;
    display: block;
}

.faq-answer__text {
    flex: 1 1 auto;
    color: #3e3a39;
    font-family: var(--font-mincho);
    font-size: 16px;
    line-height: 1.9;
}

@media (max-width:600px) {
    .faq-sec {
        padding-top: 24px;
        padding-bottom: 40px;
    }

    .faq-sec::before {
        border-right: 100vw solid #fff;
        border-top: 30px solid transparent;
        border-left: 0px solid transparent;
        top: -30px;
    }

    .faq-answer__inner {
        padding: 16px 8px;
        width: 100%;
    }

    .faq-answer {
        padding-left: 0;
    }

    .faq-question__text {
        font-size: 16px;
    }

    .faq-answer__text {
        font-size: 14px;
    }
}

/* =========================
   Schedule Section
========================= */
.schedule-sec {
    background: #ffff;
    padding: 84px 0 240px;
}

.schedule-sec__inner {
    width: min(calc(100% - 48px), 1000px);
    margin: 0 auto;
}

.schedule-sec__note {
    margin: 34px 0 0;
    text-align: center;
    color: #d33a3a;
    font-family: var(--font-mincho);
    font-size: 16px;
    line-height: 1.8;
}

.schedule-grid {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
}

/* 1カード */
.schedule-card,
.schedule-info {
    width: calc((100% - 20px) / 2);
    background: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.10);
    padding: 18px 18px 22px;
}

.schedule-card__head {
    position: relative;
    text-align: center;
    padding-top: 2px;
}

.schedule-card__area {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 30px;
    height: 28px;
    padding: 0 8px;
    border: 1px solid #9e9e9f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #3e3a39;
    font-family: var(--font-gothic);
    font-size: 13px;
    line-height: 1;
    background: #fff;
}

.schedule-card__head h3 {
    margin: 0;
    color: #3e3a39;
    font-family: var(--font-gothic);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
}

.schedule-card__head .line {
    display: block;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 24px;
    width: 42px;
    height: 3px;
    object-fit: contain;
}

.schedule-card__body {
    display: flex;
    justify-content: center;
    gap: 40px;
}

/* 左カラム */
.schedule-card__col:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: left;
}

/* 右カラム */
.schedule-card__col:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.schedule-card__col {
    width: calc((100% - 18px) / 2);
}

.schedule-card__label {
    min-width: 94px;
    height: 22px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.schedule-card__label--pink {
    background: #eb6d80;
}

.schedule-card__label--blue {
    background: #2ca6e0;
}

.schedule-card__divider {
    width: 1px;
    background: #9e9e9f;
    min-height: 108px;
    margin: 6px 9px 0;
}

.schedule-card__col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.schedule-card__col li {
    color: #3e3a39;
    font-family: var(--font-mincho);
    line-height: 1.9;
}

/* 右下説明枠 */
.schedule-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: none;
    background: transparent;
    padding: 0 12px;
    padding-top: 10px;
}

.schedule-info p {
    margin: 0;
    color: #3e3a39;
    font-family: var(--font-mincho);
    font-size: 16px;
    line-height: 1.9;
}

.schedule-info__buttons {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
}

.schedule-info__btn {
    min-width: 212px;
    height: 42px;
    padding: 0 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    font-family: var(--font-gothic);
    font-weight: bold;
}

.schedule-info__btn--orange {
    background: #e59a1e;
}

.schedule-info__btn--gray {
    background: #6d6868;
}

@media (max-width:768px) {
    .schedule-grid {
        flex-direction: column;
    }
}

@media (max-width:600px) {
    .schedule-sec {
        padding-top: 48px;
        padding-bottom: 200px;
    }

    .schedule-card,
    .schedule-info {
        width: calc((100% - 20px) / 1);
        padding: 18px 18px 22px;
    }

    .schedule-card__body {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .schedule-card__col:first-child {
        align-items: center;
    }

    .schedule-card__divider {
        width: 100%;
        min-height: 1px;
        margin: 0;
    }
}

/* =========================
   Footer
========================= */
.footer {
    position: relative;
    background: #3e3a39;
    color: #fff;
    padding: 86px 0 100px;
}

/* 上の斜めライン */
.footer::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    border-bottom: 50px solid #3e3a39;
    border-right: 0px solid transparent;
    border-left: 100vw solid transparent;
}

/* TOPボタン */
.footer__pagetop {
    position: absolute;
    top: -150px;
    right: clamp(20px, 8vw, 120px);
    width: 95px;
    height: 95px;
    z-index: 3;
}

.footer__pagetop img {
    width: 100%;
    object-fit: contain;
}

.footer__inner {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 48px), 1000px);
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.footer__left {
    flex: 0 0 auto;
}

.footer__logo {
    display: inline-flex;
    align-items: center;
}

.footer__logo img {
    width: 220px;
    height: auto;
    display: block;
}

.footer__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
}

.footer__sns {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer__sns-label {
    font-size: 14px;
    line-height: 1;
    color: #fff;
}

.footer__sns-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer__sns-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer__sns-link img {
    width: 20px;
    height: 20px;
    display: block;
}

.footer__nav {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 13px;
    line-height: 1.6;
}

.footer__nav a {
    color: #fff;
}

.footer__nav span {
    opacity: 0.8;
}

.footer__copy {
    margin: 0;
    font-size: 12px;
    line-height: 1;
    color: #fff;
}

@media (max-width:600px) {
    .footer__pagetop {
        width: 62px;
        height: 62px;
    }

    .footer {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .footer::before {
        border-bottom: 30px solid #3e3a39;
        border-right: 0px solid transparent;
        border-left: 100vw solid transparent;
        top: -30px;
    }

    .footer__inner {
        flex-direction: column;
        align-items: center;
    }
}

/* =========================
   Interview Section
========================= */
.interview-sec {
    background: #f3f1ef;
    padding: 0px 0 110px;
    overflow: hidden;
}

/* 見出しは1200px基準のまま */
.interview-sec__head-inner {
    width: min(calc(100% - 48px), 1200px);
    margin: 0 auto 44px;
}

.interview-sec__head {
    width: min(100%, 1000px);
    margin: 0 auto;
    position: relative;
}

.interview-sec__slider-inner {
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
}

.interview-slider-wrap {
    width: 100%;
    overflow: hidden;
}

.interview-slider {
    width: 100%;
    overflow: hidden;
}

.interview-slider .swiper-wrapper {
    display: flex;
    width: max-content;
    gap: 32px;
    animation: interview-scroll-left 45s linear infinite;
}

.interview-slider .swiper-slide {
    width: 278px;
    flex: 0 0 278px;
}

.interview-slider.is-paused .swiper-wrapper {
    animation-play-state: paused;
}

@keyframes interview-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.interview-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.interview-card__thumb {
    position: relative;
    display: block;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
}

.interview-card__thumb img {
    width: 100%;
    height: 337px;
    object-fit: cover;
    display: block;
}

.interview-card__play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 56px;
    height: 56px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.interview-card__play::before {
    content: "";
    position: absolute;
    left: 52%;
    top: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 16px solid #fff;
}

.interview-card__meta {
    padding-top: 18px;
    text-align: center;
}

.interview-card__dept {
    margin: 0;
    color: #3e3a39;
    font-family: var(--font-mincho);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}

.interview-card__name {
    margin: 10px 0 0;
    color: #3e3a39;
    font-family: var(--font-mincho);
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
}

.interview-card__text {
    margin: 16px 0 0;
    color: #3e3a39;
    font-family: var(--font-mincho);
    font-size: 14px;
    line-height: 1.85;
    min-height: 78px;
}

.interview-card__schedule {
    margin-top: auto;
    min-height: 38px;
    border: none;
    border-radius: 10px;
    background: #4b4747;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 0 16px;
    cursor: pointer;
    position: relative;
}

.interview-card__schedule::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 8px;
    vertical-align: -2px;
    background: url("img/clock-icon-white.png") no-repeat center center / contain;
}

/* =========================
   Modal
========================= */
.interview-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease;
    padding: 40px 16px;
    box-sizing: border-box;
}

.interview-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


/* 背景 */
.interview-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
}

.interview-modal.is-open .interview-modal__overlay {
    background: rgba(0, 0, 0, 0.45);
}


/* 開いたとき */
.interview-modal.is-open .interview-modal__dialog {
    transform: translateY(0);
    opacity: 1;
}


.interview-modal__dialog {
    position: relative;
    z-index: 2;
    width: min(100%, 1040px);
    max-height: calc(100vh - 80px);
    margin: 0;
    background: #fff;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.18);
    padding: 74px 44px 72px;
    overflow-y: auto;
    transform: translateY(40px);
    opacity: 0;
    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.4s ease;
}

.interview-modal__close {
    position: absolute;
    top: 18px;
    right: 36px;
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 3;
}

.interview-modal__close::before,
.interview-modal__close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 32px;
    height: 1px;
    background: #8e8e8e;
}

.interview-modal__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.interview-modal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.interview-modal__video-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.interview-modal__video-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.schedule-error {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #3e3a39;
}

/* =========================
   Schedule Modal
========================= */
.interview-modal__schedule {
    color: #3e3a39;
}

.interview-modal__schedule .sec-title {
    text-align: center;
    margin-bottom: 70px;
}

.interview-modal__schedule .sec-title .en {
    display: block;
    color: #cfcfcf;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 18px;
}

.interview-modal__schedule .point-sec__title {
    margin: 0;
    font-family: var(--font-mincho);
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1.5;
    color: #3e3a39;
}

.interview-modal__schedule .sec-title__line {
    margin-top: 30px;
}

.interview-modal__schedule .sec-title__line img {
    width: 86px;
    height: auto;
}

.interview-modal__schedule-body {
    width: 100%;
    margin: 0 auto;
}

.interview-modal__schedule-row {
    display: grid;
    grid-template-columns: 170px 1fr;
    align-items: center;
    min-height: 50px;
    padding: 0;
    border-bottom: none;
}

.interview-modal__schedule-row:nth-child(odd) {
    background: #eeeeef;
}

.interview-modal__schedule-row span {
    position: relative;
    width: auto;
    flex: none;
    display: block;
    padding: 0 34px 0 0;
    text-align: center;
    font-family: var(--font-mincho);
    font-size: 16px;
    font-weight: 700;
    color: #3e3a39;
}

.interview-modal__schedule-row span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 28px;
    background: #8e8e8e;
    transform: translateY(-50%);
}

.interview-modal__schedule-row p {
    margin: 0;
    padding: 0 28px 0 64px;
    font-family: var(--font-mincho);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.04em;
    color: #3e3a39;
}

/* =========================
   SP
========================= */
@media (max-width: 767px) {
    .interview-sec {
        padding: 64px 0 84px;
    }

    .interview-sec__inner {
        width: calc(100% - 32px);
    }

    .interview-sec__head {
        width: 100%;
        margin-bottom: 28px;
    }

    .interview-sec__nav {
        right: 32px;
    }

    .interview-slider {
        overflow: hidden;
        cursor: grab;
    }

    .interview-slider.is-dragging {
        cursor: grabbing;
    }

    .interview-slider .swiper-wrapper {
        animation: none !important;
        transition: none !important;
        will-change: transform;
    }

    .interview-slider .swiper-slide {
        width: 180px;
    }

    .interview-card__thumb img {
        height: auto;
    }

    .interview-card__dept {
        font-size: 14px;
    }

    .interview-card__name {
        font-size: 18px;
    }

    .interview-card__text {
        font-size: 12px;
        min-height: 68px;
    }

    .interview-card__schedule {
        font-size: 12px;
        min-height: 34px;
    }

    .interview-modal {
        padding: 20px 10px;
    }

    .interview-modal__dialog {
        width: 100%;
        max-height: calc(100vh - 40px);
        margin: 0;
        padding: 56px 16px 42px;
    }

    .interview-modal__close {
        top: 16px;
        right: 16px;
        width: 34px;
        height: 34px;
    }

    .interview-modal__close::before,
    .interview-modal__close::after {
        width: 32px;
    }

    .interview-modal__schedule .sec-title {
        margin-bottom: 36px;
    }

    .interview-modal__schedule .sec-title .en {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .interview-modal__schedule .point-sec__title {
        font-size: 24px;
        letter-spacing: 0.08em;
    }

    .interview-modal__schedule .sec-title__line {
        margin-top: 20px;
    }

    .interview-modal__schedule-row {
        grid-template-columns: 74px 1fr;
        min-height: 48px;
    }

    .interview-modal__schedule-row span {
        padding: 0 14px 0 0;
        font-size: 14px;
    }

    .interview-modal__schedule-row span::after {
        height: 24px;
    }

    .interview-modal__schedule-row p {
        padding: 0 12px 0 20px;
        font-size: 14px;
        line-height: 1.7;
    }
}

@media (max-width:600px) {
    .interview-sec {
        padding-top: 10px;
    }

    .interview-sec__slider-inner {
        width: 100%;
        padding-left: calc((100vw - 90%) / 2);
        padding-right: 24px;
        box-sizing: border-box;
    }

    .interview-card__schedule {
        font-size: 11px;
        padding: 0px 8px;
        line-height: 1.5;
    }

    .sns-sec {
        padding: 80px 0px;
    }

    .sns-sec .sec-title h2 {
        line-height: 1.5;
        margin-top: 0;
    }

}

@media(min-width:768px) {

    a,
    button,
    img {
        transition: 0.4s;
    }

    a:hover {
        opacity: 0.75;
        transition: 0.4s;
    }
}

/*Sp-sitkcy*/
.sp-sticky {
    display: none;
}

@media (max-width:768px) {
    .sp-sticky {
        display: flex;
        z-index: 99999;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        justify-content: center;
    }

    .sp-sticky a {
        width: 50%;
        border-radius: none;
        ;
    }

    .sp-sticky a {
        min-width: 174px;
        height: 46px;
        padding: 0 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.03em;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }


    .sp-sticky a:first-child {
        background-image: url("img/sticky-orange.png");
    }

    .sp-sticky a:nth-child(2) {
        background-image: url("img/sticky-pink.png");
    }
}

/* Sticky-Header */

/* 既存headerは fixed のまま使う */
.lp-header {
    background: transparent;
    transition: background 0.3s ease;
}

/* ヘッダーに複製したFVナビ */
/* header内ナビ */
.lp-header .header-nav-fixed {
    position: static;
    width: auto;
    background: transparent;
    clip-path: none;

    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.25s ease,
        visibility 0.25s ease;
}

.lp-header .header-nav-fixed.is-show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.lp-header .header-nav-fixed .fv__bottom-nav-inner {
    min-height: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.lp-header.is-nav-show {
    background: #3e3a39;
}

.lp-header__hamburger {
    display: none;
}

.lp-sp-menu {
    display: none;
}

@media (max-width: 1380px) {
    .lp-header.is-nav-show .lp-header__logo img {
        width: 200px;
    }

    .lp-header.is-nav-show .fv__bottom-nav-inner {
        font-size: 13px;
        gap: 10px;
    }

    .lp-header.is-nav-show .lp-header__inner {
        padding: 0px 20px;
    }

    .lp-header.is-nav-show .lp-header__right {
        gap: 10px;
    }
}

@media (max-width:1190px) {
    .lp-header.is-nav-show .fv__bottom-nav-inner {
        font-size: 12px;
        gap: 4px;
    }

    .lp-header.is-nav-show .lp-header__btn {
        min-width: 150px;
        font-size: 13px;
    }


}

@media (max-width:1024px) {
    body.is-menu-open {
        overflow: hidden;
    }

    .lp-header .header-nav-fixed {
        display: none;
    }

    .lp-header__right {
        display: none;
    }

    .lp-header__hamburger {
        display: flex;
        width: 48px;
        height: 48px;
        border: none;
        background: transparent;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 7px;
        cursor: pointer;
        padding: 0;
        z-index: 100000000;
    }

    .lp-header__hamburger span {
        width: 28px;
        height: 2px;
        background: #fff;
        display: block;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .lp-header__hamburger.is-open span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .lp-header__hamburger.is-open span:nth-child(2) {
        opacity: 0;
    }

    .lp-header__hamburger.is-open span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    .lp-sp-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 998;
        display: block;
        background: rgba(62, 58, 57, 0.96);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        z-index: 9999;
    }

    .lp-sp-menu.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .lp-sp-menu__inner {
        padding: calc(var(--header-height) + 20px) 24px 32px;
        /* ←ヘッダー分ずらす */
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .lp-sp-menu__inner a {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.05em;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }
}

/*アンカー位置*/
#interview {
    scroll-margin-top: 140px;
}

#schedule {
    scroll-margin-top: 80px;
}

#feature,
#faq,
#requirements {
    scroll-margin-top: 40px;
}

#training {
    scroll-margin-top: -40px;
}

@media (max-width:1024px) {
    #interview {
        scroll-margin-top: 80px;
    }

    #faq {
        scroll-margin-top: 60px;
    }
}

/*Fadein-up*/
.fadein-up {
    opacity: 0;
    transform: translateY(48px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fadein-up.is-active {
    opacity: 1;
    transform: translateY(0);
}