/* =================================
共通
================================= */

/* =================================
メインビジュアル
================================= */
.catch-text {
    z-index: 3;
}
.catch-text.left {
    position: absolute;
    max-width: 79.5rem;
    width: 100%;
    top:8.7rem;
    left: -11.3rem;
}
.catch-text.right {
    position: absolute;
    max-width: 66rem;
    width: 100%;
    bottom: 6.8rem;
    right: -5.6rem;
    z-index: 1005;
}
.person {
    position: absolute;
    z-index: 4;
}
.person.woman.left-running {
    max-width: 24.6rem;
    width: 100%;
    left: 7.3rem;
    top:24.5rem;
}
.person.man.center-standing {
    max-width: 29.8rem;
    width: 100%;
    left: 31.9rem;
    top:29.8rem;
}
.person.woman.center-cheering {
    max-width: 20.8rem;
    width: 100%;
    left: 63.9rem;
    top:33.5rem;
}
.person.man.right-running {
    right: 4.7rem;
    top:6.8rem;
    max-width: 26.6rem;
    width: 100%;
}
.bg-shape {
    position: absolute;
    z-index: 2;
}
.bg-shape.blue-cross {
    left: 6.2rem;
    top:6.7rem;
    max-width: 31.4rem;
    width: 100%;
}
.bg-shape.orange-diagonal {
    max-width: 73.2rem;
    width: 100%;
    top:-3.7rem;
    right:-8.5rem;
}
.bg-shape.yellow-diagonal {
    left: 0;
    top:27.4rem;
    max-width: 63.8rem;
    width: 100%;
}
.bg-shape.yellow-diagonal {
    left: 0;
    top:27.4rem;
    max-width: 63.8rem;
    width: 100%;
}
.bg-shape.green-circle {
    left: 49rem;
    bottom:12rem;
    max-width: 47.8rem;
    width: 100%;
}
.bg-shape.red-bar {
    right: 28.4rem;
    top:40.7rem;
    max-width: 28.2rem;
    width: 100%;
}
.bg-photo {
    position: absolute;
}
.bg-photo.child-top {
    max-width: 40.8rem;
    width: 100%;
    top:0;
    left: 26.3rem;
}
.bg-photo.baby-bottom {
    right: 0;
    bottom: 17.3rem;
    max-width: 34.7rem;
    width: 100%;
}
.mv_area .logo.efila {
    position: absolute;
    left: 69.5rem;
    top:27rem;
    max-width: 30rem;
}
.mv_area {
    position: relative;
    height: 81.3rem;
    padding-bottom: 6.8rem;
}

.mv_img .sp {
    display: none;
}

.mv_bottom__box {
    position: absolute;
    left: 0;
    bottom: -10rem;
    z-index: 100;
}

.mv_bottom__box .flex_box {
    display: flex;
}

.mv_bottom_img {
    margin-left: -6.6rem;
    max-width: 41.3rem;
    width: 100%;
}

.mv_bottom_txt {
    margin-top: 7.6rem;
    margin-left: -2.8rem;
    max-width: 22.3rem;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .mv_area {
        position: relative;
        z-index: 2;
        padding-bottom: 32px;
        height: calc(100vw * 658 / 375);
    }

    .top_content {
        overflow: hidden;
    }

    .mv_img {
        position: relative;
        z-index: 1000;
        overflow: hidden;
    }

    .mv_img img {
        width: 100%;
        object-fit: cover;
    }

    .mv_img .pc {
        display: none;
    }

    .mv_img .sp {
        display: block;
    }

    .mv_bottom_img {
        margin-left: -57px;
        max-width: 236px;
        width: 100%;
    }

    .mv_bottom__box {
        margin-top: 0;
        width: 100%;
        bottom: -91px;
    }

    .mv_bottom__box .flex_box {
        justify-content: space-between;
    }

    .mv_bottom_txt {
        font-size: 0;
        margin-top: 35px;
        margin-left: 0;
        margin-right: 19px;
        max-width: 99px;
        width: 100%;
    }
    .catch-text.left {
        position: absolute;
        max-width: calc(100vw * 358 / 375);
        width: 100%;
        top: calc(100vw * 68 / 375);
        left: calc(100vw * -58 / 375);
    }
    .person.woman.left-running {
        max-width: calc(100vw * 162 / 375);
        width: 100%;
        left: 0;
        top: calc(100vw * 151 / 375);
    }
    .person.man.right-running {
        right: calc(100vw * 9 / 375);
        top: calc(100vw * 59 / 375);
        max-width: calc(100vw * 183 / 375);
        width: 100%;
    }
    .person.man.center-standing {
        max-width: calc(100vw * 200 / 375);
        width: 100%;
        left: calc(100vw * -31 / 375);
        top: auto;
        bottom:0;
    }
    .person {
        z-index: 1000;
    }
    .catch-text {
        z-index: 999;
    }
    .person.woman.center-cheering {
        max-width: calc(100vw * 154 / 375);
        width: 100%;
        left: auto;
        right:calc(100vw * 67 / 375);
        top: auto;
        bottom:calc(100vw * 64 / 375);
    }
    .catch-text.right {
        position: absolute;
        max-width: calc(100vw * 294 / 375);
        width: 100%;
        bottom: calc(100vw * 29 / 375);
        right: calc(100vw * -31 / 375);
    }
    .bg-photo.child-top {
        max-width: calc(100vw * 205 / 375);
        width: 100%;
        top:  calc(100vw * -12 / 375);
        left: 50%;
        transform: translateX(-50%);
    }
    .bg-photo.baby-bottom {
        right: calc(100vw * -31 / 375);
        bottom: calc(100vw * 77 / 375);
        max-width: calc(100vw * 174 / 375);
        width: 100%;
    }
    .bg-shape.blue-cross {
        left: calc(100vw * -53 / 375);
        top: calc(100vw * 80 / 375);
        max-width: calc(100vw * 158 / 375);
        width: 100%;
    }
    .bg-shape.yellow-diagonal {
        left: calc(100vw * -104 / 375);
        top: calc(100vw * 221 / 375);
        max-width: calc(100vw * 321 / 375);
        width: 100%;
    }
    .bg-shape.orange-diagonal {
        max-width: calc(100vw * 369 / 375);
        width: 100%;
        top: calc(100vw * 131 / 375);
        right: calc(100vw * -209 / 375);
    }
    .bg-shape.red-bar {
        right: calc(100vw * 70 / 375);
        top: calc(100vw * 366 / 375);
        max-width: calc(100vw * 142 / 375);
        width: 100%;
    }
    .bg-shape.green-circle {
        left: calc(100vw * -36  / 375);
        bottom: calc(100vw * 148  / 375);
        max-width: calc(100vw * 241  / 375);
        width: 100%;
    }
    .mv_area .logo.efila {
        position: absolute;
        left: auto;
        right: calc(100vw * 25  / 375);
        top: calc(100vw * 324  / 375);
        max-width: calc(100vw * 151  / 375);
    }
}

