@charset "utf-8";

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

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

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

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

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

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

.cs_fd_sb {
    font-weight: 500;
}

.cs_fd_ul {
    text-decoration: underline;
}

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

.cf {
    display: block;
}

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

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

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

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

.cs_hide {
    opacity: 0.2;
    pointer-events: none;
}

.cs_event_none {
    pointer-events: none;
}

@media (min-width: 1000px) {
    .cs_event_none_pc {
        pointer-events: none;
    }
}

@media (max-width: 999px) {
    .cs_event_none_sp {
        pointer-events: none;
    }
}

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

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

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

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

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

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

    .cs_e_op:hover,
    a:hover .cs_e_op {
        opacity: 0.6;
    }

    .cs_e_gr,
    .cs_e_bn,
    .cs_e_in {
        transition: filter 0.3s ease-in-out;
    }

    .cs_e_gr:hover,
    a:hover .cs_e_gr {
        filter: grayscale(100%);
    }

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

    .cs_e_in:hover,
    a:hover .cs_e_in {
        filter: invert(100%);
    }

    a:hover .cs_e_zm > span {
        transform: scale(1.1);
        /* filter: brightness(70%); */
    }
}

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

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

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

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

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

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

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

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

@media (max-width: 999px) {
    .cs_desc_1 > * + * {
        margin-top: 1.5em;
    }
}
/* ---------------------------------------------------- */
/* cs_msg_1 */
/* ---------------------------------------------------- */
.cs_msg_1 {
    padding-top: 200px;
    padding-bottom: 100px;
    font-weight: 700;
    text-align: center;
}
@media (max-width: 999px) {
    .cs_msg_1 {
        padding-top: 100px;
        padding-bottom: 50px;
    }
}
/* ---------------------------------------------------- */
/* cs_ul */
/* ---------------------------------------------------- */
.cs_ul_1 {
    list-style: disc;
    padding-left: 1.5em;
    line-height: 1.8;
}

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

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

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

.cs_ul_5 {
    list-style: "※";
    padding-left: 1.5em;
    line-height: 1.8;
}
.cs_ul_6 {
    list-style: "#";
    padding-left: 0.8em;
    line-height: 1.8;
}
/* ---------------------------------------------------- */
/* cs_ttl_1 */
/* ---------------------------------------------------- */
.cs_ttl_1 {
    padding-left: 20px;
    border-left: 10px solid var(--co_4);
}
.cs_ttl_1 > span:nth-of-type(1) {
    display: block;
    font-family: var(--ff_en_1);
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.1em;
}
.cs_ttl_1 > span:nth-of-type(2) {
    display: block;
    margin-top: 10px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

@media (max-width: 999px) {
    .cs_ttl_1 {
        padding-left: 15px;
        border-left-width: 8px;
    }
    .cs_ttl_1 > span:nth-of-type(1) {
        font-size: 20px;
    }
    .cs_ttl_1 > span:nth-of-type(2) {
        font-size: 20px;
    }
}

/* ---------------------------------------------------- */
/* cs_ttl_2 */
/* ---------------------------------------------------- */
.cs_ttl_2 {
    position: relative;
    margin: 0 auto;
    padding-bottom: 20px;
    max-width: max-content;
    text-align: center;
}

.cs_ttl_2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: block;
    width: 150px;
    height: 5px;
    background-color: var(--co_4);
}
.cs_ttl_2 > span:nth-of-type(1) {
    display: block;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.1em;
}
.cs_ttl_2 > span:nth-of-type(2) {
    display: block;
    margin-top: 10px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

@media (max-width: 999px) {
}

/* ---------------------------------------------------- */
/* cs_btns_1 */
/* ---------------------------------------------------- */
.cs_btns_1 {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.cs_btns_1 a + a {
    margin-left: 20px;
}
@media (max-width: 999px) {
    .cs_btns_1 {
        margin-top: 50px;
        display: block;
    }
    .cs_btns_1 a {
        margin: 0 auto;
    }
    .cs_btns_1 a + a {
        margin-left: auto;
        margin-top: 15px;
    }
}

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

/* ---------------------------------------------------- */
/* .cs_sec_mv_1 */
/* ---------------------------------------------------- */

.cs_sec_mv_1 .ttl_1 {
    position: absolute;
    left: 50%;
    top: calc(50% + 50px);
    transform: translate(-50%, -50%);
    color: var(--co_2);
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 75, 177, 1);
    z-index: 10;
}
.cs_sec_mv_1 .bg_1 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
}
.cs_sec_mv_1 .bg_1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 75, 177, 0.1) 0%, rgba(0, 75, 177, 0.3) 50%);
}

