@charset "utf-8";

/* interview CSS
---------------------------------- */

/* ------------------------------------------
 .pagettl
------------------------------------------ */
.recruit-hero.vfot {
    height: min(53.5vw, 1100px);
    overflow: initial;

    /* min-height: clamp(373px, 32.37vw, 485px); */
}

.main-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.interv-title {
    top: 21.5%;
    transform: translateX(-50%);
}

.interv-title::before {
    content: "";
    background-image: url("../img/recruit/text-balloon.svg");
    width: clamp(63px, 6.33vw, 95px);
    aspect-ratio: 95/75;
    display: block;
    margin: auto;
}

.interv-title .catch {
    background-color: var(--wht);
    border-radius: 20px;
    padding-right: var(--mp40);
    padding-left: var(--mp40);
    white-space: nowrap;
}

.vfot .recruit-hero__page-title {
    top: clamp(60px, 12vw, 80px);
}

.vfot .recruit-hero__bg {
    top: clamp(98px, 15.53vw, 133px);
}

.vfot .recruit-hero__fig--left {
    top: clamp(181px, 22.87vw, 240px);
}

.vfot .recruit-hero__fig--right {
    top: clamp(67px, 14.13vw, 105px);
}

@media (max-width: 767px) {
    .recruit-hero.vfot {
        height: max(40vh, 300px);
    }
    .interv-title .catch {
        transform: scale(0.7);
    }
}

/* ------------------------------------------
 .sec-message
------------------------------------------ */
.sec-message .item-wrap .cont-item-li {
    width: 100%;
}

.sec-message .item-wrap .cont-item {
    gap: 0 var(--mp100);
    background-color: var(--wht);
    border-radius: clamp(10px, 2vw, 30px);
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgb(0 48 103 / 5%);
    flex-wrap: nowrap;
    min-height: 800px;
    width: 100%;
    transition: all 0.28s ease;
}

.sec-message .item-wrap .cont-item-li:not(:last-child) {
    margin-bottom: var(--mp60);
}

.sec-message .item-wrap .cont-item-li .img-area {
    width: 40%;
    overflow: hidden;
}

.sec-message .item-wrap .cont-item-li .img-area .img-wrap {
    height: 100%;
    transition: all 0.28s ease;
}
.sec-message .item-wrap .cont-item-li .img-area .img-sp {
    display: none;
}

.sec-message .item-wrap .cont-item-li .txt-area {
    flex: 1;
    padding-right: var(--mp60);
    padding-top: var(--mp80);
    padding-bottom: var(--mp60);
}
.sec-message .txt-area .area-wrap {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}

.sec-message .txt-area .text-bottom {
    padding-bottom: 30px;
}

.sec-message .txt-area .text-bottom .name {
    margin-right: 0.5em;
}

.sec-message .btnarea {
    position: absolute;
    bottom: 0;
    right: 0;
}


.sec-message .link-area .btn-cont::after {
    right: 0;
    top: 60%;
}

.sec-message .link-area .btn-txt {
    margin-right: 24px;
}
@media (min-width: 768px) {
    .sec-message .item-wrap .cont-item:hover {
        opacity: 0.7;
    }
    .sec-message .item-wrap .cont-item:hover .img-area .img-wrap {
        transform: scale(1.05);
    }
}
@media (max-width: 1200px) {
    .sec-message .item-wrap .cont-item {
        min-height: 700px;
        gap: 0 var(--mp60);
    }
    .sec-message .item-wrap .cont-item-li .img-area {
        width: 35%;
    }
    .sec-message .txt-area .title-header .txt-head {
        font-size: var(--f-sz32);
    }
    .sec-message .txt-area .text-bottom .position {
        font-size: var(--f-sz24);
    }
    .sec-message .txt-area .text-bottom .name {
        font-size: var(--f-sz18);
    }
    .sec-message .txt-area .text-bottom .hire-year {
        font-size: var(--f-sz14);
    }
}
@media (max-width: 991px) {
    .sec-message .item-wrap .cont-item {
        min-height: 600px;
    }
    .sec-message .item-wrap .cont-item-li .img-area {
        width: 30%;
    }
}
@media (max-width: 767px) {
    .sec-message .link-area .btn-txt {
        margin-right: 16px;
    }
}
@media (max-width: 575px) {
    .sec-message .item-wrap .cont-item {
        flex-direction: column;
        min-height: auto;
    }
    .sec-message .item-wrap .cont-item-li .img-area {
        width: 100%;
    }
    .sec-message .item-wrap .cont-item-li .img-area .img-wrap {
        aspect-ratio: 5/3;
    }
    .sec-message .item-wrap .cont-item-li .img-area .img-pc {
        display: none;
    }
    .sec-message .item-wrap .cont-item-li .img-area .img-sp {
        display: block;
    }
    .sec-message .item-wrap .cont-item-li .txt-area {
        width: 100%;
        padding: 30px 30px 40px 30px;
    }
    .sec-message .txt-area .title-header .head-en {
        font-size: 1.4rem;
    }
}

