@charset "utf-8";
#numbers {
    scroll-margin-top: 100px;
}
.ws_section_numbers {
    padding-bottom: 16rem;
    background-color: #FFF;
}

@media (max-width: 1024px) {
    .ws_section_numbers {
        padding-bottom: 12rem;
        margin-top: 8rem;
    }

    .lower_section_nav_item {
        align-content: center;
    }
}

@media (max-width: 767px) {
    .ws_section_numbers {
        padding-bottom: 8rem;
        margin-top: 8rem;
    }
}

.ws_section_welfare {
    background-color: #F3F8FB;
    background-image: linear-gradient(to right, var(--grid_40_line_blue) 0.1rem, transparent 1px), linear-gradient(to bottom, var(--grid_40_line_blue) 0.1rem, transparent 1px);
    background-size: var(--grid_40_size) var(--grid_40_size);
    background-position: 0 0;
    border-radius: 40px;
    padding-top: 16rem;
    padding-bottom: 16rem;
}

@media (max-width: 1024px) {
    .ws_section_welfare {
        padding-top: 12rem;
        padding-bottom: 12rem;
        border-radius: 32px;
    }
}

@media (max-width: 767px) {
    .ws_section_welfare {
        padding-top: 8rem;
        padding-bottom: 8rem;
        border-radius: 20px;
    }
}

.ws_section_training {
    background-color: #FFF;
    padding-top: 16rem;
    padding-bottom: 0;
}

@media (max-width: 1024px) {
    .ws_section_training {
        padding-top: 12rem;
    }
}

@media (max-width: 767px) {
    .ws_section_training {
        padding-top: 8rem;
    }
}

.ws_section_women {
    background-color: #F3F8FB;
    background-image: linear-gradient(to right, var(--grid_40_line_blue) 0.1rem, transparent 1px), linear-gradient(to bottom, var(--grid_40_line_blue) 0.1rem, transparent 1px);
    background-size: var(--grid_40_size) var(--grid_40_size);
    background-position: 0 0;
    border-radius: 0px 0px 0 0;
    padding-top: calc(16rem + 6rem);
    padding-bottom: 2.4rem;
    margin-top: -6rem;
}

@media (max-width: 1024px) {
    .ws_section_women {
        padding-top: calc(12rem + 6rem);
    }
}

@media (max-width: 767px) {
    .ws_section_women {
        padding-top: calc(8rem + 4rem);
        margin-top: -4rem;
    }
}

.ws_section_head {
    margin-bottom: 4rem;
}

.more_contents {
    padding-top: 30rem;

    @media (max-width: 1024px) {
        padding-top: 18rem;
    }
    @media (max-width: 767px) {
        padding-top: 14rem;
    }

}

.ws_border_line {
    width: 100%;
    height: 1px;
    background-color: #D6E4F5;
    margin: 8rem 0;
}

.ws_border_line.top-border {
    margin-top: 0;
    background-color: transparent;
}

.ws_num_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5.2rem 2rem;
    margin-top: 9.2rem;
}

@media (max-width: 1024px) {
    .ws_num_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 5.2rem 2rem;
        margin-top: 6rem;
    }
}

@media (max-width: 767px) {
    .ws_num_grid {
        grid-template-columns: 1fr;
        gap: 4.8rem 0;
        margin-top: 6.3rem;
    }
}

.ws_num_card {
    background-color: #F3F8FB;
    border-radius: 12px;
    padding: 8rem 2.4rem 4rem;
    display: flex;
    flex-direction: column;
    position: relative;
}

@media (max-width: 767px) {
    .ws_num_card {
        padding: 6rem 1.6rem 2.8rem;
    }
}

.ws_num_card:nth-child(1),
.ws_num_card:nth-child(2),
.ws_num_card:nth-child(5),
.ws_num_card:nth-child(6) {
    grid-column: span 3;
}

.ws_num_card:nth-child(3) {
    grid-column: span 4;
    padding-bottom: 3.2rem;
    padding-top: 4.4rem;
}

.ws_num_card:nth-child(4) {
    grid-column: span 2;
}

.ws_num_card:nth-child(5) {
    padding-bottom: 1rem;
}

.ws_num_card.card-full {
    grid-column: 1 / -1;
    padding: 10rem 1rem 1rem;
}

@media (max-width: 1024px) {
    .ws_num_card:nth-child(n) {
        grid-column: span 1;
    }

    .ws_num_card:nth-child(5) {
        padding-bottom: 5px;
    }

    .ws_num_card.card-full {
        grid-column: span 2;
    }
}

