@charset "UTF-8";
/*
Theme Name: interview
Author: Catwork Co., Ltd.
*/


/* interview
------------------------------------------------------------------------*/
.interview-ac .page-header::before {
	content: '';
	position: absolute;
  	right: max(calc((100vw - 1200px) / 2 - -87px),20px);
  	top: 387px;
	display: block;
	width: min(20.56vw,255px);
	height: auto;
	aspect-ratio: 1;
    background: url(../img/interview/interview_key_img.png) center / contain no-repeat;
  	transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .interview-ac .page-header::before {
        top: 67.8vw;
		right: 1.25vw;
        width: 27vw;
    }
}
.interview .interview_box {
    padding: 0 20px;
}
.interview .interview_box .inner {
    position: relative;
    max-width: 1240px;
    padding-top: 8.3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 6rem;
}
@media screen and (max-width: 1200px) {
    .interview .interview_box .inner {
        padding-top: 20rem;
        gap: 3rem;
    }
}
@media screen and (max-width: 750px) {
    .interview .interview_box .inner{
        padding-top: 5vw;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}
.interview .interview_item {
    transition: all 0.2s;
    background: #fff;
    border-radius: 1.2rem;
    overflow: hidden;
}
@media screen and (min-width: 751px) {
    .interview .interview_item:hover {
        box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.05);
    }
    .interview .interview_item:hover .button01 {
        background: #e74921;
        color: #fff;
    }
    .interview .interview_item:hover .button01::after {
        background: url(../img/interview/arrow-right_hover.png) no-repeat center / contain;
    }
}
.interview .interview_item img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    transform: scale(1);
    transition: all .4s;
}
.interview .interview_item img.default {
    border-bottom: solid 1px #ebebeb;
}
@media screen and (max-width: 1200px) {
    .interview .interview_item img {
        height: 19.1666vw;
    }
}
@media screen and (max-width: 1000px) {
    .interview .interview_item img {
        height: 30vw;
    }
}
@media screen and (max-width: 750px) {
    .interview .interview_item img {
        height: 66.9333vw;
    }
}
.interview .txt-box {
    text-align: center;
    padding: 1.7rem 3rem 2.9rem;
    position: relative;
}
.interview .txt-box .logo {
    display: block;
    position: absolute;
    top: -0.3rem;
    left: 0;
    transform: translateY(-100%);
    width: 28rem;
    height: 6rem;
    border-radius: 0 1rem 0 0;
    background: #fff;
}
.interview .txt-box .logo img {
    width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
    padding: 1.7rem 1rem 0.8rem;
}
.interview .txt-box .cate {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: calc(22/15);
    letter-spacing: 0;
    color: #e5472d;
    background: rgba(229,71,45, 0.07);
    padding: 0.7rem;
    margin-bottom: 1.1rem;
}
.interview .txt-box .cate span {
    display: block;
    white-space: nowrap;
}
@media screen and (max-width: 750px) {
    .interview .txt-box {
        padding: 19px 25px 32px;
    }
    .interview .txt-box .logo {
        width: 69.6vw;
        height: 14.9333vw;
    }
    .interview .txt-box .cate {
        font-size: 3.73333vw;
        line-height: calc(20/14);
        padding: 7px;
        margin-bottom: 13px;
    }
}
.interview .interview_item h2 {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 2.2rem;
}
.interview .interview-list-item__desc{
    font-size: 1.6rem;
    margin: 0 -0.3rem 2.2rem;
    line-height: calc(30/16);
    letter-spacing: 0;
    color: #666;
    text-align: left;
}
@media screen and (max-width: 750px) {
    .interview .interview-list-item__desc {
        font-size: 3.73333vw;
        line-height: calc(48/28);
        margin-bottom: 2.5rem;
    }
}
.interview .interview_item .button01 {
    width: 100%;
    display: block;
    height: 5.0rem;
    border: 2px solid #e5472d;
    border-radius: 3.2rem;
    padding: 1.6rem 4rem 1.6rem;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
    font-size: 1.5rem;
    color: #e5472d;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 1px;
    position: relative;
    transition: all .2s;
    max-width: 270px;
    margin: auto;
}
@media screen and (max-width: 750px) {
    .interview .interview_item h2 {
        font-size: 5.3333vw;
        padding: 7.2vw 0 5.0vw;
    }    
    .interview .interview_item .button01 {
        max-width: none;
        width: 66.6667vw;
        height: 12vw;
        font-size: 3.73333vw;
        border-radius: calc(13.2814vw / 2);
        padding: 0;
        line-height: 12vw;
    }
}
.interview .interview_item .button01::after {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/interview/arrow-right.png) no-repeat center / contain;
    width: 15px;
    height: 12px;
    right: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
    .interview .interview_item .button01::after {
        width: 3.6vw;
        height: 2.9333vw;
        right: 5.333vw;
    }
}
.interview .interview_item .button01::after:hover {
    background: url(../img/company/arrow-right_hover.png) no-repeat center / contain;
}

