@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=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400..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: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.cs_ff_en_2 {
    font-family: "Pacifico", 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_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_fc_4,
.cs_fc_4 a,
a.cs_fc_4 {
    color: var(--co_4) !important;
}

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

@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_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 > span {
    display: block;
    line-height: 1.4;
    text-align: center;
}
.cs_ttl_1 .en {
    margin-bottom: 5px;
    color: var(--co_9);
    font-size: 24px;
}
.cs_ttl_1 .ja {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
@media (max-width: 999px) {
    .cs_ttl_1 .en {
        font-size: 18px;
    }
    .cs_ttl_1 .ja {
        font-size: 22px;
    }
}

/* ---------------------------------------------------- */
/* cs_ttl_2 */
/* ---------------------------------------------------- */
.cs_ttl_2 > span {
    display: block;
    line-height: 1.4;
    text-align: center;
}
.cs_ttl_2 .en {
    color: var(--co_4);
    font-size: 50px;
    font-weight: 700;
}
.cs_ttl_2 .ja {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
@media (max-width: 999px) {
    .cs_ttl_2 .en {
        font-size: 30px;
    }
    .cs_ttl_2 .ja {
        font-size: 20px;
    }
}

/* ---------------------------------------------------- */
/* cs_btn_1 */
/* ---------------------------------------------------- */
.cs_btn_1 {
    display: flex;
    align-items: center;
    max-width: max-content;
    color: var(--co_3);
    line-height: 1.4;
    text-decoration: none;
}
.cs_btn_1::before {
    content: "";
    display: block;
    margin-right: 10px;
    width: 48px;
    height: 48px;
    background-image: url(../img/ico/arrow_2.svg);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: center;
    background-color: var(--co_9);
    border-radius: 100%;
}
@media (max-width: 999px) {
    .cs_btn_1::before {
        width: 30px;
        height: 30px;
    }
}

/* ---------------------------------------------------- */
/* cs_btn_2 */
/* ---------------------------------------------------- */
.cs_btn_2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 400px;
    height: 80px;
    color: var(--co_1);
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    background-color: var(--co_4);
    border-radius: 40px;
}

.cs_btn_2.co_2 {
    background-color: var(--co_5);
}
.cs_btn_2::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url(../img/ico/arrow_2.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 999px) {
    .cs_btn_2 {
        width: auto;
        height: 70px;
    }
}
/* ---------------------------------------------------- */
/* 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-bottom: 40px;
}

.cs_sec_mv_wrap_1 .img_1 {
    padding: 0 40px;
    margin: 0 auto;
    max-width: 1600px;
    height: 240px;
}

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

.cs_sec_mv_wrap_1 .ttl_wrap {
    margin-top: 40px;
    line-height: 1.2;
    text-align: center;
}

.cs_sec_mv_wrap_1 .ttl_wrap .en {
    margin-bottom: 10px;
    color: var(--co_9);
    font-size: 30px;
}

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

@media (max-width: 999px) {
    .cs_sec_mv_wrap_1 {
        padding-bottom: 30px;
    }
    .cs_sec_mv_wrap_1::before {
        display: none;
    }

    .cs_sec_mv_wrap_1 .sec_inner {
        height: auto;
    }

    .cs_sec_mv_wrap_1 .img_1 {
        padding: 0;
        width: 100%;
        height: auto;
    }
    .cs_sec_mv_wrap_1 .img_1 > span {
        padding-top: 35%;
        height: auto;
        border-radius: 0;
    }
    .cs_sec_mv_wrap_1 .ttl_wrap {
        margin-top: 20px;
    }
    .cs_sec_mv_wrap_1 .ttl_wrap .en {
        font-size: 18px;
    }

    .cs_sec_mv_wrap_1 .ttl_wrap .ja {
        font-size: 24px;
    }
}
/* ---------------------------------------------------- */
/* cs_sec_recruit_wrap_1 */
/* ---------------------------------------------------- */
.cs_sec_recruit_wrap_1 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f8f4e4;
    background-image: url(../img/bg/1.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cs_sec_recruit_wrap_1::before,
.cs_sec_recruit_wrap_1::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 260px;
    z-index: 2;
}
.cs_sec_recruit_wrap_1::before {
    left: -200px;
    top: -10px;
    background-image: url(../img/bg/3.svg);
}
.page-template-page-honin .cs_sec_recruit_wrap_1::before,
.page-honin.archive .cs_sec_recruit_wrap_1::before,
.page-honin.single .cs_sec_recruit_wrap_1::before {
    background-image: url(../img/bg/3_b.svg);
}
.page-template-page-bunin .cs_sec_recruit_wrap_1::before,
.page-bunin.archive .cs_sec_recruit_wrap_1::before,
.page-bunin.single .cs_sec_recruit_wrap_1::before {
    background-image: url(../img/bg/3_c.svg);
}
.cs_sec_recruit_wrap_1::after {
    right: -200px;
    bottom: -250px;
    background-image: url(../img/bg/2.svg);
}
.cs_sec_recruit_wrap_1 .ttl_1 {
    margin-bottom: 50px;
}
.page-bunin .cs_sec_recruit_wrap_1 .ttl_1 .en {
    color: var(--co_5);
}
.cs_sec_recruit_wrap_1 .desc_1 {
    margin-bottom: 40px;
    text-align: center;
}
.cs_sec_recruit_wrap_1 .list_1 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -40px;
    margin-bottom: -40px;
}
.cs_sec_recruit_wrap_1 .list_1 > ul > li {
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 10px;
    width: calc(100% / 3 - 40px);
    background-color: var(--co_1);
    border-radius: 20px;
}
.cs_sec_recruit_wrap_1 .list_1 a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--co_3);
    text-decoration: none;
}
.cs_sec_recruit_wrap_1 .list_1 a::before {
    content: "";
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0px 10px 10px;
    border-color: transparent transparent var(--co_9) transparent;
}
.cs_sec_recruit_wrap_1 .list_1 .img {
    flex: none;
    width: 150px;
    border-radius: 10px;
    overflow: hidden;
}

