@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}


/* ---------- common ------------- */
* {-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
  }
  
img {
  border: none;
}

a {
  transition: 0.5s;
  color: #303030;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

html{
	font-size: 90%;
}

body {
    font-size: 1rem;
	box-sizing: border-box;
}

body, html {
	-webkit-text-size-adjust: 100%;
	height: 100%;
	width: 100%;
	min-width: 320px;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3 {
	font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	letter-spacing: 0.06em;
}

h2 {
	font-size: 3rem;
	color: #FF6600;
	text-align: center;
	margin-bottom: .8em;
}

h3 {
	font-size: 2.8rem;
	color: #333;
	margin: 2.5em 0 1.6em;
	text-align: center;
	position: relative;
	
}
h3::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -.4em;
  display: inline-block;
  width: 10em;
  height: 1px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}

h4 {
	font-size: 1.8rem;
	color: #333;
}

h5 {
	font-size: 1.2rem;
	color: #333;
	font-weight: bold;
	line-height: 2;
}
.min {
	font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}

p {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 2;
}

address {
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 200%;
}

.wrap {
	width: 780px;
	margin: 0 auto;
	
}

hr {
  height: 1px;
  border: none;
  border-top: 1px #999 solid;
  margin: 2em 0;
}

.center{
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.b_right {
	margin-left: auto;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.f_clear {
	overflow:hidden;
}

.h_middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.orange {
	color: #FF6600;
}

.white {
	color: #fff;
}

.btn_orange {
	background: #FF6600 url(../common/img/btn_arrow_white.png) no-repeat right .5em center;
	width: 9em;
	padding: 1em 3em;
	margin-top: 1em;
	color: #fff;
	text-indent: -1em;
	font-size: 1.2rem;
	margin-left: auto;
}

.btn_nomal {	
	background: #FF6600 url(../common/img/btn_arrow_white.png) no-repeat right .5em center;
	width: 60%;
	padding: 1em 3em;
	margin-top: 1em;
	color: #fff;
	text-indent: -1em;
	font-size: 1.2rem;
	margin: 0 auto;
}

.bk_red {
	background: #990000;
}
.waiting {
	width: 100%;
	height: 200px;
	text-align: center;
}

/* ---------- header ------------- */

header{
	background-color: #FFF;
}

header a {
	color: #FF6600;
	text-decoration: none;
}

.header_line{
	background-color: #FF6600;
	width: 100%;
	height: 20px;
	margin: 0 auto;
}

.header_wrap{
	max-width: 1000px;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
}

.header_inner_left{
	width: 30%;
	float: left;
}

.logo{
	float:left;
	position:absolute;
	top: 3em;
	margin-left: 1em;;
}


.header_inner_right{
	width: 40%;
	float: right;
    position: absolute;
    right: 1em;
	margin-top: 1em;
}
.menu{
	display:none;
}
.header_language {
	float: right;
	margin-right: .5em;
}
.header_language li {
	line-height: 2;
}
.header_language a {
	color: #000;
}
.contact_ico {
	width: 6em;
	float: right;
}
.contact_ico li {
	display: inline-block;
	margin-left: .5em;
}
.contact_ico img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.contact_ico a:hover img {
	opacity: .5;
}
.gnavi {
	position: absolute;
	top:100px;
	max-width:528px;
	left: 43%;
}
.gnavi li {
	display: block;
	float:left;
	max-width: 88px;
	height: 3em;
    text-align: center;
}
.gnavi li:hover {
	border-bottom: 5px solid #FF6600;
	padding-bottom: -5px;
	transition: 0.05s;
}
.gnavi a{
	width: 88px;
	min-width: 44px;
	display: block;
	text-decoration:none;
	margin:0;
	border:none;
}
.headr_visual {
	width: 100%;
	height: 400px;
	display: table;
	margin-bottom: 4em;
}

#recruit .headr_visual {
	background: url('../common/img/head_img_recruit.jpg') no-repeat;
	background-size:cover;
	background-position : 50% 50%;
}
#news .headr_visual {
	background: url('../common/img/head_img_news.jpg') no-repeat;
	background-size:cover;
	background-position : 50% 50%;
}
#product .headr_visual {
	background: url('../common/img/head_img_product.jpg') no-repeat;
	background-size:cover;
	background-position : 50% 50%;
}
#company .headr_visual {
	background: url('../common/img/head_img_company.jpg') no-repeat;
	background-size:cover;
	background-position : 50% 50%;
}
#contact .headr_visual {
	background: url('../common/img/head_img_contact.jpg') no-repeat;
	background-size:cover;
	background-position : 50% 80%;
}