@media (max-width: 767px) {

    .ws_num_card:nth-child(n),
    .ws_num_card:nth-child(3),
    .ws_num_card.card-full {
        grid-column: span 1;
    }
    .ws_num_card:nth-child(3) {
        padding: 4.4rem 2rem 2.4rem;
    }

    .ws_num_card.card-full {
        padding: 6rem 1.6rem 1rem;
    }
}

.ws_num_card_ttl {
    background-color: #3583C6;
    color: #FFF;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    padding: 1.6rem 4rem;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    top: -3.2rem;
    transform: translateX(-50%);
    margin-bottom: 4rem;
    white-space: nowrap;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .ws_num_card_ttl {
        font-size: 2rem;
        padding: 1.2rem 3.2rem;
        line-height: normal;
        top: -2.8rem;
    }
}

@media (max-width: 767px) {
    .ws_num_card_ttl {
        font-size: 2rem;
    }
}

.ws_num_card_ttl_arrow {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 24px;
}

.ws_num_card_ttl_arrow svg {
    display: block;
    width: 100%;
    height: 100%;
}

.ws_num_card_body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ws_num_card_body.center {
    align-items: center;
    flex-direction: row;
    align-items: baseline;
    gap: 1.6rem;
}

.ws_num_val {
    font-size: 12rem;
    font-family: "Saira", sans-serif;
    font-weight: bold;
    color: #3583C6;
    line-height: 1;
}

@media (max-width: 1024px) {
    .ws_num_card_body.center {
        gap: 2rem;
    }

    .ws_num_val {
        font-size: 10rem;
    }
}

@media (max-width: 767px) {
    .ws_num_val {
        font-size: 8rem;
    }
}

.ws_num_unit {
    font-size: 4.4rem;
    font-weight: bold;
    color: #4A4A4A;
    line-height: 1;
}

.ws_num_prefix {
    font-size: 4.4rem;
    font-weight: bold;
    color: #4A4A4A;
    align-self: anchor-center;
}

.ws_num_prefix span {
    display: block;
    font-size: 2.4rem;
    line-height: 1.5;
}

