@charset "utf-8";

@media (min-width: 769px) {
    .special_column {
        padding-bottom: 200rem;
    }
    .btn_back_wrap {
        margin-top: 180rem;
    }
}
@media (max-width: 768px) {
    .special_column {
        padding-bottom: 140rem;
    }
    .btn_back_wrap {
        margin-top: 160rem;
    }
}

/* mv */
.mv {
    position: relative;
    z-index: 1;
}
.mv_content {
    position: relative;
    z-index: 2;
}
.mv_lead {
    line-height: 1.8;
    color: var(--color-red);
}
.mv_img {
    position: absolute;
}
@media (min-width: 769px) {
    .section_ttl_en {
        font-size: 46rem;
    }
    .section_ttl_en_pc {
        padding-block: 9rem;
    }
    .mv {
        padding-block: 120rem 100rem;
    }
    .mv_lead {
        font-size: 18px;
        margin-top: 40px;
        width: 367px;
    }
    .mv_img {
        width: 1152rem;
        top: -395rem;
        right: -470rem;
    }
}
@media (max-width: 768px) {
    .section_ttl_en {
        font-size: 32rem;
    }
    .section_ttl_en_sp {
        padding-block: 6rem;
        line-height: 1.4;
        letter-spacing: -0.03em;
    }
    .mv {
        padding-block: 180rem 80rem;
    }
    .mv_lead {
        font-size: 18rem;
        margin-top: 32rem;
        width: 335rem;
    }
    .mv_img {
        width: 480rem;
        top: -160rem;
        left: 0;
    }
}

