@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-size: 16px;
	line-height: 1.6;
	color: #353535;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
body > #wrapper {
	height: auto;
	overflow: hidden;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {
	html,
	html body{overflow: visible !important;}
}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
}
img {
	max-width: 100%;
	height: auto;
	pointer-events: none;
}

/* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
img,
x:-moz-any-link,
x:default {
	box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a:link    {color:#0066FF; text-decoration: none;}
a:visited {color:#0066FF; text-decoration: none;}
a:hover   {color:#0066FF; text-decoration: none;}
a:active  {color:#0066FF; text-decoration: none;}

.mincho{
	font-family: 'Noto Serif JP', serif;
	position: relative;
	font-weight: normal;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
	content: "";
	display: table;
	clear: both;
}

.container {
	width: 100%;
	max-width: 1128px;
	width: 100%;
	padding: 60px 20px;
	margin: 0 auto;
	position: relative;
}

.pc {display: block;}
.sp {display: none;}


/* ▼ タイトル
--------------------------------------- */
#site_title {
	overflow: hidden;
}

h1.title{
	padding-bottom: 15px;
	margin-bottom: 40px;
	font-size: 32px;
	text-align: center;
	letter-spacing: .2em;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	position: relative;
}
	h1.title::after{
		content: "";
		background: -moz-linear-gradient(right, #DD597D, #E1ED54 50%, #1CB5AF );
		background: -webkit-linear-gradient(right, #DD597D, #E1ED54 50%, #1CB5AF );
		background: linear-gradient(to right, #DD597D, #E1ED54 50%, #1CB5AF );
		width: 155px;
		height: 2px;
		position: absolute;
		transform: translateX(-50%);
		left: 50%;
		bottom: 0;
	}
.title01{
	margin: 0 auto 20px;
	font-size: 35px;
	text-align: center;
	letter-spacing: .2em;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
}
.sub_title{
	margin: 0 0 30px;
	font-size: 35px;
	color: #17B5AF;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
}

.btm_line{
	border-bottom: 2px solid #DBDBDB;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-size: 35px;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	position: relative;
}
	.btm_line::before{
		content: "";
		border-bottom: 2px solid #17B5AF;
		width: 360px;
		position: absolute;
		left: 0;
		bottom: -2px;
	}


/* ▼▼▼ ヘッダー
====================================================== */
#home header{
	position: absolute;
	top: 0;
}
header {
	width: 100%;
	display: flex;
	align-items: center;
	height: 90px;
}
	header .header_inner{
		padding: 0 3% 0 40px;
		margin-right: auto;
		flex-shrink: 0;
	}

.menu {display: none;}

/* グローバルナビゲーション */
#gnav {
	font-size: 19px;
	margin-right: 3%;
}
	#gnav > ul {
		display: flex;
	}
	#gnav > ul > li {
		position: relative;
	}
	#gnav > ul > li:not(:last-child){
		margin-right: 30px;
	}
	#gnav ul > li a {
		display: block;
		color: #353535;
	}
	#gnav > ul > li span{
		cursor: pointer;
	}
	.drop_down{
		padding-top: 10px;
		display: none;
		width: 160px;
		position: absolute;
		transform: translateX(-50%);
		left: 50%;
		top: 100%;
		z-index: 1;
	}
	.drop_down li{
		background: rgba(23,181,175,.4);
		font-size: 16px;
	}
	.drop_down li:not(:last-child){
		border-bottom: 1px solid #cff0ef;
	}
	.drop_down li a{
		padding: 15px 18px;
	}
	#gnav > ul > li.op_hover:hover .drop_down{
		display: block;
	}

header .recruit_btn{
	display: table;
	background: #DD597D;
	height: 100%;
	width: 167px;
}
	header .recruit_btn a{
		display: table-cell;
		color: #fff;
		font-size: 17px;
		font-weight: 500;
		vertical-align: middle;
		text-align: center;
	}

