* {
    font-family: 'Noto Sans JP', sans-serif;
    color: #00254d;
    line-height: 1.4;
    background-repeat: no-repeat;
}
a {
    transition-duration: .4s;
}
a:hover {
    opacity: 0.6;
}
img {
    max-width: 100%;
}
#spMenuClose, #spMenuOpen {
    display: none;
}
header {
    height: 100px;
    width: 100%;
    position: fixed;
    display: flex;
    padding: 26px 20px;
    top: 0;
    align-items: center;
    justify-content: space-between;
    z-index: 9999;
    transition-duration: .4s;
}
header img {
    width: 240px;
}
header .menu_sp {
    display: none;
}
header nav ul {
    display: flex;
}
header nav ul.lang_pc {
    margin-bottom: 14px;
    justify-content: flex-end;
}
header nav ul li {
    font-size: 16px;
    margin-left: 20px;
    font-weight: 500;
}
header nav ul.lang_pc li {
    margin-left: 10px;
}
header nav ul.lang_pc li::after {
    content: "/";
    margin-left: 10px;
}
header nav ul.lang_pc li:last-child::after {
    content: none;
}
header nav ul.lang_pc li.current {
    color: #A88C01;
}
.fv {
    background-image: url(../images/more.svg);
    background-position: 2vw bottom;
}
.fv .mv {
    padding-top: 160px;
    position: relative;
    display: block;
    width: 86vw;
    margin-left: auto;
    margin-right: 20px;
}
.fv::before {
    position: absolute;
    content: "";
    width: 30%;
    height: calc(60vw + 300px);
    left: 0;
    background-color: #EAEEF2;
    z-index: -2;
}
.fv::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 54vw;
    top: 100px;
    right: 0;
    background-color: #00254d;
    z-index: -1;
}
.fv .msg {
    position: absolute;
    font-size: 5.6vw;
    font-weight: 900;
    line-height: 1.3;
    top: calc(100px + 27vw);
    left: 6vw;
}
.fv .cta {
    position: absolute;
    display: inline-block;
    left: 6vw;
    top: calc(100px + 42.6vw);
    background-color: #A88C01;
    padding: 0 2vw;
    line-height: 5.6vw;
    height: 5.6vw;
    color: #fff;
    font-weight: 700;
    font-size: 2vw;
}
.fv .btn {
    background-color: #00254d;
    padding: 1.2vw;
    top: calc(100px + 43vw);
    position: absolute;
    right: 20px;
    display: flex;
}
.fv .btn li {
    width: 8vw;
}
.fv .btn li img {
    width: 100%;
}
.container {
    width: 1080px;
    max-width: 100%;
    padding: 100px 0;
    margin: auto;
}

.h2_s {
    position: relative;
    font-weight: 700;
    color: #00254d;
    text-align: center;
    font-size: 38px;
    margin-bottom: 80px;
}
.h2_s::after {
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #A88C01;
    content: "";
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}

.h2_l {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #00254d;
    text-align: left;
    font-size: 38px;
    margin-bottom: 80px;
}
.h2_l::after {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #A88C01;
    content: "";
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}
#sec01 {
    margin-top: 4.7vw;
    padding-top: 20px;
    padding-bottom: 100px;
    overflow: hidden;
}
#sec01 .container {
    position: relative;
    display: flex;
    padding-top: 140px;
    padding-left: 40px;
    justify-content: space-between;
    background-color: #fff;
    flex-wrap: wrap;
    align-items: center;
}
#sec01 .container::before {
    position: absolute;
    left: 60px;
    bottom: -100px;
    width: 222px;
    height: 102px;
    background-image: url(../images/illust02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}
#sec01 .container::after {
    position: absolute;
    right: -40px;
    bottom: -100px;
    width: 420px;
    height: 320px;
    background-image: url(../images/illust01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}
#sec01 .container h2 {
    font-size: 50px;
    font-weight: 700;
    width: 40%;
}
#sec01 .container h2 span {
    font-size: 32px;
    display: block;
}
#sec01 .container ul {
    position: relative;
    padding: 40px 50px;
    width: 60%;
}
#sec01 .container ul:before {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 9999px;
    background-color: #DADFE5;
    height: 100%;
    content: "";
}
#sec01 .container ul:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 9999px;
    background-color: #F0F0F0;
    height: 100%;
    content: "";
}
#sec01 .container ul li {
    margin-bottom: 16px;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    padding-left: 44px;
    background-image: url(../images/check.svg);
    background-position: 0 center;
    z-index: 1;
}

#sec01 .container ul li:first-child {
    font-weight: 700;
    background-image: url(../images/check_g.svg);
}
#sec01 .container ul li:last-child {
    margin-bottom: 0;
}
#sec02 {
    background-color: #F3F6F8;
}
#sec02 table {
    width: 100%;
}

#sec02 table th {
    text-align: center;
    vertical-align: middle;
    background-color: #00254d;
    color: #fff;
    border: 1px solid #ffffff;
    padding: 18px;
}

