@charset "UTF-8";

@charset "UTF-8";

/* mv */
#mv_outer {
    background: url("/common/upload_data/recruit-spread-grpcojp/image/mv_bg.png");
    z-index: 0;
}

#mv_outer::before,
#mv_outer::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    height: 100%;
}

#mv_outer::before {
    width: 40%;
    left: 0;
    background: var(--i_yellow_color);
    clip-path: polygon(0 0, 100% 0%, 100% 0%, 0% 0%);
    transition: clip-path 0.6s ease-in-out;
}

#mv_outer.active::before {
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

#mv_outer::after {
    width: 38%;
    right: 0;
    background: var(--i_main_color);
    clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0);
    transition: clip-path 0.6s ease-in-out 0.5s;
    z-index: -1;
}

#mv_outer.active::after {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 41% 100%);
}

#mv_inner {
    position: relative;
    z-index: 0;
    padding-bottom: 40px;
}

#mv_inner::before,
#mv_inner::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    bottom: 0;
    left: 0;
}

#mv_inner::before {
    background: url("/common/upload_data/recruit-spread-grpcojp/image/mv_bgl.png"), url("/common/upload_data/recruit-spread-grpcojp/image/mv_bgr.png");
    background-repeat: no-repeat;
    background-position: bottom left, top right;
    background-size: clamp(200px, 28vw, 600px), clamp(300px, 40vw, 800px);
    height: 100%;
}

#mv_inner::after {
    height: 100px;
    background: var(--i_bg_color);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    bottom: 0;
    z-index: 1;
}

#mv_inner .flex:first-of-type {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1900px;
    width: 100%;
    height: 100%;
    min-height: 550px;
    margin: 0 auto;
}

#mv_inner .flex:first-of-type figure:not(:nth-of-type(2)) {
    width: 34%;
    min-width: 360px;
    text-align: left;
    z-index: 1;
}

#mv_inner .flex:first-of-type figure:nth-of-type(2) {
    position: absolute;
    width: 53%;
    max-width: 953px;
    min-width: 560px;
    bottom: 0;
    left: 50%;
    transform: translateX(-46%);
    text-align: center;
}

#mv_inner .flex:first-of-type figure:last-of-type {
    width: 32%;
    min-width: 330px;
    text-align: right;
}

#mv_inner .flex:first-of-type figure:first-of-type img {
    top: 35px;
    left: 50px;
    position: relative;
}

#mv_inner .flex:first-of-type figure:nth-of-type(2) img {
    top: 110px;
    position: relative;
}

#mv_inner .flex:first-of-type figure:first-of-type,
#mv_inner .flex:first-of-type figure:last-of-type,
#mv_inner .flex:first-of-type figure:nth-of-type(2) {
    opacity: 0;
}

#mv_outer.active #mv_inner .flex:first-of-type figure:first-of-type {
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(0.55, 0.15, 0.35, 1.25) 0.7s;
}

#mv_outer.active #mv_inner .flex:first-of-type figure:last-of-type {
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(0.55, 0.15, 0.35, 1.25) 1.2s;
}

#mv_outer.active #mv_inner .flex:first-of-type figure:nth-of-type(2) {
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(0.55, 0.15, 0.35, 1.25) 1.7s;
}

#mv_inner .flex:first-of-type figure img {
    opacity: 0;
    transform: translateY(50px) scale(0.95);
}

#mv_outer.active #mv_inner .flex:first-of-type figure:first-of-type img {
    transition: all 0.6s cubic-bezier(0.55, 0.15, 0.35, 1.25) 0.7s;
}

#mv_outer.active #mv_inner .flex:first-of-type figure:last-of-type img {
    transition: all 0.6s cubic-bezier(0.55, 0.15, 0.35, 1.25) 1.2s;
}

#mv_outer.active #mv_inner .flex:first-of-type figure:nth-of-type(2) img {
    transition: all 0.6s cubic-bezier(0.55, 0.15, 0.35, 1.25) 1.7s;
}

#mv_outer.active #mv_inner .flex:first-of-type figure img {
    opacity: 1;
    transform: translateY(0) scale(1);
}

#mv_inner .flex+div {
    position: relative;
    width: calc(100% - 20px);
    max-width: 1810px;
    margin: 0 auto;
    z-index: 1;
}

#mv_inner .txt {
    position: absolute;
    left: 0;
    bottom: 100px;
}

#mv_inner .txt h1 {
    font-weight: bold;
    font-size: clamp(2.5rem, 4vw, 6.5rem);
    display: flex;
    align-items: self-end;
    line-height: 1.2;
    margin-bottom: 20px;
}

#mv_inner .txt h1 span:first-of-type {
    font-size: clamp(4rem, 6vw, 10rem);
    background: linear-gradient(to right, var(--i_blue_color), var(--i_blue_color));
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    letter-spacing: -0.8em;
    opacity: 0;
    color: transparent;
    padding: 3px 15px 0;
}

#mv_inner .txt h1 span:last-of-type {
    background: var(--i_main_color);
    background: linear-gradient(to right, var(--i_main_color), var(--i_main_color));
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    letter-spacing: -0.8em;
    opacity: 0;
    color: transparent;
    padding: 5px 0 4px 15px;
}

#mv_outer.active #mv_inner .txt h1 span:first-of-type,
#mv_outer.active #mv_inner .txt h1 span:last-of-type {
    background-size: 100% 100%;
    letter-spacing: 0;
    opacity: 1;
    color: var(--i_bg_color);
}

#mv_outer.active #mv_inner .txt h1 span:first-of-type {
    transition: background-size 0.5s cubic-bezier(0.7, 0, 0.3, 1) 2s, letter-spacing 0.8s cubic-bezier(0.7, 0, 0.3, 1) 2.3s, opacity 0.2s ease-out 2.4s, color 0.2s ease-out 2.4s;
}

#mv_outer.active #mv_inner .txt h1 span:last-of-type {
    transition: background-size 0.5s cubic-bezier(0.7, 0, 0.3, 1) 2.5s, letter-spacing 0.8s cubic-bezier(0.7, 0, 0.3, 1) 2.8s, opacity 0.2s ease-out 2.9s, color 0.2s ease-out 2.9s;
}

#mv_inner .txt p {
    font-weight: 900;
    font-size: clamp(1.8rem, 2.5vw, 4.5rem);
    display: inline-block;
    background: var(--i_bg_color);
    padding: 10px 15px 8px;
    line-height: 1.4;
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    letter-spacing: -0.2em;
    opacity: 0;
    color: transparent;
}

#mv_outer.active #mv_inner .txt p {
    background-size: 100% 100%;
    letter-spacing: 0;
    opacity: 1;
    color: var(--i_txt_color);
    transition: background-size 0.5s cubic-bezier(0.7, 0, 0.3, 1) 2.8s, letter-spacing 0.8s cubic-bezier(0.7, 0, 0.3, 1) 3.5s, opacity 0.2s ease-out 3.6s, color 0.2s ease-out 3.6s;
}