/* =================================
INFORMATION
================================= */


.info__top_box {
    position: relative;
    padding-top: 12.7rem;
    padding-bottom: 24.8rem;
    background-color: #FDFD60;
}

.info_ttl__box {
    max-width: 68.9rem;
    margin: 0 auto 5.43rem;
    width: 100%;
    position: relative;
}

.info_ttl__box .sp {
    display: none;
}

.info_obj {
    right: 4.7rem;
    max-width: 6.6rem;
    top:4.5rem;
    position: absolute;
    width: 100%;
}

.information_area h3 {
    max-width: 68.9rem;
    width: 100%;
    margin: 0 auto;
}

.info_bnr__box {
    position: relative;
    z-index: 2;
}

.info_bnr__box .flex_box {
    gap: 0 2.4rem;
    justify-content: center;
}


.info_bnr {
    max-width: 51.6rem;
    width: 100%;
}

.info_bnr img {
    box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.16);
}

.info__top_obj {
    position: absolute;
    bottom: 14.1rem;
    left: 11.3rem;
    max-width: 8.4rem;
    width: 100%;
}

.info__top_img {
    position: absolute;
    max-width: 37.1rem;
    width: 100%;
    right: 0;
    bottom: -80px;
    z-index: 3;
}

.family__img {
    max-width: 45.6rem;
    width: 100%;
    left: 50%;
    transform: translateX(-50%) scale(1); /* ← 初期状態 */
    margin: 0 auto 0;
    position: absolute;
    z-index: 2;
    top: -23.5rem;
}

.info__bottom_box h4 {
    max-width: 38rem;
    margin-left: 7.4rem;
    padding-top: 5.4rem;
    width: 100%;
    position: relative;
    z-index: 3;
}

.info__bottom_box {
    width: 100%;
    position: relative;
}

.info__circle_photo {
    width: 100%;
    max-width: 118.3rem;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -3.4rem;
}

.info__bottom_bg {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: -2;
}

.info__bnr_txt_box {
    position: relative;
    z-index: 2;
}

.info__bnr_lists {
    position: relative;
}

.info__bnr_box {
    position: relative;
    z-index: 100;
    padding-bottom: 5rem;
}

.info__bnr_list {
    position: relative;
    max-width: 38.5rem;
    width: 100%;
}

.info__bnr_list:first-child {
    margin: -220px auto 0;
}
.info__bnr_list:first-child .bnr-icon {
    content: '';
    position: absolute;
    right: -8.6rem;
    top: 9rem;
    max-width: 8.5rem;
    width: 100%;
    height: 6.6rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/top/info-about-icon.svg');
}
.info__bnr_list:nth-child(2) .bnr-icon {
    content: '';
    position: absolute;
    right: -6.3rem;
    top: 26.4rem;
    max-width: 8.7rem;
    width: 100%;
    height: 5.4rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/top/info-staff-icon.svg');
}

.info__bnr_list:nth-child(3) .bnr-icon {
    content: '';
    position: absolute;
    right: -8rem;
    top: 21rem;
    max-width: 8rem;
    width: 100%;
    height: 9.8rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/top/info-message-icon.svg');
}


