@charset "utf-8";

/* ---------------------------------------------------- */
/* web font */
/* ---------------------------------------------------- */
/* Google font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=WindSong:wght@400;500&display=swap");

/* FontAwesome */
/* @import url('https://use.fontawesome.com/releases/v5.15.4/css/all.css'); */

/* ---------------------------------------------------- */
/* cs_ff */
/* ---------------------------------------------------- */
.cs_ff_en_1 {
    font-family: "Poppins", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.cs_ff_en_2 {
    font-family: "WindSong", cursive;
}

.cs_ff_go_1 {
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.cs_ff_go_2 {
    font-family: "Kiwi Maru", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.cs_ff_mi_1 {
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
/* ---------------------------------------------------- */
/* cs_fc */
/* ---------------------------------------------------- */
.cs_fc_1,
.cs_fc_1 a,
a.cs_fc_1 {
    color: var(--co_1) !important;
}

.cs_fc_2,
.cs_fc_2 a,
a.cs_fc_2 {
    color: var(--co_2) !important;
}

/* ---------------------------------------------------- */
/* cs_fs */
/* ---------------------------------------------------- */
.cs_fs_normal {
    font-size: 16px;
}

.cs_fs_xs {
    font-size: 11px;
}

.cs_fs_s {
    font-size: 12px;
}

.cs_fs_m {
    font-size: 14px;
}

/* ---------------------------------------------------- */
/* cs_fd */
/* ---------------------------------------------------- */
.cs_fd_b,
b {
    font-weight: 700;
}

.cs_fd_u {
    text-decoration: underline;
}

.cs_fd_i,
em {
    font-style: italic;
}

/* ---------------------------------------------------- */
/* cf */
/* ---------------------------------------------------- */
.cf:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.cf {
    display: block;
}

/* ---------------------------------------------------- */
/* pc/sp */
/* ---------------------------------------------------- */
@media (min-width: 1000px) {
    .cs_none_pc {
        display: none !important;
    }
}

@media (max-width: 999px) {
    .cs_none_sp {
        display: none !important;
    }
}

@media (max-width: 374px) {
    .cs_none_sp_old {
        display: none !important;
    }
}

/* ---------------------------------------------------- */
/* cs_e */
/* ---------------------------------------------------- */
.cs_e_zm {
    overflow: hidden;
}

.cs_e_zm > span {
    transform-origin: center;
    transform: scale(1.005);
    transition: 0.5s ease;
}

@media (min-width: 1000px) {
    .cs_e_op {
        transition: opacity 0.3s ease;
    }

    .cs_e_op:hover,
    a:hover .cs_e_op {
        opacity: 0.6;
    }

    .cs_e_gr,
    .cs_e_bn,
    .cs_e_in {
        transition: filter 0.3s ease;
    }

    .cs_e_gr:hover,
    a:hover .cs_e_gr {
        filter: grayscale(100%);
    }

    .cs_e_bn:hover,
    a:hover .cs_e_bn {
        filter: brightness(70%);
    }

    .cs_e_in:hover,
    a:hover .cs_e_in {
        filter: invert(100%);
    }

    a:hover .cs_e_zm > span {
        transform: scale(1.1);
        filter: brightness(70%);
    }
}
/* ---------------------------------------------------- */
/* cs_img_w_1 */
/* ---------------------------------------------------- */
.cs_img_w_1 {
    display: block;
    width: 100% !important;
}

/* ---------------------------------------------------- */
/* cs_bg_img_1 */
/* ---------------------------------------------------- */
.cs_bg_img_1 > span {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ---------------------------------------------------- */
/* cs_ta */
/* ---------------------------------------------------- */
.cs_ta_l {
    text-align: left !important;
}

.cs_ta_r {
    text-align: right !important;
}

.cs_ta_c {
    text-align: center !important;
}

/* ---------------------------------------------------- */
/* cs_sec */
/* ---------------------------------------------------- */
.cs_sec_wrap {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cs_sec_wrap .sec_inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

@media (min-width: 1000px) {
    .cs_sec_wrap .sec_inner {
        max-width: 1100px;
    }

    .cs_sec_wrap .sec_inner.w1_pc {
        max-width: 100%;
    }

    .cs_sec_wrap .sec_inner.w2_pc {
        max-width: 1200px;
    }
    .cs_sec_wrap .sec_inner.w3_pc {
        max-width: 840px;
    }

    .cs_sec_inner_flex {
        display: flex;
        justify-content: space-between;
    }

    .cs_sec_inner_flex .cs_sec_inner_flex_main {
        flex: auto;
        width: auto;
    }

    .cs_sec_inner_flex .cs_sec_inner_flex_sub {
        flex: none;
        margin-left: 60px;
        width: 200px;
    }
}

@media (max-width: 999px) {
    .cs_sec_wrap .sec_inner {
        max-width: calc(100% - 40px);
    }

    .cs_sec_wrap .sec_inner.w1_sp {
        max-width: 100%;
    }

    .cs_sec_inner_flex .cs_sec_inner_flex_sub {
        margin-top: 50px;
    }
}

/* ---------------------------------------------------- */
/* cs_deco_1 */
/* ---------------------------------------------------- */
.cs_deco_1 {
    position: absolute;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
/* ---------------------------------------------------- */
/* cs_desc */
/* ---------------------------------------------------- */
.cs_desc_1 {
    text-align: justify;
}

.cs_desc_1 > * + * {
    margin-top: 1.5em;
}

@media (max-width: 999px) {
    .cs_desc_1 > * + * {
        margin-top: 1.5em;
    }
}

/* ---------------------------------------------------- */
/* cs_ttl_1 */
/* ---------------------------------------------------- */
.cs_ttl_1 {
    text-align: center;
    line-height: 1.4;
}
.cs_ttl_1 .en {
    display: block;
    color: var(--co_5);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.cs_ttl_1 .ja {
    display: block;
    margin-top: 5px;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.cs_ttl_1.co_2 .en {
    color: var(--co_12);
}

@media (max-width: 999px) {
    .cs_ttl_1 .en {
        font-size: 12px;
    }

    .cs_ttl_1 .ja {
        font-size: 23px;
    }
}
/* ---------------------------------------------------- */
/* cs_ttl_2 */
/* ---------------------------------------------------- */
.cs_ttl_2 {
    position: relative;
    padding-left: 25px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}
.cs_ttl_2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: var(--co_5);
}
.cs_ttl_2.co_1::before {
    background-color: var(--co_5);
}
.cs_ttl_2.co_2::before {
    background-color: var(--co_12);
}
@media (max-width: 999px) {
    .cs_ttl_2 {
        padding-left: 20px;
        font-size: 18px;
    }
    .cs_ttl_2::before {
        top: 8px;
    }
}
/* ---------------------------------------------------- */
/* cs_ttl_3 */
/* ---------------------------------------------------- */
.cs_ttl_3 {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}
.cs_ttl_3 .en {
    margin-right: 20px;
    color: var(--co_5);
    font-size: 36px;
}
.cs_ttl_3 .ja {
    font-size: 18px;
}
.cs_ttl_3.co_1 .en {
    color: var(--co_5);
}
.cs_ttl_3.co_2 .en {
    color: var(--co_12);
}
@media (max-width: 999px) {
    .cs_ttl_3 .en {
        font-size: 27px;
    }

    .cs_ttl_3 .ja {
        font-size: 12px;
    }
}
/* ---------------------------------------------------- */
/* cs_ttl_4 */
/* ---------------------------------------------------- */
.cs_ttl_4 {
    color: var(--co_4);
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}
.cs_ttl_4 .en {
    display: block;
    font-size: 52px;
    letter-spacing: 0.1em;
}

.cs_ttl_4 .ja {
    display: block;
    margin-top: 5px;
    font-size: 20px;
    letter-spacing: 0.05em;
}
@media (max-width: 999px) {
    .cs_ttl_4 .en {
        font-size: 32px;
    }

    .cs_ttl_4 .ja {
        font-size: 15px;
    }
}

/* ---------------------------------------------------- */
/* cs_ttl_5 */
/* ---------------------------------------------------- */
.cs_ttl_5 {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
}
.cs_ttl_5::before {
    content: "";
    display: block;
    margin: 0 auto 20px;
    width: 80px;
    height: 42px;
    background-image: url(../../../common/img/logo/tree_3.svg);
    background-position: center bottom -1px;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 999px) {
    .cs_ttl_5 {
        font-size: 20px;
    }
}

/* ---------------------------------------------------- */
/* cs_ttl_6 */
/* ---------------------------------------------------- */
.cs_ttl_6 {
    position: relative;
}

.cs_ttl_6 > span:nth-of-type(1) {
    position: absolute;
    left: 50%;
    top: -170px;
    transform: translateX(-50%);
    font-family: "Poppins", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 260px;
    font-weight: 700;
    line-height: 1;
}

.cs_ttl_6 > span:nth-of-type(2) {
    position: relative;
    display: block;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}
@media (max-width: 999px) {
    .cs_ttl_6 > span:nth-of-type(1) {
        top: -30px;
        font-size: clamp(3rem, 2.5vw, 6rem);
        text-align: center;
    }

    .cs_ttl_6 > span:nth-of-type(2) {
        font-size: 24px;
    }
}
/* ---------------------------------------------------- */
/* cs_event_none */
/* ---------------------------------------------------- */
.cs_event_none {
    pointer-events: none;
}

@media (min-width: 1000px) {
    .cs_event_none_pc {
        pointer-events: none;
    }
}

@media (max-width: 999px) {
    .cs_event_none_sp {
        pointer-events: none;
    }
}

/* ---------------------------------------------------- */
/* cs_msgblank */
/* ---------------------------------------------------- */
.cs_msgblank {
    padding: 80px 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 999px) {
    .cs_msgblank {
        padding: 40px 0;
        font-size: 14px;
    }
}

/* ---------------------------------------------------- */
/* cs_sec_mv_wrap_1 */
/* ---------------------------------------------------- */
.cs_sec_mv_wrap_1 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    margin-bottom: 120px;
}
.cs_sec_mv_wrap_1::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 400px);
    height: 100%;
    background-image: url(../img/bg/1.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.page-magome .cs_sec_mv_wrap_1::after {
    background-image: url(../img/bg/1_b.jpg);
}

.cs_sec_mv_wrap_1 .sec_inner {
    max-width: 100%;
    height: 550px;
}

.cs_sec_mv_wrap_1 .img_1 {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 100px);
    height: 100%;
}

.cs_sec_mv_wrap_1 .img_1 > span {
    height: 100%;
    background-image: url(../img/mv/1.jpg);
    background-position: center;
    overflow: hidden;
}

.cs_sec_mv_wrap_1 .ttl_wrap {
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px 100px;
    line-height: 1.2;
    background-color: var(--co_1);
    border-radius: 0 20px 20px 0;
}

.cs_sec_mv_wrap_1 .ttl_wrap .en {
    margin-top: 10px;
    color: var(--co_5);
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Poppins", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.page-magome .cs_sec_mv_wrap_1 .ttl_wrap .en {
    color: var(--co_12);
}

.cs_sec_mv_wrap_1 .ttl_wrap .ja {
    font-size: 40px;
    font-weight: 500;
}

@media (max-width: 999px) {
    .cs_sec_mv_wrap_1 {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 0;
        margin-bottom: 60px;
    }
    .cs_sec_mv_wrap_1::after {
        width: calc(100% - 50px);
    }

    .cs_sec_mv_wrap_1 .sec_inner {
        height: 250px;
    }

    .cs_sec_mv_wrap_1 .img_1 {
        width: calc(100% - 20px);
    }

    .cs_sec_mv_wrap_1 .ttl_wrap {
        left: 20px;
        padding: 20px 40px;
        border-radius: 0 10px 10px 0;
    }

    .cs_sec_mv_wrap_1 .ttl_wrap .en {
        margin-top: 10px;
        font-size: 12px;
    }

    .cs_sec_mv_wrap_1 .ttl_wrap .ja {
        font-size: 20px;
    }
}

/* ---------------------------------------------------- */
/* cs_sec_mv_wrap_2 */
/* ---------------------------------------------------- */
.cs_sec_mv_wrap_2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 240px;
    background-color: var(--co_1);
    border-top-right-radius: 100px;
}
.cs_sec_mv_wrap_2 .sec_inner {
    height: 900px;
}
.cs_sec_mv_wrap_2 .ttl_1 {
    position: absolute;
    left: calc(50% - 500px);
    top: 250px;
}
.cs_sec_mv_wrap_2 .ttl_1::before {
    content: "";
    position: absolute;
    left: -100px;
    top: -90px;
    display: block;
    width: 180px;
    height: 180px;
    background-image: url(../../common/img/deco/1.svg);
    z-index: -1;
}
.cs_sec_mv_wrap_2 .ttl_1 > span:nth-of-type(1) {
    display: block;
    padding: 0 20px;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
}
.cs_sec_mv_wrap_2 .ttl_1 > span:nth-of-type(1)::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 40px;
    opacity: 0.6;
    z-index: -1;
}
.cs_sec_mv_wrap_2 .ttl_1 > span:nth-of-type(2) {
    position: absolute;
    left: 100px;
    bottom: -120px;
    display: block;
    font-family: "WindSong", cursive;
    font-size: 70px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    transform: rotate(-15deg);
    z-index: 2;
}
.cs_sec_mv_wrap_2 .ttl_2 {
    position: absolute;
    left: calc(50% + 20px);
    top: 630px;
}

.cs_sec_mv_wrap_2 .ttl_2 > span:nth-of-type(1) {
    display: block;
    margin-bottom: 40px;
    font-family: "Poppins", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.6;
}
.cs_sec_mv_wrap_2 .ttl_2 > span:nth-of-type(2) {
    display: block;
    font-size: 20px;
    line-height: 2;
}

.cs_sec_mv_wrap_2 .img_1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 800px;
}

.cs_sec_mv_wrap_2 .img_2 {
    position: absolute;
    left: calc(50% - 750px);
    bottom: 0;
    width: 700px;
}
.cs_sec_mv_wrap_2 .img_3 {
    position: absolute;
    left: calc(50% + 10px);
    bottom: -40px;
    width: 400px;
}
@media (min-width: 1000px) and (max-width: 1400px) {
    .cs_sec_mv_wrap_2 .img_1 {
        right: -150px;
    }
}
@media (max-width: 999px) {
    .cs_sec_mv_wrap_2::before {
        height: 90px;
        border-top-right-radius: 50px;
    }
    .cs_sec_mv_wrap_2 .sec_inner {
        height: auto;
    }
    .cs_sec_mv_wrap_2 .ttl_1 {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 20px;
        margin-left: 20px;
        width: max-content;
    }
    .cs_sec_mv_wrap_2 .ttl_1::before {
        left: -50px;
        top: -40px;
        width: 90px;
        height: 90px;
    }
    .cs_sec_mv_wrap_2 .ttl_1 > span:nth-of-type(1) {
        padding: 0 10px;
        font-size: 20px;
    }
    .cs_sec_mv_wrap_2 .ttl_1 > span:nth-of-type(1)::before {
        bottom: -10px;
        height: 20px;
    }
    .cs_sec_mv_wrap_2 .ttl_1 > span:nth-of-type(2) {
        left: 50px;
        bottom: -60px;
        font-size: 40px;
    }
    .cs_sec_mv_wrap_2 .ttl_2 {
        position: relative;
        left: auto;
        top: auto;
        margin-left: 20px;
    }

    .cs_sec_mv_wrap_2 .ttl_2 > span:nth-of-type(1) {
        margin-bottom: 10px;
        font-size: 30px;
    }
    .cs_sec_mv_wrap_2 .ttl_2 > span:nth-of-type(2) {
        display: block;
        font-size: 16px;
        line-height: 2;
    }

    .cs_sec_mv_wrap_2 .img_1 {
        position: static;
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 10px;
        width: 60%;
    }

    .cs_sec_mv_wrap_2 .img_2 {
        position: static;
        margin-left: 20px;
        margin-bottom: 20px;
        width: 80%;
    }
    .cs_sec_mv_wrap_2 .img_3 {
        position: static;
        margin-left: 20px;
        width: 40%;
    }
}
/* ---------------------------------------------------- */
/* cs_sec_breadcrumb_wrap_1 */
/* ---------------------------------------------------- */
.cs_sec_breadcrumb_wrap_1 {
    display: none;
    margin-bottom: 50px;
}

.cs_sec_breadcrumb_wrap_1 .breadcrumb {
    font-size: 14px;
    line-height: 1;
}

.cs_sec_breadcrumb_wrap_1 .breadcrumb ul {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.cs_sec_breadcrumb_wrap_1 .breadcrumb li {
    display: flex;
}

.cs_sec_breadcrumb_wrap_1 .breadcrumb li:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cs_sec_breadcrumb_wrap_1 .breadcrumb li + li::before {
    content: "●";
    padding: 0 10px;
    color: var(--co_4);
}

.cs_sec_breadcrumb_wrap_1 .breadcrumb a {
    display: block;
    color: var(--co_4);
}

.cs_sec_breadcrumb_wrap_1 .breadcrumb span {
    white-space: nowrap;
}

@media (max-width: 999px) {
    .cs_sec_breadcrumb_wrap_1 {
        margin-bottom: 40px;
    }

    .cs_sec_breadcrumb_wrap_1 .breadcrumb {
        font-size: 10px;
    }
}

/* ---------------------------------------------------- */
/* cs_meta_1 */
/* ---------------------------------------------------- */
.cs_meta_1 {
    margin-bottom: 100px;
}

.cs_meta_1 .meta {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.cs_meta_1 .cat {
    display: block;
    margin-left: 20px;
    padding: 5px 20px;
    width: max-content;
    color: var(--co_1);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    background-color: var(--co_5);
    border-radius: 20px;
}

.page-magome .cs_meta_1 .cat {
    background-color: var(--co_12);
}
.cs_meta_1 .post_ttl {
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--co_6);
}

@media (max-width: 999px) {
    .cs_meta_1 {
        margin-bottom: 50px;
    }
    .cs_meta_1 .cat {
        margin-right: 10px;
    }
    .cs_meta_1 .post_ttl {
        font-size: 20px;
    }
}
/* ---------------------------------------------------- */
/* cs_widget_sub_1 */
/* ---------------------------------------------------- */
.cs_widget_sub_1 .ttl_1 {
    padding-bottom: 5px;
    color: var(--co_3);
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid var(--co_6);
}

.cs_widget_sub_1 * + .ttl_1 {
    margin-top: 70px;
}

.cs_widget_sub_1 .list_post_1 li {
    border-bottom: 1px solid var(--co_6);
}

.cs_widget_sub_1 .list_post_1 .meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1;
}

.cs_widget_sub_1 .list_post_1 .meta .date {
    display: block;
}

.cs_widget_sub_1 .list_post_1 .meta .cat {
    display: block;
    margin-left: 10px;
    padding: 5px 10px;
    max-width: max-content;
    color: var(--co_1);
    font-size: 11px;
    line-height: 1;
    text-align: center;
    background-color: var(--co_5);
    border-radius: 20px;
}

.page-magome .cs_widget_sub_1 .list_post_1 .meta .cat {
    background-color: var(--co_12);
}

.cs_widget_sub_1 .list_post_1 .meta .ttl {
    margin-top: 10px;
    width: 100%;
    font-weight: 500;
}

.cs_widget_sub_1 .list_post_1 a {
    position: relative;
    display: block;
    padding: 10px 0;
    color: #2d3236;
    text-decoration: none;
    transition: 0.3s ease;
}

@media (min-width: 1000px) {
    .cs_widget_sub_1 .list_post_1 a:hover {
        opacity: 0.6;
    }
}

@media (max-width: 999px) {
    .cs_widget_sub_1 * + .ttl_1 {
        margin-top: 40px;
    }

    .cs_widget_sub_1 .list_post_1 a {
        padding: 10px 0;
    }

    .cs_widget_sub_1 .list_post_1 .meta .cat {
        font-size: 11px;
    }
}

/* ---------------------------------------------------- */
/* cs_archive_1 */
/* ---------------------------------------------------- */
.cs_archive_1 > ul > li {
    padding: 20px 0;
    border-bottom: 1px solid var(--co_6);
}

.cs_archive_1 a {
    position: relative;
    display: block;
    color: var(--co_3);
    text-decoration: none;
    line-height: 1.4;
}

.cs_archive_1 .img {
    display: none;
}

.cs_archive_1 .meta {
    display: flex;
    flex-wrap: wrap;
}

.cs_archive_1 .meta .cat {
    display: block;
    margin-left: 20px;
    margin-top: -2px;
    padding: 5px 20px;
    width: max-content;
    color: var(--co_1);
    font-size: 12px;
    line-height: 1;
    text-align: center;
    background-color: var(--co_5);
    border-radius: 20px;
    transform: translateX(-2px);
}

.page-magome .cs_archive_1 .meta .cat {
    background-color: var(--co_12);
}

.cs_archive_1 .ttl {
    margin-top: 5px;
    width: 100%;
}

@media (min-width: 1000px) {
    .cs_archive_1 a:hover {
        opacity: 0.6;
    }
}
@media (max-width: 999px) {
    .cs_archive_1 .meta .cat {
        font-size: 11px;
    }
}

/* ---------------------------------------------------- */
/* cs_archive_2 */
/* ---------------------------------------------------- */
.cs_archive_2 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -50px;
    margin-bottom: -50px;
}

.cs_archive_2 > ul > li {
    margin-right: 50px;
    margin-bottom: 50px;
    width: calc(100% / 4 - 50px);
}

.cs_archive_2 a {
    position: relative;
    display: block;
    color: var(--co_3);
    text-decoration: none;
    line-height: 1.4;
}
.cs_archive_2 .img {
    margin-bottom: 10px;
}
.cs_archive_2 .img > span {
    padding-top: 70%;
    background-color: var(--co_8);
    background-image: url(../img/ico/blank_1.svg);
    border-radius: 5px;
}

.cs_archive_2 .cat {
    display: none;
}
.cs_archive_2 .ttl {
    margin-top: 5px;
    font-weight: 700;
}

@media (min-width: 1000px) {
    .cs_archive_2 a:hover {
        opacity: 0.6;
    }
}
@media (max-width: 999px) {
    .cs_archive_2 > ul {
        margin-right: -20px;
        margin-bottom: -30px;
    }

    .cs_archive_2 > ul > li {
        margin-right: 20px;
        margin-bottom: 30px;
        width: calc(100% / 2 - 20px);
    }
    .cs_archive_2 a {
        font-size: 13px;
    }
}
/* ---------------------------------------------------- */
/* cs_archive_3 */
/* ---------------------------------------------------- */
.cs_archive_3 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -50px;
    margin-bottom: -50px;
}

.cs_archive_3 > ul > li {
    margin-right: 50px;
    margin-bottom: 50px;
    width: calc(100% / 2 - 50px);
}

.cs_archive_3 a {
    position: relative;
    display: flex;
    align-items: flex-start;
    color: var(--co_3);
    text-decoration: none;
    line-height: 1.4;
}
.cs_archive_3 .img {
    flex: none;
    margin-right: 20px;
    width: 100px;
    border: 2px solid var(--co_1);
    border-radius: 5px;
}
.cs_archive_3 .img > span {
    padding-top: 100%;
    background-color: var(--co_8);
    background-image: url(../img/ico/blank_1.svg);
    border-radius: 5px;
}
.cs_archive_3 .meta {
    flex: auto;
    padding: 5px 0;
    width: auto;
}

.cs_archive_3 .cat {
    display: none;
}
.cs_archive_3 .ttl {
    margin-top: 5px;
    font-weight: 700;
}

@media (min-width: 1000px) {
    .cs_archive_3 a:hover {
        opacity: 0.6;
    }
}
@media (max-width: 999px) {
    .cs_archive_3 > ul {
        margin-right: 0;
        margin-bottom: -20px;
    }

    .cs_archive_3 > ul > li {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .cs_archive_3 a {
        font-size: 13px;
    }
    .cs_archive_3 .img {
        margin-right: 10px;
        width: 80px;
    }
}
/* ---------------------------------------------------- */
/* cs_pagination_archive_1 */
/* ---------------------------------------------------- */
.cs_pagination_archive_1 .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.cs_pagination_archive_1 .pagination .page-numbers {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    color: var(--co_5);
    font-family: "Poppins", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background-color: var(--co_1);
    border: 1px solid var(--co_5);
    border-radius: 100%;
}

.page-magome .cs_pagination_archive_1 .pagination .page-numbers {
    color: var(--co_12);
    border: 1px solid var(--co_12);
}

.cs_pagination_archive_1 .pagination .page-numbers:hover,
.cs_pagination_archive_1 .pagination .current {
    background-color: var(--co_7);
    border-color: var(--co_7);
}

.page-magome .cs_pagination_archive_1 .pagination .page-numbers:hover,
.page-magome .cs_pagination_archive_1 .pagination .current {
    background-color: var(--co_16);
    border-color: var(--co_16);
}

.cs_pagination_archive_1 .pagination .dots,
.cs_pagination_archive_1 .pagination .dots:hover {
    color: var(--co_3);
    background-color: transparent;
}

.cs_pagination_archive_1 .pagination .prev,
.cs_pagination_archive_1 .pagination .next {
    content: "";
}

.cs_pagination_archive_1 .pagination .prev::before,
.cs_pagination_archive_1 .pagination .next::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--co_5);
    border-right: 2px solid var(--co_5);
    transition: 0.3s ease;
    transform: translate(-50%, -50%) rotate(45deg);
}