@media (max-width: 1024px) {

    .ws_num_unit,
    .ws_num_prefix {
        font-size: 3.6rem;
    }

    .ws_num_prefix span {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {

    .ws_num_unit,
    .ws_num_prefix {
        font-size: 2.4rem;
    }

    .ws_num_prefix span {
        font-size: 1.2rem;
    }
}

.ws_num_note {
    font-size: 1.4rem;
    color: #4A4A4A;
    text-align: right;
    line-height: 2;

    @media (max-width: 767px) {
        font-size: 1.2rem;
    }
}

.ws_num_note.center {
    margin-top: 4rem;
}

@media (max-width: 767px) {
    .ws_num_note.center {
        margin-top: 3.2rem;
        font-size: 1.2rem;
        text-align: left;
    }
}

.ws_gender_icons {
    display: flex;
    justify-content: space-between;
}

.ws_gender_icon {
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: end;
    gap: 1rem;
    line-height: 1;
}

@media (max-width: 767px) {
    .ws_gender_icon {
        font-size: 1.6rem;
    }
}

.ws_gender_icon span {
    margin-bottom: 1rem;
}

.ws_gender_icon.male {
    color: #3583C6;
}

.ws_gender_icon.female {
    color: #F47F53;
    flex-direction: row-reverse;
}

.ws_gender_icon::before {
    content: "";
    display: block;
    width: 8rem;
    height: 8rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}



.ws_gender_icon.male::before {
    background-image: url('../../img/workstyle/ill_male.png');
}

.ws_gender_icon.female::before {
    background-image: url('../../img/workstyle/ill_female.png');
}

.ws_gender_bar_wrap {
    display: flex;
    height: 8rem;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .ws_gender_bar_wrap {
        height: 6.4rem;
    }
}

.ws_gender_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 4.4rem;
    font-family: "Saira", sans-serif;
    font-weight: bold;
    transition: width 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (max-width: 767px) {
    .ws_gender_bar {
        font-size: 4.4rem;
    }
}

.ws_gender_bar.male {
    background-color: #3583C6;
}

.ws_gender_bar.female {
    background-color: #F47F53;
}

.ws_gender_bar .unit {
    font-size: 2.4rem;
    margin-left: 4px;
}

@media (max-width: 767px) {
    .ws_gender_bar .unit {
        font-size: 2rem;
        margin-left: 10px;
        font-weight: bold;
    }
}

.ws_chart_wrapper {
    position: relative;
    max-width: 70rem;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.ws_chart_wrapper.is-active {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1600px) {
    .ws_chart_wrapper {
        scale: 0.9;
    }

}

@media (max-width: 1280px) {
    .ws_chart_wrapper {
        scale: 0.8;
    }
}
@media (max-width: 1180px) {
    .ws_chart_wrapper {
        scale: 0.65;
    }
}

@media (max-width: 767px) {
    .ws_chart_wrapper {
        scale: 1;
        margin: 2rem auto 0;
        padding: 0;
    }
}

.ws_chart_inner {
    position: relative;
    width: 447.72px;
    height: 447.72px;
    margin: 0 auto;
}





.ws_chart_canvas_area {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.ws_chart_center_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6rem;
    z-index: 2;
}

.ws_chart_center_logo img {
    width: 100%;
    height: auto;
}

.ws_chart_labels {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    pointer-events: none;
}


.ws_chart_label {
    position: absolute;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    align-items: center;
}

/* @media (max-width: 1024px) {
    .ws_chart_label {
        position: static;
        align-items: center;
        margin-top: 2.4rem;
    }
} */

@media (max-width: 767px) {
    .ws_chart_label {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        max-width: 28rem;
        margin-top: 0;
        gap: 1.6rem;
    }
}

.ws_chart_line {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
}

.ws_chart_wrapper.is-active .ws_chart_line {
    animation: fadeInLine 0.8s ease 1.8s forwards;
}

@keyframes fadeInLine {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .ws_chart_line {
        display: none;
    }
}

.ws_chart_label .chart_cat {
    background-color: #FFF;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
    width: fit-content;
    white-space: nowrap;
    margin-bottom: 8px;
}


.ws_chart_label.orange .chart_cat {
    text-align: center;
    line-height: 1.4;
    min-width: 14rem;

    @media (max-width: 767px) {
        text-align: left;
        min-width: 0;
    }
}

.ws_chart_label .chart_val {
    font-family: "Saira", sans-serif;
    font-size: 8rem;
    font-weight: bold;
    line-height: 1;
}

@media (max-width: 1024px) {
    .ws_chart_label .chart_val {
        font-size: 6rem;
    }
}

@media (max-width: 767px) {
    .ws_chart_label .chart_val {
        font-size: 4.8rem;
        color: #4A4A4A;
        width: 100%;
        text-align: left;
    }
}

.ws_chart_label .chart_val .unit {
    font-size: 2.4rem;
    margin-left: 8px;
    color: #4A4A4A;
}

@media (max-width: 1024px) {
    .ws_chart_label .chart_val .unit {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .ws_chart_label .chart_val .unit {
        font-size: 1.6rem;
        margin-left: 4px;
        color: #4A4A4A;
    }

    .ws_chart_label.pos-bottom-right {
        order: 1;
    }

    .ws_chart_label.pos-bottom-left {
        order: 2;
    }

    .ws_chart_label.pos-top-left {
        order: 3;
    }

    .ws_chart_label.pos-top-right {
        order: 4;
    }
}

.ws_chart_label.green .chart_cat,
.ws_chart_label.green .chart_val {
    color: #63BFA7;
}

.ws_chart_label.blue .chart_cat,
.ws_chart_label.blue .chart_val {
    color: #3583C6;
}

.ws_chart_label.yellow .chart_cat,
.ws_chart_label.yellow .chart_val {
    color: #F4D321;
}

.ws_chart_label.orange .chart_cat,
.ws_chart_label.orange .chart_val {
    color: #F47F53;
}

@media (min-width: 767px) {
    .pos-top-right {
        top: -20px;
        left: 473px;
    }

    .pos-top-right .ws_chart_line {
        right: 116%;
        top: 58px;
        margin-right: -15px;
    }

    .pos-top-right .ws_chart_line svg {
        transform: scaleX(-1);
    }

    .pos-bottom-right {
        bottom: 10px;
        left: 444px;
    }

    .pos-bottom-right .ws_chart_line {
        right: 110%;
        bottom: 30px;
        margin-right: -10px;
    }

    .pos-bottom-left {
        bottom: 100px;
        right: 500px;
    }

    .pos-bottom-left .ws_chart_line {
        left: 120%;
        bottom: 38px;
        margin-left: -15px;
    }

    .pos-top-left {
        top: 15px;
        right: 490px;
    }

    .pos-top-left .ws_chart_line {
        left: 112%;
        top: 4px;
        margin-left: -10px;
    }
}



/* ============================================================
   円グラフエリア スマホ版デザイン調整 (767px以下用の上書き)
   ※PC版のコードには一切影響を与えない追加コードです
============================================================ */
@media (max-width: 767px) {

    /* グラフ全体のラッパーをフレックスにして縦積みにする */
    .ws_chart_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 2.8rem auto 0;
        padding: 0;
        /* 追加: 親要素の幅に合わせて縮小させる */
        width: 100%;
    }

    /* グラフ本体のサイズ縮小と中央配置 */
    .ws_chart_inner {
        width: 100%;
        height: auto;
    }

    /* キャンバスエリアの絶対配置は維持しつつ親の中で整える */
    .ws_chart_canvas_area {
        position: relative;
        width: 25rem;
        height: 25rem;
        margin: auto;

    }

    .ws_chart_center_logo {
        width: 3.3rem;
    }

    /* --------------------------------------------------
       ラベル群を絶対配置から解放し、通常フローに戻す
    -------------------------------------------------- */
    .ws_chart_labels {
        position: relative !important;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        width: fit-content;
        margin: 2rem auto 0;
        display: flex !important;
    }

    /* デザインカンプ通りの順番に並び替え（青→黄→オレンジ→緑） */
    .ws_chart_label.pos-bottom-right {
        order: 1;
    }

    .ws_chart_label.pos-bottom-left {
        order: 2;
    }

    .ws_chart_label.pos-top-left {
        order: 3;
    }

    .ws_chart_label.pos-top-right {
        order: 4;
    }

    /* --------------------------------------------------
       各ラベル行のレイアウト
       [カラーチップ] + [カテゴリ名] + [数値]
    -------------------------------------------------- */
    .ws_chart_label {
        position: relative !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding: 0;
    }

    .ws_chart_label::before {
        content: "";
        display: block;
        width: 4.3rem;
        height: 1.9rem;
        border-radius: 8px;
        flex-shrink: 0;
        margin-right: 1.2rem;
    }

    /* 各色の指定 */
    .ws_chart_labels .ws_chart_label.blue::before {
        background-color: #3583C6;
    }

    .ws_chart_labels .ws_chart_label.yellow::before {
        background-color: #F4D321;
    }

    .ws_chart_labels .ws_chart_label.orange::before {
        background-color: #F47F53;
    }

    .ws_chart_labels .ws_chart_label.green::before {
        background-color: #63BFA7;
    }

    /* 2. カテゴリ名（テキスト） */
    .ws_chart_label .chart_cat {
        flex-shrink: 0;
        text-align: left;
        font-size: 1.6rem;
        font-weight: bold;
        padding: 0;
        margin-bottom: 0;
        line-height: 1.4;
        background-color: transparent !important;
        color: #4A4A4A !important;
        margin-right: 4px;
        line-height: 2rem !important;
    }

    /* 3. 数値（大きく、右寄せ気味に） */
    .ws_chart_labels .ws_chart_label .chart_val {
        font-size: 3.2rem !important;
        margin-left: auto;
        display: flex;
        align-items: center;
        color: #4A4A4A !important;
    }

    .ws_chart_labels .ws_chart_label .unit {
        font-size: 1.6rem !important;
        margin-left: 1rem;
        color: #4A4A4A !important;
    }

    /* --------------------------------------------------
       注意書きの配置
    -------------------------------------------------- */
    .ws_num_note.center {
        margin-top: 3.2rem;
        font-size: 1.2rem;
        text-align: left;
    }
}

.ws_welfare_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 6rem;
}

@media (max-width: 1024px) {
    .ws_welfare_list {
        margin-top: 4rem;
    }
}

@media (max-width: 767px) {
    .ws_welfare_list {
        grid-template-columns: 1fr;
        gap: 1.6rem;
        margin-top: 4rem;
    }
}

.ws_welfare_item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background-color: #FFF;
    border-radius: 8px;
    padding: 2rem 2rem 4rem;
}

@media (max-width: 767px) {
    .ws_welfare_item {
        padding: 2rem;
        gap: 1.6rem;
    }
}

.ws_welfare_head {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.ws_welfare_icon {
    width: 6.4rem;
    height: 6.4rem;
    background-color: #3583C6;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    @media (max-width: 767px) {
        width: 5.6rem;
        height: 5.6rem;
    }
}

.ws_welfare_icon img {
    width: 3.2rem;
    height: auto;
    @media (max-width: 767px) {
        width: 2.8rem;
    }
}

.ws_welfare_ttl {
    font-size: 1.8rem;
    font-weight: bold;
}

@media (max-width: 767px) {
    .ws_welfare_ttl {
        font-size: 1.6rem;
    }
}

.ws_welfare_txt {
    font-size: 1.6rem;
    line-height: 2;
}

@media (max-width: 767px) {
    .ws_welfare_txt {
        font-size: 1.5rem;
    }
}

.ws_training_img {
    margin-bottom: 4rem;
    border-radius: 8px;
    overflow: hidden;
}

.ws_training_img img {
    width: 100%;
    height: auto;
    display: block;
}

.ws_training_item {
    display: flex;
    padding: 3.2rem 0;
    border-bottom: 1px dashed #3583C6;
    align-items: center;
}

@media (max-width: 1024px) {
    .ws_training_item {
        flex-direction: column;
        align-items: flex-start;
        padding: 2.4rem 0;
    }
    @media (max-width: 767px) {
        .ws_training_item {
            padding: 2rem 0 2.4rem;
        }
    }
}

.ws_training_item:first-child {
    border-top: 1px dashed #3583C6;
}

.ws_training_item_ttl {
    width: 36rem;
    flex-shrink: 0;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    padding-left: 2.2rem;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .ws_training_item_ttl {
        width: 100%;
        margin-bottom: 1.6rem;
    }
}

@media (max-width: 767px) {
    .ws_training_item_ttl {
        font-size: 1.6rem;
        padding-left: 2rem;
        margin-bottom: 2rem;
    }
}

.ws_training_item_ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #3583C6;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .ws_training_item_ttl::before {
        top: 6px;
    }
}

