@charset "UTF-8";

/**
 *
 * レスポンシブウェブデザイン用
 *
**/


/**
 * タブレット端末用
**/

@media only screen and (min-width: 681px) and (max-width: 1200px) {
body {
	padding: 0;
	-webkit-text-size-adjust: none;
	font-size: 12px;
}


/**
 * ヘッダー
**/
#header h1 {
	width: 30%;
	max-width: 360px;
  line-height: 1.2em;
  font-size: 12px;
	position: absolute;
	top: 10px;
	left: 25px;
	z-index: 1;
}


/**
 * ナビゲーション
**/

#header #navi {
	width: 62%;
  max-width: 760px;
	position: absolute;
	top: 20px;
	right: 25px;
	z-index: 1;
}

#header #navi ul li {
  margin: 0 0 0 20px;
	float: left;
}

#header #navi ul li a {
	line-height: 1.4em;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

#header #navi ul li ul {
  margin: 0 0 0 -70px;
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
	float: none;
}

#header #navi ul li ul li {
  margin: 0 0 0 0;
  border-bottom: 1px solid #333;
	float: none;
}

#header #navi ul li ul li a {
  padding: 10px 0;
  text-align: center;
	line-height: 1.4em;
	font-size: 14px;
	color: #000000 !important;
  background: rgba(255,255,255,0.6);
	text-decoration: none;
  display: block;
}



/**
 * メインイメージ
**/

#main_image {
	margin: 0 0 0 0;
	width: 100%;
  position: relative;
}

#main_image video {
	margin: 0 0 0 0;
  padding: 0 0 0 0;
	width: 100%;
  height: auto;
  display: block;
  position: relative;
}

#main_image .wrap {
	margin: 0 0 0 0;
  padding: 0 0 0 0;
	width: 100%;
  height: 100%;
  background: url("images/content_back_02.png") no-repeat left top;
  background-size: 33.6% 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#main_image .wrap .box {
	margin: 0 auto;
  padding: 20% 0 0 0;
	width: 94%;
  max-width: 1350px;
  line-height: 1.6em;
  color: #ffffff;
  font-size: 18px;
  text-align: left;
}

#main_image .wrap .box .company {
	margin: 0 0 10px 150px;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 20px;
}

#main_image .wrap .box h2 {
	margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  line-height: 1.2em;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 4px solid #ffffff;
}



/**
 * ページタイトル
**/


#page_title.recruit_thermal_spraying .wrap h2 {
  margin: 0 auto;
  padding: 0 0 0 0;
	width: 94%;
  max-width: 1082px;
  max-width: 1450px;
  line-height: 1.2em;
  text-align: center;
  font-size: 57px;
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}

#page_title.recruit_engine .wrap h2 {
  margin: 0 auto;
  padding: 0 0 0 0;
	width: 94%;
  max-width: 1082px;
  max-width: 1450px;
  line-height: 1.2em;
  text-align: center;
  font-size: 57px;
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}

#page_title.recruit_top .wrap h2 {
  margin: 0 auto 100px;
  padding: 0 0 0 0;
	width: 94%;
  max-width: 1082px;
  max-width: 1450px;
  line-height: 1.2em;
  text-align: center;
  font-size: 57px;
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}

#page_title.recruit_business .wrap h2 {
  margin: 0 auto;
  padding: 0 0 0 0;
	width: 94%;
  max-width: 1082px;
  max-width: 1450px;
  line-height: 1.6em;
  text-align: center;
  font-size: 57px;
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}

/**
 * ホーム
**/

.intro_wrap {
  margin: 0 auto 0 auto;
  padding: 135px 0 100px 0;
  width: 94%;
  text-align: left;
  position: relative;
}

.intro_wrap h3 {
  margin: 0 0 35px 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 32px;
  font-weight: normal;
  color: #000000;
  position: relative;
  z-index: 1;
}

.intro_wrap p {
  margin: 0 36.7% 0 0;
  padding: 0 0 0 0;
  line-height: 1.8em;
  font-size: 26px;
  color: #231815;
  position: relative;
  z-index: 1;
}

.service_wrap .title {
  margin: 0 0 80px 0;
  padding: 0 0 0 0;
  background: url("images/title_back_01.png") no-repeat left bottom;
  background-size: 50% 11px;
  overflow: hidden;
}

.service_wrap ul li a p {
  line-height: 1.2em;
  font-size: 16px;
  font-size: 2.4vw;
}

.service_wrap ul li:nth-of-type(3) {
  margin: -4% 0 0px 20.5%;
  clear: both;
}

.service_wrap ul li:nth-of-type(4) {
  margin: -4% 0 0px 9%;
}


.blog_wrap .wrap .news_box {
  margin: 0 0 0 8.8%;
  padding: 25px 15px 15px 15px;
  width: 33%;
  min-height: 525px;
  text-align: left;
  border: 1px solid #231815;
  box-sizing: border-box;
  float: left;
  display: inline;
}

.blog_wrap .wrap .news_box h4 {
  margin: 0 0 25px 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 37px;
  font-weight: normal;
}

.blog_wrap .wrap .news_box ul {
  margin: 0 0 50px 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: normal;
}

.blog_wrap .wrap .news_box ul li {
  margin: 0 0 25px 0;
  padding: 0 0 0 0;
}

.blog_wrap .wrap .news_box ul li .update {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}

.blog_wrap .wrap .news_box .more {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: normal;
}

.blog_wrap .wrap .blog_box {
  margin: 0 1.7% 0 0;
  padding: 0 0 0 0;
  width: 42.7%;
  text-align: left;
  box-sizing: border-box;
  float: right;
  display: inline;
}

.blog_wrap .wrap .blog_box .more {
  margin: 0 0 0 0;
  padding: 25px 0 30px 0;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: normal;
  text-align: right;
}

.blog_wrap .wrap .blog_box ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
}

.blog_wrap .wrap .blog_box ul li {
  margin: 0 3.5% 20px 0;
  padding: 0 0 0 0;
  width: 31%;
  float: left;
  display: inline;
}

.blog_wrap .wrap .blog_box ul li:nth-of-type(3n) {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
}

.blog_wrap .wrap .blog_box ul li:nth-of-type(3n+1) {
  clear: both;
}

.blog_wrap .wrap .blog_box ul li figure {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}

.blog_wrap .wrap .blog_box ul li .update {
  margin: 0 0 0 0;
  padding: 25px 0 0 0;
}

.company_wrap .box .image {
  width: 62.5%;
  height: 500px;
  background: url("images/company_image_01.png") no-repeat center center;
  background-size: cover;
  float: left;
}

.company_wrap .box .info {
  width: 37.5%;
  height: 500px;
  line-height: 1.2em;
  font-size: 18px;
  color: #231815;
  display: table;
  float: left;
}

.company_wrap .box .info ul {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

.company_wrap .box .info ul li {
  margin: 0 0 0 20px;
  padding: 1em 0;
}

/**
 * フッター
**/

#footer {
	padding: 105px 0 20px 0;
	width: 100%;
	text-align: center;
  background: url("images/footer_back_01.png") no-repeat center center;
  background-size: cover;
	overflow: hidden;
}

#footer.recruit {
  background: #4d4d4d;
}

#footer img {
	width: 100%;
	height: auto;
	display: block;
}

#footer .wrap {
  margin: 0 auto;
	width: 94%;
  max-width: 1730px;
	line-height: 1.6em;
	font-size: 12px;
	text-align: left;
  color: #231815;
	overflow: hidden;
}

#footer .wrap .info {
  margin: 0 0 0 0;
	width: 24%;
  float: left;
}

#footer .wrap .info .company {
  margin: 0 0 0 0;
  padding: 20px 0 25px 0;
	line-height: 1.4em;
	font-size: 22px;
}

#footer .wrap .footer_nav_main {
  margin: 0 2.3% 0 0;
	width: 12.6%;
  text-align: right;
  float: left;
}

#footer .wrap .footer_nav_main li {
  margin: 0 0 15px 0;
}

#footer .footer_nav {
  margin: 0 0 0 0;
	width: 60%;
  text-align: left;
  float: left;
}

#footer .footer_nav dd {
	padding: 0 0 0 15px;
}

#footer .footer_nav ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#footer .footer_nav ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
  display: inline-block;
}

#footer .calendar {
  margin: 0 auto 0 auto;
	width: 44.65%;
  float: none;
  clear: both;
}

#footer .wrap .copyright {
  margin: 0 0 0 0;
  padding: 60px 0 0 0;
	line-height: 1.4em;
	font-size: 11px;
  text-align: center;
  clear: both;
}



/*
.post_wrap .main_wrap {
  margin: 0 1.36% 0 0;
  padding: 0 0 0 0;
  width: 50%;
  line-height: 1.4em;
  text-align: left;
  font-size: 18px;
  border-right: 1px solid #404040;
  box-sizing: border-box;
  float: right;
  display: inline;
}

.post_wrap .right_wrap {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 24%;
  min-height: 818px;
  line-height: 1.4em;
  font-size: 18px;
  background: #ffffff;
  box-sizing: border-box;
  float: right;
  display: inline;
}

.post_wrap .left_wrap {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 24%;
  line-height: 1.4em;
  font-size: 18px;
  background: #ffffff;
  box-sizing: border-box;
  float: left;
  display: inline;
}

.post_wrap .right_wrap dt {
  margin: 0 0 0 0;
  padding: 35px 0 35px 15px;
  text-align: left;
}




.post_wrap .main_wrap .blog_list_wrap ul li {
  margin: 0 0 50px 0;
  padding: 35px 0 20px 0;
  width: 100%;
  background: #ffffff;
  border: 1px solid #000000;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.6);
  box-sizing: border-box;
  float: none;
  display: block;
}

.post_wrap .main_wrap .blog_list_wrap ul li:nth-of-type(2n) {
  float: none;
}

.post_wrap .main_wrap .blog_list_wrap ul li:nth-of-type(2n+1) {
  clear: both;
}

.post_wrap .main_wrap .list_wrap {
  margin: 0 20px;
  padding: 10px 5% 45px 5%;
  background: #ffffff;
  border: 1px solid #404040;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.6);
  box-sizing: border-box;
  overflow: hidden;
}

.post_wrap .main_wrap .blog_list_wrap {
  margin: 0 20px;
  padding: 0 0 0 0;
}

.post_wrap .main_wrap .single_wrap {
  margin: 0 20px;
  padding: 45px 5% 45px 5%;
  background: #ffffff;
  border: 1px solid #404040;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.6);
  box-sizing: border-box;
  overflow: hidden;
}

.post_wrap .right_wrap .single_blog_list dd li .cat {
  margin: 0em 0 0 0 !important;
  padding: 0 0;
  line-height: 1.4em;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  text-align: right;
  float: right;
}

*/


/**
 * company
**/
.company_wrap .outline table {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  width: 90%;
  max-width: 1100px;
  line-height: 1.6em;
  text-align: left;
  font-size: 14px;
  border-top: 1px solid #7A7977;
}

.company_wrap .outline table th {
  margin: 0 0 0 0;
  padding: 15px 0 15px 20px;
  width: 230px;
  vertical-align: top;
  border-bottom: 1px solid #7A7977;
}

.company_wrap .outline table td {
  margin: 0 0 0 0;
  padding: 15px 0 15px 20px;
  vertical-align: top;
  border-bottom: 1px solid #7A7977;
}

.company_wrap .facility table {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  line-height: 1.6em;
  text-align: left;
  font-size: 14px;
}

.company_wrap .facility table th {
  margin: 0 0 0 0;
  padding: 10px 0;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  background: #182980;
  vertical-align: middel;
  border: 1px solid #ffffff;
}

.company_wrap .facility table th.w01 {
  width: 30%;
}

.company_wrap .facility table td {
  margin: 0 0 0 0;
  padding: 10px 0 10px 20px;
  text-align: left;
  background: #ffffff;
  vertical-align: middle;
  border: 1px solid #182980;
}

.company_wrap .facility table td dl {
  margin: 0 0 0 30px;
  overflow: hidden;
}


/**
 * home
**/
.home_service_wrap ul li a {
  color: #ffffff;
  line-height: 1.4em;
  font-size: 18px;
  text-decoration: none;
  display: table-cell;
  vertical-align:middle;
}

.home_service_wrap ul li a:hover {
  opacity: 0.7;
}


.home_service_wrap ul li.item01 a {
  height: 253px;
  background: url("images/home_image_01.png") no-repeat center center;
  background-size: cover;
}

.home_service_wrap ul li.item02 a {
  height: 253px;
  background: url("images/home_image_02.png") no-repeat center center;
  background-size: cover;
}

.home_service_wrap ul li.item03 a {
  height: 253px;
  background: url("images/home_image_03.png") no-repeat center center;
  background-size: cover;
}

.home_service_wrap ul li.item04 a {
  height: 253px;
  background: url("images/home_image_04.png") no-repeat center center;
  background-size: cover;
}

.home_service_wrap ul li.item05 a {
  height: 438px;
  background: url("images/home_image_05.png") no-repeat center center;
  background-size: cover;
}

.home_service_wrap ul li.item06 a {
  height: 438px;
  background: url("images/home_image_06.png") no-repeat center center;
  background-size: cover;
}

.home_service_wrap ul li.item07 a {
  height: 438px;
  background: url("images/home_image_07.png") no-repeat center center;
  background-size: cover;
}

.home_service_wrap ul li a .eng {
  line-height: 1.4em;
  font-size: 26px;
}

.home_service_wrap ul li a .comment {
  margin: 0 auto;
  padding: 10px 0 0 0;
  width: 80%;
  max-width: 210px;
  min-height: 90px;
  line-height: 1.4em;
  font-size: 13px;
  text-align: left;
}

.home_service_wrap ul li a .more {
  margin: 0 auto;
  padding: 10px 0;
  width: 80%;
  max-width: 210px;
  line-height: 1.4em;
  font-size: 14px;
  text-align: center;
  color: #231815;
  background: #ffffff;
  border-radius: 5px;
}

.home_recruit_wrap .wrap {
  margin: 0 auto;
  padding: 100px 0 50px 0;
  width: 94%;
  max-width: 1540px;
  text-align: left;
  overflow: hidden;
}

.home_recruit_wrap .wrap .head {
  margin: 0 0 35px 0;
  padding: 0 0 10px 0;
  width: 94%;
  max-width: 635px;
  text-align: right;
  line-height: 1.4em;
  font-size: 21px;
  border-bottom: 2px solid #000000;
  overflow: hidden;
}

.home_recruit_wrap .wrap .head h3 {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  line-height: 1.4em;
  font-size: 34px;
  font-weight: bold;
}

.home_recruit_wrap .wrap .description {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  width: 94%;
  max-width: 635px;
  min-height: 202px;
  text-align: left;
  line-height: 1.6em;
  font-size: 21px;
  overflow: hidden;
}



/**
 * engine
**/
.engine_wrap .box .wrap {
  margin: 0 30px 0 30px;
  padding: 75px 0 50px 0;
  text-align: left;
  position: relative;
  z-index: 2;
}

.engine_wrap .box .wrap .head h4 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  max-width: 60%;
  line-height: 1.4em;
  font-size: 44px;
  font-weight: bold;
  display: inline;
  float: left;
}

.engine_wrap .box .wrap .head h4.full {
  max-width: 100%;
}

.engine_wrap .box .wrap .head p {
  margin: 0 0 0 0;
  padding: 0 0 0 25px;
  line-height: 1.4em;
  font-size: 23px;
  font-weight: bold;
  overflow: hidden;
}

.engine_wrap .box .wrap .image_box .left {
  width: 48.2%;
  max-width: 550px;
  float: left;
}

.engine_wrap .box .wrap .image_box .right {
  width: 48.8%;
  max-width: 558px;
  float: right;
  position: relative;
}

.engine_wrap .box .wrap .image_box .right .note {
  line-height: 1.2em;
  font-size: 14px;
  color: #231815;
  vertical-align: middle;
  position: absolute;
  top: -1.6em;
  left: 0;
}

.engine_wrap .box .wrap .image_box .right .note .min {
  padding: 0 0 0 0.5em;
  line-height: 1.2em;
  font-size: 11px;
}


/**
 * greeting
**/
.greeting_wrap .box01 .message h3 ,
.greeting_wrap .box02 .message h3 {
  margin: 0 6% 0 23%;
  line-height: 1.4em;
  font-size: 26px;
  font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;
}

.greeting_wrap .box01 .message p ,
.greeting_wrap .box02 .message p {
  margin: 0 6% 0 23%;
  padding: 0 0 30px 0;
  line-height: 1.6em;
  font-size: 14px;
}

.greeting_wrap .box02 .message p.name {
  margin: 0 6% 0 53%;
  padding: 0 0 0 0;
  width: 120px;
  float: right;
}


/**
 * maintenance
**/
.maintenance_wrap .box01 {
  margin: 0 auto 120px auto;
  padding: 30px 45px 20px 45px;
  width: 94%;
  max-width: 1450px;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}

.maintenance_wrap .box01 .wrap table td ol.half {
  width: 100%;
  float: none;
}

.maintenance_wrap .box01 .wrap table td .text {
  width: 4em;
  line-height: 1.8em;
  font-size: 18px;
  text-align: center;
}

.maintenance_wrap .box02 {
  margin: 0 auto 120px auto;
  padding: 65px 45px 75px 45px;
  width: 94%;
  max-width: 1450px;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}


