/* co-main-wrp */
.co-main-title-wrp {
    padding: 1.5em 4%;
}

.co-main-title-wrp .co-main-title-inner {
    width: fit-content;
    margin: 0 auto;
}

.co-main-title-wrp .co-main-title-inner .title {
    margin-bottom: 1em;
    font-size: 1.8em;
    text-align: center;
}

@media screen and (max-width:640px) {
    .co-main-title-wrp .co-main-title-inner .title {
        margin-bottom: 0;
    }
}

@media screen and (max-width:767px) {
    .co-main-title-wrp .co-main-title-inner .title {
        font-size: min(1.5em, 4.5vw);
    }
}

.co-main-title-wrp .co-main-title-inner .report-title-en {
    margin-bottom: 0;
}

.co-main-title-wrp .page-title {
    margin-bottom: 0;
    line-height: 1.6;
}

.inner {
    margin: 0 auto;
    padding: min(80px, 12vw) 0;
}

/* lead-wrp */
.lead-wrp {
    background-color: var(--gray-w);
}

.lead-wrp .lead {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 2;
    text-align: center;
}

@media screen and (max-width:767px) {
    .lead-wrp .lead {
        padding-left: .5em;
        font-size: min(15px, 4vw);
    }
}

/* interviewee-wrp */
.interviewee-wrp {
    width: min(800px, 94%);
    margin: min(100px, 15vw) auto 0;
    display: flex;
    justify-content: space-between;
    border: solid 1px #666;
    background-color: #fff;
    position: relative;
}

.interviewee-wrp .interviewee-label {
    padding: .3em 1em .3em min(160px, 23vw);
    position: absolute;
    left: 1em;
    top: 0;
    translate: 0 -50%;
    font-size: 1.3em;
    background-color: var(--brand-color2);
    border-radius: 100vmax;
}

@media screen and (max-width:767px) {
    .interviewee-wrp .interviewee-label {
        font-size: min(16px, 3.6vw);
    }
}

.interviewee-wrp .interviewee-label .interview-hd-illust {
    width: min(126px, 18vw);
    position: absolute;
    left: 1em;
    bottom: 0;
    overflow: hidden;
}

.interviewee-wrp .interviewee-label p {
    color: #fff;
    font-family: var(--en);
    font-weight: 500;
}

