﻿@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;
	}
body {
	color: #000;
	font-size: 16px;
	line-height: 1.6;
	}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	}
body > #wrapper {
	height: auto;
	}
.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;vertical-align: bottom;} /* レスポンシブ対応 */
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:}
a:active  {color:#0066FF; text-decoration: none;}

.mincho{
	/* font-family: "FOT-筑紫明朝 Pr6 L","TsukuMinPr6-L","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","TakaoEx明朝",TakaoExMincho,"MotoyaLCedar","Droid Sans Japanese","HGS明朝E","ipamin","ＭＳ Ｐ明朝",serif; */
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	position: relative;
	font-weight: normal;
	}

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

.container {
	width: 100%;
	max-width: 1030px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	}

/* ブロック関係 */
.row {padding-bottom: 0em;}
.col {display: block;float: left;width: 100%;margin: 0 1%;line-height: 1.5;}
.col:first-child {margin-left: 0;}
.col:last-child {margin-right: 0;}

/* グリッドの設定 */
.span_1 {width: 6.25%;}
.span_2 {width: 15%;}
.span_3 {width: 23.5%;}
.span_4 {width: 32%;}
.span_5 {width: 40.5%;}
.span_6 {width: 49%;}
.span_7 {width: 57.5%;}
.span_8 {width: 66%;}
.span_9 {width: 74.5%;}
.span_10 {width: 83%;}
.span_11 {width: 91.5%;}
.span_12 {width: 100%;}

.sp {display: none;}

/* タイトル */
#site_title {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
	overflow: hidden;
	}
	#site_title img{
		max-width: 116px;
		}
#title_area{
	padding: 200px 0 100px;
	margin-bottom: 20px;
	}
	#title_area h1 {
		font-size: 50px;
		overflow: hidden;
		text-align: center;
		}
	#title_area h1 span{
		font-size: 22px;
		}
	#title_area h1 span,
	.title span{
		display: block;
		font-family: 'Reem Kufi', sans-serif;
		font-weight: normal;
		text-align: center;
		line-height: 1;
		}
	.title span{
		font-size: 14px;
		}
h2.sub_title{
	border-bottom: 2px solid #ccc;
	font-size: 32px;
	font-weight: normal;
	padding-bottom: 15px;
	margin-bottom: 40px;
	position: relative;
	}
	h2.double_line:before{
		content: "";
		border-bottom: 2px solid #0068B7;
		width: 65px;
		position: absolute;
		bottom: -2px;
		left: 0;
	}
.bg_title{
	background: #F2F2F2;
	padding: 15px 40px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: normal;
	}
.title{
	margin-bottom: 30px;
	font-size: 32px;
	text-align: center;
	}
	.title span{
		font-size: 14px;
		}
.title_Lline{
	border-left: 5px solid #0068B7;
	margin: 0 0 15px;
	padding-left: 10px;
	font-size: 20px;
	}
	h4.title_Lline{
		font-weight: normal;
	}
.inner_title{
	color: #0068B7;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}

/* 採用情報タイトル */
#recruit #title_area{
	background: url(../img/recruit/title_bg.jpg) no-repeat center/cover;
	}
	#recruit #title_area h1{
		color: #fff;
		}
#recruit .title_Bline{
	border-bottom: 2px solid #C7C7C7;
	font-size: 32px;
	padding-bottom: 10px;
	margin-bottom: 40px;
	position: relative;
	}
	#recruit .title_Bline:before{
		content: "";
		border-bottom: 2px solid #0068B7;
		width: 300px;
		position: absolute;
		bottom: -2px;
		left: 0;
		}
#recruit .title_Lline{
	margin: 0 0 30px;
	padding-left: 20px;
	font-size: 32px;
	}

/* ▼▼▼ ヘッダー
=====================================*/
header {
	background: #fff;
	box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.2);
	width: 1000px;
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translate(-50%,-0%);
	-webkit-transform: translate(-50%,-0%);
	z-index: 1;
	}
header .container{
	    max-width: 1000px;
		height: 80px;
		padding:0!important;
	}

.header_inner{
	float: left;
	display: table;
	height: 80px;
	}
.menu {display: none;}