#sec02 table th.th_g {
    background-color: #A88C01;
}
#sec02 table td {
    background-color: #fff;
    text-align: center;
    border: 1px solid #dfdfdf;
    padding: 16px;
}
#sec03 {
    text-align: center;
}
#sec04 {
    position: relative;
    padding: 60px 0 140px;
    overflow: hidden;
}
#sec04::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    background-color: #EAEEF2;
    height: 60%;
    content: "";
    z-index: -1;

}
#sec04 .container {
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#sec04 .container::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 9999px;
    background-color: #fff;
    height: 100%;
    content: "";
    z-index: -1;

}
#sec04 .container::after {
    position: absolute;
    top: 60px;
    right: -60px;
    width: 100%;
    background-color: #DADFE5;
    height: 100%;
    content: "";
    z-index: -1;

}
#sec04 .container img {
    margin-right: 110px;
}
#sec05 {
    background-color: #EAEEF2;
}
#sec05 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#sec05 ul li {
    width: 49%;
    margin-bottom: 20px;
}
#sec05 ul li p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #00254d;
    color: #fff;
    font-size: 24px;
    padding: 4px 16px;
    font-weight: 700;
}
#sec05 ul li p span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
#sec06 {
    overflow: hidden;
}
#sec06 .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#sec06 .conttainer .inner {
    width: 60%;
}
#sec06 .container ul {
    padding: 40px 0 40px 40px;
    position: relative;
}
#sec06 .container ul li {
    display: flex;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 22px;
    align-items: center;
}
#sec06 .container ul li > span {
    display: flex;
    align-items: center;
}
#sec06 .container ul li span {
    color: #A88C01;
    font-size: 24px;
} 
#sec06 .container ul li .no {
    font-size: 40px;
    font-weight: 700;
    margin-right: 18px;
}
#sec06 .container ul li:last-child {
    margin-bottom: 0;
}
#sec06 .container ul:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 9999px;
    background-color: #EAEEF2;
    height: 100%;
    content: "";
    z-index: -1;
}
#sec06 .container ul li {
    position: relative;
}
#sec06 .container .inner p {
    margin: 6px 40px 10px;
    font-weight: 700;
}

