@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
    width: 100%;
    height: 100%;
}


body {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-optical-sizing: auto;
    font-size: 12px;
    background-color: #ffffff;
    color: #222222;
    overflow-x: hidden;
}

body.english {
    font-family: 'Noto Sans';
}



/* COMMON */
a {
    color: #285FBB;
}

ul{
    padding-left: 1.5em;
}

.btn_wide img {
    width: 28px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.btn_wide,
.btn_wide_pdf {
    display: inline-block;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 20px 40px 20px 15px;
    text-decoration: none;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 767.5px) {
    .btn_wide,
    .btn_wide_pdf {
        font-size: 14px;
        padding: 15px 40px 15px 15px;
    }
}

.btn_wide::before,
.btn_wide_pdf::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    z-index: 1;
    margin: auto;
}

.btn_wide::before {
    width: 7px;
    height: 12px;
    background: url("../images/arrow_white.svg") no-repeat center/contain;
}

.btn_wide_pdf::before {
    width: 20px;
    height: 20px;
    background: url("../images/icon_pdf_white.svg") no-repeat center/contain;
}

.btn_wide::after,
.btn_wide_pdf::after {
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}




.btn_wide:hover,
.btn_wide_pdf:hover {
    color: #fff;
}

.btn_wide:hover::after,
.btn_wide_pdf:hover::after {
    transform: scale(1, 1);
}

.btn_wide.blue,
.btn_wide_pdf.blue {
    background-color: #285FBB;
    border: 1px solid #285FBB;
}

.btn_wide.blue:hover,
.btn_wide_pdf.blue:hover {
    color: #285FBB;
}

.btn_wide.blue:hover::before {
    background: url("../images/arrow_blue.svg") no-repeat center/contain;
}

.btn_wide_pdf.blue:hover::before {
    background: url("../images/icon_pdf_blue.svg") no-repeat center/contain;
}

.btn_wide.red,
.btn_wide_pdf.red {
    background-color: #D4143A;
    border: 1px solid #D4143A;
}

.btn_wide.red:hover,
.btn_wide_pdf.red:hover {
    color: #D4143A;
}

.btn_wide.red:hover::before,
.btn_wide_pdf.red:hover::before {
    background: url("../images/arrow_red.svg") no-repeat center/contain;
}

.btn_wide.black,
.btn_wide_pdf.black {
    background-color: #000000;
    border: 1px solid #000000;
}

.btn_wide.black:hover,
.btn_wide_pdf.black:hover {
    color: #000000;
}

.btn_wide.black:hover::before,
.btn_wide_pdf.black:hover::before {
    background: url("../images/arrow_black.svg") no-repeat center/contain;
}

.btn_wide_update{
    background: #5b5b5b !important;
    cursor: pointer;
    padding: 20px 15px 20px 40px;
    border-color: #5b5b5b !important;
}
.btn_wide_update::before{
    right: auto;
    left: 15px;
    transform: rotate(180deg);
}



@media screen and (max-width: 767.5px) {
    .btn_wide{
        font-size: 16px;
        padding: 15px 15px 15px 5px;
    }
    .btn_wide_update{
        padding: 15px 5px 15px 20px;
    }

    .spmenu_contact .btn_wide{
        padding-left: 15px;
    }
}



.btn_logout img {
    width: 22px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.btn_logout {
    width: 100%;
    display: inline-block;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 15px 40px 15px 15px;
    text-decoration: none;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: url("../images/arrow_white.svg") no-repeat center right 15px/7px 12px, #002F6C;
}








.btn_sub {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.btn_sub::after {
    display: inline-block;
    content: '';
    width: 56px;
    min-width: 56px;
    height: 56px;
    border-radius: 50%;
    background: url("../images/arrow_white.svg") no-repeat center/9px, #285FBB;
    margin-left: 10px;
    border: 1px solid #285FBB;
    box-sizing: border-box;
    z-index: 1;
}

.btn_sub::before {
    background: #285FBB;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 56px;
    height: 56px;
    border-radius: 50%;
    transform: scale(0, 0);
    transform-origin: center center;
    transition: transform .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: 2;
    border: 1px solid #285FBB;
    background: url("../images/arrow_blue.svg") no-repeat center/9px, #ffffff;
}

.btn_sub:hover::before {
    transform: scale(1, 1);
}

.section_title>.en {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #285FBB;
    margin-bottom: 15px;
}

.section_title>.en::before {
    content: '■';
    margin-right: 7px;
}

.section_title>.jp {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    color: #222222;
}




/* HEADER */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    background-color: #ffffff;
}


header>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}