#mv_inner .txt p span {
    color: var(--i_txt_color);
}

#mv_outer.active #mv_inner .txt p span {
    color: var(--i_sub_color);
    transition: color 0.3s ease-out 4.3s;
}

#mv_inner .txt ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

#mv_inner .txt ul li {
    width: clamp(120px, 100%, 254px);
    opacity: 0;
    transform: scale(0.5);
}

#mv_outer.active #mv_inner .txt ul li:first-of-type {
    opacity: 1;
    transform: scale(1);
    transition: all 0.6s cubic-bezier(0.55, 0.15, 0.35, 1.25) 4.3s;
}

#mv_outer.active #mv_inner .txt ul li:nth-of-type(2) {
    opacity: 1;
    transform: scale(1);
    transition: all 0.6s cubic-bezier(0.55, 0.15, 0.35, 1.25) 4.5s;
}

#mv_outer.active #mv_inner .txt ul li:nth-of-type(3) {
    opacity: 1;
    transform: scale(1);
    transition: all 0.6s cubic-bezier(0.55, 0.15, 0.35, 1.25) 4.7s;
}

#mv_inner .flex+div>a {
    position: absolute;
    width: clamp(90px, 22vw, 341px);
    bottom: 25px;
    right: 0;
    opacity: 0;
    transform: translateY(80px);
}

#mv_outer.active #mv_inner .flex+div>a {
    animation:
        bounceIn 1.2s cubic-bezier(0.55, 0.15, 0.35, 1.25) 5s forwards;
}

#mv_outer.active #mv_inner .flex+div>a img {
    animation: bound 3s cubic-bezier(0.12, 0, 0.39, 0) 1s infinite;
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }

    60% {
        opacity: 1;
        transform: translateY(-10px);
    }

    80% {
        transform: translateY(5px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bound {

    0%,
    100% {
        transform: translateY(0);
    }

    10% {
        transform: translateY(-15px);
    }

    20% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-10px);
    }

    40% {
        transform: translateY(0);
    }
}


@media screen and (max-width: 1400px) {
    #mv_inner .txt {
        bottom: 0;
    }

    #mv_inner .txt ul {
        width: 70%;
    }

    #mv_inner .flex:first-of-type figure:first-of-type img {
        top: 70px;
    }

    #mv_inner .flex:first-of-type figure:first-of-type img {
        left: 0;
    }
}

@media screen and (max-width: 900px) {
    #mv_inner .flex:first-of-type figure:last-of-type {
        display: none;
    }

    #mv_inner .flex:first-of-type figure:nth-of-type(2) {
        transform: translateX(-25%);
    }
}

@media screen and (min-width: 651px) {
    #mv_inner .txt p br {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    #mv_inner {
        padding-top: 30px;
        padding-bottom: 0;
    }

    #mv_inner::after {
        height: 30px;
    }

    #mv_outer::before {
        width: 100%;
        height: 45%;
        top: auto;
        bottom: 0;
        clip-path: none;
    }

    #mv_outer.active::before {
        clip-path: none;
    }

    #mv_outer::after {
        display: none;
    }

    #mv_inner .flex:first-of-type {
        min-height: auto;
        padding-bottom: 0;
        overflow: hidden;
    }

    #mv_inner .flex:first-of-type::before,
    #mv_inner .flex:first-of-type::after {
        position: absolute;
        display: block;
        content: "";
        pointer-events: none;
        width: 101vw;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    #mv_inner .flex:first-of-type::before {
        height: 100px;
        background: var(--i_main_color);
    }

    #mv_inner .flex:first-of-type::after {
        height: 60px;
        background: var(--i_yellow_color);
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
        z-index: 1;
    }

    #mv_inner .flex:first-of-type figure:first-of-type {
        width: 50%;
        position: relative;
        min-width: auto;
    }

    #mv_inner .flex:first-of-type figure:first-of-type::before {
        position: absolute;
        display: block;
        content: "";
        pointer-events: none;
        width: 100%;
        height: 60px;
        bottom: 0;
        left: 0;
        background: var(--i_main_color);
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
        z-index: 1;
    }

    #mv_inner .flex:first-of-type figure:nth-of-type(2) {
        width: 60vw;
        min-width: 230px;
        left: auto;
        right: -10px;
        transform: none;
        z-index: 1;
    }

    #mv_inner .flex:first-of-type figure:first-of-type img,
    #mv_inner .flex:first-of-type figure:nth-of-type(2) img {
        top: 0;
    }

    #mv_inner .txt {
        position: relative;
        margin-top: -35px;
        padding-bottom: 40px;
    }

    #mv_inner .txt h1 {
        margin-bottom: 10px;
    }

    #mv_inner .txt ul {
        gap: 5px;
        margin-top: 10px;
    }

    #mv_inner .flex+div>a {
        bottom: 20px;
    }

    #mv_outer.active #mv_inner .flex:first-of-type figure:first-of-type,
    #mv_outer.active #mv_inner .flex:first-of-type figure:first-of-type img {
        transition: opacity 0.8s cubic-bezier(0.55, 0.15, 0.35, 1.25);
    }

    #mv_outer.active #mv_inner .flex:first-of-type figure:first-of-type img {
        transition: all 0.8s cubic-bezier(0.55, 0.15, 0.35, 1.25);
    }

    #mv_outer.active #mv_inner .flex:first-of-type figure:nth-of-type(2) {
        transition: opacity 0.8s cubic-bezier(0.55, 0.15, 0.35, 1.25) 0.2s;
    }

    #mv_outer.active #mv_inner .flex:first-of-type figure:nth-of-type(2) img {
        transition: all 0.8s cubic-bezier(0.55, 0.15, 0.35, 1.25) 0.2s;
    }

    #mv_outer.active #mv_inner .txt h1 span:first-of-type {
        transition: background-size 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0.5s, letter-spacing 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.8s, opacity 0.2s ease-out 0.9s, color 0.2s ease-out 0.9s;
    }

    #mv_outer.active #mv_inner .txt h1 span:last-of-type {
        transition: background-size 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0.7s, letter-spacing 0.8s cubic-bezier(0.7, 0, 0.3, 1) 1.0s, opacity 0.2s ease-out 1.1s, color 0.2s ease-out 1.1s;
    }

    #mv_outer.active #mv_inner .txt p {
        transition: background-size 0.5s cubic-bezier(0.7, 0, 0.3, 1) 1s, letter-spacing 0.8s cubic-bezier(0.7, 0, 0.3, 1) 1.7s, opacity 0.2s ease-out 1.8s, color 0.2s ease-out 1.8s;
    }

    #mv_outer.active #mv_inner .txt p span {
        transition: color 0.3s ease-out 2.5s;
    }

    #mv_outer.active #mv_inner .txt ul li:first-of-type {
        transition: all 0.6s cubic-bezier(0.55, 0.15, 0.35, 1.25) 1.9s;
    }

    #mv_outer.active #mv_inner .txt ul li:nth-of-type(2) {
        transition: all 0.6s cubic-bezier(0.55, 0.15, 0.35, 1.25) 2.1s;
    }

    #mv_outer.active #mv_inner .txt ul li:nth-of-type(3) {
        transition: all 0.6s cubic-bezier(0.55, 0.15, 0.35, 1.25) 2.2s;
    }

    #mv_outer.active #mv_inner .flex+div>a {
        animation: bounceIn 1.2s cubic-bezier(0.55, 0.15, 0.35, 1.25) 2.3s forwards;
    }

    @keyframes bound {

        0%,
        100% {
            transform: translateY(0);
        }

        10% {
            transform: translateY(-5px);
        }

        20% {
            transform: translateY(0);
        }

        30% {
            transform: translateY(-5px);
        }

        40% {
            transform: translateY(0);
        }
    }
}

