
/* 固定ページfooterメニュー
--------------------------- */
.page_menu{
	width: 100%;
	position: relative;
	padding: 3.125rem 0 4.56rem;
	margin-top: 1.26rem; 
}
.page_menu::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #1d2087;
	border-radius: 20px;
	z-index: -1;
}
.page_menu.bk_g::before{
	background-color: #f6f6f6;
}
.page_menu .inner{
	width: 87.17%;
	margin-right: auto;
	margin-left: auto;
}
.page_menu ul{
	margin-top: 0.85rem;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
}
.page_menu ul li{
	list-style: none;
	position: relative;
	width: calc((100% - 20px)/2);
	margin-top: 2.1rem;
	margin-right: 20px;
	padding-top: 0.75rem;
}
.page_menu ul li:nth-child(2n){
	margin-right: 0;
}
.page_menu ul li:first-child, .page_menu ul li:nth-child(2){
	margin-top: 0;
}
.page_menu ul li::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,0.25);
	top: 0;
	left: 0;
}
.page_menu_link{
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	display: inline-flex;
	align-items: center;
	transition: .3s;
}
.page_menu_link .arrow{
	background-image: url("../images/arrow_w.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 8px;
	height: 7px;
	display: block;
	margin-left: 12px;
	transition: .3s;
}
.page_menu_link:hover{
	text-decoration: none;
	color: #fff;
}
.page_menu_link:hover .arrow{
	margin-left: 17px;
}
.page_menu.bk_g ul li::before{
	background-color: rgba(100,100,100,0.25);
}
.bk_g .page_menu_link{
	color: #000;
}
.bk_g .page_menu_link .arrow{
	background-image: url("../images/arrow_b.svg");
}
.bk_g .page_menu_link .tab{
	background-image: url("../images/tab_b.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 10px;
	height: 8px;
	display: block;
	margin-left: 12px;
	transition: .3s;
}
.bk_g .page_menu_link:hober{
	color: #000;
}
@media screen and (min-width: 768px){
	.page_menu .inner{
		width: 72.22%;
	}
	.page_menu ul li{
		width: calc((100% - 60px)/3);
		margin-right: 30px;
	}
	.page_menu ul li:nth-child(2n){
		margin-right: 30px;
	}
	.page_menu ul li:nth-child(3n){
		margin-right: 0;
	}
	.page_menu ul li:nth-child(3){
		margin-top: 0;
	}
}
@media screen and (min-width: 992px){
	.page_menu ul li{
		width: calc((100% - 120px)/4);
		margin-right: 40px;
	}
	.page_menu ul li:nth-child(2n), .page_menu ul li:nth-child(3n){
		margin-right: 40px;
	}
	.page_menu ul li:nth-child(4n){
		margin-right: 0;
	}
	.page_menu ul li:nth-child(4){
		margin-top: 0;
	}
}
@media screen and (min-width: 1200px){
	.page_menu{
		padding: 6.588rem 0 8rem;
		margin-top: 2.05rem;
	}
	.page_menu::before{
		border-radius: 30px;
	}
	.page_menu ul{
		margin-top: 1.529rem;
	}
	.page_menu ul li{
		padding-top: 1.35rem;
		margin-top: 3.129rem;
	}
	.page_menu_link{
		font-size: 1.058rem;
	}
}
@media screen and (min-width: 1400px){
	.page_menu ul li{
		width: calc((100% - 180px)/4);
		margin-right: 60px;
	}
	.page_menu ul li:nth-child(2n){
		margin-right: 60px;
	}
	.page_menu ul li:nth-child(4n){
		margin-right: 0;
	}
}
@media screen and (max-width: 767px){
	.page_menu::before{
		border-radius: 0;
	}
}


/* footer
--------------------------- */
#footer{
	width: 87.17%;
	margin-top: 7.95rem;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5.825rem;
}
.footer_left{
	margin-bottom: 3.81rem;
}
.footer_left .f-eng{
	font-size: 3.43rem;
	line-height: 1.14;
	letter-spacing: -0.002em;
	margin-bottom: 1.5rem;
}
.footer_left .f-eng span{
	display: block;
}
.footer_left .f-eng span:nth-of-type(2){
	margin-left: 155px;
}
.footer_copy{
	width: 220px;
	margin-right: -1rem;
	margin-bottom: 0;
	margin-left: auto;
}
.footer_img{
	width: 130px;
	margin-top: -6px;
	position: relative;
	z-index: -1;
}
.footer_right_inner{
	margin-bottom: 3.95rem;
}
.f_menu_block{
	margin-bottom: 3.075rem;
}
.f_menu{
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.f_menu > li{
	list-style: none;
}
.f_menu > li:first-child{
	width: 100%;
	margin-bottom: 3.15rem;
}
.f_menu > li:nth-child(2), .f_menu > li:nth-child(3){
	width: calc((100% - 20px)/2);
}
.fm_tit{
	font-size: 0.9375rem;
	letter-spacing: 0.02em;
	margin-bottom: 0.675rem;
}
.f_menu > li .flex{
	display: flex;
}
.f_menu > li .flex ul + ul{
	margin-left: 50px;
}
.f_menu > li ul{
	margin-bottom: 0;
}
.f_menu > li ul li{
	list-style: none;
}
.f_menu > li a{
	display: inline-block;
	color: #969696;
	font-size: 0.875rem;
	line-height: 2.5;
	letter-spacing: 0.04em;
	transition: .3s;
}
.f_menu > li a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.f_menu > li a.fm_tab{
	display: inline-flex;
	align-items: center;
}
.f_menu > li a.fm_tab img{
	width: 10px;
	height: 8px;
	margin-left: 10px;
}
.f_add{
	font-size: 0.875rem;
	line-height: 1.7;
	letter-spacing: 0.04em;
	margin-bottom: 0;
}
.f_map{
	display: inline-flex;
	align-items: center;
	color: #000 !important;
	font-size: 0.8125rem;
	font-weight: 300 !important;
	letter-spacing: 0;
	transition: .3s;
	margin-top: 0.15rem;
}
.f_map img{
	width: 8px;
	height: 7px;
	margin-left: 9px;
}
.f_map:hover{
	text-decoration: none;
	opacity: 0.8;
}
.f_policy a{
	font-size: 0.9375rem !important;
	letter-spacing: 0.02em !important;
	color: #000 !important;
	display: inline-block !important;
	transition: .3s;
}
.f_policy a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.f_copy{
	font-size: 1.5rem;
	letter-spacing: 0;
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	#footer{
		width: 86.66%;
		max-width: 1560px;
	}
	.footer_flex{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		
	}
	.footer_left{
		width: 48.05%;
		max-width: 740px;
		position: relative;
		margin-bottom: 0;
	}
	.footer_left .f-eng{
		margin-bottom: 3.5rem;
	}
	.footer_left .f-eng span:nth-of-type(2){
		margin-left: 70px;
	}
	.footer_left .f-eng span:nth-of-type(3){
		margin-left: 50px;
	}
	.footer_copy{
		margin-right: auto;
		margin-left: 0;
	}
	.footer_img{
		position: absolute;
		right: 0;
		bottom: 1.5rem;
		margin: 0;
	}
	.footer_right{
		width: 46.64%;
	}
	.f_policy{
		margin-top: 4.34rem;
	}
	.f_copy{
		width: 100%;
		text-align: right;
	}
}
@media screen and (min-width: 992px){
	#footer{
		margin-top: 8.38rem;
	}
	.footer_left .f-eng{
		font-size: 5.24rem;
		margin-bottom: 5.5rem;
	}
	.footer_left .f-eng span:nth-of-type(2){
		margin-left: 110px;
	}
	.footer_left .f-eng span:nth-of-type(3){
		margin-left: 80px;
	}
	.footer_img{
		bottom: 2.7rem;
		width: 215px;
	}
	.f_policy{
		margin-top: 5.39rem;
	}
}
@media screen and (min-width: 1200px){
	#footer{
		padding-bottom: 2.94rem;
	}
	.footer_left .f-eng{
		margin-bottom: 2.5rem;
	}
	.footer_copy{
		width: 250px;
	}
	.footer_img{
		bottom: 0.5rem;
	}
}
@media screen and (min-width: 1400px){
	#footer{
		margin-top: 10.94rem;
	}
	.footer_left .f-eng{
		font-size: 7.05rem;
		line-height: 1.25;
		letter-spacing: 0;
		margin-bottom: 3.69rem;
	}
	.footer_left .f-eng span:nth-of-type(2){
		margin-left: 150px;
	}
	.footer_left .f-eng span:nth-of-type(3){
		margin-left: 100px;
	}
	.footer_copy{
		width: 275px;
	}
	.footer_img{
		width: 300px;
		bottom: 0;
	}
	.footer_right{
		width: 42.64%;
	}
	.f_menu{
		justify-content: flex-start;
	}
	.fm_tit{
		font-size: 0.94rem;
		margin-bottom: 0.56rem;
	}
	.f_menu > li:last-child .fm_tit{
		margin-bottom: 0.82rem;
	}
	.f_menu > li{
		width: auto !important;
		margin-right: 100px;
	}
	.f_menu > li:nth-child(2){
		margin-right: 0;
	}
	.f_menu > li a{
		font-size: 0.88rem;
		line-height: 2.4;
	}
	.f_menu > li a.fm_tab img{
		width: 12px;
		height: 9px;
	}
	.f_policy a{
		font-size: 0.94rem !important;
	}
	.f_copy{
		font-size: 2.11rem;
		margin-top: 2.43rem;
	}
}
@media screen and (min-width: 1600px){	
	.footer_copy{
		width: 300px;
	}
	.footer_right{
		width: 50.64%;
	}
	.f_policy{
		margin-top: 6.44rem;
	}
	.f_menu > li:nth-child(3){
		margin-right: 0;
	}
}
@media screen and (min-width: 1600px) and (max-width: 1799px){
	.f_menu > li{
		margin-right: 65px;
	}
	.f_menu > li:nth-child(2){
		margin-right: 65px;
	}
	.f_menu > li .flex ul + ul{
		margin-left: 45px;
	}
}
@media screen and (min-width: 1800px){
	.f_menu > li{
		margin-right: 100px;
	}
	.f_menu > li:nth-child(2){
		margin-right: 100px;
	}
	.f_menu > li:nth-child(3){
		margin-right: 0;
	}
	.f_menu > li .flex ul + ul{
		margin-left: 60px;
	}
}


/* 767以下の表示設定
----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 576px) {
ul.footer_menu {
	display: none;
}
}
@media screen and (max-width: 575px) {
	/*　フッター固定メニュー　*/
	ul.footer_menu {
		width: 100%;
		height: 50px;
		display: flex;
		margin: 0;
		padding: 0;
		position: fixed;
		bottom: 0;
		left:0;
		z-index: 999;
        transition: all .4s;
	}
	ul.footer_menu li {
		width: calc(100% / 3);
		margin: 0;
		list-style: none;
		position: relative;
	}
	ul.footer_menu li:not(:last-child)::after{
		position: absolute;
		content: "";
		width: 1px;
		height: 100%;
		background-color: rgba(255,255,255,0.4);
		top: 0;
		right: 0;
	}
	ul.footer_menu li a {
		border: none;
		text-align: center;
		text-decoration: none;
		width: 100%;
			height: 100%;
        font-size: 0.9375rem;
		letter-spacing: 0.08em;
		background-color: #f84519;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}