@charset "UTF-8";


.p_mission__content {
    display: flex;
    gap: 35px;
    justify-content: space-between;
}

.p_mission__text {
    font-size: 20px;
    line-height: 2;
    margin-top: 210px;
}

.p_recruitSection {
    margin-top: 100px;
}


.p_services__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px 25px;
    margin-top: 40px;
}

.p_services__cardWrap {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    position: relative;
}

.p_services__cardWrap_full {
    grid-column: 1 / -1;
}

.p_services__card {
    padding: 4px;
    border-radius: 15px;
    background: #83C1A0;
    height: 100%;
}

.p_services__cardInner {
    background-color: #fff;
    border-radius: 13px;
    padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.p_services__cardInner_row {
    flex-direction: row;
    justify-content: center;
    gap: 0px;
    padding: 20px 40px;
}

.p_services__cardWrap_full .p_services__cardInner_row {
    padding-bottom: 4px;
}

.p_services__cardLabel {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}

.p_services__icon {
    width: 100%;
    max-width: 200px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p_services__icon img {
    height: 90px;
}

.p_services__data {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    color: #e37b4e;
    margin-bottom: 10px;
}

.p_services__data .num {
    font-family: 'Roboto', sans-serif;
    font-size: 88px;
    font-weight: 700;
    line-height: 1;
}

.p_services__data .unit {
    font-size: 20px;
    font-weight: 700;
}

.p_services__subText {
    font-size: 14px;
    font-weight: bold;
}

.p_services__flexText {
    display: flex;
    justify-content: center;
    gap: 40px;
    font-size: 14px;
    margin-top: -5px;
}

.p_services__note {
    text-align: right;
    font-size: 12px;
    margin-top: 8px;
    position: absolute;
    right: 0;
    bottom: 0;
}


.p_employees__list {
    display: flex;
    gap: 84px;
    margin-top: 50px;
}

.p_employees__item {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.p_employees__item:nth-of-type(2) {
    margin-top: 70px;
}

.p_employees__visual {
    position: relative;
}

.p_employees__number {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 2;
    background-color: #fff;
    padding: 0 20px 40px 10px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 100;
    border-bottom-right-radius: 30px;
}

.p_employees__number::before,
.p_employees__number::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    pointer-events: none;
}

.p_employees__number::before {
    bottom: -30px;
    left: 0;
    background: radial-gradient(circle at 100% 100%, transparent 30px, #fff 0);
}

.p_employees__number::after {
    top: 40px;
    right: -30px;
    background: radial-gradient(circle at 100% 100%, transparent 30px, #fff 0);
}

.p_employees__image img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    display: block;
}

.p_employees__content {
    flex: 1;
    padding-top: 35px;
}

.p_employees__catch {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}

.p_employees__profile {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.6;
}

.p_employees__text {
    font-size: 15px;
    line-height: 1.9;
    color: #444;
    text-align: justify;
}

.page__recruitHome .wrapper {
    background: url(/assets/img/recruit_top/bg_1.webp) no-repeat center top;
    background-size: 100%;
}

.p_business {
    background: linear-gradient(250deg, #F1FFF0 27.33%, #FFF5E4 101.92%);
    padding-top: 108px;
    padding-bottom: 66px;
}

.page__recruitHome {
    background: url(/assets/img/recruit_top/bg_3.webp) no-repeat center bottom;
    /* 縦のズームを止め、常に横幅いっぱい（100%）に合わせる設定 */
    background-size: 100% auto; 
}

.p_business__item {
    display: flex;
    justify-content: space-between;
    gap: 112px;
    padding: 30px 0;
    border-top: 1px solid #d1d9c9;
}

.p_business__item~.p_business__item {
    border-bottom: 1px solid #d1d9c9;
}

.p_business__text {
    flex: 1;
}

.p_business__title {
    font-size: 28px;
    color: #1a8246;
    font-weight: 700;
    margin-bottom: 25px;
}

.p_business__image {
    flex: 0 0 490px;
}

.p_business__image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.p_training {
    padding: 1px 0 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.p_training__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    font-size: 18px;
    margin: auto auto 42px;
}

.p_training__list_small {
    grid-template-columns: repeat(2, 1fr);
    font-size: 16px;
}

.p_training__card {
    position: relative;
    padding: 4px;
    border-radius: 12px;
    background: linear-gradient(90deg, #FDE5BC 0%, #BCF6B7 100%);
}

.p_training__cardInner {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.p_training__cardInner_row {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
    padding: 25px;
    gap: 20px;
    text-align: center;
    align-items: center;
}


.p_training__image {
    width: 100%;
    margin-bottom: 10px;
}

.p_training__card:nth-of-type(1) .p_training__image_small {
    margin-right: 36px;
}

.p_training__cardTitle {
    font-size: 26px;
    color: #1a8246;
    margin-bottom: 15px;
    font-weight: 700;
}

.p_training__cardMenu {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-align: left;
}

.p_training__cardMenu li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 4px;
}

.p_training__cardMenu li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 5px;
    height: 5px;
    background-color: #1a8246;
    border-radius: 50%;
}

.p_training__gridMenu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.p_message__content {
    font-size: 16px;
    line-height: 1.7;
}

.p_message__name {
    margin-bottom: 14px;
}

.p_contact {
    margin-bottom: 3px;
    margin-top: 90px;
}

.p_contact__catch {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
    font-weight: 700;
}

.p_contact__btn {
    position: absolute;
    bottom: 0;
    right: 0px;
}

.p_contact__btn .c_btn {
    padding: 34px 55px 34px 35px;
}

.p_bModel__diagram {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.p_bModel__box {
    flex: 1;
    background-color: #f4f6f5;
    border-radius: 12px;
    padding: 20px 20px 20px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.p_bModel__box_highlight {
    background-color: #fff;
    border: 4px solid #1a8246;
}

.p_bModel__boxTitle {
    font-size: 18px;
    color: #1a8246;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
    min-height: 3em;
    display: flex;
    align-items: center;
}

.p_bModel__boxImage {
    width: 100%;
    max-width: 240px;
    margin-bottom: 30px;
}

.p_bModel__boxImage img {
    max-width: 100%;
    height: auto;
}

.p_bModel__boxList {
    list-style: none;
    padding: 0;
    font-weight: 700;
    line-height: 1.7;
    font-size: 17px;
}

.p_bModel__boxLabel {
    font-weight: 700;
    font-size: 17px;
    margin-top: 15px;
}

.p_bModel__boxSubTitle {
    font-weight: 700;
    font-size: 17px;
}

.p_bModel__boxText {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 5px;
}

.p_bModel__boxNote {
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.p_bModel__arrow {
    flex: 0 0 80px;
}

.p_bModel__arrow img {
    width: 100%;
    height: auto;
}


.p_schedule__card {
    padding: 4px;
    border-radius: 20px;
    margin-top: 80px;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #FDE5BC 0%, #BCF6B7 100%);
}

.p_schedule__cardInner {
    background-color: #fff;
    border-radius: 18px;
    padding: 30px 40px 40px;
    display: flex;
    gap: 49px;
}


.p_schedule__visual {
    flex: 0 0 420px;
}

.p_schedule__mainImg {
    margin-bottom: 40px;
}

.p_schedule__mainImg img {
    width: 100%;
    height: auto;
}

.p_schedule__catch {
    color: #e37b4e;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    font-family: "Zen Kaku Gothic New", sans-serif;
}


.p_schedule__timeline {
    flex: 1;
}

.p_schedule__list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}


.p_schedule__list::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 10px;
    width: 2px;
    background-color: #e9b778;
}

.p_schedule__item {
    display: flex;
    gap: 20px;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.p_schedule__icon {
    flex: 0 0 30px;
    height: 30px;
    margin-top: 15px;
    background-color: #fff;
}

.p_schedule__icon img {
    width: 100%;
}

.p_schedule__time {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 2px;
}

.p_schedule__task {
    font-size: 16px;
    line-height: 1.6;
}


.p_schedule__footer {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;

}

.p_schedule__footerIcon {
    width: 88px;
}

.p_schedule__footerText {
    color: #e37b4e;
    font-weight: 700;
    line-height: 1.5;
    font-size: 20px;
}


.c_titleItaric {
    line-height: 1.2;
    margin-bottom: 55px;
}

.c_titleItaric__sub {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.c_titleItaric__main {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 48px;
}

.imgFirst {
    position: relative;
}

.imgFirst__itaric {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 72px;
    line-height: 1.3;
    font-weight: 500;
    margin-top: 69px;
    letter-spacing: -8px;
}

/* supercatch: スクロール連動アニメーション */
@keyframes supercatchDrift {
    from { translate: -200px 0; }
    to   { translate: 200px 0; }
}

.supercatch {
    display: block !important;
    width: 100%;
    overflow: visible; /* 上下の見切れを防止 */
    position: relative;
    will-change: transform;
    transform: translateX(var(--scroll-offset, 0px)) !important;
    padding: 120px 0; /* 上下のゆとりを確保 */
}

.supercatch > img {
    width: 100%;
    display: block !important;
    transform: scale(1.3); /* 左右の遊びを確保 */
    transform-origin: center center;
}

@media (prefers-reduced-motion: reduce) {
    .supercatch {
        transform: none !important;
    }
}

@media screen and (max-width: 768px) {
    .c_catch {
        font-size: 17px;
    }

    .c_starcatch {
        text-align: left;
    }

    .c_starcatch>img.fig_star1,
    .c_starcatch>img.fig_star2 {
        display: none;
    }

    .supercatch {
        overflow: visible; /* スマホも上下を切らない */
        padding: 60px 0;   /* スマホ用の余白 */
    }

    .supercatch > img {
        width: 100%;       /* 233vwから変更 */
        max-width: none;
        transform: scale(3.0) !important; /* スマホは3倍でドカンと！ */
        transform-origin: center center;
    }

    .imgFirst__itaric {
        font-size: 44px;
        margin-top: 32px;
    }

    .c_titleItaric {
        margin-bottom: 48px;
    }

    .c_titleBig__itaric {
        font-size: 35px;
    }

    .p_mission__content {
        display: block;
    }

    .p_mission__text {
        font-size: 18px;
        margin-top: 32px;
    }

    .p_training__list,
    .p_training__list_small {
        display: block;
        margin-bottom: 48px;
    }

    .p_training__card {
        margin-bottom: 20px;
    }

    .p_training__cardInner_row {
        flex-direction: column;
    }

    .p_training__gridMenu {
        display: block;
    }

    .p_schedule__cardInner {
        flex-direction: column;
        padding: 40px 20px;
        gap: 32px;
    }

    .p_schedule__catch {
        font-size: 17px;
        text-align: left;
    }

    .p_schedule__visual {
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
    }

    .p_schedule__footerText {
        font-size: 16px;
    }

    .p_schedule__footer {
        padding-left: 0;
        justify-content: center;
    }

    .c_titleItaric__main {
        font-size: 40px;
    }

    .c_titleItaric__sub {
        font-size: 20px;
    }

    .p_employees__list {
        flex-direction: column;
        gap: 48px;
    }


    .p_employees__item,
    .p_employees__item:nth-child(even) {
        gap: 36px;
        width: 100%;
    }

    .p_employees__visual {
        width: 100%;
        flex: 0 0 auto;
    }

    .p_employees__content {
        padding-top: 0;
    }

    .p_training__list,
    .p_training__list_small {
        grid-template-columns: 1fr;
    }

    .p_business__item {
        flex-direction: column;
        gap: 30px;
    }

    .p_business__image {
        flex: 0 0 auto;
        width: 100%;
    }

    .p_business__title {
        font-size: 22px;
    }

    .p_services__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .p_services__list {
        grid-template-columns: 1fr;
    }

    .p_services__cardInner_row {
        flex-direction: column;
        padding: 30px 20px;
    }

    .p_bModel__diagram {
        flex-direction: column;
        gap: 1px;
    }
.p_bModel__boxNote {
    position: static;
    margin: 20px auto 10px;
}
.p_services__cardInner_row {
    gap: 1px;
}
    .p_bModel__box {
        width: 100%;
        min-height: auto;
    }

    .p_bModel__arrow {
        margin: 20px auto 8px;
    }

    .p_contact__btn {
        position: relative;
        margin-top: 48px;
    }
.p_recruitSection {
    margin-top: 80px;
}
.p_schedule__note {
    font-size: 13px;
    margin: 24px auto 0;
}
}

/* ========================================
調整 DI
======================================== */

.p_supercatch {
    margin-top: 140px;
    overflow: hidden;
    view-timeline-name: --drift;
    view-timeline-axis: block;
}
.p_mission .p_recruitSection {
    margin-top: 110px;
}
.p_training {
    margin-top: 125px;
}
.p_training__inner .c_catch {
    margin-bottom: 30px;
}
.p_training__inner .p_training__cardTitle {
    margin-bottom: 5px;
}
.p_training__inner .p_training__cardMenu li {
    margin-bottom: 0px;
}
.c_starcatch.c_textCenter {
    margin-top: 46px;
}
section.p_message.p_recruitSection {
    margin-top: 118px;
}
section.p_employees.p_recruitSection {
    margin-top: 50px;
}
.p_bModel.p_recruitSection {
    margin-top: 90px;
}
.p_bModel__diagram {
    margin-top: -10px;
}
.p_bModel__box_highlight .p_bModel__boxImage {
    margin-bottom: 5px;
}
.p_contact__btn .c_btn {
    width: 500px;
    top: -5px;
}
.p_contact__inner .c_titleItaric {
    margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
    .page__recruitHome .wrapper {
        background-position: top 400px left 0%;
    }
    .p_training__cardTitle {
        font-size: 22px;
    }
    .p_training__cardInner {
        padding: 20px 20px;
        height: 100%;
    }
    .p_training__list_small {
        margin-bottom: 35px;
    }
    .p_business {
        padding-top: 80px;
    }
    .p_schedule__cardInner {
        padding: 20px 20px;
    }
    section.p_message.p_recruitSection {
        margin-top: 100px;
    }
    .p_employees__inner .c_titleItaric {
        margin-bottom: 35px;
    }
    .p_employees__item:nth-of-type(2) {
        margin-top: 0px;
    }
    .c_titleItaric {
        margin-bottom: 40px;
    }
    .p_bModel__arrow_01 + .p_bModel__box .p_bModel__boxImage {
        margin-bottom: 0px;
    }
    .p_contact__btn .c_btn {
        width: 100%;
        top: -5px;
    }
    .p_contact__btn .c_btn {
        padding: 24px 18px;
    }
    .p_contact.p_recruitSection {
        background: url(/assets/img/recruit_top/bg_1.webp) no-repeat center top;
        background-size: 100%;
    }
    .p_contact.p_recruitSection {
        background-position: top -120px left 0%;
    }
    .imgFirst__itaric {
        margin-top: 62px;
    }

}
.p_business__item.u_only_sp .p_business__image {
    margin-bottom: 25px;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* 横スクロールバナー */

.p_autoSlider {
    position: relative;
}

.slider-container {
    width: 100%;
    height: 314px;
    overflow: hidden;
    position: relative;
}

.slider-track {
    width: 100%;
    height: 100%;
    background-image: url(/assets/img/recruit_top/long.webp);
    background-repeat: repeat-x;
    background-size: 3208px auto;
    animation: infinite-scroll 130s linear infinite;
    will-change: background-position;
}

.slider-track.is-paused {
    animation-play-state: paused !important;
}

@keyframes infinite-scroll {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -3208px 0;
    }
}

.controls {
    margin-top: 15px;
    display: block;
    text-align: right;
    margin-bottom: -125px;
}

.btn {
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    position: relative;
    z-index: 99;
    transition: opacity 0.2s;
}

.btn:hover {
    opacity: 0.7;
}

.btn img {
    width: 40px;
    height: 40px;
    display: block;
}

.controls.is-playing #playBtn {
    display: none;
}

.controls.is-paused #pauseBtn {
    display: none;
}

@media screen and (max-width: 768px) {
    .slider-container {
        height: 188px;
    }

    .slider-track {
        background-image: url(/assets/img/recruit_top/long.webp);
        background-size: 1921px auto;
    }

    .slider-track.is-paused {
        animation-play-state: paused !important;
    }

    @keyframes infinite-scroll {
        0% {
            background-position: 0 0;
        }
        100% {
            background-position: -1921px 0;
        }
    }
}