.headr_visual_txt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;

  }
.headr_visual_txt h1 {
	color: white;
	font-size: 4rem;
	margin-bottom: .2em;
}
.headr_visual_txt p {
	color: white;
	
}
.headr_visual img {

}

/* ---------- footer ------------- */

#page_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page_top a {
    background: #FF6600;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page_top a:hover {
    text-decoration: none;
    background: #FF6600;
}
footer {
	overflow: hidden;
	margin-top: 3em;
	background-color: #FF6600;
	color: #fff;
}
.footer_container {
	width: 1000px;
	padding: 1.5em;
	margin: 0 auto;
}
.foot_left {
	width: 50%;
	float: left;
}
.foot_nav {
	width: 50%;
	float: right;
}
.foot_nav ul {
	width: 100%;
}
.foot_nav li {
	display: inline-block;
	margin-left: 1em;
	line-height: 2;
}
.foot_nav li a {
	color: #fff;
	text-decoration: none;
}
.copyright {
	clear:left;
	height: 2em;
	text-align: center;
	line-height: 4;
}

/* ---------- recruit ------------- */

.job_container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 4em;
}
 
.job_box_eigyo,.job_box_stuff  {
	width: 33.3%;
	height: auto;
	display: flex;
	justify-content: center;
 	align-items: center;
}

.job_box_gijutsu  {
	width: 33.4%;
	height: auto;
	display: flex;
	justify-content: center;
 	align-items: center;
}

.job_box_eigyo img,.job_box_stuff img,.job_box_gijutsu img  {
	width: 100%;
	height: auto;
}

.job_requ {
	margin-bottom: 8em;
}
.job_requ dl {
	font-size: 1rem;
	line-height: 1.6;
}
.job_requ dt {
    float:left;
    clear: left;
    width:6em;
	padding:.4em;
}
.job_requ dd {
    padding:.4em;
}
dt.hght {
	height: 5em;
}

/* ---------- company ------------- */

h2.company {
	letter-spacing: -.04em;
}
.access {
	background-color: #999;
	width: 100%;
	margin-top: 8em;
}
.access h3 {
	color: #fff;
	margin:0;
	padding: .5em;
}
.access h3::after {
  height: 0;/*線の太さ*/
}
.access p {
	color: #fff;
	width: 1000px;
	margin: 0 auto;
	padding: 1em;
}