@media screen and (max-width: 580px) {
    #mv_outer::before {
        height: 50%;
    }

    #mv_inner .txt ul {
        margin-top: 5px;
        width: 100%;
    }

    #mv_inner .txt {
        margin-top: -120px;
        padding-bottom: 0px;
    }

    #mv_inner .flex+div>a {
        position: relative;
        display: block;
        min-width: 190px;
        bottom: 0;
        left: calc(50% - 95px);
        margin-top: -25px;
    }
}

@media screen and (max-width: 349px) {
    #mv_inner .flex:first-of-type figure:nth-of-type(2) {
        bottom: auto;
        top: 0;
    }
}

/* 共有 */
#introduction+section::before,
#entry+div::before,
#why+div+div::before,
#r_btn+div::before,
#staff+div::before,
#message+section::before,
#message+section::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 120px;
    bottom: -1px;
    left: 0;
    background: var(--i_main_color);
    clip-path: polygon(100% 100%, 0 0, 0 100%);
    z-index: 2;
}

#entry+div::before {
    background: var(--i_bg_color);
}

#why+div+div::before {
    background: var(--i_sub_color);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    z-index: -1;
}

#r_btn+div::before {
    background: var(--i_bg_color);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

#staff+div::before {
    background: var(--i_yellow2_color);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    z-index: -1;
}

#message+section::before {
    bottom: auto;
    top: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 0);
    background: var(--i_yellow2_color);
    z-index: 0;
}

#message+section::after {
    background: var(--i_sub_color);
}

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

    #introduction+section::before,
    #entry+div::before,
    #why+div+div::before,
    #r_btn+div::before,
    #staff+div::before,
    #message+section::before,
    #message+section::after {
        height: 40px;
    }
}

/* introduction */
#introduction+section::after {
    position: absolute;
    display: block;
    pointer-events: none;
    content: "DIVE IN \A BEFORE YOU GROW";
    white-space: pre;
    bottom: 8%;
    left: -10px;
    font-size: clamp(4.5rem, 10vw, 15rem);
    font-weight: 900;
    color: var(--i_yellow_color);
    line-height: 1;
    opacity: 0;
}

#introduction+section.anm2::after {
    animation: slide_anm 0.8s ease-out forwards 0.3s;
}

@keyframes slide_anm {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide_anm_sp {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

#introduction+section .heading.block_header_2 {
    margin-bottom: 40px;
}

#introduction+section .heading.block_header_2 .h {
    color: var(--i_txt_color);
    font-size: clamp(3.8rem, 5vw, 6rem) !important;
    font-weight: 900;
    line-height: 1.1;
}

#introduction+section .heading.block_header_2 .h::first-letter {
    color: var(--i_main_color);
    font-size: clamp(6.5rem, 6vw, 8rem);
}

#introduction+section .heading.block_header_2 p {
    font-size: clamp(1.8rem, 3vw, 4.5rem);
    font-weight: 500;
    line-height: 1.2;
    padding-top: 15px;
}

#introduction+section .inner_item_img {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1600px) {
    #introduction+section::after {
        bottom: auto;
        top: 0;
        left: auto;
        right: 0;
        content: "DIVE IN \A BEFORE \A YOU GROW";
    }

    #introduction+section.anm2::after {
        animation: slide_anm_sp 0.8s ease-out forwards 0.3s;
    }
}

@media screen and (min-width: 901px) {
    #introduction+section .inner_item_txt {
        padding-left: 7%;
        padding-bottom: 13%;
    }
}

@media screen and (max-width: 900px) {
    #introduction+section::after {
        top: 0;
        writing-mode: vertical-rl;
    }

    #introduction+section .wrapper_item {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 50px;
    }

    #introduction+section .inner_item_img img {
        max-width: 550px !important;
    }
}

@media screen and (max-width: 480px) {
    #introduction+section .inner_item_img {
        background: var(--i_bg_color) url("/common/upload_data/recruit-spread-grpcojp/image/introduction_sp_1.png") no-repeat center bottom / contain;
    }

    #introduction+section .inner_item_img img {
        opacity: 0;
    }
}

/* entry */
a[id^="entry"]+div {
    overflow: visible;
}

#entry+div::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 40vw;
    max-width: 659px;
    min-width: 200px;
    height: 100%;
    bottom: -150px;
    right: 0;
    background: url("/common/upload_data/recruit-spread-grpcojp/image/slanting_bg.png") no-repeat center bottom / contain;
    z-index: 5;
}

a[id^="entry"]+div>.content_wrapper::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 20vw;
    max-width: 309px;
    height: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url("/common/upload_data/recruit-spread-grpcojp/image/woman_e_1.png") no-repeat center bottom / contain;
    z-index: 3;
}

a[id^="entry"]+div .heading.block_header_7 {
    justify-content: center;
    padding-bottom: 120px;
    margin-bottom: 0;
}

a[id^="entry"]+div .heading.block_header_7::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 228px;
    bottom: 0;
    left: 0;
    background: url("/common/upload_data/recruit-spread-grpcojp/image/entry.png") no-repeat center bottom / contain;
}

a[id^="entry"]+div .heading.block_header_7 .h {
    font-size: clamp(2.5rem, 4vw, 3.8rem) !important;
    font-weight: bold;
    position: relative;
    padding: 0 55px;
    text-align: center;
}

a[id^="entry"]+div .heading.block_header_7 .h::before,
a[id^="entry"]+div .heading.block_header_7 .h::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

a[id^="entry"]+div .heading.block_header_7 .h::before {
    background: url("/common/upload_data/recruit-spread-grpcojp/image/obj_e.png") no-repeat center left / 40px;
}

a[id^="entry"]+div .heading.block_header_7 .h::after {
    background: url("/common/upload_data/recruit-spread-grpcojp/image/obj_e2.png") no-repeat center right / 40px;
}

a[id^="entry"]+div .wrapper_item {
    border-radius: 25vw;
}

a[id^="entry"]+div .inner_item_txt {
    background: var(--i_yellow_color) !important;
}

a[id^="entry"]+div .inner_item:last-of-type .inner_item_txt {
    background: var(--i_sub_color) !important;
}

