@charset "UTF-8";

/* ----------------------------------------
ヘッダー
header
------------------------------------------*/
#header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 1px 1px 10px #ccc;
}
.header_contents_wrap {
    display: flex;
    align-items: center;
    position: relative;
}
.header_logo_wrap {
    padding-left: 2rem;
}
.header_logo {
    max-width: 300px;
    width: 100%;
    height: 50px;
}
.header_nav_wrap {
    margin-left: auto;
    margin-right: 4rem;
}
.header_nav_list {
    display: flex;
    align-items: center;
}
.header_nav_item {
    position: relative;
    cursor: pointer;
}
.header_nav_item:not(:last-child) {
    margin-right: 3rem;
}
.header_nav_item::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    background: #001e53;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.header_nav_item:hover::after {
    bottom: -6px;
    opacity: 1;
    visibility: visible;
}
.header_nav_item.current::after {
    bottom: -6px;
    opacity: 1;
    visibility: visible;
}
.header_nav_link {
    font-weight: 500;
}
.header_nav_link .en,
.header_nav_link .ja {
    display: block;
    text-align: center;
}
.header_nav_link .en {
    color: #001e53;
    font-size: 1.6rem;
    font-weight: 900;
    font-family: 'Bebas Neue', sans-serif;
}
.mega {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 999;
}
.mega_flex {
    width: 100%;
    display: flex;
    height: 350px;
}
.mega_ttl_wrap {
    width: 30%;
    position: relative;
}
.mega_link_wrap {
    width: 70%;
    /* background: #F1F5FB;. */
    background: linear-gradient(90deg, #ffffff 0%, #9cd6ff 100%);
    padding: 4rem 2rem;
}
.mega_ttl_wrap::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.mega_ttl_wrap.company::before {
    background: url(../images/common/mega1.webp) no-repeat center / cover;
}
.mega_ttl_wrap.business::before {
    background: url(../images/common/mega2.webp) no-repeat center / cover;
}
.mega_ttl_wrap::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255,255,255,.1);
}
.mega_ttl {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.4rem;
    font-weight: 900;
    font-style: italic;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    text-align: center;
}
.mega_list_ttl_wrap {
    margin-bottom: 20px;
}
.mega_list_ttl {
    font-size: 3rem;
    font-weight: 500;
}
.mega_list_ttl_sub {
    color: #3680B9;
}
.mega_link_list {
    display: flex;
    flex-wrap: wrap;
}
.mega_link_item {
    width: calc(100% / 4 - 10px);
}
.mega_link_item:not(:nth-child(4n)) {
    margin-right: 10px;
}
.mega_link_item:nth-child(-n + 4) {
    margin-bottom: 10px;
}
.mega_link {
    font-weight: 500;
    color: #fff;
    background: #3680B9;
    border: 1px solid #3680B9;
    padding: 2rem 2rem 2rem 4rem;
    display: block;
    position: relative;
    transition: .5s;
}
.mega_link::before {
    position: absolute;
    content: '\f138';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    left: 1vw;
}
.mega_link:hover {
    color: #3680B9;
    background: #fff;
    transition: .5s;
    opacity: 1;
}
.header_contact_btn {
    display: block;
    padding: 0 4rem;
    height: 50px;
    line-height: 50px;
}
.header_contact_btn:nth-child(1) {
    color: #fff;
    /* background: linear-gradient(90deg, rgba(89,139,198,1) 0%, rgba(0,60,138,1) 100%); */
    background: linear-gradient(90deg, #55b8ff 0%, #9cd6ff 100%);
    transition: .5s;
}
.header_contact_btn:nth-child(1) i {
    color: #fff;
}
.header_contact_btn:nth-child(2) {
    color: #001e53;
    background: #DCF2FF;
}
@media screen and (max-width: 1180px) {
    .btn-gNav {
        display: block;
        position: fixed;
        top: 15px;
        right: 25px;
        width: 60px;
        height: 60px;
        z-index: 1000;
        box-sizing: border-box;
        cursor: pointer;
        transition: all 400ms;
        border-radius: 15px;
        background: #001e53;
    }
    .header .btn-gNav span {
        position: absolute;
        width: 30px;
        height: 3px;
        left: 15px;
        background: #fff;
        border-radius: 15px;
        transition: all 400ms;
    }
    .btn-gNav span:nth-child(1) {
        top: 17px;
    }
    .btn-gNav span:nth-child(2) {
        top: 27px;
        width: 20px;
        left: 24px;
    }
    .btn-gNav span:nth-child(3) {
        top: 37px;
        width: 12px;
        left: 32px;
    }
    .btn-gNav.open span:nth-child(1) {
        transform: rotate(-45deg);
        top: 27px;
    }
    .btn-gNav.open span:nth-child(2) {
        display: none;
    }
    .btn-gNav.open span:nth-child(3) {
        transform : rotate(45deg);
        top: 27px;
        width: 30px;
        left: 15px;
    }
    .header_nav_wrap {
        position: fixed;
        top: 0;
        right: 0;
        /* background: rgba(183,230,255,.8); */
        background: #ffffffdb;
        backdrop-filter: blur(10px);
        width: 100%;
        max-width: 400px;
        height: 100dvh;
        padding: 4rem 2rem 6rem;
        transform: translateX(100%);
        transition: .3s;
        overflow-y: scroll;
    }
    .header_nav_wrap.open {
        transform: translateX(0);
    }
    .header_nav_list {
        display: block;
    }
    .header_nav_item {
        padding: 1rem;
        border-bottom: 5px double #001e53;
        text-align: left;
    }
    .header_nav_item:not(:last-child) {
        margin-right: 0;
    }
    .header_nav_item::after {
        content: "";
        position: absolute;
        bottom: unset;
        opacity: unset;
        visibility: unset;
        transition: unset;
        background: unset;
        width: 20px;
        height: 20px;
        left: 0;
    }
    .header_nav_item:last-child {
        border-bottom: none;
    }
    .header_nav_link {
        display: block;
    }
    .header_contact_wrap {
        display: none;
    }
    #header {
        padding: 2rem;
    }
    .header_nav_wrap {
        margin-right: 0;
    }
    .header_contact_btn {
        margin-top: 10px;
    }
    .header_nav_link .en, .header_nav_link .ja {
        text-align: left;
    }
    .mega {
        display: block;
        position: static;
    }
    .mega_flex {
        height: 100%;
    }
    .mega_ttl_wrap {
        display: none;
    }
    .mega_link_wrap {
        width: 100%;
        padding: 0;
        background: unset;
    }
    .mega_list_ttl_wrap {
        display: none;
    }
    .mega_link_item:not(:nth-child(4n)) {
        margin-right: 0;
    }
    .mega_link_item {
        width: 100%;
    }
    .mega_link {
        font-weight: 500;
        color: unset;
        background: unset;
        padding: .7rem 0 0 2rem;
        border: none;
    }
    .mega_link::before {
        top: 8px;
        transform: unset;
        left: 0;
        color: #001e53;
    }
}
@media screen and (max-width: 820px) {
    .header_nav_wrap {
        max-width: 400px;
    }
}
@media screen and (max-width: 767px) {
    .header_nav_item {
        padding: .5rem;
    }
    .header_nav_item:last-child {
        border-bottom: unset;
    }
    .btn-gNav {
        width: 45px;
        height: 45px;
        top: 17px;
        right: 15px;
    }
    .header_contents_wrap {
        padding: 1.5rem;
    }
    .btn-gNav span:nth-child(1) {
        top: 11px;
        left: 10px;
        width: 25px;
    }
    .btn-gNav span:nth-child(2) {
        top: 21px;
        left: 19px;
        width: 16px;
    }
    .btn-gNav span:nth-child(3) {
        top: 31px;
        left: 25px;
        width: 10px;
    }
    .btn-gNav.open span:nth-child(1) {
        top: 21px;
        left: 13px;
        width: 20px;
    }
    .btn-gNav.open span:nth-child(3) {
        top: 20px;
        left: 13px;
        width: 20px;
    }
    #header {
        padding: 0rem;
    }
    .header_logo_wrap {
        padding-left: 0;
    }
    .header_logo {
        max-width: 250px;
    }
}

