@charset "utf-8";

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

/* Adobe font */
@import url("https://use.typekit.net/poy2csk.css");

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

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

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

.cs_ff_min {
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.cs_ff_min_2 {
    font-family: "Shippori Mincho", "游明朝体", "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: #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: #101010;
}

.cs_fc_4,
.cs_fc_4 a,
a.cs_fc_4 {
    color: #00287c;
}

.cs_fc_5,
.cs_fc_5 a,
a.cs_fc_5 {
    color: #3ab0e9;
}

/* ---------------------------------------------------- */
/* cs_fd */
/* ---------------------------------------------------- */
.cs_fd_bold {
    font-weight: bold;
}

.cs_fd_underline {
    text-decoration: underline;
}

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

.cf {
    display: block;
}

/* ---------------------------------------------------- */
/* a */
/* ---------------------------------------------------- */
.cs_link_1 {
    text-decoration: underline;
}

.cs_link_none {
    pointer-events: none;
}

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

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

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

/* ---------------------------------------------------- */
/* 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: 768px) {
    .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 {
        transition: filter 0.3s ease-in-out;
    }

    .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(80%);
    }

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

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

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

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

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

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

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

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

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

    .cs_sec_inner_w1_pc .cs_w_full_pc_1 {
        margin-left: -116px;
        margin-right: -116px;
    }

    .cs_w_full_pc_2 {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

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

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

/* ---------------------------------------------------- */
/* cs_bg */
/* ---------------------------------------------------- */
.cs_bg_1 {
    background: linear-gradient(60deg, rgba(58, 176, 233, 1) 5%, rgba(0, 40, 124, 1) 95%);
}

.cs_bg_2 {
    background: linear-gradient(60deg, rgba(240, 240, 240, 1) 5%, rgba(58, 176, 233, 1) 95%);
}

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

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

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

    .cs_sec_inner_full_pc {
        width: 100%;
    }

    .cs_sec_inner_w1_pc {
        width: 968px;
    }
}

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

    .cs_sec_inner_full_sp {
        width: 100%;
    }
}

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

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

/* ---------------------------------------------------- */
/* cs_ttl_1 */
/* ---------------------------------------------------- */
.cs_ttl_1 {
    position: relative;
    padding-left: 100px;
    color: #00287c;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.cs_ttl_1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    display: block;
    width: 80px;
    height: 2px;
    background-color: #00287c;
}

.cs_ttl_1 .en {
    font-weight: 400;
}

@media (max-width: 767px) {
    .cs_ttl_1 {
        padding-left: 40px;
        font-size: 1.3rem;
    }

    .cs_ttl_1::before {
        top: 9px;
        width: 30px;
    }
}

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

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

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

/* ---------------------------------------------------- */
/* cs_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_btn_wrap */
/* ---------------------------------------------------- */
.cs_btn_wrap_1 {
    display: flex;
    justify-content: center;
}

.cs_btn_wrap_2 {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .cs_btn_wrap_2 {
        justify-content: center;
    }
}

/* ---------------------------------------------------- */
/* cs_btn_1 */
/* ---------------------------------------------------- */
.cs_btn_1 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 30px;
    width: 300px;
    max-width: 100%;
    height: 60px;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    border-radius: 30px;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.4));
    overflow: hidden;
}
.cs_btn_1::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
    background: linear-gradient(90deg, rgba(58, 176, 233, 1) 5%, rgba(0, 40, 124, 1) 95%);
    transition: 0.3s ease-in-out;
    z-index: -1;
}
.cs_btn_1::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(../../common/img/ico/arrow_2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s ease-in-out;
}
.cs_btn_1.co_1 {
    color: #00287c;
}
.cs_btn_1.co_1::before {
    background: #fff;
}
.cs_btn_1.co_1::after {
    background-image: url(../../common/img/ico/arrow_2_b.svg);
}
@media (min-width: 768px) {
    .cs_btn_1:hover {
        color: #00287c;
        background-color: #fff;
    }
    .cs_btn_1:hover::before {
        opacity: 0;
    }
    .cs_btn_1:hover::after {
        right: 10px;
        background-image: url(../../common/img/ico/arrow_2_b.svg);
    }
    .cs_btn_1.co_1:hover {
        color: #fff;
        background: linear-gradient(90deg, rgba(58, 176, 233, 1) 5%, rgba(0, 40, 124, 1) 95%);
    }
    .cs_btn_1.co_1:hover::after {
        background-image: url(../../common/img/ico/arrow_2.svg);
    }
}
@media (max-width: 767px) {
    .cs_btn_1 {
        width: 90%;
    }
}