a[id^="entry"]+div .inner_item_txt p {
    font-weight: bold;
    font-size: clamp(2rem, 3vw, 3.5rem);
    line-height: 1.2;
    width: auto !important;
    padding-right: 85px;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}

a[id^="entry"]+div .inner_item_txt p::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    max-width: 80px;
    height: 100%;
    top: 0;
    right: 0;
    background: url("/common/upload_data/recruit-spread-grpcojp/image/btn.png") no-repeat center right / contain;
}

a[id^="entry"]+div .inner_item_txt p strong {
    font-size: clamp(2.5rem, 4vw, 5rem);
}

a[id^="entry"]+div .inner_item:first-of-type .inner_item_txt p {
    color: var(--i_txt_color);
}

a[id^="entry"]+div .inner_item:first-of-type a:hover+.inner_item_txt {
    background: var(--i_yellow2_color) !important;
}

a[id^="entry"]+div .inner_item:last-of-type a:hover+.inner_item_txt {
    background: #37b95b !important;
}

@media screen and (min-width: 701px) {
    #entry+div {
        padding-bottom: 200px;
    }
}

@media screen and (max-width: 1300px) {
    a[id^="entry"]+div::after {
        bottom: -50px;
    }
}

@media screen and (max-width: 900px) {
    #entry+div::after {
        bottom: 0;
    }
}

@media screen and (max-width: 850px) {
    a[id^="entry"]+div .wrapper_item {
        border-radius: 10vw;
    }
}

@media screen and (max-width: 700px) {
    a[id^="entry"]+div {
        padding-bottom: 15px;
    }

    a[id^="entry"]+div>.content_wrapper {
        padding-bottom: 150px;
    }

    a[id^="entry"]+div>.content_wrapper::before {
        min-width: 150px;
    }

    a[id^="entry"]+div .heading.block_header_7 {
        padding-bottom: 10px;
    }
}

/* news */
#news+div {
    overflow: visible;
    z-index: 2;
}

#news+div::after,
#news+div>.content_wrapper::before,
#news+div>.content_wrapper::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
}

#news+div::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 25vw;
    max-width: 482px;
    min-width: 200px;
    height: 100%;
    bottom: -80px;
    left: 0;
    background: url("/common/upload_data/recruit-spread-grpcojp/image/slanting_bg2.png") no-repeat left bottom / contain;
}

#news+div>.content_wrapper {
    border: 10px solid var(--i_yellow_color);
    background: url("/common/upload_data/recruit-spread-grpcojp/image/bg_n_1.png") repeat center right / auto;
    border-radius: 20px;
    width: calc(100% - 40px);
    padding-bottom: 85px;
}

#news+div>.content_wrapper::before {
    background: url("/common/upload_data/recruit-spread-grpcojp/image/women_n_1.png") no-repeat bottom right / contain;
    width: 18vw;
    max-width: 331px;
    min-width: 165px;
    height: 100%;
    bottom: 0;
    right: 10px;
}

#news+div>.content_wrapper::after {
    background: url("/common/upload_data/recruit-spread-grpcojp/image/person_n_1.png") no-repeat top left / contain;
    width: 100%;
    max-width: 1220px;
    height: 14vw;
    max-height: 265px;
    top: -14.3vw;
    left: 0;
    z-index: -1;
}

#news+div .heading.block_header_1 {
    margin-top: -115px;
}

#news+div a>p {
    padding-left: 0;
    font-weight: bold;
}

#news+div ul li div {
    padding-left: 0;
}

#news+div a>p::before {
    display: none;
}

#news+div:not(.add_design3):not(.add_design4):not(.add_design12) ul li:nth-of-type(1) {
    border-top: 1px solid var(--i_txt_color);
}

#news+div ul>li {
    border-bottom: 1px solid var(--i_txt_color);
}

#news+div li a {
    padding: 30px 50px 30px 0;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

#news+div li a::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 5vw;
    max-width: 46px;
    height: 100%;
    top: 0;
    right: 15px;
    background: url("/common/upload_data/recruit-spread-grpcojp/image/arrow.png") no-repeat center right / contain;
    transition: .4s ease-in-out;
}

#news+div li a:hover::before {
    right: 0;
}

#news+div .contents_btn01 {
    padding-top: 50px;
}

@media screen and (min-width: 1921px) {
    #news+div>.content_wrapper::after {
        top: -275px;
    }
}

@media screen and (max-width: 1400px) {
    #news+div::before {
        left: 20px;
        transform: none;
    }

    #news+div::after {
        bottom: 0;
    }

    #news+div>.content_wrapper::before {
        right: 0;
    }
}

@media screen and (max-width: 800px) {
    #news+div {
        padding-top: 130px;
    }

    #news+div .heading.block_header_1 {
        margin-top: -20px;
    }

    #news+div>.content_wrapper::after {
        height: 120px;
        top: -130px;
    }
}

@media screen and (max-width: 450px) {
    #news+div>.content_wrapper {
        padding-bottom: 20px;
    }
}

/* reasons */
#reasons+div {
    padding-top: 220px;
}

a[id^="reasons"]+div .heading.block_header_1 {
    background: url("/common/upload_data/recruit-spread-grpcojp/image/h_r.png") no-repeat center / 180px;
}

a[id^="reasons"]+div .heading.block_header_1 p {
    position: relative;
    max-width: 650px;
    width: 100%;
}

a[id^="reasons"]+div .heading.block_header_1 p::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 181px;
    top: -130px;
    right: 0;
    background: url("/common/upload_data/recruit-spread-grpcojp/image/top5_r.png") no-repeat top right / contain;
    z-index: -1;
}

a[id^="reasons"]+div .heading.block_header_1 p::first-letter {
    color: var(--i_yellowgreen_color);
}

a[id^="reasons"]+div .wrapper_item {
    justify-content: space-between;
    gap: 35px 0;
}

a[id^="reasons"]+div .inner_item {
    background: var(--i_bg_color);
    border: 10px solid var(--i_deepgreen_color);
    width: 31.8% !important;
    margin: 0 !important;
    padding: 20px 20px 35px;
}

a[id^="reasons"]+div .inner_item_img img {
    height: auto !important;
    max-width: 452px
}

a[id^="reasons"]+div .inner_item_txt {
    color: var(--i_txt_color);
}

a[id^="reasons"]+div .heading.block_header_4 {
    display: inline-block;
    width: auto;
    min-width: 230px;
    padding-bottom: 14px;
}

a[id^="reasons"]+div .heading.block_header_4::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: calc(100% - 15px);
    bottom: 0;
    left: 0;
    border: 3px solid var(--i_main_color);
    box-sizing: border-box;
}

a[id^="reasons"]+div .heading.block_header_4 .h {
    position: relative;
    background: var(--i_bg_color);
    color: var(--i_txt_color);
    padding: 0 15px;
    margin-bottom: 0;
    display: inline-block;
    z-index: 1;
}

a[id^="reasons"]+div .heading.block_header_4 p {
    font-size: clamp(1.8rem, 2.5vw, 3rem);
    color: var(--i_main_color) !important;
    line-height: 1;
    padding: 0 10px;
    box-sizing: border-box;
}

