@charset "utf-8";
/*ベースＣＳＳ*/


* {
  margin: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
html {
  font-size: 62.5%;
  min-width: 700px;
}
body {
  background-size: cover;
  background: #FFFFFF;
  text-align: center;
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Roboto Slab', serif;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1.5em;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a:link, avisited, a:hover, a:active {
  text-decoration: none;
}
.strong{
    display: block;
    line-height: 2;
    text-align: center;
    font-size: 2.5rem;
    margin-left: auto;
    margin-right: auto;

}
.header {
  width: 100%;
}
.footer {
  width: 100%;
}
.main {
  width: 100%;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
span {
  display: inline-block;
}
/*ヘッダーエリア*/
.sub-tittle {
  float: left;
  display: inline-block;
}
.hdrArea {
  height: 90px;
  background-color: #FFFFFF;
}
.logo {
  float: left;
  width: 300px;
  height: auto;
  margin-top: 12px;
  margin-left: 15px;
}
.hdrArea .tel {
  float: right;
  width: 180px;
  height: auto;
  padding-top: 25px;
  margin-right: 10px;
}
.header-nav {
  width: 100%;
  height: 50px;
  background-color: #187b3b;
  font-size: 16px;
  font-weight: 700;
}
.header-nav nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  min-width: 700px;
  padding-top: 16px;
  text-align: center;
}
.header-nav nav ul {
  margin: 0;
  padding: 0;
}
.header-nav nav ul li {
  list-style: none;
  display: inline-block;
  width: 20%;
  min-width: 50px;
}
.header-nav nav li:not(:last-child) {
  border-right: 2px solid #FFFFFF;
}
.header-nav nav ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
.header-nav nav ul li a:hover {
  color: #FF0004;
  text-decoration: none;
  transition: 0.2s;
}
/*フッターエリア*/
.footer-nav {
  width: 100%;
  height: 100 px;
  background-color: #187b3b;
  font-size: 14px;
  font-weight: 400;
}
.footer-nav nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  min-width: 700px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.footer-nav nav ul {
  margin: 0;
  padding: 0;
}
.footer-nav nav ul li {
  list-style: none;
  display: inline-block;
  width: 20%;
  min-width: 50px;
}
.footer-nav nav li:not(:last-child) {
  border-right: 2px solid #FFFFFF;
}
.footer-nav nav ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer-nav nav ul li a:hover {
  color: #FF0004;
  text-decoration: none;
  transition: 0.2s;
}
.copyright {
  padding: 12px 0;
  font-size: 1.3rem;
  color: #187b3b;
}
/*トップページ アイキャッチ画像*/
.big-bg {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  background-image: url(../images/im01.jpg);
  min-height: 100vh;
}
/*トップページキャッチコピー*/
.catch-copy {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 170px 30px 80px;
  text-shadow: 1px 1px 10px #000000;
}
.site-title {
  margin: 40px 0 40px;
  font-size: 7.6rem;
  color: #fff;
  line-height: 1;
}
.site-title-sub {
  margin: 0 0 30px;
  letter-spacing: 1px;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
}
.site-title-sub::before, .site-title-sub::after {
  content: '';
  display: inline-block;
  width: 100px;
  height: 2px;
  margin: 0 30px;
  background-color: #fff;
  vertical-align: middle;
}
.site-description {
  margin-bottom: 50px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
}
/*共通ボタンデザイン*/
.button {
  display: inline-block;
  width: 150px;
  padding: 8px 12px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 50px;
  transition: 0.2s;
}
.button:hover {
  background-color: #DDDDDD;
  color: #FF0004;
}
.buttons .button {
  margin: 50px 10px;
}
.button-fotter {
  display: inline-block;
  width: 150px;
  padding: 8px 12px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 50px;
  transition: 0.2s;
}
.button-fotter:hover {
  background-color: #DDDDDD;
  color: #FF0004;
}
.button-fotter {
  margin: 10px 10px 30px;
}
/*HOMEー私たちについてセクション*/
.home-aboutus {
  padding: 80px 50px;
}
.heading {
  color: #187b3b;
  position: relative;
  display: inline-block;
  margin: 30px 0 15px;
  padding-bottom: 25px;
  letter-spacing: 2px;
  font-size: 4rem;
}
.heading::before, .heading::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #187b3b;
}
.heading::before {
  bottom: 5px;
}
.section-sub {
  color: #187b3b;
  font-size: 2rem;
  font-weight: 700;
}
.home-text {
  display: block;
  color: #125F2D;
  width: 70%;
  max-width: 1100px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2.5;
  font-size: 1.8rem;
  font-weight: 700;
  text-align:justify;
}
/*HOMEー得意なことセクション*/
.heading-invert { /*invertは色反転*/
  color: #FFF;
  position: relative;
  display: inline-block;
  margin: 30px 0 15px;
  padding-bottom: 25px;
  letter-spacing: 2px;
  font-size: 4rem;
}
.heading-invert::before, .heading-invert::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #FFF;
}
.heading-invert::before {
  bottom: 5px;
}
.section-sub-invert {
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
}
.skill {
  color: #FFF;
  background-color: #187b3b;
  padding: 80px 0;
}
.skill-wrapper {
  display: table;
  width: 100%;
  margin-top: 60px;
  table-layout: fixed;
}
.skill-box {
  position: relative;
  display: table-cell;
}
.skill-box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: no-repeat;
  background-size: 100% 100%;
  opacity: 0.2;
  transform: scaleY(-1)
}
.skill-box.lathe::after {
  background-image: url('../images/im01.jpg');
}
.skill-box.polish::after {
  background-image: url('../images/im02.jpg');
}
.skill-box.discharge::after {
  background-image: url('../images/im03.jpg');
}
.skill-box.measurement::after {
  background-image: url('../images/im04.jpg');
}
.skill-box:nth-child(odd) .skill-image {
  margin: 60% 0 0;
}
.skill-box:nth-child(odd) .skill-descripyion, .skill-box:nth-child(odd)::after {
  top: 0;
}
.skill-image {
  display: block;
  width: 100%;
  margin: 0 0 60%;
}
.skill-descripyion {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
}
.skill-descripyion-inner {
  display: table;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.skill-text {
  display: table-cell;
  vertical-align: middle;
  font-size: 2.0rem;
  line-height: 2;
  font-weight: 700;
}
.supplement-text { /*補助コメント*/
  color: #FFF;
  width: 80%;
  margin: 50px auto;
  line-height: 2;
  font-size: 1.8rem;
  font-weight: 400;
}
/*HOMEーニュースセクション*/
.news {
  width: 100%;
  padding: 80px 0;
}
.newslist {
  border-top: 1px solid #187b3b;
  width: 80%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.newslist li {
  border-bottom: 1px solid #187b3b;
  font-size: 1.5rem;
  font-weight: 700;
  color: #187b3b;
  display: table;
  padding: 15px;
  text-decoration: none;
  width: 100%;
}
.newslist li div {
  display: table-cell;
  width: 144px;
}
.newslist li p {
  display: table-cell;
  padding-left: 0px;
  vertical-align: middle;
}
/* HOMEーニュースセクションー時間の設定 */
.newslist li time {
  display: table-cell;
  vertical-align: top;
  width: 90px;
  argin-right: 50px;
}
/* HOMEーニュースセクションーカテゴリの設定 */
.news-category {
  margin-left: 10px;
}
.news-text {
  text-align: left;
}
.newslist li .cat01, .newslist li .cat02 {
  background-color: #0E3A5F;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 1rem;
  padding: 0 2px;
  text-align: center;
  width: 60px;
  margin-left: 10px;
}
.newslist li .cat02 {
  background-color: #187b3b;
}
/*HOMEーアクセスセクション*/
.access {
  background-color: #187b3b;
  padding: 80px 0;
}
.home-map {
  margin: 50px auto;
  max-width: 1100px;
}
.address {
  color: #FFF;
  width: 80%;
  margin: 50px auto 0px;
  line-height: 2;
  font-size: 1.8rem;
  font-weight: 400;
}
/*HOMEーお問い合わせセクション*/
.contact {
  padding: 80px 50px;
}
.contact-image {
  display: block;
  width: 100%;
  margin: 50px auto 0px;
}
.contact-text {
  color: #187b3b;
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
}
/*私たちについて*/
.top-box {
  position: relative;
  text-align: center;
  width: 100%;
  height: 450px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}
.page-top-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1100px;
  height: 450px;
  object-fit: cover;
}
.color-filter {
  position: absolute;
  background-color: #680001;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1100px;
  height: 450px;
  object-fit: cover;
  opacity: 0.5;
}
.page-top-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 850px;
  max-height: 450px;
  object-fit: cover;
  z-index: 3;
}
/*私たちについて-コンテナ*/
.container.type-a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  width: 80%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  justify-content: center;
  margin-top: 50px;
  gap: 30px;
}
/*私たちについて-コンテナグレー*/
.item {
  width: 100%;
  border-radius: 8px;
  background-color: #DDD;
  text-align: left;
}
.item .image {
  display: block;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-top: 0px;
}
.item .image-second {
  display: block;
  width: 100%;
  margin-top: 0px;
}
.image-low-height400 {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 400px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.image-low-height300 {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 300px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.image-low-height200 {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 200px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.item .item-category {
  margin: 0px 0 20px 0px;
  color: #FFF;
  letter-spacing: 1px;
  font-size: 2.0rem;
  font-weight: 700;
  background-color: #187b3b;
  padding: 10px;
}
.item .item-category-top {
  color: #FFF;
  letter-spacing: 1px;
  font-size: 2.0rem;
  font-weight: 700;
  background-color: #187b3b;
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.item .item-description {
  margin: 10px;
  line-height: 1.7;
  font-weight: 400;
  font-size: 1.8rem
}
/*私たちについて-コンテナ白*/
.item-white {
  width: 100%;
  border-radius: 8px;
  background-color: #FFF;
  text-align: left;
}
.item-white .image {
  display: block;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-top: 0px;
}
.item-white .image-second {
  display: block;
  width: 100%;
  margin-top: 0px;
}
.item-white .item-category {
  margin: 0px 0 20px 0px;
  color: #FFF;
  letter-spacing: 1px;
  font-size: 2.0rem;
  font-weight: 700;
  background-color: #187b3b;
  padding: 10px;
}
.item-white .item-category-only {
  color: #FFF;
  letter-spacing: 1px;
  font-size: 2.0rem;
  font-weight: 700;
  background-color: #187b3b;
  padding: 10px;
  border-radius: 8px;
}
.item-white .item-description {
  margin: 10px;
  line-height: 1.7;
  font-weight: 400;
  font-size: 1.8rem
}
.main {
  margin-bottom: 50px;
}
.item-heading {
  color: #FFF;
  position: relative;
  display: inline-block;
  margin: 15px 10px 0 15px;
  padding-bottom: 25px;
  letter-spacing: 2px;
  font-size: 2.5rem;
  font-weight: 700;
}
.item-heading::before, .item-heading::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #FFF;
}
.item-heading::before {
  bottom: 5px;
}
.item-section-sub {
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 5px 10px 5px 15px;
}
.company-profile {
  font-weight: 400;
  font-size: 1.5rem;
  table-layout: fixed;
}
.table-name {
  background-color: #187b3b;
  color: #FFF;
  padding: 5px 0 5px 10px;
}
.table-name2 {
  background-color: #BBB;
  color: #000;
  padding: 5px 0 5px 10px;
}
.table-explanation {
  background-color: #FFF;
  padding: 5px 10px 5px 10px;
}
.table-explanation2 {
  background-color: #DDD;
  padding: 5px 10px 5px 10px;
}
.aboutus-map {
  margin: 0px auto 30px;
  max-width: 1100px;
  justify-content: center;
}
.aboutus-address {
  color: #000;
  font-size: 1.8rem;
  margin: 20px;
  text-align: center;
}
/*得意なこと-加工例コンテナ内コンテナ*/
.container.type-b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  width: 100%;
  max-width: 1100px;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  gap: 15px;
  justify-content: center;
}
.type-b .item {
  width: 100%;
  padding: 0px;
  border-radius: 8px;
  background-color: #DDD;
  text-align: left;
}
.type-b .item .image {
  display: block;
  width: 100%;
  border-radius: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.type-b .item .item-category {
  margin: 0px 0px;
  font-size: 1.2rem;
  color: #DDD;
  letter-spacing: 2px;
  font-weight: 400;
  background-color: #0E3A5F;
  padding: 0px;
}
.type-b .item-title {
  text-align: center;
  font-size: 2.0rem;
  color: #FFF;
  padding: 10px;
}
.type-b .item .item-description {
  margin: 10px;
  line-height: 1.7;
  font-weight: 400;
  font-size: 1.5rem
}
.size {
  background-color: #135489;
  text-align: center;
  color: #DDD;
  font-size: 1.4rem;
  padding: 5px;
}
/*仕事の流れ*/
.green {
  background-color: #187b3b;
  width: 80%;
  max-width: 1100px;
  height: 100px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border: solid 7px #187b3b;
  z-index: 1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.white {
  background-color: #FFF;
  width: 250px;
  height: 100%;
  transform: skewX(-10deg);
  transform-origin: left top;
  z-index: 2;
  position: relative;
}
.step-text {
  color: #187b3b;
  z-index: 3;
  font-size: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(10deg);
  width: 100%;
  font-weight: 700;
}
/*仕事の流れー項目テキスト*/
.step-text2 {
  position: absolute;
  text-align: left;
  margin-left: 300px;
  margin-top: -50px;
  color: #FFF;
  font-size: 3rem;
  min-width: 400px;
}
.container2 {
  display: grid;
  grid-template-columns: 2fr 3fr;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  gap: 10px;
}
.container2 img {
  width: 100%;
}
.item1 {
  width: 100%;
  margin: 10px;
}
.item2 {
  margin: 10px;
  vertical-align: middle;
  text-indent: 1rem;
}
.workflow-description-innner {
  display: table;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.workflow-text {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 1.8rem;
}
.note {
  padding: 5px 30px;
  font-size: 1.5rem;
}
#contact-image {
  width: 85%;
  max-width: 600px;
  margin-bottom: 20px;
}
/*仕事の流れー背景部分*/
.step {
  background-color: #DDD;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.message {
  display: inline-block;
  margin: 30px 0 0;
  width: 60%;
  color: #187b3b;
  font-size: 2rem;
  font-weight: 700;
  min-width: 600px;
  line-height: 3rem;
  text-align: center;
}
#sign {
    float: right;
    width: 150px;
    margin-right: 15px;
    margin-bottom: 15px
    
}
.machine-list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/*工場紹介ー機械名*/
.machine-list caption {
  background-color: #0E3A5F;
  text-align: left;
  font-size: 2rem;
  color: #FFF;
  font-weight: 700;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
}
.container3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 80%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  gap:5px;
}

.container3 img{
  width: 100%;
}

.container3 .item{
    
}

