@charset "UTF-8";

/* 企業理念 */
#com+section .inner_item_txt p {
    font-size: clamp(2.5rem, 4vw, 5rem);
    font-weight: 900;
    line-height: 1.5;
    background: linear-gradient(45deg, var(--i_sub_color), var(--i_yellow_color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* 共通Mission～Vision */
a[id^="ph"]+section>.content_wrapper {
    display: flex;
}

a[id^="ph"]+section .heading.block_header_4 {
    writing-mode: vertical-rl;
}

a[id^="ph"]+section .heading.block_header_4 .h {
    font-size: clamp(2.5rem, 5vw, 6rem) !important;
    color: var(--i_main_color);
}

a[id^="ph"]+section .wrapper_item {
    display: block;
    width: 100%;
}

a[id^="ph"]+section .inner_item_img {
    display: none;
}

a[id^="ph"]+section .inner_item_txt {
    padding-left: 0 !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
}

a[id^="ph"]+section .heading.block_header_2 {
    background: var(--i_main_color);
    clip-path: polygon(0% 0%, 98% 0%, 100% 50%, 98% 100%, 0% 100%);
    padding: 0 30px 0 20px;
}

a[id^="ph"]+section .heading.block_header_2 .h {
    font-size: clamp(2.5rem, 2.5vw, 4rem) !important;
    color: var(--i_bg_color);
    line-height: 1.9;
}

/* --- */
#ph2+section .heading.block_header_4 .h {
    color: var(--i_sub_color);
}

#ph2+section .heading.block_header_2 {
    background: var(--i_sub_color);
}

/* --- */
#ph3+section .heading.block_header_2+p {
    border-left: 5px solid var(--i_main_color);
    padding-left: 20px;
}

#ph3+section .heading.block_header_2+p strong {
    font-size: clamp(1.8rem, 2.5vw, 2.5rem);
    color: var(--i_sub_color);
}

/* 代表挨拶 */
#gr+section .content_wrapper::before,
#gr+section .content_wrapper:after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    height: 100%;
}

#gr+section .content_wrapper::before {
    width: 25vw;
    max-width: 480px;
    min-width: 160px;
    top: 75px;
    right: 0;
    background: url("/common/upload_data/recruit-spread-grpcojp/image/c_bg.png") no-repeat right top / contain;
    opacity: 0;
    transform: translateX(250px);
}

#gr+section .content_wrapper.anm::before {
    opacity: 1;
    transform: translateX(0);
    transition: transform .6s ease-out 0.6s, opacity .3s ease-out 0.6s;
}

#gr+section .content_wrapper::after {
    width: 26vw;
    max-width: 490px;
    min-width: 300px;
    background: url("/common/upload_data/recruit-spread-grpcojp/image/c_bg2.png") no-repeat left bottom / contain;
    bottom: -20px;
    left: 0;
    opacity: 0;
    transform: translateX(-250px);
}

#gr+section .content_wrapper.anm::after {
    opacity: 1;
    transform: translateX(0);
    transition: transform .6s ease-out 1s, opacity .3s ease-out 1s;
}

#gr+section .wrapper_item {
    background: linear-gradient(-72deg, var(--i_main_color), var(--i_yellow2_color));
    font-size: clamp(1.8rem, 4vw, 2.2rem);
    color: var(--i_bg_color);
    font-weight: 900;
    line-height: 1.8;
    padding: 65px 20px 120px !important;
    max-width: 1160px;
    margin: 0 auto;
}

#gr+section .wrapper_item p {
    letter-spacing: 0.1rem;
}

#gr+section .wrapper_item p strong {
    font-size: clamp(2rem, 4vw, 3.5rem);
}

@media screen and (max-width: 420px) {
    #gr+section .content_wrapper::before {
        top: 100px;
    }
}

/* 企業情報 */
.widget_shop01 img {
    aspect-ratio: 1/0.75;
    object-fit: cover;
    height: auto !important;
    width: 100%;
    max-height: 489px !important;
}