@charset "utf-8";
/* =========================================================================================
LAYOUT
=========================================================================================*/
body.student-reporters #main {
    background: linear-gradient(#ffebf4 0%, #fff3ba 51.23%, #ceffce 100%);
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}

/* =========================================================================================
ABOUT
=========================================================================================*/
section.about .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 100px;
}
section.about .inner h2 {
    margin-bottom: 50px;
}
section.about .inner .block h3 {
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 2em;
}
section.about .inner .block p {
    font-size: clamp(1.125rem, calc(0.862rem + 1.124vw), 1.438rem); /* min: 18px, max: 23px */
}
@media only screen and (max-width: 820px) {
    section.about .inner {
        gap: 25px;
    }
}
@media only screen and (max-width: 468px) {
    section.about .inner {
        gap: 0;
    }
}

/* =========================================================================================
INTERVIEW
=========================================================================================*/
section.interview .inner {
    position: relative;
    z-index: 5;
}
section.interview .inner::before {
    content: "";
    width: 96vw;
    max-width: var(--large-contents-width);
    height: 100%;
    background: #fff;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: -1;
}
section.interview h3 {
    width: fit-content;
    max-width: 80%;
    margin-inline: auto;
    translate: 0 -30%;
    position: relative;
    z-index: 10;
    margin-bottom: 7.5vh;
}
section.interview h3::before,
section.interview h3::after {
    content: "";
    background: no-repeat center / contain;
    position: absolute;
    z-index: -1;
}
section.interview h3::before {
    width: 35%;
    max-width: 140px;
    aspect-ratio: 140 / 250;
    background-image: url(../images/page/student-reporters/object_girl.svg);
    top: 50%;
    left: 0;
    translate: -135% -40%;
    animation: slide-out-bottom 2s steps(2) infinite;
}
section.interview h3::after {
    width: 30%;
    max-width: 137px;
    aspect-ratio: 137 / 300;
    background-image: url(../images/page/student-reporters/object_boy.svg);
    top: 50%;
    right: 0;
    translate: 135% -50%;
    animation: slide-out-bottom 2s steps(2) 1s infinite;
}
@keyframes slide-out-bottom {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10%);
    }
}
@media only screen and (max-width: 820px) {
    section.interview .inner::before {
        content: "";
        width: calc(100% + 20px);
    }
    section.interview h3 {
        margin-bottom: 20px;
    }
    section.interview h3::before {
        width: 100px;
        translate: -70px -70%;
        z-index: 10;
    }
    section.interview h3::after {
        width: 85px;
        translate: 60px -50%;
        z-index: 10;
    }
}
@media only screen and (max-width: 468px) {
    section.interview .inner::before {
        border-radius: 20px;
    }
    section.interview h3::before {
        width: 70px;
        translate: -50px -70%;
    }
    section.interview h3::after {
        width: 60px;
        translate: 45px -50%;
    }
}

/* report ---------------------------------------- */
section.interview .report {
    padding-block: 25px;
}
section.interview .report + .report {
    padding-top: 75px;
}
section.interview .report:nth-last-of-type(1) {
    padding-bottom: 35px;
}
section.interview .report h4 {
    color: #fff;
    font-size: clamp(1.25rem, calc(0.618rem + 2.697vw), 2rem); /* min: 20px, max: 32px */
    background: #ccc;
    text-align: center;
    padding: 0.5em 1em 0.6em;
    border-radius: 100px;
    margin-bottom: 1.5em;
}
section.interview .report.orange h4 {
    background: #ff9c15;
}
section.interview .report.pink h4 {
    background: #ff817f;
}
@media only screen and (max-width: 820px) {
    section.interview .report {
        padding-inline: 20px;
    }
}
@media only screen and (max-width: 468px) {
    section.interview .report {
        padding-inline: 10px;
    }
}

