@media screen and (min-width: 1025px) {
    .content--heading {
        min-height: 567px;
    }
}

.memberInterview {
    max-width: 1080px;
    margin-inline: auto;
}

.memberInterview-heading {}

@media screen and (min-width: 1025px) {
    .memberInterview-heading {
        max-width: 1700px;
        right: 0;
        margin: auto;
        padding: 0 150px;
        position: relative;
    }
}

.memberInterview-credit {
    width: 100%;
    padding: 0 0 0 18%;
}

@media screen and (min-width: 1025px) {
    .memberInterview-credit {
        width: fit-content;
        padding: 16px;
        position: absolute;
        bottom: 0;
        left: auto;
        background-color: #fff;
        z-index: 1;
    }
}

.memberInterview-image {
    width: 100vw;
    z-index: -2;
    position: relative;
}

@media screen and (min-width: 1025px) {
    .memberInterview-image {
        width: 100%;
        z-index: 0;
    }
}

.memberInterview-image img {
    width: 100%;
    height: auto;
    max-width: none;
    display: block;
}

.memberInterview-credit--position {
    font-size: 14px;
}

@media screen and (min-width: 1025px) {
    .memberInterview-credit--position {
        font-size: 16px;
    }
}

.memberInterview-credit--name {
    font-size: 48px;
    font-weight: bold;
    color: #004BC4;
}

.memberInterview-credit--year {
    font-size: 14px;
    color: #05365A;
}

@media screen and (min-width: 1025px) {
    .memberInterview-credit--year {
        font-size: 16px;
    }
}

.memberInterview p {
    font-size: 16px;
    font-weight: bold;
}

.memberInterview-introduction p {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #E3E3E3;
    font-size: 14px;
}

@media screen and (min-width: 1025px) {
    .memberInterview-introduction p {
        margin-bottom: 80px;
        padding-bottom: 80px;
    }
}

.memberInterview .wp-editor {
    margin-top: 50px;
    padding: 0 16px;
}

@media screen and (min-width: 1025px) {
    .memberInterview .wp-editor {
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
    }
}


.memberInterview .wp-editor>*+* {
    margin-top: 50px;
}

@media screen and (min-width: 1025px) {
    .memberInterview .wp-editor>*+* {
        margin-top: 80px;
    }
}

.columnContents {
    display: block;
}

.columnContents .columnContentsInner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media screen and (min-width: 1025px) {
    .columnContents .columnContentsInner {
        flex-direction: row;
    }
}

@media screen and (min-width: 1025px) {
    .columnContents:nth-of-type(2n) .columnContentsInner {
        flex-direction: row-reverse;
    }
}

.columnImage {
    width: 100%;
}

@media screen and (min-width: 1025px) {
    .columnImage {
        width: 400px;
    }
}

.columnText {
    flex: 1;
}


.columnText h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #004BC4;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

@media screen and (min-width: 1025px) {
    .columnText h3 {
        font-size: 18px;
    }
}

.columnText h3::before {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background-color: #004BC4;
}

.columnText .sentence-content {
    margin: 0 !important;
    font-size: 14px;
}

@media screen and (min-width: 1025px) {
    .columnText .sentence-content {
        font-size: 16px;
    }
}


.columnText .sentence-content+h3 {
    margin-top: 32px;
}

.dayFlow {
    padding: 24px;
    background-color: #F7F9FC;
}

@media screen and (min-width: 1025px) {
    .dayFlow {
        padding: 40px 80px;
    }
}

.dayFlow h3 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
}

@media screen and (min-width: 1025px) {
    .dayFlow h3 {
        font-size: 24px;
    }
}

.dayFlow ul,
.dayFlow li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dayFlowList {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
}

.dayFlowItem {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 16px;
    align-items: center;
    margin: 0 !important;
}

@media screen and (min-width: 1025px) {
    .dayFlowItem {
        grid-template-columns: 100px 1fr;
    }
}


.dayFlowItem::before,
.dayFlowItem::after {
    display: none !important;
}

.dayFlowTime {
    font-size: 18px;
    font-weight: bold;
    color: #004BC4;
}

@media screen and (min-width: 1025px) {
    .dayFlowTime {
        font-size: 24px;
    }
}


.dayFlowContent .workTitle {
    font-size: 16px;
    line-height: 1.8;
    font-weight: bold;
    color: #004BC4;
    margin: 0;
}
@media screen and (min-width: 1025px) {
    .dayFlowContent .workTitle {
        font-size: 18px;
    }
}

.dayFlowContent .workDiscription {
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    line-height: 1.5;
}

