@charset "utf-8";
/*=============================================================
 footer
=============================================================*/
.boxGNavBg{
	position: fixed;
	z-index: 9998;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(45, 51, 60, 0.60);
	display: none;
}
/* footer
--------------------------------------------------------------*/
#footer{
	line-height: 1.45;
	border-top:1px solid #D5D4D4;
}
/* .ftrContactArea
--------------------------------------------------------------*/
.ftrContactArea{
	width: 100%;
	height: 227px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("/corporate/shared/common/ftr_bg_contact.jpg") no-repeat center top;
	background-size: cover;
	position: relative;
}
.ftrContactArea .ftrContactBtn{
	width: 600px;
}
.ftrContactArea .ftrContactBtn p.txt{
	font-size: 2.0rem;
	font-weight: 500;
}
.ftrContactArea .ftrContactBtn p.btn{
	max-width: 350px;
	margin: 10px 0 0;
}
.ftrContactArea .ftrContactBtn p.btn a{
	display: flex;
	width: 100%;
	height: 72px;
	padding: 4px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: #D24157;
	text-decoration: none !important;
}
.ftrContactArea .ftrContactBtn p.btn a:hover{
	background: #B50D48;
}
.ftrContactArea .ftrContactBtn p.btn a>span{
	border: 2px solid #fff;
	border-radius: 6px;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ftrContactArea .ftrContactBtn p.btn a:hover{
	background: #B50D48;
}
.ftrContactArea .ftrContactBtn p.btn a span.boxBtn{
	position: relative;
	padding: 0 0 0 64px;
	font-size: 2.0rem;
	font-weight: 700;
	color: #fff;
}
.ftrContactArea .ftrContactBtn p.btn a span.boxBtn:before{
	content: "";
	width: 44px;
	height: 32px;
	background: url("/corporate/shared/common/icn_contact.svg") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.ftrContactArea .ftrContactBtn p.btn a span.boxBtn span.dispIb{
	display: inline-block;
}
.ftrContactArea .ftrContactPhoto{
	width: 190px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(77px);
}
/* .ftrSitemap
--------------------------------------------------------------*/
#footer .ftrSitemap{
	max-width:1280px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	margin: 32px auto 40px;
	padding: 0 clamp(16px, (100vw - 768px) * (32 / 256) + 16px, 48px);
}
#footer .ftrSitemap a{
	color: #2D333C;
}
#footer .ftrSitemap p,
#footer .ftrSitemap dl+dl{
	margin: 32px 0 0;
}
#footer .ftrSitemap p a,
#footer .ftrSitemap dt{
	font-weight: 500;
}
#footer .ftrSitemap p a:after,
#footer .ftrSitemap dt a:after{
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url("../img/link-arw.svg") no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 4px;
	margin-top: -2px;
}
#footer .ftrSitemap .logoArea{
	width: 200px;
}
#footer .ftrSitemap .box{
	flex: 1;
	border-left: 1px solid #DDE6E9;
	margin-left: 24px;
	padding-left: 16px;
}
#footer .ftrSitemap .box li{
	margin: 6px 0 0;
}
#footer .ftrSitemap .box li a{
	font-size: 1.4rem;
}
#footer .ftrSitemap .box li li{
	margin: 0 0 0 16px;
}
#footer .ftrSitemap .box li li a{
	font-size: 1.3rem;
	color: #727171;
}
@media only screen and (min-width:1024px) {
#footer .ftrSitemap .box dd{
	display: block !important;
}	
#footer .ftrSitemap .box li>ul{
	display: block !important;
}
}
/* .ftrBtm
--------------------------------------------------------------*/
#footer .ftrBtm{
	padding: 0 40px;
	border-top: 1px solid #DDE6E9;
}
/* .ftrBtmLink
--------------------------------------------------------------*/
#footer ul.ftrBtmLink{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 32px 0 0;
}
#footer ul.ftrBtmLink li{
	margin: 0 12px;
}
#footer ul.ftrBtmLink li a{
	color: #2D333C;
	font-size: 1.3rem;
}
/* .copyright
--------------------------------------------------------------*/
#footer .copyright{
	padding: 16px 0 24px;
	text-align: center;
	color: #727171;
	font-size: 1.2rem;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1023px) {
/*=============================================================
 footer
=============================================================*/
#container{
	min-width: 320px;
}
/* .ftrContactArea
--------------------------------------------------------------*/
.ftrContactArea{
	height: 140px;
}
.ftrContactArea .ftrContactBtn{
	width: 328px;
}
.ftrContactArea .ftrContactBtn p.txt{
	font-size: 1.4rem;
}
.ftrContactArea .ftrContactBtn p.btn{
	max-width: 200px;
}
.ftrContactArea .ftrContactBtn p.btn a{
	display: flex;
	width: 100%;
	height: 60px;
	padding: 4px;
}
.ftrContactArea .ftrContactBtn p.btn a span.boxBtn{
	position: relative;
	padding: 0 0 0 45px;
	font-size: 1.5rem;
}
.ftrContactArea .ftrContactBtn p.btn a span.boxBtn:before{
	width: 32px;
	height: 24px;
}
.ftrContactArea .ftrContactPhoto{
	width: 115px;
	transform: translateX(45px);
}
/* .ftrSitemap
--------------------------------------------------------------*/
#footer .ftrSitemap{
	display: block;
	margin: 10px auto;
	padding: 0;
}
#footer .ftrSitemap p{
	display: none;
	margin: 0;
}
#footer .ftrSitemap dl+dl{
	margin: 0;
}
#footer .ftrSitemap p a:after,
#footer .ftrSitemap dt a:after{
	display: none;
}
#footer .ftrSitemap .logoArea{
	display: none;
}
#footer .ftrSitemap .box{
	flex: 1;
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
#footer .ftrSitemap .box dt{
	padding: 10px 16px;
	position: relative;
	font-size: 1.4rem;
}
#footer .ftrSitemap .box dt:before,
#footer .ftrSitemap .box dt:after,
#footer .ftrSitemap .box li.hasChild>a:before,
#footer .ftrSitemap .box li.hasChild>a:after{
	content: "";
	width: 14px;
	height: 2px;
	display: block;
	background-color: #2B3192;
	position: absolute;
	left: auto;
	bottom: auto;
	top: 50%;
	right: 16px;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
