@charset "utf-8";

body {
    font-size: 2rem !important;
    line-height: 1.7 !important;
    font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif !important;
    font-weight: 400 !important;
    color: #333333 !important;
    letter-spacing: 1px !important;
}

/*-----------------------------------------*/
/* 一覧
/*-----------------------------------------*/
body.post-type-archive {
    background-image: url(../images/recruit/flow/background.jpg);
    background-position: center center;
    background-size: cover;
}

.post-type-archive #contents {
    margin: 0 auto;
    padding: 0;
}

.post-type-archive #h2-title {
    padding: 165px 0 0;
}

.post-type-archive #h2-title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    letter-spacing: 0;
    font-size: 12rem;
    line-height: 1;
    color: #c69c6d;
}

.post-type-archive .section-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.post-type-archive .section-body .box {
    margin: 0 5% 5% 0;
    width: 47.5%;
    opacity: 0;
}

.post-type-archive .section-body .box:nth-child(2n) {
    margin: 0 0 4%;
}

.post-type-archive .section-body .box .image {
    margin: 0 auto 20px;
}

.post-type-archive .section-body .box .image .imageInner {
    padding-bottom: 50%;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

.post-type-archive .section-body .box .image .imageInner img {
    top: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.post-type-archive .section-body .box .detail {
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.post-type-archive .section-body .box .detail dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
}

.post-type-archive .section-body .box .detail dl dt {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    letter-spacing: 0;
    font-size: 7rem;
    line-height: 1;
    margin: 0 20px 0 0;
}

.post-type-archive .section-body .box .detail dl dd {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0;
}

/*-----------------------------------------*/
/* 詳細
/*-----------------------------------------*/
.single-interview #contents {
    margin: 0 auto;
    padding: 0;
}

.single-interview #contents dl dd,
.single-interview #contents .detail p,
.single-interview #contents .section-body p {
    font-size: 1.8rem;
}

.single-interview #contents .section-head h2,
.single-interview #contents .section-head h3 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #c69c6d;
    letter-spacing: 0;
}

.single-interview #contents .section-head h3 {
    font-size: 5rem;
}

/*----------------------------------------*/
/* PageVisual
/*----------------------------------------*/
.single-interview #pageVisual {
    position: relative;
    width: 100%;
    /*height: 600px;*/
    height: 720px;
    background-size: cover;
    background-position: center;
}

.single-interview #pageVisual::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: inherit;
    filter: blur(5px) brightness(85%);
    content: '';
    width: 100%;
    /* z-index: -1; */
    height: 100%;
}

.single-interview #pageVisual .inner {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.single-interview #pageVisual .inner p {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 200px;
}

.single-interview #pageVisual .inner span {
    background: #fff;
    padding: 10px 20px;

    font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
    font-weight: 600;
    font-size: 4.0rem;
    max-width: 640px;
    line-height: 2.5;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;

}

.single-interview .section-area .section-body {
    font-size: 1.8rem;
}

/*----------------------------------------*/
/* キャリア
/*----------------------------------------*/
.single-interview .career {
    background-color: #c69c6d;
}

.single-interview .career .inner .section-box.prf-box .section-head {
    margin: 0 !important;
}

.single-interview .career .inner {
    /*    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
}

.single-interview .career .inner .section-box {
    /*max-width: 550px;*/
}

.single-interview #contents .career .section-head h2,
.single-interview #contents .career .section-head h3 {
    color: #FFFFFF;
}

.single-interview .career .car-box ul li {
    position: relative;
    padding: 0 0 40px 80px;
}

.single-interview .career .car-box ul li:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #000000;
    border-radius: 10px;
    top: 8px;
    left: 20px;
}

.single-interview .career .car-box ul li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #000000;
    top: 8px;
    left: 29.5px;
}

.single-interview .career .car-box ul li:last-child {
    padding: 0 0 0 80px;
}

.single-interview .career .car-box ul li:last-child:after {
    display: none;
}

.single-interview .career .car-box dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.single-interview .career .car-box dt {
    width: 60px;
    position: relative;
    z-index: 100;
}

.single-interview .career .car-box dd {
    width: 100%;
    margin: 0 0 0 -60px;
    padding: 0 0 0 100px;
}