/* ---------------------------------------------------- */
/* cs_slick_1 */
/* ---------------------------------------------------- */
.cs_slick_1 .slick-next,
.cs_slick_1 .slick-prev {
    position: absolute;
    display: block;
    width: 30px;
    height: 140px;
    border: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    outline: 0;
    z-index: 10;
    cursor: pointer;
    background-color: #000;
    transition: 0.3s ease-in-out;
}

.cs_slick_1 .slick-next:hover,
.cs_slick_1 .slick-prev:hover {
    background-color: #004c6e;
}

.cs_slick_1 .slick-prev:before,
.cs_slick_1 .slick-next:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-80%, -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;
    list-style: none;
    text-align: center;
}

.cs_slick_1 .slick-dots li {
    position: relative;
    display: block;
    width: 10%;
    height: 5px;
    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 {
    opacity: 0.6;
}

.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: 100%;
    height: 5px;
    background-color: #a6a7a9;
    transition: 0.3s ease-in-out;
}

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

@media (max-width: 767px) {
    .cs_slick_1 .slick-next,
    .cs_slick_1 .slick-prev {
        width: 20px;
        height: 100px;
    }

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

    .cs_slick_1 .slick-dots li {
        width: 8%;
    }
}

/* ---------------------------------------------------- */
/* cs_pagination_infinite_1 */
/* ---------------------------------------------------- */
.cs_pagination_infinite_1 {
    margin-top: 90px;
}

.cs_pagination_infinite_1 .pagenavi {
    display: none !important;
}

.cs_pagination_infinite_1 .btn_infinite {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 240px;
    height: 54px;
    color: #00287c;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: 2px solid #00287c;
}

#infscr-loading {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    padding: 20px;
    width: 150px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #00287c;
    z-index: 10;
}

#infscr-loading img {
    margin: 0 auto 10px;
    width: 20px;
}

@media (min-width: 768px) {
    .cs_pagination_infinite_1 .btn_infinite:hover {
        color: #fff;
        background-color: #00287c;
    }
}

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

    .cs_pagination_infinite_1 .btn_infinite {
        width: auto;
        height: 50px;
    }
}

/* ---------------------------------------------------- */
/* cs_nav_site_wrap_1 */
/* ---------------------------------------------------- */
.cs_nav_site_wrap_1 > ul {
    display: flex;
    justify-content: space-between;
}

.cs_nav_site_wrap_1 > ul > li {
    width: 310px;
    letter-spacing: 0.05em;
}

.cs_nav_site_wrap_1 .lv1 > li {
    position: relative;
}

.cs_nav_site_wrap_1 .lv1 > li + li {
    margin-top: 60px;
}

.cs_nav_site_wrap_1 .lv1 > li > * {
    color: #00287c;
}

.cs_nav_site_wrap_1 .lv2 {
    margin-top: 30px;
}

.cs_nav_site_wrap_1 .lv2 > li {
    display: flex;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}

.cs_nav_site_wrap_1 .lv2 > li::before {
    content: "-";
    margin-right: 5px;
}

.cs_nav_site_wrap_1 .lv2 > li + li {
    margin-top: 10px;
}

.cs_nav_site_wrap_1 .btn_contact {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-weight: 700;
    height: 76px;
    background-color: #00287c;
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.6);
}

.cs_nav_site_wrap_1 .btn_contact_2 {
    margin-top: 10px;
    background-color: #3ab0e9;
}

@media (min-width: 768px) {
    .cs_nav_site_wrap_1 .lv1 > li > a:hover {
        color: #101010;
    }

    .cs_nav_site_wrap_1 .lv2 {
        display: block !important;
    }

    .cs_nav_site_wrap_1 .lv2 > li > a:hover {
        color: #00287c;
    }

    .cs_nav_site_wrap_1 .btn_contact:hover {
        background-color: #3a3a3a;
    }
}