.page-magome .cs_pagination_archive_1 .pagination .prev::before,
.page-magome .cs_pagination_archive_1 .pagination .next::before {
    border-color: var(--co_12);
}

.cs_pagination_archive_1 .pagination .prev:hover::before,
.cs_pagination_archive_1 .pagination .next:hover::before {
}

.cs_pagination_archive_1 .pagination .prev {
    transform: scale(-1, 1);
}

@media (max-width: 999px) {
    .cs_pagination_archive_1 .pagination {
        margin-top: 40px;
    }

    .cs_pagination_archive_1 .pagination .page-numbers {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

/* ---------------------------------------------------- */
/* cs_btn_1 */
/* ---------------------------------------------------- */
.cs_btn_1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 70px;
    max-width: max-content;
    min-width: 250px;
    color: var(--co_1);
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    background-color: var(--co_4);
    border-radius: 40px;
}
.cs_btn_1::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--co_1);
    border-right: 2px solid var(--co_1);
    transform: translateY(-50%) rotate(45deg);
    background: none;
}
.cs_btn_1 i {
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s ease;
}
.cs_btn_1.co_1 {
    background: var(--co_4);
}
.cs_btn_1.co_2 {
    background: var(--co_5);
}
.cs_btn_1.co_3 {
    background: var(--co_12);
}
@media (min-width: 1000px) {
    .cs_btn_1:hover {
        opacity: 0.6;
    }
}
@media (max-width: 999px) {
    .cs_btn_1 {
        padding: 15px 50px;
        min-width: auto;
        max-width: none;
        width: 90%;
    }
}
/* ---------------------------------------------------- */
/* cs_btn_2 */
/* ---------------------------------------------------- */
.cs_btn_2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 60px;
    max-width: max-content;
    color: var(--co_3);
    line-height: 1.2;
    text-decoration: none;
}
.cs_btn_2::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    background-color: var(--co_7);
    border-radius: 100%;
    transform: translateY(-50%);
    mix-blend-mode: multiply;
}
.cs_btn_2::after {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--co_5);
    border-right: 2px solid var(--co_5);
    transform: translateY(-50%) rotate(45deg);
}
.cs_btn_2 > span {
    transition: 0.3s ease;
}
.cs_btn_2.co_1::before {
    background-color: var(--co_7);
}
.cs_btn_2.co_1::after {
    border-color: var(--co_5);
}
.cs_btn_2.co_2::before {
    background-color: var(--co_16);
}
.cs_btn_2.co_2::after {
    border-color: var(--co_12);
}
@media (min-width: 1000px) {
    .cs_btn_2:hover > span {
        opacity: 0.6;
    }
}
@media (max-width: 999px) {
    .cs_btn_2 {
        padding-right: 40px;
    }
    .cs_btn_2::before {
        width: 30px;
        height: 30px;
    }
    .cs_btn_2::after {
        right: 12px;
    }
}
/* ---------------------------------------------------- */
/* cs_btn_3 */
/* ---------------------------------------------------- */
.cs_btn_3 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    max-width: max-content;
    color: var(--co_1);
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--co_1);
    border-radius: 40px;
}
.cs_btn_3 > span > span {
    margin-right: 10px;
    font-size: 26px;
}