.cs_sec_recruit_wrap_1 .list_1 .ttl {
    flex: auto;
    width: auto;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
@media (min-width: 1000px) and (max-width: 1400px) {
    .cs_sec_recruit_wrap_1::after {
        display: none;
    }
}

@media (max-width: 999px) {
    .cs_sec_recruit_wrap_1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .cs_sec_recruit_wrap_1::before,
    .cs_sec_recruit_wrap_1::after {
        width: 95px;
        height: 65px;
    }
    .cs_sec_recruit_wrap_1::before {
        left: -0;
        top: -5px;
    }
    .cs_sec_recruit_wrap_1::after {
        display: none;
    }
    .cs_sec_recruit_wrap_1 .ttl_1 {
        margin-bottom: 30px;
    }
    .cs_sec_recruit_wrap_1 .desc_1 {
        margin-bottom: 30px;
    }
    .cs_sec_recruit_wrap_1 .list_1 > ul {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
        margin-bottom: -10px;
    }
    .cs_sec_recruit_wrap_1 .list_1 > ul > li {
        margin-right: 0;
        margin-bottom: 10px;
        padding: 10px;
        width: 100%;
    }
    .cs_sec_recruit_wrap_1 .list_1 .img {
        width: 100px;
    }

    .cs_sec_recruit_wrap_1 .list_1 .ttl {
        font-size: 16px;
    }
}

/* ---------------------------------------------------- */
/* cs_sec_breadcrumb_wrap_1 */
/* ---------------------------------------------------- */
.cs_sec_breadcrumb_wrap_1 {
    margin-bottom: 40px;
}

.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);
    text-decoration: none;
}

.page-bunin .cs_sec_breadcrumb_wrap_1 .breadcrumb a {
    color: var(--co_5);
}

.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_4);
    border-radius: 20px;
}

.page-bunin .cs_meta_1 .cat {
    background-color: var(--co_5);
}

.cs_meta_1 .post_ttl {
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e7e7e9;
}

@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 #e7e7e9;
}

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

.cs_widget_sub_1 .list_post_1 li {
    border-bottom: 1px solid #e7e7e9;
}

.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_4);
    border-radius: 20px;
}

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

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

.cs_archive_1 > ul > li {
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e9;
}

.cs_archive_1 a {
    position: relative;
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    line-height: 1.4;
}

.cs_archive_1 .meta {
    display: flex;
    flex: none;
    margin-right: 20px;
    min-width: 100px;
}

.cs_archive_1 .meta .date {
    display: block;
    font-family: "Roboto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #9a713a;
    font-weight: 500;
}

.cs_archive_1 .meta .cat {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    padding: 5px 10px;
    width: 100px;
    color: var(--co_1);
    font-size: 12px;
    line-height: 1;
    text-align: center;
    background-color: var(--co_4);
    border-radius: 4px;
    transform: translateY(-1px);
}
.page-bunin .cs_archive_1 .meta .cat {
    background-color: var(--co_5);
}