@media screen and (max-width: 960px) {
    .interview {
        margin-top: 70px;
    }
}
@media screen and (max-width: 750px) {
    .interview {
        margin-top: 0;
    }
}

/* page-mv */
#interview .page-mv {
    padding-top: 17.2rem;
    position: relative;
}
@media screen and (max-width: 750px) {
    #interview .page-mv {
        padding-top: 76px;
    }
}
#interview .page-mv .inner::before {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    content: "INTERVIEW";
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 18rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1;
    word-break: normal;
}
@media screen and (max-width: 750px) {
    #interview .page-mv .inner::before {
        top: 16px;
        font-size: 70px;
    }
}
#interview .page-mv img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    position: relative;
}
@media screen and (max-width: 750px) {
    #interview .page-mv img {
        height: calc(344/750*100vw);
        object-position: top;
        border-radius: 0;
    }
}
#interview .page-mv-name {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 120px;
    max-width: 800px;
    width: calc(100% - 40px);
    border-radius: 50px 10px 50px 10px;
    color: #fff;
    background: #222222;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    margin: -10.3rem auto 0;
    padding: 4.2rem 5.5rem 4.4rem;
    text-align: center;
}
@media screen and (max-width: 750px) {
    #interview .page-mv-name {
        margin-top: -32px;
        padding: 17px 15px 21.5px;
        width: calc(100% - 20px);
        border-radius: 25px 5px 25px 5px;
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
        gap: 48px;
    }
}
#interview .page-mv-name::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 120px;
    height: 1px;
    background: #e74921;
}
#interview .page-mv-name::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 120px;
    height: 1px;
    background: #0f91ce;
}
#interview .page-mv-name .left,
#interview .page-mv-name .right {
    flex: 1;
    max-width: 40%;
}
@media screen and (max-width: 750px) {
    #interview .page-mv-name::before,
    #interview .page-mv-name::after {
        width: 60px;
    }
}
#interview .page-mv-name .title {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: .12em;
}
@media screen and (max-width: 750px) {
    #interview .page-mv-name .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 10px;
    }
}
#interview .page-mv-name .name {
    font-weight: 700;
    font-size: 2.6rem;
    line-height: calc(30/26);
    letter-spacing: .1em;
    margin-top: .9rem;
}
@media screen and (max-width: 750px) {
    #interview .page-mv-name .name {
        font-size: 15px;
        line-height: 1;
        margin-top: 6px;
    }
}
#interview .page-mv-name .name .small {
    font-size: 2.0rem;
    line-height: calc(30/20);
}
@media screen and (max-width: 750px) {
    #interview .page-mv-name .name .small {
        font-size: 12px;
        line-height: 1;
    }
}

/* .interview-overview */
.interview-overview {
    padding: 0 20px;
}
.interview-overview__main {
    position: relative;
    display: flex;
    align-items: center;
    padding: 36px 0 11px;
}
@media screen and (max-width: 750px) {
    .interview-overview__main {
        flex-flow: column;
        padding: 24px 0 5px;
    }
}