@media (max-width: 767px) {
    .cs_nav_site_wrap_1 a {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
    }

    .cs_nav_site_wrap_1 > ul {
        display: block;
    }

    .cs_nav_site_wrap_1 > ul > li {
        width: auto;
    }

    .cs_nav_site_wrap_1 > ul > li + li {
        margin-top: 30px;
    }

    .cs_nav_site_wrap_1 .lv1 > li + li {
        margin-top: 30px;
    }

    .cs_nav_site_wrap_1 .lv1 .has_children i {
        content: "";
        position: absolute;
        right: 0;
        top: -2px;
        display: block;
        width: 22px;
        height: 22px;
        border: 1px solid #00287c;
        border-radius: 50%;
    }

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

    .cs_nav_site_wrap_1 .lv1 .has_children i::before {
        width: 10px;
        height: 1px;
    }

    .cs_nav_site_wrap_1 .lv1 .has_children i::after {
        width: 1px;
        height: 10px;
    }

    .cs_nav_site_wrap_1 .lv1 .has_children.is_show i::after {
        opacity: 0;
    }

    .cs_nav_site_wrap_1 .lv2 {
        display: none;
        margin-top: 20px;
    }

    .cs_nav_site_wrap_1 .lv2 > li {
        font-size: 1.1rem;
    }
}

/* ---------------------------------------------------- */
/* cs_nav_bnr_wrap_1 */
/* ---------------------------------------------------- */
* + .cs_nav_bnr_wrap_1 {
    margin-top: 80px;
}

.cs_nav_bnr_wrap_1 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -29px;
    margin-right: -29px;
}

.cs_nav_bnr_wrap_1 > ul > li {
    margin-bottom: 29px;
    margin-right: 29px;
    width: 270px;
    border: 1px solid #00287c;
}

.cs_nav_bnr_wrap_1 li.border_none {
    border: none;
}

.cs_nav_bnr_wrap_1 a {
    display: block;
}

.cs_nav_bnr_wrap_1 .border_none a {
    display: block;
    border: none;
}

@media (max-width: 767px) {
    * + .cs_nav_bnr_wrap_1 {
        margin-top: 50px;
    }

    .cs_nav_bnr_wrap_1 > ul {
        margin-bottom: -10px;
        margin-right: -5px;
    }

    .cs_nav_bnr_wrap_1 > ul > li {
        margin-bottom: 10px;
        margin-right: 5px;
        width: calc(50% - 5px);
    }
}

/* ---------------------------------------------------- */
/* cs_sec_mv_wrap_1 */
/* ---------------------------------------------------- */
.cs_sec_mv_wrap_1 {
    padding-top: 60px;
    padding-bottom: 40px;
    color: #fff;
}

.cs_sec_mv_wrap_1 .sec_inner > *:last-child {
    padding-bottom: 60px;
}

.cs_sec_mv_wrap_1 .page_ttl {
    position: relative;
    padding: 0 0 0 100px !important;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: justify;
}

.cs_sec_mv_wrap_1 .page_ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    display: block;
    width: 80px;
    height: 2px;
    background-color: #fff;
}

.cs_sec_mv_wrap_1 .page_special {
    margin-top: 70px;
    letter-spacing: 0.05em;
    text-align: center;
}

.cs_sec_mv_wrap_1 .page_special > span {
    display: block;
}

.cs_sec_mv_wrap_1 .page_special > span:nth-of-type(1) {
    color: #3ab0e9;
    font-size: 3.2rem;
}

.cs_sec_mv_wrap_1 .page_special > span:nth-of-type(2) {
    font-size: 5.4rem;
}

.cs_sec_mv_wrap_1 .page_copy {
    margin-top: 70px;
    margin-bottom: 40px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-align: center;
}

.cs_sec_mv_wrap_1 .page_desc {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    line-height: 2;
    text-align: center;
}

.cs_sec_mv_wrap_1 .btn_scroll {
    display: table;
    margin: 0 auto;
    transform: translateY(40px);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.cs_sec_mv_wrap_1 .btn_scroll::before {
    content: "View Contents";
    margin-bottom: 5px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
}

.cs_sec_mv_wrap_1 .btn_scroll::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 2px;
    height: 40px;
    background-color: #fff;
    transition: 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .cs_sec_mv_wrap_1 .btn_scroll:hover::after {
        margin-top: 20px;
        height: 20px;
        transform-origin: center bottom;
    }
}