header .logo {
    width: 297px;
    height: 100px;
    padding: 30px 18px;
}

header .logo img {
    min-width: 260px;
}

header .right {
    width: 100%;
}

header .right .upper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
}

header .right .upper .search {
    display: flex;
    align-items: center;
    height: 28px;
    padding-right: 24px;
    border-right: 2px solid #222222;
    transition: opacity .2s cubic-bezier(0.45, 0, 0.55, 1);
    cursor: pointer;
}

header .right .upper .search:hover {
    opacity: 0.6;
}

/* 検索オーバーレイ */
.search_overlay {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 50px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
}

.search_overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.search_overlay_inner {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
    padding: 24px 56px 24px 24px;
}

.search_form {
    display: flex;
    gap: 12px;
    align-items: center;
}

.search_form .search_input {
    flex: 1;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
}

.search_form .search_input:focus {
    outline: none;
    border-color: #285FBB;
}

.search_form .search_submit {
    height: 48px;
    padding: 0 24px;
    background: #285FBB;
    color: #fff;
    border: none;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Noto Sans JP', sans-serif;
}

.search_form .search_submit:hover {
    opacity: 0.9;
}

.search_overlay_close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    color: #222;
    cursor: pointer;
}

.search_overlay_close:hover {
    opacity: 0.7;
}

header .right .upper .language {
    position: relative;
    height: 28px;
    transition: opacity .2s cubic-bezier(0.45, 0, 0.55, 1);
    display: flex;
    align-items: center;
}

header .right .upper .language .language_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 24px;
    padding-right: 20px;
    cursor: pointer;
    ;
}

header .right .upper .language .language_btn:hover {
    opacity: 0.6;
}

header .right .upper .language_list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 10px auto;
    width: 80px;
    background: #ffffff;
    z-index: 100;
    padding: 10px 20px;
    box-sizing: border-box;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
}

header .right .upper .language_list::before {
    content: '';
    display: block;
    width: 20px;
    height: 15px;
    background: #ffffff;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

header .right .upper .language_list a {
    display: block;
    text-decoration: none;
    color: #222222;
    padding: 5px;
    text-align: center;
}

header .right .upper .login {
    position: relative;
    z-index: 1000;
}

header .right .upper .login a{
    text-decoration: none;
}

header .right .upper .login .login_btn {
    display: flex;
    align-items: center;
    background: #002F6C;
    color: #ffffff;
    padding: 15px;
    height: 50px;
    transition: opacity .2s cubic-bezier(0.45, 0, 0.55, 1);
    cursor: pointer;
}

header .right .upper .login .login_btn:hover {
    opacity: 0.6;
}

header .right .upper .login .login_btn>img {
    margin-right: 8px;
}


header .right .upper .login .login_menu {
    display: none;
    position: fixed;
    top: 74px;
    right: 70px;
    width: auto;
    min-width: 340px;
    z-index: 1000;

    padding: 30px;
    background: #FFFFFF;
    border-radius: 4px;
}

header .right .upper .login .login_menu::before {
    content: '';
    display: block;
    position: absolute;
    width: 33px;
    height: 24px;
    right: 113px;
    top: -24px;
    
    background: #002F6C;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

header .right .upper .login .login_menu .login_menu_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #222222;
    margin-bottom: 16px;
}

header .right .upper .login .login_menu .login_menu_content {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 15px;
    border-top: 1px solid #E6E6E6;
}

header .right .upper .login .login_menu .login_menu_content a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    height: 60px;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 60px;
    color: #222222;
    padding-left: 10px;
    background: url("../images/arrow_blue.svg") no-repeat right 10px center/6px;
    transition: color .2s cubic-bezier(0.45, 0, 0.55, 1), background .2s cubic-bezier(0.45, 0, 0.55, 1);
}

header .right .upper .login .login_menu .login_menu_content a:hover {
    color: #285FBB;
    background: url("../images/arrow_blue.svg") no-repeat right 10px center/6px, #EDF9FF;
}


header .right .upper .contact {
    display: flex;
    align-items: center;
    background: #285FBB;
    color: #ffffff;
    
    height: 50px;
    transition: opacity .2s cubic-bezier(0.45, 0, 0.55, 1);
    cursor: pointer;
}

