/* Scss Document */
/* Variables
$green: #006700;
$yellow: #FFE33F;
$base: 16px;


/*color: $mint;*/
html, body {
	font-family: メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.2em;
}
select, input, textarea {
	font-family: メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.2em;
	padding: 5px;
}
/* flex
************************************* */
.flex {
	display: flex;
}
/* a
************************************* */
a:link, a:visited {
	color: #D90000;
	text-decoration: none;
}
a:active, a:hover {
	color: #FF6262;
	text-decoration: none;
}
/*  ALL
******************************************** */
.pc_no {
	display: none;
}
/*   width
*************************** */
.w1000 {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
}
.w_70 {
	width: 70%;
}
.w_50 {
	width: 50%;
}
.w640 {
	width: 640px;
}
.w460 {
	width: 460px;
}
.w380 {
	width: 380px;
}
.w300 {
	width: 300px;
}
.w240 {
	width: 240px;
}
.w125 {
	width: 125px;
}
.w50 {
	width: 65px;
}
/*　　foot_icn
*************************** */
.foot_icn {
	margin-top: 30px;
}
/*    border
*************************** */
.bt1 {
	border-top: 1px solid #006700;
}
.bt5 {
	border-top: 5px solid #006700;
}
.bd_b5 {
	border-bottom: 5px solid #006700;
}
/*    font size color
*************************** */
h1 {
	width: 220px;
	float: left;
}
h2 {
	color: #1999E4;
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
	line-height: 25px;
	font-family: 'Fjalla One', sans-serif;
	font-weight: 500; /*	background:url(../img/border_line_3.png) bottom repeat-x;
*/
}
.bd5 {
	border-top: 5px solid #1999E4;
	padding-top: 20px;
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
}
.mincho_02 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h2 img, h3 img {
	vertical-align: middle;
}
h3 {
	background-color: #E2F2FC;
	padding: 20px;
}
.ttl_mt30 {
	margin-top: 30px;
}
/*   font
********************************** */
.f_bk {
	color: #333 !important;
}
.f_grn {
	color: #006700;
	font-weight: bold;
}
.f_wh {
	color: #fff;
	text-shadow: 0px 0px 3px #122C61;
}
.f_bl {
	color: #1B9BE4;
	font-weight: bold;
}
.f_14 {
	font-size: 14px !important;
	font-weight: bold;
}
.f_20 {
	font-size: 20px !important;
	font-weight: bold;
}
.f_23 {
	font-size: 23px !important;
	font-weight: bold;
}
.g_f {
	font-family: 'Oswald', sans-serif;
}
/*  margin
****************************** */
.mb_no {
	margin-bottom: 0 !important;
}
.mt_3 {
	margin-top: 3%;
}
.mt_6 {
	margin-top: 6%;
}
.mt_no {
	margin-top: 0 !important;
}
.pt_no {
	padding-top: 0 !important;
}
/*    other
*************************** */
.bg_red {
	color: #D90000;
	font-size: 140%;
	width: 60%;
	padding: 15px 50px;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #D90000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.bg_red02 {
	color: #fff;
	font-size: 100%;
	padding: 10px;
	margin-bottom: 5px;
	background-color: #D90000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
/* header
************************************* */
#head_wrap {
	width: 1000px;
	margin: 20px auto;
 display: flex;
}
h1 {
	margin: 0 50px 0 0;
}
#head_rec {
	width: 440px;
	background: #E2F2FC;
	border: 2px solid #fff;
	outline: 2px solid #E2F2FC;
	margin: 5px 20px 0 0;
 height: 50px;
}
#head_rec ul {
	padding: 10px;
}
#head_rec ul li {
	float: left;
	font-weight: 600;
}
#head_tel {
	width: 250px;
}
#head_tel ul li {
	float: left;
 margin-right: 10px;
}
#head_tel ul li a {
	color: #333;
	text-decoration: none;
}
#head_tel ul li a i {
	margin-right: 2px;
}
#head_tel ul li {
	font-size: 10px;
	line-height: 1em;
}
.btn_bl {
	color: #fff;
	font-size: 12px;
	padding: 3px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #133369), color-stop(0.00, #165A98));
	background: -webkit-linear-gradient(top, #165A98 0%, #133369 88%);
	background: -moz-linear-gradient(top, #165A98 0%, #133369 88%);
	background: -o-linear-gradient(top, #165A98 0%, #133369 88%);
	background: -ms-linear-gradient(top, #165A98 0%, #133369 88%);
	background: linear-gradient(to bottom, #165A98 0%, #133369 88%);
}
.btn_bl:hover {
	background: #133369;
}
#main_img {
	border-top: 5px solid #122C61;
}
.comment_main {
	width: 800px;
	margin: -235px auto 120px auto;
}
/* nav
****************** */
#gnav.flex {
	justify-content: center;
}
nav {
	overflow: hidden;
	background: #122C61;
	height: 60px;
	margin-bottom: 5px;
}
nav ul {
	overflow: hidden;
	margin: 0 auto;
	background: url(../img/nav_back.jpg) left no-repeat;
	padding-left: 1px;
}
nav ul li {
	float: left;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	font-weight: 600;
	padding: 0 1px 0 0;
	background: url(../img/nav_back.jpg) right no-repeat;
}
nav ul li:nth-child(10) {
	background: none;
}
nav ul li a, nav ul li a:link {
	color: #fff !important;
	display: block;
	padding: 0 10px;
	text-decoration: none;
}
nav ul li a:hover {
	text-decoration: none;
	background: #1B9BE4 !important;
}
/*nav ul li a.active {
	background:#1B9BE4 !important;
	}*/
/*
******************************** */
#head_btm {
	margin: -456px auto 426px auto;
	width: 1000px;
	z-index: 0;
}
#breadcrumb {
	width: 1000px;
	line-height: 20px;
	margin: 0 auto;
	padding: 1% 1% 0 1%;
	font-size: 12px;
}
#breadcrumb ul {
	overflow: hidden;
}
#breadcrumb ul li {
	float: left;
	margin-right: 10px;
}
/*       
******************************** */
.w1000 {
	width: 1000px;
	margin: 0 auto;
}
.wrap_50 {
	margin-top: 10px;
	width: 49.7%;
	background: url(../img/back_voice.jpg?1) no-repeat right 0;
	padding: 30px;
}
.wrap_50_2 {
	margin-top: 10px;
	width: 49.7%;
	background: url(../img/back_work.jpg?1) no-repeat;
	padding: 30px;
}
.wrap_50_3 {
	margin-top: 10px;
	width: 49.7%;
	background: url(../img/back_work.jpg) no-repeat right 0;
	padding: 30px;
}
.wrap_50_4 {
	margin-top: 10px;
	width: 49.7%;
	background: url(../img/back_license.jpg) no-repeat;
	padding: 30px;
}
.wrap_50_5 {
	margin-top: 10px;
	width: 49.7%;
	background: url(../img/back_welfare.jpg) no-repeat right 0;
	padding: 30px;
}
.w49 {
	width: 49%;
	margin: 0 auto;
}
.btn_blue {
	width: 320px;
	padding: 15px;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #1b9be4;
	color: #fff !important;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
.btn_blue:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.btn_blue.small01 {
	width: auto;
	display: inline-block;
	margin: 0;
	padding: 5px 10px;
	font-size: 14px;
}
.btn_gray {
	line-height: 47px;
	width: 300px;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #eee;
	box-shadow: 0 10px 6px -6px #003d00;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.btn_gray:hover {
	background: #ccc;
}
.btn_gray a {
	color: #006700 !important;
	display: block;
}

.w1000.sdgs{
	width: 400px;
}
.sdgs dt{
	float: left;
	width: 15%;
	margin:0;
}
.sdgs dt img:nth-of-type(2){
	margin-top:10px;
}
.sdgs dd{
	float: right;
	width: 80%;
	margin-bottom: 10px;
 line-height: 1.5;
}
.sdgs dd span{
 font-weight: bold;
 font-size: 110%;
}
/*  よくある質問     
******************************** */
.faq {
	border-bottom: 1px dotted #999;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.icon_q {
	background: url(/faq/img/icon_q.png) no-repeat 0 center;
	padding: 8px 0 8px 45px;
	margin-bottom: 10px;
	font-weight: bold;
}
.icon_a {
	background: url(/faq/img/icon_a.png) no-repeat 0 center;
	padding: 8px 0 8px 45px;
}
/*  求人情報     
******************************** */
#rec_wrap {
	background: url(../img/back_rec.jpg) no-repeat center 0;
	background-size: auto 100%;
	overflow: hidden;
}
.rec_min {
	width: 1000px;
	margin: 75px auto;
	padding: 30px;
	background: url(../img/back_blue.png) repeat;
}
.rec_min ul {
	flex-direction: row;
	justify-content: space-between;
}
.rec_voice {
	float: left;
	width: 475px;
	margin-right: 50px;
}
.rec_voice div {
	float: left;
	width: 175px;
	margin-right: 20px;
}
.rec_voice img {
	width: 175px;
}
.rec_voice dl {
	float: right;
	width: 275px;
	margin-bottom: 10px;
}
.rec_voice dt {
	font-size: 130%;
	line-height: 1.3;
	font-weight: bold;
	margin: 0 0 10px;
}
.rec_voice dd {
	margin-bottom: 10px;
}
.rec_voice:nth-child(even) {
	margin-right: 0;
}
/*      privacy policy
*********************************** */
dt {
	margin-top: 3%;
	font-weight: 600;
}
/*  サイトマップ     
******************************** */
.sitemap {
	width: 70%;
	margin: 0 auto;
}
.sitemap a {
	color: #1b9be4;
}
.sitemap dl {
	margin-bottom: 30px;
}
.sitemap dt {
	font-size: 140%;
	color: #1B9BE4;
	border-bottom: 2px solid #1B9BE4;
	margin-bottom: 20px;
	padding: 0 0 10px 20px;
	background: url(../../sitemap/img/icon_01.png) no-repeat 0 3px;
}
.sitemap dd {
	white-space: nowrap;
	float: left;
	width: 50%;
	margin: 0 0 20px;
	padding-left: 12px;
	background: url(../../sitemap/img/icon_02.png) no-repeat 0 center;
}
/*   ta_wrap   
******************************************* */
.ta_wrap {
	border: 1px solid #eee;
	margin: 3% auto;
}
.ta_wrap tr {
	border-bottom: 1px solid #eee;
}
.ta_wrap td {
	padding: 1.5% 3%;
}
.ta_l {
	width: 30%;
	background: #f8f8f8;
	font-weight: 600;
}
.ta_c {
	width: 20%;
	border-right: 1px solid #eee;
}
.con_ta {
	width: 100%;
	height: 200px;
}
.va_top {
	vertical-align: top;
}
/*
*********************************** */
.foot_btn_yellow {
	line-height: 47px;
	width: 300px;
	display: block;
	margin: 20px auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #FFE33F;
	color: #006700 !important;
	box-shadow: 0 10px 6px -6px #003d00;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.foot_btn_yellow:hover {
	box-shadow: none;
}
#GoNext:hover, #GoBack:hover {
	opacity: 0.8;
}
.arr_down {
	text-align: center;
	display: block;
}
.arr_down img {
	vertical-align: top;
	height: 10px;
}
.min_box {
	margin-top: 30px;
}
/*  pagetop
*************** */
#pagetop {
	bottom: 2%;
	position: fixed;
	right: 100px;
	cursor: pointer;
}
/*  footer
*************** */
footer {
	clear: both;
	background: #1B9BE4;
	text-align: center;
	color: #fff;
	/*	text-shadow:0 0 10px #003d00;
*/ padding: 30px;
	border-top: 10px solid #122C61;
}
footer a, footer a:active, footer a:hover, footer a:visited, footer a:link {
	text-shadow: none;
	color: #fff;
}
#foot_wrap {
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
}
.ttl_tel {
	font-size: 40px;
	margin-top: 20px;
}
footer ul{
 display: flex;
 justify-content: center;
 margin-top: 20px;
}
footer li{
 margin-right: 10px;
}
footer li:last-child{
 margin-right: 0;
}
small {
	font-size: 12px;
}
#navigation {
	display: none;
}
.sp_comment {
	display: none;
}
/*    フォトギャラリー
******************************* */
#gallary li {
	float: left;
	padding: 5px;
}
.thumb {
	width: 240px;
	height: 160px;
}
/*  VOICE     
******************************** */
.voice_inner01, .voice_inner02 {
	width: 100%;
	margin: 0 auto;
	font-size: 120%;
	line-height: 1.3;
}
.voice h3 {
	background: none;
	padding: 0;
}
.voice h4 {
	font-size: 110%;
	color: #1A9AE4;
	background: none;
	font-weight: bold;
	padding: 0;
	margin: 0 0 20px 0;
}
.voice_inner_l01 {
	float: left;
	width: 510px;
	margin-right: 30px;
}
.voice_inner_l01 p, .voice_inner_r02 p {
	margin-bottom: 40px;
}
.voice_inner_r01 {
	float: right;
	width: 460px;
}
.voice_inner_l02 {
	float: left;
	width: 460px;
	margin-right: 30px;
}
.voice_inner_r02 {
	float: right;
	width: 510px;
}
.voice h5 {
	width: 100%;
	color: #FFFF00;
	text-align: center;
	font-size: 200%;
	line-height: 1.0;
	padding: 15px 0 12px;
	background-color: #1B9BE4;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
.voice_inner03 {
	width: 100%;
	margin: 0 auto 30px auto;
	font-size: 140%;
	line-height: 1.3;
	padding: 30px;
	border: 3px solid #1B9BE4;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}
.voice_inner03 p {
	float: left;
	width: 650px;
	margin-right: 30px
}
.voice_inner03 div {
	float: right;
	width: 240px;
}
/*  安全の取組     
******************************** */
.anzen {
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.anzen_cont {
	width: 48%;
	flex-direction: column;
	justify-content: center;
	flex-wrap: nowrap;
	margin-bottom: 40px;
}
.anzen img {
	width: 100%;
}
.anzen_text {
	width: 100%;
	display: block;
	margin: 20px auto 0;
	text-align: center;
}
.syaryou {
	flex-direction: column;
	justify-content: center;
	margin-bottom: 40px;
}
.syaryou_cont {
	flex-direction: row;
	justify-content: center;
}
.syaryou_cont img {
	width: 480px;
}
.syaryou_text {
	width: 100%;
	display: block;
	margin: 20px auto 0;
	text-align: center;
}
.img_border {
	padding: 5px;
	border: solid 2px #1b9be4;
}
.img_border img {
	width: 100%;
}
.syaryou {
	flex-direction: column;
	justify-content: center;
	margin-bottom: 40px;
}
.sensya {
	flex-direction: column;
	justify-content: center;
	width: 50%;
	margin-bottom: 40px;
}
/*  WORK     
******************************** */
.work_text {
	text-align: center;
}
.work p.mttl {
	width: 860px;
	color: #FFFF00;
	text-align: center;
	font-size: 200%;
	line-height: 1.0;
	margin: 0 auto;
	padding: 15px 0 12px;
	background-color: #1B9BE4;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
.work_inner {
	font-size: 160%;
	width: 860px;
	margin: 0 auto 20px auto;
	padding: 20px;
	border: 3px solid #1B9BE4;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}
.work_inner p.work_circle {
	float: left;
	color: #FFFF00;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 176px;
	height: 176px;
	line-height: 1.2;
	background-color: #1B9BE4;
	border-radius: 88px;
	margin: 0 20px 0 0;
	padding-top: 50px;
}
.work_inner p.work_circle.pt70 {
	padding-top: 70px;
}
.work_inner p.txt_center {
	float: left;
	line-height: 1.2;
	font-size: 90%;
	margin-top: 20px;
	width: 308px;
}
.work_inner p.txt_center02 {
	float: left;
	line-height: 1.2;
	font-size: 90%;
	margin-top: 20px;
	width: 600px;
}
.work_inner div {
	float: right;
	width: 280px;
}
.triangle_txt {
	font-size: 120%;
	margin: -55px 0 40px 0;
	text-align: center;
	font-weight: bold;
}
.triangle {
	width: 0;
	height: 0;
	margin: 0 auto 20px auto;
	border-top: 50px solid #89CAF1;
	border-right: 80px solid transparent;
	border-left: 80px solid transparent;
}
/*長距離中距離*/
.gyoumu_cont {
	flex-direction: column;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto 40px;
}
.gyoumu_cont div {
	width: 70%;
	margin: 0 auto 20px;
	display: block;
}
.gyoumu_cont img {
	width: 100%;
}
.gyoumu_text {
	width: 100%;
	display: block;
	margin: auto;
	text-align: center;
}
/*    採用情報
******************************** */
.annual_title {
	font-size: 30px;
	color: #1B9BE4;
	margin-bottom: 30px;
}
.jisseki {
	margin-bottom: 40px;
}
.annual_oogata, .annual_chugata {
	font-size: 40px;
	line-height: 2rem;
}
.annual_oogata span, .annual_chugata span {
	font-size: 16px;
}
.annual {
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}
.annual_cont {
	flex-direction: column;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto 40px;
}
.annual_cont img {
	width: 480px;
	display: block;
}
/*福利厚生
******************************** */
.nensyu_cont {
	padding: 0 60px;
}
.nensyu {
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.nensyu div {
	width: 48%;
	background-color: #1B9BE4;
	padding: 30px 50px;
	border-radius: 10px;
margin-bottom: 30px;
}
.nensyu div p {
	color: #FFFF00;
	text-align: center;
	font-size: 200%;
	line-height: 1.5;
}
.meeting, .meeting2, .meetin3 {
	flex-direction: row;
	flex-wrap: wrap;
}
.meeting > div {
	width: 30%;
	padding: 5px;
	border: solid 2px #1b9be4;
	margin: 0 auto 30px;
}
.meeting2 > div {
	width: 22%;
	padding: 5px;
	border: solid 2px #1b9be4;
	margin: 0 auto 30px;
}
.meeting3 > div {
	width: 30%;
	padding: 5px;
	border: solid 2px #1b9be4;
	margin: 0 auto 30px;
}
.meeting img {
	width: 100%;
	display: block;
	margin: auto;
}
.maintenance {
	flex-direction: row;
	justify-content: space-between;
}
.maintenance > div {
	width: 22%;
	padding: 5px;
	border: solid 2px #1b9be4;
}
.maintenance img {
	width: 100%;
}
.training {
	flex-direction: row;
	justify-content: space-between;
}
.training > div {
	width: 31%;
	padding: 5px;
	border: solid 2px #1b9be4;
}
.training img {
	width: 100%;
}
.benefit {
	padding: 5px;
	border: solid 2px #1b9be4;
}
/*　地域貢献
******************************** */
.contribution {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contribution div {
	width: 48%;
	padding: 5px;
	border: solid 2px #1b9be4;
	margin: 0 auto 30px;
}
/*    右バナー
******************************** */
#right-bnr {
	position: fixed;
	right: 0;
	top: 30px;
	width: 91px;
	z-index: 9999;
}
#right-bnr li {
	position: relative;
	right: 0;
}
#right-bnr li + li {
	margin-top: 10px;
}
#right-bnr li a {
	display: block;
	height: 0;
	overflow: hidden;
	width: 91px;
}
#right-bnr .right-bnr01 a {
	background: url("/common/img/right_bnr01.png") no-repeat scroll 0 0;
	background-position: 0 0;
	padding-top: 229px;
}
#right-bnr .right-bnr02 a {
	background: url("/common/img/right_bnr02.png") no-repeat scroll 0 0;
	background-position: 0 0;
	padding-top: 193px;
}
#right-bnr .right-bnr03 a {
	background: url("/common/img/right_bnr03.png") no-repeat scroll 0 0;
	background-position: 0 0;
	padding-top: 193px;
}
@media (max-width: 999px) {
	h2 {
		line-height: 2rem;
	}
	.pc_no {
		display: block;
	}
	.sp_no {
		display: none;
	}
	.sp_top_message {
		font-size: 95%;
		padding: 0;
		text-align: left;
	}
	.sp_top_message br {
		display: none;
	}
	.fl_l, .fl_r {
		float: none;
	}
	.center {
		text-align: left;
	}
	.mt_3 {
		margin-top: 3%;
	}
	.mt_6 {
		margin-top: 6%;
	}
	.mt__6 {
		margin-top: -10%;
	}
	.pd_3 {
		padding: 3% !important;
	}
	.bdb_5 {
		border-bottom: 5px solid #122c61;
	}
	.sp_mbno {
		margin-bottom: 0;
	}
	.ml_3 {
		margin-left: 3%;
	}
	.mt_40 {
		margin-top: 3% !important;
	}
	.w1000 {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		padding: 3%;
	}
	/*.w1000 p{
	padding:0 3%;
}
*/
	.bg_red {
		font-size: 160%;
		width: 100%;
		padding: 15px;
		margin: 0 auto;
		text-align: center;
		border: 5px solid #D90000;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		line-height: 1.3;
	}
	.w_70 {
		width: 100%;
	}
	.w460 {
		width: 100%;
	}
	.w240 {
		width: 240px;
		margin: 0 auto;
	}
	.w350 {
		width: 100%;
	}
	.w380 {
		width: 100%;
	}
	.w640 {
		width: 100%;
	}
	.w125 {
		width: 30%;
	}
	.w50 {
		width: 65px;
	}
	.w_49 {
		width: 100%;
	}
	.wrap_50 {
		margin-top: 10px;
		width: 100%;
		background: url(../img/back_voice.jpg) no-repeat center;
		background-size: 170%;
		padding: 3%;
	}
	.wrap_50_2 {
		margin-top: 10px;
		width: 100%;
		background: url(../img/back_work.jpg) no-repeat center;
		background-size: 170%;
		padding: 3%;
	}
	.wrap_50_3 {
		margin-top: 10px;
		width: 100%;
		background: url(../img/back_work02.jpg) no-repeat center;
		background-size: 170%;
		padding: 3%;
	}
	.wrap_50_4 {
		margin-top: 10px;
		width: 100%;
		background: url(../img/back_license.jpg) no-repeat center;
		background-size: 170%;
		padding: 3%;
	}
	.wrap_50_5 {
		margin-top: 10px;
		width: 100%;
		background: url(../img/back_welfare.jpg) no-repeat center;
		background-size: 170%;
		padding: 3%;
	}
	.w49 {
		width: 100%;
	}
	.right, .left {
		text-align: center !important;
	}
	.f_30 {
		font-size: 20px;
		line-height: 20px;
		font-weight: bold;
	}
	#pagePlugin {
		margin: 0 0 10% 0;
	}
	/*
************************ */
	h1 {
		margin: 0;
	}
	h1 img {
		vertical-align: middle;
	}
	.sp_comment {
		display: block;
		text-align: center;
		margin: 3% auto 0 auto;
		color: #006700;
		font-weight: bold;
	}
	.sp_comment img {
		vertical-align: top;
	}
 
