@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yuji+Mai&display=swap');

/*----- 一覧ページ用 */
@media screen and (min-width:769px) , print{

    .Interview__inner{
        width: 100%;
        max-width: 113.5rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        margin-left: auto;
        margin-right: auto;
    }

    .Interview-top{
        width: 100%;
        margin-bottom: 9rem;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .Interview-top__left{
        width: calc(100% - 60rem);
        padding-right: 2rem;
    }
    .Interview-top__body{
        margin-bottom: 2.5rem;
    }
    .Interview-top__title{
        width: 100%;
        margin-bottom: 1.5rem;
        display: flex;
        align-items: baseline;
        justify-content: flex-start;
    }
    .Interview-top__titleMain{
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: 0;
        color: #000;
    }
    .Interview-top__titleSub{
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0;
        color: #000;
    }
    .Interview-top__text{
        font-size: 1.1rem;
        line-height: 1.8;
        letter-spacing: 0;
        text-align: justify;
        color: #000;
    }
    .Interview-top__text:not(:last-child){
        margin-bottom: 1.5em;
    }
    .Interview-top__image{
        width: 60rem;
    }
    .Interview-top__image img{
        width: 100%;
    }
    .Interview-top__button{
        width: 34.8rem;
        height: 6rem;
        border-radius: 3rem;
        overflow: hidden;
    }
    .Interview-top__button a{
        width: 100%;
        height: 100%;
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #B60000;
        position: relative;
        background: linear-gradient(90deg, rgba(182, 0, 0, 1) 0%, rgba(236, 0, 0, 1) 100%);
    }
    .Interview-top__button a::after{
        content: "";
        display: block;
        width: .8rem;
        height: .8rem;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        position: absolute;
        right: 2rem;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    }

    .Interview-archive__title{
        font-size: 3rem;
        line-height: 1;
        font-weight: 700;
        margin-bottom: 3.5rem;
        letter-spacing: 0;
        text-align: center;
        color: #000;
    }

    .Interview-archive__inner{
        width: 100%;
        display: flex;
        gap: 5rem 2.5rem;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .Interview-archive-block{
        width: calc((100% - (2.5rem * 2)) / 3);
    }
    .Interview-archive-block a{
        opacity: 1 !important;
    }
    .Interview-archive-block__image{
        width: 100%;
        margin-bottom: 1rem;
        position: relative;
    }
    .Interview-archive-block__imageInner{
        width: 100%;
        height: 22rem;
        display: block;
        overflow: hidden;
    }
    .Interview-archive-block__imageInner img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .3s all ease-in-out;
    }
    .Interview-archive-block__area{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 8.4rem;
        height: 2.8rem;
        font-size: 1.2rem;
        letter-spacing: 0;
        background: #000;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .Interview-archive-block__title{
        font-size: 1.5rem;
        margin-bottom: .8rem;
        color: #000;
    }
    .Interview-archive-block__title span{
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0;
    }
    .Interview-archive-block__office{
        font-size: 1.3rem;
        margin-bottom: 1rem;
        line-height: 1.5;
        letter-spacing: 0;
        color: #000;
    }
    .Interview-archive-block__list{
        width: 100%;
        display: flex;
        gap: 1rem 0;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .Interview-archive-block__listItem{
        font-size: 1.3rem;
        line-height: 1.5;
        letter-spacing: 0;
        color: #000;
    }
    .Interview-archive-block__listItem:not(:last-child)::after{
        content: "・";
        line-height: 1.5;
    }
    
    .Interview-archive-block a:hover .Interview-archive-block__imageInner img{
        transform: scale(1.05);
    }

    /*----- ページャー */
    .wp-pagenavi{
        width: 100%;
        margin-top: 5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wp-pagenavi *{
        width: 4rem;
        height: 4rem;
        margin-left: .3rem;
        margin-right: .3rem;
        line-height: 1;
        border: 1px solid #333;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wp-pagenavi a{
        background: #333;
        color: #fff;
    }

}

@media screen and (max-width:1100px) and (min-width:769px)  , print{

    .Interview-top__left{
        width: calc(50% - 1.5rem);
    }
    .Interview-top__image{
        width: calc(50% - 1.5rem);
    }

}





/*----- 詳細ページ用 */
@media screen and (min-width:769px) , print{

    .main.-single{
        padding-top: 7.8rem;
        position: relative;
    }
    .main.-single::before{
        content: "";
        display: block;
        width: calc(100% - 2.4rem);
        height: 100%;
        position: absolute;
        z-index: -1;
        top: -6rem;
        left: 0;
        right: 0;
        background-image: url(../images/interview/bg_obj.svg);
        background-size: 100%;
        background-position: top center;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
    }

    .Mainvisual{
        width: 100%;
        margin-bottom: 16rem;
        position: relative;
        overflow: hidden;
    }
    .Mainvisual__content{
        width: 100%;
        max-width: 140rem;
        padding: 5.5rem 3.5rem 2.5rem;
        margin-left: auto;
        margin-right: auto;
    }
    .Mainvisual__contentInner{
        position: relative;
    }
    .Mainvisual-header{
        margin-bottom: 6.8rem;
    }
    .Mainvisual-header__title{
        width: 100%;
        margin-bottom: .5rem;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .Mainvisual-header__titleEn{
        font-size: 1.4rem;
        margin-bottom: .4rem;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 0;
        color: #c30000;
    }
    .Mainvisual-header__titleJp{
        width: 100%;
        letter-spacing: 0;
        color: #a69142;
        line-height: 1;
        display: flex;
        align-items: baseline;
        justify-content: flex-start;
        font-size: 5rem;
        font-weight: 500;
        font-family: "Yuji Mai", serif;
    }
    .Mainvisual-header__titleJp span{
        font-size: 7rem;
        line-height: 1;
        display: block;
        color: #000;
    }
    .Mainvisual-header__titleJp span ruby{
        line-height: 1;
    }
    .Mainvisual-header__titleJp span rt{
        font-size: 1.2rem;
        letter-spacing: 0;
        line-height: 1;
        font-weight: 500;
        text-align: center;
    }
    .Mainvisual-header__text{
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0;
        line-height: calc(2.45 / 1.4);
        color: #000;
    }
    .Mainvisual-profile{
        width: 53.6rem;
        height: 37.4rem;
        padding: 2.4rem 3.2rem 3.2rem;
        background: #000;
    }
    .Mainvisual-profile__title{
        font-size: 3.2rem;
        margin-bottom: 4.2rem;
        letter-spacing: 0;
        font-weight: 700;
        line-height: calc(5 / 3.2);
        color: #fff;
    }
    .Mainvisual-profile__area{
        width: fit-content;
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
        line-height: 1;
        padding: .7rem .8rem;
        letter-spacing: 0;
        color: #fff;
        background: #e60000;
    }
    .Mainvisual-profile__office{
        margin-bottom: 1.5rem;
        font-size: 1.8rem;
        line-height: calc(2.2 / 1.8);
        letter-spacing: 0;
        font-weight: 500;
        color: #b3b3b3;
    }
    .Mainvisual-profile__staff{
        width: 100%;
        column-gap: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .Mainvisual-profile__licenseItem{
        font-size: 1.2rem;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1;
        color: #fff;
        white-space: nowrap;
    }
    .Mainvisual-profile__licenseItem:not(:last-child){
        margin-bottom: .5rem;
    }
    .Mainvisual-profile__staffName{
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .Mainvisual-profile__staffNameJp{
        font-size: 3.3rem;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1;
        color: #fff;
    }
    .Mainvisual-profile__staffNameEn{
        font-size: 1.2rem;
        margin-left: 1rem;
        letter-spacing: 0;
        line-height: 1;
        color: #fff;
    }
    .Mainvisual__image{
        width: 50%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        z-index: -1;
    }
    .Mainvisual__image img{
        width: calc(100% + 18.6rem);
        flex-shrink: 0;
    }

    .First{
        margin-bottom: 14rem;
    }
    .First__inner{
        width: 100%;
        max-width: 87rem;
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        margin-left: auto;
        margin-right: auto;
    }
    .First__title{
        font-size: 6rem;
        margin-bottom: 4.2rem;
        letter-spacing: 0;
        font-weight: 500;
        line-height: 1;
        text-align: center;
        color: #000;
        font-family: "Noto Serif JP", serif;
    }
    .First__title:first-letter{
        color: #a69142;
    }
    .First__text{
        font-size: 1.6rem;
        line-height: calc(2.9 / 1.6);
        letter-spacing: 0;
        color: #000;
    }

    .DetailWrap{
        padding-bottom: 7.5rem;
    }
    .Detail + .Detail{
        padding-top: 17rem;
    }
    .Detail__inner{
        width: 100%;
        max-width: 140rem;
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }
    .Detail-header{
        width: calc(100% - 6.5rem);
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .Detail-header__title{
        font-size: 14.5rem;
        letter-spacing: 0;
        line-height: 1;
        font-weight: 500;
        color: #e9e4d1;
        font-family: "Noto Serif JP", serif;
    }
    .Detail-header__sub{
        font-size: 3.2rem;
        font-weight: 900;
        line-height: 1;
        color: #e9e4d1;
        font-family: "Noto Serif JP", serif;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .Detail-header__sub::before,
    .Detail-header__sub::after{
        content: "～";
        line-height: 1;
        display: block;
    }
    .Detail__body{
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .Detail__image{
        width: calc(100% - (54.5rem + 9rem));
    }
    .Detail__image img{
        width: 100%;
    }
    .Detail__content{
        width: 54.5rem;
    }
    .Detail__subtitle{
        width: 100%;
        margin-bottom: 3.5rem;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .Detail__subtitleEn{
        font-size: 1.6rem;
        margin-bottom: .5rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0;
        color: #a69142;
        display: block;
    }
    .Detail__subtitleJp{
        font-size: 3.6rem;
        font-weight: 700;
        line-height: calc(5.4 / 3.6);
        letter-spacing: 0;
        color: #000;
    }
    .Detail-list{
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }
    .Detail-list__item{
        width: 100%;
    }
    .Detail-list__item:not(:last-child){
        margin-bottom: 4.5rem;
    }
    .Detail-list__item.-long{
        width: 79.5rem;
    }
    .Detail-list__itemTitle{
        width: 100%;
        margin-bottom: 1.8rem;
        font-size: 1.8rem;
        text-indent: 3.6rem;
        font-weight: 700;
        line-height: calc(3.1 / 1.8);
        color: #c30000;
        position: relative;
    }
    .Detail-list__itemTitle::before{
        content: "";
        display: block;
        width: 3.2rem;
        height: 1px;
        background: #c30000;
        position: absolute;
        left: 0;
        top: 1em;
    }
    .Detail-list__itemText{
        font-size: 1.6rem;
        line-height: calc(2.9 / 1.6);
        letter-spacing: 0;
        text-align: justify;
        color: #000;
    }
    
    .Detail:nth-of-type(2n+1) .Detail__body{
        padding-right: 6.5rem;
    }
    .Detail:nth-of-type(2n+1) .Detail-list{
        align-items: flex-end;
    }
    .Detail:nth-of-type(2n) .Detail__inner{
        align-items: flex-end;
    }
    .Detail:nth-of-type(2n) .Detail-header{
        justify-content: flex-end;
    }
    .Detail:nth-of-type(2n) .Detail__body{
        padding-left: 6.5rem;
        flex-direction: row-reverse;
    }

    .Detail__buttonWrap{
        width: 100%;
        max-width: 140rem;
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        margin-top: 6.5rem;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        gap: 2.5rem;
    }
    .Detail__buttonWrap.-left{
        justify-content: flex-start;
    }
    .Detail__button{
        width: 34.8rem;
        height: 7.2rem;
        border-radius: 3.6rem;
        overflow: hidden;
    }
    .Detail__button a{
        width: 100%;
        height: 100%;
        font-size: 1.9rem;
        font-weight: 700;
        letter-spacing: 0;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #B60000;
        position: relative;
        background: linear-gradient(90deg,rgba(182, 0, 0, 1) 0%, rgba(236, 0, 0, 1) 100%);
    }
    .Detail__button a::after{
        content: "";
        display: block;
        width: .8rem;
        height: .8rem;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        position: absolute;
        right: 2rem;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    }

    /*----- フッター */
    .Data{
        width: 100%;
        padding-top: 6rem;
        padding-bottom: 2.7rem;
        background: #f2f2f2;
    }
    .Data__inner{
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .Data__left{
        width: calc((100% - 10.8rem) / 2);
    }
    .Data__right{
        width: calc((100% - 10.8rem) / 2);
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
    }

    /* プロフィール */
    .Data-profile{
        margin-bottom: 6.5rem;
    }
    .Data-profile__title{
        font-size: 1.8rem;
        margin-bottom: 2rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0;
        color: #000;
    }
    .Data-profile__text{
        font-size: 1.3rem;
        line-height: calc(2.6 / 1.3);
        font-weight: 500;
        letter-spacing: 0;
        color: #000;
    }

    /* 事務所概要 */
    .Data-overview__title{
        font-size: 1.8rem;
        margin-bottom: 2rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0;
        color: #000;
    }
    .Data-overview__item{
        width: 100%;
        padding-bottom: .6rem;
        border-bottom: 1px solid #b3b3b3;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .Data-overview__item:not(:first-child){
        padding-top: .6rem;
    }
    .Data-overview__itemTitle{
        width: 8.2rem;
        font-size: 1.3rem;
        line-height: calc(2.6 / 1.3);
        font-weight: 500;
        letter-spacing: 0;
        color: #000;
    }
    .Data-overview__itemText{
        width: calc(100% - 8.2rem);
        font-size: 1.3rem;
        line-height: calc(2.6 / 1.3);
        font-weight: 500;
        letter-spacing: 0;
        color: #000;
        display: flex;
        gap: 0 1rem;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .Data-overview__itemText a{
        color: #00f;
        opacity: 1 !important;
    }
    .Data-overview__itemText a:hover{
        text-decoration: underline;
    }
    .Data-overview__license{
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .Data-overview__licenseItem{
        line-height: calc(2.6 / 1.3);
    }
    .Data-overview__licenseItem:not(:last-child)::after{
        content: "・";
        line-height: calc(2.6 / 1.3);
    }

    /* 編集後記 */
    .Data-after{
        margin-bottom: 5.5rem;
    }
    .Data-after__title{
        font-size: 1.8rem;
        margin-bottom: 2rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0;
        color: #000;
    }
    .Data-after__text{
        font-size: 1.3rem;
        line-height: calc(2.6 / 1.3);
        font-weight: 500;
        letter-spacing: 0;
        color: #000;
    }
    .Data-after__name{
        margin-bottom: 2.5rem;
        font-size: 1.3rem;
        line-height: calc(2.6 / 1.3);
        font-weight: 500;
        letter-spacing: 0;
        text-align: right;
        color: #000;
    }
    .Data-after__hosoku{
        font-size: 1.1rem;
        line-height: calc(2.3 / 1.1);
        font-weight: 500;
        letter-spacing: 0;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        color: #000;
    }
    .Data-after__hosoku::before{
        content: "※";
        font-size: 1.1rem;
        line-height: calc(2.3 / 1.1);
        font-weight: 500;
        letter-spacing: 0;
        color: #000;
    }

    .Data-homepage{
        width: 40.6rem;
        height: 8rem;
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 9900;
        clip-path: polygon(92.5% 0, 100% 22.5%, 100% 100%, 0 100%, 0 0);
        background: #fff;
    }
    .Data-homepage a{
        width: 100%;
        padding: 1.8rem 4rem 1.8rem 3rem;
        background: #EC0000;
        background: linear-gradient(90deg,rgba(182, 0, 0, 1) 0%, rgba(236, 0, 0, 1) 100%);
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .Data-homepage a::after{
        content: "";
        display: block;
        width: 3rem;
        height: 2.5rem;
        background-image: url(../images/interview/icon_interview-homepage_obj.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        right: 0;
        top: 0;
    }
    /* .Data-homepage a::before{
        content: "";
        display: block;
        width: 3rem;
        height: 2.5rem;
        background: #f2f2f2;
        position: absolute;
        right: 0;
        top: 0;
        clip-path: polygon(0 0, 100% 80%, 100% 0);
    } */
    .Data-homepage__text{
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        position: relative;
        color: #fff;
    }
    .Data-homepage__textSub{
        width: fit-content;
        max-width: calc(100% - 4.8rem);
        font-size: 1.3rem;
        margin-bottom: 1rem;
        line-height: 1;
        letter-spacing: 0;
        display: block;
    }
    .Data-homepage__textMain{
        width: fit-content;
        max-width: calc(100% - 4.8rem);
        font-size: 2.1rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0;
        display: block;
    }
    .Data-homepage__text::after{
        content: "";
        display: block;
        width: 4.8rem;
        height: 4.1rem;
        background-image: url(../images/interview/icon_interview-homepage.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        right: 0;
        top: 0;
    }

    .gotop{
        display: none;
    }

}

@media screen and (max-width: 1280px) and (min-width:769px), print {

    .Detail__image{
        width: calc(50% - 2rem);
    }
    .Detail__content{
        width: calc(50% - 2rem);
    }
    .Detail:nth-of-type(2n+1) .Detail__body{
        padding-right: 0;
    }
    .Detail:nth-of-type(2n) .Detail__body{
        padding-left: 0;
    }

}