.cs_btn_3.co_2 {
    color: var(--co_5);
    border-color: var(--co_5);
}
.cs_btn_3.co_2 > span > span {
    color: var(--co_3);
}
@media (min-width: 1000px) {
    .cs_btn_3:hover {
        opacity: 0.6;
    }
}
@media (max-width: 999px) {
    .cs_btn_3 {
        padding: 12px 10px;
        min-width: auto;
        max-width: none;
        width: 90%;
        font-size: 20px;
    }
    .cs_btn_3 > span > span {
        font-size: 14px;
    }
}
/* ---------------------------------------------------- */
/* cs_nav_1 */
/* ---------------------------------------------------- */
.cs_nav_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.cs_nav_1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 20px;
    padding: 0 20px;
    width: 240px;
    height: 100px;
    color: var(--co_3);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--co_9);
    border-radius: 10px;
}
.page-magome .cs_nav_1 a {
    border-color: var(--co_6);
}
.cs_nav_1 a::before {
    content: "";
    flex: none;
    display: block;
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: var(--co_9);
    border-radius: 100%;
}
.page-magome .cs_nav_1 a::before {
    background-color: var(--co_11);
}
.cs_nav_1 a.ico_1::before {
    background-image: url(../img/ico/medical_1.svg);
}
.cs_nav_1 a.ico_2::before {
    background-image: url(../img/ico/medical_2.svg);
}
.cs_nav_1 a.ico_3::before {
    background-image: url(../img/ico/medical_3.svg);
}
.cs_nav_1 a.ico_4::before {
    background-image: url(../img/ico/medical_4.svg);
}
.cs_nav_1 a.ico_5::before {
    background-image: url(../img/ico/medical_5.svg);
}
.cs_nav_1 a.ico_6::before {
    background-image: url(../img/ico/medical_6.svg);
}
.cs_nav_1 a.ico_7::before {
    background-image: url(../img/ico/medical_7.svg);
}
.cs_nav_1 a.ico_8::before {
    background-image: url(../img/ico/medical_8.svg);
}
.cs_nav_1 a > span {
    flex: auto;
    width: auto;
}
@media (min-width: 1000px) {
    .cs_nav_1 a:hover {
        opacity: 0.6;
    }
}
@media (max-width: 999px) {
    .cs_nav_1 {
        margin-left: -2px;
        margin-right: -2px;
    }
    .cs_nav_1 a {
        flex-wrap: wrap;
        margin: 0 2px 10px;
        padding: 10px 0;
        width: calc(100% / 4 - 4px);
        height: auto;
        font-size: 11px;
    }
    .cs_nav_1 a::before {
        width: 40px;
        height: 40px;
    }
    .cs_nav_1 a > span {
        margin-top: 10px;
        width: 100%;
    }
}
/* ---------------------------------------------------- */
/* cs_businessday_1 */
/* ---------------------------------------------------- */
.cs_businessday_1 table {
    width: 100%;
    border-bottom: 1px solid var(--co_3);
}