.interviewee-wrp .interviewee-label::before {
    content: '';
    width: 1em;
    aspect-ratio: 1/1.2;
    position: absolute;
    left: 45%;
    top: 98%;
    background-color: var(--brand-color2);
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.interviewee-wrp .interviewee-photo {
    width: min(240px, 33%);
    flex-shrink: 0;
}

.interviewee-wrp .interviewee-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interviewee-wrp .interviewee-profile {
    padding: min(3em, 4vw);
    align-self: center;
}

@media screen and (max-width:767px) {
    .interviewee-wrp .interviewee-profile {
        padding-top: 4em;
        padding-right: 1em;
    }
}

.interviewee-wrp .interviewee-profile .depart {
    line-height: 1.6;
}

@media screen and (max-width:767px) {
    .interviewee-wrp .interviewee-profile .depart {
        font-size: min(13px, 3.8vw);
    }
}

.interviewee-wrp .interviewee-profile .name {
    margin-top: .5em;
    font-weight: 500;
    font-size: 1.1em;
}

@media screen and (max-width:767px) {
    .interviewee-wrp .interviewee-profile .name {
        font-size: min(16px, 4.2vw);
    }
}

.interviewee-wrp .interviewee-profile .name .sml {
    font-size: .85em;
}

/* contents-wrp */
.contents-wrp .inner {
    width: min(840px, 94%);
}

/* interview-main */
.interview-main .hdgroup {
    margin-bottom: 4em;
}

.interview-main .hdgroup:not(:first-child) {
    margin-top: min(100px, 15vw);
}

.interview-main .hdgroup .interview-hd-illust {
    width: min(360px, 65%);
    margin: 2em auto 0;

}

.interview-main .hdgroup .interview-hd {
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
    position: relative;
}

@media screen and (max-width:767px) {
    .interview-main .hdgroup .interview-hd {
        font-size: min(20px, 4.8vw);
    }
}

.interview-main .hdgroup .interview-hd::before {
    content: '“';
    font-size: 2em;
    line-height: 0;
    position: relative;
    left: -.1em;
    bottom: -.2em;
}

.interview-main .hdgroup .interview-hd::after {
    content: '”';
    font-size: 2em;
    line-height: 0;
    position: relative;
    right: .1em;
    bottom: -.2em;
}

.interview-main p {
    margin-top: 1em;
    padding-left: min(5rem, 18vw);
    padding-right: 1rem;
    line-height: 2;
    text-align: justify;
    position: relative;

}

.interview-main p:first-child {
    margin-top: 0;
}

@media screen and (max-width:767px) {
    .interview-main p {
        font-size: min(14px, 4.2vw);
    }
}

.interview-main .er {
    --t-color: var(--brand-color);
    margin-top: 3em;
    margin-bottom: 1.5em;
    font-size: 1.05em;
    font-weight: 600;
    letter-spacing: .05em;
    color: var(--t-color);
    /*     content: '';
    width: min(4.5rem, 16vw);
    height: min(4.5rem, 16vw);
    position: absolute;
    left: 0;
    border-radius: 100%;
    overflow: hidden; */
}

@media screen and (max-width:767px) {
    .interview-main .er {
        font-size: min(15px, 4.3vw);
        line-height: 1.6;
    }
}

.interview-main .ee {
    --t-color: var(--brand-color2);
}

.interview-main .er::before,
.interview-main .ee::before {
    position: absolute;
    right: calc(100% - min(3.5rem, 13vw));
    letter-spacing: 0;
}

.interview-main .er::before {
    content: 'Q';
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    top: .5em;
    translate: 0 -55%;
    /* background: url(../img/interviewer-icon.svg) no-repeat 20% -100% / 150% #fff;
    top: .5lh;
    translate: 0 -50%;
    border: solid 2px var(--brand-color); */
}


@media screen and (max-width:767px) {
    .interview-main .er::before {
        font-size: min(2rem, 7vw);
        translate: 0 -60%;
    }
}

.interview-main .ee::before {
    width: 3em;
    top: -.1em;
    font-size: 1.1em;
    font-weight: 500;
    color: var(--t-color);
    text-align-last: justify;
    /* background: url(../img/vol1-interviewee.jpg) no-repeat center 10% / 120% #fff;
    top: 0;
    border: solid 2px var(--brand-color2); */
}

@media screen and (max-width:767px) {
    .interview-main .ee::before {
        top: 0;
        font-size: min(16px, 4.2vw);
    }
}

.interview-main .er::after,
.interview-main .ee::after {
    content: '';
    width: .3rem;
    height: .3rem;
    border-radius: 100%;
    position: absolute;
    right: calc(100% - min(4.5rem, 16.7vw));
    top: .5lh;
    translate: -50% -50%;
    background-color: var(--t-color);
}

.interview-main .underline {
    text-decoration: underline;
    /* text-decoration-style: dotted; */
    text-decoration-color: color-mix(in srgb, var(--brand-color2) 50%, #fff);
    text-decoration-thickness: 5px;
    text-underline-offset: -1px;
    text-decoration-skip-ink: none;
}

.interview-main .note {
    font-size: min(.85rem, 12px, 2.8vw);
}

.interview-main .flex {
    gap: 2em;
}

@media screen and (max-width:767px) {
    .interview-main .flex {
        flex-wrap: wrap;
    }
}

.interview-main .pic {
    width: min(680px, 100%);
    margin: min(60px, 10vw) auto;
    border: solid 1px #ccc;
}

.interview-main .pic:last-child {
    margin-bottom: 0;
}

/*---------------------------------
vol1
---------------------------------*/
.vol1 .flex1 .left {
    flex-shrink: 1;
}

.vol1 .flex1 .right {
    width: 320px;
    flex-shrink: 0;
}

@media screen and (max-width:767px) {
    .vol1 .flex1 {
        flex-wrap: wrap;
    }

    .vol1 .flex1 .right {
        width: min(300px, 90%);
        margin: 0 auto;
    }
}

.vol1 .interview-main .ee::before {
    content: '新 井';
}

.interview-main .note {
    margin-top: 1em;
    padding-left: min(5rem, 18vw);
}