/**
 * recruit business
**/

.recruit_business_wrap .list li dl {
  width: 50%;
  line-height: 1.2em;
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.recruit_business_wrap .list li:nth-of-type(2n) dl {
  right: auto;
  left: 0;
}

.recruit_business_wrap .list li dl dt {
  padding: 5px 20px 5px 20px;
  line-height: 1.4em;
  font-size: 18px;
  text-align: left;
  color: #ffffff;
  background: #231815;
}

.recruit_business_wrap .list li dl dd {
  margin: 0 0 0 0;
  padding: 10px 20px 10px 20px;
  line-height: 1.4em;
  font-size: 12px;
  text-align: left;
  color: #231815;
  background: rgba(255,255,255,0.5);
}

.recruit_footer_navi ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 300px;
  float: left;
}

.recruit_footer_navi ul li:nth-of-type(2) {
  float: right;
}

.recruit_footer_navi ul li a {
  margin: 0 0 0 0;
  padding: 0 0 0 30px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 26px;
  text-decoration: none;
  color: #231815;
  background: url("images/link_back_01.png") no-repeat center center;
  background-size: 100% auto;
  display: block;
}



/**
 * recruit interview
**/

.recruit_interview_wrap .main_image .box {
  margin: 0 0 0 0;
  padding: 0 45px 0 45px;
  width: 500px;
  height: 260px;
  line-height: 1.2em;
  font-size: 18px;
  text-align: left;
  background: rgba(255,255,255,1);
  box-shadow: 0 0 10px rgba(0,0,0,0.6),10px 10px 0 #c9c9c9;
  box-sizing: border-box;
  position: absolute;
  bottom: 153px;
  right: 10%;
  left: auto;
}

.recruit_interview_wrap .main_image.iwata .box {
  margin: 0 0 0 0;

  box-sizing: border-box;
  position: absolute;
  bottom: 153px;
  left: 10%;
}

.recruit_interview_wrap .private .wrap .image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 300px;
  max-width: 464px;
  line-height: 1.8em;
  text-align: center;
  font-size: 14px;
  float: left;
}

.recruit_interview_wrap .private .wrap .text {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 360px;
  height: 263px;
  line-height: 1.8em;
  text-align: left;
  font-size: 14px;
  background: url("images/interview_back_01.png") no-repeat center center;
  background-size: cover;
  display: table;
  float: right;
}

.recruit_interview_wrap .private .wrap .text .cell {
  margin: 0 0 0 0;
  padding: 0 8.7% 0 12.7%;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

.recruit_interview_wrap .private .wrap .text .cell p {
  margin: 0 0 0 0;
  padding: 5px 0;
}



/**
 * recruit president
**/

.recruit_president_wrap .box .wrap .interview dt {
  margin: 0 35px 25px 35px;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: normal;
  color: #136E85;
}

.recruit_president_wrap .box .wrap .interview dd {
  margin: 0 25px 0 25px;
  padding: 10px;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: normal;
  background: #fff;
  box-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
  border-radius: 10px;
}


/**
 * recruit engine
**/
.recruit_engine_wrap .flow li.w01 .image img {
  width: 49% !important;
  max-width: 300px;
  float: left;
  display: none;
}

.recruit_engine_wrap .flow li.w01 .image img:nth-of-type(2) {
  float: right;
}


/**
 * recruit top
**/
.recruit_top_wrap .interview_link li a .wrap .comment {
  margin: 0 45px 0 0;
  padding: 12px 0 12px 12%;
  line-height: 1.2em;
  text-align: left;
  font-size: 14px;
  color: #ffffff;
  background: #000000;
}

.recruit_top_wrap .about_link ul li a .box {
  padding: 175px 0 5px 30px;
  width: 90%;
  max-width: 663px;
  line-height: 1.2em;
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 4px solid #ffffff;
  box-sizing: border-box;
  display: block;
}


/**
 * thermal spray machining
**/

.thermal_spray_machining_wrap .wrap .box02 .image {
  margin: 0 30px 0 35px;
  padding: 0 0 0 0;
  width: 200px;
  line-height: 1.6em;
  font-size: 13px;
  float: left;
  display: inline;
}

.thermal_spray_machining_wrap .wrap .box03 {
  margin: 0 auto 90px auto;
  padding: 40px 30px 20px 50px;
  width: 100%;
  max-width: 738px;
  min-height: 350px;
  background: #ffffff;
  box-sizing: border-box;
  float: none;
}

.thermal_spray_machining_wrap .wrap .box04 {
  margin: 0 auto 90px auto;
  padding: 40px 30px 20px 50px;
  width: 100%;
  max-width: 738px;
  min-height: 350px;
  background: #ffffff;
  box-sizing: border-box;
  float: none;
}


.thermal_spray_machining_wrap .wrap .box02 .info .image {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  width: 276px;
  float: none;
  display: block;
}



/**
 * modal
**/
.image_modal {
  margin: 0 0 0 -330px;
  padding: 30px 0 55px 0;
  width: 660px;
  text-align: left;
  box-sizing: border-box;
  background: #ededed;
  display: none;
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 10001;
}

.image_modal .close {
  margin: 0 15px 30px 0;
  padding: 0 0 0 0;
  width: 100px;
  float: right;
  display: inline;
}

.image_modal .close a {
  margin: 0 0 0 0;
  padding: 5px 0;
  line-height: 1.2em;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: #666666 url("images/modal_close.png") no-repeat 10px center;
  display: block;
}

.image_modal h4 {
  margin: 0 30px 20px 30px;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 24px;
  font-weight: normal;
  clear: both;
}

.image_modal .image {
  margin: 0 30px 20px 30px;
  padding: 0 0 0 0;
  clear: both;
}

.image_modal .image img {
  width: 100%;
  height: auto;
}

.image_modal p {
  margin: 0 20px 0 20px;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: normal;
  clear: both;
}



}


/**
 * スマートフォン端末用
**/

@media only screen and (max-width: 680px) {
body {
	padding: 0;
	-webkit-text-size-adjust: none;
	font-size: 12px;
}

/**
 * SP表示
**/
.sp_disp { display: block !important; }
.pc_disp { display: none !important; }


/**
 * ラッパー
**/

#wrapper {
  padding: 50px 0 0 0;
	overflow: hidden;
}


/**
 * ヘッダー
**/

#header {
	width: 100%;
	height: 50px;
  background: #ffffff;
	text-align: left;
}

#header img {
	width: 100%;
	height: auto;
	display: block;
}

#header h1 {
	width: 200px;
  font-size: 0px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}

#header #switch {
	width: 40px;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
}

#header #switch img.off {
  display: block !important;
}

#header #switch img.on {
  display: none !important;
}

#header #switch.active img.off {
  display: none !important;
}

#header #switch.active img.on {
  display: block !important;
}
/*
#header_recruit {
	width: 100%;
	height: 50px;
  background: #1c1c1c;
	text-align: left;
  position: relative;
}

#header_recruit img {
	width: 100%;
	height: auto;
	display: block;
}

#header_recruit h1 {
  margin: 0 0 0 0;
  width: auto;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
	position: absolute;
	top: 15px;
	left: 10px;
	z-index: 1;
}

#header_recruit h1 a {
  color: #ffffff;
}

#header_recruit #switch {
	width: 40px;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
}

#header_recruit #switch img.off {
  display: block !important;
}

#header_recruit #switch img.on {
  display: none !important;
}

#header_recruit #switch.active img.off {
  display: none !important;
}

#header_recruit #switch.active img.on {
  display: block !important;
}
*/

/**
 * ナビゲーション
**/

#header #navi {
	width: 100% !important;
  max-width: 760px;
	height: auto;
  display: none;
	position: absolute;
	top: 50px;
	right: 0%;
	z-index: 10000;
}

#header #navi ul {
	width: 100% !important;
	height: auto;
  background: #ffffff;
	border-right: none;
	box-sizing: border-box;
  overflow: hidden;
}

#header #navi ul li {
  margin: 0 0 0 0;
	width: 100% !important;
	height: 38px;
	border-left: none;
	border-top: 1px solid #404040;
	box-sizing: border-box;
	float: none;
	display: table;
}

#header #navi ul li a {
  padding: 0 15px;
	width: 100%;
	height: 38px;
	line-height: 1.4em;
	font-size: 18px;
	color: #000000 !important;
	text-align: left;
  box-sizing: border-box;
	text-decoration: none;
	vertical-align: middle;
	display: table-cell;
}

#header_recruit #navi {
	width: 100% !important;
  max-width: 760px;
	height: auto;
  display: none;
	position: absolute;
	top: 50px;
	right: 0%;
	z-index: 10000;
}

#header_recruit #navi ul {
	width: 100% !important;
	height: auto;
  background: #ffffff;
	border-right: none;
	box-sizing: border-box;
  overflow: hidden;
}

#header_recruit #navi ul li {
	width: 100% !important;
	height: 38px;
	border-left: none;
	border-top: 1px solid #404040;
	box-sizing: border-box;
	float: none;
	display: table;
}

#header_recruit #navi ul li a {
  padding: 0 15px;
	width: 100%;
	height: 38px;
	line-height: 1.4em;
	font-size: 18px;
	color: #000000;
	text-align: left;
  box-sizing: border-box;
	text-decoration: none;
	vertical-align: middle;
	display: table-cell;
}

#header #navi ul li ul {
  display: none !important;
}



/**
 * メインイメージ
**/

#main_image {
	margin: 0 0 0 0;
	width: 100%;
  height: 300px;
  background: url("images/main_image02.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}

#main_image video {
  display: none !important;
}

#main_image .wrap {
	margin: 0 0 0 0;
  padding: 0 0 0 0;
	width: 100%;
  height: 100%;
  background: url("images/content_back_02.png") no-repeat left top;
  background-size: 33.6% 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#main_image .wrap .box {
	margin: 0 auto;
  padding: 15% 0 0 0;
	width: 94%;
  max-width: 1350px;
  line-height: 1.6em;
  color: #ffffff;
  font-size: 10px;
  text-align: left;
}

#main_image .wrap .box .company {
	margin: 0 0 5px 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 12px;
}

#main_image .wrap .box h2 {
	margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #ffffff;
}




/**
 * ページタイトル
**/

#page_title {
	margin: 0 0 0 0;
	width: 100%;
  height: 200px;
  background: url("images/page_title_01.png") no-repeat center center;
  background-size: cover;
}

#page_title.import_servicer {
	margin: 0 0 0 0;
	width: 100%;
  height: 200px;
  background: url("images/page_title_02.png") no-repeat center center;
  background-size: cover;
}

#page_title.company {
	margin: 0 0 0 0;
	width: 100%;
  height: 200px;
  background: url("images/page_title_07.png") no-repeat center center;
  background-size: cover;
}

#page_title.maintenance {
	margin: 0 0 0 0;
	width: 100%;
  height: 200px;
  background: url("images/page_title_03.png") no-repeat center center;
  background-size: cover;
}

#page_title.thermal_spray_machining {
	margin: 0 0 0 0;
	width: 100%;
  height: 200px;
  background: url("images/page_title_05.png") no-repeat center center;
  background-size: cover;
}

#page_title.contact {
	margin: 0 0 0 0;
	width: 100%;
  height: 200px;
  background: url("images/page_title_04.png") no-repeat center center;
  background-size: cover;
}

#page_title.engine {
	margin: 0 0 0 0;
	width: 100%;
  height: 200px;
  background: url("images/page_title_06.png") no-repeat center center;
  background-size: cover;
}

#page_title.recruit_top {
	margin: 0 0 0 0;
	width: 100%;
  height: 480px;
  background: url("images/page_title_14.png") no-repeat center center;
  background-size: cover;
}




#page_title .wrap {
	width: 100%;
  background: url("images/content_back_03.png") no-repeat right top;
  background-size: 100% 100%;
  position: absolute;
  bottom: 15px;
  right: 0;
}


/*
#page_title .wrap {
	width: 100%;
  height: 200px;
  background: url("images/page_title_line_01.png") no-repeat right 150px;
  background-size: 59.11% 4px;
}

#page_title.import_servicer .wrap {
	width: 100%;
  height: 200px;
  background: url("images/page_title_line_01.png") no-repeat right 150px;
  background-size: 59.11% 4px;
}

#page_title.maintenance .wrap {
	width: 100%;
  height: 200px;
  background: url("images/page_title_line_01.png") no-repeat right 150px;
  background-size: 59.11% 4px;
}

#page_title.thermal_spray_machining .wrap {
	width: 100%;
  height: 200px;
  background: url("images/page_title_line_01.png") no-repeat right 150px;
  background-size: 59.11% 4px;
}

#page_title.contact .wrap {
	width: 100%;
  height: 200px;
  background: url("images/page_title_line_01.png") no-repeat right 150px;
  background-size: 59.11% 4px;
}

#page_title.engine .wrap {
	width: 100%;
  height: 200px;
  background: url("images/page_title_line_01.png") no-repeat right 150px;
  background-size: 59.11% 4px;
}
*/
#page_title .wrap h2 {
	width: 94%;
  max-width: 1082px;
  line-height: 1.2em;
  text-align: right;
  font-size: 26px;
  font-weight: bold;
}

#page_title.import_servicer .wrap h2 {
  padding: 110px 0 20px 0;
}

#page_title.maintenance .wrap h2 {
  padding: 110px 0 20px 0;
}

#page_title.thermal_spray_machining .wrap h2 {
  padding: 110px 0 20px 0;
}

#page_title.contact .wrap h2 {
  padding: 110px 0 20px 0;
}

#page_title.engine .wrap h2 {
  padding: 110px 0 20px 0;
}

#page_title .wrap .eng {
	width: 94%;
  max-width: 1082px;
  line-height: 1.2em;
  text-align: right;
  font-size: 16px;
}

#page_title .wrap .catch {
  margin: 0 auto;
  padding: 0 0 20px 0;
	width: 94%;
  max-width: 1082px;
  max-width: 1450px;
  line-height: 1.2em;
  text-align: right;
  font-size: 14px;
}

#page_title .wrap .box .catch {
  margin: 0 auto;
  padding: 0 0 20px 0;
	width: 100%;
  max-width: 100%;
  line-height: 1.2em;
  text-align: center;
  font-size: 14px;
}

#page_title .wrap .box .catch {
  margin: 0 auto;
  padding: 0 0 20px 0;
	width: 100%;
  max-width: 100%;
  line-height: 1.2em;
  text-align: center;
  font-size: 14px;
}

#page_title .wrap .box {
  margin: 0 0 0 0;
  padding: 20px 0 15px 0;
	width: 100%;
  line-height: 1.4em;
  font-size: 14px;
  text-align: center;
  background: url("images/content_back_07.png") repeat-x 0 0;
  background-size: auto 100%;
}

#page_title.recruit_thermal_spraying .wrap h2 {
  margin: 0 auto;
  padding: 0 0 0 0;
	width: 94%;
  max-width: 1082px;
  max-width: 1450px;
  line-height: 1.2em;
  text-align: center;
  font-size: 22px;
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}

#page_title.recruit_engine .wrap h2 {
  margin: 0 auto;
  padding: 0 0 0 0;
	width: 94%;
  max-width: 1082px;
  max-width: 1450px;
  line-height: 1.2em;
  text-align: center;
  font-size: 22px;
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}

#page_title.recruit_top .wrap h2 {
  margin: 0 auto 40px;
  padding: 0 0 0 0;
	width: 94%;
  max-width: 1082px;
  max-width: 1450px;
  line-height: 1.2em;
  text-align: center;
  font-size: 22px;
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}

#page_title.recruit_business .wrap h2 {
  margin: 0 auto;
  padding: 0 0 0 0;
	width: 94%;
  max-width: 1082px;
  max-width: 1450px;
  line-height: 1.6em;
  text-align: center;
  font-size: 22px;
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}





/**
 * サイト内検索
**/

#site_search {
	margin: 0 0 0 0;
	width: 100%;
  overflow: hidden;
}

#site_search .wrap {
  margin: 0 auto;
  padding: 12px 0;
	width: 94%;
  max-width: 1082px;
  line-height: 36px;
  text-align: right;
  color: #ffffff;
  font-size: 16px;
}

#site_search .wrap dl {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#site_search .wrap dl dt {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: right;
  display: block;
}

#site_search .wrap dl dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
}

#site_search .wrap dl dd .text {
  margin: 0 0 0 0;
  padding: 0 15px;
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 5px;
}


/**
 * パンくず
**/

#breadcrumb {
  margin: 0 auto;
  padding: 15px 0 35px 0;
	width: 94%;
  max-width: 1006px;
  line-height: 1.2em;
  text-align: left;
  font-size: 14px;
  color: #333333;
}

#breadcrumb li {
  display: inline-block;
}

#breadcrumb li:before {
  margin: 0 0.5em;
  content: "＞";
}

#breadcrumb li:nth-of-type(1):before {
  margin: 0 0;
  content: "";
}

#breadcrumb a {
  color: #333333;
}


/**
 * コンテンツ
**/

#content {
	width: 100%;
	overflow: hidden;
  display: block;
}

#content img {
	width: 100%;
	height: auto;
  display: block;
}


/**
 * フッター
**/

#footer {
	padding: 35px 0 20px 0;
	width: 100%;
	text-align: center;
  background: url("images/footer_back_01.png") no-repeat center center;
  background-size: cover;
	overflow: hidden;
}