#footer .ftrSitemap .box dt:after,
#footer .ftrSitemap .box li.hasChild>a:after{
	transform: rotate(90deg);
}
#footer .ftrSitemap .box .open dt:before,
	#footer .ftrSitemap .box li.hasChild.open>a:before{
	transform: rotate(180deg);
}
#footer .ftrSitemap .box .open dt:after,
#footer .ftrSitemap .box li.hasChild.open>a:after{
	transform: rotate(180deg);
}
#footer .ftrSitemap .box dt a{
	pointer-events: none;
}
#footer .ftrSitemap .box dd{
	display: none;
	background-color: #EEE;
	padding: 8px 0;
}	
#footer .ftrSitemap .box li{
	margin: 0;
}
#footer .ftrSitemap .box li a{
	display: block;
	padding: 8px 16px;
	position: relative;
}
#footer .ftrSitemap .box li>ul{
	display: none;
}	
#footer .ftrSitemap .box li li{
	margin: 0;
}
#footer .ftrSitemap .box li li a{
	padding: 8px 16px 8px 32px;
}
/* .ftrBtm
--------------------------------------------------------------*/
#footer .ftrBtm{
	padding: 0 20px;
}
/* .ftrBtmLink
--------------------------------------------------------------*/
#footer ul.ftrBtmLink{
	display: block;
	text-align: center;
}
#footer ul.ftrBtmLink li{
	margin: 0;
	text-align: center;
}
#footer ul.ftrBtmLink li+li{
	margin: 10px 0 0;
}
#footer .copyright{
	padding: 30px 0 24px;
}
}
