﻿@charset "utf-8";
/*---------------header画像---------------*/
#topImage {
  background-image: url("../img/index/top.jpg");
  background-position: center center;
  background-size: cover;
  height: 680px;
  position: relative;
  margin: auto 0;
}
#topImage .inner {
  height: 640px;
}
#topImage h1 {
  width: 50%;
  /*background: rgba(0,0,0, 0.6);*/
  background: rgba(7, 66, 155, 0.8);
  font-size: 16px;
  padding: 16px;
  line-height: 32px;
  left: 25%;
  top: 42%;
}
.newslist_block {
  display: flex;
  width: 900px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.newsList {
  padding: 10px 20px;
}
.newsList li {
  padding: 5px 0;
}
.newsList li a {
  text-decoration: none;
  color: #2B2B2B;
  transition: .5s;
}
.newsList li a:hover {
  opacity: .5;
}
.newsTitle {
  font-size: 26px;
  padding: 20px 40px;
  box-sizing: border-box;
  color: #fff;
  background-color: #2580c2;
  text-align: center;
}
.newsTitle a {
  color: #fff;
  text-decoration: none;
}
.moreNews {
  font-size: 15px;
  color: #fff;
  background-color: #023DB3;
  padding: 5px 20px;
  transition: .5s;
}
.moreNews:hover {
  opacity: .5;
}
.categoryTag {
  font-size: 10px;
  color: #fff;
  background-color: #023DB3;
  padding: 4px 10px;
  margin: 0 10px 0 0;
  border-radius: 4px;
}
.pc-display {
  display: block;
}
.sp-display {
  display: none;
}
/*
.hoge{
	background: rgba(3,102,203, 0.2);
    position:absolute;
    width:200px;
    height:120px;
    left:300px;
    top:269px
}*/
#topImage img {
  width: 60%;
}
#mainContents .topinnner {
  padding-top: 0px;
}
/*---------------eyecatch---------------*/
.eyecatch {
  box-sizing: border-box;
  text-align: center;
  line-height: 40px;
  padding: 48px 0;
  font-size: 16px;
}
/*---------------index---------------*/
.eyecatch h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  font-size: 36px;
  line-height: 64px;
  padding-bottom: 18px;
  font-weight: bold;
  color: #2580c2;
}
.eyecatch img {
  width: 450px;
}
.eyecatch p {
  /*--20190702_フォント修正
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	font-weight:bold;
--*/
  line-height: 32px;
  font-size: 18px;
}
/*---------------一貫生産---------------*/
.integrated {
  /*background-image:url("../img/index/integrated.jpg");*/
  background-size: cover;
  padding: 32px 0px 48px;
  background-color: #023DB3;
}
.integrated h3 {
  color: #fff;
  font-size: 28px;
  text-align: center;
  border-bottom: none;
  position: relative;
}
#mainContents .integrated h3:before {
  display: block;
  content: ' ';
  width: 14%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 47%;
  bottom: -15px;
  margin-left: -42px;
}
.integrated .integ4 {
  position: relative;
}
.integrated .integ4 .intBox4 {
  box-sizing: border-box;
  font-size: 20px;
  float: left;
  padding: 8px;
  margin: 16px 3%;
  width: 30%;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
}
.integrated .integ4 .intBox4l {
  box-sizing: border-box;
  font-size: 20px;
  float: left;
  padding: 8px;
  margin: 16px 3% 16px 17%;
  width: 30%;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
}
.integrated .intTable {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-top: 32px;
}
.stDetail {
  width: 20%;
  float: left;
}
.stDetail img {
  width: 100%;
  border: 1px solid #fff;
}
.intTable .intTitle {
  font-weight: bold;
  font-size: 20px;
  padding: 16px;
}
.arrowDetail {
  width: 6.5%;
  float: left;
}
.intTable .intDetail a {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.intTable .intDetail a:hover {
  color: #bc266e;
}
.intText {
  margin-top: 40px;
  color: #fff;
}
.intBtn {
  position: relative;
  margin-top: 40px;
}
.intBtn a {
  box-sizing: border-box;
  background-color: #fff;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  text-align: center;
  width: 30%;
  display: inline-block;
  margin: 0px 2%;
  padding: 12px;
}
.intBtn a:hover {
  opacity: 0.8;
}
.intBtn a:first-child {
  margin-left: 17%;
}
/*---------------設備紹介---------------*/
.facility h3 {
  font-size: 28px;
  text-align: center;
  border-bottom: none;
  position: relative;
}
#mainContents .facility h3:before {
  display: block;
  content: ' ';
  width: 14%;
  height: 3px;
  background: #0c3d7f;
  position: absolute;
  left: 47%;
  bottom: -15px;
  margin-left: -42px;
}
.faciText {
  text-align: center;
  padding-top: 24px;
  font-weight: bold;
}
.faciBox {
  width: 100%;
  margin-top: 32px;
}
.facilityDe {
  box-sizing: border-box;
  padding: 0px 2%;
  width: 33.3%;
  float: left;
}
.facilityDe img {
  width: 100%;
  padding-bottom: 16px;
}
.faciTitle {
  font-weight: bold;
  border-bottom: solid 3px #dfdfdf;
  position: relative;
  padding-bottom: 8px;
  font-size: 18px;
}
.faciTitle:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #0c3d7f;
  bottom: -3px;
  width: 30%;
}
.small {
  font-size: 12px;
}
.faciDetail {
  font-size: 14px;
  padding: 16px 0px;
  min-height: 137px;
}
.faciLink {
  color: #000;
  font-weight: bold;
}
.faciLink a {
  box-sizing: border-box;
  border: 2px solid #000;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #000;
  padding: 8px 0px;
  font-weight: bold;
}
.faciLink a:hover {
  background-color: #ddd;
}
/*----------------製品紹介---------------*/
.product {
  background-image: url("../img/index/product.jpg");
  background-size: cover;
  padding: 16px 0px 40px;
  margin-top: 48px;
}
.product h3 {
  font-size: 28px;
  text-align: center;
  border-bottom: none;
  position: relative;
}
#mainContents .product h3:before {
  display: block;
  content: ' ';
  width: 14%;
  height: 3px;
  background: #0c3d7f;
  position: absolute;
  left: 47%;
  bottom: -15px;
  margin-left: -42px;
}
.proText {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
  font-weight: bold;
}
.proDetail {
  padding: 0 10%;
}
.proDetail img {
  width: 100%;
}
.leftImg, .rightImg {
  width: 50%;
  float: left;
}
.proD02, .proD03 {
  margin-top: 24px;
}
.product .btn {
  width: 100%;
  text-align: center;
}
.product .btn a {
  box-sizing: border-box;
  background-color: #2580c2;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  text-align: center;
  width: 30%;
  display: inline-block;
  margin: 0px 2%;
  padding: 12px;
  margin-top: 40px;
  border: 2px solid #fff;
}
.product .btn a:hover {
  box-sizing: border-box;
  background-color: #fff;
  color: #2580c2;
  border: 2px solid #2580c2;
}
/*----------------採用情報---------------*/
.innerBox {
  box-sizing: border-box;
  width: 1140px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.recruit {
  position: relative;
  height: 480px;
}
.recruitBox {
  background-image: url("../img/index/recruit_bk.jpg");
  background-position: center center;
  background-size: cover;
  height: 400px;
  position: relative;
}
.recDetail {
  box-sizing: border-box;
  text-align: center;
  height: 220px;
  position: absolute;
  top: 260px;
  width: 60%;
  /*background: rgba(0,0,0, 0.6);*/
  background: rgba(7, 66, 155, 0.8);
  left: 20%;
  color: #fff;
  padding: 32px 10%;
  outline: 1px solid #fff;
  outline-offset: -10px;
  line-height: 40px;
}
.recDetail h3 {
  font-size: 24px;
  border-bottom: 0px solid #0c3d7f;
  margin-bottom: 0px;
}
.recDetail a {
  box-sizing: border-box;
  background-color: #fff;
  font-weight: bold;
  text-decoration: none;
  color: #2580c2;
  font-size: 20px;
  text-align: center;
  width: 60%;
  display: inline-block;
  margin: 0px 2%;
  padding: 18px;
  margin-top: 16px;
  line-height: 16px;
}
.recDetail a:hover {
  background-color: #2580c2;
  color: #fff;
}
/*--------スライド見本------*/
.innerBox2 {
  box-sizing: border-box;
  width: 1140px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.recruit2 {
  position: relative;
  height: 56px;
  top: -200px;
}
.recruitBox2 {
  background-position: center center;
  background-size: cover;
  position: relative;
}
.recDetail2 {
  box-sizing: border-box;
  text-align: center;
  height: 220px;
  position: absolute;
  /*top:260px;*/
  width: 60%;
  /*background: rgba(0,0,0, 0.6);*/
  background: rgba(7, 66, 155, 0.8);
  left: 20%;
  color: #fff;
  padding: 32px 10%;
  outline: 1px solid #fff;
  outline-offset: -10px;
  line-height: 40px;
}
.recDetail2 h3 {
  font-size: 24px;
  border-bottom: 0px solid #0c3d7f;
  margin-bottom: 0px;
}
.recDetail2 a {
  box-sizing: border-box;
  background-color: #fff;
  font-weight: bold;
  text-decoration: none;
  color: #2580c2;
  font-size: 20px;
  text-align: center;
  width: 60%;
  display: inline-block;
  margin: 0px 2%;
  padding: 18px;
  margin-top: 16px;
  line-height: 16px;
}
.recDetail2 a:hover {
  background-color: #2580c2;
  color: #fff;
}
/*--20200605_media追加--*/
.media {
  border-bottom: 1px solid #023DB3;
  padding-bottom: 32px;
}
.media a img {
  width: 100%;
}
.media a:hover {
  opacity: 0.7;
}
.media .media_link {
  width: 20%;
  float: left;
}
.media .media_detail {
  float: right;
  width: 75%;
}
.media .media_title {
  font-size: 120%;
  font-weight: bold;
  padding: 16px 0 16px;
}
.media .media_link_wide {
  width: 100%;
  padding: 24px 0 0 0;
}
.media .media_link_wide a {
  box-sizing: border-box;
  width: 30%;
  display: block;
  background-color: #023DB3;
  font-weight: bold;
  color: #fff;
  padding: 16px 0;
  border-radius: 12px;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
}
/*--//20200605_media追加--*/