/* グローバルナビゲーション */
#gnav {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	}
	#gnav ul {
		}
	#gnav > ul > li {
		float: left;
		padding: 0 12px;
		cursor: pointer;
		}
	#gnav > ul > li:not(:first-child){
		border-left: 1px solid #ccc;
		}
	#gnav > ul > li > p{
		font-weight: bold;
		}
	#gnav > ul > li > p a{
		color: #000;
		}
	#gnav > ul > li a {
		display: block;
		}
	#gnav > ul > li a:hover,
	#gnav > ul > li > p:hover {
	    -ms-filter: "alpha(opacity=60)";
	    -moz-opacity:0.6;
	    -khtml-opacity: 0.6;
	    opacity: 0.6;
		}
	#gnav ul > li .sub{
		display: none;
		background: #0068B7;
		box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.2);
		max-width: 820px;
		padding-bottom: 45px;
		position: absolute;
		top: 95px;
		left: auto;
		right: 180px;
		}
		#gnav ul > li .sub.business{
			left: 90px;
			right: auto;
			}
		#gnav ul > li .sub:before{
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 10px 10px 10px;
			border-color: transparent transparent #0068B7 transparent;
			position: absolute;
			top: -10px;
			}
			#gnav ul > li .sub.business:before{
				left: 31%;
				}
			#gnav ul > li .sub.company:before{
				left: 73%;
				}

		#gnav ul > li .sub ul{
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			padding: 30px;
			overflow: hidden;
			}
		#gnav ul > li .sub li{
			float: left;
			width: 126px;
			font-size: 14px;
			font-weight: bold;
			text-align: center;
			vertical-align: text-top;
			}
		#gnav ul > li .sub .top_btn{
			width: 100%;
			font-weight: bold;
			text-align: center;
			position: absolute;
			bottom: 0;
			opacity: 0;
			}
		#gnav ul > li .sub.show .top_btn{
			opacity: 1;
			-webkit-transition: opacity .5s linear 0.0s;
			transition: opacity .5s linear 0.0s;
			}
		#gnav ul > li .sub .top_btn a{
			display: block;
			background: #62BBFF;
			color: #fff;
			padding: 10px 0;
			font-size: 16px;
			}
		#gnav ul > li .sub li a{
			color: #fff;
			}
		#gnav ul > li .sub li p{
		    display: inline-block;
			text-align: center;
			text-indent: -1em;
			position: relative;
			}
			#gnav ul > li .sub li p:before{
				display: inline-block;
				content: "";
				width: 7px;
				height: 7px;
				border-right: 1px solid #fff;
				border-top: 1px solid #fff;
				border-bottom: 0;
				border-left: 0;
				margin-right: .5em;
				transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				}
		#gnav ul > li .sub li img{
			display: block;
			max-width: 70px;
			width: 100%;
			margin: 0 auto 10px;
			}

#btn_area{
	float: right;
	}
	#btn_area li{
		float: left;
		position: relative;
		width: 90px;
		height: 80px;
		color: #fff;
		font-size: 13px;
		text-align: center;
		font-weight: bold;
		cursor: pointer;
		}
	#btn_area li:not(#search_form):hover{
		opacity: 0.6;
		}
	#btn_area li a{
		display: block;
		height: 100%;
		padding-top: 50px;
		color: #fff;
		}
	#btn_area li.contact{
		background: #0068B7;
	    border-right: 2px solid #fff;
		}
		#btn_area li.contact p{
			height: 100%;
			text-align: center;
			}
		#btn_area li:before{
			content: "";
			position: absolute;
			top: 20px;
			left: 50%;
			transform: translate(-50%,-0%);
			-webkit-transform: translate(-50%,-0%);
			}
		#btn_area li.contact:before{
			background: url(../img/contact_icon.png) no-repeat center/100%;
			width: 27.22px;
			height: 21.21px;
			/* 20220418_yajima追記======================================================= */
				pointer-events: none;
			/* ========================================================================== */
			}
	/* 検索 */
	#btn_area li:nth-child(2){
		background: #707070;
		padding-top: 50px;
		}
		#btn_area li:nth-child(2):before{
			background: url(../img/search_icon.png) no-repeat center/100%;
			width:  24px;
			height: 24px;
			}
		li#search_form{
			display: none;
			background: #707070;
			width: 470px;
			padding: 15px;
			position: absolute;
			top: 80px;
			right: 0;
			}
			/* カスタマイズ */
			.gsc-search-button-v2 svg{
				display: none;
			}
			.gsib_a{
				padding: 14px 30px!important;
			}
			.gsc-search-button{
				height: 50px!important;
			}
			#search_form a{
				padding-top: 0!important;
			}
			/* 検索ボタン */
			td.gsc-search-button {
				width: 20%!important;
				padding: 0!important;
				position: relative;
				color: #000;
				font-size: 16px;
				cursor: pointer;
			}
			td.gsc-search-button:before{
				content: "検索";
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%,-50%);
				-webkit-transform: translate(-50%,-50%);
			}
			.cse .gsc-search-button-v2,
			.gsc-search-button-v2{
				border-radius: 0!important;
				width: 100%!important;
			}

