@charset "utf-8";
/* ///////////////////////////////////////////////////////////
フッタ
/////////////////////////////////////////////////////////// */
#footer-line {
	margin: 120px 0 140px 0;
	padding: 5px 0;
	background-color: #eeeeee;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b4b4b4' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: repeat;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width:860px){
	#footer-line {
		margin: 60px 0 100px 0;
		padding: 10px 0;
	}
}
/* ------------------------------------------
フッタ：IR情報
------------------------------------------ */
/* Frame */
#footer-ir {
	border: 1px solid rgba(5, 31, 102, 1.0);
	border-radius: 10px;
	padding: 0 20px 20px 20px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	/* background:linear-gradient(to bottom, rgba(255,255,255,0), rgba(5, 31, 102, 0.03) 100%); */
	background: linear-gradient(-8deg, rgba(0,0,0,0.02) 80%, rgba(255,255,255,0.03) 50%);
}

/* Frame on Mark */
#footer-ir .mrk {
	text-align: center;
	margin: -60px auto 30px auto;
}
#footer-ir .mrk img{
	height:80px;
	padding:0;
	border: 1px solid #fff;
	transition:all  0.2s ease;
}
#footer-ir .mrk .inner{
	display: inline-block;
	padding: 0 0px;
}
#footer-ir .mrk .inner a{
	border-radius: 10px;
}
#footer-ir .mrk .inner a span{
	display: inline-block;
	background-color: #fff;
	overflow: hidden;
	padding: 0 10px;
}
#footer-ir .mrk .inner a span img:hover{
	/* -webkit-filter: drop-shadow(0px 0px 5px rgba(5, 31, 102, 0.3)); */
	/* filter: drop-shadow(0px 0px 5px rgba(5, 31, 102, 0.3)); */
	border: 1px solid rgba(52, 65, 85, 1.0);
	border-radius: 50px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
#footer-ir .mrk .inner p{
	letter-spacing: 3px;
	color: rgba(5, 31, 102, 1.0);
	font-size: 1.2rem;
}


#footer-ir .box{
	border: 1px solid rgba(5, 31, 102, 1.0);
	border-radius: 2px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
#footer-ir a {
	display: block;
	text-decoration: none;
	padding: 20px 20px 14px 20px;
	text-shadow: 1px 1px 0px #fff;
}
#footer-ir .box a:hover {
	background:linear-gradient(to top, rgba(255,255,255,0), rgba(5, 31, 102, 0.03) 100%);
}
#footer-ir .box a p {
	font-size: 1.0rem;
	color: rgba(5, 31, 102, 1.0);
	text-decoration: none;
	text-align: center;
}
#footer-ir .box a p img{
	vertical-align: middle;
	height: 60px;
}
#footer-ir .box ul li {list-style: none;}
#footer-ir .box ul li a{
	margin: 0;
	padding: 4px 0 4px 0;
	color: #333;
	text-align: center;
}
#footer-ir .box ul li:last-child a{
	padding: 4px 0 20px 0;
}
#footer-ir .box.yoko a p img {
	padding-right:20px;
	height: 80px;
}
#footer-ir .box.yoko.small a p img {
	padding-right:10px;
	height: 40px;
}

@media only screen and (max-width:860px){
	/* Frame */
	#footer-ir {
		padding: 0 5px 0px 5px;
		/* background:linear-gradient(to bottom, rgba(255,255,255,0), rgba(5, 31, 102, 0.1) 100%); */
		background: linear-gradient(-8deg, rgba(0,0,0,0.02) 90%, rgba(255,255,255,0.03) 50%);
	}
	#footer-ir a {
		padding: 10px 0px 4px 0px;
	}
	/* Frame on Mark */
	#footer-ir .mrk {
		margin: -40px auto 30px auto;
	}
	#footer-ir .mrk img{
		height:60px;
		background-color: #fff;
	}
	#footer-ir .box a p img{
		height: 40px;
	}
	#footer-ir .box.yoko a p {
		font-size: 1.0rem;
	}
	#footer-ir .box.yoko a p img {
		height: 60px;
	}
	#footer-ir .box.yoko.small a p {
		font-size: 0.8rem;
	}
	#footer-ir .box.yoko.small a p img {
		height: 30px;
		padding-right:2px;
	}
	#footer-ir .box a p {
		font-size: 0.8rem;
	}
	#footer-ir .box ul li a{
		font-size: 0.8rem;
	}
}

/* ------------------------------------------
IR情報 トップのみの処理
------------------------------------------ */
/* Frame : ir-top */
#footer-ir.ir-top {
	margin: 60px 0;
	border: none;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	background: none;
}
#footer-ir.ir-top .box ul li a{
	font-size: 1.0rem;
}