a[id^="reasons"]+div .inner_item_txt p {
    font-size: 4rem;
    font-weight: bold;
}

a[id^="reasons"]+div .inner_item:not(:nth-of-type(3)) .heading.block_header_4+p span {
    padding-right: 5px
}

a[id^="reasons"]+div .inner_item_txt i {
    font-style: normal;
    font-size: clamp(8rem, 7vw, 12rem);
    color: var(--i_sub_color);
    text-shadow: 3px 5px 0 #05641f;
    line-height: 1;
}

a[id^="reasons"]+div .inner_item:nth-of-type(3) .inner_item_txt i {
    font-size: clamp(5.5rem, 5.5vw, 9rem);
    line-height: 1.4;
    font-weight: 900;
}

a[id^="reasons"]+div .inner_item_txt ul {
    display: inline-block;
    text-align: left;
}

a[id^="reasons"]+div .inner_item_txt ul li {
    list-style: none;
    position: relative;
    padding-left: 35px;
}

a[id^="reasons"]+div .inner_item_txt ul li::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 3vw;
    min-width: 15px;
    max-width: 31px;
    height: 100%;
    top: 0;
    left: 0;
    background: url("/common/upload_data/recruit-spread-grpcojp/image/check.png") no-repeat center left / contain;
}

#r_btn+div {
    overflow: visible;
}

#r_btn+div::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 25vw;
    max-width: 458px;
    min-width: 220px;
    height: 100%;
    bottom: 75px;
    right: 0;
    background: url("/common/upload_data/recruit-spread-grpcojp/image/slanting_bg3.png") no-repeat right bottom / contain;
    z-index: 2;
}

#r_btn+div>.content_wrapper {
    padding-top: 80px;
    padding-bottom: 210px;
}

#r_btn+div>.content_wrapper::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    background: url("/common/upload_data/recruit-spread-grpcojp/image/person_r_1.png") no-repeat bottom left / contain;
    width: 100%;
    height: 22vw;
    max-height: 393px;
    min-height: 180px;
    bottom: 0;
    left: 2.5%;
}

/* -- */
a[id^="reasons2"]+div .inner_item {
    flex-direction: column-reverse !important;
    align-items: center;
    justify-content: flex-end;
}

a[id^="reasons2"]+div .inner_item .inner_item_txt {
    width: 100% !important;
}

a[id^="reasons2"]+div .inner_item_txt .fl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 20px;
}

a[id^="reasons2"]+div .inner_item_txt .fl p {
    margin: 0 !important;
}

a[id^="reasons2"]+div .inner_item_txt .fl strong {
    font-size: clamp(1.8rem, 2vw, 3rem);
    display: block;
}

a[id^="reasons2"]+div .inner_item_txt i {
    line-height: 0.7;
    font-size: clamp(8rem, 6vw, 10rem);
}

a[id^="reasons2"]+div .inner_item {
    width: 48.8% !important;
    padding-right: 20px !important;
}

a[id^="reasons2"]+div .inner_item_img {
    margin-top: 20px;
}

a[id^="reasons2"]+div .inner_item_img img {
    max-width: 500px;
}

a[id^="reasons2"]+div .comment {
    border-bottom: 3px solid var(--i_sub_color);
    color: var(--i_sub_color);
    font-size: clamp(1.8rem, 2vw, 2.5rem) !important;
    line-height: 1.2;
    padding: 10px 5px;
    display: inline-block;
}

a[id^="reasons2"]+div.composite_box01:not(.col2):not(.block_images_7):not(.block_images_11):not(.block_images_12):not(.block_images_13):not(.block_images_14):not(.block_images_15):not(.block_images_17):not(.block_images_21) .inner_item {
    margin-bottom: 0 !important;
}

/* -- */
#reasons2_3+div .inner_item_txt .fl {
    gap: 5px 10px;
}

@media screen and (max-width: 1400px) {
    a[id^="reasons"]+div .wrapper_item {
        justify-content: center;
        gap: 25px;
    }
}

@media screen and (max-width: 1100px) {
    a[id^="reasons"]+div .inner_item {
        width: 40% !important;
    }
}

@media screen and (min-width: 801px) {
    #r_btn+div {
        margin-top: -50px;
    }
}

@media screen and (max-width: 800px) {
    #reasons+div {
        padding-top: 100px;
    }

    a[id^="reasons"]+div .heading.block_header_1 p {
        max-width: 300px;
    }

    a[id^="reasons"]+div .heading.block_header_1 p::before {
        height: 80px;
        top: -55px;
    }
}

@media screen and (max-width: 400px) {
    a[id^="reasons"]+div .inner_item_txt ul li {
        padding-left: 25px;
    }
}

/* entry2 */
#entry2+div {
    margin-top: -150px;
    z-index: 2;
}

#entry2+div::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 40vw;
    max-width: 704px;
    min-width: 380px;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url("/common/upload_data/recruit-spread-grpcojp/image/slanting_bg4.png") no-repeat left bottom / contain;
    z-index: 2;
}

#entry2+div .heading.block_header_7::before {
    background: url("/common/upload_data/recruit-spread-grpcojp/image/entry2.png") no-repeat center bottom / contain;
}

#entry2+div .heading.block_header_7 .h {
    color: var(--i_main_color);
}

#entry2+div .heading.block_header_7 .h::before {
    background: url("/common/upload_data/recruit-spread-grpcojp/image/obj_e_ora.png") no-repeat center left / 40px;
}

#entry2+div .heading.block_header_7 .h::after {
    background: url("/common/upload_data/recruit-spread-grpcojp/image/obj_e2_ora.png") no-repeat center right / 40px;
}

@media screen and (max-width: 700px) {
    #entry2+div {
        margin-top: -10px;
        padding-top: 0px;
    }
}

/* staff */
#staff+div::before {
    bottom: 35%;
}

#staff+div::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 35%;
    bottom: 0;
    left: 0;
    background: var(--i_yellow2_color);
}

#staff+div li a>p,
#staff+div li a>div>p:first-of-type {
    display: none;
}

#staff+div>.content_wrapper ul {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 1700px;
    margin: 0 auto;
    min-width: auto;
}

#staff+div ul>li {
    border: none !important;
    width: 25%;
    height: 100%;
}

#staff+div>.content_wrapper ul li>a {
    display: block;
    height: 100%;
    min-height: auto;
    padding: 0;
}

#staff+div>.content_wrapper ul li>a::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    max-width: 280px;
    max-height: 300px;
    height: 80%;
    bottom: 57px;
    left: 50%;
    transform: translateX(-50%);
    background: url("/common/upload_data/recruit-spread-grpcojp/image/bg_s.png");
}

#staff+div>.content_wrapper ul li:nth-of-type(even)>a::before {
    background: url("/common/upload_data/recruit-spread-grpcojp/image/bg_s2.png");
}