.w1000.sdgs{
	width: 100%;
}
	/*
************************ */
	/*
************************* */
	#breadcrumb {
		width: 100%;
	}
	/*
************************ */
	/*求人情報
************************* */
	.table_form td.ta_l {
		font-size: 80%;
		font-weight: normal;
		padding: 5px;
	}
	/*求人情報
************************* */
	#rec_wrap {
		background: url(../img/back_rec.jpg) no-repeat;
		height: auto;
		background-size: auto 100%;
		overflow: hidden;
	}
	.rec_min {
		width: 100%;
		margin: 0 auto;
		padding: 30px;
		background: url(../img/back_blue.png) repeat;
	}
	.rec_min ul {
		flex-direction: column;
		justify-content: center;
	}
	.rec_min li {
		margin: 0 auto 5%;
	}
	.rec_voice {
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.rec_voice div {
		float: left;
		width: 30%;
		margin-right: 5%;
	}
	.rec_voice img {
		width: 100%;
	}
	.rec_voice dl {
		float: right;
		width: 65%;
		margin-bottom: 10px;
	}
	.rec_voice dd.mb_30 {
		margin-bottom: 10px !important;
	}
	.rec_voice dt {
		font-size: 130%;
		line-height: 1.3;
		font-weight: bold;
		margin: 0 0 5px;
	}
	.rec_voice dd {
		margin-bottom: 5px;
	}
	.rec_voice:last-child {
		margin-bottom: 0;
	}
	#zirei {
		overflow: hidden;
		text-align: center;
	}
	#zirei li {
		float: none;
		padding: 3px;
		border: 1px solid #eee;
		display: inline-block;
		margin: 0 auto 20px auto !important;
	}
	#zirei li:nth-child(3) {
		margin: 0 auto 0 auto !important;
	}
	.news_box {
		margin-bottom: 40px;
	}
	.txt_date {
		margin-right: 0;
		display: block;
	}
	/*
*************************** */
	#wrap_ta dl dt {
		width: 100%;
		float: none;
		font-weight: bold;
		padding: 10px;
	}
	#wrap_ta dl dd {
		width: 100%;
		float: none;
		padding: 10px;
	}
	/*
*************************** */
	.txt_a_in {
		display: block;
		float: none;
		width: 100%;
	}
	/*
*************************** */
	/*
*************************** */
	#gallary {
		margin: 0 auto;
		overflow: hidden;
		width: 100%;
	}
	#gallary li {
		width: 25%;
	}
	.thumb {
		width: 100% !important;
		height: 130px;
	}
	/*  VOICE     
******************************** */
	.voice_inner01, .voice_inner02 {
		width: 100%;
		margin: 0;
		font-size: 120%;
		line-height: 1.3;
	}
	.voice h3 {
		font-size: 140%;
		border-top: 1px solid #1A9AE4;
		padding-top: 20px;
	}
	.voice h4 {
		font-size: 110%;
		margin: 0 0 20px 0;
	}
	.voice h5 {
		font-size: 130%;
	}
	.voice_inner_l01 p, .voice_inner_r02 p {
		margin-bottom: 40px;
	}
	.voice_inner_l01 {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.voice_inner_r01 {
		float: none;
		width: 80%;
		margin: 0 auto 20px auto;
	}
	.voice_inner_l02 {
		float: none;
		width: 80%;
		margin: 0 auto 20px auto;
	}
	.voice_inner_r02 {
		float: none;
		width: 100%;
	}
	.voice_inner03 {
		padding: 10px;
	}
	.voice_inner03 p {
		float: none;
		font-size: 90%;
		width: auto;
		margin: 0 0 0 0;
	}
	.voice_inner03 div {
		float: left;
		margin: 0 10px 10px 0;
		width: 40%;
	}
	/*  WORK     
******************************** */
	.work p.mttl {
		width: 100%;
		color: #FFFF00;
		text-align: center;
		font-size: 180%;
		line-height: 1.0;
		margin: 0 auto;
		padding: 15px 0 12px;
		background-color: #1B9BE4;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
	}
	.work_inner {
		font-size: 140%;
		width: 100%;
		margin: 0 auto 20px auto;
		padding: 2%;
		border: 3px solid #1B9BE4;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
	}
	.work_inner p.work_circle {
		float: left;
		color: #FFFF00;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		width: 120px;
		height: 120px;
		line-height: 1.2;
		background-color: #1B9BE4;
		border-radius: 120px;
		margin: 0 5% 20px 0;
		padding-top: 35px;
	}
	.work_inner p.work_circle.pt70 {
		padding-top: 45px;
	}
	.work_inner p.txt_center {
		float: left;
		line-height: 1.2;
		font-size: 80%;
		margin: 2% 0 20px 0;
		width: 56%;
	}
	.work_inner div {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
	.triangle_txt {
		font-size: 120%;
		margin: -55px 0 40px 0;
		text-align: center;
		font-weight: bold;
	}
	.triangle {
		width: 0;
		height: 0;
		margin: 0 auto 20px auto;
		border-top: 50px solid #89CAF1;
		border-right: 80px solid transparent;
		border-left: 80px solid transparent;
	}
	.gyoumu_cont img {
		width: 100%;
	}
	/*  sitemap
******************************** */
	.sitemap dt {
		line-height: 1.2;
	}
	.sitemap dd {
		width: 100%;
		display: block;
	}
	/*福利厚生
******************************** */
	.nensyu_cont {
		padding: 0 30px;
	}
	.nensyu {
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.nensyu div {
		padding: 2%;
	}
	.nensyu div p {
		font-size: 22px
	}
	/*  右バナー
******************************** */
	#right-bnr {
		display: none;
	}
	/*  pagetop
*************** */
	#pagetop {
		right: 10px;
	}
	footer {
		font-size: 15px;
	}
	footer p {
		white-space: nowrap;
		word-wrap: normal;
	}
	#foot_wrap {
		width: 100%;
	}
	.TableBox {
		width: 100%;
	}
	.TableBox th {
		padding: 10px;
		background: #f4fff2;
		text-align: left;
		vertical-align: top;
		display: block;
	}
	.TableBox td {
		padding: 10px;
		display: block;
	}
	/*
************************ */
}
@media (max-width: 550px) {
	.sp_no {
		display: none;
	}
	h1 {
		width: 147px;
		height: 38px;
		margin-top: 5px;
	}
	h1 img {
		width: 100%;
	}
	h2 {
		line-height: 2rem;
	}
	#gallary li {
		width: 33%;
	}
	.thumb {
		width: 100% !important;
		height: 100px;
	}
	#imagelightbox {
		position: fixed;
		z-index: 9999;
		-ms-touch-action: none;
		touch-action: none;
	}
	/*　　foot_icn
*************************** */
	.foot_test {
		font-size: 28px;
		line-height: 1.5rem;
	}
	.foot_test2 {
		font-size: 28px;
		line-height: 1.5rem;
	}
	.foot_icn {
		margin-top: 5px;
	}
	.foot_icn img {
		width: 30%;
	}
	/*企業概要
*************************** */
	.philo {
		line-height: 2rem;
	}
	/*    業務内容
******************************** */
	.work_text {
		text-align: left;
	}
	.gyoumu_cont {
		margin: 0 auto 20px;
	}
	.gyoumu_cont div {
		width: 100%;
		margin: 0 auto 20px;
		display: block;
	}
	.gyoumu_text {
		width: 100%;
		display: block;
		margin: auto;
		text-align: left;
	}
	.work_inner p.txt_center02 {
		float: left;
		line-height: 1.2;
		font-size: 80%;
		margin: 2% 0 20px 0;
		width: 56%;
	}
	/*    採用情報
******************************** */
	.annual_oogata, .annual_chugata {
		font-size: 25px;
		text-align: center;
	}
	.annual_box {
		flex-direction: column;
	}
	.annual_cont {
		width: 100%;
	}
	.annual_cont img {
		width: 100%;
	}
	.driver_v {
		flex-direction: column;
	}
	.text_left {
		text-align: left;
	}
	/*福利厚生
******************************** */
	.nensyu_cont {
		padding: 0 30px;
	}
	.nensyu {
		flex-direction: column;
		justify-content: center;
		margin-bottom: 20px;
	}
	.nensyu div {
		padding: 3%;
		margin-bottom: 10px;
	}
	.nensyu > div {
		width: 100%;
		margin-bottom: 10px;
	}
	.nensyu div p {
		font-size: 18px
	}
	.meeting, .meeting2, .meeting3 {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.meeting > div {
		width: 48%;
		padding: 5px;
		border: solid 2px #1b9be4;
		margin: 0 auto 30px;
	}
	.meeting2 > div {
		width: 48%;
		padding: 5px;
		border: solid 2px #1b9be4;
		margin: 0 auto 30px;
	}
	.meeting3 > div {
		width: 48%;
		padding: 5px;
		border: solid 2px #1b9be4;
		margin: 0 auto 30px;
	}
	.meeting img {
		width: 100%;
		display: block;
	}
	div.line_no {
		border: none;
	}
	.maintenance {
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.maintenance > div {
		width: 48%;
		padding: 5px;
		border: solid 2px #1b9be4;
		margin-bottom: 10px;
	}
	.maintenance img {
		width: 100%;
	}
	.training {
		flex-direction: row;
		justify-content: space-between;
	}
	.training > div {
		width: 31%;
		padding: 5px;
		border: solid 2px #1b9be4;
	}
	.training img {
		width: 100%;
	}

}