@media screen and (min-width: 1025px) {
    .fullImage {
        padding-inline: 80px;
    }
}

.--to-archive {
    margin-top: 80px;
}

.fresh--memberInterview-loop-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
    margin: 0;
    z-index: -2 !important;
}

@media screen and (min-width: 1025px) {
    .fresh--memberInterview-loop-items {
        grid-template-columns: 1fr 1fr;
        gap: 88px 32px;
        padding: 0 160px;
    }
}

.fresh--memberInterview-loop-items article {
    position: relative;
}

.fresh--memberInterview-loop-items article a {
    display: block;
    width: 100%;
    position: relative;
    transition: opacity 0.3s ease;
}

.fresh--memberInterview-loop-items article a:hover {
    opacity: 0.7;
}

.fresh--memberInterview-loop-items article .fresh--memberInterview-credit {
    width: fit-content;
    padding: 16px;
    position: absolute;
    bottom: -50px;
    left: auto;
    background-color: #fff;
    z-index: 1;
}

@media screen and (min-width: 1025px) {
    .fresh--memberInterview-loop-items article .fresh--memberInterview-credit {
        width: fit-content;
        padding: 16px;
        position: absolute;
        bottom: -50px;
        left: auto;
        background-color: #fff;
        z-index: 1;
    }
}

.fresh--memberInterview-loop-items article .fresh--memberInterview-image {
    width: 100vw;
    z-index: -2 !important;
    position: relative;
    height: auto;
    aspect-ratio: 524/355;
}

@media screen and (min-width: 1025px) {
    .fresh--memberInterview-loop-items article .fresh--memberInterview-image {
        width: 100%;
        z-index: 0;
    }
}

.fresh--memberInterview-loop-items article .fresh--memberInterview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
    display: block;
}

.fresh--memberInterview-loop-items article .fresh--memberInterview-credit--position {
    font-size: 12px;
    margin: 0;
    color: #05365A;
    margin-bottom: 8px;
}

@media screen and (min-width: 1025px) {
    .fresh--memberInterview-loop-items article .fresh--memberInterview-credit--position {
        font-size: 12px;
    }
}

.fresh--memberInterview-loop-items article .fresh--memberInterview-credit--name {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

@media screen and (min-width: 1025px) {
    .fresh--memberInterview-loop-items article .fresh--memberInterview-credit--name {
        font-size: 38px;
    }
}

.fresh--memberInterview-loop-items article .fresh--memberInterview-credit--year {
    font-size: 12px;
    color: #05365A;
}

@media screen and (min-width: 1025px) {
    .fresh--memberInterview-loop-items article .fresh--memberInterview-credit--year {
        font-size: 12px;
    }
}

body:not(.page-fresh) #container #content>header>h1::before {
    pointer-events: none;
}

.groupInterview {
    max-width: 1080px;
    margin-inline: auto;
}

.groupInterview-heading {}

@media screen and (min-width: 1025px) {
    .groupInterview-heading {
        max-width: 1700px;
        right: 0;
        margin: auto;
        padding: 0 150px;
        position: relative;
    }
}

.groupInterview-credit {
    width: 100%;
    padding: 0 16px 100px 18%;
}

@media screen and (min-width: 1025px) {
    .groupInterview-credit {
        width: fit-content;
        padding: 16px 24px;
        position: absolute;
        bottom: 0;
        left: auto;
        background-color: #fff;
        z-index: 1;
    }
}

.groupInterview-image {
    width: 100vw;
    z-index: -2;
    position: relative;
}

@media screen and (min-width: 1025px) {
    .groupInterview-image {
        width: 100%;
        z-index: 0;
    }
}

.groupInterview-image img {
    width: 100%;
    height: auto;
    max-width: none;
    display: block;
}

.groupInterview-credit--name {
    font-size: 30px;
    font-weight: bold;
    color: #004BC4;
}

@media screen and (min-width: 1025px) {
    .groupInterview-credit--name {
        font-size: 40px;
    }
}

.groupInterview-credit--summary {
    font-size: 12px;
}

@media screen and (min-width: 1025px) {
    .groupInterview-credit--summary {
        font-size: 14px;
    }
}

.groupInterview-member--inner {
    padding: 24px;
    background-color: #F7F9FC;
}

@media screen and (min-width: 1025px) {
    .groupInterview-member--inner {
        padding: 80px 40px;
    }
}

.groupInterview-member h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}

.groupInterview-member--list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 1025px) {
    .groupInterview-member--list {
        flex-direction: row;
        gap: 50px;
    }
}


.groupInterview-member--item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