.cs_archive_1 .ttl {
    margin-top: 0;
    color: var(--co_3);
    text-decoration: none;
}
@media (min-width: 1000px) {
    .cs_archive_1 a:hover {
        opacity: 0.6;
    }
}

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

    .cs_archive_1 a {
        display: block;
    }

    .cs_archive_1 .meta {
        width: auto;
    }
    .cs_archive_1 .meta .cat {
        margin-right: 10px;
        width: 100px;
        font-size: 11px;
        transform: translateY(-2px);
    }
    .cs_archive_1 .ttl {
        padding-top: 5px;
    }
}
/* ---------------------------------------------------- */
/* 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_3);
    font-family: "Roboto", "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: rgba(214, 205, 181, 0.2);
    border-radius: 100%;
}

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

.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_3);
    border-right: 2px solid var(--co_3);
    transition: 0.3s ease;
    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: 40px;
    }

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

/* ---------------------------------------------------- */
/* cs_businessday_1 */
/* ---------------------------------------------------- */
.cs_businessday_1 table {
    width: 100%;
    font-size: 15px;
    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;
    color: var(--co_4);
}

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

.cs_businessday_1 .note_1 {
    margin-top: 10px;
    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: 10px;
    }
}

/* ---------------------------------------------------- */
/* 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 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    max-width: 100%;
    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-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    color: #9a713a;
    font-weight: 700;
    letter-spacing: 0.1em;
}

h1.wp-block-heading::before,
h2.wp-block-heading::before {
    content: "";
    display: block;
    margin: 0 auto 5px;
    width: 58px;
    height: 58px;
    background-image: url(../img/ico/ttl_1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.page-bunin h1.wp-block-heading::before,
.page-bunin h2.wp-block-heading::before {
    background-image: url(../img/ico/ttl_1_b.svg);
}

h3.wp-block-heading {
    padding: 10px 20px;
    font-size: 28px;
    font-weight: 700;
    background-color: var(--co_6);
}

.page-honin h3.wp-block-heading,
.page-bunin h3.wp-block-heading {
    background-color: var(--co_1);
}

h4.wp-block-heading {
    color: var(--co_4);
    font-size: 24px;
    font-weight: 700;
}

h5.wp-block-heading {
    color: var(--co_4);
    font-size: 20px;
    font-weight: 700;
}

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

.page-bunin h4.wp-block-heading,
.page-bunin h5.wp-block-heading,
.page-bunin h6.wp-block-heading {
    color: var(--co_5);
}

@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;
    }
    h1.wp-block-heading::before,
    h2.wp-block-heading::before {
        width: 50px;
        height: 50px;
    }
    h3.wp-block-heading {
        padding: 10px 10px;
        font-size: 20px;
    }
    h4.wp-block-heading {
        font-size: 20px;
    }
    h5.wp-block-heading {
        font-size: 18px;
    }

    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%;
    background-color: var(--co_1);
}
.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 #f0e9d6;
}
.wp-block-table table th {
    background-color: #d6cdb5;
}

.wp-block-table table .co_1 {
    background-color: #f8f4e4;
}

.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_9);
    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: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: var(--co_1);
    line-height: 1;
    background-color: var(--co_9);
    border-radius: 100%;
}

@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_4);
    border-radius: 5px;
}

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

.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 {
    padding: 50px;
    background-color: var(--co_1);
    border-radius: 40px;
}
.cs_step_1 .item {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #c1c1c1;
}

.cs_step_1 .item + .item {
    margin-top: 30px;
}
.cs_step_1 .item .ttl_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.cs_step_1 .item .num {
    flex: none;
    display: block;
    width: 60px;
    margin-right: 10px;
    font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: var(--co_9);
    font-size: 40px;
    line-height: 1;
    text-align: center;
}

.cs_step_1 .item .num::before {
    content: "STEP";
    display: block;
    font-size: 17px;
}

.cs_step_1 .item .ttl {
    font-size: 24px;
    font-weight: 700;
    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:nth-of-type(2) {
    flex: none;
    width: 300px;
    margin-left: 40px;
}

@media (max-width: 999px) {
    .cs_step_1 {
        padding: 20px;
    }
    .cs_step_1 .item {
        padding-bottom: 20px;
    }

    .cs_step_1 .item + .item {
        margin-top: 20px;
    }
    .cs_step_1 .item .num {
        width: 40px;
        font-size: 20px;
    }

    .cs_step_1 .item .num::before {
        font-size: 12px;
    }
    .cs_step_1 .item .ttl {
        font-size: 18px;
        text-align: center;
    }

    .cs_step_1 .item .content {
        display: block;
        margin-top: 20px;
    }

    .cs_step_1 .item .content .block:nth-of-type(2) {
        width: auto;
        margin-left: auto;
        margin-top: 20px;
    }
}
/* ---------------------------------------------------- */
/* cs_qa_1 */
/* ---------------------------------------------------- */
.cs_qa_1 {
    position: relative;
    padding: 50px 0;
}
.cs_qa_1::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: block;
    width: 200vw;
    height: 100%;
    background-color: var(--co_6);
}

