@charset "utf-8";

/*********************************************************************
*
* ALL
*
*********************************************************************/

/* ---------------------------------------------------- */
/* cs_login */
/* ---------------------------------------------------- */
body:not(.logged-in) .cs_login {
    display: none;
}

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

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

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

.cf {
    display: block;
}

/* ---------------------------------------------------- */
/* 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=EB+Garamond:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");

/* ---------------------------------------------------- */
/* cs_ff */
/* ---------------------------------------------------- */
.cs_ff_en_1 {
    font-family: "EB Garamond", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

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

.cs_ff_min_1 {
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.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_fc */
/* ---------------------------------------------------- */
.cs_fc_1,
.cs_fc_1 a,
a.cs_fc_1 {
    color: #ffffff;
}

.cs_fc_2,
.cs_fc_2 a,
a.cs_fc_2 {
    color: #000000;
}

.cs_fc_3,
.cs_fc_3 a,
a.cs_fc_3 {
    color: #0077ff;
}

.cs_fc_4,
.cs_fc_4 a,
a.cs_fc_4 {
    color: #ff0000;
}

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

.cs_fd_ul {
    text-decoration: underline;
}

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

.cs_link_none {
    pointer-events: none;
}

/* ---------------------------------------------------- */
/* cs_e */
/* ---------------------------------------------------- */
.cs_e_zm {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cs_e_zm > span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%) scale(1.005);
    transition: 0.3s ease-in-out;
}

@media (min-width: 920px) {
    .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 {
        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_zm:hover > span,
    a:hover .cs_e_zm > span {
        transform: translate(-50%, -50%) scale(1.08);
        opacity: 0.7;
    }
}

/* ---------------------------------------------------- */
/* cs_bo */
/* ---------------------------------------------------- */
.cs_bo_1 {
    border: 1px solid #707070;
}

/* ---------------------------------------------------- */
/* cs_link_img */
/* ---------------------------------------------------- */
.cs_link_img {
    display: block;
}

/* ---------------------------------------------------- */
/* cs_scr_sp_1 */
/* ---------------------------------------------------- */
@media (max-width: 919px) {
    .cs_scr_sp_1 {
        margin-right: -20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .cs_scr_sp_1 > * {
        width: 700px !important;
    }
}

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

.cs_yt_1 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* ---------------------------------------------------- */
/* cs_bg */
/* ---------------------------------------------------- */
.cs_bg_img_1 > span {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
}

.cs_bg_1 {
    background-color: #f5f5f5;
}

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

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

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

.cs_ta_j {
    text-align: justify !important;
}

/* ---------------------------------------------------- */
/* cs_pd */
/* ---------------------------------------------------- */
.cs_pd_none {
    padding: 0 !important;
}

.cs_pd_t_none {
    padding-top: 0 !important;
}

.cs_pd_b_none {
    padding-bottom: 0 !important;
}

/* ---------------------------------------------------- */
/* cs_mg */
/* ---------------------------------------------------- */
.cs_mg_lr_auto {
    margin-left: auto;
    margin-right: auto;
}

.cs_mg_auto > * + * {
    margin-top: 40px;
}

.cs_mg_none {
    margin: 0 !important;
}

.cs_mg_t_none {
    margin-top: 0 !important;
}

.cs_mg_t_xs {
    margin-top: 10px !important;
}

.cs_mg_t_s {
    margin-top: 20px !important;
}

.cs_mg_t_m {
    margin-top: 40px !important;
}

.cs_mg_t_l {
    margin-top: 80px !important;
}

.cs_mg_t_xl {
    margin-top: 140px !important;
}

.cs_mg_b_none {
    margin-bottom: 0 !important;
}

.cs_mg_b_xs {
    margin-bottom: 10px !important;
}

.cs_mg_b_s {
    margin-bottom: 20px !important;
}

.cs_mg_b_m {
    margin-bottom: 40px !important;
}

.cs_mg_b_l {
    margin-bottom: 80px !important;
}

.cs_mg_b_xl {
    margin-bottom: 140px !important;
}

@media (max-width: 919px) {
    .cs_mg_auto > * + * {
        margin-top: 30px;
    }

    .cs_mg_t_xs {
        margin-top: 10px !important;
    }

    .cs_mg_t_s {
        margin-top: 15px !important;
    }

    .cs_mg_t_m {
        margin-top: 30px !important;
    }

    .cs_mg_t_l {
        margin-top: 60px !important;
    }

    .cs_mg_t_xl {
        margin-top: 90px !important;
    }

    .cs_mg_b_xs {
        margin-bottom: 10px !important;
    }

    .cs_mg_b_s {
        margin-bottom: 15px !important;
    }

    .cs_mg_b_m {
        margin-bottom: 30px !important;
    }

    .cs_mg_b_l {
        margin-bottom: 60px !important;
    }

    .cs_mg_b_xl {
        margin-bottom: 90px !important;
    }
}

/* ---------------------------------------------------- */
/* cs_spacer */
/* ---------------------------------------------------- */
.cs_spacer_1 {
    display: block;
    pointer-events: none;
}

@media (max-width: 767px) {
    .cs_spacer_1 {
        zoom: 0.6;
    }
}

/* ---------------------------------------------------- */
/* cs_w */
/* ---------------------------------------------------- */
@media (min-width: 920px) {
    .cs_w_pc_1,
    .cs_w_pc_2,
    .cs_w_pc_3,
    .cs_w_pc_4,
    .cs_w_pc_5,
    .cs_w_pc_6 {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .cs_w_pc_1 {
        max-width: 800px;
    }

    .cs_w_pc_2 {
        max-width: 900px;
    }

    .cs_w_pc_3 {
        max-width: 1000px;
    }

    .cs_w_pc_4 {
        max-width: 1100px;
    }

    .cs_w_pc_5 {
        max-width: 1200px;
    }

    .cs_w_pc_6 {
        max-width: 1300px;
    }

    .cs_w_pc_50p {
        max-width: 50%;
    }

    .cs_w_full_pc_1 {
        margin-right: calc(50% - 50vw) !important;
        margin-left: calc(50% - 50vw) !important;
    }

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

@media (max-width: 919px) {
    .cs_w_sp_1,
    .cs_w_sp_2,
    .cs_w_sp_3 {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .cs_w_sp_1 {
        max-width: calc(100% - 80px);
    }

    .cs_w_sp_2 {
        max-width: calc(100% - 40px);
    }

    .cs_w_sp_3 {
        max-width: calc(100% - 20px);
    }

    .cs_w_full_sp_1 {
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        width: 100vw !important;
    }

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

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

.cs_sec_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 920px) {
    .cs_sec_wrap {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .cs_sec_inner_w_pc_1 {
        width: 100%;
    }

    .cs_sec_inner_w_pc_2 {
        width: calc(100% - 200px);
    }

    .cs_sec_inner_w_pc_3 {
        width: calc(100% - 100px);
    }

    .cs_sec_inner_w_pc_4 {
        width: calc(100% - 100px);
        max-width: 800px;
    }

    .cs_sec_inner_w_pc_5 {
        width: calc(100% - 100px);
        max-width: 900px;
    }

    .cs_sec_inner_w_pc_6 {
        width: calc(100% - 100px);
        max-width: 1000px;
    }

    /* default */
    .cs_sec_inner_w_pc_7 {
        width: calc(100% - 100px);
        max-width: 1100px;
    }

    .cs_sec_inner_w_pc_8 {
        width: calc(100% - 100px);
        max-width: 1200px;
    }

    .cs_sec_inner_w_pc_9 {
        width: calc(100% - 100px);
        max-width: 1300px;
    }

    .cs_sec_inner_w_pc_10 {
        width: calc(100% - 100px);
        max-width: 1400px;
    }
}

@media (min-width: 920px) and (max-width: 1440px) {
    .cs_sec_inner_w_pc_2 {
        width: calc(100% - 100px);
    }
}

@media (max-width: 919px) {
    .cs_sec_wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .cs_sec_inner_w_sp_1 {
        width: 100%;
    }

    .cs_sec_inner_w_sp_2 {
        width: calc(100% - 80px);
    }

    /* default */
    .cs_sec_inner_w_sp_3 {
        width: calc(100% - 40px);
    }
}

/* ---------------------------------------------------- */
/* cs_withside_wrap_1 */
/* ---------------------------------------------------- */
@media (min-width: 920px) {
    .cs_withside_wrap_1 {
        display: flex;
        justify-content: space-between;
    }

    .cs_withside_wrap_1 .main_wrap {
        flex: none;
        width: 800px;
    }

    .cs_withside_wrap_1 .side_wrap {
        flex: none;
        width: 200px;
    }
}

@media (max-width: 919px) {
    /* .cs_withside_wrap_1 .side_wrap {
        margin-top: 60px;
    } */
}

/* ---------------------------------------------------- */
/* cs_nav_2 */
/* ---------------------------------------------------- */
.cs_nav_2 {
    font-size: 1.6rem;
}

.cs_nav_2 .ttl {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 4px solid #cccccc;
}

.cs_nav_2 .ttl::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 60px;
    height: 4px;
    background-color: #00479d;
}

.cs_nav_2 * + .ttl {
    margin-top: 50px;
}

.cs_nav_2 .list_acco_1 > li {
    position: relative;
}

.cs_nav_2 .list_acco_1 > li > a {
    position: relative;
    display: block;
    padding: 10px 35px 10px 0;
    line-height: 1.2;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.cs_nav_2 .list_acco_1 > li > i {
    position: absolute;
    right: 10px;
    top: 12px;
    display: block;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.cs_nav_2 .list_acco_1 > li > i::before,
.cs_nav_2 .list_acco_1 > li > i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background-color: #000;
    transition: 0.3s ease-in-out;
}

.cs_nav_2 .list_acco_1 > li > i::before {
    width: 2px;
    height: 16px;
}

.cs_nav_2 .list_acco_1 > li > i::after {
    width: 16px;
    height: 2px;
}

.cs_nav_2 .list_acco_1 > li.is_children_show > i::before {
    opacity: 0;
}

.cs_nav_2 .list_acco_1 .children {
    display: none;
}

.cs_nav_2 .list_acco_1 .children a {
    position: relative;
    display: block;
    padding: 10px;
    line-height: 1.2;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.cs_nav_2 .list_noneacco_1 a {
    position: relative;
    display: block;
    padding: 10px 0 10px 0;
    line-height: 1.2;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

@media (min-width: 920px) {
    .cs_nav_2 .toggle_blogmenu_wrap {
        display: block !important;
    }

    .cs_nav_2 a:hover {
        opacity: 0.6;
    }
}

@media (max-width: 919px) {
    .cs_nav_2 {
    }

    .btn_toggle_blogmenu {
        position: fixed;
        left: 0;
        top: 70px;
        display: block;
        padding: 0 20px;
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: none !important;
        background-color: #1e4bb1;
        z-index: 210;
    }

    .btn_toggle_blogmenu.is_show {
        top: 0;
        background-color: transparent;
    }

    .btn_toggle_blogmenu::before {
        content: "ブログメニュー";
        color: #fff;
    }

    .btn_toggle_blogmenu.is_show::before {
        content: "";
    }

    .btn_toggle_blogmenu i {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 14px;
        height: 14px;
        cursor: pointer;
        transition: 0.3s ease-in-out;
    }

    .btn_toggle_blogmenu.is_show i {
        transform: translateY(-50%) rotate(45deg);
    }

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

    .btn_toggle_blogmenu i::before {
        width: 2px;
        height: 16px;
    }

    .btn_toggle_blogmenu i::after {
        width: 16px;
        height: 2px;
    }

    .cs_nav_2 .toggle_blogmenu_wrap {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #1e4bb1;
        height: 100vh;
        color: #fff;
        z-index: 200;
    }

    .cs_nav_2 .toggle_blogmenu_wrap_inner {
        margin-top: 40px;
        padding: 20px;
        height: calc(100% - 40px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .cs_nav_2 a {
        color: #fff;
        border-bottom: 1px solid #fff;
    }

    .cs_nav_2 .ttl {
        position: relative;
        padding: 10px 0 10px;
        margin-bottom: 0;
        border-top: 3px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .cs_nav_2 .ttl::after {
        display: none;
    }

    .cs_nav_2 * + .ttl {
        margin-top: 0;
    }

    .cs_nav_2 .list_acco_1 > li {
        position: relative;
    }

    .cs_nav_2 .list_acco_1 > li > i::before,
    .cs_nav_2 .list_acco_1 > li > i::after {
        background-color: #fff;
    }

    .cs_nav_2 .list_acco_1 > li > i::before {
        width: 2px;
        height: 16px;
    }

    .cs_nav_2 .list_acco_1 > li > i::after {
        width: 16px;
        height: 2px;
    }

    .cs_nav_2 .list_acco_1 > li.is_children_show > i::before {
        opacity: 0;
    }

    .cs_nav_2 .list_acco_1 > li > a {
        padding: 10px 85px 10px 20px;
    }

    .cs_nav_2 .list_acco_1 .children {
        display: none;
    }

    .cs_nav_2 .list_acco_1 .children a {
        padding: 10px 0 10px 30px;
    }

    .cs_nav_2 .list_noneacco_1 a {
        padding: 10px 0 10px 20px;
    }
}

/* ---------------------------------------------------- */
/* cs_btn_wrap_1 */
/* ---------------------------------------------------- */
@media (min-width: 920px) {
    .cs_btn_wrap_1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cs_btn_wrap_1 a + a {
        margin-left: 50px;
    }
}

@media (max-width: 919px) {
    .cs_btn_wrap_1 {
        display: block;
    }

    .cs_btn_wrap_1 a {
        margin-left: auto;
        margin-right: auto;
    }

    .cs_btn_wrap_1 a + a {
        margin-top: 20px;
    }
}

/* ---------------------------------------------------- */
/* cs_btn_wrap_2 */
/* ---------------------------------------------------- */
@media (min-width: 920px) {
    .cs_btn_wrap_2 a + a {
        margin-top: 20px;
    }
}

@media (max-width: 919px) {
    .cs_btn_wrap_2 a + a {
        margin-top: 10px;
    }
}

/* ---------------------------------------------------- */
/* cs_btn_1 */
/* ---------------------------------------------------- */
.cs_btn_1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 55px;
    min-width: 310px;
    width: max-content;
    height: 55px;
    line-height: 1.4;
    border: 1px solid #000;
    background-color: #fff;
}

.cs_btn_ul_1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.cs_btn_ico_1_r i {
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    width: 25px;
    height: 0;
    border-bottom: 1px solid #000;
    transition: 0.3s ease-in-out;
}

.cs_btn_ico_1_r i::before {
    content: "";
    position: absolute;
    right: 0;
    top: -2px;
    display: block;
    width: 10px;
    height: 0;
    border-bottom: 1px solid #000;
    transform: rotate(30deg);
    transition: 0.3s ease-in-out;
}

.cs_btn_ico_2 span::before {
    content: "VIEW MORE";
}

.is_show .cs_btn_ico_2 span::before {
    content: "CLOSE";
}

.cs_btn_ico_2 i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 12px;
    transition: 0.3s ease-in-out;
}

.cs_btn_ico_2 i::before,
.cs_btn_ico_2 i::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #000;
    transition: 0.3s ease-in-out;
}

.cs_btn_ico_2 i::before {
    left: 0;
    top: 5px;
    width: 12px;
    height: 2px;
}

.cs_btn_ico_2 i::after {
    left: 5px;
    top: 0;
    width: 2px;
    height: 12px;
}

.is_show .cs_btn_ico_2 i::after {
    opacity: 0;
}

@media (min-width: 920px) {
    .cs_btn_1:hover {
        color: #fff;
        background-color: #000;
    }

    .cs_btn_ico_1_r:hover i,
    .cs_btn_ico_1_r:hover i::before {
        border-color: #fff;
    }

    .cs_btn_ico_2:hover i::before,
    .cs_btn_ico_2:hover i::after {
        background-color: #fff;
    }
}

@media (max-width: 919px) {
    .cs_btn_1 {
        min-width: 250px;
        height: 45px;
        font-size: 1.2rem;
    }
}

/* ---------------------------------------------------- */
/* cs_btn_2 */
/* ---------------------------------------------------- */
.cs_btn_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
    min-width: 150px;
    width: max-content;
    height: 50px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 25px;
    background-color: #004bb1;
}

@media (min-width: 920px) {
    .cs_btn_2:hover {
        background-color: #000;
    }
}

/* ---------------------------------------------------- */
/* cs_btn_3 */
/* ---------------------------------------------------- */
.cs_btn_3 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 50px 0 20px;
    max-width: 550px;
    width: 100%;
    height: 56px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    background-color: #fff;
    border: 1px solid #000;
}

.cs_btn_3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 10px;
    height: 100%;
    background-color: #1d4bb1;
}

.cs_btn_3 i {
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    width: 25px;
    height: 0;
    border-bottom: 1px solid #000;
    transition: 0.3s ease-in-out;
}

.cs_btn_3 i::before {
    content: "";
    position: absolute;
    right: 0;
    top: -2px;
    display: block;
    width: 10px;
    height: 0;
    border-bottom: 1px solid #000;
    transform: rotate(30deg);
    transition: 0.3s ease-in-out;
}

@media (min-width: 920px) {
    .cs_btn_3:hover {
        background-color: #efefef;
    }
}

@media (max-width: 919px) {
    .cs_btn_3 {
        padding: 0 50px 0 15px;
        max-width: none;
        height: 50px;
        font-size: 1.3rem;
    }

    .cs_btn_3::before {
        width: 5px;
    }
}

/* ---------------------------------------------------- */
/* cs_archive_news_item_1 */
/* ---------------------------------------------------- */
.cs_archive_news_item_1 a {
    position: relative;
    display: block;
    line-height: 1.66;
}

.cs_archive_news_item_1 .img {
    margin-bottom: 10px;
    background-color: #fff;
}

.cs_archive_news_item_1 .img > span {
    padding-top: 66%;
    background-image: url(../img/thumb/blank_1.svg);
}

.cs_archive_news_item_1 .date {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 10px 0;
    font-size: 1.2rem;
    line-height: 24px;
    writing-mode: vertical-rl;
    background-color: #fff;
}

.cs_archive_news_item_1 .ttl {
    height: calc(1.66em * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cs_archive_news_item_1 .cat {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.cs_archive_news_item_1 .cat > span {
    display: block;
    color: #fff;
    margin-right: 5px;
    padding: 0 5px;
    font-size: 1.2rem;
    line-height: 20px;
    background-color: #144bb1;
}

.cs_archive_news_item_1 .cat > span.new {
    display: none;
    background-color: #000;
}

.cs_archive_news_item_1.new .cat > span.new {
    display: block;
}

.cs_archive_news_item_1 .cat > span.new::before {
    content: "NEW";
}

.cs_archive_news_item_1 .ico {
    display: none;
}

@media (max-width: 919px) {
    .cs_archive_news_item_1 .img {
        margin-bottom: 5px;
    }

    .cs_archive_news_item_1 .date {
        padding: 5px 0;
        font-size: 1.1rem;
        line-height: 20px;
    }

    .cs_archive_news_item_1 .ttl {
        font-size: 1.2rem;
    }

    .cs_archive_news_item_1 .cat {
        margin-top: 5px;
    }
}

/* ---------------------------------------------------- */
/* cs_archive_news_item_2 */
/* ---------------------------------------------------- */
.cs_archive_news_item_2 a {
    position: relative;
    display: flex;
    line-height: 1.66;
}

.cs_archive_news_item_2 .img {
    flex: none;
    margin-right: 40px;
    width: 100%;
    max-width: 300px;
}

.cs_archive_news_item_2 .img > span {
    padding-top: 66%;
    background-image: url(../img/thumb/blank_1.svg);
}

.cs_archive_news_item_2 .meta {
    margin-bottom: 10px;
}

.cs_archive_news_item_2 .meta .cat {
    display: inline-block;
}

.cs_archive_news_item_2 .meta .cat > span {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    line-height: 1;
    background-color: #00479d;
}

.cs_archive_news_item_2 .meta .date {
    display: inline-block;
    padding: 5px 10px;
    line-height: 1;
}

.cs_archive_news_item_2 .ttl {
    font-size: 2rem;
    line-height: 1.4;
}

.cs_archive_news_item_2 .tag {
    margin-top: 15px;
}

.cs_archive_news_item_2 .tag > span {
    display: inline-block;
    margin-right: 10px;
    padding: 3px 10px;
    background-color: #e2ebf5;
    border-radius: 20px;
}

.cs_archive_news_item_2 .tag > span::before {
    content: "#";
}

.cs_archive_news_item_2 .desc {
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cs_archive_news_item_2 .ico {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-style: normal;
    letter-spacing: 0.05em;
}

.cs_archive_news_item_2 .ico::before {
    content: "VIEW MORE";
}

.cs_archive_news_item_2 .ico::after {
    content: "";
    display: block;
    margin-left: 10px;
    width: 20px;
    height: 10px;
    background-image: url(../img/ico/arrow_2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 919px) {
    .cs_archive_news_item_2 a {
        display: block;
    }

    .cs_archive_news_item_2 .img {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
        max-width: none;
    }

    .cs_archive_news_item_2 .meta {
        margin-bottom: 10px;
        font-size: 1.2rem;
    }

    .cs_archive_news_item_2 .ttl {
        font-size: 1.6rem;
    }

    .cs_archive_news_item_2 .tag {
        margin-top: 10px;
    }

    .cs_archive_news_item_2 .tag > span {
        margin-right: 5px;
        font-size: 1.2rem;
    }

    .cs_archive_news_item_2 .ico {
        margin-top: 10px;
        font-size: 1.2rem;
    }
}

/* ---------------------------------------------------- */
/* cs_archive_club_item_1 */
/* ---------------------------------------------------- */
.cs_archive_club_item_1 .img {
    margin-bottom: 20px;
}

.cs_archive_club_item_1 .img > span {
    padding-top: 66%;
    background-image: url(../img/thumb/blank_1.svg);
}

.cs_archive_club_item_1 .ttl {
    font-size: 2rem;
    line-height: 1.4;
}

.cs_archive_club_item_1 .desc {
    margin-top: 15px;
}

@media (max-width: 919px) {
    .cs_archive_club_item_1 .img {
        margin-bottom: 10px;
    }

    .cs_archive_club_item_1 .ttl {
        font-size: 1.6rem;
    }

    .cs_archive_club_item_1 .desc {
        margin-top: 5px;
        font-size: 1.2rem;
    }
}

/* ---------------------------------------------------- */
/* cs_pagination_single_1 */
/* ---------------------------------------------------- */
.cs_pagination_single_1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.cs_pagination_single_1 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    width: 180px;
    height: 40px;
    color: #00479d;
    font-size: 1.6rem;
    line-height: 1;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
}

.cs_pagination_single_1 .prev::before,
.cs_pagination_single_1 .next::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../img/ico/arrow_1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.cs_pagination_single_1 .prev:before {
    margin-right: 10px;
    transform: scale(-1, 1);
}

.cs_pagination_single_1 .next:after {
    margin-left: 10px;
}

.cs_pagination_single_1 div.prev,
.cs_pagination_single_1 div.next {
    width: 180px;
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 920px) {
    .cs_pagination_single_1 a:hover {
        line-height: 1;
        background-color: #cfe3fc;
    }
}

@media (max-width: 919px) {
    .cs_pagination_single_1 {
        margin-top: 40px;
    }

    .cs_pagination_single_1 a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        width: 120px;
        height: 30px;
        color: #00479d;
        font-size: 1.1rem;
        border-radius: 15px;
    }

    .cs_pagination_single_1 .prev::before,
    .cs_pagination_single_1 .next::after {
        width: 12px;
        height: 12px;
    }

    .cs_pagination_single_1 .prev:before {
        margin-right: 5px;
    }

    .cs_pagination_single_1 .next:after {
        margin-left: 5px;
    }

    .cs_pagination_single_1 div.prev,
    .cs_pagination_single_1 div.next {
        width: 120px;
    }
}

/* ---------------------------------------------------- */
/* cs_pagination_archive_1 */
/* ---------------------------------------------------- */
.cs_pagination_archive_1 .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.cs_pagination_archive_1 .pagination .page-numbers {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    color: #00479d;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
}

.cs_pagination_archive_1 .pagination .page-numbers:hover,
.cs_pagination_archive_1 .pagination .current {
    background-color: #cfe3fc;
}

.cs_pagination_archive_1 .pagination .dots,
.cs_pagination_archive_1 .pagination .dots:hover {
    color: #191919;
    background-color: transparent;
    border: 1px solid #fff;
}

.cs_pagination_archive_1 .pagination .prev:before,
.cs_pagination_archive_1 .pagination .next:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../img/ico/arrow_1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

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

.cs_pagination_archive_1 .pagination .next:before {
}

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

    .cs_pagination_archive_1 .pagination .page-numbers {
        margin: 0 5px;
        width: 30px;
        height: 30px;
        font-size: 1.1rem;
        line-height: 30px;
    }

    .cs_pagination_archive_1 .pagination .prev:before,
    .cs_pagination_archive_1 .pagination .next:before {
        width: 12px;
        height: 12px;
    }
}

/* ---------------------------------------------------- */
/* cs_slick_1 */
/* ---------------------------------------------------- */
.cs_slick_1 {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.cs_slick_1 .slick-next,
.cs_slick_1 .slick-prev {
    position: absolute;
    top: calc(50% - 60px);
    display: block;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    outline: 0;
    z-index: 10;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
}

.cs_slick_1 .slick-next {
    right: 0;
}

.cs_slick_1 .slick-prev {
    left: 0;
    transform: scaleX(-1);
}

.cs_slick_1 .slick-prev:before,
.cs_slick_1 .slick-next:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translate(-80%, -50%) rotate(45deg);
    transition: 0.3s ease-in-out;
}

.cs_slick_1 .slick-dots {
    position: absolute;
    left: 0;
    bottom: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.cs_slick_1 .slick-dots li {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.cs_slick_1 .slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    transition: 0.3s ease-in-out;
}

.cs_slick_1 .slick-dots button:hover,
.cs_slick_1 .slick-dots button:focus {
    outline: none;
}

.cs_slick_1 .slick-dots button:hover:before,
.cs_slick_1 .slick-dots button:focus:before {
    opacity: 1;
}

.cs_slick_1 .slick-dots button:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.cs_slick_1 .slick-dots .slick-active button:before {
    background-color: transparent !important;
}

@media (min-width: 920px) {
    .cs_slick_1 .slick-next:hover,
    .cs_slick_1 .slick-prev:hover {
        background-color: #000;
    }

    .cs_slick_1 .slick-prev:hover::before,
    .cs_slick_1 .slick-next:hover::before {
        border-color: #fff;
    }

    .cs_slick_1 .slick-dots button:hover {
        opacity: 0.6;
    }
}

@media (max-width: 919px) {
    .cs_slick_1 .slick-next,
    .cs_slick_1 .slick-prev {
        top: calc(50% - 50px);
        width: 30px;
        height: 30px;
    }

    .cs_slick_1 .slick-prev:before,
    .cs_slick_1 .slick-next:before {
        width: 10px;
        height: 10px;
    }

    .cs_slick_1 .slick-dots {
        bottom: 20px;
    }
}

/* ---------------------------------------------------- */
/* cs_sec_breadcrumb_wrap_1 */
/* ---------------------------------------------------- */
.cs_sec_breadcrumb_wrap_1 {
    margin-top: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #cccccc;
}

.cs_sec_breadcrumb_wrap_1 .nav_1 > ul {
    display: flex;
}

.cs_sec_breadcrumb_wrap_1 .nav_1 > ul > li {
    display: flex;
    font-size: 1.2rem;
    line-height: 1;
}

.cs_sec_breadcrumb_wrap_1 .nav_1 > ul > li + li:before {
    content: ">";
    margin: 0 10px;
}

.cs_sec_breadcrumb_wrap_1 .nav_1 > ul > li:last-child {
    overflow: hidden;
}

.cs_sec_breadcrumb_wrap_1 .nav_1 a,
.cs_sec_breadcrumb_wrap_1 .nav_1 span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (min-width: 920px) {
    .cs_sec_breadcrumb_wrap_1 .nav_1 a:hover {
        opacity: 0.6;
    }
}

@media (max-width: 919px) {
    .cs_sec_breadcrumb_wrap_1 {
        margin-top: 35px;
        padding: 10px 0;
    }

    .cs_sec_breadcrumb_wrap_1 ul li {
        font-size: 1.1rem;
    }

    .cs_sec_breadcrumb_wrap_1 ul li + li:before {
        margin: 0 5px;
    }
}

/* ---------------------------------------------------- */
/* cs_sec_mv_wrap_1 */
/* ---------------------------------------------------- */
.cs_sec_mv_wrap_1 {
    padding-top: 0;
    padding-bottom: 20px;
}

.cs_sec_mv_wrap_1 .img_1 > span {
    padding-top: 50%;
}

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

@media (max-width: 919px) {
    .cs_sec_mv_wrap_1 .img_1 > span {
        padding-top: 130%;
    }
}

/* ---------------------------------------------------- */
/* cs_sec_othercontent_wrap_1 */
/* ---------------------------------------------------- */
.cs_sec_othercontent_wrap_1 article {
    position: relative;
    padding: 100px 40px;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.cs_sec_othercontent_wrap_1 article + article {
    margin-top: 100px;
}

.cs_sec_othercontent_wrap_1 article .ttl_1 {
    margin-bottom: 30px;
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
}

.cs_sec_othercontent_wrap_1 article .desc_1 {
    margin: 0 auto 30px;
    max-width: 750px;
    font-size: 1.6rem;
}

.cs_sec_othercontent_wrap_1 .advice_wrap {
    background-image: url(../img/othercontent/img_3.jpg);
}

.cs_sec_othercontent_wrap_1 .harassment_wrap {
    background-image: url(../img/othercontent/img_1.jpg);
}

.cs_sec_othercontent_wrap_1 .harassment_wrap .ttl_1::after {
    content: "";
    display: block;
    margin: 30px auto 0;
    width: 1px;
    height: 80px;
    background-color: #fff;
}

.cs_sec_othercontent_wrap_1 .reunion_wrap {
    background-image: url(../img/othercontent/img_2.jpg);
}

@media (max-width: 919px) {
    .cs_sec_othercontent_wrap_1 article {
        padding: 50px 20px;
    }

    .cs_sec_othercontent_wrap_1 article + article {
        margin-top: 40px;
    }

    .cs_sec_othercontent_wrap_1 article .ttl_1 {
        margin-bottom: 20px;
        font-size: 2.6rem;
    }

    .cs_sec_othercontent_wrap_1 article .desc_1 {
        margin: 0 auto 20px;
        max-width: none;
        font-size: 1.3rem;
    }

    .cs_sec_othercontent_wrap_1 .harassment_wrap .ttl_1::after {
        margin: 20px auto 0;
        height: 40px;
    }
}

/* ---------------------------------------------------- */
/* cs_sec_news_wrap_1 */
/* ---------------------------------------------------- */
.cs_sec_news_wrap_1 .archive_wrap_1 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -40px;
    margin-bottom: -40px;
}
.cs_sec_news_wrap_1 .archive_wrap_1 > ul > li {
    margin-right: 40px;
    margin-bottom: 40px;
    width: calc(33.33% - 40px);
}

.cs_sec_news_wrap_1 .btn_wrap_1 {
    margin-top: 40px;
}

@media (max-width: 919px) {
    .cs_sec_news_wrap_1 .archive_wrap_1 > ul {
        margin-right: -20px;
        margin-bottom: -30px;
    }
    .cs_sec_news_wrap_1 .archive_wrap_1 > ul > li {
        margin-right: 20px;
        margin-bottom: 30px;
        width: calc(50% - 20px);
    }

    .cs_sec_news_wrap_1 .btn_wrap_1 {
        margin-top: 40px;
    }
}

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

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

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

/* ---------------------------------------------------- */
/* cs_ttl_1 */
/* ---------------------------------------------------- */
.cs_ttl_1 {
    margin-bottom: 60px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
}

.cs_ttl_1 .en {
    display: block;
    font-size: 5rem;
}

.cs_ttl_1 .ja {
    display: block;
    font-size: 2rem;
}

.cs_ttl_1 .ja::before {
    content: "";
    display: block;
    margin: 10px auto 15px;
    width: 25px;
    height: 1px;
    background-color: #000;
}

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

    .cs_ttl_1 .en {
        font-size: 3rem;
    }

    .cs_ttl_1 .ja {
        margin: 5px auto 10px;
        font-size: 1.6rem;
    }
}

/* ---------------------------------------------------- */
/* cs_ttl_2 */
/* ---------------------------------------------------- */
.cs_ttl_2 {
    margin-bottom: 60px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
}

.cs_ttl_2 .ja {
    display: block;
    padding: 5px 10px;
    margin: 0 auto 20px;
    width: max-content;
    color: #fff;
    font-size: 2rem;
    background-color: #d0c171;
}

.cs_ttl_2 .en {
    display: block;
    font-size: 3.4rem;
}

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

    .cs_ttl_2 .ja {
        margin: 0 auto 10px;
        font-size: 1.4rem;
    }

    .cs_ttl_2 .en {
        font-size: 2.4rem;
    }
}

/* ---------------------------------------------------- */
/* cs_ttl_3 */
/* ---------------------------------------------------- */
.cs_ttl_3 {
    margin-bottom: 20px;
    font-size: 3rem;
    line-height: 1.4;
    text-align: center;
}

@media (max-width: 919px) {
    .cs_ttl_3 {
        font-size: 2rem;
    }
}

/* ---------------------------------------------------- */
/* cs_ttl_4 */
/* ---------------------------------------------------- */
.cs_ttl_4 {
    padding-left: 10px;
    margin-bottom: 40px;
    font-size: 2.6rem;
    line-height: 1.4;
    border-left: 10px solid #00479d;
}

@media (max-width: 919px) {
    .cs_ttl_4 {
        font-size: 2rem;
    }
}

/* ---------------------------------------------------- */
/* 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 {
    line-height: 1.8;
}

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

.cs_ul_6 > li::before {
    content: "■";
    position: absolute;
    left: 0;
    top: 0;
    color: #00479d;
}

/* ---------------------------------------------------- */
/* cs_table_1 */
/* ---------------------------------------------------- */
.cs_table_1 {
    position: relative;
    width: 100%;
}

.cs_table_1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    pointer-events: none;
}

.cs_table_1 th,
.cs_table_1 td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #707070;
}

.cs_table_1 th {
    padding: 10px 10px;
}

.cs_table_1 td {
    padding: 10px 10px;
}

/* co_1 */
.cs_table_1 .co_1 {
    background-color: #fff;
}

.cs_table_1 .co_2 {
    background-color: #efefef;
}

.cs_table_1 .co_3 {
    background-color: #e3e3e3;
}

.cs_table_1 .co_4 {
    color: #fff;
    background-color: #1d4bb1;
}

/* bc */
.cs_table_1.bc_1 th,
.cs_table_1.bc_1 td {
    border-color: #707070;
}

.cs_table_1.bc_2::after {
    border-color: #707070;
}

.cs_table_1.bc_2 th,
.cs_table_1.bc_2 td {
    border-color: #fff;
}

@media (max-width: 919px) {
    .cs_table_1 {
        font-size: 1.2rem;
    }

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

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

/* ---------------------------------------------------- */
/* cs_clms_wrap_1 */
/* ---------------------------------------------------- */
@media (min-width: 920px) {
    .cs_clms_wrap_1 {
        display: flex;
        justify-content: space-between;
    }

    .cs_clms_wrap_1 > .clm_wrap {
        flex: none;
        width: calc(50% - 30px);
    }
}

@media (max-width: 919px) {
    .cs_clms_wrap_1 > .clm_wrap + .clm_wrap {
        margin-top: 30px;
    }
}

/* ---------------------------------------------------- */
/* cs_msgblank */
/* ---------------------------------------------------- */
.cs_msgblank_1 {
    padding: 120px 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 919px) {
    .cs_msgblank_1 {
        padding: 60px 0;
        font-size: 1.3rem;
    }
}