/* ------------------------------------------
 .recruit-detail-title
------------------------------------------ */
.recruit-detail-title {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 400px;
    max-height: 800px;
    aspect-ratio: 2 / 1;
    width: 100%;
}

.recruit-detail-title .page-ttl {
    padding-top: var(--mp100);
    padding-bottom: var(--mp100);
}

.recruit-detail-title .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.recruit-detail-title .img-wrap::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #0000CC;
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
    opacity: 0.5;
}

/* ------------------------------------------
 .sec-deta-intro
------------------------------------------ */
.sec-deta-intro .backdrop {
    background-color: var(--wht);
    border-radius: 30px 0 0 30px;
    margin-top: calc(var(--mp30) * -1);
    position: relative;
    z-index: 1;
    padding: var(--mp70) 5vw var(--mp60) var(--mp80);
    box-shadow: 0 0 20px 0 rgb(0 48 103 / 5%);
}

.sec-deta-intro .txt-area {
    width: min(100%, 1235px);
}

.sec-deta-intro .sec-ttl {
    width: clamp(270px, 20.13vw, 302px);
    padding-right: var(--mp30);
    padding-left: var(--mp30);
    position: relative;
}

.sec-deta-intro .sec-ttl::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: var(--blu);
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.sec-deta-intro .position {
    margin-top: -10px;
}

.sec-deta-intro .name {
    margin-right: 0.5em;
}

.sec-deta-intro .txt-cont {
    flex: 1;
}

.sec-deta-intro .txt-cont .prof {
    color: #8cb0ed;
    padding-bottom: 5px;
}

@media (max-width: 991px) {
    .sec-deta-intro .backdrop {
        padding: var(--mp40) 5vw var(--mp40) var(--mp40);
    }

    .sec-deta-intro .txt-cont {
        flex: initial;
        width: 100%;
    }

    .sec-deta-intro .position {
        margin-top: -6px;
    }

    .sec-deta-intro .txt-area {
        gap: var(--mp30);
    }
}

/* ------------------------------------------
 .sec-deta-about
------------------------------------------ */
.sec-deta-about .sec-ttl {
    padding-bottom: 7px;
}

.sec-deta-about .title-header {
    width: 248px;
}

.sec-deta-about .mess-list {
    flex: 1;
    counter-reset: mess-num;
}

.sec-deta-about .mess-list li {
    position: relative;
    padding: var(--mp40) 0 0 var(--mp60);
    counter-increment: mess-num;
}

.sec-deta-about .mess-list li:not(:last-child) {
    padding-bottom: var(--mp70);
}

.sec-deta-about .mess-list .num {
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1;
}

.sec-deta-about .mess-list .num::before {
    content: counter(mess-num, decimal-leading-zero);
}

.sec-deta-about .mess-list .inner {
    width: min(100%, 940px);
}

@media (max-width: 991px) {
    .sec-deta-about .mess-list {
        flex: initial;
    }

    .sec-deta-about .mess-list li {
        padding: var(--mp20) 0 0 var(--mp30);
    }
}

@media (max-width: 480px) {
    .sec-deta-about .mess-list li {
        padding: var(--mp20) 0 0 0;
    }
}

/* ------------------------------------------
 .sec-deta-schedule
------------------------------------------ */
.sec-deta-schedule .cont-inr {
    background-color: var(--wht);
    border-radius: 10px 0 0 10px;
}

.sec-deta-schedule .in-side {
    display: inline-flex;
    text-align: left;
    gap: 0 55px;
    margin: 0 5vw;
    flex-wrap: wrap;
}

.sec-deta-schedule .title-header {
    white-space: nowrap;
}

.sec-deta-schedule .schedule {
    display: inline-grid;
    grid-template-columns: repeat(2, auto);
    gap: 12px 0;
}

.sec-deta-schedule .schedule .hour {
    color: var(--mgly);
    text-align: center;
    font-family: var(--f-mnt);
    font-size: var(--f-sz20);
    line-height: 1.5;
    letter-spacing: 0;
    position: relative;
    font-weight: 600;
    padding-right: 23px;
}

.sec-deta-schedule .schedule .hour::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 0.75em;
    right: 0;
    transform: translate(2px , -50%);
    background-color: #ccc;
}

.sec-deta-schedule .schedule .hour::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 12px);
    position: absolute;
    top: 0.75em;
    right: 0;
    background-color: #ccc;
}

