@charset "utf-8";

/* ---------------------------------------------------- */
/* web font */
/* ---------------------------------------------------- */
/* Google font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@00..900&display=swap");

/* ---------------------------------------------------- */
/* cs_ff */
/* ---------------------------------------------------- */
.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_mi_1 {
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.cs_ff_mi_2 {
    font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.cs_ff_en_1 {
    font-family: "Montserrat", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

/* ---------------------------------------------------- */
/* cs_fc */
/* ---------------------------------------------------- */
.cs_fc_1,
.cs_fc_1 a,
a.cs_fc_1 {
    color: var(--co_1);
}
.cs_fc_2,
.cs_fc_2 a,
a.cs_fc_2 {
    color: var(--co_2);
}
.cs_fc_6,
.cs_fc_6 a,
a.cs_fc_6 {
    color: var(--co_6);
}
.cs_fc_7,
.cs_fc_7 a,
a.cs_fc_7 {
    color: var(--co_7);
}

/* ---------------------------------------------------- */
/* cs_ti */
/* ---------------------------------------------------- */
.cs_ti_1 {
    display: inline-block;
    text-indent: -0.5em;
}

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

.cs_fd_sb {
    font-weight: 500;
}

.cs_fd_ul {
    text-decoration: underline;
}

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

.cf {
    display: block;
}

/* ---------------------------------------------------- */
/* pc/sp */
/* ---------------------------------------------------- */

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

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

/* ---------------------------------------------------- */
/* a */
/* ---------------------------------------------------- */
.cs_link_1 {
    text-decoration: underline;
    opacity: 1 !important;
}

.cs_hide {
    opacity: 0.2;
    pointer-events: 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_ta */
/* ---------------------------------------------------- */
.cs_ta_l {
    text-align: left !important;
}

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

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

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

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

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

    .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-in-out;
    }

    .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_link_img */
/* ---------------------------------------------------- */
.cs_link_img {
    display: block;
}

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

/* ---------------------------------------------------- */
/* cs_br_none */
/* ---------------------------------------------------- */
@media (min-width: 1000px) {
    .cs_br_none_pc br {
        display: none;
    }
}

@media (max-width: 999px) {
    .cs_br_none_sp br {
        display: none;
    }
}

/* ---------------------------------------------------- */
/* cs_sec */
/* ---------------------------------------------------- */
.cs_sec_wrap {
    position: relative;
    overflow: hidden;
}
.cs_sec_wrap .sec_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1000px) {
    .cs_sec_wrap .sec_inner {
        width: 100%;
        max-width: 500px;
    }

    .cs_sec_wrap .sec_inner.w1_pc {
        max-width: 100%;
    }
    .cs_sec_wrap .sec_inner.w2_pc {
        max-width: 1100px;
    }
}
@media (max-width: 999px) {
    .cs_sec_wrap .sec_inner {
        width: calc(100% - 30px);
    }
    .cs_sec_wrap .sec_inner.w1_sp {
        width: 100%;
    }
}

/* ---------------------------------------------------- */
/* cs_desc */
/* ---------------------------------------------------- */
.cs_desc_1 {
    text-align: justify;
    word-break: break-all;
    line-height: 2;
}

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

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

/* ---------------------------------------------------- */
/* cs_ul */
/* ---------------------------------------------------- */
.cs_ul_1 {
    list-style: disc;
    padding-left: 1.5em;
    line-height: 1.8;
}

.cs_ul_2 {
    list-style: square;
    padding-left: 1.5em;
    line-height: 1.8;
}

.cs_ul_3 {
    list-style: lower-alpha;
    padding-left: 1.5em;
    line-height: 1.8;
}

.cs_ul_4 {
    list-style: decimal;
    padding-left: 1.5em;
    line-height: 1.8;
}

.cs_ul_5 {
    list-style: "※";
    padding-left: 1.5em;
    line-height: 1.8;
}
.cs_ul_6 {
    list-style: "#";
    padding-left: 0.8em;
    line-height: 1.8;
}

/* ---------------------------------------------------- */
/* cs_btn_1 */
/* ---------------------------------------------------- */
.cs_btn_1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    width: 100%;
    height: 60px;
    color: var(--co_2);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    /* background-color: rgba(255, 255, 255, 0.8); */
    background-color: var(--co_3);
    border-radius: 60px;
    transition: 0.3s ease-in-out;
}
.cs_btn_1::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--co_2);
    border-right: 2px solid var(--co_2);
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s ease-in-out;
}
.cs_btn_1.co_2 {
    color: var(--co_4);
    background-color: var(--co_2);
}
.cs_btn_1.co_2::after {
    border-color: var(--co_4);
}
@media (min-width: 1000px) {
    .cs_btn_1:hover {
        opacity: 0.6;
    }
    .cs_btn_1:hover::after {
        right: 10px;
    }
}
@media (max-width: 999px) {
    .cs_btn_1 {
        height: 50px;
        font-size: 15px;
    }
}
