@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto:300,900);

body,
html{
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  scroll-behavior: smooth;
  min-width: 300px;/* 20260126入力 */
}

#wrapper{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.full-background{
  background-image: url(../img/main-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  min-height: 100vh;
  background-color: rgba(0,0,0,0.5);
  background-blend-mode: darken;
}

.full-background2{
  background-image: url(../img/testing-department.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  min-height: 100vh;
  background-color: rgba(0,0,0,0.5);
  background-blend-mode: darken;
}

.full-background3{
  background-image: url(../img/business2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  min-height: 100vh;
  background-color: rgba(0,0,0,0.5);
  background-blend-mode: darken;
}

.full-background4{
  background-image: url(../img/equipment-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  min-height: 100vh;
  background-color: rgba(0,0,0,0.5);
  background-blend-mode: darken;
}

.full-background5{
  background-image: url(../img/testing-back-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  min-height: 100vh;
  background-color: rgba(0,0,0,0.5);
  background-blend-mode: darken;
}

.full-background6{
  background-image: url(../img/repair-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  min-height: 100vh;
  background-color: rgba(0,0,0,0.5);
  background-blend-mode: darken;
}

.full-background7{
  background-image: url(../img/sky_00013.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  min-height: 100vh;
  background-color: rgba(0,0,255,0.5);
  background-blend-mode: screen;
}

.top-contents{
  margin: 0 0 80px 240px;
}


@media screen and (max-width: 767px) {
.top-contents{
  margin: 0 0 80px 0;
}

.textlink{
  position: relative;
}

}

video{
  width: 400px;
  height: 225px;
}

.video-introduction{
  text-align: center;
  margin-bottom: 50px;
}

.video-introduction > p{
  font-size: 1.8em;
  font-weight: bold;
}

.topimg{
  padding: 50px 0 100px 0;
  top: 200px;
  animation: fade-in 2s;
  animation-fill-mode: forwards;
  text-align: center;
  height: auto;
}

.opacity{
  animation: fade-in 2s;
  animation-fill-mode: forwards;
}

.topimg img{
  width: 80%;
  height: auto;
}


@media (max-width: 600px) {
.topimg img{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
}


@keyframes fade-in {
from{
  opacity: 0;
}

to{
  opacity: 1;
}
}


h2{
  font-size: 30px;
  color: white;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 150px 0 80px 0;
  position: relative;
}

h2:before{
  position: absolute;
  bottom: -1em;
  left: calc(50% - 62px);
  width: 120px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: white;
}


/*============
   main
=============*/


.container{
  width: 100%;
}

.area{
  color: white;
  overflow: hidden;
  heght: 100vh;
  padding: 50px;
  margin-bottom: 30px;
}

h1{
  font-family: "Dejavu Sans";
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  color: white;
  margin: 150px 0 50px 0;
  line-height: 1;
}

h1 span{
  font-size: 15px;
}

h2 span{
  font-size: 15px;
}




/*============
   ABOUT
=============*/


 /* news */

.news-list{
  width: 650px;
  display: flex;
  flex-flow: column;
  height: 200px;
  border: 1px solid #000;
  overflow-y: scroll;
  margin: 0 auto;
  margin-bottom: 100px;
  background-color: gray;
}

.item{
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  color: white;
  padding: 20px;
}

.date{
  color: black;
}

.title{
  padding-left: 20px;
}

.title:hover{
  color: #302833;
  transition: 0.5s;
}

@media screen and (max-width: 767px){
.news-list .item{
  display: flex;
  flex-flow: column;
  margin: 20px;
}

.news-list .item .title{
  margin-top: 10px;
}
}


/* リスト3カラム */

.lists{
  margin: 80px 0 100px 0;
  justify-content: center;
}

.lists > li{
  margin-left: 0;
}

.list{
  padding: 5px;
  background: white;
  height: 120px;
  width: 250px;
  position: relative;
  border-radius: 15px;
  opacity: 0.8;
}

.list-2{
  padding: 5px;
  background: royalblue;
  height: 120px;
  width: 300px;
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 20px;
}

.list_title{
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 64px;
  left: 151px;
  transform: translate(-50%, -50%);
  height: auto;
  color: white;
}

.list_title:hover{
  color: #302833;
}

.list_title a{
  color: white;
}

.list-2:hover{
  background: lightskyblue;
  color: #4b5564;
  transition: 0.5s;
}

inquiry{/*反映されない*/
  width: 300px;
  margin-bottom: 100px;
}

.contents{
  font-size: 20px;
  text-align: left;
  margin-bottom: 50px;
}



/* --- 会社概要 --- */


a.access{
  color: white;
  background-color: blue;
  padding: 0.3em;
  border-radius: 0.2em;
  margin-left: 10px;
  font-size: 11px;
}

a.access:hover{
  border: 1px solid dimgray;
  color: white;
  background-color: dimgray;
  padding: 3px;
  border-radius: 3px;
  transition: 0.3s;
}

.access2{
  display: flex;
  flex-flow: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 0px;
  color: white;
}

.access2 >p{
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-top: 100px;
}

@media (width <= 500px) {
.access2 {
  flex-direction: column;
  align-items: center;
}
}

@media screen and (max-width: 600px){
.access3{
  padding-left: 20px;
  text-align: left;
  font-size: 18px;
  width: 90%;
  margin: 0 auto;
}
}

.access2 img{
  width: 200px;
}

.access3 > p{
  padding-left: 20px;
  text-align: left;
  font-size: 18px;
  width: 400px;
}

.access2 > p > span {
  font-size: 22px;
  font-weight: bold;
}

.access3 > p>img{
  width: 250px;
}

.access3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-img{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0 30px 0;
}

.product-img img{
  padding: 5px;
}

.business-img{
  display: flex;
  justify-content: center;
  margin: 30px 0 30px 0;
}

.business-img img{
  max-width: 500px;
  width: 80%;
}

.business-img a{
  max-width: 100%;
  width: 80%;
  margin: 0 auto;
}

.business-img2{
  display: flex;
  justify-content: center;
  margin: 30px 0 30px 0;
}

.business-img2 img{
  max-width: 100%;
  width: 90%;
}

.business-img2 a{
  text-align: center;
}



@media (width <= 500px) {
.product-img{
  flex-direction: column;
  align-items: center;
}
}



/* 019 */
.button019{
  margin-bottom: 80px;
  margin-top: 100px;
}

.button019 a{
  background: royalblue;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 280px;
  padding: 10px 25px;
  color: white;
  transition: 0.3s ease-in-out;
  font-weight: 700;
  font-size: 15px;
}

.button019 a:after{
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 12px;
  height: 12px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.button019 a:hover{
  background: lightskyblue;
  color: #302833;/* グレー紫 */
}

.button019 a:hover:after{
  right: 1.4rem;
}


/* 事業内容 */

.grid-container{
  width: 90%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 250px);
  gap: 5px;
  justify-content: center;
  margin: 0 auto;
}

.grid_item{
  display: flex;
  flex-flow: column;
}

.grid_item >p{
  color: #302833;/* グレー紫 */
  font-size: 13px;
  font-weight: 600px;
  text-align: center;
}

.button-14 a{
  font-family: 'Noto Sans JP', serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: white;
  font-weight: 700;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 180px;
  text-align: center;
  padding: 4px 16px 4px 0;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.button-14 a::before{
  content: "";
  display: block;
  position: absolute;
  width: 180px;
  height: 2px;
  background: white;
  bottom: 0;
  transition: all 0.3s;
}

.button-14 a::after{
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background: white;
  rotate: 40deg;
  right: -4px;
  bottom: 10px;
  transition: all 0.3s;
}

.button-14 a:hover::after,
.button-14 a:hover::before{
  translate: 20px 0;
  transition: all 0.3s;
}

.index{
  width: 70%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 30px;
}

.index2{
  width: 500px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin:0 auto;
}

.button-14{
  width: 500px;
  margin: 0 auto;
  padding: 10px;
}



/* index */

.textlink{
  color: white;
  font-weight: bold;
  background-image: linear-gradient(white, white);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
  margin: 0 20px 10px 20px;
}

.textlink:hover {
  background-position: bottom left;
  background-size: 100% 2px;
}

.table-area{
  width: 90%;
  margin: 0 auto;
  overflow-x: auto;
}

h5{
  font-size: 20px;
  color: white;
  margin-bottom: 5px;
}

table.sp-table{
  width: 100%;
  min-width: 900px;
}

table.sp-table2{
  width: 100%;
  min-width: 900px;
}

table.sp-table,
table.sp-table td,
table.sp-table th{
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  border-collapse: collapse;
}

table.sp-table td,
table.sp-table th{
  font-size: .8rem;
  padding: 1em;
  box-sizing: border-box;
}

table.sp-table th{
  color: white;
  background-color: rgba(48,40,51,0.4);
}

table.sp-table td{
  color: white;
  background-color: rgba(255,255,255,0.3);
}




/*--PC--*/

@media screen and (min-width: 1025px){
.table-area{
  overflow-x: auto;
}

.business-table2{
  overflow-x: auto;
}

}

.business-table,.business-table2{
  margin: 0 0 50px 0;
}



@media (max-width: 600px){

.sp-table{
  margin-top: 10px;
}

.sp-table2{
  margin-top: 50px;
}

.business-item img{
  width: 50%;
  margin: 0 auto;
}

.center{
  text-align: center;
}

.business-item >h5{
  padding-top: 50px;
  margin: 0 auto;
}

.message p{
  max-width: 100%;
  width: 90%;
  margin: 0;
  padding: 0;
}

.privacy{
  margin-left: 5px;
  margin-right: 5px;
}

}


@media (max-width: 800px){

/* 加工範囲表 */

.business-table > table th,
.business-table > table td{
  display: block;
  width: 80%;
  border-bottom: none;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
}

.sp-table3{
  width: 500px;
  vertical-align: middle;
}
}


.business-table2{
  margin-top: 50px;
  max-width: 100%;
  width: 80%;
  overflow-x: auto;
  margin: 0 auto;
}

.business-item{
  display: flex;
  flex-direction: column;
}

.business-item img{
  width: 200px;
  margin: 5px 0 5px 0;
}

h4{
  font-size: 25px;
  text-align: center;
  color: white;
  padding-top: 50px;
}

.business-table{
  max-width: 700px;
  width: 80%;
  text-align: center;
  **right: 0;
  margin: auto;
  margin-bottom: 50px;
}

.business-table2 th{
  border: solid 1px gray;
  height: 50px;
  font-weight: bold;
  text-align: center;
  width: 50px; 
}

.business-table2 td{
  border: solid 1px gray;
  height: 50px;
  font-weight: bold;
  text-align: center;
  width: 300px;
}

.business-table th{
  height: 50px;
  font-weight: bold;
  text-align: center;
  width: 50px;
}

.business-table td{
  height: 50px;
  font-weight: bold;
  text-align: center;
  width: 300px;
}

table{
  border-collapse: collapse;
  margin: 0 auto;
}

.sp-table th,td{
  background-color: white;
}

.sp-table th{
  font-weight: bold;
  text-align: center;
}

.sp-table td{
  font-weight: bold;
  text-align: center;
}

.sp-table,.sp-table2{
  border-collapse: collapse;
}

.a{
  width: 35%;
  left: 0;
}

.b{
  width: 15%;
}

.c{
  width: 35%;
}

.d{
  width: 15%;
}

.cell-yellow{
  background-color: rgb(230,230,0);
}

.cell-blue-1{
  background-color: rgb(20,170,160);
}

.cell-blue{
  background-color: rgb(20,170,160);
  font-size: 20px;
}

.cell-red{
  background-color: rgb(250,128,114);
}

.cell-skyblue{
  background-color: rgb(135,206,250);
}

.cell-white{
  background-color: white;
}

.cell-white2{
  background-color: lightgray;
  width: 100px;
}

.cell-white2 >span{
  font-size: 0.5em;
}

.cell-gray{
  background-color: lightgray;
  width: 60px;
}

.cell-white3{
  background-color: lightgray;
  width: 110px;
}



/*--加工--*/

.wrap{
  display: grid;
  max-width: 500px;
  width: 80%;
  grid-auto-rows: auto;
  grid-template-columns: 30% 70%;
}

@media screen and (max-width: 480px){
.wrap{
  grid-auto-columns: auto;
  margin: 0 auto;
  max-width: 500px;
  width: 80%;
}
}

.ttl,.itm{
  padding: 0.5rem;
  color: #444;
  border-bottom: solid #e7e7e7 1px;
}

.itm:nth-child(6){
  border: none;
}

.ttl:nth-child(5){
  border: none;
}

.ttl{
  font-size: 18px;
  font-weight: bold;
  background-color: silver;
}

.itm{
  font-size: 16px;
  background-color: #fff;
}



@media screen and (max-width: 768px) {
.ttl,.itm{
  grid-column: 1 / 3;
}
}


.processing-specs{
  text-align: center;
  margin: 0 auto;
  display: grid;
  place-items: center;
}

/*--加工範囲表--*/
.processing-range{
  margin: 0 auto;
}

.product-tite >p{
  font-size: 30px;
  text-align: center;
}

.product-tite >p >span{
  font-size: 20px;
  text-align: center;
}

.product-tite{
  display: flex;
  flex-flow: column;
  background-color: rgba(255,255,255,0.6);
  border-radius: 3px;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}


/*--ページ内リンク--*/
.anchor{
  display: block;
  padding-top: 70px;
}

.detail{
  font-size: 40px;
  font-family: "Dejavu Sans";
}

.comment .comment2{
  width: 600px;
}

.comment2{
  width: 70%;
  margin: 0 auto;
  padding: 80px 0 50px 0;
}

.comment2 >ul >li >span{
  font-size: 19px;
  font-weight: 500;
}

li.porisy{
  margin-bottom: 20px;
}

.comment2 >ul >li{
  font-size: 30px;
  font-weight: 500;
}

.comment2 ul{
  color: white;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
}

.comment > img{
  text-align: right;
  margin-right: 0;
}

.comment p{
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  font-size: 17px;
  line-height: 30px;
  color: white;
  text-align: left;
  max-width: 700px;
  width: 500px;
  margin: 0 auto;
}

.comment p >span{
  text-align: right;
}

.comment p,.comment2 p{
  text-shadow: 2px 2px 2px black
}

/* レイアウトCSS */
.inner{
  max-width: 100%;
  width: 80%;
  margin: 0 auto;
  padding: 20px 0 50px 0;
  left: auto;
  right: auto;
}

.fadeInBlock{
  display: grid;
  place-content: center;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}



@media (max-width: 700px) {
.fadeInBlock{
  grid-template-columns: 500px;
  margin: 0 auto;
  padding-left: -50px;
}

.block{
  text-align: center;
}

.product-tite{
  width: 100%;
  margin: 0 auto;
}
}

.block{
  padding-left: 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: royalblue;
  padding: 20px 20px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 0.5em;
  transition: 1s;
}

.block{
  color: white;
}

.block2{
  display: grid;
  place-content: center;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.block2-item{
  color: white;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: rgb(80 145 250);
  padding: 20px;
  margin-top: 5px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 0.5em;
  transition: 1s;
}

.block-item{
  display: flex;
  flex-direction: column;
  border-radius: 0.3em;
}

.block > span{
  font-size: 15px;
}

.block:hover{
  background: lightskyblue;
  color: #302833;
  transition: 0.5s;
}

.block2-item:hover{
  background: lightskyblue;
  color: #302833;
  transition: 0.5s;
}



/** 会社概要 */

.table_design03{
  width: 700px;
  margin: 0 auto;
}

.table_design03 th, .table_design03 td{
  padding: 1em;
  font-size: 15px;
  background-color: rgba(255,255,255,0.8);
  background-blend-mode: darken;
}

.table_design03 th{
  border-bottom: 2px solid #4d9bc1;/** 水色アンダーバー */
  text-align: center;
  width: 30%;
  min-width: 4em;
}

.table_design03 td{
  border-bottom: 0.5px solid gray;
}

.table_design03 td{
  text-align: left;
  line-height: 30px;
}

.table_design04{
  width: 700px;
  max-width: 800px;
  margin: auto;
}

.table_design04 th, .table_design04 td{
  padding: 1em;
  font-size: 15px;
  background-color: rgba(255,255,255,0.8);
  background-blend-mode: darken;
}

.table_design04 th{
  border-bottom: 2px solid #4d9bc1;
  text-align: right;
  width: 20%;
  min-width: 4em;
}

.table_design04 td{
  text-align: left;
  border-bottom: 0.5px solid gray;
}

th.a-1{
  border-bottom: none;
}

td.a-1{
  border-bottom: none;
}


@media(max-width:700px){

.table_design03,.table_design04{
  margin: 0 auto;
  max-width: 100%;
  width: 90%;
  text-align: center;
}

.table_design03 th,.table_design03 td{
  margin: 0 auto;
  text-align: center;
}

.table_design03 th ,.table_design04 th{
  border-bottom: 2px solid #4d9bc1;/** 水色アンダーバー */
  background-color: lightsteelblue;
  max-width: 100%;
  width: 90%;
}

.table_design03 td ,.table_design04 td{
  border-bottom: none;
}

.table_design04 th,.table_design04 td{
  margin: 0 auto;
  text-align: center;
}

.table_design03 td{
  width: 90%;
  background-color: rgba(255,255,255,0.8);
}

.table_design04 td{
  width: 90%;
  background-color: rgba(255,255,255,0.8);
}
}


@keyframes textanimation {
0%{
  opacity: 0;
}

100%{
  opacity: 1;
}
}

.recruit-1{
  color: white;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  padding-bottom: 50px;
}

.recruit-1 > span{
  font-size: 40px;
  font-weight: bold;
  padding-top: 100px;
}

.download-btn{
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #000;
  cursor: pointer;
  transition: 0.8s;
}

.download-btn:hover{
  background-color: #3367b9;
  border: 1px solid #fff;
}

.download-btn a[download]{
  display: block;
  padding: 15px 0;
  color: #000;
}

.download-btn:hover a[download]{
  color: #fff;
}

.arow-icon{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.down-arrow{
  fill: #aaa;
}

.bottom-icon{
  width: 14px;
  height: 3px;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

.download-btn:hover .bottom-icon{
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.download-btn:hover .down-arrow{
  fill: #fff;
  animation: slide-in-top 0.6s linear both;
}

@keyframes slide-in-top {
0%{
  transform: translateY(-10px);
  opacity: 0;
}

100%{
  transform: translateY(0);
  opacity: 1;
}
}


.privacy{
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto;
  padding: 80px 100px 50px 100px;
  line-height: 2em;
  text-shadow: 1px 1px 4px #4b5564;
  color: white;
}

.privacy > p{
  padding: 30px 0 20px 0;
  font-size: 20px;
  text-align: right;
  font-weight: 500;
  line-height: 2em;
}

.message{
  font-size: 18px;
  max-width: 100%;
  width: 80%;
  margin: 0 auto;
  line-height: 2em;
  text-shadow: 1px 1px 4px #4b5564;
  color: white;
}

.message > p{
  padding: 30px 0 20px 0;
  font-size: 18px;
  text-align: right;
  font-weight: 500;
  line-height: 2em;
}