.sec-deta-schedule .schedule .item {
    font-size: var(--f-sz20);
    line-height: 1.5;
    padding-left: 22px;
}

.sec-deta-schedule .schedule .hour:last-of-type::after {
    content: none;
}


@media (max-width: 767px) {
    .sec-deta-schedule .in-side {
        display: inline-block;
    }
}

/* ------------------------------------------
 .sec-deta-qaa
------------------------------------------ */
.sec-deta-qaa .title-header {
    width: clamp(128px, 18.53vw, 278px);
    padding-right: var(--mp30);
}

.sec-deta-qaa .sec-ttl {
    padding-bottom: 6px;
}

.sec-deta-qaa .qaa-list {
    flex: 1;
}

.sec-deta-qaa .qaa-list .qaa:not(:last-child) {
    margin-bottom: var(--mp40);
}

.sec-deta-qaa .qaa-list .answer {
    background-color: var(--wht);
    border-radius: 10px 0 0 10px;
    padding: 20px 5vw 20px var(--mp30);
}

.sec-deta-qaa .qaa-list .answer .inner {
    width: min(100%, 1000px);
}

.sec-deta-qaa .qaa-list .h-txt {
    margin-right: 4px;
}

.sec-deta-qaa .qaa-list .answer .h-txt {
    color: #fabd00;
}

.sec-deta-qaa .qaa-list .text {
    flex: 1;
}

.rec-pager .btnarea:has(.btn-style01) {
    padding-left: 0;
}

.rec-pager .btn {
    margin: auto;
}

.rec-pager .btn-style01 .btn-txt {
    font-family: var(--f-jp);
    font-weight: 500;
}

.rec-pager .btn-style01 .arrow02::before {
    transform: translate(-50%, -50%) rotate(-180deg) scale(1);
}
.rec-pager .btn-style01 .arrow02::after {
    transform: translate(-50%, -50%) rotate(-180deg) scale(0);
}

.rec-pager .btn-style01:hover .arrow02::before {
    transform: translate(-50%, -50%) rotate(-180deg) scale(0);
}
.rec-pager .btn-style01:hover .arrow02::after {
    transform: translate(-50%, -50%) rotate(-180deg) scale(1);
}

@media (max-width: 991px) {
    .sec-deta-qaa .qaa-list {
        flex: initial;
    }
}

/* ------------------------------------------
 .sec-deta-more
------------------------------------------ */
.sec-deta-more {
    background-color: var(--blu);
    overflow: hidden;
}

.sec-deta-more .more-hd {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--mp30);
    margin-bottom: 18px;
}

.sec-deta-more .more-ttl {
    word-break: keep-all;
}

.sec-deta-more .more-nav {
    display: flex;
    gap: 20px;
}

.sec-deta-more .more-arr {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: var(--wht);
    cursor: pointer;
    transition: opacity ease 0.28s;
}

.sec-deta-more .more-arr::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--blu);
    border-right: 1px solid var(--blu);
    transform: translate(-65%, -50%) rotate(45deg);
    transition: all 0.28s ease;
}

.sec-deta-more .more-prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.sec-deta-more .more-arr.slick-disabled {
    opacity: 0.4;
    cursor: default;
}

.sec-deta-more .more-item {
    width: 360px;
    margin-right: 30px;
}

.sec-deta-more .more-item a {
    display: block;
    transition: all 0.28s ease;
}

.sec-deta-more .more-img {
    aspect-ratio: 4 / 3;
    background-color: #b3b3b3;
    border-radius: 10px;
    overflow: hidden;
}

.sec-deta-more .more-img img {
    width: 100%;
    height: 100%;
    transition: all 0.28s ease;
}

.sec-deta-more .more-txt {
    margin-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

.sec-deta-more .slick-list {
    overflow: visible;
}

.sec-deta-more .slick-track {
    display: flex;
}

@media (min-width: 768px) {
    .sec-deta-more .more-prev:not(.slick-disabled):hover::before {
        left: 40%;
    }
    .sec-deta-more .more-next:not(.slick-disabled):hover::before {
        left: 60%;
    }

    .sec-deta-more .more-item a:hover {
        opacity: 0.7;
    }
    .sec-deta-more .more-item a:hover .more-img img {
        transform: scale(1.05);
    }
}
@media (max-width: 767px) {
    .sec-deta-more .more-hd {
        align-items: center;
    }

    .sec-deta-more .more-nav {
        gap: 12px;
    }

    .sec-deta-more .more-arr {
        width: 40px;
        height: 40px;
    }

    .sec-deta-more .more-item {
        width: min(72vw, 320px);
        margin-right: 20px;
    }
}