header .right .upper .contact:hover {
    opacity: 0.6;
}

header .right .upper .contact a{
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 15px;
    text-decoration: none;
    gap: 10px;
    font-weight: 700;
}

header .right .upper .contact>img {
    margin-right: 8px;
}

.english header .right .nav{
    margin-top: 5px;
}

header .right .nav nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 50px;
}
.english header .right .nav nav{
    height: auto;
}

header .right .nav nav a {
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    color: #222222;
    padding: 5px 10px 8px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    position: relative;
    transition: opacity .2s cubic-bezier(0.45, 0, 0.55, 1), border-bottom .2s cubic-bezier(0.45, 0, 0.55, 1);
}

header .right .nav nav a:hover {
    border-bottom: 2px solid #285FBB;
}

header .right .nav nav a.nav-hover {
    border-bottom: 2px solid #285FBB;
}

header .right .nav nav a.nav-hover::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 24px solid #285FBB;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

/* MEGAMENU */
.megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}

.megamenu .inner {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    padding: 24px 30px 0 70px;
    right: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .2s cubic-bezier(0.45, 0, 0.55, 1), transform .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.megamenu.active .inner {
    opacity: 1;
    transform: translateY(0);
}

.megamenu .container {
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 4px;
}

.megamenu .content {
    display: none;
}

.megamenu .content.active {
    display: block;
}

.megamenu .column {
    width: 100%;
}

.megamenu .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #285FBB;
    padding-left: 22px;
    border-left: 6px solid #285FBB;
    margin-bottom: 24px;
}

.megamenu .items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.4%;
    border-top: 1px solid #E6E6E6;
}

.megamenu .items>a {
    display: block;
    width: 32.4%;
    border-bottom: 1px solid #E6E6E6;
    height: 70px;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.7;
    color: #222222;
    padding-left: 10px;
    background: url("../images/arrow_blue.svg") no-repeat right 10px center/6px;
    transition: color .2s cubic-bezier(0.45, 0, 0.55, 1), background .2s cubic-bezier(0.45, 0, 0.55, 1);
    display: flex;
    align-items: center;
    padding-right: 2em;
}

.megamenu .items>a:hover {
    color: #285FBB;
    background: url("../images/arrow_blue.svg") no-repeat right 10px center/6px, #EDF9FF;
}

.spmenu {
    display: none;
}


/* MAIN */
main {
    display: flex;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 40px;
}

main>.container {
    width: 100%;
}









/* 2nd PAGE COMMON */

.second_headerarea {
    width: 100%;
    padding: 10px 40px;
    background: linear-gradient(180deg, #FFFFFF 50%, #EBF7FF 50%);
    margin-bottom: 80px;
}
@media screen and (max-width: 767.5px) {
    .second_headerarea {
        padding: 10px 15px;
        margin-bottom: 25px;
    }
}

.second_title {
    background: url("../images/second_title_bg.jpg") top 13% center/cover;

    position: relative;
    width: 100%;
    height: 240px;

    border-radius: 10px;

    overflow: hidden;
}
@media screen and (max-width: 767.5px) {
    .second_title{
        height: 150px;
    }
}

.second_title>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(180deg, rgba(0, 57, 166, 0) 0%, rgba(45, 106, 190, 0.14) 37.98%, rgba(45, 106, 190, 0.7) 100%), linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 57, 166, 0) 20.19%, rgba(45, 106, 190, 0.38) 55.29%, rgba(45, 106, 190, 0.6) 100%), linear-gradient(270deg, rgba(0, 57, 166, 0) 25.68%, rgba(45, 106, 190, 0.38) 72.13%, rgba(45, 106, 190, 0.6) 100%);

    display: flex;
    justify-content: start;
    align-items: center;
}


.second_title>div .title {
    padding-left: 60px;
}
@media screen and (max-width: 767.5px) {
    .second_title>div .title{
            padding-left: 25px;
    }
}

.second_title>div .jp {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 13px;
}
@media screen and (max-width: 767.5px) {
    .second_title>div .jp{
        font-size: 26px;
    }
}

.second_title>div .en {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
}
@media screen and (max-width: 767.5px) {
    .second_title>div .en{
        font-size: 16px;
    }
}