.interview-overview__main.left::before,
.interview02 .interview-overview__main::before {
    right: auto;
    left: 3.8%;
}

.interview-overview__img {
    position: relative;
    display: flex;
    order: 1;
}
@media screen and (max-width: 750px) {
    .interview-overview__img {
        width: 148px;
        height: 148px;
    }
}

.left .interview-overview__img,
.interview02 .interview-overview__img {
    order: 0;
}

.interview-overview__img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid #e74921;
    border-radius: 50%;
    z-index: 1;
}
@media screen and (max-width: 750px) {
    .interview-overview__img::before {
        border-width: 2px;
    }
}

.interview-overview__img img {
    position: relative;
    border-radius: 50%;
}
@media screen and (max-width: 750px) {
    .interview-overview__img img {
        width: 100%;
        height: 100%;
    }
}

.interview-overview__txt {
    padding: 0 20px 16px 0;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: calc(36/17);
    letter-spacing: .09em;
}
@media screen and (max-width: 750px) {
        .interview-overview__txt {
        padding: 13px 0;
        font-size: 14px;
        line-height: calc(52/28);
    }
}

.left .interview-overview__txt,
.interview02 .interview-overview__txt {
    padding: 0 0 0 33px;
}
@media screen and (max-width: 750px) {
    .left .interview-overview__txt,
    .interview02 .interview-overview__txt {
        padding: 13px 0;
    }
}

.interview-content {
    margin-top: 50px;
    padding: 0 20px;
    position: relative;
    counter-reset: chapterNum;
}
@media screen and (max-width: 750px) {
    .interview-content {
        margin-top: 24px;
        padding: 0;
    }
}

.interview-content::before {
    position: absolute;
    content: '';
    width: 122px;
    height: 19px;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/common/clip.png) center/cover no-repeat;
    z-index: 1;
}
@media screen and (max-width: 750px) {
    .interview-content::before {
        width: 77px;
        height: 14px;
        top: -7px;
        background-size: contain;
    }
}

.interview-content .inner {
    position: relative;
    padding: 5.3rem 4.2rem;
    background: #fff;
    border-radius: 1.5rem;
    border: 0.8rem solid #fafafa;
}
@media screen and (max-width: 750px) {
    .interview-content .inner {
        padding: 41px 0 63px;
        border-radius: 0;
        border-width: 4px 0;
    }
}

.interview-content .inner::before {
    position: absolute;
    content: '';
    width: 231px;
    height: 205px;
    top: -77px;
    right: -166px;
    background: url(../img/common/bg_re_01.png) center/cover no-repeat;
    z-index: -1;
}

.interview-content .inner::after {
    position: absolute;
    content: '';
    width: 327px;
    height: 292px;
    bottom: -87px;
    left: -203px;
    background: url(../img/common/bg_gr_01.png) center/cover no-repeat;
    z-index: -1;
}
@media screen and (max-width: 750px) {
    .interview-content .inner::before,
    .interview-content .inner::after {
        display: none;
    }
}

/* .interview-toc */
.interview-toc__wrap {
    position: relative;
    padding: 50px 35px 20px;
    background: #f7f7f7;
    border-radius: 15px;
}
@media screen and (max-width: 750px) {
    .interview-toc__wrap {
        padding: 30px 20px 17px;
        border-radius: 0;
    }
}

.interview-toc__ttl {
    position: absolute;
    font-family: 'Outfit', sans-serif;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1;
    color: #fff;
    background: url(../img/interview/bookmark.png) center/cover no-repeat;
    padding: 10px 55px;
}
@media screen and (max-width: 750px) {
    .interview-toc__ttl {
        font-size: 14px;
        background-size: contain;
        padding: 8px 40px;
    }
}

.interview-toc__list {
    counter-reset: count 0;
}