.cs_businessday_1 th,
.cs_businessday_1 td {
    width: 10%;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}

.cs_businessday_1 tr:nth-of-type(1) {
    border-bottom: 1px solid var(--co_3);
}

.cs_businessday_1 th {
    padding: 10px 5px;
}

.cs_businessday_1 td {
    padding: 10px 5px;
}

.cs_businessday_1.co_1 td {
    color: var(--co_5);
}

.cs_businessday_1.co_2 td {
    color: var(--co_12);
}

.cs_businessday_1 .ttl {
    color: var(--co_3) !important;
}

.cs_businessday_1 .note_1 {
    margin-top: 10px;
    color: var(--co_14);
    font-size: 12px;
    text-align: right;
}

@media (max-width: 999px) {
    .cs_businessday_1 {
        font-size: 11px;
    }
    .cs_businessday_1 th,
    .cs_businessday_1 td {
        font-size: 11px;
    }

    .cs_businessday_1 td {
        padding: 10px 5px;
    }
    .cs_businessday_1 .note_1 {
        font-size: 12px;
    }
}

/* ---------------------------------------------------- */
/* cs_wysiwyg */
/* ---------------------------------------------------- */
.cs_wysiwyg:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.cs_wysiwyg {
    display: block;
}

.cs_wysiwyg > * + * {
    margin-top: 1.5em;
}