#footer.recruit {
  background: #4d4d4d;
}

#footer img {
	width: 100%;
	height: auto;
	display: block;
}

#footer .wrap {
  margin: 0 auto;
	width: 94%;
  max-width: 1730px;
	line-height: 1.6em;
	font-size: 14px;
	text-align: left;
  color: #231815;
	overflow: hidden;
}

#footer .wrap .info {
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
	width: 100%;
  float: none;
}

#footer .wrap .info .company {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
	line-height: 1.4em;
	font-size: 22px;
}

#footer .wrap .footer_nav_main {
  margin: 0 0 0 0;
	width: 100%;
  text-align: left;
  float: none;
  overflow: hidden;
}

#footer .wrap .footer_nav_main li {
  margin: 0 0 15px 0;
  width: 50%;
  float: left;
}

#footer .footer_nav {
  margin: 0 0 0 0;
	width: 100%;
  text-align: left;
  float: none;
}

#footer .footer_nav dl {
  margin: 0 0 15px 0;
  overflow: hidden;
}

#footer .footer_nav dl dt {
  width: auto;
  text-align: left;
  float: none;
}

#footer .footer_nav dl dd {
  padding: 10px 0 0 1em;
  overflow: hidden;
}


#footer .footer_nav ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#footer .footer_nav ul li {
	margin: 0 0 0 0;
	padding: 0 15px 10px 0;
  display: inline-block;
}

#footer .calendar {
  margin: 0 auto;
	width: 100%;
  float: none;
}

#footer .wrap .copyright {
  margin: 0 0 0 0;
  padding: 60px 0 0 0;
	line-height: 1.4em;
	font-size: 11px;
  text-align: center;
  clear: both;
}


/**
 * ホーム
**/
.kokuka_work_bnr {
	margin: 0 0 0 0;
	padding: 35px 0 35px 0;
  background: rgba(24,41,128,0.8);
  overflow: hidden;
}

.kokuka_work_bnr .bnr {
	margin: 0 auto;
  width: 94%;
  max-width: 1020px;
}

.calendar_wrap {
  margin: 0 0 0 0;
  padding: 35px 0 30px 0;
  overflow: hidden;
}

.calendar_wrap .title {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  background: url("images/title_back_01.png") no-repeat right bottom;
  background-size: 50% 11px;
  overflow: hidden;
}

.calendar_wrap .title h3 {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 94%;
  max-width: 1180px;
  background: url("images/title_back_01.png") no-repeat right bottom;
  background-size: 63.5% 11px;
  overflow: hidden;
}

.calendar_wrap .title h3 img {
  max-width: 157px;
  float: right;
}

.calendar_wrap .calendar {
  margin: 0 auto;
  width: 94%;
  max-width: 518px;
  border: 1px solid #5a5250;
}

.bnr_wrap {
  margin: 0 auto 85px auto;
  padding: 0 0 0 0;
  width: 94%;
  max-width: 924px;
  overflow: hidden;
}

.bnr_wrap ul {
  overflow: hidden;
}

.bnr_wrap ul li {
  margin: 0 0 20px 0;
  width: 100%;
  float: none;
}

.bnr_wrap ul li:nth-of-type(2) {
  float: none;
}

.bnr_wrap ul li a {
  padding: 35px 0 30px 0;
  line-height: 1.2em;
  font-size: 14px;
  font-size: 4.2vw;
  text-decoration: none;
  color: #1a1a1a;
  background: #ffffff;
  border: 2px solid #231815;
  display: block;
}

.bnr_wrap ul li a .eng {
  margin: 0 0 15px 0;
  line-height: 1.2em;
  font-size: 36px;
  font-size: 11.6vw;
  font-weight: bold;

}

.bnr_wrap ul li a hr {
  margin: 0 auto 30px auto;
  width: 80%;
  max-width: 210px;
  height: 0;
  line-height: 0;
  border: none;
  border-top: 1px solid #535353;
  background: none;
}

.company_wrap {
  margin: 0 0 0 0;
  padding: 35px 0 35px 0;
  overflow: hidden;
}

.company_wrap .title {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  background: url("images/title_back_01.png") no-repeat left bottom;
  background-size: 50% 11px;
  overflow: hidden;
}

.company_wrap .title h3 {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 94%;
  max-width: 1180px;
  background: url("images/title_back_01.png") no-repeat left bottom;
  background-size: 63.5% 11px;
  overflow: hidden;
}

.company_wrap .title h3 img {
  margin: 0 0 0 35px;
  max-width: 151px;
}