/* 採用情報ヘッダー */
#recruit .header_inner{
	width: 100%;
	}
#recruit #gnav ul{
	margin-left: 5px;
	}
	#recruit #gnav ul li{
		padding: 0;
		}
	#recruit #gnav ul li a{
		padding: 0 25px;
		color: #000;
		font-weight: bold;
		}
	#recruit #gnav ul li.entry{
		border: none;
		width: 200px;
		height: 80px;
		line-height: 80px;
		padding: 0;
		text-align: center;
		position: absolute;
		top: 0;
		right: 0;
		}
	#recruit #gnav ul li.entry{
		display: block;
		}
	#recruit #gnav ul li.entry a{
		background: #FF9300;
		color: #fff;
		position: relative;
		text-indent: 30px;
		}
	#recruit #gnav ul li.entry a:before{
		content: "";
		background: url(../img/recruit/entry_icon.png) no-repeat center/contain;
		width: 32.13px;
		height: 27px;
		position: absolute;
		top: 50%;
		left: 40px;
		transform: translate(-0%,-50%);
		-webkit-transform: translate(-0%,-50%);
		}
#recruit #site_title {
	width: 245px;
	position: relative;
	margin-right: 20px;
	}
	#recruit #site_title span{
		background: #0068B7;
		width: 80px;
		height: 30px;
		line-height: 30px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		position: absolute;
		top: 25px;
		right: 0;
		}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
body:not(#home) #main{
	padding-bottom: 100px;
	}
#main {
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	}

/* パンくず */
#path {
	margin-bottom: 50px;
	font-size: 14px;
	overflow: hidden;
	}
	#path li {
		float: left;
		margin-right: 10px;
		}
	#path li.now{
		color: #0068B7;
	}
	#path li:last-child{
		margin: 0;
	}
	#path li:after {
		content: ">";
		margin-left: 10px;
		color: #000;
		}
	#path li:last-child:after {content: "";}
	#path li a{
		color: #000;
		text-decoration: underline;
		}
	#path li a:hover{
		text-decoration: none;
		}
section:not(:last-of-type){
	padding-bottom: 100px;
	}
p.read{
	margin-bottom: 60px;
	}

/* リストindent */
.list_disc li{
	text-indent: -1em;
	padding-left: 1em;
}
.list_disc li:before{
		content: "・";
	}

/* ボタン */
.more_btn a{
	display: block;
	border: 1px solid #000;
	width: 250px;
	height: 60px;
	line-height: 60px;
	color: #000;
	text-align: center;
	position: relative;
	}
	.more_btn a:after{
		content: "";
		width: 7px;
		height: 7px;
		border-right: 1px solid #000;
		border-top: 1px solid #000;
		border-bottom: 0;
		border-left: 0;
		position: absolute;
		top: 25px;
		right: 20px;
		vertical-align: middle;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		}
	.more_btn:hover{
		opacity: 0.6;
		}

/* 新着情報icon */
.date span{
	display: inline-block;
	width: 100px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-left: 30px;
}
	/* お知らせ */
	.date span.icon_01{
		background: #c69e29;
	}
	/* トピックス */
	.date span.icon_02{
		background: #0068B7;
	}
	/* 製品情報 */
	.date span.icon_03{
		background: #2a9b2f;
	}
	/* その他 */
	.date span.icon_04{
		background: #707070;
	}