/* ---------------------------------------------------- */
/* p */
/* ---------------------------------------------------- */
.cs_wysiwyg p {
    line-height: 1.8;
}

.cs_wysiwyg p + p {
    margin-top: 1.5em;
}

/* ---------------------------------------------------- */
/* img */
/* ---------------------------------------------------- */
.cs_wysiwyg img {
    display: inline-block;
    width: auto;
    max-width: 100% !important;
    height: auto !important;
    vertical-align: bottom;
}

/* ---------------------------------------------------- */
/* h */
/* ---------------------------------------------------- */
.wp-block-heading {
    line-height: 1.4;
}

.wp-block-heading + * {
    margin-top: 1em;
}

* + .wp-block-heading {
    margin-top: 3em;
}

h1.wp-block-heading,
h2.wp-block-heading {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
}
h1.wp-block-heading span,
h2.wp-block-heading span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    font-size: 14px;
    color: var(--co_5);
    font-weight: 700;
    letter-spacing: 0.1em;
}

.page-magome h1.wp-block-heading span,
.page-magome h2.wp-block-heading span {
    color: var(--co_12);
}

h3.wp-block-heading {
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: 500;
    border-bottom: 2px solid var(--co_5);
}

.page-magome h3.wp-block-heading {
    border-bottom: 2px solid var(--co_12);
}

