
footer
{
	_zoom: 1;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 90px;
	clear: both;
	background-image: url(../images/footer_bg.jpg);
	color: #FFF;
	background-attachment: fixed;
}

footer .body
{
	padding-top: 100px;
	position: relative;
}

footer .foot_title
{
	position: absolute;
	top: 0px;
	left: 0px;
}

footer .foot_title a img:hover
{
	transform:scale(1.1,1.1);
	transition:1s all;
}

footer .foot_guide
{
	width: 920px;
	margin-left: auto;
	display: flex;
}


footer .company 
{
	display: block;
	margin-bottom: 30px;
	text-align: left;
	flex-basis: 600px;

}

footer .company h3
{
	font-size: 24px;
	line-height: 160%;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 4px;
}

footer .company h3 small
{
	font-size: 18px;
	line-height: 160%;
	display: block;
	padding-top: 20px;
}

footer .company h3 a img
{
	vertical-align: middle;
	transition-duration: 0.6s;
	transform:scale(1,1);
}

footer .company h3 a:hover img
{
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
	transform:scale(1.04,1.04);
}



footer .company p
{
	font-size: 16px;
	line-height: 160%;
	font-weight: normal;
	margin-bottom: 10px;
}

footer .company .access ul
{
	display: block;
	margin: 0px;
	padding: 0px;
}

footer .company .access ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

footer .company .access ul li:last-child span:after
{
	font-family: "Font Awesome 6 Free";
	content: '\f0c9';
	font-weight: 900;
	margin-left: 10px;
}

footer .company .access ul li:last-child span
{
	cursor:pointer;
}

footer .company .access ul li:last-child
{
	display:none;
}

footer .company .access a,
footer .company .access span
{
	display: inline-block;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 30px;
	background: rgba(160, 160, 160, 0.4);
	color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 1;

}

footer .company .access a:before,
footer .company .access span:before
{
	background: rgba(160, 160, 160, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
	z-index: -1;
}

footer .company .access a:hover,
footer .company .access span:hover
{
	color: #fff !important;
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

footer .company .access a:hover:before,
footer .company .access span:hover:before
{
	transform-origin: left top;
	transform: scale(1, 1);
}


footer .foot_navi
{

}

footer .foot_navi ul
{
	display: table;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

footer .foot_navi ul li
{
	display: table-cell;
	margin: 0px;
	vertical-align: top;
	text-align: justify;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
	padding-top: 0px;
	width: 1em;
}

footer .foot_navi ul li a
{
	color: #fff;
	font-size: 16px;
	line-height: 100%;
	display: inline-block;
	padding-top: 24px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	position: relative;
	overflow: hidden;
	transition-duration: .4s;
	z-index: 2;
}

footer .foot_navi ul li a:before
{
	content: "";
	background-image: url(../images/foot_menu_point.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 16px;
	width: 16px;
	display: inline-block;
	position: absolute;
	top: 0px;
}


footer .foot_navi ul li a:after
{
	background: var(--link-color);
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	margin: auto;
	transform-origin: center top;
	transform: scale(1, 0);
	transition: transform .3s;
}

footer .foot_navi ul li a:hover
{
	color: #FFF !important;
}

footer .foot_navi ul li a:hover:after
{
  transform-origin: center top;
  transform: scale(1, 1);
}


footer .nokotsu
{
	flex-basis: 400px;
}

footer .nokotsu a:hover img
{
	transform:scale(1.1,1.1);
	transition:1s all;
}



footer .copyright
{
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 12px;
	line-height: normal;
	text-align: right;
	clear: both;
	color: #999;
	margin-top: 50px;
}




/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{



footer .company 
{
}

footer .foot_navi
{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}



}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (min-width:768px) and (max-width:1199px)
{

footer,
footer .body
{
	margin-top: 0px;
	padding-top: 0px;
}


footer .foot_title
{
}


footer .foot_guide
{
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


footer .company
{
	text-align: left;
	clear: both;
	margin-bottom: 60px;
	padding-left: 240px;
	padding-top: 20px;
}

footer .foot_navi 
{
	width: auto;
	margin-bottom: 30px;
	float: none;
	text-align: center;
	display: block;
}

footer .nokotsu
{
	text-align: center;
	position: absolute;
	width: 200px;
	top: 0px;
	right: 0px;
}




footer .copyright
{
	text-align: center;
}


.foot_up img
{
	height: auto !important;
	position: fixed;
	bottom: 80px;
	right: 4px;
	z-index: 9999;
}

}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{


footer 
{
	padding-top: 0px;
	padding-bottom: 30px;
}

footer,
footer .body
{
	margin-top: 0px;
	padding-top: 0px;
}



footer .foot_title
{
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}


footer .foot_guide
{
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



footer .company
{
	text-align: left;
	margin-bottom: 20px;
	width: 290px;
	margin-right: auto;
	margin-left: auto;
}

footer .company .access ul li,
footer .company .access ul li:last-child
{
	display: inline-block;
}

footer .company .access ul li:last-child
{
	margin-left: 10px;
}


footer .foot_navi
{
	display: none;
}


footer .foot_navi_box
{
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 4列 */
	column-gap: 10px; /* 横のスペース */
	row-gap: 10px; /* 縦のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	margin: 0px;
	padding: 0px;
	width: 100%;

}

footer .nokotsu
{
	text-align: center;
	width: 290px;
	margin-right: auto;
	margin-left: auto;
}



footer .copyright
{
	text-align: center;
}




.foot_up img
{
	height: auto !important;
	position: fixed;
	bottom: 20px;
	right: 4px;
	z-index: 999;
}




}

/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{

footer .foot_navi_box
{
	display: block;
	padding-right: 0px;
}

}