.interview-toc__item a {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 1.9rem;
    font-weight: 500;
    letter-spacing: .03em;
    background: #fff;
    padding: 16px 64px;
    margin-bottom: 20px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    transition: all .2s;
}
@media screen and (min-width: 751px) {
    .interview-toc__item a:hover {
        color: #e74921;
    }
}
@media screen and (max-width: 750px) {
    .interview-toc__item a {
        font-size: 14px;
        line-height: calc(42/28);
        padding: 16px 47px 18px;
        margin-bottom: 14px;
    }
}

.interview-toc__item a::before {
    position: absolute;
    content: counter(count) ". ";
    counter-increment: count 1;
    top: 50%;
    left: 29px;
    transform: translateY(-50%);
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 2.0rem;
    color: #e74921;
}
@media screen and (max-width: 750px) {
    .interview-toc__item a::before {
        left: 20px;
        font-size: 18px;
    }
}

.interview-toc__item a::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-bottom: solid 4px #b3b3b3;
    border-right: solid 4px #b3b3b3;
    border-radius: 1px;
    top: 45%;
    right: 27px;
    transform: translateY(-50%) rotate(45deg);
    transition: all .2s;
}
@media screen and (min-width: 751px) {
    .interview-toc__item a:hover::after {
        border-color: #e74921;
    }
}
@media screen and (max-width: 750px) {
    .interview-toc__item a::after {
        width: 10px;
        height: 10px;
        border-width: 2px;
        right: 22px;
    }
}

/* interview-chapter */
.interview-chapter__ttl {
    position: relative;
    margin-top: 11rem;
    text-align: center;
    counter-increment: chapterNum;
}
@media screen and (max-width: 750px) {
    .interview-chapter__ttl {
        margin-top: 50px;
    }
}

.interview-chapter__ttl::before {
    position: absolute;
    content: '';
    width: 102px;
    height: 71px;
    top: -23px;
    left: 22px;
    background: url(../img/interview/pencil.png) center/cover no-repeat;
    z-index: 1;
}
@media screen and (max-width: 750px) {
    .interview-chapter__ttl::before {
        width: 77px;
        height: 54px;
        top: -15px;
        left: 19px;
    }
}

.interview-toc + .interview-chapter__ttl {
    margin-top: 6rem;
}
@media screen and (max-width: 750px) {
    .interview-toc + .interview-chapter__ttl {
        margin-top: 45px;
    }
}

.interview-chapter-ttl__en {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    font-size: 2.0rem;
    letter-spacing: .08em;
    line-height: 1;
    color: #e74921;
    background: #fff;
    z-index: 1;
    padding-left: 25px;
    margin-left: 8px;
    transform: translateY(6px);
}
@media screen and (max-width: 750px) {
    .interview-chapter-ttl__en {
        font-size: 14px;
        padding-left: 20px;
        margin-left: 4px;
        transform: translateY(10px);
    }
}

.interview-chapter-ttl__en::first-letter {
    text-transform: uppercase;
}

.interview-chapter-ttl__num {
    position: relative;
    display: inline-block;
    background: #fff;
    vertical-align: top;
    z-index: 1;
    padding-right: 25px;
    transform: translate(-5px, 6px);
}
.interview-chapter-ttl__num br {
    display: none;
}
@media screen and (max-width: 750px) {
    .interview-content .interview-chapter-ttl__num {
        font-size: 14px;
        padding-right: 20px;
        transform: translate(-3px, 10px);
    }
}

.interview-content .interview-chapter-ttl__num::before {
    content: counter(chapterNum,decimal-leading-zero);
    display: block;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    font-size: 2.0rem;
    letter-spacing: .08em;
    line-height: 1;
    color: #e74921;
    white-space: nowrap;
}
@media screen and (max-width: 750px) {
    .interview-content .interview-chapter-ttl__num::before {
        font-size: 14px;
    }
}

.interview-chapter-ttl__ja {
    position: relative;
    font-size: 3.2rem !important;
    line-height: calc(34/32);
    font-weight: 700;
    letter-spacing: .04em !important;
    border: none !important;
    margin: 0 !important;
    padding: 20px 0 41px !important;
}
@media screen and (max-width: 750px) {
    .interview-chapter-ttl__ja {
        font-size: 20px !important;
        line-height: 1.5;
        padding: 3px 0 21px !important;
    }
}