h4.wp-block-heading {
    color: var(--co_5);
    font-size: 22px;
    font-weight: 500;
}

.page-magome h4.wp-block-heading {
    color: var(--co_12);
}

h5.wp-block-heading {
    margin-left: auto;
    margin-right: auto;
    max-width: max-content;
    color: var(--co_5);
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}

.page-magome h5.wp-block-heading {
    color: var(--co_12);
}

h5.wp-block-heading::after {
    content: "";
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 8px;
    background-image: url(../img/bg/2.svg);
    background-repeat: repeat-x;
}

.page-magome h5.wp-block-heading::after {
    background-image: url(../img/bg/2_b.svg);
}

h6.wp-block-heading {
    color: var(--co_5);
    font-size: 18px;
    font-weight: 500;
}

.page-magome h6.wp-block-heading {
    color: var(--co_12);
}

@media (max-width: 999px) {
    h1.wp-block-heading,
    h2.wp-block-heading {
        font-size: 22px;
    }
    h1.wp-block-heading span,
    h2.wp-block-heading span {
        font-size: 12px;
    }
    h3.wp-block-heading {
        font-size: 20px;
    }
    h4.wp-block-heading {
        font-size: 18px;
    }

    h5.wp-block-heading {
        font-size: 22px;
    }

    h6.wp-block-heading {
        font-size: 16px;
    }
}