.second_headerarea .breadcrumbs {
    padding: 20px 60px 10px;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-size: 14px;
    line-height: 100%;
    color: #285FBB;
    font-weight: 700;
    display: flex;
}

.second_headerarea .breadcrumbs .breadcrumbsInner{
    display: flex;
    white-space: nowrap;
}

.second_headerarea .breadcrumbs a {
    color: #222222;
    text-decoration: none;
    font-weight: 500;
}

.second_headerarea .breadcrumbs span {
    display: flex;
    align-items: center;
}

.second_headerarea .breadcrumbs span:not(:last-child)::after {
    content: '';
    margin: 0 12px;
    height: 1px;
    width: 20px;
    background-color: #285FBB;
}

@media screen and (max-width: 767.5px) {
    .second_headerarea .breadcrumbs {
        padding: 20px 0 10px;
        overflow: scroll;
        white-space: nowrap;
    }
}


.second_content {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px 100px;
    font-size: 16px;
}
@media screen and (max-width: 767.5px) {
    .second_content{
        padding: 0 20px 35px;
        font-size: 14px;
    }
}

.second_content .h {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: #285FBB;
    padding-bottom: 16px;
    margin-bottom: 17px;
    border-bottom: 1px solid #285FBB;

}


input[type="text"],
input[type="number"],
input[type="password"],
select,
textarea {
    padding: 11px 15px;

    background: #F9F9F9;
    border: 2px solid #E8E8E8;
    border-radius: 6px;

    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;

    color: #000;
    resize: none;
}
input,
textarea{
    max-width: 600px;
}
.selectDesign{
    position: relative;
    display: inline-block;
}

@media screen and (max-width: 999.5px) {
    input,
    textarea {
        max-width: 45vw;
    }
}
@media screen and (max-width: 767.5px) {
    input[type="text"],
    input[type="number"],
    input[type="password"],
    select,
    textarea {
        font-size: 14px;
        padding: 10px;
    }
    input,
    textarea {
        max-width: 86vw;
    }


    .selectDesign:before{
        content: '';
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 5px;
        background-color: #202020;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        pointer-events: none;
    }
    select{
        min-height: 45px;
        -webkit-appearance: none;
    }

}

select {
    /* appearance: none; */
    padding-right: calc(.8em + 10px);
}

.selectbox {
    display: inline-flex;
    align-items: center;
    position: relative;
}

/* .selectbox::after{
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 5px;
    background-color: #202020;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
} */



.radioItem {
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    width: fit-content;
    line-height: 1;
    cursor: pointer;
}

/* .radioItem:not(:last-of-type) {
    margin-bottom: 16px;
} */

.radioItem>input[type="radio"] {
    appearance: none;
    position: relative;
    width: 22px;
    height: 22px;
    border: 1px solid #9c9c9c;
    border-radius: 9999px;
    cursor: pointer;
}

.radioItem>input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 14px;
    height: 14px;
    margin: auto;
    border-radius: 9999px;
    background-color: #285fbb;
}






/* SUBFOOTER */
.subfooter {
    width: 100%;
    display: flex;
    justify-content: center;
}


.subfooter>.container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: start;
}





/* CONTACT */
.subfooter>.container .contact {
    width: 22%;
    padding: 20px 0;
}

.subfooter>.container .contact .logo {
    margin-bottom: 32px;
}

.subfooter>.container .contact .address {
    font-size: 15px;
    line-height: 200%;
    color: #222222;
    margin-bottom: 16px;
}


.subfooter>.container .contact .numbers {
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #222222;
}

.subfooter>.container .contact .numbers>div {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.subfooter>.container .contact .numbers>div::before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.subfooter>.container .contact .numbers .tel {
    background: url("../images/icon_tel.svg") no-repeat left center/contain;
}

.subfooter>.container .contact .numbers .fax {
    background: url("../images/icon_fax.svg") no-repeat left center/contain;
}

.subfooter>.container .contact .access {
    margin-bottom: 32px;
}

.subfooter>.container .contact .sns {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
}

.subfooter>.container .contact .sns .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #222222;
    margin-bottom: 16px;
}

.subfooter>.container .contact .sns .buttons {
    display: flex;
    gap: 16px;
}

.subfooter>.container .contact .sns .buttons a {
    width: 48px;
}

.subfooter>.container .contact .sns .buttons a img {
    width: 100%;
    height: auto;
}

