@charset "utf-8";

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

/* ---------------------------------------------------- */
/* web font */
/* ---------------------------------------------------- */
/* Google font */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&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_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: var(--co_1) !important;
}

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

.cs_fc_3,
.cs_fc_3 a,
a.cs_fc_3 {
    color: var(--co_3) !important;
}

.cs_fc_4,
.cs_fc_4 a,
a.cs_fc_4 {
    color: var(--co_4) !important;
}

.cs_fc_6,
.cs_fc_6 a,
a.cs_fc_6 {
    color: var(--co_6) !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-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_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;
}

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

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

    .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: 90px;
        width: 240px;
    }
}

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

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

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

/* ---------------------------------------------------- */
/* 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 {
    line-height: 1.4;
    text-align: center;
}
.cs_ttl_1 .en {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 40px;
    color: var(--co_6);
    font-size: 60px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.2;
}
.cs_ttl_1 .en::before {
    content: "";
    display: block;
    margin-right: 15px;
    width: 25px;
    height: 40px;
    background-image: url(../img/ico/ttl_1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.cs_ttl_1 .ja {
    display: block;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 999px) {
    .cs_ttl_1 {
        line-height: 1.4;
        text-align: center;
    }
    .cs_ttl_1 .en {
        padding-right: 20px;
        font-size: 40px;
    }
    .cs_ttl_1 .en::before {
        margin-right: 10px;
        width: 20px;
        height: 30px;
    }
    .cs_ttl_1 .ja {
        display: block;
        font-size: 14px;
        font-weight: 500;
    }
}
/* ---------------------------------------------------- */
/* cs_ttl_2 */
/* ---------------------------------------------------- */
.cs_ttl_2 {
    line-height: 1.4;
    text-align: center;
}
.cs_ttl_2 .en {
    display: block;
    color: var(--co_6);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.cs_ttl_2 .ja {
    display: block;
    font-size: 36px;
    font-weight: 500;
}
@media (max-width: 999px) {
    .cs_ttl_2 .en {
        font-size: 12px;
    }
    .cs_ttl_2 .ja {
        font-size: 20px;
    }
}
/* ---------------------------------------------------- */
/* 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 {
    margin-bottom: 100px;
}

.cs_sec_mv_wrap_1 .sec_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 280px;
}

.cs_sec_mv_wrap_1 .img_1 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 1400px;
    height: 100%;
}

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

.cs_sec_mv_wrap_1 .ttl_wrap {
    position: relative;
    line-height: 1.2;
    text-align: center;
}

.cs_sec_mv_wrap_1 .ttl_wrap .en {
    color: var(--co_6);
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

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

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

    .cs_sec_mv_wrap_1 .sec_inner {
        height: 140px;
    }

    .cs_sec_mv_wrap_1 .img_1 > span {
        background-image: url(../img/mv/1_sp.svg);
    }

    .cs_sec_mv_wrap_1 .ttl_wrap .en {
        font-size: 26px;
    }

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

/* ---------------------------------------------------- */
/* cs_sec_breadcrumb_wrap_1 */
/* ---------------------------------------------------- */
.cs_sec_breadcrumb_wrap_1 {
    display: none;
    margin-bottom: 80px;
}

.cs_sec_breadcrumb_wrap_1 .breadcrumb {
    font-size: 12px;
    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 5px;
}

.cs_sec_breadcrumb_wrap_1 .breadcrumb a {
    display: block;
    text-decoration: none;
    color: #000;
}

.cs_sec_breadcrumb_wrap_1 .breadcrumb a:hover {
    text-decoration: underline;
}

.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: 90px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--co_11);
}

.cs_meta_1 .meta {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    line-height: 1;
}

.cs_meta_1 .meta > * + * {
    margin-left: 20px;
}

.cs_meta_1 .date {
    color: var(--co_10);
}

.cs_meta_1 .cat {
    display: none;
    padding: 5px 10px;
    color: var(--co_1);
    font-size: 12px;
    background-color: var(--co_10);
}