.single-interview .career .section-box.prf-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.single-interview .career .section-box.prf-box .section-head {
    width: 360px;
    position: relative;
    z-index: 10;
}

.single-interview .career .section-box.prf-box .section-head dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0;
}

.single-interview .career .section-box.prf-box .section-head dl dt {
    font-size: 5.0rem;
    letter-spacing: 1.0rem;
}

.single-interview .career .section-box.prf-box .section-head dl dd {
    margin-left: 20px;
    font-weight: 600;
}

.single-interview .career .section-box.prf-box .section-body {
    width: 100%;
    margin: 0 0 0 -360px;
    padding: 0 0 0 400px;
}

/*----------------------------------------*/
/* インタビュー記事
/*----------------------------------------*/
.single-interview {
    /*background-image: url(../images/recruit/message/background.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;*/
}

.single-interview .post .article-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-end;
    opacity: 0;
}

.single-interview .post .article-area .image {
    width: 500px;
    position: relative;
    z-index: 100;
    margin: 0 0 60px;
}

.single-interview .post .article-area .image .imageInner {
    padding-bottom: 132.53424657534248%;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

.single-interview .post .article-area .image .imageInner img {
    top: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.single-interview .post .article-area .detail {
    /*background-color: #FFFFFF;
    max-width: 750px;
    padding: 60px 80px 60px 180px;*/
    width: 100%;
    margin: 0 0 0 -500px;
    z-index: 10;
    position: relative;
}

.single-interview .post .article-area .detail .detailBody {
    background: #FFFFFF;
    padding: 60px 80px 60px 130px;
    max-width: 750px;
    position: relative;
    margin: 0 0 0 auto;
}

.single-interview .post .article-area .detail dl dt {
    color: #6b6b6b;
    font-size: 3.0rem;
    margin: 0 0 20px;
}

.single-interview .post .article-area .detail dl dt span {
    color: #c69c6d;
}

.single-interview .post .article-area.reverse {
    /*margin: 300px 0 100px;*/
    flex-direction: row-reverse;
    align-items: flex-start;
}

.single-interview .post .article-area.reverse .image {
    margin: 60px 0 0;
}

.single-interview .post .article-area.reverse .detail {
    margin: 0 -500px 0 0;
}

.single-interview .post .article-area.reverse .detail .detailBody {
    padding: 60px 130px 60px 80px;
    margin: 0 auto 0 0;
}

/*----------------------------------------*/
/* 私の成長エピソード
/*----------------------------------------*/
.single-interview .episode {
    background-size: cover;
    background-position: center;
    margin: 120px 0;
}

.single-interview .episode .section-box {
    background-color: #FFFFFF;
    margin: -150px auto 0 0;
    max-width: 640px;
    padding: 60px;
}

.single-interview .episode .section-area .section-body dl dt {
    color: #6b6b6b;
}

.single-interview .episode h3 span.ja {
    font-size: 2.0rem;
    margin-left: 20px;
    font-weight: 600;
}

.single-interview .episode .section-body dl dt {
    color: #6b6b6b;
    font-size: 2.5rem;
    margin: 30px 0;
}

.single-interview .episode .section-head,
.single-interview .challenge .section-head {
    margin: 0 !important;
}

.single-interview .episode img.episode-img-sp,
.single-interview .challenge img.challenge-img-sp {
    display: none;
}

/*----------------------------------------*/
/* 今後チャレンジしたいことは？
/*----------------------------------------*/
.single-interview .challenge {
    position: relative;
    background-size: cover;
    background-position: center;
}

.single-interview .challenge:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,c69c6d+90&0+50,1+90 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(198, 156, 109, 1) 90%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.single-interview .challenge .section-box {
    margin: 0 0 0 auto;
    max-width: 640px;
    color: #FFFFFF !important;
}

.single-interview .challenge .section-box h3 {
    color: #FFFFFF !important;
}

.single-interview .challenge .section-body dl dt {
    font-size: 2.5rem;
    margin: 30px 0;
}

.single-interview .challenge .section-body {
    margin: 0 0 0 100px;
}

/*----------------------------------------*/
/* 2カラムコンテンツ
/*----------------------------------------*/
.single-interview .queue {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.single-interview .queue .section-box {
    background-color: #FFFFFF;
    margin: 0 4.166666666666666% 0 0;
    width: 47.91666666666667%;
    padding: 60px 40px;
    opacity: 0;
}

.single-interview .queue .section-box:last-child {
    margin: 0;
}

.single-interview .queue .section-box .section-boxInner {
    max-width: 520px;
    width: 100%;
}

.single-interview .queue .section-box .section-head span {
    display: block;
}

.single-interview .queue .section-box .section-head span.ja {
    font-size: 2.0rem;
    font-weight: 600;
}

.single-interview .queue .section-box .detail p {
    margin: 40px 0 0;
}

/*----------------------------------------*/
/* ある1日のスケジュール
/*----------------------------------------*/
.single-interview .schedule.section-box .section-boxInner {
    margin: 0 0 0 auto;
}

.single-interview .schedule .section-body ul li {
    position: relative;
    padding: 0 0 40px 80px;
}

.single-interview .schedule .section-body ul li:last-child {
    padding: 0 0 0 84px;
}

.single-interview .schedule .section-body ul li:before {
    position: absolute;
    content: "";
    width: 34px;
    height: 34px;
    background-image: url(../images/recruit/interview/mark-clock.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0px;
    left: 25px;
    z-index: 100;
}

.single-interview .schedule .section-body ul li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #c69c6d;
    ;
    top: 0px;
    left: 41.5px;
}

.single-interview .schedule .section-body ul li:last-child:after {
    display: none;
}

.single-interview .schedule .section-body dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.single-interview .schedule .section-body dl dt {
    width: 70px;
    position: relative;
    z-index: 100;
    color: #c69c6d;
}

.single-interview .schedule .section-body dl dd {
    width: 100%;
    margin: 0 0 0 -70px;
    padding: 0 0 0 95px;
    font-size: 80% !important;
}

.single-interview .schedule .section-body dl dd span {
    display: block;
    color: #c69c6d;
    font-size: 120%;
}

/*----------------------------------------*/
/* 休日の過ごし方
/*----------------------------------------*/
.single-interview .private.section-box .section-boxInner {
    margin: 0 auto 0 0;
}

.single-interview .private .section-body .image .imageInner {
    padding-bottom: 75%;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.single-interview .private .section-body .image .imageInner img {
    top: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

/*----------------------------------------*/
/* OTHER INTERVIEWS
/*----------------------------------------*/
.single-interview .other .section-head {
    text-align: center;
}

.single-interview .other .section-body .section-bodyInner {
    padding: 0;
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.single-interview .other .section-body .swiper {
    overflow: inherit;
    margin: 0 8%;
    position: static;
}


.single-interview .other .section-body .swiper .swiper-button-prev,
.single-interview .other .section-body .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 33.33%;
}

.single-interview .other .section-body .swiper .swiper-button-prev:after,
.single-interview .other .section-body .swiper .swiper-button-next:after {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    line-height: 1;
    content: "" !important;
}

.single-interview .other .section-body .swiper .swiper-button-prev {}

.single-interview .other .section-body .swiper .swiper-button-prev:after {
    background-image: url(../images/recruit/interview/btn-back.svg);
}

.single-interview .other .section-body .swiper .swiper-button-next:after {
    background-image: url(../images/recruit/interview/btn-next.svg);
}

.single-interview .other .section-body .swiper .swiper-button-next {}

.single-interview .other .section-body .swiper .slide a {
    color: #FFFFFF;

}

/*
.single-interview .other .section-body .swiper .slide {
    margin: 0 3%;
    width: 46%;
}
*/
.single-interview .other .section-body .swiper .slide .image {
    margin: 0 auto 25px;
}

.single-interview .other .section-body .swiper .slide .image .imageInner {
    padding-bottom: 66.66666666666666%;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.single-interview .other .section-body .swiper .slide .image .imageInner img {
    top: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.single-interview .other .section-body .swiper .slide .detail dl {
    margin: 0 auto 10px;
}

.single-interview .other .section-body .swiper .slide .detail .btnBox {
    text-align: right;
}

@media screen and (max-width: 1280px) {

    /*----------------------------------------*/
    /* 一覧
    /*----------------------------------------*/

    .post-type-archive #h2-title h2 {
        font-size: 10rem;
    }

    .post-type-archive .section-body .box .detail dl dt {
        font-size: 6rem;
    }

    .post-type-archive .section-body .box .detail dl dd {
        font-size: 2.5rem;
    }

    /*----------------------------------------*/
    /* 詳細
    /*----------------------------------------*/
    .single-interview .career .section-box.prf-box .section-head {
        width: 320px;
    }

    .single-interview .career .section-box.prf-box .section-body {
        margin: 0 0 0 -320px;
        padding: 0 0 0 360px;
    }


    .single-interview .post .article-area .image {
        width: 400px;
        margin: 0 0 60px;
    }

    .single-interview .post .article-area .detail {
        margin: 0 0 0 -400px;
    }

    .single-interview .post .article-area .detail .detailBody {
        padding: 50px 60px 50px 145px;
        max-width: 640px;
    }

    .single-interview .post .article-area .detail dl dt {
        font-size: 2.75rem;
    }

    .single-interview .post .article-area.reverse .image {
        margin: 60px 0 0;
    }

    .single-interview .post .article-area.reverse .detail {
        margin: 0 -400px 0 0;
    }

    .single-interview .post .article-area.reverse .detail .detailBody {
        padding: 50px 145px 50px 60px;
    }


    .single-interview .episode {
        margin: 100px 0;
    }

    .single-interview .episode .section-box {
        padding: 50px;
    }

    .single-interview .challenge .section-box {
        max-width: 512px;
    }

    .single-interview .challenge .section-body {
        margin: 0 0 0 80px;
    }

    .single-interview .queue .section-box {
        padding: 50px 40px;
    }
}

@media screen and (max-width: 1136px) {
    /*.single-interview .post .article-area .detail dl dt {
        font-size: 2.8rem;
    }

    .single-interview .post .article-area .detail {
        right: -50px;
    }

    .single-interview .post .article-area.reverse .detail {
        left: -50px;
    }

    .single-interview .post .article-area .image {
        max-width: 450px;
    }

    .single-interview .episode .section-box {
        max-width: 500px;
    }*/

    .single-interview #contents .section-head h3 {
        font-size: 4.0rem;
    }

    .single-interview .episode .section-body dl dt {
        font-size: 2.3rem;
        margin: 20px 0;
    }

    .single-interview .challenge .section-body {
        margin: 0 0 0 50px;
    }
}

@media screen and (max-width: 1024px) {

    /*----------------------------------------*/
    /* 一覧
    /*----------------------------------------*/
    .post-type-archive #h2-title h2 {
        font-size: 8rem;
    }

    .post-type-archive .section-body .box .detail dl dt {
        font-size: 5rem;
    }

    .post-type-archive .section-body .box .detail dl dd {
        font-size: 2.25rem;
    }

    .post-type-archive .section-body .box .image {
        margin: 0 auto 15px;
    }

    /*----------------------------------------*/
    /* 詳細
    /*----------------------------------------*/
    .single-interview #pageVisual {
        height: 100%;
    }


    .single-interview #pageVisual .inner {
        height: 100%;
        padding: 56.25% 0 0;
    }

    .single-interview #pageVisual .inner p {
        top: 19.53125vw;
    }

    .single-interview #pageVisual .inner span {
        font-size: 3.0rem;
    }

    .single-interview .post .article-area .detail dl dt {
        font-size: 2.5rem;
    }

    .single-interview .career .section-box.prf-box .section-head {
        width: 300px;
    }

    .single-interview .career .section-box.prf-box .section-body {
        margin: 0 0 0 -300px;
        padding: 0 0 0 330px;
    }

    #contents .section-area .section-head h2 {
        font-size: 6rem;
    }

    .single-interview .career .section-box.prf-box .section-head dl dt {
        font-size: 3.5rem;
    }

    .single-interview .post .article-area {
        align-items: flex-start;
    }

    .single-interview .post .article-area .image {
        width: 36%;
        margin: 0 0 50px;
    }

    .single-interview .post .article-area .detail {
        margin: 50px 0 0 -36%;
    }

    .single-interview .post .article-area .detail .detailBody {
        padding: 50px 4% 50px 7%;
        max-width: 66.39004149377593%;
    }

    .single-interview .post .article-area .detail dl dt {
        font-size: 2.5rem;
    }

    .single-interview .post .article-area.reverse {
        align-items: flex-end;
    }

    .single-interview .post .article-area.reverse .image {
        margin: 60px 0 0;
    }

    .single-interview .post .article-area.reverse .detail {
        margin: 0 -36% 50px 0;
    }

    .single-interview .post .article-area.reverse .detail .detailBody {
        padding: 50px 7% 50px 4%;
    }

    .single-interview .episode {
        margin: 80px 0;
    }

    .single-interview .episode .section-box {
        max-width: 66.39004149377593%;
        padding: 40px;
    }
}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 835px) {
    body {
        font-size: 1.8rem;
    }

    /*----------------------------------------*/
    /* 一覧
    /*----------------------------------------*/

    .post-type-archive #h2-title {
        padding: 155px 0 0;
    }

    .post-type-archive .section-body .box .detail dl dt {
        font-size: 4rem;
    }

    .post-type-archive .section-body .box .detail dl dd {
        font-size: 2rem;
    }

    .post-type-archive .section-body .box .detail .btnBox {
        font-size: 80%;
        letter-spacing: 0;
    }

    /*----------------------------------------*/
    /* 詳細
    /*----------------------------------------*/
    .single-interview .post .article-area .detail dl dt {
        font-size: 2.25rem;
        margin: 0 0 15px;
    }

    .single-interview .post .article-area .detail .detailBody {
        padding: 40px 4% 40px 7%;
    }

    .single-interview .post .article-area.reverse .detail .detailBody {
        padding: 40px 7% 40px 4%;
    }

    .single-interview .queue {
        display: block;
    }

    .single-interview .queue .section-box,
    .single-interview .queue .section-box:last-child {
        margin: auto;
        width: 80%;
    }

    .single-interview .queue .section-box.schedule {
        margin-bottom: 50px;
    }

    /*
    .single-interview #pageVisual {
        height: 550px;
    }*/

    .single-interview .career .section-box.prf-box .section-head {
        width: 280px;
    }

    .single-interview .career .section-box.prf-box .section-body {
        margin: 0 0 0 -280px;
        padding: 0 0 0 305px;
    }

    .single-interview .episode,
    .single-interview .challenge {
        background-image: none !important;
    }

    .single-interview .episode img.episode-img-sp,
    .single-interview .challenge img.challenge-img-sp {
        display: block;
        width: 100%;
        height: 50vh;
        object-fit: cover;
    }

    .single-interview .episode {
        margin: 60px 0;
    }

    .single-interview .episode .section-box {
        max-width: 80%;
        margin: -100px auto 0;
    }

    .single-interview .challenge .section-box {
        margin: auto;
        padding: 100px 80px 0;
    }

    .single-interview .challenge:before {
        background: linear-gradient(to top, rgba(198, 156, 109, 1) 0%, rgba(198, 156, 109, 0) 100%);
    }
}