/* pdfリンク・ txtリンク */
ul.link li:not(:last-child) {
	margin-bottom: 10px;
	}
	ul.link li a {
		font-weight: bold;
		position: relative;
		text-decoration: underline;
		}
	ul.link li a:hover{
		text-decoration: none;
		}
	ul.link li a[href$=".pdf"]{
		padding-left: 35px;
		}
	ul.link li a:before{
		content: "";
		position: absolute;
		left: 0;
		}
	ul.link li a[href$=".pdf"]:before{
		content: "";
		display: inline-block;
		background: url(../img/icon_pdf.png) no-repeat center/contain;
		width: 32px;
		height: 32px;
		top: 50%;
		transform: translate(-0%,-50%);
		-webkit-transform: translate(-0%,-50%);
		}

/* ▼▼▼ フッター
=====================================*/
footer {
	width: 100%;
	clear: both;
	overflow: hidden;
	}
#footer_contact{
	background: url(../img/footer_bg.png) repeat-x center bottom;
	background-size: 1336px;
	padding: 70px 0 130px;
	margin-bottom: -1px;
	}
	#footer_contact ul{
		display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    webkit-box-pack: center;
	    -webkit-justify-content: center;
	    justify-content: center;
		}
	#footer_contact ul li:first-child{
		background: #0068B7;
		max-width: 420px;
		width: 100%;
		height: 120px;
		line-height: 120px;
		margin-right: 80px;
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		}
		#footer_contact ul li:first-child:hover{
			opacity: 0.6;
			}
		#footer_contact ul li:first-child a{
			display: block;
			color: #fff;
			text-indent: 30px;
			position: relative;
			}
		#footer_contact ul li:first-child a:before{
			content: "";
			background: url(../img/contact_icon.png) no-repeat center/contain;
			width: 48px;
			height: 37px;
			position: absolute;
			top: 50%;
			left: 30px;
			transform: translate(-0%,-50%);
			-webkit-transform: translate(-0%,-50%);
			}
		#footer_contact ul li:first-child a:after{
			content: "";
			width: 10px;
			height: 10px;
			border-right: 1px solid #fff;
			border-top: 1px solid #fff;
			border-bottom: 0;
			border-left: 0;
			position: absolute;
			top: 55px;
			right: 20px;
			vertical-align: middle;
			transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			}
	#footer_contact ul li:nth-child(2){
		padding: 15px 0;
		}
	#footer_contact ul li:nth-child(2) p{
		color: #000;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.3;
		}
		#footer_contact ul li:nth-child(2) p.tel-moji{
			padding-left: 40px;
			position: relative;
			}
		#footer_contact ul li:nth-child(2) p.tel-moji,
		#footer_contact ul li:nth-child(2) p.tel-moji a{
			color: #0068B7;
			font-size: 49px;
			}
		#footer_contact ul li:nth-child(2) p.tel-moji:before{
			content: "";
			background: url(../img/tel_icon.png) no-repeat center/100%;
			width: 35.47px;
			height: 44.76px;
			position: absolute;
			top: 50%;
			left: 0;
			transform: translate(-0%,-50%);
			-webkit-transform: translate(-0%,-50%);
			}


#footer_inner {
	background: #0068B7;
	margin: 0 auto;
	color: #fff;
	overflow: hidden;
	}
	#footer_inner .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		max-width: 840px;
		padding: 40px 0;
		}
	#footer_inner .company_info img,
	#footer_inner #chemitec_logo{
		max-width: 208px;
		width: 100%;
		}
	#footer_inner .company_info .address{
		margin: 20px auto;
		font-size: 13px;
		}

	#footer_inner .company_info .address strong{
		font-size: 14px;
		}
	#footer_inner #chemitec_logo span{
		display: block;
		font-weight: bold;
		margin-bottom: 5px;
		}
	#footer_inner a{
		color: #fff;
		}
	#footer_inner .company_info{
		margin-right: 100px;
		}
	#footer_inner .company_info a:hover{
		opacity: 0.6;
		}
	#footer_inner > div > ul:nth-of-type(1){
		padding-right: 85px;
		margin-right: 5%;
		border-right: 1px solid rgba(255,255,255,0.5);
		}
	#footer_inner > div > ul > li{
		margin-bottom: 15px;
		font-weight: bold;
		}
	#footer_inner > div > ul > li li {
		margin-top: 5px;
		font-size: 14px;
		font-weight: normal;
		text-indent: 1em;
		}
	#footer_inner > div > ul > li a:hover{
		text-decoration: underline;
		}