/*box*/
section.interview .report .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 35px;
    margin-bottom: 30px;
}
section.interview .report.pink .box .image {
    order: 2;
}
section.interview .report.pink .box .text {
    order: 1;
}
section.interview .report .box .image figure {
    position: relative;
    z-index: 1;
}
section.interview .report .box .image img {
    border-radius: 30px;
}
section.interview .report .box .image figcaption {
    color: #fff;
    text-align: center;
    font-size: clamp(1rem, calc(0.579rem + 1.798vw), 1.5rem); /* min: 16px, max: 24px */
    font-weight: var(--bold-font-weight);
    background: #47c2d1;
    padding: 0.2em 0.75em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
section.interview .report .box dl.text {
    border: 1px solid #47c2d1;
    padding: 25px;
    position: relative;
    z-index: 1;
}
section.interview .report .box dl.text dt {
    color: #fff;
    text-align: center;
    font-size: clamp(1.125rem, calc(0.809rem + 1.348vw), 1.5rem); /* min: 18px, max: 24px */
    font-weight: var(--bold-font-weight);
    background: #47c2d1;
    padding: 1.25em 0.5em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
section.interview .report .box dl.text dd {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
section.interview .report .box dl.text dd img {
    max-height: 135px;
}
section.interview .report .box dl.text dd h5 {
    color: #47c2d1;
    font-size: clamp(1.125rem, calc(0.914rem + 0.899vw), 1.375rem); /* min: 18px, max: 22px */
    line-height: 1.4;
}
section.interview .report .box dl.text dd P {
    font-size: clamp(1rem, calc(0.895rem + 0.449vw), 1.125rem); /* min: 16px, max: 18px */
}
@media only screen and (max-width: 820px) {
    section.interview .report .box {
        grid-template-columns: repeat(1, 1fr);
    }
    section.interview .report.pink .box .image {
        order: 1;
    }
    section.interview .report.pink .box .text {
        order: 2;
    }
}
@media only screen and (max-width: 468px) {
}

/*photo*/
section.interview .report .photo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 50px;
    margin-bottom: 30px;
}
section.interview .report .photo .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
section.interview .report .photo .item .text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
}
section.interview .report .photo .item .text p {
    width: fit-content;
    max-width: 320px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
section.interview .report .photo .item .text span {
    font-weight: var(--bold-font-weight);
    display: inline-block;
    border-bottom: 2px dashed;
}
section.interview .report .photo .item .text span img {
    display: inline-block;
    line-height: 1;
    translate: 0 15%;
}
section.interview .report.orange .photo .item:last-child {
    flex-direction: column-reverse;
}
section.interview .report.orange .photo .item span {
    border-color: #ff9c15;
}
section.interview .report.pink .photo .item:first-child {
    flex-direction: column-reverse;
}
section.interview .report.pink .photo .item span {
    border-color: #ff817f;
}
@media only screen and (max-width: 820px) {
    section.interview .report .photo {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 50px;
    }
    section.interview .report.orange .photo .item:last-child,
    section.interview .report.pink .photo .item:first-child {
        flex-direction: column;
    }
    section.interview .report .photo .item .text {
        padding-top: 0;
    }
    section.interview .report .photo .item .text p {
        max-width: none;
        justify-content: center;
    }
}
@media only screen and (max-width: 468px) {
    section.interview .report .box dl.text dd {
        gap: 15px;
    }
}

/*download*/
section.interview .report .download {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
}
section.interview .report .download a img {
    transition: 0.3s;
}
section.interview .report .download a:hover img {
    opacity: 0.8;
}
/* download　準備中 */
section.interview .report .download .no-link {
    position: relative;
    z-index: 1;
}
section.interview .report .download .no-link::before {
    content: "";
    display: inline-block;
    width: 110%;
    height: 120%;
    background: #b8b8b8;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 10;
}
section.interview .report .download .no-link::after {
    content: "準備中";
    display: inline-block;
    color: #fff;
    font-size: 1.25em;
    font-weight: var(--bold-font-weight);
    line-height: 1;
    padding: 0.75em;
    background: #777777;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 20;
}