.interview-chapter-ttl__ja::before,
.interview-chapter-ttl__ja::after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
}
.interview-chapter-ttl__ja::before {
    height: 3px;
    top: -18px;
    background: #222222;
}
.interview-chapter-ttl__ja::after {
    height: 4px;
    bottom: 0;
    background: url(../img/interview/ttl-line.png) center right/cover no-repeat;
}
@media screen and (max-width: 750px) {
    .interview-chapter-ttl__ja::before {
        height: 2px;
    }
        .interview-chapter-ttl__ja::after {
        height: 3px;
        background-image: url(../img/interview/ttl-line-sp.png);
    }
}

.interview-chapter__sub-ttl {
    position: relative;
    margin: 4.2rem 0;
}
.interview-chapter__comment +  .interview-chapter__sub-ttl {
    margin: 7.2rem 0 3.2rem;
}
@media screen and (max-width: 750px) {
    .interview-chapter__sub-ttl {
        margin: 24px 18px;
    }
    .interview-chapter__comment +  .interview-chapter__sub-ttl {
        margin: 36px 18px 16px;
    }
}

.interview-chapter__sub-ttl2 {
    margin: 6.2rem 0 3.3rem;
}

.interview-chapter__sub-ttl span,
.interview-chapter__sub-ttl h3 {
    position: relative;
    display: inline-block;
    font-style: italic;
    font-size: 2.4rem !important;
    font-weight: 500;
    line-height: calc(38/24) !important;
    letter-spacing: 0;
    margin: 0 !important;;
    padding:  0 0 0 4.7rem !important;
    border: none !important;
    z-index: 1;
}
.interview-chapter__sub-ttl h3::before {
    display: none !important;
}
@media screen and (max-width: 750px) {
    .interview-chapter__sub-ttl span,
    .interview-chapter__sub-ttl h3 {
        font-size: 16px !important;
        line-height: calc(48/32) !important;
        padding-left: 35px !important;
    }
}

.interview-chapter__sub-ttl::before {
    position: absolute;
    content: 'Q.';
    top: 1px;
    left: 0;
    font-family: 'Outfit', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: calc(34/32);
    letter-spacing: .12em;
    color: #e74921;
}
@media screen and (max-width: 750px) {
    .interview-chapter__sub-ttl::before {
        font-size: 24px;
    }
}

.interview-chapter__comment {
    position: relative;
    margin-bottom: 40px;
    display: flex;
}
@media screen and (max-width: 750px) {
    .interview-chapter__comment {
        margin: 59px 20px 0;
        flex-flow: column;
    }
}

.interview-chapter__comment-img {
    position: relative;
}

.interview-chapter__comment-img img {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 150px !important;
    height: 150px !important;
    max-width: none !important;
    margin: 0 !important;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
}
@media screen and (max-width: 750px) {
    .interview-chapter__comment-img img {
        top: calc(50% + 9px);
        left: 50%;
        transform: translate(-50%,-50%);
        width: 99px !important;
        height: 99px !important;
        border-width: 2.5px;
    }
}

.interview-chapter__comment-main {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    padding: 37px 30px 37px 166px;
    border-radius: 15px;
    background: #faf6f2;
}
@media screen and (max-width: 750px) {
    .interview-chapter__comment-main {
        padding: 71px 20px 20px;
        border-radius: 7.5px;
    }
}

.interview-chapter__comment-main p {
    font-size: 1.7rem;
    letter-spacing: 0;
    margin: 0;
}
@media screen and (max-width: 750px) {
    .interview-chapter__comment-main p {
        font-size: 14px;
        line-height: calc(52/28);
    }
}