@media (max-width: 767px) {
    .cs_sec_mv_wrap_1 {
        padding-top: 50px;
        padding-bottom: 25px;
        color: #fff;
    }

    .cs_sec_mv_wrap_1 .sec_inner > *:last-child {
        padding-bottom: 50px;
    }

    .cs_sec_mv_wrap_1 .page_ttl {
        padding: 0 0 0 40px !important;
        font-size: 1.2rem;
    }

    .cs_sec_mv_wrap_1 .page_ttl::before {
        top: 10px;
        width: 30px;
    }

    .cs_sec_mv_wrap_1 .page_special > span:nth-of-type(1) {
        margin-bottom: 10px;
        font-size: 1.6rem;
    }

    .cs_sec_mv_wrap_1 .page_special > span:nth-of-type(2) {
        font-size: 2.6rem;
    }

    .cs_sec_mv_wrap_1 .page_copy {
        margin-bottom: 30px;
        font-size: 1.6rem;
        letter-spacing: 0.2em;
    }

    .cs_sec_mv_wrap_1 .page_desc {
        font-size: 1.2rem;
        letter-spacing: 0.2em;
    }

    .cs_sec_mv_wrap_1 .btn_scroll {
        transform: translateY(25px);
    }

    .cs_sec_mv_wrap_1 .btn_scroll::before {
        font-size: 1.1rem;
    }

    .cs_sec_mv_wrap_1 .btn_scroll::after {
        height: 20px;
    }
}

/* ---------------------------------------------------- */
/* cs_sec_mv_wrap_2 */
/* ---------------------------------------------------- */
.cs_sec_mv_wrap_2 .sec_inner {
    padding-top: 240px;
    padding-bottom: 70px;
    min-height: 800px;
    color: #fff;
}

.cs_sec_mv_wrap_2 .page_ttl {
    position: absolute;
    left: 100px;
    top: 240px;
}

.cs_sec_mv_wrap_2 .page_ttl span {
    display: block;
}

.cs_sec_mv_wrap_2 .page_ttl .en {
    margin-bottom: 20px;
    font-size: 5.4rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

.cs_sec_mv_wrap_2 .page_ttl .ja {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.cs_sec_mv_wrap_2 .page_desc {
    position: absolute;
    left: 100px;
    bottom: 70px;
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    line-height: 1.8;
}

.cs_sec_mv_wrap_2 .service {
    position: absolute;
    right: 0;
    bottom: 70px;
}

.cs_sec_mv_wrap_2 .service .ttl {
    margin-bottom: 25px;
}

.cs_sec_mv_wrap_2 .service .ttl .en {
    margin-bottom: 5px;
    font-size: 2rem;
    letter-spacing: 0.05em;
}

.cs_sec_mv_wrap_2 .service .ttl .ja {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
}

.cs_sec_mv_wrap_2 .service .list_1 {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}

.cs_sec_mv_wrap_2 .sec_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.cs_sec_mv_wrap_2 .sec_bg > span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    opacity: 0.8;
}

@media (max-width: 767px) {
    .cs_sec_mv_wrap_2 .sec_inner {
        padding-top: 135px;
        padding-bottom: 40px;
        min-height: auto;
    }

    .cs_sec_mv_wrap_2 .page_ttl {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 30px;
    }

    .cs_sec_mv_wrap_2 .page_ttl .en {
        margin-bottom: 10px;
        font-size: 2.6rem;
    }

    .cs_sec_mv_wrap_2 .page_ttl .ja {
        font-size: 1.3rem;
    }

    .cs_sec_mv_wrap_2 .page_desc {
        position: relative;
        left: auto;
        bottom: auto;
        margin-bottom: 80px;
        font-size: 1.6rem;
        letter-spacing: 0.1em;
    }

    .cs_sec_mv_wrap_2 .service {
        position: relative;
        right: auto;
        bottom: auto;
    }

    .cs_sec_mv_wrap_2 .service .ttl {
        margin-bottom: 25px;
    }

    .cs_sec_mv_wrap_2 .service .ttl .en {
        margin-bottom: 5px;
        font-size: 1.8rem;
    }

    .cs_sec_mv_wrap_2 .service .ttl .ja {
        font-size: 1.1rem;
    }

    .cs_sec_mv_wrap_2 .service .list_1 {
        font-size: 1.1rem;
    }
}

/* ---------------------------------------------------- */
/* cs_widget_terms_1 */
/* ---------------------------------------------------- */
.cs_widget_terms_1 > ul {
    display: flex;
    flex-wrap: wrap;
}

.cs_widget_terms_1 > ul > li {
    padding-bottom: 8px;
    width: 25%;
}

.cs_widget_terms_1 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 44px;
    color: #00287c;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: #efefef;
}