#staff+div>.content_wrapper ul li>a span {
    position: relative;
    top: auto;
    padding: 0;
    height: 100%;
    width: 100%;
}

#staff+div>.content_wrapper li a span img {
    position: relative;
}

#staff+div ul li div {
    padding-left: 0;
}

#staff+div>.content_wrapper ul li a p {
    text-align: center;
    max-width: 230px;
    width: 100%;
    border: 3px solid var(--i_txt_color);
    background: var(--i_bg_color);
    font-weight: bold;
    font-size: clamp(1.65rem, 2vw, 2rem);
    margin: -25px auto 0;
    box-sizing: border-box;
}

#staff+div>.content_wrapper ul li a p i {
    font-style: normal;
    display: inline-block;
    width: 100%;
    background: var(--i_yellow_color);
}

#staff+div>.content_wrapper ul>li:nth-of-type(even) a p i {
    background: var(--i_main_color);
    color: var(--i_bg_color);
}

#staff+div .contents_btn01 {
    padding-top: 60px;
}

#staff+div .info {
    display: none;
}

@media screen and (min-width: 901px) {
    #staff+div ul>li:nth-of-type(even) {
        margin-top: 60px;
    }
}

@media screen and (max-width: 900px) {
    #staff+div>.content_wrapper ul {
        flex-wrap: wrap;
        gap: 20px;
    }

    #staff+div>.content_wrapper ul li>a::before {
        bottom: 0;
    }

    #staff+div ul>li {
        width: 40%;
    }
}

@media screen and (max-width: 420px) {
    #staff+div ul>li {
        width: 100%;
    }
}

/* slide */
#slide+div {
    overflow: visible;
}

#slide+div::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 55vw;
    max-width: 993px;
    min-width: 350px;
    height: 100%;
    bottom: -80px;
    left: 0;
    background: url("/common/upload_data/recruit-spread-grpcojp/image/slanting_bg5.png") no-repeat left bottom / contain;
    z-index: 2;
}

#slide+div .gallery_single_slider {
    justify-content: space-between;
    align-items: center;
    gap: 65px;
    width: max-content;
    max-width: none;
    animation: scroll-left 70s linear infinite;
    height: auto;
    margin-block-start: 0;
}

#slide+div .inner_item {
    height: 100% !important;
    width: auto !important;
    display: block !important;
    aspect-ratio: auto;
    margin-bottom: 0;
}

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

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

#slide+div .gallery_single_slider .inner_item img {
    max-height: none;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 901px) {

    #slide+div .inner_item:nth-of-type(1),
    #slide+div .inner_item:nth-of-type(6) {
        margin-top: 50px;
    }

    #slide+div .inner_item:nth-of-type(2),
    #slide+div .inner_item:nth-of-type(7) {
        margin-top: 220px;
    }

    #slide+div .inner_item:nth-of-type(4),
    #slide+div .inner_item:nth-of-type(9) {
        margin-top: 180px;
    }
}

@media screen and (max-width: 900px) {
    #slide+div::after {
        bottom: -25px;
    }
}

@media screen and (max-width: 650px) {
    #slide+div {
        padding-bottom: 50px;
    }

    #slide+div .gallery_single_slider {
        gap: 20px;
    }

    #slide+div .inner_item {
        max-width: 150px;
    }
}

/* recruit */
#recruit+section {
    overflow: visible;
    padding-bottom: 140px;
}

#recruit+section::before,
#recruit+section::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
}

#recruit+section::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    background: url("/common/upload_data/recruit-spread-grpcojp/image/bg_re_3.png") no-repeat center / auto;
}

#recruit+section::after {
    background: url("/common/upload_data/recruit-spread-grpcojp/image/person_re2_2.png") no-repeat bottom left / contain;
    width: 25vw;
    min-width: 200px;
    max-width: 532px;
    height: 100%;
    bottom: -80px;
    left: 0;
    z-index: 1;
}

#recruit+section .heading.block_header_1 p::first-letter {
    color: var(--i_yellow_color);
}

#recruit+section .heading.block_header_1 {
    background: url("/common/upload_data/recruit-spread-grpcojp/image/h_re.png") no-repeat center / 255px;
}

#recruit+section .wrapper_item {
    justify-content: center;
    gap: 40px;
}

#recruit+section .inner_item {
    background: var(--i_bg_color);
    box-shadow: 10px 10px 0 var(--i_deepgreen_color);
    border: 0;
    margin: 0;
}

#recruit+section .heading.block_header_4 .h,
#recruit+section .heading.block_header_4+p {
    color: var(--i_txt_color);
}

#recruit+section .recruitment_list .wrapper_item .inner_item .inner_item_txt .contents_btn01 a {
    max-width: 200px !important;
    background: transparent;
    border: 3px solid var(--i_main_color);
    color: var(--i_main_color) !important;
}

#recruit+section .recruitment_list .wrapper_item .inner_item .inner_item_txt .contents_btn01 a::before {
    display: none;
}

#recruit+section .recruitment_list .wrapper_item .inner_item .inner_item_txt .contents_btn01 a span {
    font-size: 1.6rem;
}

#recruit+section .recruitment_list .wrapper_item .inner_item .inner_item_txt .contents_btn01 a:hover {
    background: var(--i_main_color);
}

#recruit+section .recruitment_list .wrapper_item .inner_item .inner_item_txt .contents_btn01 a:hover span {
    color: var(--i_bg_color) !important;
}

#recruit+section>.content_wrapper>.contents_btn01 {
    padding-top: 50px;
}

/* message */
#message+section {
    min-height: 760px;
    display: flex;
    align-items: center;
    padding-bottom: 180px;
    background-position: 50% 100% !important;
}

#message+section .heading.block_header_1 {
    background: url("/common/upload_data/recruit-spread-grpcojp/image/h_m.png") no-repeat top right / 164px;
    padding: 65px 10px 0 0;
}

#message+section .heading.block_header_1 p {
    white-space: nowrap;
}

#message+section .inner_item_txt p {
    font-size: 2.2rem;
    font-size: clamp(1.8rem, 3vw, 2.2rem);
    line-height: 1.4;
}

#message+section .inner_item_txt p.hd {
    font-size: clamp(4rem, 5vw, 8.5rem);
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 20px;
}

#message+section .inner_item_txt p span {
    font-size: 3rem;
    font-size: clamp(2.5rem, 3vw, 3rem);
    font-weight: bold;
}

#message+section .contents_btn01 {
    text-align: left;
    margin-top: 10px;
    overflow: visible;
}

#message+section .contents_btn01 a {
    border: 3px solid var(--i_bg_color);
}

#message+section .contents_btn01 a::before {
    border: 3px solid var(--i_bg_color);
}

@media screen and (min-width:901px) {
    #message+section>.content_wrapper {
        display: flex;
        align-items: flex-end;
        gap: 4%;
    }

    #message+section .heading.block_header_1 {
        writing-mode: vertical-rl;
        margin-bottom: 180px;
    }
}