/* ▼ ページ上部へ戻る */
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
	cursor: pointer;
	}
	.pagetop img{
		max-width: 117px;
		}

/* ▼ コピーライト */
#copyright {
	border-top: 1px solid rgba(255,255,255,0.5);
	font-size: 12px;
	color: #fff;
	padding: 20px 0;
	text-align: center;
	}

/* 採用情報フッター */
#recruit #footer_contact {
	padding: 0 0 100px;
	margin-bottom: -1px;
	}
	#recruit #footer_inner .container{
		display: block;
		}
	#recruit #footer_inner > div > ul:nth-of-type(1){
		border: 0 none;
		padding: 0;
		margin: 0;
		}
	#recruit #footer_inner > div > ul li{
		float: left;
		margin: 0;
		line-height: 1;
		}
	#recruit #footer_inner > div > ul li:not(:last-child){
		border-right: 1px solid rgba(255,255,255,0.5);
		}
	#recruit #footer_inner > div > ul li a{
		padding: 0 48px;
		}
	#recruit #footer_inner > div > ul li a:hover{
		text-decoration: none;
		opacity: 0.6;
		}

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

#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;
	}
.span_1,.span_2,.span_3,.span_4,.span_5,.span_6,.span_7,.span_8,.span_9,.span_10,.span_11,.span_12{width: 100%;}
.col {margin: 0;}

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

/* タイトル */
#site_title {
	overflow: hidden;
	z-index: 20000;
	background: #fff;
	width: 70vw;
	text-align: center;
	}
#title_area{
	padding: 120px 0 40px;
	}
	#title_area h1 {
		font-size: 26px;
		}
	#title_area h1 span{
		font-size: 14px;
		}
h2.sub_title{
	border-bottom: 2px solid #ccc;
	font-size: 20px;
	font-weight: normal;
	padding-bottom:5px;
	margin-bottom: 20px;
	}
.bg_title{
	padding: 10px 20px;
	margin-bottom: 15px;
	font-size: 18px;
	}
.title{
	font-size: 30px;
	}
.title_Lline{
	border-left: 3px solid #0068B7;
	margin: 0 0 10px;
	padding-left: 10px;
	font-size: 18px;
	}
.inner_title{
	color: #0068B7;
	font-size: 18px;
	margin-bottom: 20px;
}

/* 採用情報タイトル */
#recruit .title_Bline{
	font-size: 22px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	}
	#recruit .title_Bline:before{
		width: 150px;
		}
	#recruit .title_Lline{
		margin: 0 0 20px;
		padding-left: 10px;
		font-size: 20px;
		}

/* ▼▼▼ ヘッダー
=====================================*/
body.wrap {overflow: hidden;}
header {
	width: 90%;
	height: 70px;
	padding: 0;
	position: fixed;
	top: 10px;
	left: 50%;
	z-index: 99999;
	overflow: visible;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	}
	header .container{
		z-index: 99999;
	}
.header_inner {
	width: 100%;
	height: 70px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	}

/* 検索ボタン */
td.gsc-search-button {
	font-size:14px;
	}

/* グローバルナビゲーション */
#gnav {
	display: none;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	float: none;
	width: 100vw;
	max-height: 100vh;
	margin: 50px 0 0 -5vw;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: -1;
	overflow: auto;
	}
#gnav.open {
	display: block!important;
	padding-bottom: 200px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	}