/* 行数に応じた高さ設定 */
.interview-chapter__comment-main.lines-1 {
    min-height: 120px;
}
.interview-chapter__comment-main.lines-2 {
    min-height: 180px;
}
.interview-chapter__comment-main.lines-3 {
    min-height: 210px;
}
.interview-chapter__comment-main.lines-4 {
    min-height: 210px;
}
.interview-chapter__comment-main.lines-5 {
    min-height: 250px;
}
.interview-chapter__comment-main.lines-6 {
    min-height: 280px;
}
.interview-chapter__comment-main.lines-7 {
    min-height: 320px;
}
.interview-chapter__comment-main.lines-8 {
    min-height: 360px;
}
@media screen and (max-width: 750px) {
    .interview-chapter__comment-main.lines-1 {
        min-height: auto;
    }
    .interview-chapter__comment-main.lines-2 {
        min-height: auto;
    }
    .interview-chapter__comment-main.lines-3 {
        min-height: auto;
    }
    .interview-chapter__comment-main.lines-4 {
        min-height: auto;
    }
    .interview-chapter__comment-main.lines-5 {
        min-height: auto;
    }
    .interview-chapter__comment-main.lines-6 {
        min-height: auto;
    }
    .interview-chapter__comment-main.lines-7 {
        min-height: auto;
    }
    .interview-chapter__comment-main.lines-8 {
        min-height: auto;
    }
}

.interview-chapter__comment-txt {
    display: table-cell;
    vertical-align: middle;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 2;
    letter-spacing: 0;
}

.interview-chapter__comment-txt .underline {
    font-weight: 700;
    color: #e74921;
}

.interview-chapter__comment--right .interview-chapter__comment-img {
    order: 1;
}
@media screen and (max-width: 750px) {
    .interview-chapter__comment--right .interview-chapter__comment-img {
        order: 0;
    }
}

.interview-chapter__comment--right .interview-chapter__comment-img img {
    left: auto;
    right: -22px;
}
@media screen and (max-width: 750px) {
    .interview-chapter__comment--right .interview-chapter__comment-img img {
        left: 50%;
        right: auto;
    }
}

.interview-chapter__comment--right .interview-chapter__comment-main {
    padding: 37px 138px 37px 52px;
}
@media screen and (max-width: 750px) {
    .interview-chapter__comment--right .interview-chapter__comment-main {
        padding: 71px 20px 20px;
    }
}

.interview-chapter__img {
    margin: 60px 0 50px;
    text-align: center;
}

.interview-chapter__img img {
    width: 80%;
    height: auto;
    vertical-align: bottom;
}

.interview-chapter#chapter2 {
    margin-top: 99px;
}

.interview-chapter#chapter2 .interview-chapter__img {
    margin: 50px 0 41px;
}

.interview-chapter#chapter2 .interview-chapter__sub-ttl {
    margin-top: 41px;
}

.interview-chapter#chapter3 .interview-chapter__img img,
.interview-chapter#chapter4 .interview-chapter__img img {
    border: 2px solid #F7F7F7;
}

/* interview-site */
.interview-site {
    margin-top: 8.8rem;
}
@media screen and (max-width: 750px) {
    .interview-site {
        margin-top: 60px;
    }
}

.interview-site__main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    column-gap: 6%;
}
@media screen and (max-width: 960px) {
    .interview-site__main {
        flex-flow: column;
    }
}

.interview-site__img img {
    width: 100%;
    height: auto;
}

.interview-site__img-wrap {
    position: relative;
    flex: 0 1 470px;
}
@media screen and (max-width: 960px) {
    .interview-site__img-wrap {
        max-width: 675px;
        width: 100%;
        flex: auto;
        margin: auto;
    }
}
@media screen and (max-width: 750px) {
    .interview-site__img-wrap {
        max-width: 300px;
    }
}

.interview-site__img-wrap::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: calc((376 / 470) * 100%);
}

.interview-site__img-pc {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(419/470*100%);
    height: 100%;
    background: url(../img/interview/site-pc.png) center / cover no-repeat;
}

.interview-site__img-pc img {
    position: absolute;
    top: 4.4%;
    left: 3.6%;
    width: 92.125%;
    height: 58.245%;
    object-fit: cover;
}