/* SITEMAP */
.subfooter>.container .sitemap {
    width: 78%;
    padding: 0 40px 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding-left: 30px;
    border-left: 1px solid #E6E6E6;
    margin-left: 30px;
}

.subfooter>.container .sitemap .row {
    display: flex;
    gap: 17px;
}

.subfooter>.container .sitemap .row>.column {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.subfooter>.container .sitemap .row>.column.flex {
    display: flex !important;
    flex-direction: row !important;
    gap: 17px;
}

.subfooter>.container .sitemap .row>.column.flex>div {
    width: 50%;
}

.subfooter>.container .sitemap .row>.column:first-child {
    width: 50%;
}

.subfooter>.container .sitemap .row>.column:not(:first-child),
.subfooter>.container .sitemap .row.last>.column {
    width: 25%;
}

@media screen and (min-width: 900px) {
    .english .subfooter>.container .sitemap .row>.column{
        width: 32% !important;
    }
}

.subfooter>.container .sitemap .row>.column .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #222222;
}
@media screen and (min-width: 767.5px) {
    .subfooter>.container .sitemap .row>.column .title{
        pointer-events: none;
    }
}

.sitemap .row>.column .title.direct{
    padding: 0;
}

.sitemap .row>.column .title a {
    color: #222222;
    text-decoration: none;
    display: block;
    padding: 20px 0;
}

.subfooter>.container .sitemap .row>.column .contents {
    display: flex;
    gap: 20px;
}

.subfooter>.container .sitemap .row>.column .contents .content {
    width: 50%;
}

.sitemap .row .content a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1em;
    color: #000000;
    transition: opacity .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.subfooter>.container .sitemap .row .content a:hover {
    opacity: 0.6;
}

.subfooter>.container .sitemap .row .content a::before {
    content: '';
}





/* FOOTER */
footer {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #285FBB;
}


footer>.container {
    width: 100%;
    align-items: center;
    padding: 40px;
    display: flex;
    justify-content: space-between;
}

footer .submenu {
    display: flex;
    gap: 40px;
}

footer .submenu a {
    display: block;
    text-decoration: none;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #ffffff;
    transition: opacity .2s cubic-bezier(0.45, 0, 0.55, 1);
}

footer .submenu a:hover {
    opacity: 0.6;
}

footer .copyright {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #ffffff;
}

/* TO TOP */
.totop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 72px;
    height: 72px;
    cursor: pointer;
}






/* 1200px HEADER BREAK */
@media screen and (max-width: 1200px) {
    header .right .nav nav a {
        font-weight: 400;
        font-size: 14px;
        padding: 5px 3px 8px;
        letter-spacing: -0.07em;
    }

    .megamenu .items>a {
        font-weight: 400;
        font-size: 12px;
        padding-left: 5px;
        letter-spacing: -0.05em;

    }
}