#gnav ul {
	clear: both;
	background: #fff;
	}
	#gnav ul > li {
		float: none;
		width: 100%!important;
		max-width: 100%!important;
		padding: 0;
		height: auto;
		text-indent: 0;
		}
	#gnav > ul > li > p{
	    border-bottom: 1px solid #ccc;
		height: 60px!important;
		line-height: 60px;
		}
		#gnav > ul > li > p{
			padding: 0 20px;
			position: relative;
			}
		#gnav > ul > li > p.open:before,
		#gnav > ul > li > p.open:after,
		#gnav > ul > li > p.close:before{
			content: "";
			background: #000;
			position: absolute;
			top: 50%;
			transform: translate(-0%,-50%);
			-webkit-transform: translate(-0%,-50%);
			}
		#gnav > ul > li > p.open:before,
		#gnav > ul > li > p.close:before{
			width: 14px;
			height: 1px;
			right: 20px;
			}
		#gnav > ul > li > p.open:after{
			width: 1px;
			height: 14px;
			right: 26px;
			}
		#gnav > ul > li > p a{
			position: relative;
			}
		#gnav > ul > li > p a:after{
			content: "";
			width: 7px;
			height: 7px;
			border-right: 1px solid #000;
			border-top: 1px solid #000;
			border-bottom: 0;
			border-left: 0;
			margin-right: .5em;
			transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			position: absolute;
			top: 26px;
			right: -5px;
			}
	#gnav > ul > li:not(:first-child){
		border: 0 none;
		}
	#gnav ul > li > a {
		height: 60px!important;
		background: none;
		background-size: 10px 10px!important;
		border-bottom: 1px solid #ccc;
		padding: 0 20px;
		color: #000;
		line-height: 60px;
		font-weight: bold;
		}
	#gnav ul > li > a:hover {
		text-decoration: none;
		opacity: 1;
		}

	#gnav ul > li .sub{
		display: none;
		background: none;
		box-shadow: none;
		max-width: 820px;
		padding: 0;
		position: static;
		}
		#gnav ul > li .sub.business{
			left: 50%;
			}
		#gnav ul > li .sub:before{
			display: none;
			}

		#gnav ul > li .sub ul{
			background: #0068B7;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			padding: 0;
			overflow: hidden;
			}
		#gnav ul > li .sub li{
			float: none;
			width: 100%;
			font-size: 16px;
			font-weight: bold;
			text-align: left;
			vertical-align: text-top;
			}
		#gnav ul > li .sub .top_btn{
			background: #0068B7;
			border-bottom: 1px solid #ccc;
			width: 100%;
			text-align: left;
			position: static;
			opacity: 1;
			}
		#gnav ul > li .sub .top_btn a{
			display: block;
			background: none;
			height: 60px;
			line-height: 60px;
			padding: 0 25px;
			font-size: 16px;
			font-weight: bold;
			position: relative;
			}
		#gnav ul > li .sub li a{
			color: #fff;
			position: relative;
			}
		#gnav ul > li .sub li p{
			text-align: left;
			text-indent: 0;
			position: relative;
			}
			#gnav ul > li .sub li p:before{
				display: none;
				}
			#gnav ul > li .sub li a:before,
			#gnav ul > li .sub .top_btn a:before{
				content: "";
				width: 7px;
				height: 7px;
				border-right: 1px solid #fff;
				border-top: 1px solid #fff;
				border-bottom: 0;
				border-left: 0;
				margin-right: .5em;
				transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				position: absolute;
				top: 26px;
				right: 15px;
				}
		#gnav ul > li .sub li img{
			display: inline-block;
			max-width: 100%;
			width: auto;
			max-height: 32px;
			margin: 0 auto;
		    vertical-align: middle;
			}
		#gnav ul > li.menu{
			background: #F2F2F2;
			}
		#gnav ul > li.menu p{
			text-align: center;
			}
		#gnav > ul > li a:hover,
		#gnav > ul > li > p:hover {
		    -ms-filter: "alpha(opacity=100)";
		    -moz-opacity: 1;
		    -khtml-opacity: 1;
		    opacity: 1;
			}
/* 採用情報ヘッダー */
#recruit #site_title {
	width: 70vw;
	text-align: left;
	}
	#recruit #site_title img{
		margin-right: 20px;
		}
	#recruit #site_title span{
		top: 20px;
		right: auto;
		}
