@charset "utf-8";

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
/* body:not(.is_page_scr) header .site_ttl a {
    background-image: url(../../common/img/logo/lic_6_b.svg);
}

body:not(.is_page_scr) header .site_ttl a img {
    opacity: 0;
    transition: 0.3s ease-in-out;
}

body:not(.is_page_scr) header .nav_h1_wrap > ul > li.has_children::after {
    border-color: #fff transparent transparent transparent;
    transition: 0.3s ease-in-out;
}
body:not(.is_page_scr) header .nav_h1_wrap .main > li > a {
    color: #fff;
    transition: 0.3s ease-in-out;
}

body:not(.is_page_scr) header .nav_h1_wrap .main > li > a .ja::after {
    background-color: #fff;
    transition: 0.3s ease-in-out;
}
body:not(.is_page_scr) header .nav_h1_wrap .sub {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: #fff;
    transition: 0.3s ease-in-out;
}
body:not(.is_page_scr) header .nav_h1_wrap .sub > li + li {
    border-color: #fff;
    transition: 0.3s ease-in-out;
}

body:not(.is_page_scr) header .nav_h1_wrap .sub > li > a {
    color: #fff;
    transition: 0.3s ease-in-out;
}

body:not(.is_page_scr) header .btn_toggle_megamenu div > span span,
body:not(.is_page_scr) header .btn_toggle_megamenu div > span:before,
body:not(.is_page_scr) header .btn_toggle_megamenu div > span:after {
    background-color: #fff;
    transition: 0.3s ease-in-out;
} */

/* ---------------------------------------------------- */
/* keyframes */
/* ---------------------------------------------------- */
@keyframes blur_1 {
    0% {
        filter: blur(30px);
        opacity: 0;
    }

    100% {
        filter: blur(0px);
        opacity: 1;
    }
}

/* ---------------------------------------------------- */
/* sec_full_wrap */
/* ---------------------------------------------------- */
.sec_full_wrap {
    position: sticky;
    left: 0;
    top: 0;
}
.sec_full_wrap .cs_sec_inner {
    height: 100%;
    /* animation-name: blur_1;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    animation-play-state: paused; */
}

.sec_full_wrap.aos-animate .cs_sec_inner {
    /* animation-play-state: running; */
}

.sec_full_wrap .sec_bg_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sec_full_wrap .sec_bg_1 span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.sec_full_wrap .block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
}

.sec_full_wrap .txt {
    letter-spacing: 0.2em;
    line-height: 2.2;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.sec_full_wrap .txt + .txt {
    margin-top: 60px;
}

.sec_full_wrap .txt_1 {
    font-size: 3rem;
}

.sec_full_wrap .txt_1 span {
    font-size: 2.4rem;
}

.sec_full_wrap .txt_2 {
    font-size: 2.6rem;
}

.sec_full_wrap .txt_3 {
    font-size: 2.2rem;
}

.sec_full_wrap .txt_4 {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}

.sec_full_wrap .logo_1 {
    margin: 0 auto 20px;
    width: 120px;
}

.sec_full_wrap .btn_1 {
    margin: 50px auto 0;
}

.sec_full_wrap .btn_caption_1 {
    margin-top: 10px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    text-align: center;
}

@media (max-width: 767px) {
    .sec_full_wrap .txt {
        letter-spacing: 0.2em;
    }

    .sec_full_wrap .txt + .txt {
        margin-top: 60px;
    }

    .sec_full_wrap .txt_1 {
        font-size: 2.4rem;
    }

    .sec_full_wrap .txt_1 span {
        font-size: 2rem;
    }

    .sec_full_wrap .txt_2 {
        font-size: 1.9rem;
    }

    .sec_full_wrap .txt_3 {
        font-size: 1.9rem;
    }

    .sec_full_wrap .txt_4 {
        font-size: 1.3rem;
    }

    .sec_full_wrap .btn_1 {
        margin-top: 40px;
    }

    .sec_full_wrap .btn_caption_1 {
        margin-bottom: 5px;
        font-size: 1.1rem;
    }
}

/* ---------------------------------------------------- */
/* sec_full_wrap_1 */
/* ---------------------------------------------------- */
.sec_full_wrap_1 {
    position: relative;
}
.sec_full_wrap_1 .bnr_1 {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 200px;
    z-index: 10;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.4));
    animation-name: bnr_1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-play-state: running;
}
.sec_full_wrap_1 .bnr_1:hover {
    animation-play-state: paused;
}
.sec_full_wrap_1 .bnr_1 .close {
    position: absolute;
    right: -8px;
    top: 65px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../../common/img/ico/close_1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
}

.sec_full_wrap_1 .nav_1 {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
}

.sec_full_wrap_1 .nav_1 > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: max-content;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
.sec_full_wrap_1 .nav_1 > ul > li {
    width: 220px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.sec_full_wrap_1 .nav_1 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    line-height: 1;
}
.sec_full_wrap_1 .nav_1 a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(58, 176, 233, 1) 5%, rgba(0, 40, 124, 1) 95%);
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.sec_full_wrap_1 .nav_1 a::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url(../../common/img/ico/arrow_3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.3s ease-in-out;
}
.sec_full_wrap_1 .nav_1 a > span {
    position: relative;
}
@keyframes bnr_1 {
    0% {
        transform: translateY(2px);
    }

    100% {
        transform: translateY(-20px);
    }
}
@media (min-width: 768px) {
    .sec_full_wrap_1 .nav_1 a:hover::before {
        opacity: 1;
    }
    .sec_full_wrap_1 .nav_1 a:hover::after {
        right: 0;
    }
}
@media (max-width: 767px) {
    .sec_full_wrap_1 .txt_1 {
        margin-bottom: 200px;
    }
    .sec_full_wrap_1 .bnr_1 {
        left: 20px;
        bottom: 150px;
        width: calc(100% - 40px);
        animation-name: none;
    }
    .sec_full_wrap_1 .bnr_1 .close {
        right: -8px;
        top: -8px;
    }
    .is_page_scr .sec_full_wrap_1 .bnr_1 {
        bottom: 20px;
    }

    .sec_full_wrap_1 .nav_1 {
        bottom: 0;
    }

    .sec_full_wrap_1 .nav_1 > ul {
        width: calc(100% + 2px);
        border-left: none;
    }
    .sec_full_wrap_1 .nav_1 > ul > li {
        width: calc(100% / 2 - 1px);
    }
}