.cs_widget_terms_1 .current-cat a {
    color: #fff;
    background-color: #00287c;
}

.cs_widget_terms_1 a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 2px;
    background-color: #00287c;
    transition: 0.3s ease-in-out;
}

.cs_widget_terms_1 .current-cat a::after,
.cs_widget_terms_1 a:hover::after {
    width: 100%;
}

@media (max-width: 767px) {
    .cs_widget_terms_1 > ul {
        margin-right: -1px;
        margin-bottom: -1px;
    }

    .cs_widget_terms_1 > ul > li {
        padding-bottom: 0;
        margin-right: 1px;
        margin-bottom: 1px;
        width: calc(50% - 1px);
    }

    .cs_widget_terms_1 a {
        height: 32px;
    }

    .cs_widget_terms_1 a::after {
        display: none;
    }
}

/* ---------------------------------------------------- */
/* cs_widget_latest_1 */
/* ---------------------------------------------------- */
.cs_widget_latest_1 {
    padding: 0 50px;
}

.cs_widget_latest_1 > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-bottom: -30px;
}

.cs_widget_latest_1 > ul > li {
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc(33.33% - 30px);
}

.cs_widget_latest_1 .cat_ttl {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    color: #00287c;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.cs_widget_latest_1 .cat_ttl::before {
    content: "";
    flex: none;
    display: block;
    margin-right: 15px;
    width: 30px;
    height: 2px;
    background-color: #00287c;
}

@media (max-width: 767px) {
    .cs_widget_latest_1 {
        padding: 0 15px;
    }

    .cs_widget_latest_1 > ul {
        margin-right: 0;
        margin-bottom: -45px;
    }

    .cs_widget_latest_1 > ul > li {
        margin-right: 0;
        margin-bottom: 45px;
        width: 100%;
    }

    .cs_widget_latest_1 .cat_ttl {
        font-size: 1.4rem;
    }
}

/* ---------------------------------------------------- */
/* cs_widget_other_1 */
/* ---------------------------------------------------- */
.cs_widget_other_1 > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cs_widget_other_1 > ul > li {
    width: 50%;
}

.cs_widget_other_1 a {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: 120px;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 2;
    background-color: #000;
}

.cs_widget_other_1 a:hover {
    background-color: #3a3a3a !important;
}

.cs_widget_other_1 .ttl {
    width: 100%;
    font-weight: 700;
}

.cs_widget_other_1 .desc {
    margin-top: 5px;
}

/* 色分け */
.cs_widget_other_1 .t1 a {
    background-color: #fff !important;
}

.cs_widget_other_1 .t1 .ttl {
    color: #00287c;
    font-size: 1.4rem;
}

.cs_widget_other_1 > ul > li:nth-child(1) a {
    background-color: #505050;
}

.cs_widget_other_1 > ul > li:nth-child(2) a {
    background-color: #606060;
}

.cs_widget_other_1 > ul > li:nth-child(3) a {
    background-color: #707070;
}

.cs_widget_other_1 > ul > li:nth-child(4) a {
    background-color: #808080;
}

.cs_widget_other_1 > ul > li:nth-child(5) a {
    background-color: #909090;
}

.cs_widget_other_1 > ul > li:nth-child(6) a {
    background-color: #aaaaaa;
}

.cs_widget_other_1 > ul > li:nth-child(7) a {
    background-color: #bababa;
}

@media (max-width: 767px) {
    .cs_widget_other_1 > ul > li {
        width: 100%;
    }

    .cs_widget_other_1 a {
        height: 100px;
        font-size: 1.1rem;
    }

    .cs_widget_other_1 .ttl {
        width: 100%;
        font-weight: 700;
    }

    .cs_widget_other_1 .desc {
        margin-top: 5px;
    }
}

