.p-interview__anchorlink {
    display: grid;
    gap: 2.5em;
    margin: 0 auto var(--space-md) auto;
}
.voice-img {
    position: relative;
}
.voice-img > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 7.2rem;
    height: 7.2rem;
    aspect-ratio: 1 / 1;
    background: linear-gradient(to bottom right, var(--color-main) 50%, transparent 50%);
    color: black;
    font-family: var(--font-en);
    line-height: 0;
    letter-spacing: 0;
    font-size: 4.8rem;
    font-weight: 400;
    padding: .65em 0 0 .2em;
    z-index: 1;
}
.voice-img > span::before {
    content: "Voice";
    display: inline-block;
    font-size: 1.9rem;
    position: absolute;
    top: .75em;
    left: .5em;
}
.p-interview__anchorlink .voice-img {
    overflow: hidden;
    height: 14.4rem;
    margin-bottom: 1.5em;
}
.p-interview__anchorlink .voice-img picture,
.p-interview__anchorlink .voice-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.p-interview__anchorlink p {
    text-align: center;
    font-size: .75em;
}
.p-interview__intro {
    margin: 2.5em 0;
}
.p-interview__intro .voice-img {
    margin-bottom: 2em;
}
.p-interview__intro-lead {
    font-weight: 700;
    letter-spacing: .2em;
}
.p-interview__name {
    font-size: 1rem;
    letter-spacing: .1em;
    text-align: right;
    margin-top: 1em;
}
.p-interview-day__ttl {
    display: block;
    position: relative;
    background-image: url('../images/ttl-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 26rem;
    height: 8.5rem;
    margin: 0 auto 1.5em auto;
}
.p-interview-day__ttl span {
    font-size: 1.25em;
    font-weight: 700;
    color: black;
    position: absolute;
    top: 1em;
    left: 50%;
    transform: translate(-50%);
}
.p-interview-day {
    display: flex;
    flex-direction: column;
    margin: 2em 0;
}
.p-interview-day__txt {
    padding: 1.5em 1em;
    background-color: white;
    color: black;
}
.p-interview-day__txt table {
    width: 100%;
    border-bottom: 1px solid #E4E4E4;
}
.p-interview-day__txt th {
    text-align: left;
    font-family: var(--font-en);
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    vertical-align: top;
    padding-top: 1rem;
    padding-bottom: .8rem;
    border-top: 1px solid #E4E4E4;
}
.p-interview-day__txt td {
    padding-bottom: 1em;
}
.p-interview-day__img {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .p-interview__anchorlink a:nth-child(3) .voice-img img {
        object-position: top center;
    }
    .p-interview__intro .voice-img {
        width: 100vw;
        transform: translateX(-1em);
        overflow: hidden;
        height: 23rem;
    }
    .p-interview__intro .voice-img picture,
    .p-interview__intro .voice-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .p-interview-day__txt th,
    .p-interview-day__txt td {
        display: block;
        width: 100%;
    }
    .p-interview-day__txt .table-col2 table:nth-child(1) {
        border-bottom: none;
    }
}
@media screen and (min-width: 768px) {
    .voice-img > span {
        width: 15rem;
        height: 15rem;
        font-size: 10rem;
    }
    .voice-img > span::before {
        font-size: 4rem;
    }
    .p-interview__anchorlink {
        grid-template-columns: repeat(3, 1fr);
        gap: 3.75em;
    }
    .p-interview__anchorlink .voice-img {
        width: 30rem;
        height: 30rem;
        aspect-ratio: 1 / 1 !important;
    }
    .p-interview__anchorlink p {
        font-size: 1.5rem;
    }
    .p-interview__intro {
        margin: 4em 0;
    }
    .p-interview__intro .voice-img {
        margin-bottom: 4em;
    }
    .p-interview__intro-lead {
        font-size: 1.75em;
    }
    .p-interview__name {
        font-size: 1em;
    }
    .p-interview-day__txt .table-col2 {
        display: flex;
        align-items: flex-start;
        gap: 1.5em;
    }
    .p-interview-day__txt .table-col2 table {
        width: auto;
    }
    .p-interview-day {
        flex-direction: row-reverse;
        margin: 4em 0;
    }
    .p-interview-day__ttl {
        margin-bottom: 2.5em;
    }
    .p-interview-day__img {
        width: 42rem;
        flex-shrink: 0;
    }
    .p-interview-day__txt {
        padding: 2.5em;
        flex: 1;
    }
    .p-interview-day__txt td {
        padding: 1.2rem 0 1em 2em;
        border-top: 1px solid #E4E4E4;
    }
}