@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
body {
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-family: "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Std W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: var(--color--000000);
}
:root {
	--color--000000: #000000;
	--color--24231E: #24231E;
    --color--ffffff: #ffffff;
	--color--FAF9F4: #FAF9F4;
	--color--F2F0E6: #F2F0E6;
	--color--032F9A: #032F9A;
	--color--0D152B: #0D152B;
}
a{
	text-decoration:none;
}
a:hover{
	opacity: 0.8;
}
a:hover,
a:focus
{
	text-decoration:none;
}
ul{
    position: relative;
    margin: 0;
    padding: 0;
}
ul:after{
    content: "";
    display: table;
    clear: both;
}
li{
	list-style-type: none;
}
button:focus{
	outline: none;
	box-shadow: none;
}
.font-w700{
	font-weight: 700;
}
.font-w800{
	font-weight: 800;
}
.font-wbold{
	font-weight: bold;
}
*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.ml-auto{
	margin-left: auto;
}
.mr-auto{
	margin-right: auto;
}
.font--KakuGothic{
	font-family: "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Std W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.font-Hiragino{
    font-family: "Hiragino Sans", "ヒラギノ角ゴ", sans-serif;
}
.font-Inter{
    font-family: "Inter", sans-serif;
}
h1,h2,h3,h4,h5{
	margin-top: 0;
}
/*=========*/
.container{
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 1300px){
	.container-1200{
		max-width: 1230px;
	}
}
@media (min-width: 1200px){
	.row-x26{
		margin-left: -26px;
		margin-right: -26px;
	}
	.pd-x26{
		padding-left: 26px;
		padding-right: 26px;
	}
}




/* ======= */
.body--wrapper{
	position: relative;
	padding-top: 84px;
}
/* ======== */
.head--top-page{
	background-color: var(--color--ffffff);
	padding: 0 22px 0 40px;
	border-bottom: 1px solid var(--color--1B316B);
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	
}
.head--top-page.fs-navbar{
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 12%);
}
.left--logo{
	font-size: 0;
}
.menu--top{
	margin-left: -22px;
	margin-right: -22px;
}
.menu--top li{
	padding: 0 22px;
}
.menu--top li:nth-last-child(3){
	margin-right: 22px;
}
.menu--top li:nth-last-child(-n+2){
	padding-left: 34px;
	padding-right: 30px;
}
.menu--top li:nth-last-child(2){
	background-color: #FFDD00;
}
.menu--top li:nth-last-child(2) a{
	color: var(--color--032F9A);
}
.menu--top li:last-child{
	background-color: var(--color--032F9A);
}
.menu--top li a{
	color: var(--color--000000);
	height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	position: relative;
}
.fs-navbar .menu--top li a{
	height: 68px;
}
.menu--top li:not(:nth-last-child(-n+2)) a::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: var(--color--000000);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu--top li a:hover::after{
	opacity: 1;
	visibility: visible;
	bottom: 22px;
}
.fs-navbar .menu--top li a:hover::after{
	bottom: 15px;
}
.menu--top li:last-child a{
	color: var(--color--ffffff);
}



.top__footer{
	background-color: var(--color--ffffff);
	color: var(--color--000000);
	position: relative;
}
.menu__footer{
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	justify-content: center;
	padding: 43px 0 42px;
}
.menu__footer li{
	padding: 0 75px;
}
.menu__footer li a{
	color: var(--color--000000);
}
.footer--coyRight{
	padding: 44px 0;
	background-color: #061C33;
	color: var(--color--ffffff);
}

.scrollToTop{
	position: absolute;
	right: 0;
	top: -34.5px;
	width: 69px;
	height: 69px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #EDEFF0;
	border-radius: 50%;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.42);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.42);
}
.scrollToTop:hover{
	opacity: 0.8;
}

/* ============= */


.m-sp991,
.m-sp767,
.m-sp575{
	display: none;
}
@media (max-width: 1250px) {
	
}
@media (max-width: 1199px){
	.menu__footer li{
		flex: 1 auto;
		padding: 0;
	}
}
@media (max-width: 1024px){
}
@media (max-width: 991px){
	.m-sp991{
		display: block;
	}
	.m-pc991{
		display: none;
	}
	.head--top-page{
		padding-left: 20px;
	}
	.menu--top li{
		padding: 0 15px;
	}
	.menu--top li:nth-last-child(3) {
		margin-right: 15px;
	}
	.menu--top li:nth-last-child(-n+2) {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 767px){
	.m-sp767{
		display: block;
	}
	.m-pc767{
		display: none;
	}
	.navbar-sp{
		font-size: 0;
	}
	.head--top-page{
		background-color: transparent;
		padding: 10px 10px 10px 14px ;
	}
	.head--top-page.fs-navbar{
		background-color: var(--color--032F9A);
	}
}
@media (max-width: 575px){
	.m-sp575{
		display: block;
	}
	.m-pc575{
		display: none;
	}
	.head--top-page{
		padding: 15px 10px 15px 14px;
	}
	.container{
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer--coyRight{
		padding: 36px;
		font-size: 12px;
	}
	.scrollToTop{
		right: 15px;
	}
}



.mmenu-sp-bg,
.mmenu-sp{
	display: none;
}
@media (max-width: 767px) {

    .mmenu-sp-bg {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        /* background-color: rgb(51 51 51 / 35%); */
        z-index: 999;
        opacity: 0;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
    .mmenu-sp-bg.active-mm {
        opacity: 1;
        right: 0;
		display: block;
    }
    .mmenu-sp {
        top: 0;
        position: fixed;
        right: -100%;
        width: 50vw;
        max-width: 158px;
        height: 100%;
        background-color: var(--color--032F9A);
        z-index: 1000;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        display: block;
    }
    .mmenu-sp.active-mm {
        right: 0;
        opacity: 1;
    }
    .mmenu-sp .mmenu-body,
	.mmenu-sp .content-mm {
        position: relative;
		height: 100%;
    }
    .mmenu-sp .content-mm {
        display: flex;
		align-items: center;
    }
	.mmenu-sp .content-mm ul{
		width: 100%;
	}
    .mmenu-sp .content-mm ul li {
        width: 100%;
        text-align: left;
        position: relative;
		border-top: 1px solid rgb(255 255 255 / 20%);
    }
	.mmenu-sp .content-mm ul li:last-child{
		border-bottom: 1px solid rgb(255 255 255 / 20%);
	}
    .mmenu-sp .content-mm ul li a {
        color: var(--color--ffffff);
        font-size: 14px;
        display: flex;
		align-items: center;
		justify-content: center;
		height: 63px;
    }
    
}