.ws_training_item_txt {
    flex: 1;
    font-size: 1.6rem;
    line-height: 2;
}

@media (max-width: 767px) {
    .ws_training_item_txt {
        font-size: 1.5rem;
    }
}

.ws_gallery {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    transform: translateY(50%);
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .ws_gallery {
        transform: translateY(64%);
    }
}

.ws_gallery_track {
    display: flex;
    width: max-content;
    animation: ws_scroll 60s linear infinite;
    will-change: transform;
    pointer-events: none;
    user-select: none;
}

.ws_gallery_set {
    display: flex;
}

.ws_gallery_img {
    height: 28.4rem;
    width: auto;
    object-fit: cover;
    margin-right: 2rem;
    border-radius: 8px;
}

@media (max-width: 1024px) {
    .ws_gallery_img {
        height: 20rem;
    }
}

@media (max-width: 767px) {
    .ws_gallery_img {
        height: 12rem;
        margin-right: 1rem;
    }
}

@keyframes ws_scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.ws_standard_area {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 35.6rem 0 0;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .ws_standard_area {
        padding: 32rem 0 0;
    }
}

@media (max-width: 767px) {
    .ws_standard_area {
        padding: 20rem 0 0;
    }
}

.ws_standard_bg_text_wrapper {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;

    @media (max-width: 1024px) {
        top: 0;
    }
}