#sec06 .container a {
    display: block;
    margin: 80px auto 0;
    padding: 20px 0;
    width: 400px;
    max-width: 100%;
    font-size: 24px;
    font-weight: 700;
    background-color: #00254d;
    color: #fff;
    text-align: center;
}
#sec07 {
    background-color: #EAEEF2;
}
#sec07 .container {
    padding: 40px 0;
}
#sec07 ul {
    display: flex;
    justify-content: center;
}
#sec07 ul li {
    margin: 0 6px;
}
#sec08 ul {
    display: flex;
    justify-content: space-between;
}
#sec08 ul li {
    width: 32%;
}
#sec08 ul li a {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-color: #00254d;
    background-image: url(../images/arrow.svg);
    background-position: 94% center;
}
footer {
    background-color: #00254d;
    text-align: center;
}
footer .container {
    padding: 10px 0;
}
footer small {
    color: #fff;
}
@media (max-width:1080px) {
    header .menu_sp {
        display: flex;
    }
    header .menu_sp ul {
        display: flex;
        margin-right: 20px;
    }
    header .menu_sp ul li {
        font-size: 14px;
        margin-left: 10px;
        font-weight: 700;
    }
    header .menu_sp ul li::after {
        content: "/";
        margin-left: 10px;
        color: #00254d;
    }
    header .menu_sp ul li:last-child::after {
        content: none;
    }
    header .menu_sp ul li.current {
        color: #A88C01;
    }
    header nav ul.lang_pc {
        display: none;
    }
    #spMenuOpen {
        position: relative;
        height: 20px;
        width: 30px;
        display: inline-block;
        box-sizing: border-box;
        margin-top: 0px;
        margin-right: 0px;
        }
    #spMenuOpen div {
        position: absolute;
        left: 0;
        height: 4px;
        width: 100%;
        background-color: #00254d;
        display: inline-block;
        box-sizing: border-box;
    }
    #spMenuOpen div:nth-of-type(1) {
        top: 0;
    }
    #spMenuOpen div:nth-of-type(2) {
        top: 8px;
    }
    #spMenuOpen div:nth-of-type(3) {
        bottom: 0;
    }
    #spMenuOpen:hover{
        cursor: pointer;
    }
    #spMenuClose {
        display: block;
        position: absolute;
        font-size: 40px;
        line-height: 40px;
        height: 40px;
        color: #ffffff;
        font-weight: bold;
        right: 10px;
        top: 10px;
    }
    #spMenuClose:hover{
        cursor: pointer;
    }
    header nav {
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: rgb(0 37 77 / 85%);
        z-index: 999999;
        padding:0;
        margin-bottom: 20px;
        left: 0;
        top: 0;
    }
    header nav ul {
        margin-right: 0;
        padding-left: 0;
        display: block;
        margin-top: 0;
        position: relative;
        top: 50%;
        transform: translate(0, -50%);
    }
    header nav ul li {
        min-height: 40px;
        float: none;
        margin-left: 0;
        margin-bottom: 0;
    }
    header nav ul li a {
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid;
        display: block;
        margin: 0 16px;
        padding: 12px 0;
    }
}
@media (min-width: 769px) and (max-width:1080px) {
    .container {
        width: 94%;
    }
    #sec01 .container {
        display: block;
        padding: 60px 40px;
    }
    #sec01 .container::after {
        right: 0;
    }
    #sec01 .container h2 {
        width: 100%;
    }
    #sec01 .container ul {
        margin-top: 80px;
        width: 100%;
    }
    #sec01 .container ul li:last-child {
        padding-right: 200px;
    }
    #sec04 .container {
        display: block;
    }
    #sec04 .container img {
        display: block;
        margin: 0 auto;
    }
}
@media (max-width:768px) {
    header {
        height: 60px;
        padding: 10px;
    }
    header::before {
        height: 260vw;
        width: 46%;
    }
    header img {
        height: 100%;
        width: auto;
    }
    .fv::after {
        top: 80vw;
        height: 64vw;
    }
    .fv .mv {
        padding-top: 71vw;
        width: 96vw;
        padding-left: 10vw;
    }
    .fv .msg {
        font-size: 10vw;
        left: 3vw;
        top: calc(60px + 20vw);
        line-height: 1.3;
        font-weight: 700;
    }
    .fv .cta {
        display: block;
        margin: -20px auto 20px;
        height: unset;
        width: 88%;
        left: 0;
        line-height: 14vw;
        text-align: center;
        font-size: 18px;
        position: relative;
        top: unset;
        padding: 0;
    }
    .fv .btn {
        position: relative;
        top: 0;
        width: 100%;
        height: 80px;
        left: 0;
        justify-content: center;
        padding: 8px 0;
        background-color: #eaeef2;
    }
    .fv .btn li {
        width: unset;
    }
    .fv .btn li img {
        width: unset;
        height: 100%;
    }
    .h2_s {
        font-size: 20px;
        margin-bottom: 60px;
    }
    .h2_l {
        left: 50%;
        transform: translateX(-50%);
        font-size: 20px;
        text-align: center;
        margin-bottom: 60px;
    }
    .h2_s::after, 
    .h2_l::after {
        bottom: -12px;
    }
    .container {
        width: 94%;
        padding: 60px 0px;
    }
    #sec01 {
        padding: 0 0 60px;
        margin-top: 0;
    }
    #sec01 .container {
        display: block;
        padding-top: 60px;
        padding-left: 0;
    }
    #sec01 .container::after {
        right: -4vw;
    }
    #sec01 .container h2 {
        text-align: center;
        margin-bottom: 30px;
        font-size: 24px;
        width: 100%;
    }
    #sec01 .container h2 span {
        font-size: 18px;
    }
    #sec01 .container ul {
        width: 100%;
        background-color: #F0F0F0;
        padding: 30px 26px;
    }
    #sec01 .container ul::before,
    #sec01 .container ul::after {
        content: none;
    }
    #sec01 .container ul li {
        font-size: 16px;
        padding-left: 34px;
        background-size: 26px;
        background-position: 0 6px;
    }
    #sec01 .container::after {
        width: 220px;
        height: 160px;
        bottom: -60px;
    }
    #sec01 .container::before {
        width: 90px;
        height: 40px;
        bottom: -60px;
        left: 0;
    }
    #sec02 table th,
    #sec02 table td {
        font-size: 10px;
        padding: 6px;
    }
    #sec04 {
        padding: 40px 0;
        background: #ddd;
    }
    #sec04::before {
        content: none;
    }
    #sec04 .container {
        display: block;
        padding: 60px 20px;
    }
    #sec04 .container img {
        margin: 0 auto;
        display: block;
        width: 360px;
        max-width: 100%;
    }
    #sec05 ul li {
        width: 100%;
        margin-bottom: 10px;
    }
    #sec05 ul li p {
        font-size: 16px;
        padding: 4px 10px;
    }
    #sec05 ul li p span {
        font-size: 12px;
    }
    #sec06 .container {
        display: block;
    }
    #sec06 .container h2 br {
        display: none;
    }
    #sec06 .container ul {
        background: #EAEEF2;
        padding: 30px 20px;
    }
    #sec06 .container ul:after {
        content: none;
    }
    #sec06 .container ul li {
        position: relative;
        font-size: 14px;
    }
    #sec06 .container ul li span {
        font-size: 16px;
    }
    #sec06 .container ul li .no {
        font-size: 24px;
        margin-right: 12px;
    }
    #sec06 .container .inner p {
        margin: 8px 0 0;
        font-size: 13px;
        text-align: right;
    }
    #sec06 .container a {
        font-size: 20px;
    }
    #sec07 .container {
        padding: 20px 0;
    }
    #sec08 ul {
        display: block;
    }
    #sec08 ul li {
        width: 100%;
        margin-bottom: 10px;
    }
    #sec08 ul li a {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    footer .container {
        padding: 10px 0 20px;
    }
    footer small {
        font-size: 10px;
        margin-bottom: 10px;
    }
}