@charset "UTF-8";
@media screen and (max-width: 1240px) {
    .itvInfo_wrap .c-wrap,
    .itvInfo_wrap .c-wrap {
        max-width: 89.063vw;
    }
}
.itvInfo_wrap {
    background: #fff;
    padding: 100px 0 80px;
}
.itvInfo-name {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 24px;
}
.itvInfo-ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 40px;
    line-height: 1.6;
}
.itvInfo_attr {
    display: table;
    letter-spacing: -.4em;
    margin-top: 30px;
}
.itvInfo_attr .txt {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    letter-spacing: normal;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 68px;
    padding-right: 30px;
    position: relative;
}
.itvInfo_attr .txt span {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background: #222222;
    border-radius: 4px;
    padding: 6px 0;
    box-sizing: border-box;
    text-align: center
}
.itvCnt_wrap {
    background: #F3F6F5;
    padding-bottom: 120px;
    position: relative;
}
.itvCnt_wrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 282px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 1;
}
.itv_box {
    margin-bottom: 80px;
}
.itv_img {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
}
.itv_img source,
.itv_img img {
    width: 100%;
    height: auto;
    max-width: 870px;
    border-radius: 16px;
}
.itv_txt {
    margin-bottom: 80px;
}
.itv_txt .ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 32px;
    line-height: 1.6;
}
.itv_txt .txt {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 2;
    margin-top: 40px;
}
.concierge_box {
    background: #fff;
    border-radius: 16px;
    padding: 60px;
}
.concierge_box .ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 24px;
    line-height: 1;
}
.concierge_box .box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.concierge_box .img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
}
.concierge_box .img source,
.concierge_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.concierge_box .name {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 16px;
    line-height: 1;
    margin-top: 20px;
    text-align: center;
}
.concierge_box .txt {
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
    box-sizing: border-box;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 2;
    padding-left: 60px;
}
.concierge_box .txt:only-child {
    width: 100%;
    padding-left: 0;
}
.interview_wrap {
    background: #fff;
    padding: 120px 0;
}
.interview_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.interview_con {
    width: 360px;
}
.interview_con a {
    display: block;
    text-decoration: none;
}
.interview_img {
    width: 100%;
    height: 202px;
    border-radius: 8px;
    overflow: hidden;
}
.interview_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: .4s all;
}
.interview_txt {
    padding-top: 20px;
}
.interview_txt .name {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.interview_txt .ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 20px;
    line-height: 1.6;
    position: relative;
}
/*
.interview_txt .ttl span {
    display: inline-block;
    background-image: linear-gradient(to bottom, transparent 86%, black 86%, black 90%, transparent 90%);
    background-size: 0 1.6em;
    background-repeat: repeat-y;
    transform-origin: left top;
    transition: background-size .4s, all .4s;
}
.interview_txt .ttl::before {
    background: #222;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -4px;
    margin: auto;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: transform .4s;
}
*/
.interview_txt .work {
    margin-top: 30px;
}
.interview_txt .work li {
    position: relative;
    padding-left: 68px;
    margin-bottom: 6px;
}
.interview_txt .work li:last-child {
    margin-bottom: 0;
}
.interview_txt .work li span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 58px;
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background: #222;
    text-align: center;
    padding: 6px 0;
    border-radius: 4px;
    box-sizing: border-box;
}
.topBack_btn {
    margin: 0 auto;
    margin-top: 80px;
}
.interview_slide {
    display: none;
}
@media (min-width:1024px) {
    .interview_con a:hover .interview_img img ,
    .interview_con a:hover .interview_img source {
        transform: scale(1.04, 1.04);
    }
    .interview_con a:hover .interview_txt .ttl {
        text-decoration: underline;
        text-underline-offset: 6px;
        text-decoration-thickness: 1px;
    }
        /*
    .interview_con a:hover .interview_txt .ttl span {
        background-size: 100% 1.6em;
    }
    .interview_con a:hover .interview_txt .ttl::before {
        transform: scale(1, 1);
    }
        */
}
@media screen and (min-width:1024px) and (max-width:1240px) {
    .interview_con {
        width: 32%;
    }
}
/*tab*/
@media only screen and (max-width:1024px) {
    .interview_lst {
        display: none;
    }
    .interview_slide {
        display: block;
    }
    .splide {
        padding-bottom: 60px;
    }
    .splide_part {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .splide__arrows {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .splide__arrow {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
    }
    .splide__arrow:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: #1C4A40;
        border-radius: 50%;
        z-index: 1;
        transition:all .2s ease-out;
    }
    .splide__arrow span {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 2;
        overflow: hidden;
    }
    .splide__arrow source,
    .splide__arrow img {
        display: block;
    }
    .splide__pagination {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 20px;
    }
    .splide__pagination li {
        width: 20px;
        height: 2px;
    }
    .splide__pagination__page {
        display: block;
        width: 100%;
        height: 100%;
        background: #D9D9D9;
    }
    .splide__pagination__page.is-active {
        background: #000000;
    }
    .interview_con {
        width: 300px;
        height: 100%;
        border: 1px solid #E6E6E6;
        padding: 20px;
        border-radius: 8px;
        box-sizing: border-box;
    }
    .interview_img {
        height: 146px;
    }
    .interview_txt {
        padding-top: 20px;
    }
    .interview_txt .name {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .interview_txt .ttl {
        font-size: 16px;
    }
    .interview_txt .work {
        margin-top: 20px;
    }
    .interview_txt .work li {
        padding-left: 58px;
        margin-bottom: 5px;
    }
    .interview_txt .work li span {
        width: 48px;
        font-size: 12px;
        padding: 4px 0;
    }
}
@media (max-width:767px) {
    .itvInfo_wrap {
        padding: 40px 20px 40px;
    }
    .itvInfo-name {
        font-size: 16px;
        margin-bottom: 22px;
    }
    .itvInfo-ttl {
        font-size: 24px;
    }
    .itvInfo_attr {
        display: block;
        letter-spacing: normal;
        margin-top: 30px;
    }
    .itvInfo_attr .txt {
        display: block;
        font-size: 14px;
        padding-left: 58px;
        padding-right: 0;
        margin-bottom: 5px;
    }
    .itvInfo_attr .txt:last-child {
        margin-bottom: 0;
    }
    .itvInfo_attr .txt span {
        width: 48px;
        font-size: 12px;
        padding: 5px 0;
    }
    .itvCnt_wrap {
        padding: 0 20px;
        padding-bottom: 60px;
    }
    .itvCnt_wrap:before {
        height: 94px;
    }
    .itv_box {
        margin-bottom: 40px;
    }
    .itv_img {
        margin-bottom: 40px;
    }
    .itv_img source,
    .itv_img img {
        max-width: 335px;
    }
    .itv_txt {
        margin-bottom: 40px;
    }
    .itv_txt .ttl {
        font-size: 16px;
    }
    .itv_txt .txt {
        font-size: 14px;
        margin-top: 20px;
    }
    .concierge_box {
        padding: 30px;
    }
    .concierge_box .ttl {
        font-size: 16px;
        line-height: 1.6;
    }
    .concierge_box .box {
        display: block;
        margin-top: 20px;
    }
    .concierge_img {
        margin-bottom: 30px;
    }
    .concierge_box .img {
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }
    .concierge_box .name {
        font-size: 14px;
        margin-top: 20px;
    }
    .concierge_box .txt {
        width: 100%;
        font-size: 14px;
        padding-left: 0;
    }
    .interview_wrap {
        padding: 60px 0;
    }
    .topBack_btn {
        margin: 0 auto;
        margin-top: 40px;
    }
}