/* ホバー */
header .recruit_btn:hover,
#site_title :hover,
#gnav ul > li a:hover,
.btn:hover,
.recruit_list li:hover,
.btn_contact:hover,
.btn_recruit:hover{
	opacity: 0.7;
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

.read{
	margin: 0 0 30px;
}

.container section:not(:last-child){
	margin-bottom: 60px;
}


/* ▼ パンくず
--------------------------------------- */
#path {
	max-width: 1128px;
	width: 100%;
	padding: 0 20px;
	margin: 20px auto 0;
	font-size: 14px;
	overflow: hidden;
}
	#path li {
		float: left;
	}
	#path li:not(:last-child):after {
		content: "〉";
		margin-left: 10px;
		color: #333;
	}
	#path li a{
		color: #353535;
		text-decoration: underline;
	}
	#path li a:hover{
		text-decoration: none;
	}


/* ボタン
--------------------------------------- */
.btn{
	display: table;
	background: -moz-linear-gradient(right, #DD597D, #E1ED54 50%, #1CB5AF );
	background: -webkit-linear-gradient(right, #DD597D, #E1ED54 50%, #1CB5AF );
	background: linear-gradient(to right, #DD597D, #E1ED54 50%, #1CB5AF );
	border-radius: 8px;
	max-width: 228px;
	width: 100%;
	height: 71px;
	padding: 2px;
	margin: 0 auto;
	position: relative;
}
	.btn::before,
	.btn::after{
		background: #1CB5AF;
		content: "";
		position: absolute;
		right: -15px;
	}
	.btn::before{
		width: 61px;
		height: 1px;
		top: 35px;
	}
	.btn::after{
		width: 7px;
		height: 1px;
		transform: rotate(45deg);
		top: 32px;
	}

	.btn a{
		display: table-cell;
		background: #fff;
		border-radius: 6px;
		width: 100%;
		height: 100%;
		color: #000;
		text-align: center;
		vertical-align: middle;
	}

.btn.entry{
	max-width: 384px;
	font-size: 15px;
}
	.btn.entry a::before{
		content: "";
		display: inline-block;
		background: url(../img/icon_form.svg) no-repeat center/100%;
		width: 25px;
		height: 30px;
		vertical-align: middle;
		margin-right: 10px;
	}

.btn.voice{
	max-width: 384px;
	font-size: 15px;
}
	.btn.voice a::before{
		content: "";
		display: inline-block;
		background: url(../img/icon_voice.svg) no-repeat center/100%;
		width: 34px;
		height: 37px;
		vertical-align: middle;
		margin-right: 10px;
	}

.btn_recruit{
	display: table;
	background: #DD597D;
	border-radius: 10px;
	max-width: 350px;
	width: 100%;
	height: 70px;
	margin: 0 auto;
	font-size: 17px;
	text-align: center;
}
	.btn_recruit a{
		display: table-cell;
		vertical-align: middle;
		font-weight: bold;
		color: #fff;
	}



/* ▼ 求人情報一覧
--------------------------------------- */
.recruit_list{
	margin: 0 auto 40px;
}
	.recruit_list li{
		background: #fff;
		border: 1px solid #B7B7B7;
	}
	.recruit_list li:not(:last-child){
		margin: 0 0 10px;
	}
	.recruit_list li a{
		display: flex;
		color: #000;
		position: relative;
	}
		.recruit_list li a::before,
		.recruit_list li a::after{
			background: #727272;
			content: "";
			position: absolute;
			right: 20px;
		}
		.recruit_list li a::before{
			width: 18px;
			height: 1px;
			transform: translateY(-50%);
			top: 50%;
		}
		.recruit_list li a::after{
			width: 8px;
			height: 1px;
			transform: rotate(45deg)translateY(-50%);
			top: 46%;
		}
	.recruit_list li div{
		padding: 20px;
	}
	.recruit_list li div.cat{
		background: #FAFAFA;
		width: 50%;
		font-size: 20px;
		font-weight: bold;
		vertical-align: middle;
		padding-left: 50px;
		position: relative;
	}
	.recruit_list li div.cat.icon::after{
		content: "";
		background: url(../img/icon_job.svg) no-repeat center/100%;
		width: 16px;
		height: 16px;
		position: absolute;
		transform: translateY(-50%);
		top: 50%;
		right: 30px;
	}
	.recruit_list li div.detail{
		display: flex;
		align-items: center;
		margin: 0 auto;
	}
	.recruit_list li div.detail p:first-of-type{
		border-right: 1px solid #ccc;
		padding-right: 30px;
	}
	.recruit_list li div.detail span.location{
		font-size: 14px;
		padding: 0 20px 0 30px;
	}
	.recruit_list li div.detail p span:not(.location){
		display: inline-block;
		border-radius: 15px;
		width: 120px;
		height: 24px;
		line-height: 24px;
		color: #fff;
		font-size: 12px;
		text-align: center;
		font-weight: bold;
	}
	.recruit_list li div.detail p span.icon_01{background: #EF9F20;}
	.recruit_list li div.detail p span.icon_02{background: #BE8643;}
	.recruit_list li div.detail p span.icon_03{background: #448E4D;}
	.recruit_list li div.detail p span.icon_04{background: #DB7437;}

.recruit_notes::before{
	content: "";
	background: url(../img/icon_job.svg) no-repeat center/100%;
	width: 16px;
	height: 16px;
	margin: -2px 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}


/* ▼ 新着情報
--------------------------------------- */
.topics_list{
	margin: 0 auto 40px;
	font-size: 18px;
}
	.topics_list li{
		border-bottom: 1px dashed #ccc;
	}
	.topics_list li a{
		display: block;
		color: #000;
		padding: 30px 45px 30px 0;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		position: relative;
	}
	.topics_list li a::before,
	.topics_list li a::after{
		background: #1CB5AF;
		content: "";
		position: absolute;
		right: 20px;
	}
	.topics_list li a::before{
		width: 18px;
		height: 1px;
		transform: translateY(-50%);
		top: 50%;
	}
	.topics_list li a::after{
		width: 8px;
		height: 1px;
		transform: rotate(45deg)translateY(-50%);
		top: 46%;
	}
	.topics_list li a span.date{
		display: inline-block;
		margin-right: 30px;
		color: #17B5AF;
		font-size: 14px;
		font-weight: 500;
	}
	.topics_list li:hover{
		opacity: 0.6;
	}

/* ▼ その他の施設を見る
--------------------------------------- */
.factory_list{
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px;
}
	.factory_list li{
		width: 32.5%;
		position: relative;
		padding-bottom: 20px;
	}
	.factory_list li:hover{
		opacity: .7;
	}
	.factory_list li a{
		display: block;
	}
	.factory_list li a > span{
		display: table;
		border-radius: 25px;
		max-width: 290px;
		width: 100%;
		height: 45px;
		color: #fff;
		text-align: center;
		font-weight: bold;
		position: absolute;
		transform: translateX(-50%);
		left: 50%;
		bottom: 0;
	}
		.factory_list li span.icon_01{background: #EF9F20;}
		.factory_list li span.icon_02{background: #448E4D;}
		.factory_list li span.icon_03{background: #BE8643;}
		.factory_list li span.icon_04{background: #DB7437;}

	.factory_list li a > span::before,
	.factory_list li a > span::after{
		content: "";
		background: #fff;
		position: absolute;
		right: 20px;
	}
		.factory_list li a > span::before{
			width: 18px;
			height: 1px;
			top: 23px;
		}
		.factory_list li a > span::after{
			width: 8px;
			height: 1px;
			transform: rotate(45deg);
			top: 20px;
			right: 19px;
		}
	.factory_list li a > span span{
		display: table-cell;
		height: 100%;
		padding: 0 10px;
		vertical-align: middle;
		text-align: center;
		line-height: 1.2;
	}
	.factory_list li a small{
		display: block;
		font-size: 14px;
		text-align: center;
	}

/* ▼▼▼ フッター
===================================== */
footer {
	width: 100%;
	padding: 0 0 30px;
	clear: both;
	}

#contact_box{
	background: url(../img/footer_bg.jpg) no-repeat center/cover;
	padding: 90px 20px;
}
	#contact_box .title01 + p{
		margin: 0 0 30px;
		font-size: 18px;
		text-align: center;
	}
	.btn_contact{
		display: table;
		background: #17B5AF;
		border-radius: 10px;
		max-width: 350px;
		width: 100%;
		height: 70px;
		margin: 0 auto;
		font-size: 17px;
		text-align: center;
	}
	.btn_contact a{
		display: table-cell;
		vertical-align: middle;
		font-weight: bold;
		color: #fff;
	}

#footer_inner {
	margin: 0 auto;
	height: 100%;
	position: relative;
}
	#footer_inner::before{
		content: "";
		background: url(../img/footer_ill.png) no-repeat center/100%;
		max-width: 1055px;
		width: 100%;
		height: 182px;
		position: absolute;
		transform: translateX(-50%);
		top: -65px;
		left: 50%;
		z-index: 100;
	}

	#footer_inner div{
		border-bottom: 1px solid #E3E3E3;
		padding: 30px 0;
		position: relative;
		z-index: 200;
	}
	#footer_inner div:hover{
		opacity: .7;
	}
	#footer_inner div a{
		color: #353535;
	}
	#footer_inner div a p{
		text-align: center;
		margin: 0 0 10px;
	}
	#footer_inner div a p span{
		display: inline-block;
	}
	#footer_inner div a p span:not(:last-of-type){
		margin-right: .5em;
	}
	.fnav{
		display: flex;
		justify-content: space-between;
		max-width: 1128px;
		padding: 0 20px;
		margin: 30px auto;
		color: #17B5AF;
	}
	.fnav a{
		color: #17B5AF;
		font-weight: bold;
	}
	.fnav li:nth-child(3){
		overflow: hidden;
	}
	.fnav li:nth-child(3) span{
		display: inline-block;
		margin-right: 3%;
		float: left;
	}
	.fnav li:nth-child(3) ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 270px;
	}
	.fnav li:nth-child(3) ul li{
		width: 40%;
}
	.fnav li:nth-child(3) ul li:nth-child(3){
		min-width: 8em;
	}
