@charset "utf-8";

/* talk_session */
.talk_session {
    padding-bottom: 247px;
}

/* mv */
.mv {
    position: relative;
}
.mv .link_circle::before {
    background: var(--gradation-5);
}
.mv_img {
    position: absolute;
}
.mv_content {
    position: relative;
    z-index: 2;
}
@media (min-width: 769px) {
    .mv {
        height: 937rem;
    }
    .mv_img {
        width: 1365rem;
        bottom: 0;
        right: -363rem;
    }
    .mv .section_ttl {
        padding-top: 286rem;
    }
}
@media (max-width: 768px) {
    .mv_img {
        width: 480rem;
        top: -169rem;
        right: -123rem;
    }
    .mv .section_ttl {
        padding-top: 180rem;
    }
}

/* member */
.member_list {
    display: flex;
}
.member_list li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.member_img_wrap {
    position: relative;
}
.member_profile_name {
    color: var(--color-red);
    filter: drop-shadow(0px 2px 0px var(--color-red)) drop-shadow(2px 0px 0px var(--color-red))
        drop-shadow(-2px 0px 0px var(--color-red)) drop-shadow(0px -2px 0px var(--color-red));
}
.member_profile_sub {
    display: inline-block;
    line-height: 1.32;
    background-color: var(--color-white);
    white-space: nowrap;
}
.member_profile_txt {
    line-height: 1.77;
    display: inline-block;
    background-color: var(--color-white);
}
.member_txt {
    line-height: 1.8;
}
.member_show_profile_txt {
    line-height: 1.36;
    color: var(--color-red);
    display: flex;
    align-items: center;
}
.member_show_profile_txt_icon {
    border-radius: 50%;
    background-color: var(--color-red);
    position: relative;
}
.member_show_profile_txt_icon::before,
.member_show_profile_txt_icon::after {
    content: '';
    display: block;
    background-color: var(--color-white);
    position: absolute;
    inset: 0;
    margin: auto;
}
.member_show_profile_txt_icon::after {
    rotate: 90deg;
}
.member_note {
    line-height: 1.8;
    font-weight: 400;
    text-align: right;
}
.member_btn {
    position: absolute;
    inset: 0;
    border: none;
    cursor: pointer;
    z-index: 1;
}
@media (min-width: 769px) {
    .member {
        margin-top: 88px;
    }
    .member_list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 60px 109px;
    }
    .member_list li {
        width: 291px;
        gap: 90px;
    }
    .member_profile_name {
        position: absolute;
        left: 0;
        top: 262px;
    }
    .member_profile_sub {
        padding: 9px 11px;
        font-size: 12px;
    }
    .member_profile_txt {
        font-size: 22px;
        padding: 0 10px 5px;
        margin-top: -5px;
    }
    .member_txt {
        font-size: 18px;
    }
    .member_show_profile_txt {
        font-size: 18px;
        gap: 4px;
        margin-top: 30px;
    }
    .member_show_profile_txt_icon {
        width: 27px;
        height: 27px;
    }
    .member_show_profile_txt_icon::before,
    .member_show_profile_txt_icon::after {
        width: 10px;
        height: 2px;
    }
    .member_note {
        margin-top: 60px;
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .member {
        margin-top: 83rem;
        padding-inline: 30rem;
    }
    .member_list {
        flex-direction: column;
        gap: 50rem;
    }
    .member_list li {
        width: 100%;
        gap: 21rem;
    }
    .member_img {
        width: 250rem;
        margin-inline: auto;
    }
    .member_profile_name {
        margin-top: -29rem;
        position: relative;
        z-index: 1;
    }
    .member_profile_sub {
        padding: 9rem 11rem;
        font-size: 12rem;
    }
    .member_profile_txt {
        font-size: 22rem;
        padding: 0 10rem 5rem;
        margin-top: -5rem;
    }
    .member_txt {
        font-size: 18rem;
    }
    .member_show_profile_txt {
        font-size: 16rem;
        gap: 12rem;
        margin-top: 20rem;
    }
    .member_show_profile_txt_icon {
        width: 27rem;
        height: 27rem;
    }
    .member_show_profile_txt_icon::before,
    .member_show_profile_txt_icon::after {
        width: 10rem;
        height: 2rem;
    }
    .member_note {
        margin-top: 50rem;
        font-size: 14rem;
    }
}