@media screen and (max-width: 750px) {
    body {
        font-size: 1.7rem;
    }

    /*----------------------------------------*/
    /* 一覧
    /*----------------------------------------*/

    .post-type-archive #h2-title {
        padding: 125px 0 0;
    }

    .post-type-archive #h2-title h2 {
        font-size: 7rem;
    }

    .post-type-archive .section-body .box .detail dl dt {
        font-size: 3.5rem;
    }

    .post-type-archive .section-body .box .detail dl dd {
        font-size: 1.8rem;
    }


    /*----------------------------------------*/
    /* 詳細
    /*----------------------------------------*/
    .single-interview #contents dl dd,
    .single-interview #contents .detail p,
    .single-interview #contents .section-body p {
        font-size: 1.7rem;
    }

    #contents .section-area .section-head {
        margin: 0 auto 30px;
    }

    .single-interview #pageVisual .inner {
        padding: 75% 0 0;
        background-position: center left;

    }

    .single-interview .episode img.episode-img-sp {
        height: 70vh;
    }

    .single-interview .episode .section-body dl dt {
        margin: 10px 0;
        font-size: 2.0rem;
    }

    .single-interview #contents .section-head h3 {
        font-size: 3.5rem;
    }

    .single-interview .episode h3 span.ja {
        font-size: 1.8rem;
    }

    .single-interview .challenge .section-body dl dt {
        margin: 20px 0;
    }

    .single-interview #pageVisual .inner span {
        font-size: 2.5rem;
    }

    .single-interview .post .article-area {
        flex-direction: column;
        margin-bottom: 40px !important;
    }

    .single-interview .post .article-area .image {
        width: 52.5%;
        margin: 0;
    }

    .single-interview .post .article-area .detail,
    .single-interview .post .article-area.reverse .detail {
        margin: 0 auto;
        padding: 0 25px;
    }

    .single-interview .post .article-area .detail .detailBody {
        padding: 16% 25px 40px;
        margin: -12% 0 0;
        width: 100%;
        max-width: 100%;
    }

    .single-interview .post .article-area.reverse {
        flex-direction: column-reverse;
    }

    .single-interview .post .article-area.reverse .detail .detailBody {
        padding: 40px 25px 16%;
        margin: 0;
    }

    .single-interview .post .article-area.reverse .image {
        margin: -12% 0 0;
    }

    .single-interview .post .article-area .detail dl dt,
    .single-interview .challenge .section-body dl dt {
        font-size: 2.3rem;
    }

    .single-interview .episode {
        margin: 0;
    }

    .single-interview .episode .section-box {
        max-width: 100%;
        padding: 40px;
    }

    #contents .challenge {
        padding: 50px 0 0;
    }

    .single-interview .challenge .inner {
        padding: 0;
    }

    .single-interview .challenge:before {
        background: none;
    }

    .single-interview .challenge .section-box {
        padding: 50px 40px;
        max-width: 100%;
        background-color: #c69c6d;
    }

    .single-interview .challenge .section-body {
        margin: 0 auto;
    }

    .single-interview .queue .section-box,
    .single-interview .queue .section-box:last-child {
        width: 100%;
        padding: 0 25px;
        background-color: inherit;
    }

    .single-interview .queue .section-box .detail p {
        margin: 30px 0 0;
    }

    .single-interview .schedule.section-box .section-boxInner,
    .single-interview .private.section-box .section-boxInner {
        margin: 0 auto;
        padding: 40px;
        background-color: #FFFFFF;
        max-width: inherit;
    }


    .single-interview #pageVisual .inner span {
        max-width: 450px;
    }


    .single-interview .career .section-box.prf-box {
        display: block;
    }

    .single-interview .career .section-box.prf-box .section-head {
        width: 100%;
        margin: 0 auto 25px;
    }

    .single-interview .career .section-box.prf-box .section-body {
        margin: 0;
        padding: 0;
    }

    .single-interview #pageVisual .inner p {
        /*top: 250px;*/
        top: 66.6666%;
    }

    /*
    .single-interview .post .article-area .image {
        transform: translateX(0);
        padding: 0 25px;
    }

    .single-interview .post .article-area.reverse .image {
        transform: translateX(0);
    }*/


    .single-interview .other .section-body .swiper .swiper-button-prev,
    .single-interview .other .section-body .swiper .swiper-button-next,
    .single-interview .other .section-body .swiper .swiper-button-prev:after,
    .single-interview .other .section-body .swiper .swiper-button-next:after {
        width: 30px;
        height: 30px;
    }

    .single-interview .other .section-body .swiper .swiper-button-prev {
        left: 0;
    }

    .single-interview .other .section-body .swiper .swiper-button-next {
        right: 0;
    }
}