.fnav a:hover{
	opacity: 0.7;
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
	background: #17B5AF;
	width: 80px;
	height: 80px;
	padding: 30px 0 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
	cursor: pointer;
}
	.pagetop::before,
	.pagetop::after{
		background: #fff;
		content: "";
		position: absolute;
	}
	.pagetop::before{
		width: 1px;
		height: 15px;
		transform: translateY(-50%);
		top: 18px;
		left: 50%;
	}
	.pagetop::after{
		width: 6px;
		height: 1px;
		transform: rotate(45deg);
		top: 13px;
		right: 34px;
	}

/* ▼ コピーライト
--------------------------------------- */
#copyright {
	color: #C4C4C4;
	font-size: 10px;
	text-align: center;
}

/* ▼▼▼ 1300px〜768px
====================================================== */
@media screen and (max-width: 1300px) {
	header .header_inner{
		padding: 0 3% 0 20px;
	}
	#site_title img{
		width: 32vw;
		vertical-align: middle;
		pointer-events: auto;
	}
	#gnav{
		font-size: 1rem;
		margin-right: 0;
	}
	.drop_down li{
		font-size: .9rem;
	}
	#gnav > ul > li:not(:last-child){
		margin-right: 2vw;
	}
	header .recruit_btn{
		width: 10%;
		flex-shrink: 0;
	}
}