.interview-site__img-sp {
    position: absolute;
    right: 0;
    left: 0;
    top: 9px;
    width: calc(101/470*100%);
    height: 100%;
    background: url(../img/interview/site-sp.png) center / cover no-repeat;
    margin: auto;
}
@media screen and (max-width: 750px) {
    .interview-site__img-sp {
        top: 5px;
    }
}

.interview-site__img-pc + .interview-site__img-sp {
    left: unset;
}

.interview-site__img-sp img {
    position: absolute;
    top: 36.7%;
    right: 5.8%;
    width: 89.11%;
    height: 42.022%;
    object-fit: cover;
}

.interview-site__txt {
    flex: 0 0 400px;
    padding-bottom: 46px;
    margin-right: 10px;
    align-self: center;
}
@media screen and (max-width: 960px) {
    .interview-site__txt {
        flex: auto;
        padding-bottom: 0;
        margin: 10px 0 0 0;
        text-align: center;
    }
}

.interview-site__txt img {
    max-width: 400px;
    height: auto;
}
@media screen and (max-width: 750px) {
    .interview-site__txt img {
        max-width: 235px;
    }
}

.interview-site__txt .link a {
    display: flex;
    justify-content: center;
    margin: 2.6rem auto 0;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 0;
    color: #e5472d;
    width: auto;
    max-width: 250px;
    border: 2px solid #e5472d;
    background: url( ../img/interview/arrow-right.png ) right 2rem center / 1.6rem no-repeat;
    border-radius: 2.5rem;
    padding: 0.8rem 4rem;	
    transition: all .2s;
}
@media screen and (max-width: 750px) {
    .interview-site__txt .link a {
        margin-top: 20px;
        font-size: 14px;
        letter-spacing: 0;
        border-radius: 25px;
        padding: 9px 40px;
    }
}

.interview-site__txt .link a:hover {
    color: #fff;
    background: #e5472d url( ../img/interview/arrow-right_hover.png ) right 16px center / 16px no-repeat;
}

.interview-content > .inner > p img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
    margin: 8rem auto 7rem;
}
@media screen and (max-width: 750px) {
    .interview-content > .inner > p img {
        border-radius: 0;
        margin: 40px auto 35px;
    }
}

.interview-noposts {
    padding: 50px 0 80px;
}

.interview-noposts p {
    text-align: center;
}

.interview .single-post-nav {
    margin-top: 8rem;
}

@media screen and (max-width: 750px) {
    .interview .single-post-nav {
        margin-top: 30px;
        padding: 0 20px;
    }
}

/* interview-other */
.interview-other {
    margin-top: 7rem;
}

.enbig {
    margin: 0 -20px;
}

.with_enbig.ttl-01 {
    margin-bottom: 6.2rem;
}

.ttl-01 .en {
    font-size: 2.4rem;
    line-height: calc(40/24);
    letter-spacing: .08em;
    color: #e74921;
    font-family: "Outfit", sans-serif;
    font-weight: 500 !important;
    text-align: center;
}

.with_enbig.ttl-01 .jp {
    font-size: 4.2rem;
    line-height: calc(60/42);
    color: #222;
    font-weight: 700;
    position: relative;
    text-align: center;
    letter-spacing: 0;
    margin-top: 1.7rem;
}

.interview .interview-other .interview_box {
    padding-bottom: 15.1rem;
}

.interview .interview-other .interview_box .inner {
    padding-top: 0;
    justify-content: space-around;
}

.interview .interview-other .interview_box .inner:has(.interview_item:nth-child(3)) { 
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .interview-other {
        margin-top: 70px;
        padding: 0;
        margin-bottom: 14vw;
    }

    .with_enbig.ttl-01 {
        margin-bottom: 26px;
    }

    .enbig {
        font-size: 70px;
    }

    .ttl-01 .en {
        font-size: 14px;
        line-height: calc(44/28);
    }

    .with_enbig.ttl-01 .jp {
        font-size: 24px;
        line-height: calc(66/48);
        margin-top: 4px;
        padding: 0;
    }

    .interview .interview-other .interview_box {
        padding-bottom: 0;
    }
}
