.work_decorate .shape .item_txt {
    display: flex !important;
}

.work_decorate .shape .item_txt {
    font-family: "Prompt", sans-serif !important;
}

.work_box .item_title .bigger,
.work_box .item_btn_link,
.staff_content .item_title {
    font-family: "Dela Gothic One", sans-serif !important;
}

.interview_box .item_title {
    font-size: 2.6rem;
}

.staff_content .item_title {
    font-size: 4rem;
}

@media only screen and (min-width: 768px) {
    .interview_box .item_title {
        font-size: 2.2rem;
    }
}

@media only screen and (min-width: 768px) {
    .staff_content .item_title {
        font-size: clamp(
            2.8rem,
            calc(2.8rem + 0.0316455696 * (100vw - 768px)),
            4.8rem
        );
    }
}

.work_decorate .shape .item_txt {
    font-weight: 900;
}

.gallery {
    position: relative;
    padding-top: 204px;
    padding-bottom: 71px;
}
@media only screen and (min-width: 768px) {
    .gallery {
        padding-top: 87px;
        padding-bottom: 0;
    }
}
.gallery_bg {
    width: 1616.53px;
    position: absolute;
    z-index: -1;
    top: 49px;
    left: -472px;
}
@media only screen and (min-width: 768px) {
    .gallery_bg {
        width: 111.9444444444vw;
        min-width: 1612.53px;
        top: -74px;
        left: 53%;
        translate: -50% 0;
    }
}
.gallery_slider {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
    overflow: visible;
}
.gallery_slider .swiper-wrapper {
    transition-timing-function: linear !important;
}
.gallery_slider .slick-list {
    overflow: visible;
}
.gallery_slider .item {
    width: 170px;
}
@media only screen and (min-width: 768px) {
    .gallery_slider .item {
        width: 220px;
    }
}
.gallery_slider .item_02,
.gallery_slider .item_04,
.gallery_slider .item_06 {
    margin-top: 33px;
}
@media only screen and (min-width: 768px) {
    .gallery_slider .item_02,
    .gallery_slider .item_04,
    .gallery_slider .item_06 {
        margin-top: 44px;
    }
}
@media only screen and (min-width: 768px) {
    .gallery_slider .item_06 {
        margin-top: 56px;
    }
}