.cs_meta_1 .post_ttl {
    font-size: 28px;
    font-weight: 700;
}

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

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

    .cs_meta_1 .meta > * + * {
        margin-left: 10px;
    }

    .cs_meta_1 .cat {
        font-size: 11px;
    }

    .cs_meta_1 .post_ttl {
        font-size: 20px;
    }
}
/* ---------------------------------------------------- */
/* cs_widget_sub_1 */
/* ---------------------------------------------------- */
.cs_widget_sub_1 .ttl_1 {
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid var(--co_11);
}

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

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

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

.cs_widget_sub_1 .list_post_1 .meta > * + * {
    margin-left: 10px;
}

.cs_widget_sub_1 .list_post_1 .meta .date {
    color: var(--co_10);
}

.cs_widget_sub_1 .list_post_1 .meta .cat {
    display: none;
    padding: 5px 10px;
    color: var(--co_1);
    font-size: 12px;
    background-color: var(--co_10);
}

.cs_widget_sub_1 .list_post_1 a {
    position: relative;
    display: block;
    padding: 20px 0;
    color: var(--co_2);
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.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-bottom: 20px;
    border-bottom: 1px solid var(--co_11);
}

.cs_archive_1 > ul > li + li {
    margin-top: 20px;
}

.cs_archive_1 a {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-right: 50px;
    color: var(--co_3);
    text-decoration: none;
    line-height: 1.4;
}

.cs_archive_1 a:hover {
    opacity: 0.6;
}

.cs_archive_1 a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 7px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--co_6);
    border-right: 2px solid var(--co_6);
    transform: rotate(45deg);
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
}

.cs_archive_1 .meta {
    display: flex;
    align-items: center;
    flex: none;
    margin-right: 20px;
    min-width: 140px;
}

.cs_archive_1 .meta > * + * {
    margin-left: 20px;
}

.cs_archive_1 .meta .date {
    color: var(--co_10);
}

.cs_archive_1 .meta .cat {
    display: none;
    padding: 5px 10px;
    color: var(--co_1);
    font-size: 12px;
    background-color: var(--co_10);
}

@media (max-width: 999px) {
    .cs_archive_1 > ul > li {
        padding-bottom: 15px;
    }

    .cs_archive_1 > ul > li + li {
        margin-top: 15px;
    }

    .cs_archive_1 a {
        display: block;
        padding-right: 30px;
    }

    .cs_archive_1 a::after {
        right: 10px;
        top: 12px;
    }

    .cs_archive_1 .meta {
        width: auto;
        margin-bottom: 5px;
    }

    .cs_archive_1 .meta > * + * {
        margin-left: 10px;
    }

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

/* ---------------------------------------------------- */
/* cs_archive_2 */
/* ---------------------------------------------------- */
.cs_archive_2 > ul > li {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--co_11);
}

.cs_archive_2 > ul > li + li {
    margin-top: 10px;
}

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

.cs_archive_2 a:hover {
    opacity: 0.6;
}

.cs_archive_2 .meta {
    display: flex;
    align-items: center;
    flex: none;
    margin-bottom: 5px;
}

.cs_archive_2 .meta > * + * {
    margin-left: 20px;
}

.cs_archive_2 .meta .date {
    color: var(--co_10);
}

.cs_archive_2 .meta .cat {
    display: none;
    padding: 5px 10px;
    color: var(--co_1);
    font-size: 12px;
    background-color: var(--co_10);
}

@media (max-width: 999px) {
    .cs_archive_2 a {
        display: flex;
    }
    .cs_archive_2 .meta {
        margin-bottom: 0;
        margin-right: 20px;
    }
}

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

.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_2);
    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_12);
}

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

.cs_pagination_archive_1 .pagination .dots,
.cs_pagination_archive_1 .pagination .dots:hover {
    color: #c2d678;
    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_2);
    border-right: 2px solid var(--co_2);
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%) rotate(45deg);
}

.cs_pagination_archive_1 .pagination .prev:hover::before,
.cs_pagination_archive_1 .pagination .next:hover::before {
    border-color: var(--co_1);
}

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

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

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

/* ---------------------------------------------------- */
/* cs_businessday_1 */
/* ---------------------------------------------------- */
.cs_businessday_1 table {
    width: 100%;
    border: 2px solid var(--co_14);
    border-top: none;
}

.cs_businessday_1 tr {
}

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

.cs_businessday_1 th {
    border-bottom: 1px solid var(--co_11);
}

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