@charset "UTF-8";
/*
 * CSS base.css
 */
/* ---------------------------------------
base
--------------------------------------- */
body {
	color: #343434;
	font-size: 14px;
	line-height: 2;
	font-family: 'Noto Sans JP', 'Montserrat', "游ゴシック体", YuGothic, 'ヒラギノ角ゴ Pro W3', Meiryo, sans-serif;
	text-align: justify;
	letter-spacing: 0.01em;
	max-height: 999999px;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
	body{
		font-size: 13px;
	}
}


a {
	color: #1a1a1a;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}


/* ---------------------------------------
wrapper
--------------------------------------- */
.wrapper{
	min-width: 1300px;
	overflow: hidden;
}
@media screen and (max-width: 1300px) {
	.wrapper{
		min-width: 1px;
	}
}


#header{
	width: 100%;
	height: 90px;
	background: #003985;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
}
#header .logo{
	position: absolute;
	top: 26px; left: 40px;
}
#header .logo a{
	color: #fff;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}
#header .logo a img{
	width: 178px;
}
#header .logo a span{
	margin-left: 32px;
	letter-spacing: 0.08em;
	position: relative;
	top: 5px;
}

#header .h_entry_btn{
	position: absolute;
	top: 16px;
	right: 250px;
}
#header .h_entry_btn img{
	width: 88px;
}
#header .h_entry_btn._2{
	top: 18px;
	right: 120px;
}

#header .h_entry_btn i{
	position: relative;
	z-index: 1;
}
#header .h_entry_btn span{
	display: block;
	font-size: 13px;
	margin-top: 5px;
}
#header .h_entry_btn a{
	width: auto;
	padding: 0;
}
#header .h_entry_btn span:after{
	width: 30px;
	left: 55px;
}
#header .h_entry_btn span:before{
	left: 55px;
}
#header .h_entry_btn a:hover span:before{
	width: 30px;
	-webkit-animation: linear btnstyle3 .6s forwards;
	animation: linear btnstyle3 .6s forwards;
}
#header .h_entry_btn a:hover:after{
	width: 0%;
}
@-webkit-keyframes btnstyle3 {
	0% {
		width: 0;
	}
	50% {
		width: 30px;
	}
	100% {
		right: -0;
		left: auto;
		width: 0;
	}
}
@keyframes btnstyle3 {
	0% {
		width: 0;
	}
	50% {
		width: 30px;
	}
	100% {
		right: -0;
		left: auto;
		width: 0;
	}
}















#header .menu_btn{
	cursor: pointer;
	position: absolute;
	top: 34px;
	right: 45px;
	z-index: 10000;
	width: 28px;
	height: 22px;
}
#header .menu_btn span{
	width: 100%;
	display: block;
	position: absolute;
	height: 1px;
	left: 0;
	background: #fff;
	transition: all .4s;
}
#header .menu_btn span:nth-child(1){
	top: 0;
}
#header .menu_btn span:nth-child(2){
	top: 50%;
}
#header .menu_btn span:nth-child(3){
	top: 101%;
}
#header .menu_btn.is-active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
#header .menu_btn.is-active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: menubar .8s forwards;
	animation: menubar .8s forwards;
}
#header .menu_btn.is-active span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}
@-webkit-keyframes menubar {
	100% {
		height: 0;
	}
}
@keyframes menubar {
	100% {
		height: 0;
	}
}
@media screen and (max-width: 999px) {
	#header .h_entry_btn{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#header{
		height: 70px;
	}
	#header .logo{
		top: 8px; left: 20px;
	}
	#header .logo a img{
		width: 160px;
	}
	#header .logo a span{
		margin-left: 0;
		display: block;
		top: 2px;
	}
	#header .menu_btn {
		top: 22px;
		right: 20px;
	}
}




#gnav{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
	transition: opacity 0.2s ease;
	opacity: 0;
	width: 0;
	background: #003985;
	transition: 0.3s;

	padding: 120px 50px 60px;
	box-sizing: border-box;
	overflow-y: scroll;
}
.gnav_in{}
.gnav_in ul{
	box-sizing: border-box;
	margin-bottom: 35px;
}
.gnav_in ul > li + li{
	margin-top: 35px;
}
.gnav_in ul > li a{
	color: #fff;
	display: block;
	letter-spacing: 0.08em;
	text-decoration: none;
}
.gnav_in ul > li a span{
	display: block;
	line-height: 1;
}
.gnav_in ul > li a .en{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
}
.gnav_in ul > li a .jp{
	font-size: 15px;
	margin-top: 10px;
}
.gnav_in ol{
	font-size: 15px;
	padding-left: 20px;
}
.gnav_in ol > li{
	font-family: 'Montserrat', sans-serif;
	margin-top: 6px;
}
#gnav .bnr_btn{
	margin-top: 60px;
}
#gnav .bnr_btn .f_btn{
	width: 267px;
	margin: 10px 0 0 0;
}