.cs_sec_mv_1 .bg_1 video {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    width: 100.5%;
    height: 100.5%;
}

@media (max-width: 999px) {
    .cs_sec_mv_1 .ttl_1 {
        top: calc(50% + 25px);
        font-size: 22px;
    }
    .cs_sec_mv_1 .bg_1 {
        height: 200px;
    }
}

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

.cs_pagination_archive_1 > * {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    background-color: var(--co_2);
    border-radius: 100%;
}

.cs_pagination_archive_1 a:hover,
.cs_pagination_archive_1 .current {
    color: var(--co_2);
    background-color: var(--co_4);
    border-color: var(--co_2);
}

.cs_pagination_archive_1 .dots,
.cs_pagination_archive_1 .dots:hover {
    color: var(--co_3);
    background-color: transparent;
    border-color: transparent;
}

.cs_pagination_archive_1 .prev::after,
.cs_pagination_archive_1 .next:after {
    content: "";
    position: absolute;
    left: 45%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--co_3);
    border-right: 2px solid var(--co_3);
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.3s ease-in-out;
}

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

.cs_pagination_archive_1 .prev:hover:after,
.cs_pagination_archive_1 .next:hover:after {
    border-color: var(--co_2);
}

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

    .cs_pagination_archive_1 .page-numbers {
        margin: 0 3px;
        width: 30px;
        height: 30px;
        font-size: 11px;
        line-height: 30px;
    }
}
/* ---------------------------------------------------- */
/* cs_slick_1 */
/* ---------------------------------------------------- */
.cs_slick_1 .slick-next,
.cs_slick_1 .slick-prev {
    position: absolute;
    display: block;
    width: 60px;
    height: 31px;
    border: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    outline: 0;
    z-index: 10;
    cursor: pointer;
    background-color: var(--co_3);
    border: 1px solid var(--co_3);
    border-radius: 15px;
    transition: 0.3s ease-in-out;
}

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

.cs_slick_1 .slick-next::before,
.cs_slick_1 .slick-prev::before {
    content: "";
    width: 18px;
    height: 1px;
    background-color: var(--co_7);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
}
.cs_slick_1 .slick-next::after,
.cs_slick_1 .slick-prev::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--co_7);
    border-right: 1px solid var(--co_7);
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s ease-in-out;
}
.cs_slick_1 .slick-dots {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    list-style: none;
    text-align: center;
}

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

.cs_slick_1 .slick-dots button {
    position: relative;
    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: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 40px;
    height: 8px;
    background-color: var(--co_5);
    border-radius: 4px;
    transition: 0.3s ease-in-out;
}

.cs_slick_1 .slick-dots .slick-active button::before {
    background-color: var(--co_4);
}
@media (min-width: 1000px) {
    .cs_slick_1 .slick-next:hover,
    .cs_slick_1 .slick-prev:hover {
        background-color: var(--co_7);
    }
    .cs_slick_1 .slick-next:hover::before,
    .cs_slick_1 .slick-prev:hover::before {
        background-color: var(--co_3);
    }
    .cs_slick_1 .slick-next:hover::after,
    .cs_slick_1 .slick-prev:hover::after {
        border-color: var(--co_3);
    }
}
@media (max-width: 999px) {
    .cs_slick_1 .slick-next,
    .cs_slick_1 .slick-prev {
        width: 40px;
        height: 21px;
    }
    .cs_slick_1 .slick-next::before,
    .cs_slick_1 .slick-prev::before {
        right: 12px;
    }
    .cs_slick_1 .slick-next::after,
    .cs_slick_1 .slick-prev::after {
        right: 12px;
    }
    .cs_slick_1 .slick-dots li {
        width: 20px;
        height: 8px;
    }
    .cs_slick_1 .slick-dots button::before {
        width: 20px;
        height: 8px;
    }
}