@media screen and (max-width: 900px) {
    #message+section {
        background-position: 67% -1px !important;
        min-height: 560px;
        padding-top: 200px;
        padding-bottom: 80px;
    }

    #message+section .heading.block_header_1 {
        background: url("/common/upload_data/recruit-spread-grpcojp/image/h2_m.png") no-repeat top left;
        padding-top: 15px;
    }
}

/* about */
#about+section {
    overflow: visible;
}

#about+section::before,
#about+section::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    height: 100%;
}

#about+section::before {
    width: 30vw;
    max-width: 743px;
    min-width: 180px;
    top: 50px;
    right: 0;
    background: url("/common/upload_data/recruit-spread-grpcojp/image/slanting_bg6.png") no-repeat right top / contain;
    z-index: 2;
}

#about+section::after {
    width: 100%;
    height: 120px;
    top: -1px;
    left: 0;
    background: var(--i_sub_color);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
}

#about+section .heading.block_header_1 {
    background: url("/common/upload_data/recruit-spread-grpcojp/image/h_ab.png") no-repeat center / 255px;
}

#about+section .heading.block_header_1 p::first-letter {
    color: var(--i_blue_color);
}

#about+section+div {
    overflow: visible;
    padding-bottom: 380px;
}

#about+section+div::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    background: url("/common/upload_data/recruit-spread-grpcojp/image/person_ab_1.png") no-repeat bottom left / contain;
    width: 40vw;
    min-width: 280px;
    max-width: 739px;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#about+section+div .wrapper_item {
    clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
}

#about+section+div .inner_item {
    min-height: 550px;
}

#about+section+div .inner_item_txt {
    background: transparent;
    padding: 30px 30px;
}

#about+section+div .inner_item_txt::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 42%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--i_blue_color);
    opacity: 0.8;
}

#about+section+div .inner_item:last-of-type .inner_item_txt::before {
    background: var(--i_lightblue_color);
}

#about+section+div .inner_item:first-of-type .inner_item_img img {
    object-position: 0% 50%;
}

#about+section+div .heading.block_header_4 {
    display: inline-block;
    width: auto;
    min-width: 280px;
    padding: 10px 110px 10px 0;
    transition: .4s ease-in-out;
}

#about+section+div .heading.block_header_4::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: url("/common/upload_data/recruit-spread-grpcojp/image/arrow2.png") no-repeat center right / 98px;
}

#about+section+div .inner_item>a:hover+.inner_item_txt .heading.block_header_4 {
    transform: translateX(10px);
}

#about+section+div .heading.block_header_4 .h {
    font-size: clamp(2rem, 4vw, 4.5rem) !important;
    line-height: 1;
    margin-bottom: 0;
}

#about+section+div .heading.block_header_4 p {
    font-size: clamp(1.8rem, 3vw, 2rem) !important;
}

@media screen and (max-width: 900px) {
    #about+section+div {
        padding-bottom: 180px;
    }

    #about+section+div .wrapper_item {
        clip-path: none;
    }

    #about+section+div .inner_item {
        min-height: 300px;
        width: 100%;
        clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
    }

    #about+section+div .heading.block_header_4 {
        min-width: auto;
        padding: 0 65px 0 0;
    }

    #about+section+div .heading.block_header_4::before {
        max-width: 55px;
        background-size: contain;
    }
}

@media screen and (max-width: 800px) {
    #about+section::before {
        top: -50px;
    }
}

/* 共通ft */
#join+div {
    margin-top: -150px;
    z-index: 2;
}

@media screen and (max-width: 900px) {
    #join+div {
        margin-top: -50px;
    }
}

/* アニメーション */
/* introduction */
#introduction+section .heading.block_header_2 .h,
#introduction+section .heading.block_header_2 p {
    opacity: 0;
    overflow: hidden;
    position: relative;
}

#introduction+section .heading.block_header_2.act .h {
    animation: fadeIn 0.3s ease-out forwards 1.2s;
}

#introduction+section .heading.block_header_2.act p {
    animation: fadeIn 0.3s ease-out forwards 1.5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#introduction+section .heading.block_header_2 .h::before,
#introduction+section .heading.block_header_2 p::before {
    position: absolute;
    content: "";
    display: block;
    background: var(--i_main_color);
    inset: 0;
    transform: translateX(-100%);
}

#introduction+section .heading.block_header_2 p::before {
    background: var(--i_yellow_color);
}

#introduction+section .heading.block_header_2.act .h::before {
    animation: mskSlide 1.2s ease-out forwards 0.6s;
}

#introduction+section .heading.block_header_2.act p::before {
    animation: mskSlide 1.2s ease-out forwards 1s;
}

@keyframes mskSlide {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(101%);
    }
}

/* entry */
a[id^="entry"]+div .heading.block_header_7 .h,
a[id^="entry"]+div .heading.block_header_7::before {
    opacity: 0;
}

a[id^="entry"]+div .anm .heading.block_header_7 .h {
    animation: swing-in-bottom-fwd 0.7s ease-in-out forwards 0.8s;
}

a[id^="entry"]+div .anm .heading.block_header_7::before {
    animation: swing-in-bottom-fwd 0.9s ease-in-out forwards 1s;
}

@keyframes swing-in-bottom-fwd {
    0% {
        transform: rotateX(100deg);
        transform-origin: bottom;
        opacity: 0;
    }

    100% {
        transform: rotateX(0);
        transform-origin: bottom;
        opacity: 1;
    }
}

a[id^="entry"]+div>.content_wrapper::before {
    opacity: 0;
    transform: translateY(80px) translateX(-50%);
}

a[id^="entry"]+div>.content_wrapper.anm::before {
    animation: bounceIn2 1s cubic-bezier(0.55, 0.15, 0.35, 1.25) forwards 0.5s;
}

@keyframes bounceIn2 {
    0% {
        opacity: 0;
        transform: translateY(80px) translateX(-50%);
    }

    20% {
        opacity: 0;
    }

    60% {
        opacity: 1;
        transform: translateY(-10px) translateX(-50%);
    }

    80% {
        transform: translateY(5px) translateX(-50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0) translateX(-50%);
    }
}

/* reasons */
#reasons+div .heading.block_header_1 p::before,
#r_btn+div>.content_wrapper::before {
    opacity: 0;
}

#reasons+div .anm .heading.block_header_1 p::before {
    animation: swing-in-bottom-fwd 0.7s ease-in-out forwards 1.2s;
}

#r_btn+div>.content_wrapper.anm::before {
    animation: swing-in-bottom-fwd 1s ease-in-out forwards 0.6s;
}

a[id^="reasons"]+div .inner_item {
    opacity: 0;
    transform: scale(0.8);
}

a[id^="reasons"]+div .inner_item.list {
    opacity: 1;
    transform: scale(1);
    transition: all .4s ease-out;
}

.msk var {
    font-style: normal;
    opacity: 0;
    transform: translateY(80px) scale(0.3);
    display: inline-block;
}