.google-maps {
position: relative;
padding-bottom: 40%; 
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


/* ---------- news ------------- */

.news_container {
	overflow:hidden;
	width: 800px;
}
.news_container h2 {
	font-size: 2rem;
	text-align: left;
}
.news_left {
	float: left;
	width: 300px;
}

.news_right {
	float: right;
	width: 450px;
}
.news_date {
	text-align: right;
	padding: 2em;
}

.pagination{
	overflow:hidden;
	margin-top: 3em;
}
.pagination_left{
	float: left;
	width: 5em;
	padding: .5em;
	text-align: center;
	background-color: #EEE;
}
.pagination_right{
	float: right;
	width: 5em;
	padding: .5em;
	text-align: center;
	background-color: #EEE;
}

/* ---------- contact ------------- */

.conact_box {
	margin-bottom: 3.5em;
}
.conact_box h3 {
	margin-top: 0;
}
.tel {
	font-size: 4rem;
	text-align: center;
	line-height: 1.2;
}
table{
	width: 100%;
}
table tr th,
table tr td	{
	border: 1px solid #ddd; 
	padding: .5em;
}
table th {
	background-color: #f4f4f4; 
	width: 35%; 
	text-align: center;

}
table td {
	width: 75%; 
	text-align: left; 
}
input[type="checkbox"]{
	margin: 1em 0.5em;
}
input[type="text"],textarea {
	margin: 0.5em;
    padding: 0.5em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1rem;
    width: 80%;
	line-height: 1.5;
}
.submit {
	text-align: center;
	margin: 2em 0;
}

input[type="text"]:focus,
texture:focus {
    box-shadow: 0 0 7px #FF6600;
    border: 1px solid #FF6600;
}

input.sysNextSubmit {
    border-radius: 0;   
    background: -moz-linear-gradient(top, #FFF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 1px solid #DDD;
    color: #111;
    padding: 1.5em 2.5em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input.sysNextSubmit:hover {
    background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
}

/* ---------- product ------------- */

.product_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;

}
.product_box {
	margin-top: 3em; 
	margin-bottom: 3em;
	width: 24.5%;
	background-color: #f0f0f0;
}
.product_box h4 {
	margin-bottom: .2em;
	padding: 0 .2em;
}
.product_box img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}
.product_box p {
	padding: .5em;
}
.product_needs {
	background: #FF6600;
	padding: 5em 0;
}
.product_needs h3 {
	text-align: left;
	color: #fff;
	margin: 0 0 1em;
}
.product_needs h3:after {
	height: 0px;
}
.product_needs p {
	color: #fff;
	position: relative;
	padding-left: 1.2em;
}

.product_needs p:before{ 
	font-family: FontAwesome;
	content: "\f058";
	position: absolute;
	font-size: 1em;
	left: 0;
	top: 0;
	color: #fff; 
	}

.step_box {
	width: 100%;
	border: solid 1px #333;
	margin-top: 2em;
}
.step_box h4 {
	color: #fff;
	background: #333;
	padding: .8em;
}

.step_subtit{
	background: #ccc;
	padding: 1em;
	text-align: center;
}

.step_arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 100px 0 100px;
	border-color: #ff6600 transparent transparent transparent;
	margin: 2em auto;	
}

.step_inner {
	background: #fff;
	padding: .8em;
    display: flex;
    align-items: center;   
}
.step_inner img {
	width: 250px;
	height: auto;
	padding: 0 .8em 0 0;
}
.step_inner_sub {
	width: 60%;
}
.step_inner_sub p {
	padding: .2em .8em .2em .4em;
}
.step_point {
   background: #eee;
   margin-top: 1em;
   padding: .5em;
}
.step_inner_5 {
	background: #fff;
	padding: .8em;
	display: flex;
	justify-content: space-between;
}
.step_inner_5 img {
	width: 350px;
	height: auto;
}
.step_inner_5_box {
	width: 48%;
}
.step_inner_5_td_r {
	width: 70%;
	height: auto;
}
.step_inner_5_td_r ul {
	line-height: 1.4;
	text-indent: 0;
	padding-left: 1em;
	padding-top: .5em;
}
.step_inner_5_td_r ul li {
  	text-indent: -.8em;
}
.step_inner_5_td_r ul li::before {
	content: url(../product/img/arrow.png);	
}

/* ---------- product detiel ------------- */