.page-honin .cs_qa_1::before,
.page-bunin .cs_qa_1::before {
    background-color: var(--co_1);
}

.cs_qa_1 .item + .item {
    margin-top: 20px;
}

.cs_qa_1 .item .ttl {
    padding: 20px 80px 20px 60px;
    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);
    background-color: var(--co_1);
    border-radius: 10px;
}

.page-honin .cs_qa_1 .ttl,
.page-bunin .cs_qa_1 .ttl {
    background-color: var(--co_6);
}

.cs_qa_1 .item .ttl::before {
    content: "Q.";
    position: absolute;
    left: 20px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: var(--co_4);
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}

.cs_qa_1 .item .ttl i {
    position: absolute;
    right: 30px;
    top: 18px;
    display: block;
    width: 30px;
    height: 30px;
    transition: 0.3s ease-in-out;
    background-color: var(--co_9);
    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_1);
    transition: 0.3s ease-in-out;
}

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

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

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

.cs_qa_1 .item .content {
    position: relative;
    display: none;
    padding: 20px 20px 20px 60px;
    overflow: hidden;
}

.cs_qa_1 .item .content::before {
    content: "A.";
    position: absolute;
    left: 20px;
    top: 23px;
    font-family: "Roboto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: var(--co_9);
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}

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

@media (max-width: 999px) {
    .cs_qa_1 .item .ttl {
        padding: 15px 50px 15px 40px;
        font-size: 15px;
    }

    .cs_qa_1 .item .ttl::before {
        left: 15px;
        top: 18px;
        font-size: 16px;
    }

    .cs_qa_1 .item .ttl i {
        top: 14px;
        right: 10px;
        width: 24px;
        height: 24px;
    }

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

    .cs_qa_1 .item .content::before {
        left: 10px;
        top: 21px;
        font-size: 16px;
    }
}

/* ---------------------------------------------------- */
/* block */
/* ---------------------------------------------------- */
.wp-block-group {
    position: relative;
    padding: 50px;
    border-radius: 40px;
}
.wp-block-group.is_deco_1::before,
.wp-block-group.is_deco_1::after {
    content: "";
    position: absolute;
    display: block;
    width: 180px;
    height: 150px;
    background-image: url(../../common/img/deco/1_b.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-bunin .wp-block-group.is_deco_1::before,
.page-bunin .wp-block-group.is_deco_1::after {
    background-image: url(../../common/img/deco/1.svg);
}
.wp-block-group.is_deco_1::before {
    right: -160px;
    top: -20px;
}
.wp-block-group.is_deco_1::after {
    left: -160px;
    bottom: -20px;
}

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

.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-group.is_deco_1::before,
    .wp-block-group.is_deco_1::after {
        width: 100px;
        height: 80px;
    }
    .wp-block-group.is_deco_1::before {
        right: -40px;
        top: -20px;
    }
    .wp-block-group.is_deco_1::after {
        left: -40px;
        bottom: -20px;
    }
}
/* ---------------------------------------------------- */
/* wp-block-button__link */
/* ---------------------------------------------------- */
.wp-block-button .wp-block-button__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px !important;
    padding-bottom: 20px !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: 14px;
    height: 14px;
    transform: translateY(-50%);
    background-image: url(../img/ico/arrow_2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.wp-block-button.is-style-outline .wp-block-button__link::after {
    background-image: url(../img/ico/arrow_2_b.svg);
}

.page-bunin .wp-block-button.is-style-outline .wp-block-button__link::after {
    background-image: url(../img/ico/arrow_2_c.svg);
}

.wp-block-button.has-small-font-size .wp-block-button__link::after {
    background-image: url(../img/ico/arrow_1.svg);
}

.wp-block-button.has-small-font-size.is-style-outline .wp-block-button__link::after {
    background-image: url(../img/ico/arrow_1_b.svg);
}

.page-bunin .wp-block-button.has-small-font-size.is-style-outline .wp-block-button__link::after {
    background-image: url(../img/ico/arrow_1_c.svg);
}

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