/* ----------------------------------------
フッター
footer
------------------------------------------*/
.footer {
    padding: 6rem 0;
}
.footer_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.footer_info_wrap {
    width: 40%;
}
.footer_logo_wrap {
    margin-bottom: 20px;
}
.footer_logo {
    max-width: 350px;
}
.footer_nav_wrap {
    width: 35%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_nav_link {
    transition: .5s;
}
.footer_nav_link:hover {
    color: #001e53;
    transition: .5s;
}
.footer_nav_item:not(:last-child) {
    margin-bottom: 5px;
}
.footer_nav_link {
    position: relative;
    padding-left: 1.5rem;
    font-size: 1.4rem;
}
.footer_nav_link::before {
    position: absolute;
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 1rem;
    color: #001e53;
}
.footer_nav_link::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #001e53;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
.footer_nav_link:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}
.copyright_wrap {
    text-align: center;
    padding: 1rem 0;
    background: #001e53;
}
.copyright {
    font-size: 1.4rem;
    color: #fff;
}
.contact_common_wrap {
    padding: 4rem;
    /* background: #dbebff; */
    background: linear-gradient(90deg, #55b8ff 0%, #9cd6ff 100%);
}
.contact_common_txt {
    font-size: 2rem;
    /* color: #003C8A; */
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.contact_item_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_item {
    display: block;
    padding: 2rem;
    text-align: center;
    width: calc(100% / 2 - 20px);
}
.contact_item:nth-child(1) {
    background: #fff;
}
.contact_item:nth-child(1) .txt1 {
    font-size: 2.2rem;
    font-weight: 600;
}
.contact_item:nth-child(1) .tel_txt i {
    font-size: 2.4rem;
}
.contact_item:nth-child(1) .num {
    font-size: 3rem;
    font-weight: 600;
    color: #003C8A;
}
.contact_item:nth-child(1) .txt2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #003C8A;
}
.contact_item:nth-child(2) {
    background: linear-gradient(to left, #ffec6e, #ffdd00);
    position: relative;
    overflow: hidden;
}
.contact_item:nth-child(2)::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffd600;
    position: absolute;
    top: 0;
    left: -100%;
    transition: all .5s ease;
    opacity: 1;
    box-sizing: border-box;
}
.contact_item:nth-child(2):hover {
    opacity: 1;
}
.contact_item:nth-child(2):hover::before {
    left: 0;
}
.contact_item:nth-child(2)::after {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    right: 5vw;
    color: #003C8A;
}
.contact_item:nth-child(2) .icon {
    position: relative;
}
.contact_item:nth-child(2) .icon i {
    font-size: 3rem;
    color: #003C8A;
}
.contact_item:nth-child(2) .txt1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #003C8A;
    position: relative;
}
.contact_item:nth-child(2) .txt2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #003C8A;
    position: relative;
}
@media screen and (max-width: 820px) {
    .footer_logo {
        max-width: 250px;
    }
    .footer_nav:last-child {
        margin-top: 50px;
    }
    .footer_nav:last-child .footer_nav_list {
        display: flex;
        flex-wrap: wrap;
    }
    .footer_nav:last-child .footer_nav_item:not(:last-child) {
        margin-right: 1rem;
    }
    .contact_item {
        width: 100%;
    }
    .contact_item:nth-child(2) {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .footer {
        padding: 6rem 0 0;
    }
    .footer_info_wrap {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer_nav_wrap {
        width: 100%;
    }
    .footer_nav {
        width: 50%;
    }
    .footer_nav_ttl {
        font-size: 1.6rem;
        margin-bottom: 5px;
        display: block;
    }
    .footer_nav_link {
        font-size: 1.3rem;
    }
    .footer_nav:nth-child(3) {
        width: 100%
    }
    .footer_nav:nth-child(-n + 4) {
        margin-bottom: 30px;
    }
    .footer_nav:last-child .footer_nav_list {
        display: block;
    }
    .footer_nav:last-child {
        margin-top: 0;
        width: 100%;
    }
    .contact_common_wrap {
        padding: 2rem;
    }
    .contact_common_txt {
        font-size: 1.6rem;
    }
    .contact_item {
        padding: 1rem;
    }
    .contact_item:nth-child(1) .txt1 {
        font-size: 1.6rem;
    }
    .contact_item:nth-child(1) .num {
        font-size: 2.4rem;
    }
    .contact_item:nth-child(1) .tel_txt i {
        font-size: 2rem;
    }
    .contact_common_wrap .contents p:not(:last-of-type) {
        margin-bottom: 0px;
    }
    .contact_item:nth-child(2) .txt1 {
        font-size: 1.6rem;
    }
    .contact_item:nth-child(2) .icon i {
        font-size: 2rem;
    }
    .copyright_wrap {
        padding: 0 0 .5rem;
    }
    .copyright {
        font-size: .9rem;
    }
}

/* ----------------------------------------
メディア
media
------------------------------------------*/
.media {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.media_img_wrap {
    width: 40%;
}
.media_content_wrap {
    width: 55%;
}
.media_content_wrap p:not(:last-child) {
    margin-bottom: 10px;
}
.media_content_head {
    margin-bottom: 20px;
}
.media_content_ttl {
    font-size: 2.4rem;
    letter-spacing: 3px;
    position: relative;
    padding: 1rem 0 1rem 3.5rem;
    background: #eff6ff;
}
.media_content_ttl::before {
    position: absolute;
    content: "";
    background: #23466E;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    left: 0;
    width: 15px;
    height: 15px;
}
.media_content_ttl::after {
    position: absolute;
    content: "";
    background: #fff;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    left: 10px;
    width: 10px;
    height: 10px;
    border: 1px solid #23466E;
}
@media screen and (max-width: 820px) {
    .media_img_wrap {
        width: 100%;
        margin-bottom: 10px;
    }
    .media_content_wrap {
        width: 100%;
    }
    .media_img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}
@media screen and (max-width: 767px) {
    .media_img {
        height: 200px;
    }
    .media_content_head {
        margin-bottom: 10px;
    }
}

/* ----------------------------------------
インナー
inner
------------------------------------------*/
.innerS {
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 2rem;
}
.inner {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 2rem;
}
.innerL {
    margin: 0 auto;
    max-width: 1360px;
    padding: 0 2rem;
}

/* ----------------------------------------
要素間調整
element space
------------------------------------------*/
.main {
    position: relative;
    padding: 8rem 0;
}
.home .main {
    padding: 16rem 0 6rem;
}
.section {
    position: relative;
    padding: 6rem 0 4rem;
}
.home .section {
    padding: 10rem 0 4rem;
}
.section:first-of-type {
    padding: 0;
}
/* .section:last-of-type {
    padding: 6rem 0 0;
} */
.page .section:nth-child(1) {
    padding: 0;
}
.section_head {
    margin-bottom: 50px;
}
.content:not(:last-of-type) {
    margin-bottom: 20px;
}
.contents:not(:last-of-type) {
    margin-bottom: 30px;
}
.contents p:not(:last-of-type) {
    margin-bottom: 10px;
}
.content_head {
    margin-bottom: 20px;
}
.content div:not(:last-of-type),
.content p:not(:last-of-type) {
    margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
    .main {
        padding: 6rem 0;
    }
}
@media screen and (max-width: 767px) {
    .home .main {
        padding: 8rem 0 0;
    }
    .page .main {
        padding: 6rem 0;
    }
    .home .section {
        padding: 4rem 0;
        overflow: hidden;
    }
    .section_head {
        margin-bottom: 20px;
    }
    .section {
        padding: 6rem 0 0;
    }
}

/* ----------------------------------------
各ページ画像サイズ調整
------------------------------------------*/
.img_wrap {
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    display: block;
}
.img_wrap::before {
    position: absolute;
    content: '\f424';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    bottom: 20px;
    right: 20px;
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #333;
    outline: 2px solid #fff;
    outline-offset: -5px;
    z-index: 1;
}
.img_wrap.half {
    width: 50%
}
@media screen and (max-width: 767px) {
    .img_wrap::before {
        bottom: 10px;
        right: 10px;
        font-size: 1rem;
        width: 30px;
        height: 30px;
        line-height: 30px;
        outline: 2px solid #fff;
        outline-offset: -5px;
    }
    .img_wrap.half {
        width: 100%
    }
}

/* ----------------------------------------
タイトル　
ttl
------------------------------------------*/
.ttl1 {
    font-size: 2.4rem;
    letter-spacing: 3px;
    font-weight: 600;
    position: relative;
    padding-left: 2rem;
    padding-bottom: 2rem;
}
.ttl1::before {
    position: absolute;
    content: "";
    background: #001e53;
    width: 5px;
    height: 40px;
    top: 0;
    left: 0;
}
.ttl1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: solid 1px #E9ECF2;
}
.ttl1 + p {
    margin-top: 30px;
}
.ttl1_ja {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: #001e53;
    margin-bottom: 10px;
}
.ttl1_en {
    font-size: 1.2rem;
    font-weight: 100;
    color: #001e53;
    position: relative;
    letter-spacing: -.5px;
}
.ttl2 {
    font-size: 2.4rem;
    letter-spacing: 3px;
    position: relative;
    padding-left: 3.5rem;
    background: #eff6ff;
}
.ttl2::before {
    position: absolute;
    content: "";
    background: #23466E;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    left: 0;
    width: 15px;
    height: 15px;
}
.ttl2::after {
    position: absolute;
    content: "";
    background: #fff;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    left: 10px;
    width: 10px;
    height: 10px;
    border: 1px solid #23466E;
}
.ttl2 + p {
    margin-top: 20px;
    padding: 1.5rem 2rem;
    background: #fafafa;
}
.ttl3_wrap {
    display: flex;
}
.ttl3 {
    color: #001e53;
    font-size: 4rem;
    letter-spacing: 3px;
    font-weight: 600;
    margin-right: 6rem;
}
.ttl3 + p span {
    color: #6D90CD;
    font-size: 3rem;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
    .ttl1 {
        font-size: 2.4rem;
    }
    .ttl2 {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .ttl1 {
        font-size: 1.8rem;
        padding-top: .5rem;
        padding-bottom: 1rem;
        margin-bottom: 20px;
    }
    .ttl1::after {
        bottom: -10px;
    }
    .ttl2 {
        font-size: 1.6rem;
    }
    .ttl2 + p {
        font-size: 1.6rem;
        padding: 1rem;
    }
}

/* ----------------------------------------
ボタン
btn
------------------------------------------*/
.btn {
    letter-spacing: 1px;
    display: inline-block;
    padding: 1rem 2rem;
    transition: .5s;
    width: 100%;
    max-width: 200px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.btn:hover {
    transition: .5s;
    opacity: 1;
}
.btn1 {
    background: #001e53;
    color: #fff;
    border: 1px solid #001e53;
}
.btn1::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1px;
    width: 9px;
    height: 9px;
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.007 21.282'%3E%3Cpath d='M12.007,21.282,7.454,10.641,12.007,0,0,10.641Z' transform='translate(12.007 21.282) rotate(180)' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat center / contain;
}
.btn1::after {
    position: absolute;
    content: "";
    top: 50%;
    left: -39px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: .2s;
}
.btn1:hover::after {
    width: 500px;
    height: 500px;
    transition: 1s;
}
@media screen and (max-width: 767px) {
    .btn1::after {
        left: -39px;
    }
}

/* ----------------------------------------
ボックス
box
------------------------------------------*/
.box1 {
    font-size: 1.8rem;
    padding: 1.5rem 2rem;
    background: #f9f9f9;
}
.box2_img_wrap {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.box2_img_wrap img {
    width: 100%;
}
.box2_head {
    position: absolute;
    top: 20px;
    right: 20px;
}
.box2_ttl {
    font-size: 2.4rem;
    writing-mode: vertical-rl;
    background: #fff;
    padding: 1rem .5rem;
    letter-spacing: 5px;
}
.box3_img_wrap {
    max-width: 1000px;
    margin: 0 auto;
}
.box3_img_wrap img {
    width: 100%;
}
.box3_content {
    margin-bottom: 50px;
    position: relative;
}
.box3_content .obj:nth-child(1) {
    bottom: 0;
    left: -2vw;
}
.box3_content .obj:nth-child(2) {
    bottom: 0;
    right: -2vw;
}
.box3_content p {
    font-size: 3.5rem;
    padding: 1.65rem 2rem;
    letter-spacing: 5px;
    color: #001e53;
    background-color: transparent;
    background-image: linear-gradient(45deg, #ddefe5 25%, transparent 25%, transparent 75%, #ddefe5 75%, #ddefe5),
    linear-gradient(45deg, #ddefe5 25%, transparent 25%, transparent 75%, #ddefe5 75%, #ddefe5);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .box1 {
        font-size: 1.6rem;
    }
}

/* ----------------------------------------
固定ページヘッダー
page head
------------------------------------------*/
.page_thumbnail {
    margin-top: 100px;
}
.page_thumbnail_wrap {
    position: relative;
    width: 100%;
    height: 350px;
}
.page_thumbnail_wrap::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
}
.page_thumbnail_contents {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.page_thumbnail_ttl_ja,
.page_thumbnail_ttl_en {
    color: #fff;
}
.page_thumbnail_ttl_ja {
    font-size: 3.5rem;
    font-family: serif;
    letter-spacing: 3px;
    position: relative;
}
.page_thumbnail_ttl_ja::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #fff;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.page_thumbnail_ttl_en {
    font-size: 2rem;
    font-family: serif;
    letter-spacing: 3px;
}
.page_thumbnail_ttl_en::first-letter {
    text-transform: uppercase;
}
@media screen and (max-width: 1180px) {
    .page_thumbnail {
        margin-top: 90px;
    }
}
@media screen and (max-width: 1024px) {
    .page_thumbnail_ttl_ja {
        font-size: 4rem;
    }
    .page_thumbnail_ttl_en {
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 820px) {
    .page_thumbnail_ttl_ja {
        font-size: 3.5rem;
    }
}
@media screen and (max-width: 767px) {
    .page_thumbnail {
        margin-top: 80px;
    }
    .page_thumbnail_contents {
        width: 100%;
        top: 40%;
    }
    .page_thumbnail_wrap {
        height: 250px;
    }
    .page_thumbnail_ttl_ja {
        font-size: 2rem;
    }
    .page_thumbnail_ttl_en {
        font-size: 1.8rem;
    }
}

/* ----------------------------------------
パンくずリスト
breadcrumb
------------------------------------------*/
.breadcrumb_wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #f2f2f2;
    padding: .5rem 0 1rem;
    width: 100%;
    z-index: 2;
}
.breadcrumb_wrap .inner {
    padding: 0;
}
.breadcrumb_wrap span {
    font-size: 1.2rem;
}
.breadcrumb_wrap .current-item {
    color: #001e53;
}
@media screen and (max-width: 767px) {
    .breadcrumb_wrap {
        padding: .5rem 1rem 1rem;
    }
}

/* ----------------------------------------
順序なしリスト
ul
------------------------------------------*/
.ul1 li {
    position: relative;
    padding-left: 2rem;
}
.ul1 li::before {
    position: absolute;
    content: '・';
    top: 0;
    left: 0;
}
.ul2 li {
    position: relative;
    padding-left: 2rem;
}
.ul2 li::before {
    position: absolute;
    content: '■';
    top: 5px;
    left: 0;
    font-size: 1rem;
}
.ul_icon1 li {
    position: relative;
    padding-left: 2rem;
}
.ul_icon1 li::before {
    position: absolute;
    content: '\f239';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 0;
    left: 0;
}
.ul_come li {
    position: relative;
    padding-left: 2rem;
}
.ul_come li::before {
    position: absolute;
    content: '※';
    top: 0;
    left: 0;
}
.ul_asterisk li {
    position: relative;
    padding-left: 2rem;
}
.ul_asterisk li::before {
    position: absolute;
    content: '＊';
    top: 0;
    left: 0;
}

/* ----------------------------------------
順序付きリスト
ol
------------------------------------------*/
.ol1 {
    counter-reset: count 0;
}
.ol1 li {
    padding-left: 3rem;
    position: relative;
    margin-bottom: 10px;
}
.ol1 li:before {
    content: counter(count) ".";
    counter-increment: count 1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    /* color: #87CB54; */
    font-size: 2.4rem;
    font-weight: 500;
    /* font-family: Gothic A1; */
}
.ol_tyusyaku {
    counter-reset: count 0;
}
.ol_tyusyaku li {
    padding-left: 4.5rem;
    position: relative;
}
.ol_tyusyaku li:before {
    content: "注"counter(count) "）";
    counter-increment: count 1;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 767px) {
    .ol1 li:before {
        top: 15px;
    }
}

/* ----------------------------------------
dl
説明リスト
------------------------------------------*/
.dl1 {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #181818;
}
.dl1:last-child {
    border-bottom: 1px solid #181818;
}
.dl1 dt {
    font-weight: 600;
    width: 15%;
    padding: 2rem 0;
}
.dl1 dd {
    width: 80%;
    padding: 2rem 0;
}
.dl1 dl {
    display: flex;
    justify-content: space-between;
}
.dl1 dl dt {
    width: 15%;
    padding: 0;
}
.dl1 dl dd {
    width: 85%; 
    padding: 0;
}
@media screen and (max-width: 767px) {
    .dl1 dt {
        width: 25%;
        padding: 1rem 0;
    }
    .dl1 dd {
        width: 75%;
        padding: 1rem 0;
    }
}

/* ----------------------------------------
テーブル
table
------------------------------------------*/
.tbl1 {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.tbl1 thead th {
    background: #23466E;
    color: #fff;
}
.tbl1 thead th:nth-child(1) {
    border-right: 1px solid #fff;
    width: 30%;
}
.tbl1 tbody th {
    width: 30%;
    background: #fafdff;
}
.tbl1 th,
.tbl1 td {
    text-align: left;
    vertical-align: middle;
    padding: 1rem;
    border: 1px solid #23466E;
}

/* ----------------------------------------
ページネーション アーカイブ
pagination archive
------------------------------------------*/
.page-numbers {
    color: #001e53;
    border: 1px solid #001e53;
    padding: 1rem;
}
.page-numbers.current {
    color: #fff;
    border: 1px solid #001e53;
    background: #001e53;
}

/* ----------------------------------------
ページネーション 詳細
pagination detail
------------------------------------------*/
.pager li {
    display: inline-block;
}
.pager li a {
    padding: 1rem;
    display: block;
    border: 1px solid #001e53;
}
.pager .all a {
    background: #001e53;
    color: #fff;
}