.ws_standard_track {
    display: flex;
    gap: 5rem;
    animation: about_move 120s linear infinite;
    will-change: transform;
    width: max-content;
    font-size: 20rem;
    font-family: "Saira", sans-serif;
    font-weight: bold;
    line-height: 1.6;
    color: #3583C6;
    opacity: 0.1;
}

@media (max-width: 767px) {
    .ws_standard_track {
        font-size: 10rem;
        gap: 3rem;
    }
}

.ws_standard_track p {
    white-space: nowrap;
}

.ws_standard_img_wrapper {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    pointer-events: none;
}

.ws_standard_img_wrapper img {
    width: 100%;
    display: block;
}

.ws_women_head_img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 4rem;
}

.ws_women_head_img img {
    width: 100%;
    display: block;
}

.ws_women_lead {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 8rem;
}

@media (max-width: 767px) {
    .ws_women_lead {
        font-size: 1.5rem;
        margin-bottom: 4rem;
    }
}

.ws_women_subttl {
    margin-bottom: 4rem;
}

.ws_women_features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 8rem;
}

@media (max-width: 767px) {
    .ws_women_features {
        grid-template-columns: 1fr;
        gap: 1.6rem;
        margin-bottom: 6rem;
    }
}

.ws_women_feature_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #FFF;
    padding: 4rem 2rem;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .ws_women_feature_item {
        padding: 2rem;
    }
}