#recruit #gnav ul{
	margin-left: 0;
	}
	#recruit #gnav ul li a{
		padding: 0 15px;
		position: relative;
		}
	#recruit #gnav ul li a:after{
		content: "";
		width: 7px;
		height: 7px;
		border-right: 1px solid #000;
		border-top: 1px solid #000;
		border-bottom: 0;
		border-left: 0;
		margin-right: .5em;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		position: absolute;
		top: 26px;
		right: 15px;
		}
	#recruit #gnav ul li.entry{
		border: 0;
		height: auto;
		line-height: inherit;
		text-align: left;
		position: static;
		}
	#recruit #gnav ul li.entry a{
		text-indent: 40px;
		}
	#recruit #gnav ul li.entry a:before{
		left: 15px;
		}
	#recruit #gnav ul li.entry a:after{
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
		}

/* メニューボタン */
p.menu {
	display: block;
	width: 70px;
	height: 70px;
	background: #0068B7;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2000;
	}
p.menu span.icon {
    display:block;
    position:absolute;
    top:19px;
    right:20px;
    width:30px;
    height:22px;
    background:#fff;
    border-top:10px solid #0068B7;
    border-bottom:10px solid #0068B7;
    -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;
	text-indent: -9999px;
	}
p.menu span.icon:before {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#fff;
    top:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
	}
p.menu span.icon:after {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#fff;
    bottom:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
	}
p.menu span.icon.active {
    background:#0068B7;
	}
p.menu span.icon.active:before {
    -moz-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    top:0;
    right:0;
	}
p.menu span.icon.active:after {
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    bottom:0;
    right:0;
	}
p.menu span.m_name:before{
	content: "MENU";
	color: #fff;
	font-size: 12px;
	font-family: 'Reem Kufi', sans-serif;
	font-weight: bold;
	text-indent: 0;
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translate(-50%,-0%);
	-webkit-transform: translate(-50%,-0%);
	}
p.menu .active + span.m_name:before{
	content: "CLOSE";
	}

#btn_area{
	float: none;
	display: none;
	}

/* 検索 */
li#search_form{
	display: block;
	width: 100%;
	padding: 15px!important;
	position: static;
	}
	/* カスタマイズ */
	.gsc-input-box{
		border-radius: 0!important;
		padding: 0!important;
		margin-right: 10px;
	}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#header_inner,
#main,#contents,#side,
footer,#footer_inner {
	float: none;
	width: 100%;
	}
body:not(#home) #main{
	padding-bottom: 50px;
	}

#path{
	margin-bottom: 30px;
	}
.container {
	padding: 0 20px;
	}
section:not(:last-of-type){
	padding-bottom: 50px;
	}
p.read{
	margin-bottom: 30px;
	}

/* ボタン */
.more_btn a{
	width: 100%;
	}

.menu_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	}
.tel-moji a{
	color: #000;
}

/* pdfリンク・txtリンク */
ul.link li a:before{
	content: "";
	position: absolute;
	left: 0;
	}
ul.link li a:not([href$=".pdf"]):before{
	top: 4px;
	}

/* ▼▼▼ フッター
=====================================*/
footer {
	width: 100%;
	clear: both;
	overflow: hidden;
	}
#footer_contact{
	background: url(../img/footer_bg.png) no-repeat 30% bottom/250%;
	padding: 50px 20px 80px;
	margin-bottom: -0.5px;
	}
	#footer_contact ul{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		}
	#footer_contact ul li:first-child{
		height: 80px;
		line-height: 80px;
		margin: 0 auto 20px;
		font-size: 19px;
		}
		#footer_contact ul li:first-child a{
			display: block;
			color: #fff;
			text-indent: 30px;
			position: relative;
			}
		#footer_contact ul li:first-child a:before{
			width: 37.6px;
			height: 29.3px;
			}
		#footer_contact ul li:first-child a:after{
			top: 35px;
			}
	#footer_contact ul li:nth-child(2){
		padding: 15px 0;
		text-align: center;
		}
	#footer_contact ul li:nth-child(2) p{
		font-size: 21px;
		text-align: center;
		}
		#footer_contact ul li:nth-child(2) p.tel-moji{
			padding-left: 30px;
			}
		#footer_contact ul li:nth-child(2) p.tel-moji,
		#footer_contact ul li:nth-child(2) p.tel-moji a{
			font-size: 44px;
			font-feature-settings: 'palt'1;
			display: inline-block;
			}
		#footer_contact ul li:nth-child(2) p.tel-moji:before{
			width: 29.52px;
			height: 41.02px;
			}