.company_wrap .box {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.company_wrap .box .image {
  width: 100%;
  height: auto;
  background: none;
  background-size: cover;
  float: none;
}

.company_wrap .box .image img {
  width: 100%;
  height: auto;
  display: block;
}

.company_wrap .box .info {
  padding: 10px 0;
  width: 100%;
  height: auto;
  line-height: 1.2em;
  font-size: 14px;
  font-size: 4.2vw;
  color: #231815;
  display: block;
  float: none;
}

.company_wrap .box .info ul {
  text-align: left;
  display: block;
  vertical-align: middle;
}

.company_wrap .box .info ul li {
  margin: 0 15px 0 15px;
  padding: 0.5em 0;
}

.blog_wrap {
  margin: 0 0 0 0;
  padding: 30px 0 0 0;
  color: #231815;
  overflow: hidden;
}

.blog_wrap a {
  color: #231815;
}

.blog_wrap .title {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: url("images/title_back_01.png") no-repeat right bottom;
  background-size: 50% 11px;
  overflow: hidden;
}

.blog_wrap .title h3 {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 94%;
  max-width: 1180px;
  background: url("images/title_back_01.png") no-repeat right bottom;
  background-size: 63.5% 11px;
  overflow: hidden;
}

.blog_wrap .title h3 img {
  max-width: 157px;
  float: right;
}

.blog_wrap .wrap {
  margin: 0 0 0 0;
  padding: 20px 0 10px 0;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.blog_wrap .wrap .news_box {
  margin: 0 auto 20px auto;
  padding: 20px 15px 15px 15px;
  width: 94%;
  min-height: 0px;
  text-align: left;
  border: 1px solid #231815;
  box-sizing: border-box;
  float: none;
  display: block;
  overflow: hidden;
}

.blog_wrap .wrap .news_box h4 {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 26px;
  font-size: 8.2vw;
  font-weight: normal;
}

.blog_wrap .wrap .news_box ul {
  margin: 0 0 25px 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 14px;
  font-size: 4.2vw;
  font-weight: normal;
}

.blog_wrap .wrap .news_box ul li {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
}

.blog_wrap .wrap .news_box ul li .update {
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}

.blog_wrap .wrap .news_box .more {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 14px;
  font-size: 4.2vw;
  font-weight: normal;
}

.blog_wrap .wrap .blog_box {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  width: 94%;
  text-align: left;
  box-sizing: border-box;
  float: none;
  display: block;
  overflow: hidden;
}

.blog_wrap .wrap .blog_box .more {
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 14px;
  font-size: 4.2vw;
  font-weight: normal;
  text-align: right;
}

.blog_wrap .wrap .blog_box ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 14px;
  font-size: 4.2vw;
  font-weight: normal;
  overflow: hidden;
}

.blog_wrap .wrap .blog_box ul li {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  width: 48%;
  float: left;
  display: inline;
}

.blog_wrap .wrap .blog_box ul li:nth-of-type(3n) {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
}

.blog_wrap .wrap .blog_box ul li:nth-of-type(3n+1) {
  clear: none;
}

.blog_wrap .wrap .blog_box ul li:nth-of-type(2n) {
  float: right;
}

.blog_wrap .wrap .blog_box ul li:nth-of-type(2n+1) {
  clear: both;
}

.blog_wrap .wrap .blog_box ul li figure {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}

.blog_wrap .wrap .blog_box ul li .update {
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
}

.blog_wrap .wrap .blog_box ul li img {
  width: 100%;
  height: auto;
  display: block;
}

.service_wrap {
  margin: 0 0 0 0;
  padding: 0 0 30px 0;
  overflow: hidden;
}

.service_wrap .title {
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
  background: url("images/title_back_01.png") no-repeat left bottom;
  background-size: 50% 11px;
  overflow: hidden;
}

.service_wrap .title h3 {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 94%;
  max-width: 1180px;
  background: url("images/title_back_01.png") no-repeat left bottom;
  background-size: 63.5% 11px;
  overflow: hidden;
}

.service_wrap .title h3 img {
  margin: 0 0 0 35px;
  max-width: 150px;
}

.service_wrap ul {
  margin: 0 auto;
  width: 94%;
  overflow: hidden;
}

.service_wrap ul li {
  margin: 0 0 20px 0;
  width: 48%;
  float: left;
  display: inline;
}

.service_wrap ul li:nth-of-type(3) {
  margin: 0 0 20px 0;
}

.service_wrap ul li:nth-of-type(4) {
  margin: 0 0 20px 0;
  clear: none;
}

.service_wrap ul li:nth-of-type(5) {
  margin: 0 0 20px 0;
}

.service_wrap ul li:nth-of-type(2n) {
  float: right;
}

.service_wrap ul li:nth-of-type(2n+1) {
  clear: both;
}

.service_wrap ul li a {
  display: block;
  position: relative;
}

.service_wrap ul li a p {
  width: 100%;
  line-height: 1.2em;
  color: #231815;
  font-size: 14px;
  position: absolute;
  top: 56%;
  left: 0;
}

.intro_wrap {
  margin: 0 auto 0 auto;
  padding: 30px 0 40px 0;
  width: 94%;
  text-align: left;
  position: relative;
}

.intro_wrap h3 {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 20px;
  font-size: 6vw;
  font-weight: normal;
  color: #000000;
  position: relative;
  z-index: 1;
}

.intro_wrap p {
  margin: 0 36.7% 0 0;
  padding: 0 0 0 0;
  line-height: 1.8em;
  font-size: 14px;
  font-size: 4.2vw;
  color: #231815;
  position: relative;
  z-index: 1;
}

.intro_wrap figure {
  width: 38.26%;
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: 0;
}




/**
 * contact
**/
.contact_wrap {
  padding: 50px 0 0 0;
}

.contact_wrap .intro {
  margin: 0 auto 0 auto;
  padding: 0 0 30px 0;
  line-height: 1.6em;
  text-align: left;
  font-size: 16px;
}


.contact_wrap .contact_info {
  margin: 0 0 100px 0;
  width: 100%;
  background: url("images/contact_back_01.png") no-repeat center center;
  background-size: cover;
}

.contact_wrap .contact_info .wrap {
  margin: 0 auto;
  padding: 60px 0 45px 0;
  width: 86%;
  color: #ffffff;
  overflow: hidden;
}

.contact_wrap .contact_info .wrap .left {
  margin: 0 auto 0 auto;
  padding: 0 0 25px 0;
  width: 90%;
  line-height: 1.4em;
  font-size: 14px;
  text-align: center;
  float: none;
}

.contact_wrap .contact_info .wrap .right {
  margin: 0 auto 0 auto;
  padding: 0 0 25px 0;
  width: 90%;
  line-height: 1.4em;
  font-size: 14px;
  text-align: center;
  float: none;
}

.contact_wrap .contact_info .wrap dl {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.contact_wrap .contact_info .wrap dl dt {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.contact_wrap .contact_info .wrap dl dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.contact_wrap .contact_info .wrap .link {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  clear: both;
}

.contact_wrap .contact_info .wrap .link a {
  margin: 0 auto;
  padding: 8px 0;
  max-width: 322px;
  line-height: 1.4em;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  display: block;
}


/*
.contact_wrap .tel {
  margin: 0 auto 30px auto;
  padding: 15px 0 15px 0;
  width: 94%;
  max-width: 1110px;
  line-height: 1.6em;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background: #182980;
}

.contact_wrap .tel h3 {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  text-align: center;
  font-size: 18px;
}

.contact_wrap .tel .num {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.1em;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.contact_wrap .tel .time {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  text-align: center;
  font-size: 12px;
}*/

.contact_wrap .form {
  margin: 0 auto 55px auto;
  padding: 25px 0 25px 0;
  width: 94%;
  max-width: 1110px;
  line-height: 1em;
  text-align: center;
  font-size: 24px;
  box-sizing: border-box;
  border: 1px solid #404040;
  background: #ffffff;
  overflow: hidden;
}

.contact_wrap .form h3 {
  margin: 0 0 25px 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  text-align: center;
  font-size: 18px;
}

.contact_wrap .form .wrap {
  margin: 0 15px 0 15px;
  padding: 0 0 0 0;
}

.contact_wrap .form dl {
  margin: 0 0 35px 0;
  padding: 0 0 0 0;
  width: 100%;
  text-align: left;
  display: block;
}

.contact_wrap .form dl dt {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  width: 100%;
  height: auto !important;
  line-height: 1.4em;
  text-align: left;
  font-size: 14px;
  box-sizing: border-box;
  display: block;
  vertical-align: top;
  position: relative;
}

.contact_wrap .form dl dt em {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 64px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  display: block;
  position: absolute;
  top: 0;
  left: inherit;
  right: 0;
}

.contact_wrap .form dl dd {
  margin: 0 0 0 0 !important;
  padding: 10px 0 0 0 !important;
  height: auto !important;
  display: block;
  vertical-align: top;
}

.contact_wrap .form dl dd .num_wrap {
  margin: 0 0 25px 0;
  overflow: hidden;
}

.contact_wrap .form dl dd .num_wrap p {
  margin: 0 10px 0 0;
  line-height: 1.6em;
  font-size: 14px;
  color: #828282;
  float: left;
}

.contact_wrap .form dl dd .num_wrap p.note {
  margin: 0 0 0 0;
  padding: 0 0 0 1em;
  line-height: 1.3em;
  font-size: 11px;
  color: #828282;
  float: left;
  position: relative;
}

.contact_wrap .form dl dd .num_wrap p.note:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.contact_wrap .form dl dd input.text01 {
  margin: 0 0 0 0;
  padding: 5px 10px;
  width: 100%;
  line-height: 1.2em;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #333333;
  border-radius: 0px;
  box-sizing: border-box;
}

.contact_wrap .form dl dd input.text02 {
  margin: 0 10px 0 0;
  padding: 5px 10px;
  width: 100px;
  line-height: 1.2em;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #333333;
  border-radius: 0px;
  box-sizing: border-box;
  float: left;
}

.contact_wrap .form dl dd textarea.textarea01 {
  margin: 0 0 0 0;
  padding: 5px 10px;
  width: 100%;
  height: 255px;
  line-height: 1.2em;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #333333;
  border-radius: 0px;
  box-sizing: border-box;
}

.contact_wrap .form dl dd .select {
	padding: 0 0 0 0;
}

.contact_wrap .form dl dd .select select {
	margin: 0 0 0 0;
	padding: 5px 40px 5px 10px;
  width: 100%;
	line-height: 1.2em;
	font-size: 14px;
	cursor: pointer;
	background: #ffffff;
	border: 1px solid #333333;
	box-sizing: border-box;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.contact_wrap .form dl dd .select select::-ms-expand {
    display: none;
}



.contact_wrap .form .btn_wrap {

}

.contact_wrap .form .btn_wrap .btn01 {
  padding: 10px 0;
  width: 120px;
  line-height: 1.2em;
  text-align: center;
  font-size: 12px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
}

/**
 * engine
**/
.engine_wrap {
  margin: 0 0 0 0;
  padding: 30px 0 100px 0;
}

.engine_wrap h3 {
  margin: 0 0 25px 0;
  padding: 10px 0;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #182980;
}

.engine_wrap .box {
  margin: 0 auto 45px auto;
  padding: 0 0;
  width: 94%;
  max-width: 1458px;
  background: #ededed;
  position: relative;
}

.engine_wrap .box .icon01 {
  width: 214px;
  position: absolute;
  bottom: -130px;
  right: -100px;
  z-index: 1;
}

.engine_wrap .box .icon02 {
  width: 214px;
  position: absolute;
  top: 90px;
  left: -100px;
  z-index: 1;
}

.engine_wrap .box .icon03 {
  width: 214px;
  position: absolute;
  bottom: -90px;
  right: -96px;
  z-index: 1;
}

.engine_wrap .box .wrap {
  margin: 0 15px 0 15px;
  padding: 25px 0 25px 0;
  text-align: left;
  position: relative;
  z-index: 2;
}

.engine_wrap .box .wrap .head {
  margin: 0 0 25px 0;
  padding: 0 0 0 0;
  overflow:  hidden;
}

.engine_wrap .box .wrap .head h4 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: bold;
  display: block;
  float: none;
}

.engine_wrap .box .wrap .head p {
  margin: 0 0 0 0;
  padding: 15px 0 0 0;
  line-height: 1.4em;
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
}

.engine_wrap .box .wrap .image_box {
}

.engine_wrap .box .wrap .image_box .left {
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
  width: 100%;
  max-width: 100%;
  float: none;
}

.engine_wrap .box .wrap .image_box .right {
  width: 100%;
  max-width: 100%;
  float: none;
  position: relative;
}

.engine_wrap .box .wrap .image_box .right .note {
  margin: 0 0 10px 0;
  line-height: 1.2em;
  font-size: 14px;
  color: #231815;
  vertical-align: middle;
  position: inherit;
  top: 0;
  left: 0;
}

.engine_wrap .box .wrap .image_box .right .note .min {
  padding: 0 0 0 1em;
  line-height: 1.2em;
  font-size: 10px;
}

.engine_wrap .box .wrap .image_box .right ul {
  overflow:  hidden;
}

.engine_wrap .box .wrap .image_box .right ul li {
  width: 48.5%;
  max-width: 260px;
  float: left;
  display: inline;
}

.engine_wrap .box .wrap .image_box .right ul li:nth-of-type(1) {
  margin: 0 0 15px 0;
}

.engine_wrap .box .wrap .image_box .right ul li:nth-of-type(2n) {
  float: right;
  display: inline;
}

.engine_wrap .box .wrap .image_box .right ul li:nth-of-type(2n+1) {
  clear: both;
}

.engine_wrap .box .wrap .message {
  padding: 15px 0 0 0;
  line-height: 1.4em;
  font-size: 14px;
}

.engine_wrap .box .wrap .message .min {
  line-height: 1.4em;
  font-size: 12px;
}

  

/**
 * thermal spray machining
**/
.thermal_spray_machining_wrap {
  margin: 0 0 0 0;
  padding: 30px 0 100px 0;
}

.thermal_spray_machining_wrap h3 {
  margin: 0 0 25px 0;
  padding: 10px 0;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.thermal_spray_machining_wrap .intro {
  margin: 0 auto 0 auto;
  padding: 0 0 30px 0;
  width: 94%;
  max-width: 1100px;
  line-height: 1.6em;
  text-align: left;
  font-size: 16px;
}

.thermal_spray_machining_wrap h4 {
  margin: 0 auto 30px auto;
  padding: 0 0 12px 0;
  max-width: 90%;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #404040;
}

.thermal_spray_machining_wrap .wrap {
  margin: 0 auto 30px auto;
  padding: 0 0 0 0;
  width: 94%;
  max-width: 1344px;
  line-height: 1.4em;
  font-size: 26px;
  font-weight: normal;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
}

.thermal_spray_machining_wrap .wrap .catch {
  margin: 0 0 30px 0;
  padding: 0 15px 0 15px;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.thermal_spray_machining_wrap .wrap .head {
  margin: 0 auto 40px auto;
  padding: 0 0 0 0;
  width: 94%;
  overflow: hidden;
}

.thermal_spray_machining_wrap .wrap .head h5 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  float: none;
}

.thermal_spray_machining_wrap .wrap .head .cell {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.8em;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
}

.thermal_spray_machining_wrap .wrap .image {
  margin: 0 auto 60px auto;
  padding: 0 0 0 0;
  width: 90%;
  max-width: 1100px;
}

.thermal_spray_machining_wrap .wrap .box01 {
  margin: 0 auto 0 auto;
  padding: 0 0 20px 0;
  width: 94%;
  overflow: hidden;
}

.thermal_spray_machining_wrap .wrap .box01 .item h4 {
  margin: 0 auto 25px auto;
  padding: 0 0 6px 0;
  width: 90%;
  max-width: 380px;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #404040;
}

.thermal_spray_machining_wrap .wrap .box01 .item {
  margin: 0 0 40px 0;
  padding: 30px 0 30px 0;
  width: 100%;
  max-width: 690px;
  background: #ffffff;
  float: none;
}

.thermal_spray_machining_wrap .wrap .box01 .image01 {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  width: 100%;
  float: none;
  display: block;
}

.thermal_spray_machining_wrap .wrap .box01 .info {
  margin: 0 0 0 0;
  padding: 20px 0 0 0;
  overflow: hidden;
}

.thermal_spray_machining_wrap .wrap .box01 .info dl {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}

.thermal_spray_machining_wrap .wrap .box01 .info dl dt {
  margin: 0 0 0 0;
  padding: 5px 30px;
  line-height: 1.2em;
  font-size: 14px;
  color: #ffffff;
  background: #666666;
  display: inline-block;
}

.thermal_spray_machining_wrap .wrap .box01 .info dl dd {
  margin: 0 0 0 0;
  padding: 20px 0 0 0;
  line-height: 1.4em;
  font-size: 14px;
}

.thermal_spray_machining_wrap .wrap .box01 .info dl dd li {
  margin: 0 0 0 0;
  padding: 0 0 5px 1em;
  position: relative;
}

.thermal_spray_machining_wrap .wrap .box01 .info dl dd li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.thermal_spray_machining_wrap .wrap .box02 {
  margin: 0 0 0 0;
  padding: 0 0 25px 0;
  background: #ffffff;
  overflow: hidden;
}

.thermal_spray_machining_wrap .wrap .box02 .image {
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
  width: 100%;
  line-height: 1.6em;
  font-size: 13px;
  float: none;
  display: block;
}

.thermal_spray_machining_wrap .wrap .box02 .image p {
  margin: 0 0 0 0;
  padding: 5px 0 0 5px;
}

.thermal_spray_machining_wrap .wrap .box02 .info {
  margin: 0 5% 0 5%;
  padding: 0 0 0 0;
  overflow: hidden;
}

.thermal_spray_machining_wrap .wrap .box02 .info .image {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  width: 100%;
  float: none;
  display: block;
}

.thermal_spray_machining_wrap .wrap .box02 .info h4 {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  max-width: 100%;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: bold;
}

.thermal_spray_machining_wrap .wrap .box02 .info .desc {
  margin: 0 0 35px 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 14px;
}

.thermal_spray_machining_wrap .wrap .box02 .info dl {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}

.thermal_spray_machining_wrap .wrap .box02 .info dl dt {
  margin: 0 20px 10px 0;
  padding: 8px 15px 5px;
  line-height: 1.2em;
  font-size: 14px;
  color: #ffffff;
  background: #666666;
  display: inline;
  vertical-align: middle;
  float: left;
}

.thermal_spray_machining_wrap .wrap .box02 .info dl dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 14px;
  overflow: hidden;
}

.thermal_spray_machining_wrap .wrap .box02 .info dl dd li {
  margin: 0 0 0 0;
  padding: 0 0 0 1em;
  position: relative;
}

.thermal_spray_machining_wrap .wrap .box02 .info dl dd li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.thermal_spray_machining_wrap .wrap .box03 {
  margin: 0 0 40px 0;
  padding: 20px 15px 10px 15px;
  width: 100%;
  max-width: 738px;
  min-height: 350px;
  background: #ffffff;
  box-sizing: border-box;
  float: none;
}

.thermal_spray_machining_wrap .wrap .box03 .image {
  margin: 0 auto 15px auto;
  padding: 0 0 0 0;
  width: 48%;
  max-width: 315px;
  float: none;
}

.thermal_spray_machining_wrap .wrap .box03 .info {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}

.thermal_spray_machining_wrap .wrap .box03 .info h4 {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  max-width: 100%;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: bold;
}

.thermal_spray_machining_wrap .wrap .box03 .info .data {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  max-width: 272px;
  border: 1px solid #8c8c8c;
  overflow: hidden;
}

.thermal_spray_machining_wrap .wrap .box03 .info .data {
  margin: 0 0 0 0;
  padding: 15px 0 5px 0;
  max-width: 272px;
  line-height: 1.4em;
  font-size: 14px;
  color: #231815;
  border: 1px solid #8c8c8c;
  overflow: hidden;
}

.thermal_spray_machining_wrap .wrap .box03 .info .data dl {
  margin: 0 0 10px 20px;
  padding: 0 0 0 0;
  overflow: hidden;
}

.thermal_spray_machining_wrap .wrap .box03 .info .data dl dt {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  float: left;
}

.thermal_spray_machining_wrap .wrap .box03 .info .data dl dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}

.thermal_spray_machining_wrap .wrap .box04 {
  margin: 0 0 40px 0;
  padding: 20px 15px 10px 15px;
  width: 100%;
  max-width: 738px;
  min-height: 350px;
  background: #ffffff;
  box-sizing: border-box;
  float: none;
}

.thermal_spray_machining_wrap .wrap .box04 .image {
  margin: 0 auto 15px auto;
  padding: 0 0 0 0;
  width: 48%;
  max-width: 315px;
  float: none;
}

.thermal_spray_machining_wrap .wrap .box04 .info {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}

.thermal_spray_machining_wrap .wrap .box04 .info h4 {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 22px;
  font-weight: bold;
}

.thermal_spray_machining_wrap .wrap .box04 .info .data {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  max-width: 272px;
  border: 1px solid #8c8c8c;
  overflow: hidden;
}

.thermal_spray_machining_wrap .wrap .box04 .info .data {
  margin: 0 0 0 0;
  padding: 15px 0 5px 0;
  max-width: 290px;
  line-height: 1.4em;
  font-size: 14px;
  color: #231815;
  border: 1px solid #8c8c8c;
  overflow: hidden;
}

.thermal_spray_machining_wrap .wrap .box04 .info .data dl {
  margin: 0 0 10px 20px;
  padding: 0 0 0 0;
  overflow: hidden;
}

.thermal_spray_machining_wrap .wrap .box04 .info .data dl dt {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  float: left;
}

.thermal_spray_machining_wrap .wrap .box04 .info .data dl dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}

.thermal_spray_machining_wrap .wrap .box05 {
  margin: 0 0 40px 0;
  padding: 20px 15px 10px 15px;
  background: #ffffff;
  overflow: hidden;
}

.thermal_spray_machining_wrap .wrap .box05 .catch {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.thermal_spray_machining_wrap .wrap .box05 .image {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 96%;
  max-width: 966px;
}


.thermal_spray_machining_wrap .sub_wrap01 {
  margin: 0 auto 80px auto;
  padding: 15px 15px 15px 15px;
  width: 94%;
  max-width: 94%;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}

.thermal_spray_machining_wrap .sub_wrap01 .image01 {
  margin: 0 auto 20px auto;
  padding: 0 0 0 0;
  width: 94%;
  max-width: 296px;
  float: none;
}

.thermal_spray_machining_wrap .sub_wrap01 .info {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  overflow: hidden;
}

.thermal_spray_machining_wrap .sub_wrap01 .info h5 {
  margin: 0 0 0 0;
  padding: 0 0 25px 0;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: bold;
}

.thermal_spray_machining_wrap .sub_wrap01 .info .box {
  margin: 0 auto;
  padding: 15px 20px 0 20px;
  max-width: 300px;
  line-height: 1.6em;
  font-size: 14px;
  text-align: left;
  border: 1px solid #8c8c8c;
  box-sizing: border-box;
  overflow: hidden;
}

.thermal_spray_machining_wrap .sub_wrap01 .info .box dl {
  margin: 0 0 15px 0;
  overflow: hidden;
}

.thermal_spray_machining_wrap .sub_wrap01 .info .box dl dt {
  margin: 0 0 0 0;
  float: left;
}

.thermal_spray_machining_wrap .sub_wrap01 .info .box dl dd {
  margin: 0 0 0 0;
  overflow: hidden;
}

.thermal_spray_machining_wrap .sub_wrap02 {
  margin: 0 auto 80px auto;
  padding: 15px 15px 15px 15px;
  width: 94%;
  max-width: 94%;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}

.thermal_spray_machining_wrap .sub_wrap02 .image01 {
  margin: 0 auto 20px auto;
  padding: 0 0 0 0;
  width: 94%;
  max-width: 296px;
  float: none;
}

.thermal_spray_machining_wrap .sub_wrap02 .info {
  margin: 0 0 0 0;
  padding: 25px 0 0 0;
  text-align: center;
  overflow: hidden;
}

.thermal_spray_machining_wrap .sub_wrap02 .info h5 {
  margin: 0 0 0 0;
  padding: 0 0 25px 0;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: bold;
}

.thermal_spray_machining_wrap .sub_wrap02 .info .box {
  margin: 0 auto;
  padding: 15px 20px 0 20px;
  max-width: 300px;
  line-height: 1.6em;
  font-size: 14px;
  text-align: left;
  border: 1px solid #8c8c8c;
  box-sizing: border-box;
  overflow: hidden;
}

.thermal_spray_machining_wrap .sub_wrap02 .info .box dl {
  margin: 0 0 15px 0;
  overflow: hidden;
}

.thermal_spray_machining_wrap .sub_wrap02 .info .box dl dt {
  margin: 0 0 0 0;
  float: left;
}

.thermal_spray_machining_wrap .sub_wrap02 .info .box dl dd {
  margin: 0 0 0 0;
  overflow: hidden;
}

.thermal_spray_machining_wrap .case {
  margin: 0 auto 50px auto;
  padding: 0 0 0 0;
  width: 94%;
  max-width: 1127px;
  overflow: hidden;
}

.thermal_spray_machining_wrap .case li {
  margin: 0 0 0 0 !important;
  padding: 0 0 20px 0 !important;
  width: 48.5% !important;
  max-width: 48.5% !important;
  line-height: 1.2em;
  text-align: center;
  font-size: 12px;
  float: left;
  display: inline;
}

.thermal_spray_machining_wrap .case li:nth-of-type(5) {
  margin: 0 0 0 0;
}

.thermal_spray_machining_wrap .case li:nth-of-type(4) {
  margin: 0 0 0 0;
  width: 48.5%;
  max-width: 48.5%;
}

.thermal_spray_machining_wrap .case li:nth-of-type(5) {
  margin: 0 0 0 0;
  width: 48.5% !important;
  max-width: 48.5% !important;
  float: left;
}

.thermal_spray_machining_wrap .case li:nth-of-type(2n) {
  float: right;
}

.thermal_spray_machining_wrap .case li:nth-of-type(2n+1) {
  clear: both;
}

.thermal_spray_machining_wrap .case li .image01 {
  margin: 0 0 5px 0;
}



/**
 * maintenance
**/
.maintenance_wrap {
  margin: 0 0 0 0;
  padding: 30px 0 0 0;
}

.maintenance_wrap h3 {
  margin: 0 0 30px 0;
  padding: 10px 0;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #182980;
}

.maintenance_wrap .intro {
  margin: 0 auto 0 auto;
  padding: 0 0 30px 0;
  width: 94%;
  max-width: 1100px;
  line-height: 1.6em;
  text-align: left;
  font-size: 16px;
}

.maintenance_wrap .image01 {
  margin: 0 auto 25px auto;
  padding: 0 0 0 0;
  width: 80%;
  max-width: 600px;
}

.maintenance_wrap .image02 {
  margin: 0 auto 80px auto;
  padding: 0 0 0 0;
  width: 94%;
  max-width: 1046px;
  overflow: hidden;
}

.maintenance_wrap .image02 img {
  width: 48.5% !important;
}

.maintenance_wrap .box01 {
  margin: 0 auto 40px auto;
  padding: 28px 17px 20px 17px;
  width: 94%;
  max-width: 1224px;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}

.maintenance_wrap .box01 h4 {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  line-height: 1.4em;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}

.maintenance_wrap .box01 h4 .min {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  display: block;
}

.maintenance_wrap .box01 .wrap {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  overflow: hidden;
}

.maintenance_wrap .box01 .wrap table {
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
  width: 100% !important;
  border-top: 1px solid #404040;
  display: block;
  overflow: hidden;
}

.maintenance_wrap .box01 .wrap table  tbody{
  width: 100% !important;
  display: block;
  overflow: hidden;
}

.maintenance_wrap .box01 .wrap table  tr{
  width: 100% !important;
  display: block;
  overflow: hidden;
}

.maintenance_wrap .box01 .wrap table th {
  margin: 0 0 0 0;
  padding: 15px;
  width: 100% !important;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: normal;
  border: 1px solid #404040;
  border-top: none;
  box-sizing: border-box;
  vertical-align: middle;
  display: block;
  overflow: hidden;
}

.maintenance_wrap .box01 .wrap table th p {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}

.maintenance_wrap .box01 .wrap table th .tb {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 70px;
  height: 70px;
  border-radius: 180px;
  display: table;
}

.maintenance_wrap .box01 .wrap table th .tb .cell {
  width: 70px;
  height: 70px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  background: #DA5A24;
  border-radius: 180px;
  display: table-cell;
  vertical-align: middle;
}

.maintenance_wrap .box01 .wrap table td {
  margin: 0 0 0 0;
  padding: 15px 10px 15px 10px;
  width: 100% !important;
  text-align: left;
  border: 1px solid #404040;
  border-top: none;
  vertical-align: middle;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
}

.maintenance_wrap .box01 .wrap table td ol {
  line-height: 1.8em;
  font-size: 14px;
}

.maintenance_wrap .box01 .wrap table td ol.half {
  width: 50%;
  float: left;
}

.maintenance_wrap .box01 .wrap table td .text {
  width: 4em;
  line-height: 1.8em;
  font-size: 14px;
  text-align: center;
}

.maintenance_wrap .box01 .note {
  padding: 25px 0 0 0;
  line-height: 1.4em;
  text-align: left;
  font-size: 12px;
  width: 100%;
  word-break : break-all;
}

.maintenance_wrap .box02 {
  margin: 0 auto 40px auto;
  padding: 28px 17px 20px 17px;
  width: 94%;
  max-width: 1224px;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}

.maintenance_wrap .box02 h4 {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  line-height: 1.4em;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}

.maintenance_wrap .box02 .wrap {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.maintenance_wrap .box02 .wrap table {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}

.maintenance_wrap .box02 .wrap table th {
  margin: 0 0 0 0;
  padding: 10px;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  background: #808080;
  border: 1px solid #404040;
  border-left: 1px solid #ffffff;
  vertical-align: middle;
}

.maintenance_wrap .box02 .wrap table th:nth-of-type(1) {
  border: 1px solid #404040;
}

.maintenance_wrap .box02 .wrap table td {
  margin: 0 0 0 0;
  padding: 10px;
  line-height: 1.4em;
  font-size: 12px;
  text-align: center;
  border: 1px solid #404040;
  vertical-align: middle;
}

.maintenance_wrap .box02 .wrap table td.detail {
  margin: 0 0 0 0;
  padding: 10px 10px 10px 10px;
  line-height: 1.8em;
  font-size: 12px;
  text-align: left;
  border: 1px solid #404040;
  vertical-align: middle;
}

.maintenance_wrap .box02 .wrap table td ol {
  line-height: 1.8em;
  font-size: 14px;
}

.maintenance_wrap .box02 .wrap table td ol.half {
  width: 50%;
  float: left;
}

.maintenance_wrap .box02 .wrap table td .text {
  width: 4em;
  line-height: 1.8em;
  font-size: 14px;
  text-align: center;
}

.maintenance_wrap .box02 .note {
  padding: 15px 0 0 0;
  line-height: 1.4em;
  text-align: right;
  font-size: 12px;
}


/**
 * import servicer
**/
.import_servicer_wrap {
  margin: 0 0 0 0;
  padding: 30px 0 0 0;
}

.import_servicer_wrap h3 {
  margin: 0 0 0 0;
  padding: 10px 0;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #182980;
}

.import_servicer_wrap .world {
  margin: 0 auto;
  padding: 40px 0 0 0;
  width: 100%;
  max-width: 1720px;
  background: url("images/world.png") no-repeat center top;
  background-size: cover;
  position: relative;
}

.import_servicer_wrap .world .intro {
  margin: 0 auto 0 auto;
  padding: 0 0 40px 0;
  width: 94%;
  max-width: 1075px;
  line-height: 1.6em;
  text-align: left;
  font-size: 16px;
}

.import_servicer_wrap .world .company_list {
  margin: 0 auto 0 auto;
  padding: 0 0 50px 0;
  width: 94%;
  max-width: 1250px;
  overflow: hidden;
}

.import_servicer_wrap .world .company_list li {
  margin: 0 0 30px 0;
  padding: 15px 0 0 0;
  width: 48.5%;
  min-height: 190px;
  background: #ffffff;
  border: 1px solid #1A1A1A;
  box-sizing: border-box;
  float: left;
  display: inline;
}

.import_servicer_wrap .world .company_list li:nth-of-type(1) {
  margin: 0 0 30px 0;
  width: 48.5%;
  background: #ffffff;
  border: 1px solid #1A1A1A;
  box-sizing: border-box;
  float: left;
  display: inline;
}

.import_servicer_wrap .world .company_list li:nth-of-type(4) {
  clear: inherit;
}

.import_servicer_wrap .world .company_list li:nth-of-type(7) {
  margin: 0 0 95px 0;
  width: 48.5%;
  background: #ffffff;
  border: 1px solid #1A1A1A;
  box-sizing: border-box;
  float: left;
  display: inline;
}

.import_servicer_wrap .world .company_list li {
  margin: 0 0 30px 0 !important;
  padding: 15px 0 0 0;
  width: 48.5%;
  min-height: 200px;
  background: #ffffff;
  border: 1px solid #1A1A1A;
  box-sizing: border-box;
  float: left;
  display: inline;
}

.import_servicer_wrap .world .company_list li:nth-of-type(2n) {
  width: 48.5%;
  float: right;
  display: inline;
}

.import_servicer_wrap .world .company_list li:nth-of-type(2n+1) {
  clear: both;
}



.import_servicer_wrap .world .company_list li .logo {
  width: 100%;
  height: 60px;
  display: table;
}

.import_servicer_wrap .world .company_list li .logo .cell {
  width: 100%;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.import_servicer_wrap .world .company_list li .logo .cell img {
  margin: auto;
  width: auto !important;
  max-width: 100%;
  height: auto;
  display: blodk;
}

.import_servicer_wrap .world .company_list li p {
  margin: 0 8px 5px;
  line-height: 1.6em;
  font-size: 12px;
  text-align: left;
}

.import_servicer_wrap .world .company_list li p.name {
  margin: 0 0 5px 0;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}





/**
 * engine special
**/
.engine_special_wrap {
  margin: 0 0 0 0;
  padding: 0 0 100px 0;
}

.engine_special_wrap .head {
  margin: 0 0 0 0;
  padding: 35px 0 0 0;
}

.engine_special_wrap .head h2 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: bold;
}

.engine_special_wrap h3 {
  margin: 0 0 0 0;
  padding: 0 0 30px 0;
  line-height: 1.6em;
  font-size: 18px;
  font-weight: bold;
}

.engine_special_wrap .intro {
  margin: 0 auto 0 auto;
  padding: 0 0 30px 0;
  width: 94%;
  max-width: 1220px;
  line-height: 1.6em;
  text-align: left;
  font-size: 16px;
}

.engine_special_wrap .back {
  margin: 0 0 0 0;
  padding: 30px 0 0 0;
  background: #ededed;
}

.engine_special_wrap .back .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1540px;
  overflow: hidden;
}

.engine_special_wrap .back .wrap .flow {

}

.engine_special_wrap .back .wrap .flow li:nth-of-type(1) {
  margin: 0 0 0 0;
  padding: 0 0 90px 0;
  width: 100%;
  max-width: 100%;
  float: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.engine_special_wrap .back .wrap .flow li:nth-of-type(1):after {
  line-height: 0;
  content: url("images/arrow_01-sp.png");
  position: absolute;
  top: inherit;
  bottom: 30px;
  right: 50%;
  margin: 0 -10px 0 0;
}

.engine_special_wrap .back .wrap .flow li:nth-of-type(2) {
  margin: 0 0 0 0;
  padding: 0 0 90px 0;
  width: 100%;
  max-width: 100%;
  float: none;
  display: block;
  position: relative;
  overflow: hidden;

}

.engine_special_wrap .back .wrap .flow li:nth-of-type(2):after {
  line-height: 0;
  content: url("images/arrow_01-sp.png");
  position: absolute;
  top: inherit;
  bottom: 30px;
  right: 50%;
  margin: 0 -10px 0 0;
}

.engine_special_wrap .back .wrap .flow li:nth-of-type(3) {
  margin: 0 0 0 0;
  padding: 0 0 90px 0;
  width: 100%;
  max-width: 100%;
  float: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.engine_special_wrap .back .wrap .flow li:nth-of-type(3):after {
  line-height: 0;
  content: url("images/arrow_01-sp.png");
  position: absolute;
  top: inherit;
  bottom: 30px;
  right: 50%;
  margin: 0 -10px 0 0;
}

.engine_special_wrap .back .wrap .flow li:nth-of-type(4) {
  margin: 0 0 0 0;
  padding: 0 0 90px 0;
  width: 100%;
  max-width: 100%;
  float: none;
  display: block;
  position: relative;
  clear: both;
  overflow: hidden;
}

.engine_special_wrap .back .wrap .flow li:nth-of-type(4):after {
  line-height: 0;
  content: url("images/arrow_01-sp.png");
  position: absolute;
  top: inherit;
  bottom: 30px;
  right: 50%;
  margin: 0 -10px 0 0;
}

.engine_special_wrap .back .wrap .flow li:nth-of-type(5) {
  margin: 0 0 90px 0;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 100%;
  float: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.engine_special_wrap .back .wrap .flow li .left {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 47.35%;
  max-width: 322px;
  float: left;
}

.engine_special_wrap .back .wrap .flow li .right {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 47.35%;
  max-width: 322px;
  float: right;
}

.engine_special_wrap .back .wrap .flow li .label {
  margin: 0 auto 30px;
  padding: 5px 0 5px 0;
  width: 80%;
  max-width: 212px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
}

.engine_special_wrap .back .wrap .flow li:nth-of-type(4) .label {
  width: 80%;
  max-width: 326px;
}

.engine_special_wrap .back .wrap .flow li:nth-of-type(5) .label {
  width: 80%;
  max-width: 326px;
}

.engine_special_wrap .back .wrap .flow li p {
  padding: 15px 0 0 0;
  line-height: 1.5em;
  font-size: 14px;
  text-align: left;
}


/**
 * recruit engine
**/
.recruit_engine_wrap {
  margin: 0 0 0 0;
  padding: 50px 0 0 0;
  overflow: hidden;
}

.recruit_engine_wrap h2 {
  margin: 0 0 0 0;
  padding: 40px 0 30px 0;
  line-height: 1.6em;
  font-size: 18px;
  font-weight: normal;
}

.recruit_engine_wrap .main_image {
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 300px;
  background: url("images/recruit_engine_image_01.png") no-repeat center center;
  background-size: cover;
}

.recruit_engine_wrap .catch {
  margin: 0 auto 30px auto;
  padding: 10px 0 10px 0;
  width: 90%;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
}

.recruit_engine_wrap h3 {
  margin: 0 0 0 0;
  padding: 0 0 34px 0;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: normal;
}

.recruit_engine_wrap .intro {
  margin: 0 auto 0 auto;
  padding: 0 0 30px 0;
  width: 94%;
  max-width: 1120px;
  line-height: 1.6em;
  text-align: left;
  font-size: 14px;
}

.recruit_engine_wrap .engine_info {
  margin: 0 auto 0 auto;
  padding: 0 0 140px 0;
  width: 94%;
  max-width: 1090px;
  overflow: hidden;
}

.recruit_engine_wrap .engine_info .left {
  width: 100%;
  float: none;
  overflow: hidden;
  margin: 0 0 30px 0;
}

.recruit_engine_wrap .engine_info .right {
  width: 100%;
  float: none;
  overflow: hidden;
}

.recruit_engine_wrap .engine_info dl {
  text-align: center;
}

.recruit_engine_wrap .engine_info dl dt {
  margin: 0 auto 20px;
  padding: 10px 5px;
  width: 90%;
  max-width: 400px;
  line-height: 1.2em;
  font-size: 16px;
  font-weight:bold;
}

.recruit_engine_wrap .engine_info .left dl dt {
  color: #a9272d;
}

.recruit_engine_wrap .engine_info dl dd {

}

.recruit_engine_wrap .engine_info dl dd ul {
  margin: 0 auto;
  line-height: 1.4em;
  font-size: 14px;
  text-align: left;
  display: inline-block;
}

.recruit_engine_wrap .engine_info dl dd ul li {
  margin: 0 0 0 0;
  padding: 0 0 25px 1em;
  position: relative;
}

.recruit_engine_wrap .engine_info dl dd ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.recruit_engine_wrap h4 {
  margin: 0 auto 25px auto;
  padding: 0 0 5px 0;
  width: 90%;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #404040;
}

.recruit_engine_wrap .flow {
  margin: 0 auto 50px auto;
  padding: 0 0 0 0;
  width: 94%;
  max-width: 1532px;
  text-align: left;
  overflow: hidden;
}

.recruit_engine_wrap .flow li {
  margin: 0 0 20px 0;
  padding: 0 0 50px 0;
  width: 100%;
  max-width: 100%;
  line-height: 1.4em;
  font-size: 14px;
  float: none;
  display: block;
  position: relative;
}

.recruit_engine_wrap .flow li:after {
  line-height: 0;
  content: url("images/arrow_01-sp.png");
  position: absolute;
  top: inherit;
  bottom: 0;
  right: 50%;
  margin: 0 -10px 0 0;
}


.recruit_engine_wrap .flow li:nth-of-type(4) {
  margin: 0 0 20px 0;
}

.recruit_engine_wrap .flow li:nth-of-type(5) {
  margin: 0 0 20px 0;
  clear: both;
}

.recruit_engine_wrap .flow li:nth-of-type(4):after {
  line-height: 0;
  content: url("images/arrow_01-sp.png");
  position: absolute;
  top: inherit;
  bottom: 0;
  right: 50%;
  margin: 0 -10px 0 0;
}

.recruit_engine_wrap .flow li:nth-of-type(7):after {
  content: "";
}

.recruit_engine_wrap .flow li.w01 {
  margin: 0 0 40px 0;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 613px;
}


.recruit_engine_wrap .flow li .label {
  margin: 0 0 25px 0;
  padding: 5px;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.recruit_engine_wrap .flow li .image {
  margin: 0 0 10px 0;
}

.recruit_engine_wrap .flow li.w01 .image img {
  width: 49% !important;
  max-width: 300px;
  float: left;
}

.recruit_engine_wrap .flow li.w01 .image img:nth-of-type(2) {
  float: right;
}


/**
 * recruit business
**/
.recruit_business_wrap {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}

.recruit_business_wrap h2 {
  margin: 0 0 0 0;
  padding: 40px 0 30px 0;
  line-height: 1.6em;
  font-size: 18px;
  font-weight: normal;
}

.recruit_business_wrap .main_image {
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 300px;
  background: url("images/recruit_business_image_01.png") no-repeat center center;
  background-size: cover;
}

.recruit_business_wrap h3 {
  margin: 0 0 0 0;
  padding: 0 0 30px 0;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: normal;
}

.recruit_business_wrap .intro {
  margin: 0 auto 0 auto;
  padding: 0 0 35px 0;
  width: 94%;
  max-width: 1200px;
  line-height: 1.6em;
  text-align: left;
  font-size: 14px;
}




.recruit_business_wrap .list li {
  margin: 0 0 70px 0;
  padding: 0 0 0 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.recruit_business_wrap .list li .image {
  width: 100%;
}

.recruit_business_wrap .list li dl {
  width: 100%;
  line-height: 1.2em;
  font-size: 24px;
  color: #ffffff;
  position: relative;
  bottom: auto;
  right: auto;
}

.recruit_business_wrap .list li:nth-of-type(2n) dl {
  right: auto;
  left: auto;
}

.recruit_business_wrap .list li dl dt {
  padding: 5px 25px 5px 25px;
  line-height: 1.4em;
  font-size: 18px;
  text-align: left;
  color: #ffffff;
  background: #231815;
}

.recruit_business_wrap .list li dl dd {
  margin: 0 0 0 0;
  padding: 15px 25px 15px 25px;
  line-height: 1.4em;
  font-size: 14px;
  text-align: left;
  color: #231815;
  background: rgba(255,255,255,0.5);
}


/**
 * recruit interview
**/
.recruit_interview_wrap {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}

.recruit_interview_wrap .main_image {
  margin: 0 0 0 0;
  padding: 0 0 30px 0;
  width: 100%;
  height: auto;
  position: relative;
}

.recruit_interview_wrap .main_image.iwata {
  background: none;
  background-size: cover;
}

.recruit_interview_wrap .main_image.nagaya {
  background: none;
  background-size: cover;
}

.recruit_interview_wrap .main_image .box {
  margin: 0 0 0 0 !important;
  padding: 14px;
  width: 100%;
  height: auto;
  line-height: 1.2em;
  font-size: 12px;
  text-align: left;
  background: rgba(255,255,255,0.8);
  box-sizing: border-box;
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  box-shadow: none;
}

.recruit_interview_wrap .main_image .box .head {
  margin: 0 0 10px 0;
  padding: 20px 0 0 0;
  border-bottom: 1px solid #353535;
  overflow: hidden;
}

.recruit_interview_wrap .main_image .box .head .enter {
  margin: 0 0 15px 0;
  padding: 10px 25px 10px 25px;
  line-height: 1.4em;
  font-size: 13px;
  color: #ffffff;
  background: #005B9D;
  display: inline-block;
}

.recruit_interview_wrap .main_image .box .head .name {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 25px;
}

.recruit_interview_wrap .interview {
  margin: 0 0 0 0;
  padding: 55px 0 55px 0;
  overflow: hidden;
}

.recruit_interview_wrap .interview h2 {
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: normal;
}

.recruit_interview_wrap .interview h2 .eng {
  margin: 0 auto 8px auto;
  padding: 0 0 8px 0;
  width: 90%;
  line-height: 1em;
  font-size: 18px;
  display: block;
}

.recruit_interview_wrap .interview .wrap {
  margin: 0 auto 8px auto;
  padding: 0 0 0 0;
  width: 94%;
  max-width: 1535px;
  background: #ffffff;
  display: block;
  overflow: hidden;
}

.recruit_interview_wrap .interview .wrap .tb {
  margin: 0 0 40px 0;
  padding: 0 0 0 0;
  width: 100%;
  display: block;
}

.recruit_interview_wrap .interview .wrap .tb:nth-last-child(1) {
  margin: 0 0 0 0;
}

.recruit_interview_wrap .interview .wrap .tb .image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  display: block;
  vertical-align: top;
}

.recruit_interview_wrap .interview .wrap .tb .cell {
  margin: 0 0 0 0;
  padding: 15px 15px 20px 15px;
  text-align: left;
  display: block;
  vertical-align: middle;
}

.recruit_interview_wrap .interview .wrap .tb .cell dl {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}

.recruit_interview_wrap .interview .wrap .tb .cell dt {
  margin: 0 0 0 0 !important;
  padding: 0 0 15px 0;
  line-height: 1.6em;
  font-size: 16px;
}

.recruit_interview_wrap .interview .wrap .tb .cell dd {
  padding: 0 0 0 0;
  line-height: 1.8em;
  font-size: 14px;
}

.recruit_interview_wrap .schedule {
  margin: 0 0 0 0;
  padding: 55px 0 0 0;
  overflow: hidden;
}

.recruit_interview_wrap .schedule h2 {
  margin: 0 0 35px 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: normal;
}

.recruit_interview_wrap .schedule h2 .eng {
  margin: 0 auto 8px auto;
  padding: 0 0 8px 0;
  width: 90%;
  line-height: 1em;
  font-size: 18px;
  border-bottom: 2px solid #000000;
  display: block;
}

.recruit_interview_wrap .schedule .wrap {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  width: 94%;
  max-width: 1360px;
  display: block;
  overflow: hidden;
}

.recruit_interview_wrap .schedule .wrap ol {
  margin: 0 0 0 0;
  width: 100%;
  float: none;
  display: block;
}

.recruit_interview_wrap .schedule .wrap ol:nth-of-type(3) {
  margin: 0 0 0 0;
}

.recruit_interview_wrap .schedule .wrap li {
  position: relative;
}


.recruit_interview_wrap .schedule .wrap li .arrow {
  margin: 0 auto;
  padding: 10px 0 10px 0;
  width: 23px;
}

.recruit_interview_wrap .schedule .wrap li .arrow.last {
  margin: 0 auto;
  padding: 10px 0 10px 0;
  width: 23px;
  position: relative;
  top: auto;
  right: auto;
}

.recruit_interview_wrap .schedule .wrap li .box {
  margin: 0 0 0 0;
  padding: 15px 30px 15px 30px;
  text-align: left;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.recruit_interview_wrap .schedule .wrap li .box .time {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.recruit_interview_wrap .schedule .wrap li .box dl {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.recruit_interview_wrap .schedule .wrap li .box dl dt {
  margin: 0 0 0 0;
  padding: 10px 0 0 56px;
  min-height: 47px;
  line-height: 1.2em;
  font-size: 23px;
  font-weight: bold;
  color: #136E85;
  box-sizing: border-box;
}

.recruit_interview_wrap .schedule .wrap li .box dl dt.time0800 {
  background: url("images/time_image_01.png") no-repeat 0 0;
}

.recruit_interview_wrap .schedule .wrap li .box dl dt.time0830 {
  background: url("images/time_image_02.png") no-repeat 0 0;
}

.recruit_interview_wrap .schedule .wrap li .box dl dt.time0835 {
  background: url("images/time_image_03.png") no-repeat 0 0;
}

.recruit_interview_wrap .schedule .wrap li .box dl dt.time1000 {
  background: url("images/time_image_04.png") no-repeat 0 0;
}

.recruit_interview_wrap .schedule .wrap li .box dl dt.time1015 {
  background: url("images/time_image_05.png") no-repeat 0 0;
}

.recruit_interview_wrap .schedule .wrap li .box dl dt.time1200 {
  background: url("images/time_image_06.png") no-repeat 0 0;
}

.recruit_interview_wrap .schedule .wrap li .box dl dt.time1300 {
  background: url("images/time_image_07.png") no-repeat 0 0;
}

.recruit_interview_wrap .schedule .wrap li .box dl dt.time1500 {
  background: url("images/time_image_08.png") no-repeat 0 0;
}

.recruit_interview_wrap .schedule .wrap li .box dl dt.time1515 {
  background: url("images/time_image_09.png") no-repeat 0 0;
}

.recruit_interview_wrap .schedule .wrap li .box dl dt.time1730 {
  background: url("images/time_image_10.png") no-repeat 0 0;
}

.recruit_interview_wrap .schedule .wrap li .box dl dt.time0700 {
  background: url("images/time_image_11.png") no-repeat 0 0;
}

.recruit_interview_wrap .schedule .wrap li .box dl dt.time0910 {
  background: url("images/time_image_12.png") no-repeat 0 0;
}

.recruit_interview_wrap .schedule .wrap li .box dl dt.time1600 {
  background: url("images/time_image_13.png") no-repeat 0 0;
}

.recruit_interview_wrap .schedule .wrap li .box dl dt.time1730 {
  background: url("images/time_image_14.png") no-repeat 0 0;
}


.recruit_interview_wrap .schedule .wrap li .box dl dd {
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
  line-height: 1.2em;
  font-size: 17px;
}

.recruit_interview_wrap .private {
  margin: 0 0 0 0;
  padding: 55px 0 55px 0;
  overflow: hidden;
}

.recruit_interview_wrap .private h2 {
  margin: 0 0 40px 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: normal;
}

.recruit_interview_wrap .private h2 .eng {
  margin: 0 auto 8px auto;
  padding: 0 0 8px 0;
  width: 90%;
  line-height: 1em;
  font-size: 18px;
  display: block;
}

.recruit_interview_wrap .private .wrap {
  margin: 0 auto 20px auto;
  padding: 0 0 0 0;
  width: 94%;
  max-width: 1040px;
  overflow: hidden;
}

.recruit_interview_wrap .private .wrap .image {
  margin: 0 auto 20px auto;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 419px;
  line-height: 1.8em;
  text-align: center;
  font-size: 12px;
  float: none;
}

.recruit_interview_wrap .private .wrap .text {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 300px;
  height: 223px;
  line-height: 1.8em;
  text-align: left;
  font-size: 13px;
  background: url("images/interview_back_01.png") no-repeat center center;
  background-size: cover;
  display: block;
}

.recruit_interview_wrap .private .wrap .text .cell {
  margin: 0 0 0 0;
  padding: 0 4% 0 8%;
  text-align: left;
  display: block;
  vertical-align: middle;
}

.recruit_interview_wrap .private .wrap .text .cell p {
  margin: 0 0 0 0;
  padding: 5px 0;
}


.recruit_interview_wrap .message {
  margin: 0 0 0 0;
  padding: 35px 0 0 0;
  overflow: hidden;
}

.recruit_interview_wrap .message h2 {
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: normal;
}

.recruit_interview_wrap .message h2 .eng {
  margin: 0 auto 8px auto;
  padding: 0 0 8px 0;
  width: 90%;
  line-height: 1em;
  font-size: 18px;
  border-bottom: 2px solid #000000;
  display: block;
}

.recruit_interview_wrap .message .wrap {
  margin: 0 auto 105px auto;
  padding: 0 0 0 0;
  width: 94%;
  max-width: 1474px;
  display: block;
  overflow: hidden;
}

.recruit_interview_wrap .message .wrap .image {
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  width: 120px;
  max-width: 120px;
  float: left;
  display: inline;
}

.recruit_interview_wrap .message .wrap .box {
  margin: 0 0 0 0;
  padding: 0 0 0 35px;
  overflow: hidden;
}

.recruit_interview_wrap .message .wrap .text {
  margin: 0 0 0 0;
  padding: 15px 15px;
  line-height: 1.6em;
  text-align: left;
  font-size: 12px;
  border-radius: 10px;
  position: relative;
}

.recruit_interview_wrap .message .wrap .text:before {
  line-height: 0;
  content: url("images/icon_01-sp.png");
  position: absolute;
  bottom: 76px;
  left: -32px;
}



/**
 * recruit president
**/
.recruit_president_wrap {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}

.recruit_president_wrap .main_image {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  width: 100%;
  height: auto;
  background: none;
  backgrounds-size: cover;
  position: relative;
  overflow: hidden;
}

.recruit_president_wrap .main_image .box {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 94%;
  max-width: 1450px;
  text-align: left;
}

.recruit_president_wrap .main_image .box h2 {
  margin: 0 5%;
  padding: 10% 0 40px 0;
  width: 90%;
  max-width: 760px;
  line-height: 1.6em;
  font-size: 16px;
  float: none;
}

.recruit_president_wrap .main_image .box .name_box {
  margin: 0 5% 10px 5%;
  padding: 15px 20px;
  width: 90%;
  max-width: 760px;
  line-height: 1.6em;
  font-size: 14px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.6),10px 10px 0 #c9c9c9;
  box-sizing: border-box;
  float: none;
  clear: both;
}

.recruit_president_wrap .main_image .box .name_box .catch {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  line-height: 1.6em;
  font-size: 18px;
  border-bottom: 1px solid #000000;
}

.recruit_president_wrap .main_image .box .name_box .name {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 16px;
}


.recruit_president_wrap .back {
  margin: 0 0 0 0;
  padding: 50px 0 0 0;
  width: 100%;
  
  overflow: hidden;
}

.recruit_president_wrap .head {

}

.recruit_president_wrap .head h3 {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: normal;
}

.recruit_president_wrap .head h3 .eng {
  margin: 0 auto 10px auto;
  padding: 0 0 10px 0;
  width: 90%;
  line-height: 1em;
  font-size: 18px;
  display: block;
}

.recruit_president_wrap .head .catch {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: bold;
}

.recruit_president_wrap .head .name {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: bold;
}

.recruit_president_wrap .back {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  background: none;
  background-size: 100% auto;
  overflow: hidden;
}

.recruit_president_wrap .back01 {
  margin: 0 0 0 0;
  padding: 105px 0 0 0;
  min-height: 0px;
/*  background: url("images/recruit_president_image_02-sp.png") no-repeat left center; */
  background: url("images/recruit_president_image_02-sp.png") no-repeat center 200px;
  background-size: contain;
}

.recruit_president_wrap .box02 {
  margin: 0 0 0 0;
  min-height: 0px;
/*  background: url("images/recruit_president_image_03-sp.png") no-repeat right center; */
  background: url("images/recruit_president_image_03-sp.png") no-repeat center top;
  background-size: contain;
}

.recruit_president_wrap .box03 {
  margin: 0 0 100px 0;
  min-height: 0px;
/*  background: url("images/recruit_president_image_04-sp.png") no-repeat center center; */
  background: url("images/recruit_president_image_04-sp.png") no-repeat center top;
  background-size: contain;
}

.recruit_president_wrap .box {
  overflow: hidden;
}

.recruit_president_wrap .box .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1520px;
  text-align: left;
  overflow: hidden;
}

.recruit_president_wrap .box01 .wrap {
  padding: 85% 0 0 0;
}

.recruit_president_wrap .box02 .wrap {
  padding: 85% 0 0 0;
}

.recruit_president_wrap .box03 .wrap {
  padding: 85% 0 0 0;
}

.recruit_president_wrap .back03 {
  background: none;
  background-size: cover;
  overflow: hidden;
}

.recruit_president_wrap .box .wrap .interview {
  margin: 0 auto 30px auto;
  padding: 15px 15px 15px 15px;
  width: 94%;
  max-width: 695px;
  background: rgba(255,255,255,0.6);
  box-sizing: border-box;
  clear: both;
}

.recruit_president_wrap .box01 .wrap .interview {
  float: none;
  display: block;
}

.recruit_president_wrap .box02 .wrap .interview {
  float: none;
  display: block;
}

.recruit_president_wrap .box03 .wrap .interview {
  float: none;
  display: block;
}

.recruit_president_wrap .box .wrap .interview dt {
  margin: 0 0 30px 0;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: normal;
}

.recruit_president_wrap .box .wrap .interview dd {
  margin: 0 0 0 0;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: normal;
}


/**
 * recruit top
**/
.recruit_top_wrap {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}

.recruit_top_wrap .main_image {
  margin: 0 0 50px 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 500px;
  background: url("images/recruit_image_01.png") no-repeat center center;
  background-size: cover;
  position: relative;
}

.recruit_top_wrap .main_image h2 {
  width: 100%;
  line-height: 2em;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 175px;
  left: 0;
}

.recruit_top_wrap .catch {
  margin: 0 auto 25px auto;
  width: 94%;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.recruit_top_wrap .intro {
  margin: 0 auto 30px auto;
  width: 94%;
  line-height: 1.6em;
  font-size: 16px;
  text-align: center;
}

.recruit_top_wrap h3 {
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: normal;
}

.recruit_top_wrap h3 .eng {
  margin: 0 auto 15px auto;
  padding: 30px 0 10px 0;
  width: 90%;
  line-height: 1em;
  font-size: 18px;
  display: block;
}

.recruit_top_wrap .interview_link {
  margin: 0 auto 110px auto;
  padding: 50px 0 0 0;
  width: 94%;
  max-width: 1817px;
  overflow: hidden;
}

.recruit_top_wrap .interview_link li {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 100%;
  float: none;
  display: block;
}

.recruit_top_wrap .interview_link li:nth-of-type(3) {
  margin: 0 0 0 0;
}

.recruit_top_wrap .interview_link li a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
  position: relative;
}

.recruit_top_wrap .interview_link li a .wrap {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  background: rgba(255,255,255,0.8);
  position: relative;
  bottom: auto;
  left: auto;
  display: block;
}

.recruit_top_wrap .interview_link li a .wrap .image {
  margin: 0 0 0 0;
  display: block;
}

.recruit_top_wrap .interview_link li a .wrap img {
  display: block;
}

.recruit_top_wrap .interview_link li a .wrap .enter {
  margin: 0 0 0 6.3%;
  padding: 0 0 0 0;
  width: 36%;
  height: 50px;
  float: left;
  display: table;
}

.recruit_top_wrap .interview_link li a .wrap .enter .cell {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 50px;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #005B9D;
  display: table-cell;
  vertical-align: middle;
}

.recruit_top_wrap .interview_link li a .wrap .comment {
  margin: 0 0 0 0;
  padding: 12px;
  line-height: 1.2em;
  text-align: left;
  font-size: 14px;
  color: #ffffff;
  background: #000000;
}

.recruit_top_wrap .interview_link li a .wrap .comment .cell {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 50px;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.recruit_top_wrap .about_link {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
  position: relative;
}

.recruit_top_wrap .about_link .image {
  margin: 0 0 5% 0;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
  background: url("images/recruit_image_05.png") no-repeat center center;
  background-size: cover;
  position: relative;
  top: auto;
  left: auto;
}

.recruit_top_wrap .about_link ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  position: relative;
  top: auto;
  right: auto;
}

.recruit_top_wrap .about_link ul li {
  margin: 0 0 5% 0;
  width: 100%;
  height: auto;
}

.recruit_top_wrap .about_link ul li a {
  width: 100%;
  height: auto;
  text-align: left;
  display: block;
  overflow: hidden;
}

.recruit_top_wrap .about_link ul li a:hover {
  opacity:0.5;
}

.recruit_top_wrap .about_link ul li:nth-of-type(1) a {
  background: url("images/recruit_image_06.png") no-repeat center center;
  background-size: cover;
}

.recruit_top_wrap .about_link ul li:nth-of-type(2) a {
  background: url("images/recruit_image_07.png") no-repeat center center;
  background-size: cover;
}

.recruit_top_wrap .about_link ul li:nth-of-type(3) a {
  background: url("images/recruit_image_08.png") no-repeat center center;
  background-size: cover;
}



.recruit_top_wrap .about_link ul li a .box {
  margin: 0 0 30px 0;
  padding: 60% 0 5px 15px;
  width: 100%;
  max-width: 100%;
  line-height: 1.2em;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
  box-sizing: border-box;
  display: block;
}

.recruit_footer_navi {
  margin: 0 0 0 0;
  padding: 25px 0 0 0;
  text-align: center;
  overflow: hidden;
}

.recruit_footer_navi h4 {
  margin: 0 auto 15px auto;
  padding: 0 0 5px 0;
  line-height: 1.2em;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}

.recruit_footer_navi .wrap {
  margin: 0 0 0 0;
  padding: 40px 0;
  text-align: center;
  background: url("images/content_back_06.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.recruit_footer_navi ul {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 94%;
  max-width: 900px;
  overflow: hidden;
}

.recruit_footer_navi ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 300px;
  float: none;
}

.recruit_footer_navi ul li:nth-of-type(2) {
  padding: 25px 0 0 0;
  float: none;
}

.recruit_footer_navi ul li a {
  margin: 0 0 0 0;
  padding: 0 0 0 30px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  color: #231815;
  background: url("images/link_back_01.png") no-repeat center center;
  background-size: cover;
  display: block;
}


/**
 * post
**/

.post_back_wrap {
/*  background: #ffffff url("images/blog_back_01.png") no-repeat center top;
  background-size: cover;*/
  overflow: hidden;
}

.post_wrap {
  margin: 0 auto;
  padding: 50px 0 70px 0;
  width: 94%;
  max-width: 1728px;
  position: relative;
}

.post_wrap .tit {
  margin: 0 0 25px 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

.post_wrap .main_wrap {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  line-height: 1.4em;
  text-align: left;
  font-size: 18px;
  border-right: none;
  box-sizing: border-box;
  float: none;
  display: block;
}

.post_wrap.single .main_wrap {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  line-height: 1.4em;
  text-align: left;
  font-size: 18px;
  box-sizing: border-box;
  float: right;
  display: inline;
}

.post_wrap .main_wrap.none-border {
  border-right: none;
}

.post_wrap .main_wrap .list_wrap {
  margin: 0 0;
  padding: 10px 0 25px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.post_wrap .main_wrap .list_wrap ul li {
  margin: 0 3% 0 3%;
  width: 94%;
  float: none;
  display: block;
}

.post_wrap .main_wrap .list_wrap ul li:nth-of-type(3n) {
  margin: 0 3% 0 3%;
}

.post_wrap .main_wrap .list_wrap ul li:nth-of-type(3n+1) {
  clear: both;
}

.post_wrap .main_wrap .list_wrap ul li a {
  margin: 0 0 30px 0;
  padding: 15px 0 20px 0;
  width: 100%;
  text-decoration:  none;
  background: #ffffff;
  border: 1px solid #000000;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.6);
  box-sizing: border-box;
  float: left;
  display: block;
}


.post_wrap .main_wrap .list_wrap dl {
  margin: 0 0 0 0;
  padding: 20px 0 0 0;
}

.post_wrap .main_wrap .list_wrap dl dt {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100px;
  line-height: 1.4em;
  font-size: 12px;
  float: left;
}

.post_wrap .main_wrap .list_wrap dl dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 14px;
  overflow: hidden;
}

.post_wrap .main_wrap .list_wrap dl dd a {
  text-decoration: underline;
}

.post_wrap .main_wrap .list_wrap dl dd a:hover {
  text-decoration: none;
}

.post_wrap .main_wrap .list_wrap .paging {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}

.post_wrap .main_wrap .blog_list_wrap {
  margin: 0 0;
  padding: 0 0 0 0;
}

.post_wrap .main_wrap .blog_list_wrap ul {
  margin: 0 0 0 0;
  padding: 0 0 50px 0;
}

.post_wrap .main_wrap .blog_list_wrap ul li {
  margin: 0 0 30px 0;
  padding: 35px 0 20px 0;
  width: 100%;
  background: #ffffff;
  border: 1px solid #000000;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.6);
  box-sizing: border-box;
  float: none;
  display: block;
}

.post_wrap .main_wrap .blog_list_wrap ul li:nth-of-type(2n) {
  float: none;
}

.post_wrap .main_wrap .blog_list_wrap ul li:nth-of-type(2n+1) {
  clear: both;
}

.post_wrap .main_wrap .blog_list_wrap ul li .description {
  margin: 0 auto;
  padding: 10px 0 0 0;
  width: 90%;
  max-width: 350px;
  line-height: 1.5em;
  font-size: 16px;
}

.post_wrap .main_wrap .blog_list_wrap ul li .image {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 90%;
  max-width: 350px;
  position: relative;
}

.post_wrap .main_wrap .blog_list_wrap ul li .image .wrap {
  margin: 0 0 0 0;
  padding: 10px 25px;
  width: 100%;
  background: rgba(255,255,255,0.5);
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}

.post_wrap .main_wrap .blog_list_wrap ul li .image .wrap .cat {
  margin: 0 0 0 0;
  padding: 2px 8px;
  line-height: 1.2em;
  font-size: 11px;
  color: #ffffff;
  background: #182980;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  float: left;
}

.post_wrap .main_wrap .blog_list_wrap ul li .image .wrap .update {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 11px;
  float: right;
}

.post_wrap .main_wrap .blog_list_wrap ul li .image .wrap .link {
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
  line-height: 1.4em;
  font-size: 17px;
  clear: both;
}

.post_wrap .main_wrap .single_wrap {
  margin: 0 0;
  padding: 25px 5% 25px 5%;
  width: 100%;
  background: #ffffff;
  border: 1px solid #404040;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.6);
  box-sizing: border-box;
  overflow: hidden;
}

.post_wrap .main_wrap .single_wrap .head {
  margin: 0 0 0 0;
  padding: 0 0 30px 0;
}

.post_wrap .main_wrap .single_wrap.blog .head .cat {
  margin: 0 0 15px 0;
  padding: 2px 8px;
  line-height: 1.2em;
  font-size: 11px;
  color: #ffffff;
  background: #182980;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: inline-block;
}

.post_wrap .main_wrap .single_wrap .head .update {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.2em;
  font-size: 13px;
}

.post_wrap .main_wrap .single_wrap.blog .head .update {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  line-height: 1.2em;
  font-size: 12px;
}

.post_wrap .main_wrap .single_wrap .head h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: normal;
}

.post_wrap .main_wrap .single_wrap.blog .head h3 {
  margin: 0 0 0 0;
  padding: 15px 0;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: normal;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  clear: both;
  
}

.post_wrap .main_wrap .single_wrap .description {
  margin: 0 0 0 0;
  padding: 0 0 50px 0;
  line-height: 2.2em;
  font-size: 14px;
  overflow:  hidden;
}

.post_wrap .main_wrap .single_wrap .paging {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 90%;
  max-width: 560px;
  overflow:  hidden;
}
/*
.post_wrap .main_wrap .single_wrap .paging .back {
  margin: 0 0 0 0;
  padding: 5px 8px;
  line-height: 1.2em;
  font-size: 16px;
  color: #ffffff;
  background: #000000;
  border: none;
  float: left;
}

.post_wrap .main_wrap .single_wrap .paging .next {
  margin: 0 0 0 0;
  padding: 5px 8px;
  line-height: 1.2em;
  font-size: 16px;
  color: #ffffff;
  background: #000000;
  border: none;
  float: right;
}
*/
.post_wrap .right_wrap {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  min-height: 0px;
  line-height: 1.4em;
  font-size: 14px;
  background: #ffffff;
  box-sizing: border-box;
  float: none;
  display: block;
}

.post_wrap .right_wrap dt {
  margin: 0 0 0 0;
  padding: 20px 0 15px 20px;
  text-align: left;
}

.post_wrap .right_wrap dd {
  margin: 0 0 0 0;
  padding: 0 0 30px 35px;
  width: auto;
  max-width: 100%;
  text-align: left;
}

.post_wrap .right_wrap dd li {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
}

.post_wrap .right_wrap .single_list dt {
  margin: 0 0 0 0;
  padding: 35px 0 30px 20px;
  text-align: left;
}

.post_wrap .right_wrap .single_list dd {
  margin: 0 0 0 0;
  padding: 0 20px 50px 20px;
  width: auto;
  max-width: 100%;
  text-align: left;
}

.post_wrap .right_wrap .single_list dd li {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
}

.post_wrap .right_wrap .single_blog_list dt {
  margin: 0 0 0 0;
  padding: 25px 40px 20px 40px;
  text-align: center;
}

.post_wrap .right_wrap .single_blog_list dd {
  margin: 0 40px 40px 40px;
  padding: 40px 0 10px 0;
  text-align: left;
  width: auto;
  max-width: 100%;
}

.post_wrap .right_wrap .single_blog_list dd li {
  margin: 0 0 0 0;
  padding: 0 0 40px 0;
  overflow: hidden;
}

.post_wrap .right_wrap .single_blog_list dd li .update {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  line-height: 1.4em;
  font-size: 14px;
  vertical-align: middle;
}

.post_wrap .right_wrap .single_blog_list dd li .update .new {
  margin: 0 0 0 15px;
  padding: 0 5px;
  line-height: 1.4em;
  font-size: 11px;
  color: #ffffff;
  background: #AA272D;
  vertical-align: middle;
}

.post_wrap .right_wrap .single_blog_list dd li .cat {
  margin: 0 0 0 0;
  padding: 0 0;
  line-height: 1.8em;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  text-align: right;
  float: right;
}

.post_wrap .right_wrap .single_blog_list dd li .link {
  margin: 0 6em 0 0;
  padding: 0 0 0 0;
}

.post_wrap .left_wrap {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  line-height: 1.4em;
  font-size: 14px;
  background: #ffffff;
  box-sizing: border-box;
  float: none;
  display: block;
}

.post_wrap .left_wrap dt {
  margin: 0 0 0 0;
  padding: 25px 40px 20px 40px;
  text-align: center;
}

.post_wrap .left_wrap dd {
  margin: 0 40px 40px 40px;
  padding: 20px 0 10px 0;
  text-align: left;
}

.post_wrap .left_wrap dd li {
  margin: 0 20px 0 20px;
  padding: 0 0 20px 0;
}

.post_wrap .left_wrap dd li a {
  margin: 0 0 0 0;
  padding: 0 1em 0 0;
  display: block;
  position: relative;
}

.post_wrap .left_wrap dd li a:after {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  content: "＞";
  position: absolute;
  top: 0;
  right: 0;
}

.post_news_wrap {
  margin: 0 auto;
  padding: 50px 0 50px 0;
  width: 94%;
  max-width: 1706px;
  position: relative;
}

.post_news_wrap .tit {
  margin: 0 0 40px 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  text-align: center;
  font-size: 22px;
}



.post_news_wrap .main_wrap {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  width: 100%;
}

.post_news_wrap.single .main_wrap {
  margin: 0 3.16% 0 0;
  padding: 0 0 0 0;
  width: 100%;
  line-height: 1.4em;
  text-align: left;
  font-size: 18px;
  box-sizing: border-box;
  float: none;
  display: block;
}

.post_news_wrap .main_wrap .list_wrap {
  margin: 0 0 0 0;
  padding: 30px 0 40px 0;
  background: #ffffff;
  border: 1px solid #404040;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.6);
  box-sizing: border-box;
  overflow: hidden;
}

.post_news_wrap .main_wrap .list_wrap ul.list {
  margin: 0 5% 0;
  padding: 0 0 0 0;
  width: 90%;
  border-right: none;
  float: none;
  display: block;
}

.post_news_wrap .main_wrap .list_wrap ul.list li {
  margin: 0 0 0 0;
  padding: 0 0 30px 0;
  text-align: left;
}

.post_news_wrap .main_wrap .list_wrap ul.list li .update {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 170px;
  line-height: 1.4em;
  font-size: 12px;
  display: inline-block;
}

.post_news_wrap .main_wrap .list_wrap ul.list li .link {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 14px;
  display: inline-block;
}

.post_news_wrap .main_wrap .list_wrap ul.list li .link a {
  text-decoration: underline;
}

.post_news_wrap .main_wrap .list_wrap ul.list li .link a:hover {
  text-decoration: none;
}

.post_news_wrap .main_wrap .list_wrap .archive_list {
  margin: 0 5% 0;
  padding: 15px 0 0 0;
  width: 90%;
  line-height: 1.4em;
  font-size: 14px;
  text-align: left;
  border-top: 1px solid #000;
  overflow: hidden;
}

.post_news_wrap .main_wrap .list_wrap .archive_list ul {
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
}

.post_news_wrap .main_wrap .list_wrap .archive_list li {
  margin: 0 0 0 0;
  padding: 5px 0 0 1em;
}





.post_news_wrap .main_wrap .single_wrap {
  margin: 0 0 0 0;
  padding: 50px 5% 40px 5%;
  background: #ffffff;
  border: 1px solid #404040;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.6);
  box-sizing: border-box;
  overflow: hidden;
}

.post_news_wrap .main_wrap .single_wrap .head {
  margin: 0 0 0 0;
  padding: 0 0 30px 0;
  overflow: hidden;
}

.post_news_wrap .main_wrap .single_wrap.blog .head .cat {
  margin: 0 0 40px 0;
  padding: 5px 0;
  width: 90px;
  line-height: 1.2em;
  font-size: 10px;
  text-align: center;
  color: #ffffff;
  background: #000000;
  float: right;
}

.post_news_wrap .main_wrap .single_wrap .head .update {
  margin: 0 35px 0 0;
  padding: 0 0 10px 0;
  line-height: 1.2em;
  font-size: 15px;
  clear: both;
  float: left;
  display: inline;
}

.post_news_wrap .main_wrap .single_wrap.blog .head .update {
  margin: 0 0 25px 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 14px;
  float: none;
  display: block;
}

.post_news_wrap .main_wrap .single_wrap .head h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: normal;
  float: none;
  display: block;
}

.post_news_wrap .main_wrap .single_wrap.blog .head h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: normal;
  float: left;
  display: inline;
  
}

.post_news_wrap .main_wrap .single_wrap .description {
  margin: 0 0 0 0;
  padding: 0 0 50px 0;
  line-height: 2.2em;
  font-size: 14px;
  overflow:  hidden;
}

.post_news_wrap .main_wrap .single_wrap .paging {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 90%;
  max-width: 680px;
  overflow:  hidden;
}

.post_news_wrap .main_wrap .single_wrap .paging .back {
  margin: 0 0 0 0;
  padding: 5px 12px;
  line-height: 1.2em;
  font-size: 14px;
  color: #ffffff;
  background: #000000;
  border: none;
  display: inline-block;
  float: left;
}

.post_news_wrap .main_wrap .single_wrap .paging .next {
  margin: 0 0 0 0;
  padding: 5px 12px;
  line-height: 1.2em;
  font-size: 14px;
  color: #ffffff;
  background: #000000;
  border: none;
  display: inline-block;
  float: right;
}

.post_news_wrap .main_wrap .list_wrap .paging {
  margin: 0 0 0 0;
  padding: 50px 0 1px 0;
  overflow:  hidden;
  clear: both;
}

.post_news_wrap .main_wrap .list_wrap .paging a {
  margin: 0 0 0 0;
  padding: 5px 5px;
  line-height: 1.2em;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
  display: inline-block;
}

.post_news_wrap .main_wrap .list_wrap .paging a:hover {
  margin: 0 0 0 0;
  padding: 5px 5px;
  line-height: 1.2em;
  font-size: 14px;
  color: #000000;
  background: none;
  border: 1px solid #000000;
  display: inline-block;
}

.post_news_wrap .main_wrap .list_wrap .paging span {
  margin: 0 0 0 0;
  padding: 5px 5px;
  line-height: 1.2em;
  font-size: 14px;
  color: #000000;
  border: 1px solid #000000;
  display: inline-block;
}

.post_news_wrap .right_wrap {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  line-height: 1.4em;
  font-size: 14px;
  box-sizing: border-box;
  border-left: none;
  float: none;
  display: block;
}

.post_news_wrap .right_wrap dl {
  margin: 0 0 0 9%;
  padding: 0 0 0 0;
}

.post_news_wrap .right_wrap dt {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  text-align: left;
}

.post_news_wrap .right_wrap dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: left;
}

.post_news_wrap .right_wrap dd li {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
}

.post_news_wrap .right_wrap .single_list dt {

}

.post_news_wrap .right_wrap .single_list dd {
  margin: 0 0 0 0;
  padding: 0 20px 50px 20px;
  width: auto;
  max-width: 100%;
  text-align: left;
}

.post_news_wrap .right_wrap .single_list dd li {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
}

.post_news_wrap .right_wrap .single_blog_list dt {
}

.post_news_wrap .right_wrap .single_blog_list dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: left;
}

.post_news_wrap .right_wrap .single_blog_list dd li {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  overflow: hidden;
}

.post_news_wrap .right_wrap .single_blog_list dd li .update {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  line-height: 1.4em;
  font-size: 14px;
  vertical-align: middle;
}

.post_news_wrap .right_wrap .single_blog_list dd li .update .new {
  margin: 0 0 0 15px;
  padding: 0 5px;
  line-height: 1.4em;
  font-size: 11px;
  color: #ffffff;
  background: #AA272D;
  vertical-align: middle;
}

.post_news_wrap .right_wrap .single_blog_list dd li .cat {
  margin: -1.4em 0 0 0;
  padding: 0 0;
  line-height: 1.4em;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  text-align: right;
  float: right;
}

.post_news_wrap .right_wrap .single_blog_list dd li .link {
  margin: 0 6em 0 0;
  padding: 0 0 0 0;
}

.post_news_wrap .left_wrap {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 17.76%;
  line-height: 1.4em;
  font-size: 18px;
  box-sizing: border-box;
  float: left;
  display: inline;
}

.post_news_wrap .left_wrap dt {
  margin: 0 0 25px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #000000;
  text-align: right;
}

.post_news_wrap .left_wrap dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: right;
}

.post_news_wrap .left_wrap dd li {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
}

.post_news_wrap .left_wrap dd li a {
  margin: 0 0 0 0;
  padding: 0 36px 0 0;
  display: inline-block;
  position: relative;
}

.post_news_wrap .left_wrap dd li a:after {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  content: "≫";
  position: absolute;
  top: 0;
  right: 0;
}



/**
 * modal
**/
.image_modal {
  margin: 0 0 0 0;
  padding: 15px 0 25px 0;
  width: 90%;
  text-align: left;
  box-sizing: border-box;
  background: #ededed;
  display: none;
  position: fixed;
  top: 20px;
  left: 5%;
  z-index: 10001;
}

.image_modal .close {
  margin: 0 10px 15px 0;
  padding: 0 0 0 0;
  width: 100px;
  float: right;
  display: inline;
}

.image_modal .close a {
  margin: 0 0 0 0;
  padding: 5px 0;
  line-height: 1.2em;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: #666666 url("images/modal_close.png") no-repeat 10px center;
  display: block;
}

.image_modal h4 {
  margin: 0 10px 20px 10px;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: normal;
  clear: both;
}

.image_modal .image {
  margin: 0 10px 15px 10px;
  padding: 0 0 0 0;
  clear: both;
}

.image_modal .image img {
  width: 100%;
  height: auto;
}

.image_modal p {
  margin: 0 10px 0 10px;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 80%;
  font-weight: normal;
  clear: both;
}

.image_modal p.note {
  margin: 25px 10px 25px 10px;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 100%;
  font-weight: normal;
  clear: both;
  float: left;
}

.image_modal .modal_image_01 {
  margin: 0 10px 0 10px;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  clear: both;
}

.image_modal .modal_link01 a {
  margin: 0 0 0 0;
  padding: 15px 25px;
  line-height: 1.2em;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #666666;
  display: inline-block;
}




/**
 * company
**/
.company_wrap {
  margin: 0 auto 0 auto;
  padding: 50px 0 75px 0;
}

.company_wrap .outline {
  margin: 0 auto 65px auto;
  padding: 30px 0 80px 0;
  width: 94%;
  max-width: 1450px;
  background: rgba(255,255,255,0.4);
}

.company_wrap .outline h3 {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  line-height: 1.6em;
  text-align: center;
  font-size: 26px;
}

.company_wrap .outline table {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  width: 90%;
  max-width: 1100px;
  line-height: 1.6em;
  text-align: left;
  font-size: 14px;
  border-top: 1px solid #7A7977;
}

.company_wrap .outline table th {
  margin: 0 0 0 0;
  padding: 15px 0 15px 20px;
  width: 70px;
  vertical-align: top;
  border-bottom: 1px solid #7A7977;
}

.company_wrap .outline table td {
  margin: 0 0 0 0;
  padding: 15px 0 15px 20px;
  vertical-align: top;
  border-bottom: 1px solid #7A7977;
}

.company_wrap .facility {
  margin: 0 auto 55px auto;
  padding: 0 0 0 0;
  width: 94%;
  max-width: 1450px;
  overflow: hidden;
}

.company_wrap .facility h3 {
  margin: 0 0 50px 0;
  padding: 0 0 5px 0;
  line-height: 1.6em;
  text-align: center;
  font-size: 30px;
  border-bottom: 1px solid #000000;
}

.company_wrap .facility h4 {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.4em;
  text-align: left;
  font-size: 20px;
}

.company_wrap .facility .wrap {
  margin: 0 0 0 0;
  padding: 0 0 45px 0;
  overflow: hidden;
}

.company_wrap .facility .left {
  width: 100%;
  max-width: 690px;
  float: none;
}

.company_wrap .facility .right {
  width: 100%;
  max-width: 690px;
  float: none;
}

.company_wrap .facility .note {
  padding: 10px 0 0 0;
  line-height: 1.4em;
  font-size: 14px;
  text-align: right;
}

.company_wrap .facility table {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  line-height: 1.6em;
  text-align: left;
  font-size: 14px;
}

.company_wrap .facility table th {
  margin: 0 0 0 0;
  padding: 10px 0;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  background: #182980;
  vertical-align: middel;
  border: 1px solid #ffffff;
}

.company_wrap .facility table th.w01 {
  width: 30%;
}

.company_wrap .facility table td {
  margin: 0 0 0 0;
  padding: 10px 10px 10px 10px;
  text-align: left;
  background: #ffffff;
  vertical-align: middle;
  border: 1px solid #182980;
}

.company_wrap .facility table td.center {
  margin: 0 0 0 0;
  padding: 10px 0 10px 0;
  width: 35%;
  text-align: center;
}

.company_wrap .facility table td .sub {
  line-height: 1.2em;
  font-size: 10px;
  vertical-align: top;
}

.company_wrap .facility table td dl {
  margin: 0 0 0 0px;
  overflow: hidden;
}

.company_wrap .facility table td dl dt {
  width: auto;
  float: none;
}

.company_wrap .facility table td dl dd {
  margin-left: 1em;
  overflow: hidden;
}


.company_wrap .access {
  overflow: hidden;
}

.company_wrap .access h3 {
  margin: 0 auto 60px auto;
  padding: 0 0 5px 0;
  width: 94%;
  max-width: 1450px;
  line-height: 1.6em;
  text-align: center;
  font-size: 30px;
  border-bottom: 1px solid #000000;
}

.company_wrap .access .map {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.company_wrap .access .map iframe {
  width: 100%;
  height: 400px;
}

.company_wrap .access p {
  margin: 0 0 0 0;
  padding: 10px 0 105px 0;
  width: 100%;
  line-height: 1.6em;
  text-align: center;
  font-size: 16px;
}

.company_wrap .bnr {
  margin: 0 auto;
  width: 94%;
  max-width: 1450px;
  overflow: hidden;
}

.company_wrap .bnr li {
  width: 100%;
  max-width: 680px;
  float: none;
}

.company_wrap .bnr li:nth-of-type(2) {
  padding: 15px 0 0 0;
  float: none;
}



/**
 * faq
**/
.faq_wrap {
  margin: 0 auto 0 auto;
  padding: 50px 0 60px 0;
  width: 94%;
  max-width: 1450px;
  line-height: 1.6em;
  text-align: left;
  font-size: 23px;
}

.faq_wrap .intro {
  margin: 0 0 0 0;
  padding: 0 0 40px 0;
  line-height: 1.6em;
  text-align: center;
  font-size: 18px;
}

.faq_wrap .last_message {
  margin: 0 0 0 0;
  padding: 0 0 125px 0;
  line-height: 1.6em;
  text-align: center;
  font-size: 18px;
}

.faq_wrap .faq {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}

.faq_wrap .faq dl {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.faq_wrap .faq dl dt {
  margin: 0 0 0 0;
  padding: 5px 10% 5px 16%;
  line-height: 1.6em;
  font-size: 16px;
  color: #ffffff;
  background: #000000;
  position: relative;
}

.faq_wrap .faq dl dt .icon {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  display: block;
}

.faq_wrap .faq dl dt .icon:before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: -2em;
}

.faq_wrap .faq dl dd {
  margin: 0 0 0 0;
  padding: 30px 10.5% 30px 16.5%;
  line-height: 1.6em;
  font-size: 15px;
  color: #231815;
  background: #ffffff;
  position: relative;
}

.faq_wrap .faq dl dd .icon {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  display: block;
}

.faq_wrap .faq dl dd .icon:before {
  content: "A.";
  position: absolute;
  top: 0;
  left: -2em;
}

.faq_wrap .contact_info {
  margin: 0 0 100px 0;
  width: 100%;
  background: url("images/contact_back_01.png") no-repeat center center;
  background-size: cover;
}

.faq_wrap .contact_info .wrap {
  margin: 0 auto;
  padding: 60px 0 45px 0;
  width: 86%;
  color: #ffffff;
  overflow: hidden;
}

.faq_wrap .contact_info .wrap .left {
  margin: 0 auto 0 auto;
  padding: 0 0 25px 0;
  width: 90%;
  line-height: 1.4em;
  font-size: 14px;
  text-align: center;
  float: none;
}

.faq_wrap .contact_info .wrap .right {
  margin: 0 auto 0 auto;
  padding: 0 0 25px 0;
  width: 90%;
  line-height: 1.4em;
  font-size: 14px;
  text-align: center;
  float: none;
}

.faq_wrap .contact_info .wrap dl {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.faq_wrap .contact_info .wrap dl dt {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.faq_wrap .contact_info .wrap dl dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.faq_wrap .contact_info .wrap .link {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  clear: both;
}

.faq_wrap .contact_info .wrap .link a {
  margin: 0 auto;
  padding: 8px 0;
  max-width: 322px;
  line-height: 1.4em;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  display: block;
}



/**
 * greeting
**/
.greeting_wrap {
  margin: 0 auto 0 auto;
  padding: 50px 0 50px 0;
  width: 94%;
  max-width: 1450px;
  line-height: 1.6em;
  text-align: left;
  font-size: 23px;
}

.greeting_wrap .box01 {
  margin: 0 0 50px 0;
  padding: 0 0 0 0;
  position: relative;
}

.greeting_wrap .box02 {
  margin: 0 0 60px 0;
  padding: 0 0 0 0;
  position: relative;
}

.greeting_wrap .box01 .message ,
.greeting_wrap .box02 .message {
  padding: 0 0 10px 0;
  width: 100%;
  background: none;
  background-size: 100% auto;
  position: relative;
  bottom: auto;
  right: auto;
  z-index: 1;
}

.greeting_wrap .box01 .message h3 ,
.greeting_wrap .box02 .message h3 {
  margin: 0 6% 0 6%;
  line-height: 1.4em;
  font-size: 18px;
  font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;
}

.greeting_wrap .box01 .message h3 {
  padding: 0 0 25px 0;
}

.greeting_wrap .box02 .message h3 {
  padding: 0 0 25px 0;
}

.greeting_wrap .box01 .message p ,
.greeting_wrap .box02 .message p {
  margin: 0 6% 0 6%;
  padding: 0 0 30px 0;
  line-height: 1.6em;
  font-size: 13px;
}

.greeting_wrap .box02 .message p.name {
  margin: 0 6% 0 23%;
  padding: 0 0 0 0;
  width: 100px;
  float: right;
}



.greeting_wrap .bnr {
  margin: 0 0 0 0;
  overflow: hidden;
}

.greeting_wrap .bnr li {
  width: 100%;
  max-width: 680px;
  float: none;
}

.greeting_wrap .bnr li:nth-of-type(2) {
  padding: 15px 0 0 0;
  float: none;
}



/**
 * home
**/
.home_service_wrap {
  margin: 0 0 0 0;
  padding: 50px 0 0 0;
  background: url("images/contact_back_03.png");
}

.home_service_wrap h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 26px;
  font-weight: bold;
}

.home_service_wrap .catch {
  margin: 0 auto 50px auto;
  padding: 0 0 5px 0;
  width: 90%;
  line-height: 1.4em;
  max-width: 440px;
  font-size: 14px;
  border-bottom: 1px solid #000000;
}

.home_service_wrap ul {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  max-width: 1920px;
}

.home_service_wrap ul.list01 {
  margin: 0 auto 95px auto;
}

.home_service_wrap ul.list02 {
  margin: 0 auto 0 auto !important;
}

.home_service_wrap ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #ffffff;
  box-sizing: border-box;
  float: left;
  display: table;
  table-layout: fixed;
}

.home_service_wrap ul li.item01 {
  margin:0 auto 15px;
  width: 300px;
  float: none;
}

.home_service_wrap ul li.item02 {
  margin:0 auto 15px;
  width: 300px;
  float: none;
}

.home_service_wrap ul li.item03 {
  margin:0 auto 15px;
  width: 300px;
  float: none;
}

.home_service_wrap ul li.item04 {
  margin:0 auto 15px;
  width: 300px;
  float: none;
}

.home_service_wrap ul li.item05 {
  margin:0 auto 15px;
  width: 300px;
  float: none;
}

.home_service_wrap ul li.item06 {
  margin:0 auto 15px;
  width: 300px;
  float: none;
}

.home_service_wrap ul li.item07 {
  margin:0 auto 15px;
  width: 300px;
  float: none;
}

.home_service_wrap ul li a {
  color: #ffffff;
  line-height: 1.4em;
  font-size: 18px;
  text-decoration: none;
  display: table-cell;
  vertical-align:middle;
}

.home_service_wrap ul li a:hover {
  opacity: 0.7;
}


.home_service_wrap ul li.item01 a {
  height: 220px;
  background: url("images/home_image_01.png") no-repeat center center;
  background-size: cover;
}

.home_service_wrap ul li.item02 a {
  height: 220px;
  background: url("images/home_image_02.png") no-repeat center center;
  background-size: cover;
}

.home_service_wrap ul li.item03 a {
  height: 220px;
  background: url("images/home_image_03.png") no-repeat center center;
  background-size: cover;
}

.home_service_wrap ul li.item04 a {
  height: 220px;
  background: url("images/home_image_04.png") no-repeat center center;
  background-size: cover;
}

.home_service_wrap ul li.item05 a {
  height: 258px;
  background: url("images/home_image_05.png") no-repeat center center;
  background-size: cover;
}

.home_service_wrap ul li.item06 a {
  height: 258px;
  background: url("images/home_image_06.png") no-repeat center center;
  background-size: cover;
}

.home_service_wrap ul li.item07 a {
  height: 258px;
  background: url("images/home_image_07.png") no-repeat center center;
  background-size: cover;
}

.home_service_wrap ul li a .eng {
  line-height: 1.4em;
  font-size: 26px;
}

.home_service_wrap ul li a .comment {
  margin: 0 auto;
  padding: 10px 0 0 0;
  width: 80%;
  max-width: 210px;
  min-height: 90px;
  line-height: 1.4em;
  font-size: 15px;
  text-align: left;
}

.home_service_wrap ul li a .more {
  margin: 0 auto;
  padding: 10px 0;
  width: 80%;
  max-width: 210px;
  line-height: 1.4em;
  font-size: 16px;
  text-align: center;
  color: #231815;
  background: #ffffff;
  border-radius: 5px;
}

.home_news_wrap {
  margin: 0 0 0 0;
  padding: 50px 0 50px 0;
  text-align: center;
  overflow: hidden;
}

.home_news_wrap h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 26px;
  font-weight: bold;
}

.home_news_wrap .catch {
  margin: 0 auto 50px auto;
  padding: 0 0 5px 0;
  width: 90%;
  line-height: 1.4em;
  max-width: 440px;
  font-size: 14px;
  border-bottom: 1px solid #000000;
}


.home_news_wrap ul {
  margin: 0 auto 0 auto;
  padding: 0 0 50px 0;
  width: 94%;
  max-width: 1920px;
  line-height: 1.8em;
  font-size: 16px;
  text-align: left;
  color: #231815;
  display: inline-block;
}

.home_news_wrap ul li {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}

.home_news_wrap a {
  color: #231815;
}

.home_news_wrap .more {
  line-height: 1.4em;
  text-align: center;
  font-size: 18px;
}

.home_blog_wrap {
  margin: 0 0 0 0;
  padding: 55px 0 60px 0;
  text-align: center;
  background: url("images/contact_back_03.png");
  overflow: hidden;
}

.home_blog_wrap h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 26px;
  font-weight: bold;
}

.home_blog_wrap .catch {
  margin: 0 auto 50px auto;
  padding: 0 0 5px 0;
  width: 90%;
  line-height: 1.4em;
  max-width: 440px;
  font-size: 14px;
  border-bottom: 1px solid #000000;
}

.home_blog_wrap ul {
  margin: 0 auto 0 auto;
  padding: 0 0 65px 0;
  width: 94%;
  max-width: 1390px;
  line-height: 1.8em;
  font-size: 20px;
  text-align: left;
  color: #231815;
  display: inline-block;
}

.home_blog_wrap ul li {
  margin: 0 auto 25px auto;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 325px;
  line-height: 1.8em;
  font-size: 16px;
  color: #231815;
  float: none;
  display: block;
}

.home_blog_wrap ul li:nth-of-type(4) {
  margin: 0 auto 25px auto;
}

.home_blog_wrap ul li .image {
  margin: 0 0 10px 0;
}

.home_blog_wrap ul li .update {
  padding: 10px 0 0 0;
}

.home_blog_wrap a {
  color: #231815;
}

.home_blog_wrap .more {
  line-height: 1.4em;
  text-align: center;
  font-size: 18px;
}

.home_recruit_wrap {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  background: url("images/home_back_01.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.home_recruit_wrap .wrap {
  margin: 0 auto;
  padding: 30px 0 35px 0;
  width: 94%;
  max-width: 1540px;
  text-align: left;
  overflow: hidden;
}

.home_recruit_wrap .wrap .head {
  margin: 0 0 25px 0;
  padding: 0 0 10px 0;
  width: 94%;
  max-width: 635px;
  text-align: center;
  line-height: 1.4em;
  font-size: 14px;
  border-bottom: 1px solid #000000;
  overflow: hidden;
}

.home_recruit_wrap .wrap .head h3 {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  line-height: 1.4em;
  font-size: 26px;
  font-weight: bold;
}

.home_recruit_wrap .wrap .description {
  margin: 0 0 0 0;
  padding: 0 0 40px 0;
  width: 94%;
  max-width: 635px;
  min-height: 0px;
  text-align: left;
  line-height: 1.6em;
  font-size: 13px;
  overflow: hidden;
}

.home_recruit_wrap .wrap .description p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.home_recruit_wrap .wrap .link {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 94%;
  max-width: 635px;
  overflow: hidden;
}

.home_recruit_wrap .wrap .link a {
  margin: 1px auto;
  padding: 10px 10px 10px 10px;
  line-height: 1.3em;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  background: #F7EBDB;
  border-radius: 5px;
  border: 1px solid #231815;
  float: none;
  display: inline-block;
}

.home_recruit_wrap .wrap .link a:hover {
  opacity: 0.7;
}

.home_contact_wrap {
  margin: 0 0 0 0;
  padding: 55px 0 60px 0;
  text-align: center;
  overflow: hidden;
}

.home_contact_wrap h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 26px;
  font-weight: bold;
}

.home_contact_wrap .catch {
  margin: 0 auto 30px auto;
  padding: 0 0 5px 0;
  width: 90%;
  line-height: 1.4em;
  max-width: 440px;
  font-size: 14px;
  border-bottom: 1px solid #000000;
}

.home_contact_wrap ul {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 94%;
  max-width: 930px;
  line-height: 1.4em;
  font-size: 16px;
  text-align: center;
  color: #231815;
}

.home_contact_wrap ul li {
  margin: 0 0 0 0;
  padding: 0 0 30px 0;
  width: 100%;
  float: none;
  display: block;
}

.home_contact_wrap ul li:nth-of-type(4) {
  margin: 0 0 0 0;
}

.home_contact_wrap ul li p {
  vertical-align: bottom;
}

.home_contact_wrap ul li p .sub {
  line-height: 1.4em;
  font-size: 15px;
}

.home_contact_wrap ul li p em {
  line-height: 1.4em;
  font-size: 16px;
  color: #CE3419;
}

.home_contact_wrap ul li .image  {
}

.home_contact_wrap ul li .image  img {
  margin: 0 auto 15px;
  width: auto !important;
  height: 76px !important;
}



}