.ws_women_icon {
    width: 12rem;
    height: 12rem;
    background-color: #F3F8FB;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
}

@media (max-width: 767px) {
    .ws_women_icon {
        width: 8rem;
        height: 8rem;
        margin-bottom: 2.4rem;
    }
}

.ws_women_icon img {
    width: 8rem;
    height: auto;
}

@media (max-width: 767px) {
    .ws_women_icon img {
        width: 5.6rem;
    }
}

.ws_women_feature_ttl {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .ws_women_feature_ttl {
        font-size: 1.8rem;
        margin-bottom: 1.6rem;
    }
}

.ws_women_feature_txt {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
}

@media (max-width: 767px) {
    .ws_women_feature_txt {
        font-size: 1.4rem;
    }
}

.ws_women_feature_img {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

@media (max-width: 767px) {
    .ws_women_feature_img {
        height: 24rem;
    }
}

.ws_women_feature_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ws_women_interviews {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem 4rem;
}

@media (max-width: 1024px) {
    .ws_women_interviews {
        gap: 4rem 2.4rem;
    }
}

@media (max-width: 767px) {
    .ws_women_interviews {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
}

.archive_interview_item {
    position: relative;
    padding: 7rem 0 0 2.4rem;
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

@media (max-width: 767px) {
    .archive_interview_item {
        padding: 5rem 0 0 1.6rem;
    }
}

.archive_interview_wrap {
    background-color: #FFF;
    border-radius: 20px;
    width: 100%;
    padding: 1.2rem 1.2rem 3.2rem;
}

.archive_interview_message {
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: calc(100% - 2.4rem);
    max-width: 40rem;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
    z-index: 3;
}

@media (max-width: 767px) {
    .archive_interview_message {
        width: calc(100% - 1.6rem);
    }
}

.archive_interview_message img {
    width: 100%;
    display: block;
}

.archive_interview_message p {
    color: #3583C6;
    text-align: center;
    line-height: 1.9;
    font-size: 1.6rem;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    width: 88%;
}

@media (max-width: 767px) {
    .archive_interview_message p {
        font-size: 1.4rem;
    }
}

.archive_interview_img {
    border-radius: 12px;
    background-color: #F3F8FB;
    background-image: linear-gradient(to right, rgba(53, 131, 198, 0.3) 0.1rem, transparent 1px), linear-gradient(to bottom, rgba(53, 131, 198, 0.3) 0.1rem, transparent 1px);
    background-size: var(--grid_40_size) var(--grid_40_size);
    background-position: -12px -20px;
    aspect-ratio: 412 / 275;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.archive_interview_img img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.archive_interview_img img.hover {
    opacity: 0;
}

.archive_interview_affiliation {
    background-color: #FFF;
    padding: 6px 24px 5px 12px;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    border-radius: 0 8px 0 0;
    font-size: 1.6rem;
    color: #4A4A4A;
}

.archive_interview_info_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1rem 0.8rem;
    transition: color 0.3s ease;
    color: #222222;
}

.archive_interview_name {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.archive_interview_name_en {
    font-size: 2.4rem;
    font-family: "Saira", sans-serif;
}

.archive_interview_name img {
    width: 12px;
    height: 12px;
    filter: invert(46%) sepia(10%) saturate(3522%) hue-rotate(166deg) brightness(99%) contrast(83%);
}

.archive_interview_info {
    text-align: right;
}

.archive_interview_info_joined {
    font-size: 1.6rem;
    transition: color 0.3s ease;
}

.archive_interview_info_position {
    font-size: 1.5rem;
    margin-top: 8px;
    display: inline-block;
}

@media (hover: hover) and (pointer: fine) {
    .archive_interview_item:hover .archive_interview_img img {
        opacity: 0;
    }

    .archive_interview_item:hover .archive_interview_img img.hover {
        opacity: 1;
    }

    .archive_interview_item:hover .archive_interview_img {
        background-color: #D6E4F5;
    }

    .archive_interview_item:hover .archive_interview_info_wrap,
    .archive_interview_item:hover .archive_interview_info_joined {
        color: #3583C6;
    }
}