/* special_column_cont */
.special_column_cont {
    background-color: var(--color-white);
}
.special_column_copy {
    line-height: 1.8;
}
.special_column_list_box_wrap {
    display: flex;
}
.special_column_list_box {
    background-color: var(--color-gray);
    width: 100%;
}
.special_column_cont_tag {
    background-color: var(--color-red);
    color: var(--color-white);
    line-height: 1;
    display: inline-block;
}
.special_column_cont_ttl {
    line-height: 1.3;
    color: var(--color-red);
}
.special_column_list li {
    display: flex;
    line-height: 1.8;
}
.special_column_list li::before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    background-color: var(--color-red);
}
.special_column_list_box_note {
    font-weight: 400;
    line-height: 1.8;
}
.special_column_box {
    width: 100%;
    display: flex;
}
.special_column_box_txt_area {
    width: 100%;
}
.special_column_box_txt {
    line-height: 1.8;
}
.special_column_box_img {
    width: 100%;
}
@media (min-width: 769px) {
    .special_column_cont {
        padding-block: 190px 155px;
        border-radius: 100px;
    }
    .special_column_copy {
        font-size: 32px;
    }
    .special_column_list_box_wrap {
        margin-top: 40px;
        justify-content: space-between;
        gap: 30rem;
    }
    .special_column_list_box {
        padding: 42px 50px 50px;
        border-radius: 8px;
    }
    .special_column_cont_tag {
        padding: 4px;
        font-size: 12px;
        margin-bottom: 5px;
    }
    .special_column_cont_ttl {
        font-size: 24px;
    }
    .special_column_list {
        margin-top: 20px;
    }
    .special_column_list li {
        gap: 10px;
        font-size: 16px;
    }
    .special_column_list li::before {
        width: 5px;
        min-width: 5px;
        height: 5px;
        margin: 12px 10px 10px;
    }
    .special_column_list_box_note {
        padding-left: 35px;
        font-size: 12px;
        margin-top: 21px;
    }
    .special_column_box {
        margin-top: 60px;
        padding: 50px;
        gap: 70rem;
        border: 2px solid rgba(230, 0, 18, 0.1);
    }
    .special_column_box_txt_area {
        max-width: 474px;
    }
    .special_column_box_txt {
        font-size: 16px;
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    .special_column_cont {
        padding-block: 60rem 100rem;
        border-radius: 40rem;
    }
    .special_column_copy {
        font-size: 24rem;
        padding-inline: 20rem;
    }
    .special_column_list_box_wrap {
        margin-top: 50rem;
        flex-direction: column;
        gap: 30rem;
    }
    .special_column_list_box {
        padding: 40rem 20rem;
        border-radius: 8rem;
    }
    .special_column_cont_tag {
        padding: 4rem;
        font-size: 12rem;
        margin-bottom: 5rem;
    }
    .special_column_cont_ttl {
        font-size: 24rem;
    }
    .special_column_list {
        margin-top: 20rem;
    }
    .special_column_list li {
        font-size: 14rem;
    }
    .special_column_list li::before {
        margin: 10rem;
        width: 5rem;
        min-width: 5rem;
        height: 5rem;
    }
    .special_column_list_box_note {
        padding-left: 25rem;
        font-size: 12rem;
        margin-top: 20rem;
    }
    .special_column_box {
        margin-top: 30rem;
        padding: 40rem 20rem;
        gap: 30rem;
        border: 2rem solid rgba(230, 0, 18, 0.1);
        flex-direction: column;
    }
    .special_column_box_txt {
        font-size: 16rem;
        margin-top: 20rem;
    }
}

/* special_story */
.special_story_tab_list {
    display: flex;
}
.special_story_tab_list li {
    width: 100%;
}
.special_story_tab {
    width: 100%;
    display: flex;
    align-items: center;
    border: none;
}
.special_story_tab[aria-selected='false'] {
    color: rgba(34, 34, 34, 0.1);
}
.special_story_tab[aria-selected='true'] path {
    stroke: var(--color-red);
}
.story_area {
    display: flex;
}
.story_area:not(.tab_show) {
    display: none;
}
.story_profile {
    position: relative;
    line-height: 0;
}
.story_profile_name {
    position: absolute;
    left: 0;
    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));
}
.story_profile_sub {
    display: inline-block;
    line-height: 1.32;
    background-color: var(--color-white);
}
.story_profile_txt {
    line-height: 1.77;
    display: inline-block;
    background-color: var(--color-white);
}
.story_content {
    width: 100%;
}
.story_ttl {
    line-height: 1.8;
    color: var(--color-red);
}
.story_txt_list {
    display: flex;
    flex-direction: column;
}
.story_txt_q {
    line-height: 1.77;
    position: relative;
    display: flex;
}
.story_txt_q::before {
    content: '';
    display: block;
    border-radius: 50%;
    background-color: var(--color-red);
}
.story_txt_main {
    display: flex;
    flex-direction: column;
}
.story_txt {
    line-height: 1.8;
    font-weight: 400;
}
@media (min-width: 769px) {
    .special_story {
        padding-top: 200rem;
    }
    .special_story_tab_list {
        margin-bottom: 80rem;
    }
    .special_story_tab {
        font-size: 24rem;
        line-height: 1.77;
        justify-content: center;
        gap: 20rem;
        cursor: pointer;
        padding-bottom: 11rem;
    }
    .special_story_tab[aria-selected='true'] {
        color: var(--color-red);
        border-bottom: 4rem solid var(--color-red);
    }
    .special_story_tab[aria-selected='false'] {
        border-bottom: 4rem solid rgba(34, 34, 34, 0.1);
    }
    .special_story_tab svg {
        width: 18rem;
    }
    .special_story_tab path {
        stroke-width: 2px;
    }
    .special_story_tab[aria-selected='false'] path {
        stroke: rgba(34, 34, 34, 0.1);
    }
    .story_area {
        padding-bottom: 180px;
        align-items: flex-start;
        justify-content: space-between;
        gap: 100rem;
    }
    .story_profile {
        min-width: 300px;
        width: 300px;
    }
    .story_profile_name {
        bottom: -60px;
    }
    .story_profile_sub {
        padding: 9px 11px;
        font-size: 12px;
    }
    .story_profile_txt {
        font-size: 22px;
        padding: 0 10px 5px;
        margin-top: -5px;
    }
    .story_ttl {
        font-size: 32px;
    }
    .story_ttl + .story_txt_area {
        margin-top: 70px;
    }
    .story_txt_list {
        gap: 84px;
    }
    .story_txt_q {
        font-size: 26px;
        gap: 10px;
        padding-block: 5px 0;
    }
    .story_txt_q::before {
        margin-top: 22px;
        width: 8px;
        min-width: 8px;
        height: 8px;
    }
    .story_txt_main {
        margin-top: 10px;
        gap: 30px;
    }
    .story_txt {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .special_story {
        padding-top: 120rem;
    }
    .special_story_tab_list {
        margin-bottom: 60rem;
    }
    .special_story_tab_list li {
        position: relative;
    }
    .special_story_tab_list li:nth-child(even)::after {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: calc(100% - 24rem);
        top: 0;
        bottom: 0;
        left: 0;
        margin-block: auto;
        background-color: rgba(34, 34, 34, 0.1);
    }
    .special_story_tab {
        font-size: 16rem;
        line-height: 1;
        justify-content: space-between;
        gap: 18rem;
        padding: 16rem 13rem 16rem 20rem;
        background-color: var(--color-white);
        text-align: left;
    }
    .special_story_tab[aria-selected='true'] {
        color: var(--color-black);
    }
    .special_story_tab svg {
        width: 14rem;
        rotate: -90deg;
    }
    .special_story_tab path {
        stroke: var(--color-red);
        stroke-width: 3rem;
    }
    .story_area {
        padding-bottom: 120rem;
        flex-direction: column;
        gap: 110rem;
    }
    .story_profile {
        width: 250rem;
        margin-inline: auto;
    }
    .story_profile_name {
        top: 303rem;
    }
    .story_profile_sub {
        padding: 9rem 11rem;
        font-size: 12rem;
    }
    .story_profile_txt {
        font-size: 22rem;
        padding: 0 10rem 5rem;
        margin-top: -5rem;
    }
    .story_ttl {
        font-size: 24rem;
    }
    .story_ttl + .story_txt_area {
        margin-top: 30rem;
    }
    .story_txt_list {
        gap: 45rem;
    }
    .story_txt_q {
        font-size: 18rem;
        gap: 10rem;
        padding-block: 5rem 0;
    }
    .story_txt_q::before {
        margin-top: 12rem;
        width: 8rem;
        min-width: 8rem;
        height: 8rem;
    }
    .story_txt_main {
        margin-top: 10rem;
        gap: 10rem;
    }
    .story_txt {
        font-size: 14rem;
        font-weight: 400;
    }
}

/* other */
.other_link_area.circle_links_area {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.other_list_ttl {
    line-height: 1.8;
    position: relative;
    display: flex;
    align-items: center;
}
.other_list_ttl::before {
    content: '';
    display: block;
    border-radius: 50%;
    background-color: var(--color-red);
}
.special_circle_tag {
    background-color: #fff;
    line-height: 1.32;
}
.special_circle_label {
    background-color: #fff;
    line-height: 1.77;
    display: inline-block;
    white-space: nowrap;
}
@media (min-width: 769px) {
    .other_link_area.circle_links_area {
        padding-top: 20px;
    }
    .other_list_ttl {
        font-size: 24px;
        padding-left: 12px;
        gap: 13px;
    }
    .other_list_ttl::before {
        width: 12px;
        height: 12px;
    }
    .special_circle_list {
        gap: 80rem 29rem;
    }
    .special_circle_list li {
        width: 267rem;
    }
    .special_circle_tag {
        padding: 10rem 10rem 4rem;
        font-size: 12rem;
    }
    .special_circle_label {
        padding-inline: 10rem 14rem;
        font-size: 20rem;
    }
    .special_circle_label + br + .special_circle_label {
        margin-top: -6rem;
    }
    .other_link_area .links_list {
        margin-top: 60rem;
    }
}

/* 記事 spのみ2col */
@media (max-width: 768px) {
    .other_link_area.circle_links_area {
        padding-top: 20rem;
    }
    .other_link_area .other_list_ttl {
        font-size: 24rem;
        padding-left: 13rem;
        gap: 13rem;
    }
    .other_link_area .other_list_ttl::before {
        width: 12rem;
        height: 12rem;
    }
    .other_link_area .special_circle_list {
        gap: 80rem 15rem;
    }
    .other_link_area .special_circle_list li {
        width: 160rem;
    }
    .other_link_area .link_circle_label_area {
        bottom: auto;
        top: 116rem;
    }
    .other_link_area .special_circle_tag {
        padding: 7rem 10rem 4rem;
        font-size: 12rem;
        line-height: 1.32;
    }
    .other_link_area .special_circle_label {
        padding: 4rem 10rem 7rem;
        font-size: 16rem;
        line-height: 1.4;
    }
    .other_link_area .special_circle_label + br + .special_circle_label {
        margin-top: -6rem;
    }
    .other_link_area .links_list {
        margin-top: 40rem;
    }
}