#gnav.is-nav-active {
	z-index: 100;
	opacity: 1;
	width: 42%;
}
.gnav_in .bnr_btn .f_btn,
.gnav_in ul > li {
	position: relative;
	opacity: 0;
	transition: transform 0.6s, opacity 0.6s;
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}
.is-nav-active .gnav_in .bnr_btn .f_btn,
.is-nav-active .gnav_in ul > li {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.is-nav-active .gnav_in ul > li:nth-child(1) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.is-nav-active .gnav_in ul > li:nth-child(2) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.is-nav-active .gnav_in ul > li:nth-child(3) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.is-nav-active .gnav_in ul > li:nth-child(4) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.is-nav-active .gnav_in ul > li:nth-child(5) {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.is-nav-active .gnav_in ul > li:nth-child(6) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.is-nav-active .gnav_in ul > li:nth-child(7) {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}
.is-nav-active .gnav_in ul > li:nth-child(8) {
	-webkit-transition-delay: 1.0s;
	transition-delay: 1.0s;
}
.is-nav-active .bnr_btn .f_btn:nth-child(1) {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}
.is-nav-active .bnr_btn .f_btn:nth-child(2) {
	-webkit-transition-delay: 1.0s;
	transition-delay: 1.0s;
}
@media screen and (max-width: 999px) {
	#gnav{
		top: 0;
		padding: 90px 0 40px;
		height: 100%;
	}
	#gnav.is-nav-active {
		width: 100%;
	}
	.gnav_in {
		width: 84%;
		margin: 0 auto;
	}
	.gnav_in ul{
		float: none;
		padding: 0;
		width: 100%;
		border-left: none;
	}
	.gnav_in ul > li.first_li{
		margin-top: 20px;
	}
	.gnav_in ul > li{
		margin-top: 36px;
	}
	.gnav_in ul > li a .en{
		font-size: 18px;
	}
	.gnav_in ul > li a .jp{
		font-size: 13px;
		margin-top: 7px;
	}
	.gnav_in ol{
		margin-top: 5px;
		font-size: 14px;
	}
	.gnav_in ol > li{
		margin-top: 3px;
	}
}






#content{
	min-height: 400px;
}
@media screen and (max-width: 767px) {
	#content{
		min-height: 1px;
	}
}




#footer{
	background: #003985;
	position: relative;
	z-index: 5;
}
#footer .f_inner{
	color: #fff;
	width: 1120px;
	margin: 0 auto;
	padding: 120px 0 120px;
}
#footer .f_left{
	width: 285px;
	float: left;
}
#footer .f_right{
	width: 720px;
	float: right;
}
#footer .f_logo{
	margin-bottom: 30px;
}
#footer .f_logo img{
	width: 270px;
}
#footer .f_logo span{
	font-family: 'Montserrat', sans-serif;
	display: block;
	margin-top: 25px;
}
#footer .f_btn{
	width: 267px;
	margin-top: 15px;
}
#footer .f_nav ul{
	float: left;
	padding: 5px 35px;
	width: 240px;
	box-sizing: border-box;
	border-left: 1px solid #33619E;
}
#footer .f_nav ul > li + li{
	margin-top: 40px;
}
#footer .f_nav ul > li a{
	color: #fff;
	display: block;
	text-decoration: none;
}
#footer .f_nav ul > li a span{
	display: block;
}
#footer .f_nav ul > li a .en{
	font-family: 'Montserrat', sans-serif;
}
#footer .f_nav ul > li a .jp{
	font-size: 12px;
}
#footer .f_nav ol{
	font-size: 12px;
	padding-left: 20px;
}
#footer .f_nav ol > li{
	font-family: 'Montserrat', sans-serif;
	margin-top: 6px;
}
#footer .f_links{
	position: absolute;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}
#footer .f_links li{
	display: inline-block;
}
#footer .f_links li:first-child:before{
	display: none;
}
#footer .f_links li:before{
	content: "|";
	margin: 0 15px;
	color: #CBCBCB;
}
#footer .f_links a{
	text-decoration: none;
}
#footer .f_links a:hover{
	text-decoration: underline;
}
#footer .f_links .ico_blank{
	position: relative;
	top: -8px;
	margin-left: 5px;
}
#footer .copyright{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	padding: 24px 10px;
	text-align: right;
	background: #f4f4f4;
}
@media screen and (max-width: 1200px) {
	#footer .f_inner{
		width: 94%;
		padding: 120px 0 120px;
	}
	#footer .f_right {
		width: calc(100% - 300px);
	}
	#footer .f_nav ul {
		padding: 5px 30px;
		width: 33.333%;
	}
}
@media screen and (max-width: 999px) {
	#footer .f_inner {
		padding: 50px 0 50px;
	}
	#footer .f_left{
		width: 100%;
		float: none;
		text-align: center;
	}
	#footer .f_logo {
		margin-bottom: 10px;
	}
	#footer .f_logo span {
		margin-top: 10px;
	}
	#footer .f_logo{
		text-align: left;
		display: inline-block;
	}
	#footer .f_btn {
		margin: 10px auto 0;
	}
	#footer .f_right {
		display: none;
	}
	#footer .f_link {
		margin-top: 40px;
	}
}
@media screen and (max-width: 767px) {
	#footer .f_links{
		position: static;
		margin-bottom: 10px;
	}
	#footer .f_links li:before{
		margin: 0 8px;
	}
	#footer .copyright{
		font-size: 10px;
		text-align: center;
		padding: 15px 5px;
	}
}