/* ---------------------------------------------------- */
/* wow_none */
/* ---------------------------------------------------- */
@media (min-width: 1000px) {
    .wow_none_pc {
        animation: none !important;
        transform: none !important;
        transition: unset !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

@media (max-width: 999px) {
    .wow_none_sp {
        animation: none !important;
        transform: none !important;
        transition: unset !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* ---------------------------------------------------- */
/* wow_continue_1 */
/* ---------------------------------------------------- */
.wow_continue_1 > * {
    transform: translateY(50%);
    opacity: 0;
    animation-name: wow_continue_1;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-play-state: paused;
}

.wow_continue_1.animated > * {
    animation-play-state: running !important;
}

.wow_continue_1.animated > *:nth-child(1),
.wow_continue_1.animated > *:nth-of-type(1) {
    animation-delay: 0s;
}

.wow_continue_1.animated > *:nth-child(2),
.wow_continue_1.animated > *:nth-of-type(2) {
    animation-delay: 0.2s;
}

.wow_continue_1.animated > *:nth-child(3),
.wow_continue_1.animated > *:nth-of-type(3) {
    animation-delay: 0.4s;
}

.wow_continue_1.animated > *:nth-child(4),
.wow_continue_1.animated > *:nth-of-type(4) {
    animation-delay: 0.6s;
}

.wow_continue_1.animated > *:nth-child(5),
.wow_continue_1.animated > *:nth-of-type(5) {
    animation-delay: 0.8s;
}

.wow_continue_1.animated > *:nth-child(6),
.wow_continue_1.animated > *:nth-of-type(6) {
    animation-delay: 1s;
}

.wow_continue_1.animated > *:nth-child(7),
.wow_continue_1.animated > *:nth-of-type(7) {
    animation-delay: 1.2s;
}

.wow_continue_1.animated > *:nth-child(8),
.wow_continue_1.animated > *:nth-of-type(8) {
    animation-delay: 1.4s;
}

.wow_continue_1.animated > *:nth-child(9),
.wow_continue_1.animated > *:nth-of-type(9) {
    animation-delay: 1.6s;
}

.wow_continue_1.animated > *:nth-child(10),
.wow_continue_1.animated > *:nth-of-type(10) {
    animation-delay: 1.8s;
}

.wow_continue_1.animated > *:nth-child(11),
.wow_continue_1.animated > *:nth-of-type(11) {
    animation-delay: 2s;
}

.wow_continue_1.animated > *:nth-child(12),
.wow_continue_1.animated > *:nth-of-type(12) {
    animation-delay: 2.2s;
}

.wow_continue_1.animated > *:nth-child(13),
.wow_continue_1.animated > *:nth-of-type(13) {
    animation-delay: 2.4s;
}

.wow_continue_1.animated > *:nth-child(14),
.wow_continue_1.animated > *:nth-of-type(14) {
    animation-delay: 2.6s;
}

.wow_continue_1.animated > *:nth-child(15),
.wow_continue_1.animated > *:nth-of-type(15) {
    animation-delay: 2.8s;
}

.wow_continue_1.animated > *:nth-child(16),
.wow_continue_1.animated > *:nth-of-type(16) {
    animation-delay: 3s;
}

.wow_continue_1.animated > *:nth-child(17),
.wow_continue_1.animated > *:nth-of-type(17) {
    animation-delay: 3.2s;
}

.wow_continue_1.animated > *:nth-child(18),
.wow_continue_1.animated > *:nth-of-type(18) {
    animation-delay: 3.4s;
}

.wow_continue_1.animated > *:nth-child(19),
.wow_continue_1.animated > *:nth-of-type(19) {
    animation-delay: 3.6s;
}

.wow_continue_1.animated > *:nth-child(20),
.wow_continue_1.animated > *:nth-of-type(20) {
    animation-delay: 3.8s;
}

.wow_continue_1.animated > *:nth-child(21),
.wow_continue_1.animated > *:nth-of-type(21) {
    animation-delay: 4s;
}

.wow_continue_1.animated > *:nth-child(22),
.wow_continue_1.animated > *:nth-of-type(22) {
    animation-delay: 4.2s;
}

.wow_continue_1.animated > *:nth-child(23),
.wow_continue_1.animated > *:nth-of-type(23) {
    animation-delay: 4.4s;
}

.wow_continue_1.animated > *:nth-child(24),
.wow_continue_1.animated > *:nth-of-type(24) {
    animation-delay: 4.6s;
}

@keyframes wow_continue_1 {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

/* ---------------------------------------------------- */
/* wow_continue_2 */
/* ---------------------------------------------------- */
.wow_continue_2 > * {
    transform: translateX(50px);
    opacity: 0;
    animation-name: wow_continue_2;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-play-state: paused;
}

.wow_continue_2.animated > * {
    animation-play-state: running !important;
}

.wow_continue_2.animated > *:nth-child(1),
.wow_continue_2.animated > *:nth-of-type(1) {
    animation-delay: 0s;
}

.wow_continue_2.animated > *:nth-child(2),
.wow_continue_2.animated > *:nth-of-type(2) {
    animation-delay: 0.2s;
}

.wow_continue_2.animated > *:nth-child(3),
.wow_continue_2.animated > *:nth-of-type(3) {
    animation-delay: 0.4s;
}

.wow_continue_2.animated > *:nth-child(4),
.wow_continue_2.animated > *:nth-of-type(4) {
    animation-delay: 0.6s;
}

.wow_continue_2.animated > *:nth-child(5),
.wow_continue_2.animated > *:nth-of-type(5) {
    animation-delay: 0.8s;
}

.wow_continue_2.animated > *:nth-child(6),
.wow_continue_2.animated > *:nth-of-type(6) {
    animation-delay: 1s;
}

@keyframes wow_continue_2 {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ---------------------------------------------------- */
/* animate.css */
/* ---------------------------------------------------- */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* ---------------------------------------------------- */
/* 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 {
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.wp-block-heading + * {
    margin-top: 1em;
}

* + .wp-block-heading {
    margin-top: 3em;
}

h1.wp-block-heading,
h2.wp-block-heading {
    font-size: 22px;
}

h3.wp-block-heading {
    font-size: 20px;
}

h4.wp-block-heading {
    font-size: 18px;
}

h5.wp-block-heading {
    font-size: 16px;
}

h6.wp-block-heading {
    font-size: 15px;
}

@media (max-width: 999px) {
}

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

.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 {
    padding: 0;
    list-style: none;
}

.cs_wysiwyg ul li {
    position: relative;
    padding-left: 1.2em;
}

.cs_wysiwyg ul li + li {
    margin-top: 0.5em;
}

.cs_wysiwyg ul li:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 999px) {
}
/* ---------------------------------------------------- */
/* OL */
/* ---------------------------------------------------- */
.cs_wysiwyg ol {
    padding: 0;
    list-style: none;
    counter-reset: ol_li;
}

.cs_wysiwyg ol li {
    position: relative;
    padding-left: 1.2em;
}

.cs_wysiwyg ol li + li {
    margin-top: 0.5em;
}

.cs_wysiwyg ol li::after {
    counter-increment: ol_li;
    content: counter(ol_li) ".";
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 999px) {
}
/* ---------------------------------------------------- */
/* DL */
/* ---------------------------------------------------- */
.cs_wysiwyg dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

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

.cs_wysiwyg dl dt:last-of-type {
    margin-bottom: 0;
}

.cs_wysiwyg dl dd {
    flex: auto;
    margin-bottom: 0.5em;
    padding: 1px 0 1px 40px;
    width: calc(100% - 130px);
}

.cs_wysiwyg dl dd:last-of-type {
    margin-bottom: 0;
}