.info__bnr_list:last-child .bnr-icon {
    content: '';
    position: absolute;
    right: -11rem;
    top: 20.7rem;
    max-width: 10.3rem;
    width: 100%;
    height: 9.7rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/top/info-talk-icon.svg');
}


.info__bnr_list:last-child {
    margin: 115px auto 0;
}

.info__bnr_list:nth-child(2) {
    position: absolute;
    right: 6.9rem;
    top: 18.8rem;
}

.info__bnr_list:nth-child(3) {
    position: absolute;
    left: 7.4rem;
    top: 32rem;
}

.info__bnr_txt_box {
    position: absolute;
    width: 100%;
    z-index: 100;
    bottom: 3.7rem;
    left: 50%;
    transform: translateX(-50%);
}

.info__bnr_txt_box h4 {
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
    max-width: 25.2rem;
    width: 100%;
    display: table;
    margin: 0 auto 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #333333;
    color: #333333;
    text-align: center;
    letter-spacing: 0.025em;
}

.info__bnr_txt_box h4::before {
    position: absolute;
    right: 0;
    width: 2.4rem;
    height: 2.4rem;
    content: '';
    bottom: -3.8rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/top/info-bnr-arrow.svg');
}

.info__bnr_txt_box h4::after {
    content: '';
    position: absolute;
    bottom: -0.6rem;
    right: 0;
    border: 0.1rem solid #333333;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50% 50%;
    display: block;
}

.info__bnr_txt_box h3 {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
}

.info__bnr_txt_box .en {
    max-width: 17.9rem;
    width: 100%;
    margin: 1.8rem auto 0;
}

.info__bnr_list:nth-child(2) .info__bnr_txt_box .en {
    max-width: 22.1rem;
    width: 100%;
    margin: 1.8rem auto 0;
}

.info__bnr_list:nth-child(3) .info__bnr_txt_box .en {
    max-width: 24.7rem;
    width: 100%;
    margin: 1.8rem auto 0;
}

.info__bnr_list:nth-child(4) .info__bnr_txt_box .en {
    max-width: 29.8rem;
    width: 100%;
    margin: 1.8rem auto 0;
}
.info__bnr_list .info__bnr_num {
    z-index: 100;
}
.info__bnr_list:first-child .info__bnr_num {
    max-width: 5.1rem;
    display: block;
    position: absolute;
    width: 100%;
    top: 2.5rem;
    right: 3rem;
}

.info__bnr_list:nth-child(2) .info__bnr_num {
    max-width: 7.1rem;
    display: block;
    position: absolute;
    width: 100%;
    top: 2.5rem;
    right: 3rem;
}

.info__bnr_list:nth-child(3) .info__bnr_num {
    max-width: 6.9rem;
    display: block;
    position: absolute;
    width: 100%;
    top: 2.5rem;
    right: 3rem;
}

.info__bnr_list:last-child .info__bnr_num {
    max-width: 7rem;
    display: block;
    position: absolute;
    width: 100%;
    top: 2.5rem;
    right: 3rem;
}

.life-moves-txt {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    padding-top: 5.6rem;
    padding-bottom: 4.9rem;
    position: relative;
    z-index: 100;
    width: 100%;
}

.life-moves-img {
    max-width: 34.7rem;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 13.7rem;
}

.people-img {
    position: absolute;
    max-width: 35.4rem;
    width: 100%;
    right: 2rem;
    bottom: 14.1rem;
}

.family__img.sp {
    display: none;
}