/* ---------------------------------------------------- */
/* img */
/* ---------------------------------------------------- */
.cs_wysiwyg img {
    width: auto;
    max-width: 100% !important;
    height: auto !important;
}

.cs_wysiwyg img.alignright {
    margin: 0 0 0 15px;
    display: inline;
    float: right;
}

.cs_wysiwyg img.alignleft {
    margin: 0 10px 0 0;
    display: inline;
    float: left;
}

.cs_wysiwyg img.aligncenter {
    display: block;
    margin: 0 auto;
}

.cs_wysiwyg img.alignnone {
    margin: 0 10px 0 0;
}

.cs_wysiwyg img.size-thumbnail {
    display: inline-block;
    margin: 0 4% 0 0;
    width: 48%;
}

.cs_wysiwyg img.size-thumbnail + .size-thumbnail {
    margin: 0 0 0 0;
}

.wp-caption {
    max-width: 100% !important;
}

.wp-element-caption {
    font-size: 11px;
}

/* ---------------------------------------------------- */
/* yt */
/* ---------------------------------------------------- */
.cs_yt_1 {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
}

.cs_yt_1 iframe,
.cs_yt_1 object,
.cs_yt_1 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
/* ---------------------------------------------------- */
/* cs_r */
/* ---------------------------------------------------- */
.cs_r_1 {
    border-radius: 10px;
    overflow: hidden;
}
.cs_r_1 > img {
    border-radius: 10px;
    overflow: hidden;
}
/* ---------------------------------------------------- */
/* cs_table */
/* ---------------------------------------------------- */
.wp-block-table table {
    width: 100%;
}
.wp-block-table thead {
    border: none !important;
}

.wp-block-table table th,
.wp-block-table table td {
    padding: 10px 10px;
    vertical-align: top;
    border: none;
    border: 1px solid var(--co_6);
}
.wp-block-table table th {
    color: var(--co_5);
    background-color: var(--co_7);
}

.page-magome .wp-block-table table th {
    color: var(--co_12);
    background-color: var(--co_16);
}

.wp-block-table .wp-element-caption {
    margin-top: 0.5em;
    font-size: 12px;
}

@media (max-width: 999px) {
    .wp-block-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .wp-block-table table {
        white-space: nowrap;
    }
}

/* ---------------------------------------------------- */
/* UL */
/* ---------------------------------------------------- */
.cs_wysiwyg ul,
.cs_ul_1 {
    padding: 0;
    list-style: none;
}

.cs_wysiwyg ul li,
.cs_ul_1 li {
    position: relative;
    padding-left: 30px;
}

.cs_wysiwyg ul li + li,
.cs_ul_1 li + li {
    margin-top: 0.2em;
}

.cs_wysiwyg ul li:before,
.cs_ul_1 li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 10px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--co_4);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
}

ul.is_co_1 li::before {
    background-color: var(--co_8) !important;
}

.cs_ul_checkbox li::before {
    left: -2px !important;
    top: 6px !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 0 !important;
    background-image: url(../img/ico/ul_1.svg);
    background-color: transparent !important;
    transform: rotate(0) !important;
}
@media (max-width: 999px) {
    .cs_wysiwyg ul li:before,
    .cs_ul_1 li:before {
        top: 8px;
    }
    .cs_ul_checkbox li::before {
        top: 4px !important;
        width: 14px !important;
        height: 14px !important;
    }
}
/* ---------------------------------------------------- */
/* OL */
/* ---------------------------------------------------- */
.cs_wysiwyg ol,
.cs_ol_1 {
    padding: 0;
    list-style: none;
    counter-reset: ol_li;
}

.cs_wysiwyg ol li,
.cs_ol_1 li {
    position: relative;
    padding-left: 30px;
}

.cs_wysiwyg ol li + li,
.cs_ol_1 li + li {
    margin-top: 0.5em;
}

.cs_wysiwyg ol li::after,
.cs_ol_1 li::after {
    counter-increment: ol_li;
    content: counter(ol_li) "";
    position: absolute;
    left: -5px;
    top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-family: "Poppins", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: var(--co_5);
    line-height: 1;
    background-color: var(--co_7);
    border-radius: 100%;
}

.page-magome .cs_wysiwyg ol li::after,
.page-magome .cs_ol_1 li::after {
    color: var(--co_12);
    background-color: var(--co_16);
}
@media (max-width: 999px) {
    .cs_wysiwyg ol li::after,
    .cs_ol_1 li::after {
        left: -5px;
        top: 2px;
        width: 18px;
        height: 18px;
    }
}
/* ---------------------------------------------------- */
/* DL */
/* ---------------------------------------------------- */
.cs_wysiwyg dl,
.cs_dl_1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cs_wysiwyg dl dt,
.cs_dl_1 dt {
    flex: none;
    margin-bottom: 0.5em;
    padding: 1px 5px;
    width: 130px;
    color: var(--co_1);
    text-align: center;
    background-color: var(--co_5);
    border-radius: 20px;
}

.page-magome .cs_wysiwyg dl dt,
.page-magome .cs_dl_1 dt {
    background-color: var(--co_12);
}

.cs_wysiwyg dl dt:last-of-type,
.cs_dl_1 dt:last-of-type {
    margin-bottom: 0;
}

.cs_wysiwyg dl dd,
.cs_dl_1 dd {
    flex: auto;
    margin-bottom: 0.5em;
    padding: 1px 0 1px 40px;
    width: calc(100% - 130px);
}

.cs_wysiwyg dl dd:last-of-type,
.cs_dl_1 dd:last-of-type {
    margin-bottom: 0;
}

/* ---------------------------------------------------- */
/* cs_step_1 */
/* ---------------------------------------------------- */
.cs_step_1 .item {
    position: relative;
    padding: 0 30px 30px;
    min-height: 84px;
    border-bottom: 4px solid var(--co_5);
}
.page-magome .cs_step_1 .item {
    border-color: var(--co_12);
}