#footer_inner {
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	}
	#footer_inner .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 40px 0 20px;
		}
	#footer_inner .company_info img,
	#footer_inner #chemitec_logo img{
		max-width: 219px;
		}
	#footer_inner .company_info .address{
		margin: 20px auto 0;
		}
	#footer_inner #chemitec_logo{
		margin: 0 auto 25px;
		max-width: 100%;
		text-align: center;
		}
	#footer_inner #chemitec_logo span{
		text-align: center;
		margin-bottom: 10px;
		}
	#footer_inner a{
		color: #fff;
		}
	#footer_inner .company_info{
		margin: 0 auto 20px;
		}
	#footer_inner > div > ul:nth-of-type(1){
		padding-right: 0;
		margin-right: 0;
		border-right: none;
		}
	#footer_inner > div > ul{
		width: 100%;
		}
	#footer_inner > div > ul:nth-of-type(1){
		border-top: 1px solid rgba(255,255,255,0.5);
		}
	#footer_inner > div > ul > li a,
	#footer_inner > div > ul > li p{
		display: block;
		padding: 15px 30px;
		height: 50px;
		}
	#footer_inner > div > ul p.sp_open{
		position: relative;
		}
		#footer_inner > div > ul p.sp_open:before,
		#footer_inner > div > ul p.sp_open:after{
			content: "";
			background: #fff;
			position: absolute;
			top: 50%;
			transform: translate(-0%,-50%);
			-webkit-transform: translate(-0%,-50%);
			}
		#footer_inner > div > ul p.sp_open:before{
			width: 14px;
			height: 1px;
			right: 34px;
			}
		#footer_inner > div > ul p.sp_open:after{
			width: 1px;
			height: 14px;
			right: 40px;
			}
		#footer_inner > div > ul p.sp_open.close:after{
			display: none;
			}
	#footer_inner > div > ul > li{
		border-bottom: 1px solid rgba(255,255,255,0.5);
		margin-bottom: 0;
		font-weight: bold;
		}
	#footer_inner li .sp_open + ul{
		display: none;
		}
	#footer_inner > div > ul > li li {
		border-top: 1px solid rgba(255,255,255,0.5);
		margin-top: 0;
		font-size: 16px;
		}

/* ▼ ページ上部へ戻る */
.pagetop img{
	width: 62px;
	}

/* 採用情報フッター */
#recruit #footer_contact{
	padding: 0 0 80px;
	margin-bottom: -0.5px;
	}
	#recruit #footer_inner .container{
		display: block;
		padding: 0;
		}
	#recruit #footer_inner > div > ul:nth-of-type(1){
		border: 0 none;
		padding: 0;
		margin: 0;
		}
	#recruit #footer_inner > div > ul li{
		float: none;
		margin: 0;
		line-height: 1.6;
		}
	#recruit #footer_inner > div > ul li:not(:last-child){
		border-right: 0 none;
		}
	#recruit #footer_inner > div > ul li a{
		padding: 15px 30px;
		}
	#recruit #footer_inner > div > ul > li:last-child{
		border-bottom: 0 none;
		}
}

/* 350px以下
=====================================*/
@media screen and (max-width: 350px) {
#search_form input{
	font-size: 14px;
}
#footer_contact ul li:first-child{
	font-size: 16px;
	}
#footer_contact ul li:nth-child(2) p{
	font-size: 19px;
	font-feature-settings: 'palt'1;
	}
#footer_contact ul li:nth-child(2) p.tel-moji,
#footer_contact ul li:nth-child(2) p.tel-moji a{
	font-size: 34px;
	font-feature-settings: 'palt'1;
	}

/* 採用情報 */
#recruit #site_title img{
	max-width: 100px;
	margin-right: 10px;
	}
	#recruit #site_title span{
		width: 65px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
		}
}