.product_container h3 {
	margin-bottom: .5em;
}
.product_container h3 + p{
	margin-bottom: 1em;
}
.product_container h5 {
	margin: 0 0 .5em;
	font-size: 1.2rem;
	font-weight: bold;
}
.product_container ul{
	height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.product_container li {
	padding: 1px;
}
.product_container img {
	width: 100%;
}
.product_text {
	line-height: 1.6;
}
.product_text h4 {
	margin: 1em 0;
}
.product_text h5 {
	margin: .5em 0;
}
.product_text p {
	margin-bottom: 2em;
}

.product_left {
	width:50%;
	margin-right:10px;
}
table {
    width: 100%;
	border-collapse: collapse;
	margin-bottom: 5em;
}
table tr th,
table tr td {
    padding: 1em;
    border: 1px solid #DDD;
    vertical-align: middle;
}
table tr th {
    text-align: center;
    font-weight: bold;
}

.h_center{
	display: flex;
	align-items: center;
}

/* ---------- english ------------- */

#english h4 {
	font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-size: 1.4rem;
	color: #333;
	line-height: 2;
}

.en_main_img {
    width: 100%;
    height: 680px;
}

.en_imgbox {
	margin-top: 3em; 
	width: 24.5%;
}

.en_imgbox img {
	width: 100%;
}

.en_contact_wrap {
	width: 240px;
	margin: 0 auto;
}

.en_mailto {
	font-weight: bold;
	text-align: center;
	line-height: 5;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {

/*--- 表示領域が768px以下の場合に適用するスタイル ---*/


/* ---------- common ------------- */


.wrap {
	width: 90%;
	margin: 0 auto;
	
}
h3 {
	font-size: 2.4rem;
	color: #333;
	margin: 2em 0 1.2em;
	text-align: center;
	position: relative;
}
.btn_nomal {	
	width: 100%;
}

/* ---------- header ------------- */

.header_line{
	display: none;
}
.header_wrap{
	max-width: 768px;
	min-width: 480px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
}
.logo{
	float:left;
	position:absolute;
	top: 1em;
	margin-left: 1em;
}
.header_inner_right{
	width: 40%;
	float: right;
    position: absolute;
    right: 3.5em;
	margin-top: 1em;
}
.header_language {
	float: right;
	margin-right: .5em;
	font-size:.8rem;
}
.header_language li {
	line-height: 2;
}
.header_language a {
	color: #000;
}
.contact_ico {
	width: 6em;
	float: right;
}
.contact_ico li {
	display: inline-block;
	margin-left: .5em;
}
.contact_ico img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.contact_ico a:hover img {
	opacity: .5;
}
.menu { 
	width:40px; height:42px; top: 0; right:5px; position:relative; cursor:pointer; float:right; background-color:rgba(255,104,0,1); z-index:100; display:block;
}
.menu1 { 
	width:27px; height:2px; background-color:#fff; position:absolute; top:7px; left:7px; border-radius:30px;
} 
.menu2 { 
	width:27px; height:2px; background-color:#fff; position:absolute; top:14px; left:7px; border-radius:30px;
}
.menu3 { 
	width:27px; height:2px; background-color:#fff; position:absolute; top:21px; left:7px; border-radius:30px;
}
.menu1,.menu2,.menu3{ 
	transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
}
.menu_text{
	font-size:0.625rem;
	padding-top:25px;
	color:#fff;
	text-align:center;
}
.gnavi {
	display:none;
    position: absolute;
	top:0;
	left: 0;
	width: 100%;
	max-width:100%;
	overflow: hidden;
	background: #FF6600;
	z-index:99;
}
.gnavi li {
	max-width:100%;
	display: block;
	float: none;
	width: 100%;
    text-align: center;
	line-height: 3;
	border-bottom: #ff9900 solid 1px;
}
.gnavi li:hover {
	border-bottom: none;
	padding-bottom: none;
	background: #FF9900;
	transition: 0.05s;
}
.gnavi a {
	width:100%;
	color: #FFF;
}
.headr_visual {
	width: 100%;
	height: 28em;
}
.headr_visual_txt h1 {
	margin: .5em 0;
	color: white;
	font-size: 3.5rem;
}
.headr_visual_txt p {
	color: white;
	line-height: 1.4;
	
}

/* ---------- footer ------------- */

.totop {
	width: 100%;
	margin-top: 4em;
}
.totop_box {
	width: 5em;
	height: 3em;
	margin-right: 0em;
	line-height: 4;
}
.footer_container {
	width: 100%;
	padding: 0em;
}
.foot_left {
	width: 100%;
	float: none;
	padding: 2em;
}
.foot_nav {
	width: 100%;
	float: none;
}
.foot_nav ul {
	width: 100%;
}
.foot_nav li {
	display: block;
	border-top:solid 1px #fff;
	margin-left: 0em;
	padding: 0 2em;
	line-height: 3.5;
	font-size: 1.4rem;
}
.copyright {
	clear:none;
	height: 5em;
}


/* ---------- recruit ------------- */

.job_container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5em;
}


.job_box img {
	width: 100%;
	height: auto;
}


/* ---------- company ------------- */

.access {
	background-color: #999;
	width: 100%;
	margin-top: 4em;
}
.access h3 {
	color: #fff;
	margin:0;
	padding: .5em;
}
.access h3::after {
  height: 0;
}
.access p {
	width: 100%;
}

.google-maps {
padding-bottom: 80%; 
}

/* ---------- news ------------- */

.news_container {
	width: 100%;
}
.news_left {
	width: 35%;
}
.news_right {
	width: 60%;
}
.news_left img {
	width: 100%;
}

/* ---------- contact ------------- */

.tel {
	font-size: 4rem;
	text-align: center;
}

th, td	{
	width: 95%;
	display: block;
}
th	{
	width: 95%;
	line-height: 2;
}
input[type="text"],
textarea {
    width: 98%;
}

/* ---------- product ------------- */

.product_wrap {
	width: 90%;
}
.product_box {
	margin-top: 2em; 
	margin-bottom: 2em;
	width: 49%;
}
.product_needs {
	padding: 2em 0;
}
.step_box {
	width: 100%;
	border: solid 1px #333;
	margin-top: 2em;
}
.step_box h4 {
	color: #fff;
	background: #333;
	padding: .8em;
}

.step_subtit{
	background: #ccc;
	padding: 1em;
	text-align: center;
}

.step_arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 100px 0 100px;
	border-color: #ff6600 transparent transparent transparent;
	margin: 2em auto;	
}

