@charset "UTF-8";

html{
    font-size: 16px;
    scroll-behavior: smooth;
    background: #fff
}

body{
    font-family: メイリオ,Meiryo,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,ＭＳ Ｐゴシック,Osaka,sans-serif
}

main{
    padding: 0
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #231815
}

a:focus-visible {
    outline: 2px solid #007acc!important;
    outline-offset: 2px
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: middle
}

h3 {
    font-size: clamp(1rem,1.4vw,1.12rem)
}

@media screen and (max-width: 768px) {
    h3 {
        font-size:clamp(.75rem,1.093vw,.875rem)
    }
}

h4 {
    font-size: clamp(.875rem,1.25vw,1rem)
}

@media screen and (max-width: 768px) {
    h4 {
        font-size:clamp(.75rem,1.093vw,.875rem)
    }
}

p,li,span {
    font-size: clamp(.75rem,1.093vw,.875rem);
    line-height: 1.75
}

._nav__list_1pni4_1 {
    display: flex;
    justify-content: center
}

@media screen and (max-width: 768px) {
    ._nav__list_1pni4_1 {
        flex-wrap:wrap;
        width: 300px;
        margin: 0 auto
    }
}

._nav__listItem_1pni4_12 {
    padding: 0 8px
}

@media screen and (max-width: 768px) {
    ._nav__listItem_1pni4_12 {
        width:calc(50% - 24px);
        margin: 6px 0
    }
}

._nav__listItemLink_1pni4_21:hover {
    font-weight: 700;
    color: #0054aa
}

._nav__listItem_1pni4_12 a {
    padding: 4px;
    font-size: clamp(.625rem,.937vw,.75rem);
    display: block;
    text-align: center
}

#top header .header__inner nav ul #nav__top,
#feature .header__inner nav ul #nav__feature{
    color: #0054AA
}

#top header .header__inner nav ul #nav__top:after,
#feature .header__inner nav ul #nav__feature:after,
#notice .header__inner nav ul #nav__notice:after,
#contact .header__inner nav ul #nav__contact:after{
    content: "";
    display: block;
    border-bottom: 3px solid #0054AA
}

._hamburgerMenu_11ap1_1 {
    position: relative
}

._hamburgerMenu__btn_11ap1_4 {
    width: 30px;
    vertical-align: middle
}

._hamburgerMenu__btn_11ap1_4 span {
    display: block;
    height: 3px;
    background: #231815;
    position: relative;
    border-radius: 5px;
    transition: transform .5s ease 0s
}

._hamburgerMenu__btn_11ap1_4 span:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #231815;
    position: absolute;
    top: -10px;
    left: 0;
    border-radius: 5px;
    transition: transform .5s ease 0s
}

._hamburgerMenu__btn_11ap1_4 span:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #231815;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-radius: 5px;
    transition: transform .5s ease 0s
}

._hamburgerMenu__btn--isActive_11ap1_38 span {
    transform: rotate(-42deg)
}

._hamburgerMenu__btn--isActive_11ap1_38 span:before {
    transform: rotate(84deg);
    top: 0
}

._hamburgerMenu__btn--isActive_11ap1_38 span:after {
    opacity: 0
}

._hamburgerMenu__nav_11ap1_48 {
    position: absolute;
    margin: 0 20px;
    width: 240px;
    height: 0;
    z-index: 100;
    position: fixed;
    top: 75px;
    bottom: 0;
    right: 0;
    transition: height .5s ease 0s;
    overflow: hidden
}

._hamburgerMenu__navList_11ap1_61 {
    background: #fff;
    border: 2px solid #0054AA
}

._hamburgerMenu__navListItem_11ap1_65 {
    padding: 12px;
    border-bottom: 1px solid #0054AA
}

._hamburgerMenu__navListItem_11ap1_65:last-child {
    border-bottom: none
}

._hamburgerMenu__navListItem_11ap1_65 a {
    display: block;
    font-size: clamp(.75rem,1.093vw,.875rem)
}

._isActive_11ap1_77 {
    height: 200px
}

._header_1gw8r_1{
    height: 130px;
    background: #fff
}

@media screen and (max-width: 768px) {
    ._header_1gw8r_1{
        height:75px
    }
}

.header__inner {
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 768px) {
    .header__inner {
        padding:10px 20px
    }
}

@media screen and (max-width: 768px) {
    ._header__nav--pc_1gw8r_25 {
        display:none
    }
}

._header__nav--sp_1gw8r_29 {
    display: none
}

@media screen and (max-width: 768px) {
    ._header__nav--sp_1gw8r_29 {
        display:block
    }
}

.footer{
    background: #fff
}

.footer__inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px
}

.footer__logo{
    display: flex;
    justify-content: center;
    margin: 20px 0
}

.footer__copylight{
    margin: 40px 0 0;
    display: block;
    text-align: center;
    font-size: clamp(.5rem,.781vw,.625rem)
}

.logo{
    width: 220px
}

@media screen and (max-width: 768px) {
    .logo{
        width:100px
    }
}

.sectionTitle{
    color: #fff;
    background: #0054aa;
    padding: 8px 12px;
    font-size: clamp(.875rem,1.25vw,1rem)
}

.notice {
    background: #fff;
    margin: 0 auto 30px
}

.notice__list {
    padding: 12px
}

.notice__listItem a {
    font-size: clamp(.75rem,1.093vw,.875rem);
    border-bottom: 1px solid
}

@media screen and (max-width: 480px) {
    .notice__listItem a {
        font-size:clamp(.625rem,.937vw,.75rem)
    }
}

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

.wrapper{
    background-size: auto auto;
    background-color: #bce2e3;
    background-image: repeating-linear-gradient(132deg,transparent,transparent 8px,rgb(255,255,255) 8px,rgb(255,255,255) 12px);
    padding: 0 20px
}

@media screen and (max-width: 768px) {
    .container{
        display:block
    }
}

.reduction{
    margin: 60px auto 0
}

.main{
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
    width: 100%
}

@media screen and (max-width: 768px) {
    .main{
        width:100%
    }
}

.link{
    background: #fff;
    padding: 12px
}

.link li{
    margin: 8px 0
}

.link a{
    font-size: clamp(.875rem,1.25vw,1rem);
    border-bottom: 1px solid
}

.link__mark{
    display: inline-block;
    border-top: 2px solid #0054AA;
    border-right: 2px solid #0054AA;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    margin-right: 12px
}
