@charset "UTF-8";
/* CSS Document */
/*----------pc----------*/
body{
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
}
.inner{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}


/*header*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 50px;
    background-color: #fff;
    z-index: 999;
}
.header h1 {
    flex-shrink: 0; 
    width: 320px;
}
.header h1 img {
    width: 320px;
    height: auto;
}
.header ul li {
    margin-right: 30px;
}
.header ul li a {
    transition: all .3s;
}
.header ul li a:hover {
    color: #02378B;
}

/*header-sp*/
.header-sp {
    display: none;
}

/*btn01*/
.btn01 a {
    display: inline-block;
    background-color: #FFA701;
    width: 120px;
    height: 80px;
    padding-top: 15px;
    transition: all .3s;
}
.btn01 a:hover {
    background-color: #D08800;
}
.btn01 a figure img {
    width: auto;
    height: 25px;
    margin: 0 auto;
}
.btn01 a p {
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    padding-top: 5px;
}
/*btn02*/
.btn02 a {
    display: inline-block;
    background-color: #003EA0;
    width: 120px;
    height: 80px;
    padding-top: 15px;
    transition: all .3s;
}
.btn02 a:hover {
    background-color: #012762;
}
.btn02 a figure img {
    width: auto;
    height: 25px;
    margin: 0 auto;
}
.btn02 a p {
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    padding-top: 5px;
}
/*btn03*/
.btn03 a {
    display: inline-block;
    background-color: #00305A;
    width: 120px;
    height: 80px;
    padding-top: 15px;
    transition: all .3s;
}
.btn03 a:hover {
    background-color: #00192F;
}
.btn03 a figure img {
    width: auto;
    height: 25px;
    margin: 0 auto;
}
.btn03 a p {
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    padding-top: 5px;
}


/*footer*/
/* .footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #000;
}
.footer ul {
    color: #fff;
}
.footer ul li {
    margin-left: 30px;
    font-size: 14px;
} */




@media (max-width: 1300px){
    .header ul li {
        margin-right: 20px;
    }
    .header ul li a {
        font-size: 14px;
    }
}


@media (max-width: 1200px) {
    .inner {
        padding-left: 50px;
        padding-right: 50px;
    }
    .header {
        display: none;
    }
    .header-sp {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        height: 60px;
        z-index: 999;
        background-color: #fff;
    }
    .header-sp h1 {
        padding-left: 10px;
        padding-top: 10px;
        width: 260px;
        height: auto;
    }
    /*hamburger menu*/
    .menu-btn {
        position: absolute;
        top:  0;
        right: 0;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: #03378B;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #fff;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 8px;
    }
    .menu-btn span:after {
        top: 8px;
    }
    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    #menu-btn-check {
        display: none;
    }
    #menu-btn-check:checked ~ .menu-content {
        left: 0;
    }
    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 80;
        background-color: #fff;
        transition: all 0.8s;
        margin-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .menu-content ul {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 35px;
        border-top: 1px solid #ccc;
    }
    .menu-content ul li {
        list-style: none;
        border-bottom: 1px solid #ccc;
    }
    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        box-sizing: border-box;
        text-decoration: none;
        padding: 15px 0px;
        position: relative;
        margin: 0 auto 0px;
        white-space: nowrap;
        transition: all .3s;
    }    
    .menu-content ul li a:hover {
        opacity: .5;
    }
    .menu-content ul li a span {
        font-size: 14px;
        margin-left: 10px;
        color: #999;
    }
    .menu-content ul li a img {
        width: 30px;
        margin-right: 0;
        margin-left: auto;
    }
    /* ハンバーガーメニュー展開時、背景を固定 */
    body.active {
      height: 100%;
      overflow: hidden;
    }
    .btntransform {
        line-height: 50px;
        padding-left: 30px;
    }
    .btntransform::before {
        width: 50px;
        height: 50px;
    }
    .btntransform::after {
        top: 21px;
    }
    .btntransform:hover::before {
        width: 155px;
    }

    .menu-content .btn01 {
        position: relative;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .menu-content .btn01 a {
        display: flex;
        justify-content: center;
        background-color: #FFA701;
        position: relative;
        width: 100%;
        height: 60px;
        padding-top: 18px;
        padding-bottom: 18px;
        margin-right: 0px;
    }
    .menu-content .btn01 a:hover {
        transition: all .2s;
        background-color: #D08800;
    }
    .menu-content .btn01 a figure img {
        width: auto;
        height: 25px;
        margin: 0 auto;
    }
    .menu-content .btn01 a .arrow img {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        margin: 0 auto;
    }
    .menu-content .btn01 a p {
        text-align: center;
        font-size: 16px;
        padding-top: 0px;
        padding-left: 8px;
    }
    
    .menu-content .btn02 {
        position: relative;
        margin-bottom: 10px;
    }
    .menu-content .btn02 a {
        display: flex;
        justify-content: center;
        background-color: #003EA0;
        position: relative;
        width: 100%;
        height: 60px;
        padding-top: 18px;
        padding-bottom: 18px;
        margin-right: 0px;
    }
    .menu-content .btn02 a:hover {
        transition: all .2s;
        background-color: #012762;
    }
    .menu-content .btn02 a figure img {
        width: auto;
        height: 25px;
        margin: 0 auto;
    }
    .menu-content .btn02 a .arrow img {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        margin: 0 auto;
    }
    .menu-content .btn02 a p {
        text-align: center;
        font-size: 16px;
        padding-top: 0px;
        padding-left: 8px;
    }


    .menu-content .btn03 {
        position: relative;
        margin-bottom: 10px;
    }
    .menu-content .btn03 a {
        display: flex;
        justify-content: center;
        background-color: #00305A;
        position: relative;
        width: 100%;
        height: 60px;
        padding-top: 18px;
        padding-bottom: 18px;
        margin-right: 0px;
    }
    .menu-content .btn03 a:hover {
        transition: all .2s;
        background-color: #00192F;
    }
    .menu-content .btn03 a figure img {
        width: auto;
        height: 20px;
        margin: 0 auto;
    }
    .menu-content .btn03 a .arrow img {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        margin: 0 auto;
    }
    .menu-content .btn03 a p {
        text-align: center;
        font-size: 16px;
        padding-top: 0px;
        padding-left: 8px;
    }
}


@media (max-width: 990px){
    
}


@media (max-width: 767px){
    /*TOP*/
    .inner {
        padding-left: 20px;
        padding-right: 20px;
    }



    /*footer*/
    .footer {
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .footer ul {
        color: #fff;
    }
    .footer ul li {
        width: 50%;
        margin-left: 0px;
        font-size: 10px;
        margin-bottom: 10px;
    }

}



@media (max-width: 550px){
}


