@media screen and (min-width: 1025px) {
    .groupInterview-member--item {
        display: block;
        max-width: 128px;
        width: 100%;
    }
}

.groupInterview-member--icon {
    width: 104px;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 100%;
}

@media screen and (min-width: 1025px) {
    .groupInterview-member--icon {
        width: 100%;
        margin-bottom: 12px;
    }
}

.groupInterview-member--icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.groupInterview-member--body {
    flex: 1;
}

p.groupInterview-member--name {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    line-height: 1.3;
}

@media screen and (min-width: 1025px) {
    p.groupInterview-member--name {
        display: flex;
        align-items: baseline;
        gap: 8px;
    }
}

p.groupInterview-member--name .groupInterview-member--year {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

p.groupInterview-member--position {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.groupInterview .wp-editor {
    margin-top: 50px;
    padding: 0 16px;
}

@media screen and (min-width: 1025px) {
    .groupInterview .wp-editor {
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
    }
}

.groupInterview .wp-editor>*+* {
    margin-top: 50px;
}

@media screen and (min-width: 1025px) {
    .groupInterview .wp-editor>*+* {
        margin-top: 80px;
    }
}

.groupInterviewContents {
    display: block;
}

.groupInterviewContentsQuestion h3 {
    font-size: 24px;
    font-weight: bold;
    color: #004BC4;
    margin-bottom: 32px;
    display: flex;
}

@media screen and (min-width: 1025px) {
    .groupInterviewContentsQuestion h3 {
        margin-bottom: 40px;
    }
}

.groupInterviewContentsQuestion h3::before {
    content: "Q.";
    display: block;
    flex: none;
}

.groupInterviewContentsImage {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    float: none;
}

@media screen and (min-width: 1025px) {
    .groupInterviewContentsImage {
        display: inline;
        float: left;
        margin-right: 40px;
        max-width: 420px;
        width: 100%;
    }
}

.groupInterviewContentsImage._full {
    width: 100%;
    margin-bottom: 40px;
    float: none;
    display: block;
    max-width: none;
}

.groupInterviewContentsTextItem {
    display: flex;
    gap: 24px;
}

.groupInterviewContentsTextItem+.groupInterviewContentsTextItem {
    margin-top: 40px;
}

.groupInterviewContentsTextItemIcon {
    width: 72px;
    text-align: center;
}

@media screen and (min-width: 1025px) {
    .groupInterviewContentsTextItemIcon {
        width: 80px;
    }
}

.groupInterviewContentsTextItemIcon img {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 100%;
    object-fit: cover;
    display: block;
}

.groupInterviewContentsTextItemName {
    margin-top: 8px;
    font-size: 18px;
    font-weight: bold;
}

.groupInterviewContentsTextItemBody {
    flex: 1;
}


.groupInterviewContentsTextItemSentence {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
}

@media screen and (min-width: 1025px) {
    .groupInterviewContentsTextItemSentence {
        line-height: 1.8;
    }
}

.fresh--groupInterview-loop-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 10%;
    margin: 0;
    z-index: -2 !important;
}

@media screen and (min-width: 1025px) {
    .fresh--groupInterview-loop-items {
        gap: 72px;
    }
}

.fresh--groupInterview-loop-items article a {
    display: block;
    width: 100%;
    position: relative;
    transition: opacity 0.3s ease;
}

@media screen and (min-width: 1025px) {
    .fresh--groupInterview-loop-items article a {
        padding-right: 20%;
    }
}

.fresh--groupInterview-loop-items article a:hover {
    opacity: 0.7;
}


.fresh--groupInterview-credit {
    position: relative;
    width: calc(100% - 32px);
    margin-left: auto;
    margin-top: -24px;
    z-index: 1;
    padding: 12px 18px;
    background-color: #fff;
}

@media screen and (min-width: 1025px) {
    .fresh--groupInterview-credit {
        padding: 40px;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 430px;
    }
}

h2.fresh--groupInterview-credit--name {
    font-size: 20px;
    font-weight: bold;
    color: #004BC4;
    margin: 0;
}

@media screen and (min-width: 1025px) {
    h2.fresh--groupInterview-credit--name {
        font-size: 36px;
    }
}


p.fresh--groupInterview-credit--summary {
    font-size: 14px;
    font-weight: 500;
    color: #05365A;
    margin: 0;
}

@media screen and (min-width: 1025px) {
    p.fresh--groupInterview-credit--summary {
        font-size: 12px;
    }
}

.fresh--groupInterview-image {
    width: 100%;
}

.fresh--groupInterview-image img {
    max-width: none;
    width: 100%;
}