/* ---------------------------------------------------- */
/* sec_business_wrap */
/* ---------------------------------------------------- */
.sec_business_wrap {
    padding-top: 150px;
    padding-bottom: 60px;
    background: linear-gradient(90deg, rgba(58, 176, 233, 1) 5%, rgba(0, 40, 124, 1) 95%);
}
.sec_business_wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 120px;
    background-color: #fff;
}
.sec_business_wrap .sec_ttl {
    margin-bottom: 50px;
    font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    text-align: center;
}
.sec_business_wrap .list_1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.sec_business_wrap .list_1 .item a {
    position: relative;
    display: block;
    padding: 35px 20px 80px;
    width: 260px;
    min-height: 400px;
    color: #00287c;
    border: 1px solid #fff;
    background-color: #fff;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.4));
}

.sec_business_wrap .list_1 .item .copy {
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 16px;
    text-align: center;
}
.sec_business_wrap .list_1 .item .copy::after {
    content: "";
    display: block;
    margin: 15px auto 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, rgba(58, 176, 233, 1) 5%, rgba(0, 40, 124, 1) 95%);
}
.sec_business_wrap .list_1 .item .copy > span {
    font-size: 70%;
}
.sec_business_wrap .list_1 .item .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

.sec_business_wrap .list_1 .item .btn {
    position: absolute;
    left: 20px;
    bottom: -20px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: calc(100% - 40px);
    height: 70px;
    color: #fff;
    line-height: 1.4;
    background: linear-gradient(90deg, rgba(0, 94, 172, 1) 5%, rgba(0, 40, 124, 1) 95%);
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}
.sec_business_wrap .list_1 .item .btn::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0px 5px 12px;
    border-color: transparent transparent transparent #fff;
}
.sec_business_wrap .btn_1 {
    margin: 0 auto;
}
@media (min-width: 768px) {
    .sec_business_wrap .list_1 .item a:hover {
        color: #fff;
        background-color: transparent;
        filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0));
    }
    .sec_business_wrap .list_1 .item a:hover .copy::after {
        background: #fff;
    }
    .sec_business_wrap .list_1 .item a:hover .btn {
        bottom: -30px;
    }
}
@media (max-width: 767px) {
    .sec_business_wrap {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .sec_business_wrap::before {
        display: none;
    }
    .sec_business_wrap .sec_ttl {
        margin-bottom: 50px;
    }
    .sec_business_wrap .list_1 {
        display: block;
        margin: 0 -20px 50px;
        width: calc(100% + 40px);
    }
    .sec_business_wrap .list_1 .item {
        padding: 10px 10px 50px;
    }
    .sec_business_wrap .list_1 .item a {
        position: relative;
        display: block;
        padding: 35px 20px 80px;
        width: 260px;
        min-height: 400px;
        color: #00287c;
        border: 1px solid #fff;
        background-color: #fff;
        filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.4));
    }

    .sec_business_wrap .list_1 .item .copy > span {
        font-size: 70%;
    }

    .sec_business_wrap .list_1 .item .btn::after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0px 5px 12px;
        border-color: transparent transparent transparent #fff;
    }
    .sec_business_wrap .btn_1 {
        margin: 0 auto;
    }
    .sec_business_wrap .list_1 .slick-prev,
    .sec_business_wrap .list_1 .slick-next {
        position: absolute;
        bottom: -3px;
        font-size: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0px 5px 12px;
        border-color: transparent transparent transparent #fff;
    }
    .sec_business_wrap .list_1 .slick-prev {
        left: calc(50% - 70px);
        transform: scaleX(-1);
    }

    .sec_business_wrap .list_1 .slick-next {
        right: calc(50% - 70px);
    }

    .sec_business_wrap .list_1 .slick-dots {
        position: relative;
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 0;
        margin: 0;
        margin-top: 10px;
        list-style: none;
        text-align: center;
    }

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

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

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

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

    .sec_business_wrap .list_1 .slick-dots button::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: 5px;
        height: 5px;
        background-color: #fff;
        border-radius: 4px;
        transition: 0.3s ease-in-out;
    }

    .sec_business_wrap .list_1 .slick-dots .slick-active button::before {
        background-color: #ffe635;
    }
}

/* ---------------------------------------------------- */
/* sec_news_wrap */
/* ---------------------------------------------------- */
.sec_news_wrap {
    padding-top: 160px;
    padding-bottom: 160px;
    background-color: #fff;
}

.sec_news_wrap .sec_ttl {
    position: absolute;
    left: 0;
    top: 0;
    color: #00287c;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    writing-mode: vertical-lr;
}
.sec_news_wrap .archive_wrap {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .sec_news_wrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .sec_news_wrap .sec_ttl {
        position: static;
        margin-bottom: 20px;
        font-size: 50px;
        writing-mode: horizontal-tb;
    }
    .sec_news_wrap .archive_wrap {
        padding-left: 0;
    }
}