@media screen and (max-width: 640px) {

    /*----------------------------------------*/
    /* 一覧
    /*----------------------------------------*/

    .post-type-archive #h2-title {
        padding: 115px 0 0;
    }

    .post-type-archive #h2-title h2 {
        font-size: 6rem;
    }

    .post-type-archive .section-body {
        display: block;
    }

    .post-type-archive .section-body .box {
        margin: 0 0 25px;
        width: 100%;
    }

    .post-type-archive .section-body .box .image .imageInner {
        padding-bottom: 40%;
    }

    .post-type-archive .section-body .box .detail dl dt {
        font-size: 3rem;
        margin: 0 10px 0 0;
    }

    .post-type-archive .section-body .box .detail dl dd {
        font-size: 1.7rem;
        line-height: 1.33;
    }

    .post-type-archive .section-body .box .detail .btnBox {
        font-size: 75%;
    }

    /*----------------------------------------*/
    /* 詳細
    /*----------------------------------------*/
    #contents .section-area .section-head {
        margin: 0 auto 25px;
    }

    .single-interview #pageVisual .inner span {
        font-size: 4vw;
        padding: 5px 15px;
        line-height: 2.5;
        font-weight: 600;
    }

    .single-interview .schedule .section-body dl dt {
        width: 70px;
        font-size: 1.8rem;
    }

    .single-interview .schedule .section-body ul li {
        padding: 0 0 25px 80px;
    }

    .single-interview .schedule .section-body ul li:before {
        width: 30px;
        height: 30px;
    }

    .single-interview .schedule .section-body ul li:after {
        left: 38.5px;
    }

    .single-interview .challenge .section-body {
        margin: auto;
    }

    #contents .section-area .section-head h2 {
        font-size: 5rem;
    }

    .single-interview .career .section-box.prf-box .section-head dl dt {
        font-size: 3.0rem;
    }

    .single-interview .career .inner .section-box.car-box .section-head {
        margin: auto !important;
    }

    .single-interview .episode {
        margin: 0;
    }

    .single-interview .episode img.episode-img-sp {
        height: 60vh;
    }


    .single-interview .episode .section-box,
    .single-interview .schedule.section-box .section-boxInner,
    .single-interview .private.section-box .section-boxInner {
        padding: 30px;
    }

    .single-interview .challenge .section-box {
        padding: 50px 30px;
    }


    .single-interview .queue .section-box .detail p {
        margin: 25px 0 0;
    }

    .single-interview .other .section-body .swiper .swiper-button-prev,
    .single-interview .other .section-body .swiper .swiper-button-next,
    .single-interview .other .section-body .swiper .swiper-button-prev:after,
    .single-interview .other .section-body .swiper .swiper-button-next:after {
        width: 25px;
        height: 25px;
        top: 35%;
    }

    .single-interview .post .article-area .detail,
    .single-interview .post .article-area.reverse .detail {
        padding: 0 20px;

    }
}