.interview .title_sec2 {
    position: relative;
    top: -27px;
}
@media only screen and (min-width: 768px) {
    .interview .title_sec2 {
        top: -31px;
    }
}
@media only screen and (min-width: 768px) {
    .interview_box {
        max-width: 1060px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.interview_box .item_grid {
    display: flex;
    flex-direction: column;
}
@media only screen and (min-width: 768px) {
    .interview_box .item_grid {
        flex-direction: row;
    }
}
.interview_box .item_images {
    width: 400px;
    max-width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 768px) {
    .interview_box .item_images {
        width: calc(49% - 1px);
        padding-right: 29px;
        margin-left: 0;
        margin-right: 0;
    }
}
.interview_box .item_images.is_show .item_thumb_roty {
    animation: rotateY 3s linear 0s 1 both;
}
.interview_box .item_thumb {
    position: relative;
}
.interview_box .item_thumb:nth-child(1) {
    width: 400px;
    top: -5px;
    left: -35px;
}
@media only screen and (min-width: 768px) {
    .interview_box .item_thumb:nth-child(1) {
        max-width: 100%;
        top: 0;
        left: 0;
    }
}
.interview_box .item_thumb:nth-child(2) {
    width: 222px;
    aspect-ratio: 1;
    position: relative;
    margin-top: -115px;
    margin-left: auto;
    right: -10px;
}
@media only screen and (min-width: 768px) {
    .interview_box .item_thumb:nth-child(2) {
        width: 286px;
        max-width: 70%;
        top: -59px;
        right: 0;
        margin-top: 0;
    }
}
.interview_box .item_thumb_roty {
    transform-style: preserve-3d;
}
.interview_box .item_thumb_roty .l1,
.interview_box .item_thumb_roty .l2 {
    position: absolute;
    inset: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.interview_box .item_thumb_roty .l2 {
    transform: rotateY(180deg);
}
.interview_box .item_shape {
    position: absolute;
    z-index: -1;
    translate: -50% -50%;
}
.interview_box .item_content {
    padding-top: 63px;
    padding-left: 5px;
    padding-right: 5px;
}
@media only screen and (min-width: 768px) {
    .interview_box .item_content {
        width: calc(51% + 1px);
        padding-top: 69px;
        padding-left: 0;
        padding-right: 10px;
    }
}
.interview_box .item_title {
    font-weight: 700;
    line-height: 1.3076923077;
}
@media only screen and (min-width: 768px) {
    .interview_box .item_title {
        line-height: 1.0909090909;
    }
}
.interview_box .item_txt {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    margin-top: 25px;
}
@media only screen and (min-width: 768px) {
    .interview_box .item_txt {
        margin-top: 43px;
    }
}
.interview_box .item_txt + .item_txt {
    margin-top: 28px;
}
@media only screen and (min-width: 768px) {
    .interview_box .item_txt + .item_txt {
        margin-top: 28px;
    }
}
.interview_box .item_txt .lm {
    background-image: linear-gradient(
        to right,
        rgba(255, 180, 11, 0.3) 0%,
        rgba(255, 180, 11, 0.3) 100%
    );
    background-repeat: no-repeat;
    background-size: 100% 8px;
    background-position: 0 100%;
}
@media only screen and (min-width: 768px) {
    .interview_box_01 {
        margin-top: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .interview_box_01 .item_grid {
        padding-left: 21px;
    }
}
.interview_box_01 .item_shape {
    width: 173.64px;
    top: 443px;
    left: 50px;
    rotate: -115.8deg;
}
@media only screen and (min-width: 768px) {
    .interview_box_01 .item_shape {
        width: 254.35px;
        max-width: 20vw;
        top: 389px;
        top: clamp(
            20rem,
            calc(20rem + 0.5026595745 * (100vw - 1024px)),
            38.9rem
        );
        left: -36px;
        left: clamp(
            -3.6rem,
            calc(2rem + -0.1489361702 * (100vw - 1024px)),
            2rem
        );
    }
}
.interview_box_01 .item_title {
    margin-left: -15px;
}
@media only screen and (min-width: 768px) {
    .interview_box_01 .item_title {
        margin-left: 0;
    }
}
.interview_box_02 {
    margin-top: 114px;
}
@media only screen and (min-width: 768px) {
    .interview_box_02 {
        margin-top: 172px;
    }
}
@media only screen and (min-width: 768px) {
    .interview_box_02 .item_grid {
        flex-direction: row-reverse;
        padding-left: 12px;
    }
}
@media only screen and (min-width: 768px) {
    .interview_box_02 .item_images {
        padding-left: 2px;
        padding-right: 2px;
    }
}
.interview_box_02 .item_thumb:nth-child(1) {
    left: -79px;
}
@media only screen and (min-width: 768px) {
    .interview_box_02 .item_thumb:nth-child(1) {
        left: 0;
    }
}
.interview_box_02 .item_thumb:nth-child(2) {
    width: 262px;
    margin-top: -149px;
    right: -40px;
}
@media only screen and (min-width: 768px) {
    .interview_box_02 .item_thumb:nth-child(2) {
        width: 286px;
        top: -74px;
        right: 0;
        margin-top: 0;
    }
}
.interview_box_02 .item_shape {
    width: 207.09px;
    top: 28px;
    right: -151px;
    rotate: 26.31deg;
}
@media only screen and (min-width: 768px) {
    .interview_box_02 .item_shape {
        width: 372.81px;
        max-width: 30vw;
        top: 49px;
        right: -387px;
        right: clamp(
            -38.7rem,
            calc(-20rem + -0.4973404255 * (100vw - 1024px)),
            -20rem
        );
    }
}
.interview_box_02 .item_content {
    padding-top: 51px;
}
@media only screen and (min-width: 768px) {
    .interview_box_02 .item_content {
        padding-top: 15px;
    }
}
.interview_box_02 .item_txt {
    margin-top: 30px;
}
@media only screen and (min-width: 768px) {
    .interview_box_02 .item_txt {
        margin-top: 43px;
    }
}
.interview_box_02 .item_title {
    margin-right: -30px;
}
@media only screen and (min-width: 768px) {
    .interview_box_02 .item_title {
        margin-left: -3px;
    }
}

@keyframes rotateY {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}
.wrapper {
    overflow: hidden;
}

.staff {
    overflow: hidden;
}
.staff_inner {
    position: relative;
    z-index: 0;
    padding-top: 88px;
    padding-left: 8px;
    padding-bottom: 52px;
}
@media only screen and (min-width: 768px) {
    .staff_inner {
        padding-top: 148px;
        padding-left: 0;
        padding-bottom: 121px;
        padding-bottom: clamp(
            12.1rem,
            calc(12.1rem + 0.2895833333 * (100vw - 1440px)),
            26rem
        );
    }
}
.staff_bg {
    width: 1836px;
    position: absolute;
    top: 31px;
    left: -396px;
    z-index: -1;
}
@media only screen and (min-width: 768px) {
    .staff_bg {
        width: 111.9444444444vw;
        min-width: 1612px;
        top: 13px;
        top: clamp(
            -1.3rem,
            calc(1.3rem + -0.0541666667 * (100vw - 1440px)),
            1.3rem
        );
        left: -74px;
    }
}
.staff_thumb {
    position: absolute;
    z-index: 0;
    inset: 0;
    pointer-events: none;
}
.staff_thumb .item {
    position: absolute;
}
@media only screen and (min-width: 768px) {
    .staff_thumb .item {
        translate: 0 -50%;
    }
}
@media only screen and (min-width: 768px) {
    .staff_thumb .item:nth-child(1) {
        width: 212.8px;
        max-width: 37.5971731449%;
        top: calc(60% + 0px);
        right: calc(106% - 2px);
        rotate: 0deg;
    }
}
@media only screen and (min-width: 768px) {
    .staff_thumb .item:nth-child(2) {
        width: 389.15px;
        max-width: 68.7544169611%;
        top: calc(22% - 2px);
        left: calc(67% + 0px);
    }
}
.staff_thumb .item:nth-child(3) {
    width: 465.54px;
    top: calc(27.7% + 5px);
    left: calc(49% + 0px);
    translate: -50% 0;
}
.staff_block {
    position: relative;
    padding-bottom: 299px;
}
@media only screen and (min-width: 768px) {
    .staff_block {
        width: 636px;
        max-width: calc(100vw - 350px);
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0;
    }
}
.staff_content .item_leading {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4285714286;
    color: #fff;
}
.staff_content .item_title {
    font-weight: 400;
    line-height: 1.125;
    color: #fff;
    margin-top: 5px;
}
@media only screen and (min-width: 768px) {
    .staff_content .item_title {
        line-height: 0.93;
        margin-top: 8px;
    }
}
.staff_content .item_txt {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4285714286;
    color: #fff;
    margin-top: 30px;
}
@media only screen and (min-width: 768px) {
    .staff_content .item_txt {
        margin-top: 28px;
    }
}
.staff_more {
    display: flex;
    justify-content: center;
    position: relative;
    left: -6px;
    margin-top: 221px;
}
@media only screen and (min-width: 768px) {
    .staff_more {
        left: 5px;
        margin-top: 40px;
    }
}
.staff_more .item_link {
    font-size: 2.4rem;
    font-weight: 700;
    width: 276px;
    height: 121px;
    border-width: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 3px solid #ffb40b;
    border-radius: 50%;
    position: relative;
    padding-right: 25px;
    padding-bottom: 1px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.21));
}
@media only screen and (min-width: 768px) {
    .staff_more .item_link {
        padding-right: 23px;
        padding-bottom: 3px;
    }
}
.staff_more .item_link::after {
    content: "";
    width: 24px;
    aspect-ratio: 1;
    display: inline-block;
    background-color: #1bb06d;
    background-image: url("./../images/common/icon_up_arrow_w.svg");
    background-repeat: no-repeat;
    background-size: 10px 14px;
    background-position: center center;
    border-radius: 99px;
    rotate: 45deg;
    position: absolute;
    top: 53%;
    right: 35px;
    translate: 0 -50%;
}
@media only screen and (min-width: 768px) {
    .staff_more .item_link::after {
        right: 32px;
    }
}

.work .title_sec2 {
    position: relative;
    top: -30px;
}
@media only screen and (min-width: 768px) {
    .work .title_sec2 {
        top: -27px;
    }
}
.work_inner {
    background-color: #ffb40b;
    border-radius: 30px;
    position: relative;
    padding-bottom: 149px;
}
@media only screen and (min-width: 768px) {
    .work_inner {
        border-radius: 30px;
        padding-bottom: 173px;
    }
}
.work_decorate {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}
.work_decorate .shape {
    position: absolute;
    opacity: 0.2;
    transform-origin: left bottom;
}
.work_decorate .shape .item_txt {
    color: #eaeaea;
    font-size: 10.6rem;
    line-height: 1;
    gap: 33px;
    flex-shrink: 0;
    padding-right: 16px;
}
@media only screen and (min-width: 768px) {
    .work_decorate .shape .item_txt {
        font-size: clamp(
            6.4rem,
            calc(6.4rem + 0.1012658228 * (100vw - 768px)),
            12.8rem
        );
        gap: 41px;
        padding-right: 30px;
    }
}
.work_decorate .shape .item_txt span {
    flex-shrink: 0;
}
.work_decorate .shape .item_txt img {
    width: 0.67em;
}
@media only screen and (min-width: 768px) {
    .work_decorate .shape .item_txt img {
        width: 0.67em;
    }
}
.work_decorate .shape:nth-child(1) {
    top: -4px;
    left: -17px;
    rotate: 90deg;
    translate: 0 -100%;
}
@media only screen and (min-width: 768px) {
    .work_decorate .shape:nth-child(1) {
        top: -5px;
        left: -20px;
    }
}
.work_decorate .shape:nth-child(2) {
    display: none;
}
@media only screen and (min-width: 768px) {
    .work_decorate .shape:nth-child(2) {
        left: calc(100% + 23px);
        bottom: -4px;
        rotate: -90deg;
        display: block;
    }
}
.work_context {
    margin-top: 11px;
}
@media only screen and (min-width: 768px) {
    .work_context {
        margin-top: 38px;
    }
}
.work_box {
    --c: #e8382f;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .work_box {
        max-width: 830px;
        margin-left: auto;
        margin-right: auto;
        padding: 5px 20px 5px 5px;
        left: -2px;
    }
}
.work_box:nth-child(1) {
    --c: #e8382f;
}
.work_box:nth-child(2) {
    --c: #f87b00;
}
.work_box:nth-child(3) {
    --c: #1bb06d;
}
.work_box:nth-child(4) {
    --c: #3ebfd1;
}
.work_box:nth-child(5) {
    --c: #ffb40b;
}
.work_box + .work_box {
    margin-top: 31px;
}
@media only screen and (min-width: 768px) {
    .work_box + .work_box {
        margin-top: 30px;
    }
}
.work_box .item_grid {
    display: flex;
    flex-direction: column;
}
@media only screen and (min-width: 768px) {
    .work_box .item_grid {
        flex-direction: row;
        justify-content: space-between;
    }
}
.work_box .item_cover {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .work_box .item_cover {
        width: 340px;
        max-width: 42.5%;
    }
}
.work_box .item_thumb {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1.5813953488;
}
@media only screen and (min-width: 768px) {
    .work_box .item_thumb {
        aspect-ratio: 1.36;
    }
}
.work_box .item_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.work_box .item_content {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-left: 2px;
}
@media only screen and (min-width: 768px) {
    .work_box .item_content {
        width: 443px;
        max-width: calc(57.5% - 20px);
        padding-top: 9px;
        padding-left: 0;
    }
}
.work_box .item_title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--c);
}
@media only screen and (min-width: 768px) {
    .work_box .item_title {
        font-size: 1.4rem;
    }
}
.work_box .item_title .bigger {
    font-size: 3.2rem;
    font-weight: 400;
    padding-right: 13px;
    position: relative;
    display: block;
}
@media only screen and (min-width: 768px) {
    .work_box .item_title .bigger {
        padding-right: 13px;
        top: 1px;
        display: inline-block;
    }
}
.work_box .item_txt {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.7142857143;
    margin-top: 15px;
    margin-bottom: 21px;
}
@media only screen and (min-width: 768px) {
    .work_box .item_txt {
        font-size: 1.3rem;
        line-height: 1.8461538462;
        margin-top: 19px;
        margin-bottom: 20px;
        padding-left: 2px;
        padding-right: 2px;
    }
}
.work_box .item_btn {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-top: auto;
}
@media only screen and (min-width: 768px) {
    .work_box .item_btn {
        bottom: 5px;
        margin-right: -9px;
    }
}
.work_box .item_btn_link {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    width: 130px;
    height: 38px;
    background-color: #000;
    border-radius: 99px;
    border: 2px solid #000;
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
}
@media only screen and (min-width: 768px) {
    .work_box .item_btn_link {
        width: 130px;
        height: 38px;
        gap: 9px;
        transition: 300ms ease;
        padding-left: 3px;
    }
    .work_box .item_btn_link:hover {
        color: var(--c);
        background-color: #fff;
    }
}
.work_box .item_btn_link .icon {
    width: 19.81px;
    height: 19.81px;
    background-color: var(--c);
    display: inline-block;
    position: relative;
    border-radius: 999px;
}
@media only screen and (min-width: 768px) {
    .work_box .item_btn_link .icon {
        width: 19.81px;
        height: 19.81px;
    }
}
.work_box .item_btn_link .icon::after {
    content: "";
    width: 10px;
    height: 12px;
    background-image: url("../images/common/icon_up_arrow_w.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    rotate: 45deg;
}

.full_time {
    margin-top: 7px;
}
@media only screen and (min-width: 768px) {
    .full_time {
        margin-top: 90px;
    }
}