/* 1200px HEADER BREAK */
@media screen and (max-width: 1000px) {

    header {
        width: 100%;
    }

    /* HEADER */
    header>.container {
        position: relative;
        z-index: 10;
        background: #fff;
    }

    header .logo {
        width: 60%;
        min-width: 0;
        max-width: 1235px;
        height: 75px;
        padding: 15px;
    }

    header .logo img {
        min-width: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: left center;
    }
    header .right {
        width: 40%;
    }

    header .right .upper {
        height: 75px;
    }

    header .right .upper .search {
        display: none;
    }

    header .right .upper .language {
        display: none;
    }

    header .right .upper .login .login_btn {
        flex-direction: column;
        gap: 4px;
        padding: 15px 15px 15px;
        width: 70px;
        height: 75px;
        font-family: 'Noto Sans JP';
        font-style: normal;
        font-weight: 700;
        font-size: 10px;
        line-height: 12px;
        text-align: center;
        white-space: nowrap;
    }



    header .right .upper .login .login_menu {
        display: none;
        position: fixed;
        top: 75px;
        right: 0;
        width: 100%;
        min-width: 0;
        height: 100%;
        z-index: 1000;
    
        padding: 30px;
        background: #FFFFFF;
        border-radius: 4px;
    }
    
    header .right .upper .login .login_menu::before {
        display: none;
    }
    
    header .right .upper .login .login_menu .login_menu_title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        color: #222222;
        margin-bottom: 16px;
    }
    
    header .right .upper .login .login_menu .login_menu_content {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-bottom: 15px;
        border-top: 1px solid #E6E6E6;
    }
    
    header .right .upper .login .login_menu .login_menu_content a {
        display: block;
        width: 100%;
        border-bottom: 1px solid #E6E6E6;
        height: 70px;
        text-decoration: none;
        font-weight: 500;
        font-size: 13px;
        line-height: 70px;
        color: #222222;
        padding-left: 10px;
        background: url("../images/arrow_blue.svg") no-repeat right 10px center/6px;
        transition: color .2s cubic-bezier(0.45, 0, 0.55, 1), background .2s cubic-bezier(0.45, 0, 0.55, 1);
    }
    
    header .right .upper .login .login_menu .login_menu_content a:hover {
        color: #285FBB;
        background: url("../images/arrow_blue.svg") no-repeat right 10px center/6px, #EDF9FF;
    }
    






    header .right .upper .hamburger {
        cursor: pointer;
        flex-direction: column;
        gap: 4px;
        padding: 20px 15px 15px;
        width: 70px;
        height: 75px;
        font-family: 'Noto Sans JP';
        font-style: normal;
        font-weight: 700;
        font-size: 10px;
        line-height: 12px;
        position: relative;
        background: #285FBB;
        color: #ffffff;
        transition: opacity .2s cubic-bezier(0.45, 0, 0.55, 1);
    }

    header .right .upper .hamburger::before {
        content: '';
        display: block;
        margin: 0 auto 8px;
        width: 34px;
        height: 18px;
        background: url("../images/icon_hamburger.svg") no-repeat center/contain;
    }

    header .right .upper .hamburger::after {
        content: 'MENU';
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    header .right .upper .hamburger.active::before {
        background: url("../images/icon_close.svg") no-repeat center/contain;
    }

    header .right .upper .hamburger.active::after {
        content: 'CLOSE';
    }


    header .right .upper .login .login_btn>img {
        margin-right: 0;
        display: block;
        width: 18px;
        height: auto;
        margin-bottom: 4px;
    }

    header .right .upper .contact {
        display: none;
    }


    header .right .nav {
        display: none;
    }



    /* SPMENU */
    header .spmenu {
        display: block;
        width: 100%;
        height: 100%;
        background: #ffffff;
        position: fixed;
        top: -100vh;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        padding: 75px 20px 20px;
        transition: top .3s cubic-bezier(0.45, 0, 0.55, 1), opacity .3s cubic-bezier(0.45, 0, 0.55, 1);
        z-index: 2;
        height: 0;
        overflow: scroll;
    }

    header .spmenu.active {
        opacity: 1;
        top: 0;
        height: auto;
    }

    header .spmenu .nav {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

    header .spmenu .nav>a {
        display: block;
        border-bottom: 1px solid #B3B3B3;
        color: #222222;
        text-decoration: none;
        padding: 18px 0;
        font-family: 'Noto Sans JP';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;
        background: url("../images/arrow_blue.svg") no-repeat right 0 center/6px;
    }

    /* header .spmenu .buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    header .spmenu .search {
        cursor: pointer;
        display: flex;
        align-items: center;
        height: 28px;
        padding-right: 24px;
        border-right: 2px solid #222222;
        transition: opacity .2s cubic-bezier(0.45, 0, 0.55, 1);
    } */

    header .spmenu .buttons {
        margin-top: 15px;
    }
    /* header .spmenu .search:hover {
        opacity: 0.6;
    } */

    .search_form .search_input{
        width: 60vw;
        max-width: none;
    }

    header .spmenu .language {
        position: relative;
        z-index: 100;
    }

    header .spmenu .language .language_btn {
        cursor: pointer;
        height: 28px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding-left: 24px;
        padding-right: 20px;
        transition: opacity .2s cubic-bezier(0.45, 0, 0.55, 1);
    }

    header .spmenu .language_btn:hover {
        opacity: 0.6;
    }

    header .spmenu .language_list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: 10px auto;
        width: 80px;
        background: #ffffff;
        z-index: 100;
        padding: 10px 20px;
        box-sizing: border-box;
        filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
    }

    header .spmenu .language_list::before {
        content: '';
        display: block;
        width: 20px;
        height: 15px;
        background: #ffffff;
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        clip-path: polygon(50% 0, 100% 100%, 0 100%);
    }

    header .spmenu .language_list a {
        display: block;
        text-decoration: none;
        color: #222222;
        padding: 5px;
        text-align: center;
    }


    header .spmenu .search_area_sp {
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transition: max-height 0.3s ease, opacity 0.25s ease;
    }

    header .spmenu .search_area_sp.is-open {
        max-height: 120px;
        opacity: 1;
    }

    header .spmenu .search_area_sp_inner {
        position: relative;
        padding: 0 40px 30px 0;
    }

    header .spmenu .search_area_sp .search_form {
        display: flex;
        gap: 12px;
        align-items: center;
    }

    header .spmenu .search_area_sp .search_input {
        flex: 1;
        height: 44px;
        padding: 0 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        font-family: 'Noto Sans JP', sans-serif;
    }

    header .spmenu .search_area_sp .search_input:focus {
        outline: none;
        border-color: #285FBB;
    }

    header .spmenu .search_area_sp .search_submit {
        height: 44px;
        padding: 0 20px;
        background: #285FBB;
        color: #fff;
        border: none;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        font-family: 'Noto Sans JP', sans-serif;
    }

    header .spmenu .search_area_sp_close {
        position: absolute;
        top: 16px;
        right: 0;
        width: 32px;
        height: 32px;
        padding: 0;
        border: none;
        background: transparent;
        font-size: 24px;
        line-height: 1;
        color: #222;
        cursor: pointer;
    }

    header .spmenu .search_area_sp_close:hover {
        opacity: 0.7;
    }

    header .spmenu .spmenu_contact {
        width: 100%;
        z-index: 99;
        display: flex;
        justify-content: space-between;
        gap: 15px;
        /* margin-top: 15px; */
    }

    header .spmenu .splanguage{
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        width: 35%;
    }
    header .spmenu .splanguage a{
        text-decoration: none;
        font-size: 14px;
        text-align: center;
    }
    header .spmenu .splanguage a.active{
        font-weight: 700;
        font-size: 16px;
    }

    header .spmenu .spmenu_contact > a {
        width: 60%;
    }

    /* MAIN */
    main {
        padding-top: 75px;
        padding-bottom: 20px;
    }


}