.step_inner {
	background: #fff;
	padding: .8em;
    display: flex;
    align-items: center;
}
.step_inner img {
	padding: 0 .8em 0 0;
}
.step_inner_sub {
	width: 60%;
}
.step_inner_sub p {
	padding: .2em .8em .2em .4em;
}
.step_point {
   background: #eee;
   margin-top: 1em;
}
.step_inner_5 {
	background: #fff;
	padding: .8em;
    display: block;
}
.step_inner_5 {
    display: block;
}
.step_inner_5 img {
    width: 100%;
}

.step_inner_5_box {
	width: 100%;
}
.step_inner_5_td_r  {
	width: 100%;
	height: auto;
}

/* ---------- product detiel ------------- */

table {
    width: 100%;
	border-collapse: collapse;
	margin-bottom: 2em;
}
table tr th,
table tr td {    
	width: 100%;
    padding: .2em .5em;
    border: 1px solid #DDD;
    vertical-align: middle;
}
table tr th {
    text-align: center;
    font-weight: bold;
}
.product_left {
	width:100%;
	height: auto;
    display: -webkit-block;
    display: block;
    -webkit-justify-content: none;
    justify-content: none;
}
.product_left img {
	width:100%;
	height: auto;
}


/* ---------- english ------------- */

.en_main_img {
	width: 100%;
	height: 440px;
}

.en_imgbox {
	margin-top: .5em; 
	margin-bottom: .5em;
	width: 49%;
}

.en_imgbox img {
	width: 100%;
}

.en_contact_wrap {
	width: 70%;
	margin: 0 auto;
}
}


