/* ------------------------------------- base
*/
html, body {
  min-height: 100%;
  margin: 0;
}
body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.6;
  background: #fff;
}
.clr {
  clear: both;
}
.jump {
  position: absolute;
  left: -1999px;
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
a {
  text-decoration: none;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/* ------------------------------------- header
*/
#header {
  background-color: #fff;
  height: 45px;
}
.header_btn {
  width: 960px;
  margin: 0 auto;
}
#header_title {
  padding-top: 5px;
  float: left;
  height: 40px;
}
#header_s_btn {
  padding-top: 15px;
  padding-right: 10px;
  float: right;
  display: inline-block;
}
#header_s_btn img {
  padding-right: 30px;
}
#header_lan {
  padding-top: 12px;
  height: 25px;
  float: right;
  display: inline-block;
}
/* ------------------------------------- wrapper
*/
#wrapper {
  margin: 0 auto;
}
/* ------------------------------------- top_image
*/
#top_image {
  height: 365px;
  background-color: #000;
}
.top_image {
  width: 960px;
  height: 365px;
  margin: 0 auto;
}
/* ------------------------------------- news
*/
#news {
  height: 80px;
  background-color: #2C3692;
}
.news_all {
  width: 960px;
  margin: 0 auto;
}
.news_img {
  float: left;
}
.news_text {
  float: right;
  margin-top: 0px;
  width: 540px;
  height: 80px;
  background-color: #2C3692;
  overflow: scroll;
  overflow-x: hidden;
}
#news p {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
/* 全体 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
/* スクロールバーを除いたエリア */
.jspPane {
  position: absolute;
}
/* 縦スクロールバー */
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
}
/* 横スクロールバー */
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
}
/* 背景 */
.jspTrack {
  background: #111;
  position: relative;
}
/* ノブ */
.jspDrag {
  background: #333;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
/* ------------------------------------- menu
*/
.menu01_back {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../../images/01_back.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 275px;
}
#menu01 {
  height: 275px;
  width: 960px;
  margin: 0 auto;
  background: url(../../images/01_white.png);
  background-repeat: no-repeat;
}
.menu01_text {
  padding-left: 50px;
}
.menu01_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu02_back {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../../images/02_back.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 275px;
}
#menu02 {
  height: 275px;
  width: 960px;
  margin-left: auto;
  margin: 0 auto;
  background: url(../../images/02_blue.png);
  background-repeat: no-repeat;
}
/* ------------------------------------- footer
*/
#footer_01 {
  height: 42px;
  background-color: #EFEFEF;
}
.footer_01_btn {
  padding-top: 1px;
  width: 960px;
  margin: 0 auto;
}
#footer_02 {
  padding-top: 24px;
  height: 60px;
  width: 960px;
  margin: 0 auto;
}
.footer_02_title {
  float: left;
}
.footer_02_text {
  margin-top: -22px;
  margin-left: 30px;
  float: left;
}
.footer_02_insta {
  margin-left: 40px;
  float: left;
}
.footer_copy_back {
  height: 20px;
  background-color: #777;
}
#footer_copy {
  width: 960px;
  margin: 0 auto;
}
#footer_copy p {
  font-size: 8px;
  color: #fff;
  line-height: 20px;
  margin: 0 auto;
}
/* ------------------------------------- contents all -------------------------------------
*/
#contents_all {
  width: 960px;
  margin: 0 auto;
  margin-bottom: 70px;
}
#contents_all_900 {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.contents_title {
  margin-top: 70px;
}
/* ------------------------------------- company -------------------------------------
*/
#title_image {
  height: 200px;
  background-color: #000;
  background: url(../../company/images/title_back.jpg);
  width: 100%;
  background-size: cover;
}
.title_image {
  padding-top: 80px;
  width: 960px;
  margin: 0 auto;
}
.select {
  height: 55px;
  background-color: #DCDDDD;
}
#select_btn {
  width: 960px;
  margin: 0 auto;
}
.syaze {
  margin-top: 60px;
}
.keieirinen {
  margin-top: 20px;
}
.mark {
  width: 190px;
  margin-top: 50px;
  margin-left: 50px;
  display: inline-block;
}
.mark_text {
  width: 600px;
  margin-left: 70px;
  display: inline-block;
}
.mark_text p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
}
/* ------------------------------------- 会社概要
*/
#gaiyo {
  margin-top: 40px;
  height: 530px;
  width: 960px;
  background: url(../../company/images/gaiyo_back.jpg);
  background-repeat: no-repeat;
}
#gaiyo p {
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 3px;
}
.gaiyo_box01 {
  float: left;
}
.gaiyo_box02 {
  margin-left: 80px;
  float: left;
}
.gaiyo_box03 {
  margin-left: 40px;
  float: left;
}
.syutoku {
  text-align: center;
  margin-top: 40px;
}
.syutoku p {
  font-size: 14px;
  letter-spacing: 3px;
}
.syutoku_sttl {
  margin-bottom: 40px;
}
.syutoku_box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.syutoku_box_wrap_box {
  width: 450px;
}
.syutoku_box {
  box-sizing: border-box;
  width: 100%;
}
.syutoku_box img {
  box-sizing: border-box;
  border: solid 1px #eee;
  width: 100%;
  height: auto;
}
.syutoku_01 {
  text-align: center;
  width: 48%;
  float: left;
  margin-right: 2%;
}
.syutoku_02 {
  text-align: center;
  float: left;
  width: 48%;
  margin-left: 2%;
}
.syutoku_03 {
  text-align: center;
  margin-left: 35px;
  float: left;
  margin-right: 2%;
}
/* ------------------------------------- アクセス
*/
#access_map {
  margin-top: 40px;
}
#access_map_ad {
  margin-top: 60px;
  height: 250px;
  display: flow-root;
}
.map_box01 {
  width: 450px;
  height: 224px;
  float: left;
}
.map_box02 {
  margin-top: 10px;
  width: 450px;
  height: 80px;
  float: right;
}
.map_box02 img {
  width: auto;
  height: 100%;
}
.map_box03 {
  width: 450px;
  height: 50px;
  float: right;
}
.map_box03 p {
  margin-left: 75px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
}
#table_access {
  width: 960px;
  margin-top: 30px;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 25px;
}
#table_access table th {
  color: #fff;
  background: #2C3692;
  border: solid 1px gray;
  padding: 3px 1em;
}
#table_access table td {
  color: #000;
  border: solid 1px gray;
  padding: 3px 1em;
}
/* ------------------------------------- aerospace -------------------------------------
*/
#title_image.title_image_aerospace {
  background-image: url(../../aerospace/images/title_back.jpg);
}
.zyutyu_list {
  font-size: 16px;
  line-height: 30px;
  list-style-type: none;
  margin: 0 0 0 25px;
  padding: 0;
}
.zyutyu_list li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 60px;
}
.zyutyu_list li::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: #c00;
  color: #fff;
  font-weight: bold;
}
.zyutyu_list li.zyutyu_list-1::before {
  content: "1";
}
.zyutyu_list li.zyutyu_list-2::before {
  content: "2";
}
.zyutyu_list li.zyutyu_list-3::before {
  content: "3";
}
#zyutyu {
  margin-top: 20px;
}
#sagyo {
  margin-top: 30px;
}
#sagyo hr {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 1px;
  border: none;
  border-top: 1px #dcdddd solid;
}
.sagyo_image {
  width: 380px;
  height: 150px;
  float: left;
}
.sagyo_title {}
.sagyo_title p {
  font-size: 16px;
  color: #C30D23;
  letter-spacing: 2px;
}
.sagyo_text {
  margin-top: -10px;
  height: 119px;
}
.sagyo_text p {
  font-size: 14px;
  line-height: 25px;
}
/* ------------------------------------- 工場・設備
*/
#title_image_aerospace {
  height: 200px;
  background-color: #000;
  background: url(../../aerospace/images/title_back.jpg);
  width: 100%;
  background-size: cover;
}
.zyutyu_image {
  width: 320px;
  height: 320px;
  background: url(../../aerospace/images/zyutyu_back.jpg);
  background-repeat: no-repeat;
  float: left;
}
#table_factory {
  width: 960px;
  margin-top: 30px;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 25px;
}
#table_factory table th {
  color: #fff;
  background: #2C3692;
  border: solid 1px gray;
  padding: .25em 1em;
}
#table_factory table td {
  color: #000;
  border: solid 1px gray;
  padding: .25em 1em;
}
/* ------------------------------------- aerospace -------------------------------------
*/
#title_image.title_image_recruit {
  background-image: url(../../recruit/images/title_back.jpg);
}
/* ------------------------------------- recruit -------------------------------------
*/
.recruit_notes {
  margin: 2.5em 0 5em;
}
.kaisha {
  width: 100%;
}
.kaisha th, .kaisha td {
  border: 1px solid #ccc;
  padding: 20px;
}
.kaisha th {
  font-weight: bold;
  background-color: #dedede;
}
/* ------------------------------------- education -------------------------------------
*/
.education__box img {
  vertical-align: bottom;
  max-width: 100%;
}
@media screen and (min-width: 961px) {
  .education__box {
    margin-bottom: 80px;
  }
  .education__box .education_sttl {
    margin-bottom: 2em;
  }
  .education__box p {
    font-size: 14px;
  }
  .contents_title + .education__box {
    margin-top: 40px;
  }
  .education__box01 .education__box--inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .education__box01 p {
    margin: 0 0 2em;
  }
  .education__box01 .education__box--block03 {
    display: flex;
  }
  .education__box01 .education__box--block03 span:first-child {
    margin-right: 30px;
  }
  .education__flex {
    display: flex;
    justify-content: space-between;
  }
  .education__flex > * {
    width: 424px;
  }
}
.education__box02 .education__box--block01 {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.education__box02 .education__box--block01 li {
  width: calc((100% - 12px) / 4);
  margin-bottom: 4px;
}
.education__box02 .education__box--block01 li img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
}
.education__box03 .education__box--block01 {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.education__box03 .education__box--block01 li {
  width: calc((100% - 4px) / 2);
}
/* ------------------------------------- 自動車 -------------------------------------
*/
#title_image.title_image_automobile {
  background-image: url(../../automobile/images/title_back.jpg);
}
.automobile_txt01 {
  margin: 60px 0;
  font-size: 18px;
}
.automobile_img_top, .automobile_img_bottom {
  display: flex;
}
.automobile_flow {
  margin: 40px auto 86px;
}
.automobile_flow dl {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #333;
  padding: 30px;
  margin: 0 0 60px;
}
.automobile_flow dl::after {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: #c30d22 transparent transparent transparent;
  margin: 0 auto;
}
.automobile_flow dl:last-of-type {
  margin-bottom: 0;
}
.automobile_flow dl:last-of-type::after {
  display: none;
}
.automobile_flow dt {
  width: 240px;
  font-size: 18px;
  color: #C30D23;
  letter-spacing: 2px;
}
.automobile_flow dd {
  width: 570px;
  margin: 0 0 0 26px;
  font-size: 13px;
}
/*お問い合わせメニューのボーダル*/
html, body {
  position: relative;
  height: 100%;
}
.contact_pop {
  display: none;
  border: solid 4px #999;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 600px;
  height: 400px;
  margin: auto;
  padding: 40px;
  z-index: 9999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.contact_pop h3 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 18px;
}
.contact_pop ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0;
}
.contact_pop li {
  background-color: #2C3692;
  width: 48%;
  color: #fff;
  list-style-type: none;
}
.contact_pop li a {
  display: block;
  padding: 80px 0;
  color: #fff;
  font-size: 20px;
}
.contact_pop li a:hover {
  background-color: #3d4ac5;
  text-decoration: none;
}
.contact_pop_close {
  text-align: center;
  background-color: #C30D23;
  padding: 10px;
  pointer: cursor;
  color: #fff;
  width: 60%;
  margin: 0 auto;
  border-radius: 20px;
}
.contact_pop_close:hover {
  background-color: #860918;
}
/* .contact_pop_bg{
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	z-index: 9998;
} */