/* SP */
@media screen and (min-width: 901px) {
    .sp {
        display: none !important;
    }
}


/* SP */
@media screen and (max-width: 900px) {


    .pc {
        display: none !important;
    }



    /* COMMON */
    a {
        color: #285FBB;
    }



    .btn_sub::after {
        width: 36px;
        min-width: 36px;
        height: 36px;
        background: url("../images/arrow_white.svg") no-repeat center/6px, #285FBB;
    }

    .btn_sub::before {
        width: 36px;
        height: 36px;
        background: url("../images/arrow_blue.svg") no-repeat center/6px, #ffffff;
    }

    .section_title>.en {
        font-size: 18px;
    }

    .section_title>.jp {
        font-size: 28px;
    }



    /* CONTACT */
    header .right .upper .contact {
        padding: 0 40px;
        background: #285FBB;
        position: relative;
    }

    header .right .upper .contact .inner {
        position: relative;
        top: -165px;
        display: block;
        padding: 30px 10px;
    }

    header .right .upper .contact .tel {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #B3B3B3;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    header .right .upper .contact .mail {
        width: 100%;
    }

    header .right .upper .contact .tel .title {
        font-size: 16px;
    }

    header .right .upper .contact .tel .number {
        font-size: 36px;
    }

    header .right .upper .contact .tel .fax {
        font-size: 20px;
        line-height: 100%;
        color: #222222;
    }

    header .right .upper .contact .mail .title {
        font-size: 16px;
        margin-bottom: 24px;
    }

    header .right .upper .contact .mail .buttons {
        width: 100%;
    }



    /* SITEMAP */
    /* .sitemap {
        display: none;
    } */






    /* SUBFOOTER */


    .subfooter>.container {
        flex-direction: column-reverse;
    }





    /* CONTACT */
    .subfooter>.container .contact {
        width: 100%;
        padding: 30px 15px 5px;
        text-align: center;
    }

    .subfooter>.container .contact .logo {
        max-width: 305px;
        margin: 0 auto 10px;
    }

    .subfooter>.container .contact .numbers {
        display: flex;
        gap: 5px;
        justify-content: center;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .subfooter>.container .contact .numbers>div::before {
        width: 32px;
        height: 32px;
        margin-right: 0px;
    }

    .subfooter>.container .contact .access {
        margin-bottom: 15px;
    }

    .subfooter>.container .contact .sns {
        flex-direction: row;
        justify-content: center;
        gap: 16px;
        margin-bottom: 15px;
    }

    .subfooter>.container .contact .sns .title{
        font-size: 16px;
        margin-bottom: 0;
    }
    .subfooter>.container .contact .sns .buttons a {
        width: 40px;
    }

    /* SITEMAP */
    .subfooter>.container .sitemap {
        width: 100%;
        padding: 20px 15px 0;
        display: block;
        border: none;
        margin: 0;
        /* border-bottom: 1px solid #CCCCCC; */
    }

    header .sitemap{
        margin: 15px 0 20px;
    }

    .subfooter>.container .sitemap .row {
        display: block;
    }
    

    .sitemap .row.last{
        border-bottom: 1px solid #CCCCCC;
    }

    .sitemap .row>.column {
        display: block;
    }

    .sitemap .row>.column.flex {
        display: block !important;
    }

    .sitemap .row>.column.flex>div {
        width: 100%;
    }

    .sitemap .row>.column:first-child {
        width: 100% !important;
    }

    .sitemap .row>.column:not(:first-child) {
        width: 100% !important;
    }

    .subfooter>.container .sitemap .row>.column .title.direct{
        padding-bottom: 0;
    }
    .sitemap .row>.column .title {
        margin-bottom: 0 !important;
        border-bottom: none !important;
        padding: 16px 0;
        border-top: 1px solid #CCCCCC;
        cursor: pointer;
        position: relative;
        font-size: 15px !important;
        font-weight: 700;
        line-height: 1.5em !important;
    }

    .sitemap .row>.column .title a {
        padding: 16px 0;
    }

    .sitemap .row>.column .title::after {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background: url("../images/icon_plus.svg") no-repeat center/contain;
    }

    .sitemap .row>.column .title.open::after {
        background: url("../images/icon_minus.svg") no-repeat center/contain;
    }

    .sitemap .row>.column .title.direct::after {
        background: url("../images/icon_arrow.svg") no-repeat center/contain;
    }

    /* .title直後の.contents/.contentはトグル表示（.directは常に表示）※開閉はJSのslideToggleでアニメーション */
    .sitemap .row>.column .title:not(.direct)+.contents,
    .sitemap .row>.column .title:not(.direct)+.content {
        display: none;
    }

    .sitemap .row>.column .contents {
        display: block;
    }

    .sitemap .row>.column .contents .content {
        width: 100% !important;
    }

    .sitemap .row .content a {
        margin-left: 1em;
        font-size: 15px;
    }

    .sitemap .row>.column .title:not(.direct) a{
        pointer-events: none;
        padding: 0;
    }




    /* FOOTER */
    footer>.container {
        padding: 30px 15px;
        display: block;
    }

    footer .submenu {
        flex-wrap: wrap;
        gap: 10%;
        justify-content: center;
    }

    footer .submenu a {
        width: 45%;
        text-align: center;
        margin-bottom: 18px;
        font-size: 14px;
    }

    footer .copyright {
        text-align: center;
        font-size: 11px;
        line-height: 150%;
    }

    /* TO TOP */
    .totop {
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 55px;
        height: 55px;
        cursor: pointer;
        z-index: 100;
    }
}


.error {
  color:#D4143A !important;
}
.mb10 {
	margin-bottom:10px;
}

.cse-search-results {
    display: flex;
    justify-content: center;
}



/* 404 */
.NotFound404{
    text-align: center;
    width: fit-content;
    margin: 50px auto 0;
}
@media screen and (min-width: 767.5px) {
    .NotFound404{
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        padding: 5em;
    }
}

.NotFound404 .en{
    color: #EBF7FF;
    font-weight: 700;
    font-size: 80px;
    line-height: 1em;
}

.NotFound404 .jp{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3em;
    margin-top: 1em;
    color: #444;
}

.NotFound404 .sub{
    font-size: 18px;
    margin-top: 1em;
    color: #444;
}

.NotFound404 .btn_wide{
    margin-top: 2em;
}

@media screen and (max-width: 767.5px) {
    .NotFound404 .en{
        font-size: 40px;
    }
    .NotFound404 .jp{
        font-size: 16px;
        margin-top: 1.5em;
    }
    .NotFound404 .sub {
        font-size: 14px;
    }
    .NotFound404 .btn_wide{
        min-width: 10em;
    }
}