@media screen and (max-width: 480px) {
   /*--- 表示領域が480px以上の場合に適用するスタイル ---*/

/* ---------- common ------------- */

html{
	font-size: 100%;
}
body {
    overflow-x: hidden;
}
h2 {
	font-size: 2rem;
	color: #FF6600;
	text-align: center;
	margin-bottom: .8em;
	line-height: 1.4;
}
h3 {
	font-size: 1.8rem;
	color: #333;
	margin: 1em 0 1em;
	line-height: 1.4;
}
h3::after {
  width: 5em;
  height: 1px;
}
h4 {
	font-size: 1.5rem;
	color: #333;
}
p {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
.wrap {
	width: 95%;
}
.btn_orange {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
/* ---------- header ------------- */

header{
	background-color: #FFF;
}
header a {
	color: #FF6600;
	text-decoration: none;
}
.header_wrap{
	max-width: 480px;
	min-width: 300px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
}
.header_inner_left{
	width: 100%;
	margin: 0;
	padding: 0;
}
.header_inner_right{
	width: 100%;
	height: 30px;
	float: right;
    position: absolute;
    top: 0;
    right: 2.5em;
	margin-top: .2em;
}
.header_language {
	font-size:.8rem;
}
.logo{
	float:left;
	position:absolute;
	top: 2.5em;
	margin-left: .4em;
}
.head_menu{
	display:none;
}
.icon_menu{
	width:25%;
	float:right;
	margin:.2em .3em .3em 0;
}
.icon_menu li{
	width:40%;
	float:left;
	margin-left:5%;
}
.menu
{ width:40px; height:42px; top: 0; right:5px; position:relative; cursor:pointer; float:right; background-color:rgba(255,102,0,1); z-index:100;}
.menu1
{ width:27px; height:2px; background-color:#fff; position:absolute; top:7px; left:7px; border-radius:30px;} 
.menu2
{ width:27px; height:2px; background-color:#fff; position:absolute; top:14px; left:7px; border-radius:30px;}
.menu3
{ width:27px; height:2px; background-color:#fff; position:absolute; top:21px; left:7px; border-radius:30px;}
.menu1,.menu2,.menu3
{ transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;}
.menu_text{
	font-size:0.625rem;
	padding-top:25px;
	color:#fff;
	text-align:center;
}

.gnavi {	
	display:none;
    position: absolute;
	top:0;
	left: 0;
	width: 100%;
	overflow: hidden;
	background: #FF6600;
	z-index:99;
}
.gnavi {
	display:none;
    position: absolute;
	top:0;
	left: 0;
	width: 100%;
	overflow: hidden;
	background: #FF6600;
	z-index:99;
}
.gnavi li {
	display: block;
	float: none;
	width: 100%;
    text-align: center;
	line-height: 3;
	border-bottom: #ff9900 solid 1px;
}
.gnavi li:hover {
	border-bottom: none;
	padding-bottom: none;
	background: #FF9900;
	transition: 0.05s;
}
.gnavi a {
	width:100%;
	color: #FFF;
}
.headr_visual {
	margin-bottom: 2em;
	width: 100%;
	height: 20em;
}

.headr_visual_txt h1 {
	margin: .3em 0 .5em;
	color: white;
	font-size: 2.8rem;
}


/* ---------- footer ------------- */


.foot_left {
	width: 100%;
	float: none;
	padding: 1.5em;
}
.foot_nav {
	width: 100%;
	float: none;
}
.foot_nav ul {
	width: 100%;
}
.foot_nav li {
	padding: 0 1em;
	line-height: 3;
	font-size: 1.2rem;
}
.copyright {
	width: 100%;
	height: auto;
	line-height: 1.2;
	padding: 1em 0;
	font-size: .8rem;
	text-align: center;
}
.footer_container {
	width: 100%;
}
/* ---------- recruit ------------- */

.job_container {
	display:block;
	margin-bottom: 2em;
}

.job_box_eigyo,.job_box_stuff,.job_box_gijutsu {
	width: 100%;
	height: auto;
}

.job_box_eigyo img,.job_box_stuff img,.job_box_gijutsu img  {
	width: 100%;
	height: auto;
}

.job_requ {
}
.job_requ dl {
	font-size: 1rem;
	line-height: 1.6;
}
.job_requ dt {
    float:none;
    width:100%;
	padding:.4em;
	text-align: center;
	background: #eee;
}
.job_requ dd {
    padding:.4em;
    width:100%;
	text-align: center;
}
dt.hght {
	height: auto;
}

/* ---------- company ------------- */

.access {
	width: 100%;
	margin-top: 4em;
}
.access p {
	width: auto;
}

.google-maps {
padding-bottom: 80%; 
}
/* ---------- news ------------- */

.news_container {
	width: 100%;
	padding: 1em;
}
.news_left {
	width: 100%;
	margin-bottom: 2em;
	display: block;
}
.news_right {
	width: 100%;
	display: block;
}
.news_left img {
	width: 100%;
}
.pagination{
	overflow:hidden;
	margin-top: 1em;
}
.pagination p{
	font-size: 1rem;
}
.pagination_left{
	width: auto;
	padding: 1em;
}
.pagination_right{
	width: auto;
	padding: 1em;
}

/* ---------- contact ------------- */

.tel {
	font-size: 2rem;;
	text-align: center;
}

th, td	{
	padding: .5em; 
	width: 100%;
	display: block;
}
th	{
	width: 100%;
	line-height: 2;
}
input[type="text"],
textarea {
    width: 97%;
}

/* ---------- product ------------- */

.product_wrap {
	width: 100%;
}
.product_box {
	margin-top: 1em; 
	margin-bottom: 1em;
	margin-left: .5em;
	margin-right: .5em;
	width: 100%;
}
.product_box h4 {
	padding: 0 .4em;
}
.product_needs {
	background: #FF6600;
	padding: 2em 0;
	margin-top: 2em;
}
.step_inner {
	background: #fff;
	padding: .8em;
    display: block;
    align-items: center;     /*上下中央揃え*/
}
.step_inner img {
	width: 100%;
}
.step_inner_sub {
	width: 100%;
}
.step_inner_5 {
    display: block;
}
.step_inner_5 img {
    width: 100%;
}

/* ---------- product detiel ------------- */

.product_container ul{
    display: -webkit- block;
    display: block;
    -webkit-justify-content: none;
    justify-content: none;
}

div#nProgram {
    overflow: auto;
    width: 100%;
    height: 150px;
    margin-bottom: 6px;
    border: solid 4px;
    border-color: #cccccc;
}
#nProgram dl dt {
    margin: 0;
    padding: 5px 0 5px 5px;
    width: 6em;
}
#nProgram dl {
    margin: 5px 10px 5px 10px;
    padding: 0;
}
#nProgram dl dd {
    padding: 5px 5px 5px 6.5em;
    margin-left: 0;
    margin-top: -2.1em;
    margin-bottom: -1px;
    line-height: 1.4em;
    border-bottom: 1px dotted #999;
}

.align_center{
	text-align: center;
}
.error-list li{
	padding: 5px;
	color: #C00;
}

.news_img{
	width: 300px;
	height: 300px;
}
.news_img_list{
	width: 150px;
	height: 150px;
}
.list .news_left {
    width: 200px;
}
.list .news_right {
    width: 550px;
}
.list hr{
	margin: 1.5em 0;
}
.pagination_center{
	display: inline-block;
    overflow: hidden;
	padding: 15px;
}
.pagination{
	text-align: center;
}
.news_right h2 a {
	color: #FF6600;
}
#close_button{
	width: 6em;
    padding: 1em;
    text-align: center;
    background-color: #EEE;
    border: none;
    cursor: pointer;
    margin-top: 3px
}
#close_button:hover{
	background-color:#303030;
}

/* ---------- english ------------- */

.en_main_img {
	height: 350px;
	margin-bottom: 1em;
}

.en_imgbox {
	margin-top: .5em; 
	margin-bottom: .5em;
	margin-left: .5em;
	margin-right: .5em;
	width: 100%;
}

.en_imgbox img {
	width: 100%;
}
}