/* talk_main */
.talk_main {
    display: flex;
    flex-direction: column;
}
.talk_q_txt {
    line-height: 1.77;
    position: relative;
}
.talk_q_txt::before {
    content: '';
    display: block;
    border-radius: 50%;
    background-color: var(--color-red);
    position: absolute;
    left: 0;
}
.talk_cont {
    display: flex;
    flex-direction: column;
}
.talk_ttl {
    line-height: 1.8;
    color: var(--color-red);
}
.talk_about {
    display: flex;
    flex-direction: column;
}
.talk_list {
    display: flex;
    flex-direction: column;
}
.talk_list li {
    display: flex;
}
.talk_list_txt {
    line-height: 1.8;
    font-weight: 400;
}
.talk_pickup {
    background-color: var(--color-white);
}
.talk_pickup_top {
    display: flex;
}
.talk_pickup_ttl {
    display: flex;
    flex-direction: column;
}
.talk_pickup_ttl_en {
    color: var(--color-red);
    line-height: 1.3;
}
.talk_pickup_ttl_txt {
    line-height: 1.8;
}
.talk_pickup_txt {
    line-height: 1.8;
    font-weight: 400;
}
@media (min-width: 769px) {
    .talk_main {
        margin-top: 136px;
        margin-inline: auto;
        padding-inline: 80px;
        max-width: 903px;
        gap: 125px;
    }
    .talk_q_txt {
        font-size: 26px;
        padding-left: 18px;
    }
    .talk_q_txt::before {
        width: 8px;
        height: 8px;
        top: 22px;
    }
    .talk_q_txt + .talk_cont {
        margin-top: 35px;
    }
    .talk_cont {
        gap: 30px;
    }
    .talk_ttl {
        font-size: 32px;
    }
    .talk_about {
        gap: 70px;
    }
    .talk_list {
        gap: 20px;
    }
    .talk_list li {
        gap: 24px;
    }
    .talk_list_img {
        width: 80px;
        min-width: 80px;
    }
    .talk_list_txt {
        font-size: 16px;
        padding-top: 16px;
    }
    .talk_pickup {
        padding: 33px 60px 25px;
        border-radius: 8px;
    }
    .talk_pickup_top {
        justify-content: space-between;
        align-items: center;
        gap: 45px;
    }
    .talk_pickup_ttl {
        gap: 16px;
    }
    .talk_pickup_ttl_en {
        font-size: 24px;
    }
    .talk_pickup_ttl_txt {
        font-size: 21px;
    }
    .talk_pickup_img {
        width: 300px;
    }
    .talk_pickup_txt {
        margin-top: 32px;
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    .talk_main {
        margin-top: 144rem;
        padding-inline: 20rem;
        gap: 85rem;
    }
    .talk_q_txt {
        font-size: 18rem;
        padding-left: 18rem;
        padding-block: 5rem;
    }
    .talk_q_txt::before {
        width: 8rem;
        height: 8rem;
        top: 17rem;
    }
    .talk_q_txt + .talk_cont {
        margin-top: 14rem;
    }
    .talk_cont {
        gap: 14rem;
    }
    .talk_ttl {
        font-size: 21rem;
    }
    .talk_about {
        gap: 28rem;
    }
    .talk_list {
        gap: 20rem;
    }
    .talk_list li {
        gap: 16rem;
    }
    .talk_list_img {
        width: 40rem;
        min-width: 40rem;
    }
    .talk_list_txt {
        font-size: 14rem;
    }
    .talk_pickup {
        padding: 40rem 30rem;
        border-radius: 8rem;
    }
    .talk_pickup_top {
        flex-direction: column;
        gap: 20rem;
    }
    .talk_pickup_ttl {
        gap: 16rem;
    }
    .talk_pickup_ttl_en {
        font-size: 18rem;
    }
    .talk_pickup_ttl_txt {
        font-size: 16rem;
    }
    .talk_pickup_img {
        width: 100%;
    }
    .talk_pickup_txt {
        margin-top: 20rem;
        font-size: 14rem;
    }
}

/* btn_back_wrap */
.btn_back_wrap {
    margin-top: 160rem;
}
@media (max-width: 768px) {
    .btn_back_wrap {
        padding-inline: 20rem;
    }
}

/* modal */
.modal_close::before,
.modal_close::after {
    position: absolute;
    inset: 0;
    margin: auto;
}
@media (min-width: 769px) {
    .modal_scroll_inner {
        padding: 145px 90px 80px;
        max-width: 1440px;
    }
    .modal_close {
        border: 1px solid var(--color-red);
    }
}
@media (max-width: 768px) {
    .modal_scroll_inner {
        padding: 153rem 20rem 100rem;
        max-width: 100%;
    }
    .modal_close::before,
    .modal_close::after {
        transform-origin: center;
    }
}

/* member_modal */
.member_modal {
    background-color: var(--color-white);
    text-align: left;
}
.member_modal_content {
    display: flex;
}
.member_modal_profile_name {
    color: var(--color-red);
    filter: drop-shadow(0px 2px 0px var(--color-red)) drop-shadow(2px 0px 0px var(--color-red))
        drop-shadow(-2px 0px 0px var(--color-red)) drop-shadow(0px -2px 0px var(--color-red));
}
.member_modal_txt_main {
    line-height: 1.7;
}
.member_modal_txt {
    line-height: 1.8;
    font-weight: 400;
}
.member_modal_career_label {
    line-height: 1.77;
    color: var(--color-white);
    background-color: var(--color-red);
    display: inline-block;
}
.member_modal_history_list {
    display: flex;
    position: relative;
}
.member_modal_history_list:not(.member_modal_history_not) {
    --color-status: var(--color-red);
}
.member_modal_history_not {
    --color-status: #aeaeae;
}
.member_modal_history_list:not(:last-child)::after {
    content: '';
    display: block;
    height: 100%;
    background-color: var(--color-red);
    position: absolute;
}
.member_modal_history_list dt {
    position: relative;
    color: var(--color-status);
    line-height: 1.51;
    letter-spacing: 0.05em;
    z-index: 1;
}
.member_modal_history_list dt::before {
    content: '';
    display: block;
    border-radius: 50%;
    background-color: var(--color-status);
    position: absolute;
    left: 0;
}
.member_modal_history_txt {
    line-height: 1.8;
    display: block;
}
.member_modal_history_about {
    line-height: 1.8;
    font-weight: 400;
    display: block;
}
@media (min-width: 1151px) {
    .member_modal {
        padding: 60px 37px 80px 80px;
    }
    .member_modal_profile {
        width: calc(100% - 583px + 40px);
        max-width: 460px;
    }
    .member_modal_career {
        width: 583px;
    }
}
@media (max-width: 1150px) and (min-width: 769px) {
    .member_modal {
        padding: 60px 80px 80px 80px;
    }
    .member_modal_content {
        flex-direction: column;
    }
    .member_modal_profile,
    .member_modal_career {
        width: 100%;
        max-width: 100%;
    }
    .member_modal_img_wrap {
        margin-inline: auto;
    }
}
@media (min-width: 769px) {
    .member_modal_content {
        justify-content: space-between;
        gap: 40px;
    }
    .member_modal_img_wrap {
        width: 244px;
    }
    .member_modal_profile_name {
        margin-top: -32px;
    }
    .member_modal_txt_area {
        margin-top: 19px;
    }
    .member_modal_txt_main {
        font-size: 24px;
    }
    .member_modal_txt {
        font-size: 16px;
        margin-top: 16px;
    }
    .member_modal_career_label {
        font-size: 15px;
        padding: 5px 15px;
    }
    .member_modal_history {
        margin-top: 26px;
    }
    .member_modal_history .member_modal_history_list:not(:last-child) {
        padding-bottom: 32px;
    }
    .member_modal_history_list {
        gap: 37px;
    }
    .member_modal_history_list:not(:last-child)::after {
        width: 1px;
        top: 6px;
        left: 9px;
    }
    .member_modal_history_list dt {
        width: 92px;
        min-width: 92px;
        padding-left: 34px;
        font-size: 21px;
    }
    .member_modal_history_list dt::before {
        width: 18px;
        height: 18px;
        top: 6px;
    }
    .member_modal_history_txt {
        font-size: 18px;
    }
    .member_modal_history_about {
        margin-top: 8px;
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .member_modal {
        padding: 40rem 30rem 50rem;
    }
    .member_modal_content {
        flex-direction: column;
        gap: 70rem;
    }
    .member_modal_img_wrap {
        width: 100%;
    }
    .member_modal_img {
        width: 250rem;
        margin-inline: auto;
    }
    .member_modal_profile_name {
        margin-top: -29rem;
    }
    .member_modal_txt_area {
        margin-top: 31rem;
    }
    .member_modal_txt_main {
        font-size: 18rem;
    }
    .member_modal_txt {
        font-size: 14rem;
        margin-top: 20rem;
    }
    .member_modal_career_label {
        font-size: 15rem;
        padding: 5rem 15rem;
    }
    .member_modal_history {
        margin-top: 26rem;
    }
    .member_modal_history .member_modal_history_list:not(:last-child) {
        padding-bottom: 40rem;
    }
    .member_modal_history_list {
        flex-direction: column;
    }
    .member_modal_history_list:not(:last-child)::after {
        width: 1px;
        top: 10rem;
        left: 6rem;
    }
    .member_modal_history_list dt {
        padding-left: 30rem;
        font-size: 21rem;
    }
    .member_modal_history_list dt::before {
        width: 12rem;
        height: 12rem;
        top: 10rem;
    }
    .member_modal_history_list dd {
        padding-left: 30rem;
        margin-top: -2rem;
    }
    .member_modal_history_txt {
        font-size: 16rem;
    }
    .member_modal_history_about {
        margin-top: 4rem;
        font-size: 14rem;
    }
}