@media only screen and (max-width:860px){
	/* Frame */
	#footer-ir.ir-top .box.yoko.small a p {
		font-size: 1.2rem;
	}
	#footer-ir.ir-top .box.yoko.small a p img {
		padding-right:10px;
	}
	#footer-ir.ir-top .box a p {
		font-size: 1.2rem;
	}
	#footer-ir.ir-top .box ul li a{
		font-size: 1.0rem;
	}
	#footer-ir.ir-top .sp_hidden{
		display: none;
	}
	#footer-ir.ir-top .box ul li.sp-last a{
		padding: 4px 0 20px 0;
	}
}

/* ------------------------------------------
フッタ：企業情報、事業紹介、サステナビリティ
------------------------------------------ */
/* Frame */
.footer-3set {
	border: 1px solid rgba(5, 31, 102, 1.0);
	border-radius: 10px;
	padding: 0;
	/* background:linear-gradient(to bottom, rgba(255,255,255,0), rgba(5, 31, 102, 0.03) 100%); */
	background: linear-gradient(-8deg, rgba(0,0,0,0.02) 79%, rgba(255,255,255,0.03) 50%);
}

/* Frame on Mark */
.footer-3set .mrk {
	text-align: center;
	margin: -60px auto 30px auto;
}
.footer-3set .mrk img{
	height:80px;
	padding:0;
	border: 1px solid #fff;
	transition:all  0.2s ease;
}
.footer-3set .mrk .inner{
	display: inline-block;
	padding: 0;
}
.footer-3set .mrk .inner a{
	border-radius: 10px;
}
.footer-3set .mrk .inner a span{
	display: inline-block;
	background-color: #fff;
	overflow: hidden;
	padding: 0 10px;
}
.footer-3set .mrk .inner a span img:hover{
	/* -webkit-filter: drop-shadow(0px 0px 5px rgba(5, 31, 102, 0.3)); */
	/* filter: drop-shadow(0px 0px 5px rgba(5, 31, 102, 0.3)); */
	border: 1px solid rgba(52, 65, 85, 1.0);
	border-radius: 50px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.footer-3set .mrk .inner p{
	letter-spacing: 3px;
	color: rgba(5, 31, 102, 1.0);
	font-size: 1.2rem;
}
.footer-3set .box{
	border-radius: 2px;
	width: 100%;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.footer-3set a {
	display: block;
	text-decoration: none;
	padding: 20px 20px 14px 20px;
	text-shadow: 1px 1px 0px #fff;
}
.footer-3set .box a:hover {
	background:linear-gradient(to top, rgba(255,255,255,0), rgba(5, 31, 102, 0.03) 100%);
}

.footer-3set .box a p {
	font-size: 1.2rem;
	color: rgba(5, 31, 102, 1.0);
	text-decoration: none;
	text-align: center;
}
.footer-3set .box ul li {list-style: none;font-size: 0.9rem;}
.footer-3set .box ul li a{
	margin: 0;
	padding: 4px 0 4px 0;
	color: #333;
	text-align: center;
}
.footer-3set .box ul li a:hover{
	/* text-decoration: underline; */
}
.footer-3set .box ul li:last-child a{
	padding: 4px 0 40px 0;
}


@media only screen and (max-width:860px){
	/* Frame */
	.footer-3set {
		padding: 0 5px 0px 5px;
		/* background:linear-gradient(to bottom, rgba(255,255,255,0), rgba(5, 31, 102, 0.04) 100%); */
		background: linear-gradient(-8deg, rgba(0,0,0,0.02) 81%, rgba(255,255,255,0.03) 50%);
	}
	.footer-3set a {
		padding: 10px 0px 4px 0px;
	}
	/* Frame on Mark */
	.footer-3set .mrk {
		margin: -40px auto 30px auto;
	}
	.footer-3set .mrk img{
		height:60px;
	}
	.footer-3set .box a p img{
		height: 40px;
	}
	.footer-3set .box.yoko a p img {
		height: 60px;
	}
	.footer-3set .box.yoko.small a p img {
		height: 30px;
		padding-right:2px;
	}
	.footer-3set .box a p {
		font-size: 0.8rem;
	}
	.footer-3set .box ul li a{
		font-size: 1.0rem;
	}
	.footer-3set .sp_hidden{
		display: none;
	}
	.footer-3set .box ul li:last-child a{
		padding: 4px 0 30px 0;
	}
	.footer-3set .box ul li.sp-last a{
		padding: 4px 0 30px 0;
	}
}



/* ///////////////////////////////////////////////////////////
Footer
/////////////////////////////////////////////////////////// */
#footer {margin: 60px 0 0 0;}
#footer .bnr-area-group{
	margin: 60px 0 0 0;
	padding: 80px 0;
	text-align: center;
	background-color: #eeeeee;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b4b4b4' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
	overflow: hidden;
	border-top: 1px solid #fff;
	box-shadow: 0 0 60px #fff;
}
#footer .bnr-area-group .bnr-box{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
@media only screen and (max-width: 640px) {
  .bnr-area-group .bnr-box {
    display: contents;
  }
}
#footer .bnr-area-group p.ttl{
	text-align: center;
	margin: 0 0 1.6rem 0;
	padding: 0;
    font-size: 1.2rem;
    text-shadow: 1px 1px 0px #fff;
}
@media only screen and (max-width: 640px) {
	#footer .bnr-area-group p.ttl{font-size: 1.0rem;}
	}