/* ====================================================
▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {

	body{
		font-size: 14px;
	}
	body.wrap {
		overflow: hidden;
	}

	#wrapper {width: 100%;}
	#screen {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color:rgba(0,0,0,0.8);
		z-index: 200;
	}

	.container {
		padding: 30px 20px 60px;
	}

	.pc {display: none;}
	.sp {display: block;}

	/* ▼タイトル
	--------------------------------------- */
	#site_title {
		margin: 0 0 0 3%;
		overflow: hidden;
	}
		#site_title img{
			width: 52vw;
		}
	.title01{
		margin: 0 auto 10px;
	}
	.sub_title{
		font-size: 1.7rem;
		margin: 0 0 10px;
	}
	.btm_line{
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-size: 26px;
	}
		.btm_line::before{
			width: 40%;
		}


	/* ▼▼▼ ヘッダー
	====================================================== */
	header {
		width: 100%;
		height: 70px;
		padding: 0;
		position: fixed!important;
		top: 0;
		left: 0;
		z-index: 99999;
		overflow: visible;
	}

	header .header_inner {
		display: flex;
		align-items: center;
		width: 100%;
		height: 70px;
		padding: 0;
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
	}


	/* ▼ グローバルナビゲーション
	--------------------------------------- */
	#gnav {
		display: block!important;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		float: none;
		width: 100%;
		max-height: 100vh;
		padding-top: 70px;
		margin: 0;
		position: absolute;
		top: -1000px;
		left: 0;
		z-index: 1000;
		overflow: auto;
	}
		#gnav.open {
			-moz-transform: translateY(1000px);
			-webkit-transform: translateY(1000px);
			transform: translateY(1000px);
		}

		#gnav ul {
			display: block;
			font-size: 15px;
		}
		#gnav ul > li {
			background: #fff;
			border-top: 1px solid #E6E6E6;
			width: 100%!important;
			max-width: 100%!important;
			height: auto;
			text-indent: 0;
		}
		#gnav ul > li > a {
			background-size: 10px 10px!important;
			padding: 20px;
		}
		#gnav ul > li > a:hover {
			text-decoration: none;
			opacity: 1;
		}

	#gnav > ul > li.op_hover{
		padding: 20px;
	}
		.drop_down{
			display: block;
			width: 100%;
			padding: 0;
			position: static;
			transform: translate(0%,0%);
		}
		.drop_down li{
			font-size: 15px;
			border: none!important;
		}
		.drop_down li a{
			padding: 20px 10px 0 10px!important;
		}

	/* ▼メニューボタン
	--------------------------------------- */
	.menu {
		display: block;
		width: 70px;
		height: 70px;
		background: #E8E8E8;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2000;
	}
		.menu .icon {
			display: block;
			width: 29px;
			height: 2px;
			border-top: 1px solid #404040;
			position: absolute;
			top: 40%;
			right: 20px;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
		}
		.menu .icon:before,
		.menu .icon:after{
			content: '';
			width: 29px;
			border-top: 1px solid #404040;
			position: absolute;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
			right: 0;
		}
		.menu .icon:before {
			top: -10px;
		}
		.menu .icon:after {
			bottom: -8px;
		}
		.menu .icon.active {
			border-color: #E8E8E8;
		}
		.menu .icon.active:before {
			-moz-transform: rotate(-135deg);
			-webkit-transform: rotate(-135deg);
			transform: rotate(-135deg);
			top: -2px;
			right: 0;
		}
		.menu .icon.active:after {
			-moz-transform: rotate(135deg);
			-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
			bottom: 2px;
			right: 0;
		}
		.menu .icon span:before{
			content: "MENU";
			color: #404040;
			font-size: 12px;
			position: absolute;
			left: 50%;
			bottom: -34px;
			transform: translate(-50%,-0%);
			-webkit-transform: translate(-50%,-0%);
		}
		.menu .icon.active span:before{
			content: "CLOSE";
		}

	header .recruit_btn{
		width: 70px;
		height: 70px;
		position: fixed;
		top: 0;
		right: 70px;
		z-index: 99999;
	}
	header .recruit_btn a{
		background: url(../img/recruit_btn.svg)no-repeat center 11px/24px;
		font-size: 12px;
		padding-top: 40px;
	}

	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	#header_inner,
	#main,#contents,#side,
	footer,#footer_inner {
		float: none;
		width: 100%;
		}
	#main {
		margin-top: 70px;
	}
	.menu_fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	.read{
		margin: 0 0 15px;
	}


	/* ▼ 求人情報一覧
	--------------------------------------- */
	.recruit_list{
		margin: 0;
	}
	.recruit_list li:not(:last-child){
		margin: 0 0 10px;
	}
		.recruit_list li a{
			display: block;
			color: #000;
			position: relative;
		}
			.recruit_list li a::before,
			.recruit_list li a::after{
				display: none;
			}
		.recruit_list li div.cat{
			width: 100%;
			padding: 10px;
			font-size: 20px;
			text-align: center;
		}
		.recruit_list li div.cat.icon::after{
			width: 15px;
			height: 15px;
		}
		.recruit_list li div.detail{
			padding: 10px;
			margin: 0 auto;
		}
		.recruit_list li div.detail p:first-of-type{
			padding-right: 10px;
			flex-shrink: 0;
			font-size: 16px;
		}
		.recruit_list li div.detail p:nth-of-type(2){
			padding-left: 10px;
		}
		.recruit_list li div.detail p span.location{
			padding: 0 2vw 0 0;
		}
		.recruit_list li div.detail p span:not(.location){
			width: 30vw;
		}

	.recruit_notes{
		margin-top: 10px;
	}
		.recruit_notes::before{
			width: 15px;
			height: 15px;
			margin: 0 5px 0 0;
		}

	/* ▼ 新着情報
	--------------------------------------- */
	.topics_list{
		margin: 0 -20px 40px;
		border-top: 1px dashed #ccc;
	}
		.topics_list li{
			border-bottom: 1px dashed #ccc;
			padding: 0 20px;
		}
		.topics_list li a{
			padding: 20px 0;
			white-space: inherit;
		}
		.topics_list li a::before,
		.topics_list li a::after{
			display: none;
		}
		.topics_list li a span.date{
			display: block;
			margin: 0 0 10px;
		}
		.topics_list li a span.txt{
			display: block;
			height: 60px;
			overflow: hidden;
		}

	/* ▼ その他の施設を見る
	--------------------------------------- */
	.factory_list{
			display: flex;
			flex-wrap: wrap;
			margin: -15px 0 60px;
		}
			.factory_list li{
				width: 49.5%;
				margin-top: 15px;
				padding-bottom: 15px;
			}
			.factory_list li a > span{
				max-width: 148px;
				width: 90%;
				height: 30px;
				font-size: 10px;
			}
			.factory_list li a > span::before,
			.factory_list li a > span::after{
				display: none;
			}
			.factory_list li a > span span{
				display: table-cell;
				height: 100%;
				padding: 0 10px;
				vertical-align: middle;
				text-align: center;
				line-height: 1.2;
			}
			.factory_list li a small{
				display: block;
				font-size: 10px;
				text-align: center;
			}

	/* ▼▼▼ フッター
	====================================================== */
	footer {
	}

	#contact_box {
		background: url(../img/footer_bg.jpg) no-repeat 71% center/cover;
		padding: 40px 20px;
	}
		#contact_box .title01 + p{
			width: 85%;
			margin: 0 auto 30px;
			font-size: 16px;
		}
		#footer_inner div{
			padding: 30px 20px;
		}
		#footer_inner::before{
			display: none;
		}
		#footer_inner div a p{
			font-size: .7rem;
			margin: 0 0 3px;
		}
		.fnav{
			display: block;
			padding: 0;
			margin: 0 auto 30px;
		}
		.fnav > li{
			border-bottom: 1px solid #E3E3E3;
		}
		.fnav > li > a{
			display: block;
			padding: 20px;
		}
		.fnav li:nth-child(3){
			overflow: hidden;
		}
		.fnav li:nth-child(3) span{
			display: block;
			padding: 20px 20px 0;
			margin-right: 0;
			font-weight: bold;
			float: none;
		}
		.fnav li:nth-child(3) ul{
			display: block;
			max-width: 100%;
		}
		.fnav li:nth-child(3) ul li{
			width: 100%;
			padding: 15px 30px;

		}
		.fnav li:nth-child(3) ul li a{
			font-weight: 500;
		}

	/* ▼ ページ上部へ戻る
	--------------------------------------- */
	.pagetop {
		width: 60px;
		height: 60px;
		padding: 20px 0 0;
		font-size: 12px;
	}
	.pagetop::before{
		height: 13px;
		top: 13px;
	}
	.pagetop::after{
		width: 5px;
		top: 9px;
		right: 25px;
	}

}


/* ====================================================
▼▼▼  340px
====================================================== */
@media screen and (max-width: 340px) {
	/* ボタン
	--------------------------------------- */
	.btn::before {
		width: 35px;
	}

}