.loop-text {
    display: flex;
    width: max-content;
    animation: loopLeft 20s linear infinite;
    gap: 10.8rem;
}
.loop-text span {
    font-size: 0;
}
.loop-text span {
    display: inline-block;
    width: 67.1rem;
    font-size: 10rem;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px #333;
    white-space: nowrap;
}
@keyframes loopLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-67.1rem - 10.8rem));
    }
}
@media screen and (max-width: 768px) {
    .info__bottom_box {
        z-index: 3000;
        margin-top: 0;
        background-size: 100% 1656px;
        background-repeat: no-repeat;
        background-position: top center;
        background-image: url('../images/top/info-photo-circle-sp.png');
    }

    .info__top_box {
        position: relative;
        padding-top: 157px;
        padding-bottom: 162px;
        background-color: #FDFD60;
    }

    .info_ttl__box {
        max-width: 305px;
        margin: 0 auto 22px;
        width: 100%;
        position: relative;
    }

    .info_ttl__box .pc {
        display: none;
    }

    .info_ttl__box .sp {
        display: block;
    }

    .info_obj {
        right: 60px;
        max-width: 42px;
        top: 50px;
        transform: translateY(0);
        position: absolute;
        width: 100%;
    }

    .info_bnr__box .flex_box {
        gap: 0 2.4rem;
        display: block;
        justify-content: center;
    }

    .info_bnr {
        padding: 0 42px;
        max-width: 100%;
        width: 100%;
    }

    .info_bnr+.info_bnr {
        margin-top: 21px;
    }

    .info_bnr img {
        box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.16);
    }

    .family__img.pc {
        display: none;
    }

    .family__img.sp {
        display: block;
    }

    .family__img {
        top: 0;
        margin-top: 38px;
        left: auto;
        transform: translateX(0);
        max-width: 292px;
        width: 100%;
        z-index: 100;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .info__top_obj {
        position: absolute;
        top: auto;
        bottom: 300px;
        left: 17px;
        max-width: 53px;
        width: 100%;
        font-size: 0;
    }

    .info__top_img {
        position: absolute;
        max-width: 237px;
        width: 100%;
        right: 0;
        bottom: 62px;
        z-index: 3;
    }

    .info__bottom_box>h4 {
        top: -110px;
        max-width: 187px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0;
        margin-bottom: 42px;
        width: 100%;
        position: relative;
        z-index: 3000;
        display: block;
    }

    .info__circle_photo {
        display: none;
    }

    .info__bottom_bg {
        display: none;
    }

    .info__bnr_list {
        max-width: 254px;
        width: 100%;
        z-index: 100;
    }

    .info__bnr_list:first-child {
        margin: 0 auto 0;
    }

    .info__bnr_txt_box h3 {
        font-size: 16px;
        line-height: 1;
        font-weight: 500;
        color: #fff;
        text-align: center;
        letter-spacing: 0.05em;
    }

    .info__bnr_txt_box h4 {
        position: relative;
        font-size: 14px;
        line-height: 1;
        font-weight: 500;
        max-width: 178px;
        width: 100%;
        display: table;
        margin: 0 auto 10px;
        padding-bottom: 4px;
        border-bottom: 1.5px solid #333333;
        color: #333333;
        text-align: center;
        letter-spacing: 0.025em;
    }

    .info__bnr_txt_box .en {
        max-width: 121px;
        width: 100%;
        font-size: 0;
        margin: 10px auto 0;
    }

    .info__bnr_list:nth-child(2) .info__bnr_txt_box .en {
        max-width: 149px;
        width: 100%;
        margin: 10px auto 0;
    }

    .info__bnr_list:nth-child(3) .info__bnr_txt_box .en {
        max-width: 201px;
        width: 100%;
        margin: 10px auto 0;
    }

    .info__bnr_list:nth-child(4) .info__bnr_txt_box .en {
        max-width: 167px;
        width: 100%;
        margin: 10px auto 0;
    }

    .info__bnr_txt_box {
        position: absolute;
        width: 100%;
        z-index: 100;
        bottom: 19px;
        left: 50%;
        transform: translateX(-50%);
    }

    .info__bnr_txt_box h4::before {
        position: absolute;
        right: 0;
        width: 16px;
        height: 16px;
        content: '';
        bottom: -29px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../images/top/info-bnr-arrow.svg);
    }

    .info__bnr_txt_box h4::after {
        content: '';
        position: absolute;
        bottom: -4px;
        right: 0;
        border: 0.5px solid #333333;
        width: 3px;
        height: 3px;
        border-radius: 50% 50%;
        display: block;
    }

    .info__bnr_list:first-child .info__bnr_num {
        max-width: 34px;
        display: block;
        position: absolute;
        width: 100%;
        top: 24px;
        right: 10px;
    }

    .info__bnr_list:nth-child(2) .info__bnr_num {
        max-width: 47px;
        display: block;
        position: absolute;
        width: 100%;
        top: 20px;
        right: 0;
    }

    .info__bnr_list:nth-child(3) .info__bnr_num {
        max-width: 46px;
        display: block;
        position: absolute;
        width: 100%;
        top: 25px;
        right: 0;
    }

    .info__bnr_list:last-child .info__bnr_num {
        max-width: 46px;
        display: block;
        position: absolute;
        width: 100%;
        top: 20px;
        right: 0;
    }
    .info__bnr_list:first-child .bnr-icon {
        content: '';
        position: absolute;
        right: -45px;
        top: 164px;
        max-width: 53px;
        width: 100%;
        height: 42px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/top/info-about-icon.svg);
    }

    .info__bnr_list:nth-child(2) .bnr-icon {
        content: '';
        position: absolute;
        right: -40px;
        top: 179px;
        max-width: 55px;
        width: 100%;
        height: 34px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/top/info-staff-icon.svg);
    }
    .info__bnr_list:nth-child(3) .bnr-icon {
        content: '';
        position: absolute;
        right: -39px;
        top: 153px;
        max-width: 51px;
        width: 100%;
        height: 9.8rem;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/top/info-message-icon.svg);
    }

    .info__bnr_list:last-child .bnr-icon {
        content: '';
        position: absolute;
        right: -39px;
        top: 164px;
        max-width: 49px;
        width: 100%;
        height: 46px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/top/info-talk-icon.svg);
    }


    .info__bnr_list:nth-child(2) {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .info__bnr_list:nth-child(3) {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .info__bnr_list:last-child {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .life-moves-img {
        max-width: 223px;
        margin-top: -18px;
        width: 100%;
        margin-bottom: 205px;
        position: relative;
        left: 0;
        bottom: auto;
    }

    .info__bnr_box {
        margin-top: -110px;
        padding-bottom: 30px;
    }

    .people-img {
        position: absolute;
        max-width: 237px;
        width: 100%;
        right:0;
        left:0;
        margin:auto;
        bottom: 70px;
        z-index: 1000;
    }

    .life-moves-txt {
        padding-left: 20px;
        padding-right: 0;
        padding-top: 209px;
        width: 553px;
        padding-bottom: 37px;
        position: relative;
        z-index: 100;
    }
    .loop-text {
        display: flex;
        width: max-content;
        animation: loopLeft 30s linear infinite;
        gap: 50px;
    }
    .loop-text span {
        display: inline-block;
        width: 318px;
        font-size: 0;
        font-weight: bold;
        color: transparent;
        -webkit-text-stroke: 1px #333;
        white-space: nowrap;
    }
}


/* =================================
block エリア
================================= */
.block_area {
    position: relative;
    z-index: 100;
}

.block_lists .flex_box {
    display: flex;
    flex-wrap: wrap;
}

.block_list {
    width: 33.33333%;
    position: relative;
    padding: 3.2rem 0 0;
}

.block_list:first-child {
    background-color: #D9E14A;
}

.block_list:first-child .icon {
    max-width: 7.9rem;
    width: 100%;
    top: calc(50% - 1.5rem);
    position: absolute;
    right: 4.2rem;
    transform: translateY(-50%);
}

.block_list:nth-child(2) {
    background-color: #64BFAA;
}

.block_list:nth-child(2) .icon {
    max-width: 6.8rem;
    width: 100%;
    top: calc(50% - 1.3rem);
    position: absolute;
    right: 4.3rem;
    transform: translateY(-50%);
}

.block_list:nth-child(3) {
    background-color: #7C9FD3;
}

.block_list:nth-child(3) .icon {
    max-width: 6.5rem;
    width: 100%;
    top: calc(50% - 1.2rem);
    position: absolute;
    right: 4.4rem;
    transform: translateY(-50%);
}

.block_list:nth-child(4) {
    background-color: #ED848C;
}

.block_list:nth-child(4) .icon {
    max-width: 7rem;
    width: 100%;
    top: 13.6rem;
    position: absolute;
    left: 3.8rem;
    top: calc(50% - 1.1rem);
    transform: translateY(-50%);
}

.block_list:nth-child(5) {
    background-color: #F8C058;
}

.block_list:nth-child(5) .icon {
    max-width: 7.5rem;
    width: 100%;
    top: calc(50% - 1.25rem);
    transform: translateY(-50%);
    position: absolute;
    left: 4rem;
}

.block_list:nth-child(6) {
    background-color: #D9E14A;
}

.block_list:nth-child(6) .icon {
    max-width: 7.2rem;
    width: 100%;
    top: calc(50% - 1rem);
    transform: translateY(-50%);
    position: absolute;
    left: 3.4rem;
}

.block_list:nth-child(7) {
    background-color: #64BFAA;
}

.block_list:nth-child(7) .icon {
    max-width: 7rem;
    width: 100%;
    top: calc(50% - 1.4rem);
    transform: translateY(-50%);
    position: absolute;
    right: 4.3rem;
}

.block_list:nth-child(8) {
    background-color: #7C9FD3;
}

.block_list:nth-child(8) .icon {
    max-width: 6.5rem;
    width: 100%;
    top: calc(50% - 1rem);
    transform: translateY(-50%);
    position: absolute;
    right: 3.5rem;
}

.block_list:nth-child(9) {
    background-color: #ED848C;
}

.block_list:nth-child(9) .icon {
    max-width: 8.7rem;
    width: 100%;
    top: calc(50% - 0.85rem);
    transform: translateY(-50%);
    position: absolute;
    right: 4.2rem;
}

.block_list h3 {
    white-space: nowrap;
    position: absolute;
    bottom: 3.3rem;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    left: 50%;
    transform: translateX(-50%);
}

.block_list h4 img {
    height: 4.25rem;
    font-size: 0;
    max-height: 4.25rem;
    position: relative;
    z-index: 2;
}

.block_img {
    margin-top: -1.5rem;
    padding: 0;
    max-width: 30.3rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.block_img img {
    vertical-align: bottom;
}

.block_list .arrow {
    position: absolute;
    right: 2.3rem;
    bottom: 1.3rem;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #333333;
}

.block_list .arrow img {
    max-width: 1.1rem;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .block_lists .flex_box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .block_list {
        width: 50%;
        position: relative;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-top: calc(100vw * 13.7 / 375);
    }

    .block_list h4 img {
        height: calc(100vw * 17.5 / 375);
        font-size: 0;
        max-height: calc(100vw * 17.5 / 375);
        position: relative;
        z-index: 2;
    }

    .block_list h4 {
        font-size: 0;
        margin-bottom: calc(100vw * -5 / 375);
    }

    .block_img {
        padding: 0 calc(100vw * 27 / 375);
        margin-top: 0;
    }

    .block_list h3 {
        white-space: nowrap;
        position: absolute;
        bottom: calc(100vw * 16 / 375);
        font-size: calc(100vw * 12 / 375);
        letter-spacing: 0.05em;
        font-weight: 500;
        left: 50%;
        transform: translateX(-50%);
    }

    .block_list .arrow {
        position: absolute;
        right: calc(100vw * 6.5 / 375);
        bottom: calc(100vw * 7.8 / 375);
        width: calc(100vw * 14.5 / 375);
        height: calc(100vw * 14.5 / 375);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #333333;
    }

    .block_list .arrow img {
        max-width: calc(100vw * 6.5 / 375);
        width: 100%;
    }

    .block_list .icon {
        font-size: 0;
    }

    .block_lists {
        background: linear-gradient(to right, #D9E14A 50%, #F8C058 50%);
    }

    .block_list:first-child .icon {
        max-width: calc(100vw * 33 / 375);
        width: 100%;
        top:calc(50% - 100vw * 5 / 375);
        position: absolute;
        right: calc(100vw * 17 / 375);
        left: auto;
        transform: translateY(-50%);
    }

    .block_list:nth-child(2) .icon {
        max-width: calc(100vw * 27 / 375);
        width: 100%;
        position: absolute;
        right: calc(100vw * 14 / 375);
        transform: translateY(-50%);
        top:calc(50% - 100vw * 6.5 / 375);
    }

    .block_list:nth-child(3) .icon {
        max-width: calc(100vw * 28 / 375);
        width: 100%;
        top:calc(50% - 100vw * 5 / 375);
        position: absolute;
        right: auto;
        left:calc(100vw * 14 / 375);
        transform: translateY(-50%);
    }

    .block_list:nth-child(4) .icon {
        max-width: calc(100vw * 28 / 375);
        width: 100%;
        top:calc(50% - 100vw * 6 / 375);
        transform: translateY(-50%);
        position: absolute;
        left:calc(100vw * 11 / 375);
    }

    .block_list:nth-child(5) .icon {
        max-width: calc(100vw * 28 / 375);
        width: 100%;
        top:calc(50% - 100vw * 5.5 / 375);
        transform: translateY(-50%);
        position: absolute;
        left:calc(100vw * 11 / 375);
    }

    .block_list:nth-child(6) .icon {
        max-width: calc(100vw * 30 / 375);
        width: 100%;
        top:calc(50% - 100vw * 5 / 375);
        transform: translateY(-50%);
        position: absolute;
        left:calc(100vw * 10 / 375);
    }

    .block_list:nth-child(7) .icon {
        max-width: calc(100vw * 27 / 375);
        width: 100%;
        top:calc(50% - 100vw * 6.5 / 375);
        transform: translateY(-50%);
        position: absolute;
        right: calc(100vw * 14 / 375);
    }

    .block_list:nth-child(8) .icon {
        max-width: calc(100vw * 28 / 375);
        width: 100%;
        top:calc(50% - 100vw * 6.5 / 375);
        transform: translateY(-50%);
        position: absolute;
        right: calc(100vw * 10 / 375);
    }

    .block_list:nth-child(9) .icon {
        max-width: calc(100vw * 39 / 375);
        width: 100%;
        top:calc(50% - 100vw * 6 / 375);
        transform: translateY(-50%);
        position: absolute;
        right: calc(100vw * 9 / 375);
    }
}

@media screen and (max-width: 480px) {

    .block_list h3 {
        white-space: nowrap;
        position: absolute;
        bottom: 7%;
        font-size: 12px;
        letter-spacing: 0.05em;
        font-weight: 500;
        left: 50%;
        transform: translateX(-50%);
    }

}

/* =================================
BLOG エリア
================================= */
.blog_area {
    padding-top: 6.9rem;
    margin-bottom: 9.3rem;
    background-color: #fff;
}

.blog_ttl__box {
    width: auto;
    display: table;
    margin: 0 auto;
    position: relative;
    margin-bottom: 6.6rem;
}

.blog_ttl {
    max-width: 52.8rem;
    width: 100%;
    margin: 0 auto 3.5rem;
}

.blog_ttl img.en {
    max-width: 52.8rem;
    width: 100%;
    margin: 0 auto;
}

.blog_ttl img.ja {
    max-width: 18rem;
    width: 100%;
    z-index: 1000;
    position: absolute;
    right: auto;
    left: calc(50% - 22px);
    transform: translateX(-50%);
    top:4.2rem;
    bottom: auto;
    margin: 0 auto;
}


.blog_ttl__box h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.blog__left_icon {
    max-width: 8.4rem;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: -15.7rem;
}

.blog__right_icon {
    max-width: 6.6rem;
    width: 100%;
    position: absolute;
    right: -11rem;
    bottom: 2.7rem;
}

.blog__slide {
    margin-bottom: 4.4rem;
    padding: 0 2.3rem;
    box-sizing: content-box;
    overflow: visible;
}

.blog__slide_img {
    margin-bottom: 1.8rem;
}

.blog__slide_date {
    display: table;
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.05em;
    position: relative;
    border-bottom: 0.15rem #333333 solid;
    font-family: "Urbanist", serif;
}

.blog__slide_date::after {
    content: '';
    position: absolute;
    bottom: -0.4rem;
    right: 0;
    border: 0.05rem solid #333333;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50% 50%;
    display: block;
}

.blog__slide_list h4 {
    font-weight: 400;
    margin-top: 0.9rem;
}

/* 矢印ボタン共通 */
.blog__slide .swiper-button-prev,
.blog__slide .swiper-button-next {
    top: calc(50% - 2.5rem);
    transform: translateY(-50%);
    width: 6.4rem;
    height: 6.4rem;
    z-index: 10;
    position: absolute;
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 左端に */
.blog__slide .swiper-button-prev {
    left: 3.4rem;
}

/* 右端に */
.blog__slide .swiper-button-next {
    right: 3.4rem;
}

/* Swiperのデフォルト矢印は消す */
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
    content: none;
}

/* 矢印画像のサイズ */
.swiper-button-prev img,
.swiper-button-next img {
    width: 6.4rem;
    height: 6.4rem;
}

.more_btn {
    display: table;
    margin: 0 auto;
}

.more_btn a {
    display: flex;
}

.more_btn .check_wrap {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.more_btn .check_wrap span.txt {
    background-color: #333333;
    color: #fff;
    border: 1px solid #333333;
    padding: 1.1rem 4.5rem 1.5rem 1.8rem;
    font-size: 2.2rem;
    display: block;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-right: -0.5rem;
    position: relative;
    z-index: 100;
    transition: 0.4s;
}

.more_btn .check_wrap span.circle {
    width: 4.2rem;
    height: 4.2rem;
    background-color: #333333;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    transition: 0.4s;
    justify-content: center;
    position: relative;
    z-index: 1000;
}

.more_btn .check_wrap span.circle span {
    width: 4.2rem;
    height: 4.2rem;
    background-color: #fff;
    border: 1px solid #333333;
    display: block;
    border-radius: 50% 50%;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.more_btn .circle_wrap {
    position: relative;
}

.more_btn .check_wrap span.circle_bg {
    background-color: #333333;
    position: absolute;
    left: -0.6rem;
    top: -0.6rem;
    content: '';
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 50% 50%;
    display: block;
    transition: 0.4s;
}

.more_btn span img {
    width: 1rem;
    height: 1rem;
    display: block;
}

.blog__gallery_box {
    position: relative;
    padding-top: 11.5rem;
}

.gallery_icon_01 {
    max-width: 8rem;
    width: 100%;
    position: absolute;
    left: 13.1rem;
    top: -3.7rem;
    z-index: 100;
}

.gallery_icon_02 {
    max-width: 8.1rem;
    width: 100%;
    position: absolute;
    left: 29rem;
    top: 0;
    z-index: 100;
}

.gallery_icon_03 {
    max-width: 7.2rem;
    width: 100%;
    position: absolute;
    right: 38.2rem;
    top: 5.8rem;
    z-index: 100;

}

.gallery_icon_04 {
    max-width: 8.8rem;
    width: 100%;
    position: absolute;
    right: 13.1rem;
    top: 0;
    z-index: 100;
}

.gallery__bottom_box {
    margin-top: 4rem;
}

.gallery__top_box {
    overflow: hidden;
}

.gallery-list img {
    width: 100%;
    display: block;
}

.gallery-list {
    max-width: 30rem;
    width: 100%;
    margin-right: 2.4rem;
}

.blog_ttl {
    display: table;
    position: relative;
}

.blog_ttl .sp {
    display: none
}

@media screen and (min-width: 769px) {
    .swiper-slide.blog__slide_list {
        width: 40.8rem !important;
        flex-shrink: 0;
    }
}

@media screen and (max-width: 768px) {
    .blog_area {
        padding-top: 66px;
        background-color: #fff;
        margin-bottom: 104px;
    }

    .blog__slide {
        margin-bottom: 41px;
    }

    .blog_ttl {
        max-width: 100%;
        width: auto;
        margin: 0 auto 23px;
    }

    .blog_ttl .pc {
        display: none;
    }

    .blog_ttl .sp {
        display: block;
    }

    .blog_ttl img.en {
        max-width: 158px;
        width: 100%;
        margin: 0 auto;
    }

    .blog_ttl img.ja {
        max-width: 112px;
        width: 100%;
        position: absolute;
        left: auto;
        transform: translateX(0);
        right: -92px;
        bottom: -20px;
        margin: 0 auto;
        top:auto;
    }

    .blog_ttl__box h3 {
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.05em;
    }

    .blog__left_icon {
        max-width: 43px;
        width: 100%;
        bottom: 31px;
        position: absolute;
        left: 30px;
    }

    .blog__right_icon {
        max-width: 37px;
        width: 100%;
        position: absolute;
        right: 25px;
        bottom: 71px;
    }

    .blog_ttl__box {
        width: auto;
        display: table;
        margin: 0 auto;
        position: relative;
        margin-bottom: 36px;
    }

    .swiper {
        overflow: visible;
    }

    .swiper-slide {
        width: calc(100vw - 99px) !important;
        /* ← 29pxチラ見せをspaceBetween込みで実現 */
        box-sizing: border-box;
    }

    .blog__slide_list h4 {
        font-weight: 400;
        margin-top: 7px;
        font-size: 16px;
    }

    .blog__slide_img {
        margin-bottom: 12px;
    }

    .blog__slide_date {
        display: table;
        font-size: 14px;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 0.05em;
        position: relative;
        border-bottom: 1.5px #333333 solid;
        font-family: "Urbanist", serif;
    }

    .blog__slide_date::after {
        content: '';
        position: absolute;
        bottom: -4px;
        right: 0;
        border: 1px solid #333333;
        width: 3px;
        height: 3px;
        border-radius: 50% 50%;
        display: block;
    }

    .more_btn .check_wrap span.txt {
        background-color: #333333;
        color: #fff;
        border: 1px solid #333333;
        padding: 12px 34px 12px 12px;
        font-size: 14px;
        display: block;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.05em;
        margin-right: 0;
        position: relative;
        z-index: 100;
        transition: 0.4s;
    }

    .more_btn .check_wrap span.circle {
        width: 28px;
        height: 28px;
        background-color: #333333;
        border-radius: 50% 50%;
        display: flex;
        align-items: center;
        transition: 0.4s;
        justify-content: center;
        position: relative;
        z-index: 1000;
    }

    .more_btn .check_wrap span.circle span {
        width: 28px;
        height: 28px;
        background-color: #fff;
        border: 1px solid #333333;
        display: block;
        border-radius: 50% 50%;
        transition: 0.4s;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .more_btn .check_wrap span.circle_bg {
        background-color: #333333;
        position: absolute;
        left: -6px;
        top: -6px;
        content: '';
        width: 40px;
        height: 40px;
        border-radius: 50% 50%;
        display: block;
        transition: 0.4s;
    }

    .gallery_icon_01 {
        max-width: 50px;
        width: 100%;
        position: absolute;
        left: 17px;
        top: 52px;
        z-index: 100;
    }

    .gallery_icon_02 {
        max-width: 50px;
        width: 100%;
        position: absolute;
        left: 93px;
        top: 74px;
        z-index: 100;
    }

    .gallery_icon_03 {
        max-width: 45px;
        width: 100%;
        position: absolute;
        right: 103px;
        top: auto;
        bottom: -66px;
        z-index: 100;
    }

    .gallery_icon_04 {
        max-width: 55px;
        width: 100%;
        position: absolute;
        right: 15px;
        top: auto;
        bottom: -98px;
        z-index: 100;
    }

    .blog__gallery_box {
        position: relative;
        padding-top: 153px;
    }

    .gallery__top_box .slick-track,
    .gallery__bottom_box .slick-track {
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    .gallery__top_box .slick-slide,
    .gallery__bottom_box .slick-slide {
        width: 217px !important;
        /* ← 固定 */
        flex: 0 0 auto;
        margin-right: 17px;
        /* ← チラ見せ調整 */
        box-sizing: border-box;
    }

    .gallery-list {
        width: 100% !important;
        /* 内部画像が100%でフィット */
    }

    .gallery__top_box,
    .gallery__bottom_box {
        overflow-x: hidden;
    }

    .gallery__bottom_box {
        margin-top: 11px;
    }

    .blog__slide .swiper-button-prev {
        left: 17px;
    }

    .blog__slide .swiper-button-next {
        right: 17px;
    }

    .blog__slide .swiper-button-prev,
    .blog__slide .swiper-button-next {
        top: calc(50% - 25px);
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        z-index: 10;
        position: absolute;
        background: none;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .swiper-button-prev img,
    .swiper-button-next img {
        width: 40px;
        height: 40px;
    }
    .more_btn span img {
        width: 7px;
        height: 7px;
        display: block;
    }
}

/* ベース構成：このCSSをもとに影と連結を整えます */

/*
.more_btn {
    display: table;
    margin: 0 auto;
  }
  
  .more_btn a {
    display: flex;
  }
  
  .more_btn .check_wrap {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
  }
  
  .more_btn .check_wrap span.txt {
    background-color: #fff;
    color: #000;
    border: 1px solid #707070;
    padding: 1.1rem 4.5rem 1.5rem 1.8rem;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 100;
    transition: 0.4s;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
  }
  
  .more_btn .circle_wrap {
    position: relative;
  }
  
  .more_btn .check_wrap span.circle {
    width: 5.4rem;
    height: 5.4rem;
    margin-right: -0.5rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1000;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
    
    -webkit-mask-image: radial-gradient(circle at center, transparent 40%, black 41%);
    mask-image: radial-gradient(circle at center, transparent 40%, black 41%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  
  .recruit_more.more_btn .check_wrap span.circle span {
    width: 4.2rem;
    height: 4.2rem;
    background-color: transparent;
    border: 1px solid #707070;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1100;
    overflow: visible;
  }
  
  .more_btn span img {
    width: 1rem;
    height: 1rem;
    display: block;
    z-index: 1200;
    position: relative;
  }
  
  .more_btn .check_wrap span.circle_bg {
    background-color: transparent;
    border: 1px solid #707070;
    position: absolute;
    left: -0.1rem;
    top: -0.1rem;
    width: calc(5.4rem + 0.2rem);
    height: calc(5.4rem + 0.2rem);
    border-radius: 50%;
    display: block;
    transition: 0.4s;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
    z-index: 0;
  }
  
  */