#footer .bnr-area-group ul li{margin: 5px 5px; display:inline-block;}
#footer .bnr-area-group ul li img{box-shadow: 0 1px 0px #ebebeb; border: 1px solid rgba(223, 223, 223, 0.5); width: 100%;}
#footer .bnr-area-group ul li img{transition: 0.2s;}
#footer .bnr-area-group ul li img:hover{opacity: 1;transform: scale(1.1, 1.1);box-shadow: 0px 4px 0px rgba(210, 210, 210, 1.0);}
#footer .bnr-area-group ul li:first-child {margin: 0 5px 5px 0;}
#footer .bnr-area-group ul li:last-child {margin: 0 0 5px 5px;}

@media only screen and (max-width: 640px) {
	#footer .bnr-area-group {margin: 0;padding: 30px 0;}
	#footer .bnr-area-group p{font-size: 0.8rem;padding: 0;}
	/* #footer .bnr-area-group ul{display: table;} */
	#footer .bnr-area-group ul li{ width: 30%;float: left;margin: 1.5%;}
	#footer .bnr-area-group ul li:first-child {margin: 1.5%;}
	#footer .bnr-area-group ul li:last-child {margin: 1.5%;}
	#footer .bnr-area-group ul li img {
		aspect-ratio: 204/80;
		object-fit: cover;
	}
	}

/* bnr-area-sns */
#footer .bnr-area-sns{
	margin: 0;
	padding: 60px 0;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
	border-top: 1px solid #fff;
	/* box-shadow: 0 0 60px #fff; */
}
#footer .bnr-area-sns .bnr-box{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
#footer .bnr-area-sns p.ttl{
	text-align: center;
	margin: 0 0 1.6rem 0;
	padding: 0;
	font-size: 1.2rem;
}
#footer .bnr-area-sns li{margin: 5px 20px; display:inline-block;}
#footer .bnr-area-sns li a img{box-shadow: 0 1px 0px #ebebeb; border: 1px solid rgba(223, 223, 223, 0.5); width: 100%;}
#footer .bnr-area-sns li a img{transition: 0.2s;}
#footer .bnr-area-sns li a img:hover{opacity: 1;transform: scale(1.1, 1.1);box-shadow: 0px 2px 0px rgba(210, 210, 210, 1.0);}
#footer .bnr-area-sns li:first-child {margin: 0 5px 5px 0;}
#footer .bnr-area-sns li:last-child {margin: 0 0 5px 5px;}


@media only screen and (max-width: 640px) {
	#footer .bnr-area-sns {margin: 0;padding: 30px 0;}
	#footer .bnr-area-sns p{padding: 0;}
	#footer .bnr-area-sns li{width: 45%;margin: 1.5%;}
	#footer .bnr-area-sns li:first-child {margin: 1.5%;}
	#footer .bnr-area-sns li:last-child {margin: 1.5%;}
	 }


#footer .fnavi{
	margin: 0;
	padding: 10px 0;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
	border-top: 1px solid rgba(199, 212, 218, 1.0);
	border-bottom: 1px solid rgba(199, 212, 218, 1.0);
}
#footer .fnavi .bnr-box{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
#footer .fnavi li{margin: 0 2rem 0 2rem; display:inline-block;}
#footer .fnavi li a{color: #666;font-size: 0.8rem;text-decoration: none;}
#footer .fnavi li a:hover{text-decoration: underline;}
#footer .fnavi li img{box-shadow: 0 1px 0px #ebebeb; border: 1px solid rgba(223, 223, 223, 0.5); width: 100%;}
#footer .fnavi li:first-child {margin: 0 2rem 0 0;}
#footer .fnavi li:last-child {margin: 0 0 0 2rem;}

@media only screen and (max-width: 640px) {
	#footer .fnavi {margin: 0;}
	#footer .fnavi p{font-size: 0.8rem;padding: 0;}
	#footer .fnavi ul {text-align: center;}
	#footer .fnavi li{float: none;margin: 1.5%;}
	#footer .fnavi li:first-child {margin: 1.5%;}
	#footer .fnavi li:last-child {margin: 1.5%;}
	 }

#footer .copyright{
    padding: 2rem 1rem;
    text-align: center;
    font-size: 0.8rem;
    color: #999;
}
#footer .copyright a{
		color: #999;
		text-decoration: none;
}
#footer .copyright a:hover{
		text-decoration: underline;
}
@media only screen and (max-width: 640px) {
	#footer .copyright{padding: 1rem 1rem;}
}