@charset "utf-8";

/*********************************************************************
*
*  For ALL
*
*********************************************************************/

/* ---------------------------------------------------- */
/* web font */
/* ---------------------------------------------------- */
/* Google font */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&display=swap');

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

/* ---------------------------------------------------- */
/* cs_ff */
/* ---------------------------------------------------- */
.cs_ff_go {
    font-family: 'M PLUS 1p', "游ゴシック体", "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: #FFF !important;
}

.cs_fc_2,
.cs_fc_2 a,
a.cs_fc_2 {
    color: #000 !important;
}

.cs_fc_3,
.cs_fc_3 a,
a.cs_fc_3 {
    color: #333 !important;
}

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

.cs_fd_u {
    text-decoration: underline;
}

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

/* ---------------------------------------------------- */
/* cs_e_op */
/* ---------------------------------------------------- */
@media (min-width: 768px) {
    .cs_e_op:hover {
        opacity: 0.6;
    }

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

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

.cf {
    display: block;
}

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

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

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

/* ---------------------------------------------------- */
/* cs_link_none */
/* ---------------------------------------------------- */
.cs_link_none {
    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;
}

@media (min-width: 768px) {
    .cs_ta_l_pc {
        text-align: left !important;
    }

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

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

/* ---------------------------------------------------- */
/* cs_ul_1 */
/* ---------------------------------------------------- */
.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: decimal;
    padding-left: 1.5em;
    line-height: 1.8;
}


.cs_ul_4>li {
    position: relative;
    padding-left: 1.5em;
}

.cs_ul_4>li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

/* ---------------------------------------------------- */
/* cs_sec */
/* ---------------------------------------------------- */
.cs_sec_wrap {
    position: relative;
}

.cs_sec_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    z-index: 2;
}

@media (min-width: 768px) {
    .cs_sec_inner {
        width: 1200px;
    }

    .cs_sec_inner_pc_w1 {
        width: 100%;
    }

    .cs_sec_inner_pc_w2 {
        width: 1100px;
    }
}

@media (max-width: 767px) {
    .cs_sec_inner {
        width: calc(100% - 30px);
    }

    .cs_sec_inner_sp_w1 {
        width: 100%;
    }
}

/* ---------------------------------------------------- */
/* cs_w_full */
/* ---------------------------------------------------- */
@media (min-width: 768px) {
    .cs_w_full_pc_1 {
        margin-right: calc(50% - 50vw) !important;
        margin-left: calc(50% - 50vw) !important;
        overflow: hidden;
    }

    .cs_w_full_pc_2 {
        margin-right: calc(50% - 50vw) !important;
        margin-left: calc(50% - 50vw) !important;
        padding-right: calc(50vw - 50%) !important;
        padding-left: calc(50vw - 50%) !important;
        overflow: hidden;
    }
}

/* max-widthをbodymin-widthに */
@media (min-width: 768px) and (max-width: 1220px) {
    .cs_w_full_pc_1 {
        /* marginを（bodymin-width - cs_sec_inner / 2） */
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

    .cs_w_full_pc_2 {
        margin-left: -10px !important;
        margin-right: -10px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 767px) {
    .cs_w_full_sp_1 {
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        width: 100vw !important;
        overflow: hidden;
    }

    .cs_w_full_sp_2 {
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        overflow: hidden;
    }
}

/* ---------------------------------------------------- */
/* cs_desc */
/* ---------------------------------------------------- */
.cs_desc_1 {
    text-align: justify;
    line-height: 1.8;
}

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

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

/* ---------------------------------------------------- */
/* cs_ttl_1 */
/* ---------------------------------------------------- */
.cs_ttl_1 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
}

.cs_ttl_1::before,
.cs_ttl_1::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 50px;
    height: 150px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cs_ttl_1::before {
    left: -80px;
    background-image: url(../img/deco_5.svg);
}

.cs_ttl_1::after {
    right: -80px;
    background-image: url(../img/deco_6.svg);
}

.cs_ttl_1>span {
    margin: 0 auto;
    width: max-content;
    font-weight: 700;
    text-align: center;
}

.cs_ttl_1 .ja {
    display: block;
    font-size: 4.8rem;
    line-height: 1.4;
}
.cs_ttl_1 .ja>span {
    font-size: 5.4rem;
}

.cs_ttl_1 .en {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    color: #F99900;
    font-size: 2.6rem;
    line-height: 1.2;
}

.cs_ttl_1 .en::before,
.cs_ttl_1 .en::after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background-color: #333;
}

.cs_ttl_1 .en::before {
    margin-right: 30px;
}

.cs_ttl_1 .en::after {
    margin-left: 30px;
}

@media (max-width: 767px) {

    .cs_ttl_1::before,
    .cs_ttl_1::after {
        width: 40px;
        height: 120px;
    }

    .cs_ttl_1::before {
        left: -35px;
    }

    .cs_ttl_1::after {
        right: -35px;
    }

    .cs_ttl_1 .ja {
        font-size: 3.0rem;
    }
    .cs_ttl_1 .ja>span {
        font-size: 3.0rem;
    }
    .cs_ttl_1 .en {
        margin-top: 10px;
        font-size: 1.9rem;
    }

    .cs_ttl_1 .en::before,
    .cs_ttl_1 .en::after {
        width: 40px;
        height: 2px;
    }

    .cs_ttl_1 .en::before {
        margin-right: 15px;
    }

    .cs_ttl_1 .en::after {
        margin-left: 15px;
    }
}