/* ---------------------------------------------------- */
/* cs_archive_news_1 */
/* ---------------------------------------------------- */
.cs_archive_news_1 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-bottom: -35px;
}

.cs_archive_news_1 > ul > li {
    margin-right: 30px;
    margin-bottom: 35px;
    width: calc(33.33% - 30px);
}

@media (max-width: 767px) {
    .cs_archive_news_1 > ul {
        margin-right: 0;
        margin-bottom: -30px;
    }

    .cs_archive_news_1 > ul > li {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }
}

/* ---------------------------------------------------- */
/* cs_archive_news_2 */
/* ---------------------------------------------------- */
.cs_archive_news_2 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-bottom: -35px;
}

.cs_archive_news_2 > ul > li {
    margin-right: 30px;
    margin-bottom: 35px;
    width: calc(25% - 30px);
}

@media (max-width: 767px) {
    .cs_archive_news_2 > ul {
        margin-right: -15px;
        margin-bottom: -15px;
    }

    .cs_archive_news_2 > ul > li {
        margin-right: 15px;
        margin-bottom: 15px;
        width: calc(50% - 15px);
    }
}

/* ---------------------------------------------------- */
/* cs_archive_news_item_1 */
/* ---------------------------------------------------- */
.cs_archive_news_item_1 a {
    display: block;
}

.cs_archive_news_item_1 .thumb {
    position: relative;
    margin-bottom: 25px;
}

.cs_archive_news_item_1 .thumb .bg {
    display: block;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #3ab0e9;
    background-image: url(../img/thumb/blank_2.svg);
}

.cs_archive_news_item_1 .thumb .cat {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    background-color: rgba(0, 40, 124, 0.6);
}

.cs_archive_news_item_1 .ttl {
    height: 50px;
    font-size: 1.4rem;
    text-align: justify;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cs_archive_news_item_1 .date {
    margin-top: 25px;
    color: #aaaaaa;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
}

@media (max-width: 767px) {
    .cs_archive_news_item_1 .thumb {
        margin-bottom: 15px;
    }

    .cs_archive_news_item_1 .thumb .cat {
        width: 100px;
        height: 32px;
        font-size: 1.1rem;
    }

    .cs_archive_news_item_1 .ttl {
        height: auto;
        font-size: 1.3rem;
        line-height: 1.8;
    }

    .cs_archive_news_item_1 .date {
        margin-top: 15px;
        font-size: 1.1rem;
    }
}

/* ---------------------------------------------------- */
/* cs_archive_news_item_2 */
/* ---------------------------------------------------- */
.cs_archive_news_item_2 a {
    display: block;
}

.cs_archive_news_item_2 .thumb {
    position: relative;
    margin-bottom: 25px;
}

.cs_archive_news_item_2 .thumb .bg {
    display: block;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #3ab0e9;
    background-image: url(../img/thumb/blank_2.svg);
}

.cs_archive_news_item_2 .thumb .cat {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    background-color: rgba(0, 40, 124, 0.6);
}

.cs_archive_news_item_2 .ttl {
    height: 50px;
    font-size: 1.4rem;
    text-align: justify;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cs_archive_news_item_2 .date {
    margin-top: 10px;
    color: #aaaaaa;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
}

@media (max-width: 767px) {
    .cs_archive_news_item_2 .thumb {
        margin-bottom: 15px;
    }

    .cs_archive_news_item_2 .thumb .cat {
        width: 100px;
        height: 32px;
        font-size: 1.1rem;
    }

    .cs_archive_news_item_2 .ttl {
        height: 40px;
        font-size: 1.3rem;
        line-height: 20px;
    }

    .cs_archive_news_item_2 .date {
        margin-top: 10px;
        font-size: 1.1rem;
    }
}

/* ---------------------------------------------------- */
/* cs_sec_widget_wrap_1 */
/* ---------------------------------------------------- */
.cs_sec_widget_wrap_1 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.cs_sec_widget_wrap_1 .widget + .widget {
    margin-top: 90px;
}

@media (max-width: 767px) {
    .cs_sec_widget_wrap_1 {
        padding-top: 45px;
        padding-bottom: 80px;
    }

    .cs_sec_widget_wrap_1 .widget + .widget {
        margin-top: 80px;
    }
}