.cs_step_1 .item + .item {
    margin-top: 40px;
}
.cs_step_1 .item + .item::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -40px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 40px 0 40px;
    border-color: var(--co_5) transparent transparent transparent;
    transform: translateX(-50%);
}

.page-magome .cs_step_1 .item + .item::after {
    border-color: var(--co_12) transparent transparent transparent;
}
.cs_step_1 .item .ttl_wrap {
    display: flex;
    margin-bottom: 30px;
}
.cs_step_1 .item .num {
    flex: none;
    display: block;
    margin-right: 20px;
    font-family: "Poppins", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: var(--co_5);
    font-size: 40px;
    line-height: 1;
    z-index: 2;
}

.page-magome .cs_step_1 .item .num {
    color: var(--co_12);
}
.cs_step_1 .item .num::before {
    content: "STEP. ";
    font-size: 18px;
    font-weight: 500;
}

.cs_step_1 .item .ttl {
    padding-top: 8px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}

.cs_step_1 .item .content {
    display: flex;
    justify-content: space-between;
}

.cs_step_1 .item .content .block {
    flex: auto;
    width: auto;
}
.cs_step_1 .item .content .block > * + * {
    margin-top: 1.5em;
}
.cs_step_1 .item .content .block:nth-of-type(2) {
    flex: none;
    width: 25%;
    margin-left: 50px;
}

@media (max-width: 999px) {
    .cs_step_1 .item {
        padding: 0 0 20px;
        min-height: 70px;
    }

    .cs_step_1 .item .ttl_wrap {
        margin-bottom: 20px;
    }
    .cs_step_1 .item .num {
        margin-right: 10px;
        font-size: 30px;
    }

    .cs_step_1 .item .ttl {
        padding-top: 6px;
        font-size: 16px;
    }

    .cs_step_1 .item .content {
        display: block;
    }

    .cs_step_1 .item .content .block:nth-of-type(2) {
        width: auto;
        margin-left: auto;
        margin-top: 20px;
    }
}

/* ---------------------------------------------------- */
/* cs_qa_1 */
/* ---------------------------------------------------- */
.cs_qa_1 .item {
    border-bottom: 2px solid var(--co_6);
}

.cs_qa_1 .item .ttl {
    padding: 30px 100px 30px 80px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    position: relative;
    color: var(--co_3);
    line-height: 1.4;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.cs_qa_1 .item .ttl::before {
    content: "Q";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-52%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-family: "Poppins", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: var(--co_1);
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    background-color: var(--co_5);
    border-radius: 100%;
}

.page-magome .cs_qa_1 .item .ttl::before {
    background-color: var(--co_12);
}

.cs_qa_1 .item .ttl i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 30px;
    height: 30px;
    transition: 0.3s ease-in-out;
    border-radius: 50%;
}

.cs_qa_1 .item .ttl i::before,
.cs_qa_1 .item .ttl i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background-color: var(--co_6);
    transition: 0.3s ease-in-out;
}

.cs_qa_1 .item .ttl i::before {
    width: 2px;
    height: 20px;
}

.cs_qa_1 .item .ttl.is_show i::before {
    opacity: 0;
}

.cs_qa_1 .item .ttl i::after {
    width: 20px;
    height: 2px;
}

.cs_qa_1 .item .content {
    position: relative;
    display: none;
    padding: 28px 30px 25px 80px;
    background-color: var(--co_8);
    overflow: hidden;
}

.cs_qa_1 .item .content::before {
    content: "A";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-52%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-family: "Poppins", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: var(--co_5);
    font-size: 24px;
    line-height: 1;
    background-color: var(--co_1);
    border: 1px solid var(--co_5);
    border-radius: 100%;
}

.page-magome .cs_qa_1 .item .content::before {
    color: var(--co_12);
    border: 1px solid var(--co_12);
}

.cs_qa_1 .item .content > * + * {
    margin-top: 1.5em;
}

@media (max-width: 999px) {
    .cs_qa_1 .item {
    }

    .cs_qa_1 .item .ttl {
        padding: 15px 50px 15px 50px;
        font-size: 15px;
    }

    .cs_qa_1 .item .ttl::before {
        left: 10px;
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .cs_qa_1 .item .ttl i {
        right: 10px;
    }

    .cs_qa_1 .item .content {
        padding: 15px 10px 15px 50px;
    }

    .cs_qa_1 .item .content::before {
        left: 10px;
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
}

/* ---------------------------------------------------- */
/* block */
/* ---------------------------------------------------- */
.wp-block-group {
    position: relative;
    padding: 50px;
}

.wp-block-group::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: var(--co_1);
}

.wp-block-group__inner-container {
    position: relative;
}

.wp-block-group .wp-block-heading + * {
    margin-top: 2em;
}

.wp-block-group__inner-container > * + * {
    margin-top: 1.5em;
}

@media (max-width: 999px) {
    .wp-block-group {
        padding: 40px 20px;
    }
}
/* ---------------------------------------------------- */
/* wp-block-button__link */
/* ---------------------------------------------------- */
.wp-block-button .wp-block-button__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: var(--co_1);
}

.wp-block-button .wp-block-button__link::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--co_1);
    border-right: 2px solid var(--co_1);
    transform: translateY(-50%) rotate(45deg);
    background: none;
}

.wp-block-button.is-arrow-1 .wp-block-button__link::after {
    border-color: var(--co_4);
}

.wp-block-button.is-arrow-2 .wp-block-button__link::after {
    border-color: var(--co_5);
}

.wp-block-button.is-arrow-3 .wp-block-button__link::after {
    border-color: var(--co_12);
}

@media (min-width: 1000px) {
    .wp-block-button .wp-block-button__link:hover {
        opacity: 0.6;
    }
}
@media (max-width: 999px) {
    .wp-block-buttons > .wp-block,
    .wp-block-buttons > .wp-block-button.wp-block-button.wp-block-button.wp-block-button.wp-block-button {
        width: 100%;
    }
    .wp-block-button__width-25 {
        width: 75% !important;
    }
}