a[id^="reasons"]+div .inner_item.list .msk var {
    animation: up 1.2s cubic-bezier(0.55, 0, 0.1, 1) forwards;
    animation-delay: calc(0.6s + 0.08s * var(--char-index));
}

@keyframes up {
    0% {
        opacity: 0;
        transform: translateY(80px) scale(0.3);
    }

    60% {
        opacity: 1;
        transform: translateY(-5px) scale(1.05);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* staff */
#staff+div ul>li {
    opacity: 0;
    transform: translateY(80px);
}

#staff+div ul>li.list2 {
    animation: up2 0.9s cubic-bezier(0.6, -0.3, 0.2, 1.2) forwards 0.2s;
}

@keyframes up2 {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 共通画像下から上表示 */
#news+div>.content_wrapper::before,
#news+div>.content_wrapper::after,
#slide+div>.content_wrapper::before,
#recruit+section::after {
    opacity: 0;
    transform: translateY(30px);
}

#news+div>.content_wrapper.anm::after {
    opacity: 1;
    transform: translateY(0);
    transition: transform .8s ease-out .8s, opacity .3s ease-out 1s;
}

#news+div>.content_wrapper.anm::before,
#slide+div>.content_wrapper.anm::before,
#recruit+section.anm2::after {
    opacity: 1;
    transform: translateY(0);
    transition: transform .8s ease-out 1s, opacity .3s ease-out 1.2s;
}

#about+section+div::before {
    opacity: 0;
    transform: translateX(-120px);
}

#about+section+div.anm2::before {
    opacity: 1;
    transform: translateX(0);
    transition: transform .8s ease-out 1s, opacity .3s ease-out 1.2s;
}

/* 共通画像左右表示 */
#entry+div::after,
#r_btn+div::after,
#about+section::before,
#why+div::before,
#why+div+div::after {
    opacity: 0;
    transform: translateX(250px);
}

#news+div::after,
#entry2+div::before,
#slide+div::after,
#why+div::after {
    opacity: 0;
    transform: translateX(-250px);
}

#entry+div.anm2::after,
#r_btn+div.anm2::after,
#about+section.anm2::before,
#why+div.anm2::before,
#why+div+div.anm2::after {
    opacity: 1;
    transform: translateX(0);
    transition: transform .6s ease-out 0.6s, opacity .3s ease-out 0.6s;
}

#news+div.anm2::after,
#entry2+div.anm2::before,
#slide+div.anm2::after,
#why+div.anm2::after {
    opacity: 1;
    transform: translateX(0);
    transition: transform .6s ease-out 0.8s, opacity .3s ease-out 0.8s;
}

/* 1pxの隙間調整 */
@media screen and (max-width: 1300px) {

    #introduction+section,
    #slide+div {
        margin-bottom: -1px;
        z-index: -1;
    }

    #staff+div::before {
        bottom: calc(35% - 1px);
    }

    #entry+div::before {
        bottom: -2px;
    }

    #message+section {
        margin-top: -2px;
        z-index: -5;
    }
}

.heading+.add_text {
    margin-top: -10px;
    margin-bottom: 25px;
    font-size: 2rem;
    font-weight: bold;
}

.heading.block_header_1,
.heading.block_header_6 {
    margin-bottom: 15px;
}

/* 追加コンテンツ */
/* REASONS */
#why+div::before,
#why+div::after,
#why+div+div::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
}

#why+div {
    overflow: visible;
}

#why+div::before {
    width: 20vw;
    max-width: 395px;
    min-width: 130px;
    height: 100%;
    top: 0;
    right: 0;
    background: url("/common/upload_data/recruit-spread-grpcojp/image/slanting_bg01.png") no-repeat right top / contain;
    z-index: 5;
}

#why+div::after {
    width: 40vw;
    max-width: 589px;
    min-width: 250px;
    bottom: -17%;
    left: 0;
    background: url("/common/upload_data/recruit-spread-grpcojp/image/slanting_bg7.png") no-repeat left bottom / contain;
    height: 100%;
    z-index: 2;
}

#why+div+div {
    overflow: visible;
}

#why+div+div::after {
    background: url("/common/upload_data/recruit-spread-grpcojp/image/why_4.png") no-repeat bottom right / contain;
    width: 100%;
    height: 25vw;
    max-height: 456px;
    min-height: 160px;
    bottom: 60px;
    right: 0;
    z-index: 1;
}

#why+div>.content_wrapper,
#why+div+div>.content_wrapper {
    padding: 0 5%;
    width: calc(100% - 40px);
}

#why+div+div>.content_wrapper {
    padding-top: 65px;
    padding-bottom: 120px;
}

#why+div>.content_wrapper::before,
#why+div+div>.content_wrapper::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    background: #cfedf9;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#why+div>.content_wrapper::before {
    height: calc(100% - 100px);
}

#why+div .heading.block_header_1 {
    background: url("/common/upload_data/recruit-spread-grpcojp/image/h_why_2.png") no-repeat left / 255px;
}

#why+div .heading.block_header_1 p::first-letter {
    color: var(--i_blue_color);
}

#why+div .wrapper_item {
    overflow: visible;
}

#why+div .inner_item {
    align-items: center;
}

#why+div .inner_item_img {
    flex-basis: 80%;
    max-width: 80%;
    position: relative;
}

#why+div .inner_item_img::before {
    position: absolute;
    display: block;
    content: "REASON 01";
    pointer-events: none;
    writing-mode: vertical-rl;
    top: -10px;
    left: 0;
    color: var(--i_lightblue_color);
    font-size: clamp(3rem, 4vw, 5rem);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: end;
    font-weight: bold;
    line-height: 0.6;
    z-index: 1;
}

#why+div .inner_item:last-of-type .inner_item_img::before {
    color: var(--i_blue_color);
    content: "REASON 02";
    align-items: flex-start;
}

#why+div .heading.block_header_4 .h {
    font-size: clamp(2.2rem, 2.5vw, 4rem) !important;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--i_blue_color);
}

#why+div .heading.block_header_4 p {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    color: var(--i_bg_color);
    background: var(--i_lightblue_color);
    clip-path: polygon(0% 0%, 96% 0%, 100% 50%, 96% 100%, 0% 100%);
    padding: 8px 20px 8px 10px;
    line-height: 1.2;
}

#why+div+div.contents_btn01 a {
    background: var(--i_blue_color);
}

#why+div+div.contents_btn01 a::before,
#why+div+div.contents_btn01 a:hover {
    background: #226693;

}

@media screen and (max-width: 1200px) {
    #why+div+div::after {
        bottom: 0;
    }
}

@media screen and (max-width: 800px) {
    #why+div>.content_wrapper::before {
        height: 80%;
    }

    #why+div .heading.block_header_4 .h {
        margin-bottom: 10px;
    }

    #why+div .inner_item_img {
        flex-basis: 100%;
        max-width: 100%;
    }

    #why+div+div>.content_wrapper {
        padding-top: 35px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 540px) {
    #why+div+div.contents_btn01 a {
        margin-bottom: 20px;
    }
}