@charset "UTF-8";

/* ------------------------------- 
スタッフボイス一覧
------------------------------- */
.wrap-stafflist {
    background-image: url(../img/staff/sakura01.png), url(../img/staff/sakura02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top 20% left, top 80% right;
    background-size: 118px 174px, 209px 253px;
}

.wrap-stafflist .slide-staff {
    margin: 80px 0;
}

.wrap-stafflist .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    transform: none !important;
    gap: 20px;
    max-width: 768px;
    margin: 0 auto;
}

.wrap-stafflist .staff-item {
    width: 100% !important;
}

@media (min-width: 768px) {
    .wrap-stafflist .slide-staff {
        margin: 60px 0;
    }

    .wrap-stafflist .swiper-wrapper {
        gap: 60px 40px;
    }

    .wrap-stafflist .staff-item {
        width: calc(50% - 20px) !important;
    }
}

@media (min-width: 1024px) {
    .wrap-stafflist .slide-staff {
        margin: 125px 0;
    }

    .wrap-stafflist .swiper-wrapper {
        gap: 100px 144px;
    }

    .wrap-stafflist .staff-item {
        width: calc(50% - 72px) !important;
    }
}

/* ------------------------------- 
スタッフボイス詳細
------------------------------- */
.detail {
    padding: 40px 0 60px;
}

.detail>.wrap-common {
    gap: 110px 75px;
    align-items: flex-start;
}

@media (min-width: 1024px) {
    .detail {
        padding: 90px 0;
    }
}

/* 内容 */
.detail .info {
    gap: 20px 78px;
}

.detail .info .img {
    order: 2;
}

.detail .info .txt {
    order: 1;
}

.detail .info .catch {
    font-size: clamp(24px, 5vw, 32px);
    font-weight: 500;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #D5D5D5;
}

.detail .info .job,
.detail .info .name {
    margin: 0;
}

.detail .info .job {
    font-size: clamp(18px, 3.8vw, 20px);
}

.detail .info .name {
    font-size: 14px;
    margin-bottom: 25px;
}

.detail .info .cate {
    display: inline-block;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    border: solid 1px var(--c-green);
    border-radius: 30px;
    padding: 3px 20px;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media (min-width: 1024px) {
    .detail .info .img {
        width: 50%;
        order: 1;
    }

    .detail .info .txt {
        width: calc(50% - 78px);
        order: 2;
    }

    .detail .info .catch {
        padding: 80px 0;
        margin-bottom: 32px;
    }
}

/* インタビュー */
.sec-interview {
    width: 100%;
    gap: 100px 0;
}

.sec-interview .interview-item {
    padding-left: 50px;
    position: relative;
}

.sec-interview .interview-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 38px;
    height: 1px;
    background: var(--c-green);
}

.interview-title {
    margin-bottom: 24px;
}

.interview-title .en {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    color: var(--c-green);
}

.interview-title .jp {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color: var(--c-green);
}

.interview-content {
    margin: 0;
}

@media (min-width: 1024px) {
    .sec-interview {
        width: 60%;
    }
}

/* オフの日 */
.sec-dayoff {
    background: #fff;
    border: solid 1px var(--c-green);
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.dayoff-title {
    color: var(--c-green);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 40px;
    padding: 10px;
    border-bottom: dotted 1px var(--c-green);
}

.sec-dayoff .catch,
.sec-dayoff .desc {
    padding: 0 60px;
    margin: 0;
}

.sec-dayoff .catch {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 10px;
}

@media (min-width: 1024px) {

    .sec-dayoff .catch,
    .sec-dayoff .desc {
        padding: 0 38px;
    }

    .sec-dayoff {
        width: calc(40% - 75px);
    }

    .sec-dayoff .catch {
        margin: 0 0 20px;
    }
}

/* メッセージ */
.sec-message {
    background: #fff;
    width: 100%;
    padding: 0 10px;
    border: solid 1px var(--c-green);
    position: relative;
}

.sec-message::after {
    content: "";
    width: 90px;
    height: 127px;
    background-image: url(../img/staff/sakura02.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -50px;
    right: 0;
}

.sec-message .message-inner {
    position: relative;
    border-left: dotted 1px var(--c-green);
    border-right: dotted 1px var(--c-green);
    padding: 30px;
    gap: 20px 70px;
    align-items: flex-start;
}

.sec-message .img {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.sec-message .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-message .txt {
    width: 100%;
}

.sec-message .message-title,
.sec-message .catch,
.sec-message .desc {
    margin: 0;
}

.sec-message .message-title {
    font-size: 16px;
    margin-bottom: 39px;
}

.sec-message .catch {
    font-size: clamp(18px, 4vw, 20px);
    font-weight: 500;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .sec-message {
        padding: 0 30px;
    }

    .sec-message::after {
        width: 170px;
        height: 207px;
        top: -40%;
        right: 0;
    }

    .sec-message .message-inner {
        padding: 60px;
    }

    .sec-message .img {
        width: 30%;
    }

    .sec-message .txt {
        width: calc(70% - 70px);
    }
}

/* その他スタッフ */
.staff-other {
    margin-top: 80px;
    margin-bottom: 110px;
}

.staff-other .sec-title {
    margin-bottom: 45px;
}

.staff-other .sec-title .en {
    display: block;
    font-size: clamp(40px, 9vw, 50px);
}

.staff-other .block-btn {
    margin-top: 40px;
}

.staff-other .block-btn .btn-green {
    margin: 0;
}

@media (min-width: 768px) {}

@media (min-width: 1280px) {
    .staff-other .sec-title .en {
        display: inline;
    }

    .staff-other .block-navigation {
        top: 45px;
    }

    .staff-other .block-btn {
        position: absolute;
        top: 20px;
        right: 260px;
        margin-top: 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
}