@media screen and (max-width: 480px) {
    .single-interview .queue .section-box {
        padding: 0 20px;
    }

    .single-interview #contents dl dd,
    .single-interview #contents .detail p,
    .single-interview #contents .section-body p {
        font-size: 1.6rem;
    }

    .single-interview #pageVisual .inner span {
        max-width: 400px;
        top: initial;
        bottom: 0;
        /*font-size: 2.0rem;*/
        font-size: 4.5vw;
        line-height: 2.25;
    }

    .single-interview .episode,
    .single-interview .challenge {
        padding: 50px 0 0 !important;
    }

    .single-interview .episode img.episode-img-sp {
        height: 50vh;
    }

    .single-interview .episode h3 span.ja {
        margin: 0;
        display: flex;
    }

    .single-interview .episode .section-box {
        max-width: 100%;
        /*padding: 60px 50px;*/
        padding: 25px;
    }

    .single-interview .challenge .section-box {
        padding: 50px 25px;
    }

    .single-interview .schedule .section-body ul li:after {
        left: 36.5px;
    }

    .single-interview .schedule .section-body ul li:before {
        width: 25px;
        height: 25px;
    }

    /*
    .single-interview #pageVisual .inner p {
        top: 300px;
    }*/
    .single-interview .post .article-area .image {
        width: 60%;
        margin: 0;
    }

    .single-interview .post .article-area .detail .detailBody {
        padding: 24% 20px 40px;
        margin: -16% 0 0;
    }

    .single-interview .post .article-area.reverse .detail .detailBody {
        padding: 40px 20px 24%;
        margin: 0;
    }

    .single-interview .post .article-area.reverse .image {
        margin: -16% 0 0;
    }

    .single-interview .schedule .section-body dl {
        display: block;
    }

    .single-interview .schedule .section-body dl dd {
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 350px) {}