@charset "UTF-8";
/*〜*/
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
  max-width: 1180px;
    margin: 0 auto;
  background-color: #020c16;
  /*#020c16;*/
  color: #ffffff;
  /*#c9c4b8;*/
}
a {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #ffffff;
}
a:hover {
  color:#c0c0c0;
}
.wrapper{
  max-width: 1080px;
  margin:0 auto;
  position: relative;
  background-color: #020c16;
  /*padding: 0 50px;*/
}

/* 全ページ共通設定　*/
.category-title {
  margin-top: 50px;
}
.category-title h1 {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.2rem;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: solid 3px #ffffff;
  width: 100%;
}
.contents {
  margin-top: 70px;
  padding: 0 50px;
}
.sub-title {
  display: block;
  background-color: #4c4948;
  margin-top: 50px;
}
.sub-title p {
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.1rem;
  padding-left: 30px;
}

/* Loading背景画面設定　*/

#splash {
/*fixedで全面に固定*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#020c16;
  text-align:center;
  color:#70644f;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:180px;
  margin-bottom: 20px;
}
#splash_logo p {
  letter-spacing: 0.1rem;
}

/* fadeUpをするアイコンの動き */
.fadeUp{
-webkit-animation-name: fadeUpAnime;
        animation-name: fadeUpAnime;
-webkit-animation-duration:0.8s;
        animation-duration:0.8s;
-webkit-animation-fill-mode:forwards;
        animation-fill-mode:forwards;
opacity: 0;
}

@-webkit-keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/*========= 全画面表示ヘッダー ===============*/

/*header設定*/
#fullmovie{
height: 100vh;/*高さを全画面にあわせる*/
z-index: 0;
}

#fullmoviearea{
position: absolute;
z-index: -1;/*最背面に設定*/
top: 0;
right:0;
left:0;
bottom:0;
overflow: hidden;
}

#fullmoviearea:after {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
background-size: 4px 4px;
background-position: 0 0, 2px 2px;
}

#fullvideo {
/*天地中央配置*/
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
/*縦横幅指定*/
width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
 min-height: 100%;
 min-width: 100%;
}

/*見出し設定*/
.openbtn {
  display: none;
}
.m-global-nav{
 display: none;
}

.global-nav {
/*要素の配置*/
position:absolute;
/*要素を天地中央寄せ*/
top: 5%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
/*見た目の調整*/
color:#fff;
text-shadow: 0 0 15px #666;
width: 99vw;
}

/*========= 背景動画設定ここまで ===============*/


.global-nav {
  	display:flex;
    -ms-flex-line-pack: justify;
  justify-content: space-between;
  padding: 35px 40px 0;
}
.global-nav img {
  width: 250px;
  min-width: 200px;
  height: auto;
  padding-left: 25px;
  padding-top: 25px;
}
.global-nav ul {
  	display:flex;
    -ms-flex-line-pack: distribute;
  justify-content: space-around;
 align-items: center;
  list-style-type: none;
  margin-top: 0;
  padding-top: 45px;
  padding-right: 25px;
}
.global-nav li{
  margin-left: 15px;
  border-bottom: 3px solid #ffffff;
  font-size: 1.0rem;
  font: #ffffff;
  font-family: sans-serif;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.global-nav li a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.company-image {
  display:block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-40%) translateX(-50%);
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.company-image img {
  margin: 0 auto;
  width: 180px;
  margin-bottom: 25px;
}
.company-image h3{
  font-size: 2rem;
  letter-spacing: 0.25rem;
  margin-bottom: 70px;
  padding-left: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.scroll a {
  display: block;
  margin: 0 auto 30px auto;
}
.scroll h5 {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  -moz-text-align-last:center;
       text-align-last:center;
  font-family: sans-serif;
}

/*== 無限に波紋が広がる */

.btnripple2{
    /*波紋の基点とするためrelativeを指定*/
	position: relative;
    /*波紋の形状*/
	display:inline-block;
	background:rgba(255, 255, 255, 0);
	width:50px;
	height:50px;
	border-radius: 50%;
	color:#ccc;
    outline: none;
    /*アニメーションの設定*/
    transition: all .5s;
}

/*hoverした際の背景色の設定*/
.btnripple2:hover{
	background:#666;
}

/*波形を2つ設定*/
.btnripple2::after,
.btnripple2::before {
    content: '';
    /*絶対配置で波形の位置を決める*/
    position: absolute;
    left: -25%;
    top: -25%;
    /*波形の形状*/
    border: 1px solid #ffffff;
    width: 150%;
    height: 150%;
    border-radius: 50%;
    /*はじめは不透明*/
    opacity: 1;
    /*ループするアニメーションの設定*/
    -webkit-animation:1.5s circleanime linear infinite;
            animation:1.5s circleanime linear infinite;
}

/*波形の2つ目は0.5秒遅らせてアニメーション*/
.btnripple2::before {
    -webkit-animation-delay:.7s;
            animation-delay:.7s;
}

/*波形のアニメーション*/
@-webkit-keyframes circleanime{
	0%{
	  transform: scale(0.68);
	}
	100%{
		transform: scale(1.2);
		opacity: 0;
	}
}
@keyframes circleanime{
	0%{
	  transform: scale(0.68);
	}
	100%{
		transform: scale(1.2);
		opacity: 0;
	}
}

/*中央矢印*/
.btnripple2 span:after {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  border-bottom-width: 0;
  }


/*========= ヘッダーここまで ===============*/

.space1 {
  margin-top: 20vh;
}

/*企業理念*/
.philosophy{
  margin: 0 auto;
  margin-bottom: 300px;
  padding: 0 20px;
  height: 450px;
  position: relative;
  z-index: 0;
}
#philosophy-header {
  margin-bottom: 10px;
  display: block;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.7rem;
  margin: 0 auto;
}


/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
	overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	display: inline-block;
}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
	-webkit-animation-name:slideTextX100;
	        animation-name:slideTextX100;
	-webkit-animation-duration:2.0s;
	        animation-duration:2.0s;
	-webkit-animation-fill-mode:forwards;
	        animation-fill-mode:forwards;
    opacity: 0;
}

@-webkit-keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
	-webkit-animation-name:slideTextX-100;
	        animation-name:slideTextX-100;
	-webkit-animation-duration:2.0s;
	        animation-duration:2.0s;
	-webkit-animation-fill-mode:forwards;
	        animation-fill-mode:forwards;
    opacity: 0;
}


@-webkit-keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}


@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}
/*========= 流れるテキストここまで ===============*/

/*========= 下から出るテキスト ===============*/

/* 上下のアニメーション*/
.downAnime{
    opacity: 0;/* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
    -webkit-animation-name:slideTextY100;
            animation-name:slideTextY100;
    -webkit-animation-duration:1.5s;
            animation-duration:1.5s;
    -webkit-animation-fill-mode:forwards;
            animation-fill-mode:forwards;
    opacity: 0;
}

@-webkit-keyframes slideTextY100 {
    from {
        transform: translateY(200%);/* 要素を上の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}

@keyframes slideTextY100 {
    from {
        transform: translateY(200%);/* 要素を上の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}

.slideAnimeUpDown {
    -webkit-animation-name:slideTextY-100;
            animation-name:slideTextY-100;
    -webkit-animation-duration:1.5s;
            animation-duration:1.5s;
    -webkit-animation-fill-mode:forwards;
            animation-fill-mode:forwards;
    opacity: 0;
}

@-webkit-keyframes slideTextY-100 {
    from {
        transform: translateY(-200%);/* 要素を下の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}

@keyframes slideTextY-100 {
    from {
        transform: translateY(-200%);/* 要素を下の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}
/*========= 下から出るテキストここまで ===============*/

.philosophy-box{
  margin-top: 0px;
  padding-top: 80px;
  padding-left: 40px;

}
.philosophy-back {
  position: absolute;
  z-index: -5;
  top:25px;
  right: -85px;
  width: 1165px;
}
.philosophy-back img {
  margin: 40px auto 0;
  width:100%;
}
.philosophy-box ul {
  text-align: left;
}
.philosophy-box li {
  font-size: 1.5rem;
  list-style:none;
  margin-bottom: 1.4rem;
}
/*業務内容*/
.work {
  margin: 100px auto;
}
.work-header {
  margin-bottom: 10px;
  display: block;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.7rem;
  margin: 0 auto;
}
.work-display-box{
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 0;
  display:flex;
  justify-content: center;
}
.box1 {
  width: 50%;
}
.box2 {
  width: 50%;
  display: table;
}
.belt{
  display:block;
  height: 2.5rem;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.3);
  text-align: right;
  line-height: 2.5rem;
  padding:0 40px;
  display: table-caption;
}
.belt p {
  font-size: 1.5rem;
}
.belt2{
  display:block;
  font-size: 1.2rem;
  height:3rem;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.3);
  text-align: right;
  line-height: 3rem;
  padding:0 2rem;
  display: table-caption;  display: table-caption;

}
.belt3{
  display:block;
  height:3rem;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.3);
  text-align: left;
  line-height: 3rem;
  padding:0 60px;
  display: table-caption;

}
.work-text-box {
  padding: 0 50px 35px 60px;
  text-align: justify;
  text-justify: inter-ideograph;
  display: table-cell;
  vertical-align: middle;
}
.new {
  margin-top: 30px;
}
.new p {
  display: block;
  background-color: #b30000;
  font-size: 2rem;
  text-align: center;
  width: 140px;
  font-family: sans-serif;
}
.text-box{
  margin-top: 5px;
}
.text-box h2 {
  display: block;
  margin: 0 auto;
  letter-spacing: 0.4rem;
  font-size: 2rem;
  /*width: max-content;*/
}
.text-box p {
  margin-top: 30px;
  line-height: 2rem;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-family: sans-serif;
}
.text-box2 {
  margin-top: 30px;
}
.text-box2 h2 {
  display: block;
  margin: 0 auto;
  letter-spacing: 0.4rem;
  font-size: 2rem;
  /*width: max-content;*/

}
.text-box2 p {
  margin-top: 30px;
  line-height: 2rem;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-family: sans-serif;
}
/*板金加工・シルク印刷*/
.text-box3 {
  margin-top: 30px;
}

.text-box3 h2 {
  display: block;
  /*margin: 0 auto;*/
  letter-spacing: 0.4rem;
  font-size: 2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: justify;
  text-justify: inter-ideograph;
}
.text-box3 p {
  margin-top: 30px;
  line-height: 2rem;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-family: sans-serif;
}
/*詳細ボタン*/
.link-btn {
  margin-top: 50px;
}

.link-btn a {
  text-decoration: none;
  margin: 0 auto;
  padding: 0.4em 1em;
  width: 100%;
  height: 50px;
  color: #333;
  background-color: #cccccc;
  transition: 0.3s;
  font-size: 1.4rem;
}
.link-btn a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}

/*きらっと光る装飾*/
.btnshine{
    /*キラッと光る基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	display:inline-block;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}

/*キラッと光る*/
.btnshine::before {
	content: '';
    /*絶対配置でキラッと光るの位置を決める*/
	position: absolute;
	top: 0;
	left: -75%;
    /*キラッと光る形状*/
    width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
	-webkit-animation: shine 0.7s;
	        animation: shine 0.7s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

/*Twitter埋め込み*/
.tw .work-display-box {
  border: 2px solid #4e555c;
  padding: 40px 45px 40px 0;
}
.tw .work-display-box .box2 {
  width: 60%;
}
.tw .text-box2 h2 {
  letter-spacing:0; text-align: center; padding-bottom: 20px; font-weight: bold;
}

body.company .tw,
body.sheetmetal .tw,
body.factory .tw,
body.plating .tw,
body.security .tw {
  margin-top: 150px;
}


/*お問い合わせボタン*/
.contact {
  margin: 50px auto 0 auto;
}

.contact  a img {
  display: block;
  margin: 0 auto;
  width: 490px;
}

/*ダウンロードボタン*/
.download-btn {
  margin-bottom: 50px;
}
.download-btn img {
  display: block;
  margin: 0 auto;
  width:450px;
}


/*フッター部分*/

.company-info{
  padding-top:30px;
  padding-bottom: 30px;
  	display:flex;
   justify-content:center;
 align-items: center;
  font-family:sans-serif;
}

.name {
  margin-right: 50px;;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  letter-spacing: 0.1rem;

}
.japanese p {
  font-size: 1.5rem;
}
.roman p {
  font-size: 0.8rem;
}
.email {
  letter-spacing: 0.1rem;
}
.info {
  letter-spacing: 0.2rem;
}

footer {
  z-index: 0;
  font-family:sans-serif;
  margin-top: 200px;
}
.footer-wrapper{
  max-width: 1080px;
  margin:0 auto;
  position: relative;
  background-color:rgba(0, 0, 0, 0.0);

  /*padding: 0 50px;*/
}
.footer-image {
  position:absolute;
  z-index: -1;
  bottom: 0;
  right: 165px;
}
.footer-image img {
  width: 180%;
  max-width: 180%;
  opacity: 0.1;
}
.footer-nav {
  z-index: 5;
  margin: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 100%;
}
.footer-nav ul {
  	display:flex;
  justify-content:space-around;
 align-items: center;
  list-style-type: none;
  padding: 10px 10px;
}
.footer-nav li {
  margin-left: 30px;
  font-size: 1.2rem;
}
.copyright{
  padding: 30px 0;
}
.copyright p {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
}

/*  各ページ/セキュリティー　*/
.security-header-area {
  height: 400px;
  background-image: url("../images/back_security.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
}

/*見出し設定*/
.page-global-nav {
/*要素の配置*/
position:absolute;
/*要素を天地中央寄せ*/
top: 5%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
/*見た目の調整*/
color:#fff;
text-shadow: 0 0 15px #666;
width: 100vw;
}

.page-global-nav {
  	display:flex;
 justify-content: space-between;
  padding: 35px 40px 0;
  max-width: 1180px;
}
.page-global-nav img {
  width: 250px;
  min-width: 200px;
  height: auto;
  padding-left: 25px;
  padding-top: 25px;
}
.page-global-nav ul {
  	display:flex;
  justify-content: space-around;
 align-items: center;
  list-style-type: none;
  margin-top: 0;
  padding-top: 45px;
  padding-right: 25px;
}
.page-global-nav li{
  margin-left: 15px;
  border-bottom: 3px solid #ffffff;
  font-size: 1.0rem;
  font: #ffffff;
  font-family: sans-serif;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page-global-nav li a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.title {
  	display:flex;
  justify-content: space-around;
 align-items:center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.new2 {
  margin-top: 0;
  margin-left: 0;
}
.new2 p {
  display: block;
  background-color: red;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 20px;
  width: 120px;
  font-family: sans-serif;
}
.title h1 {
  letter-spacing: 0.4rem;
  font-size: 2.8rem;
  margin:auto 2vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.contents {
  margin-top: 70px;
  padding: 0 50px;
}
.contents2 h1 {
  display: block;
  text-align: center;
  letter-spacing: 0.1rem;
  font-size: 2rem;
  margin: 0 auto;
  border-bottom: none;
  margin-top: 50px;
}

.security1 {
  font-family: sans-serif;
}
.contents p {
  letter-spacing: 0.1rem;
  font-size: 1rem;
  line-height: 2.4rem;
  text-align: left;
  margin: 30px;
}
.video{
  display: block;
  margin: 0 auto;
  width: 70%;
  height: auto;
  border: solid 1px #c9c4b8;
  padding-bottom:2px;
}

.security2 {
  display: block;
  background-color: #4c4948;
  line-height: 2.4rem;
}
.security2 p {
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 0.1rem;
  text-align: left;
}
.panel {
  margin-bottom: 5vh;
  padding: 0 auto;
}
.panel img {
  max-width: 100%;
}
.contents h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 50px;
}
.panel-image {
  display: block;
  margin: 50px auto;
  padding: 0 auto;
}
.panel-image img {
  max-width: 100%;
}
.actiontopannel {
  display: block;
  margin: 50px auto;
  padding: 0 6vw;
}
.actiontopannel img{
  margin: 0 auto;
  width: 100%;
}
.flex-scene {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
  margin-top: 30px;
}
.flex-scene-item {
  width: 40%;
  margin-bottom: 30px;
}
/*  各ページ/めっき　*/
.plating-header-area {
  height: 400px;
  background-image: url("../images/background-plating.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
}
.plating2 {
  font-family: sans-serif;
  padding: 0 50px;
}
.plating-display-box{
  	display:flex;
  align-items: flex-start;
}
.sans-serif {
  font-family: sans-serif;
}
.sheetmetal-display-box {
  margin: 1vh 2vw;
}
.sheetmetal-display-box img {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.plating-box {
  width:45%;
  max-height: 100%;
}
.plating1 img {
  width: 65%;
}
.flex-plating1{
  display:flex;
  justify-content:space-around;
  align-items: center;
}
.flex-plating1 p {
  font-size: 1.5rem;
  font-family: sans-serif;
  margin-top: 5px;
}
.flex-plating2{
  display:flex;
  justify-content:space-around;
  align-items: center;
}
.flex-plating2 p {
  font-size: 1.5rem;
  font-family: sans-serif;
  margin-top: 5px;
}

.plating-btn{
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  font-family: sans-serif;
}
.evaluation {
  display: block;
  margin: 0 auto;
}
.evaluation p {
  text-align: center;
  font-size: 1.5rem;
}
.evaluation img {
  width:80%;
  margin: 0 auto;
}
.evaluation h3 {
  padding-bottom: 2vh;
  border-bottom: 1px solid #ffffff;
}
.plating-notice {
  margin: 100px auto 50px auto;
}
.plating-notice img {
  width: 100%;
}

/*  各ページ/板金加工・シルク印刷　*/
.sheetmetal-header-area {
  height: 400px;
  background-image: url("../images/background-sheetmetal.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
}
.sheetmatal-display-image {
  	display:flex;
 align-items: center;
  justify-content:center;

  margin:20px 40px 0 40px;
}
.sheetmatal-display-image img {
  width: 48%;
}

/*  各ページ/工場設備　*/
.factory-header-area {
  height: 400px;
  background-image: url("../images/back_factory.png");
  background-repeat: no-repeat;
}

.factory1 {
  margin: 0 auto;
  width: 90%;
}
.description {
  	display:flex;
 align-items:flex-start;
  justify-content: space-around;
  margin-bottom: 3vh;
}
.description p {
  text-align: center;
  font-size: 1.5rem;
  margin:auto;
}
.description img {
  max-width: 50%;
}
.description ul {
  width:50vw;
  line-height: 3rem;
  list-style-type:none;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  margin-top: 0;
  font-family: sans-serif;
}
.description li:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.3);
}
.license {
  	display:flex;
	justify-content: space-around;
 align-items: center;
  width: 100%;
  margin: 0 auto;
}
.license img {
  width: 43%;
}
.license-list p {
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  line-height: 2.4rem;
  text-align: left;
  margin: 0 auto;
  font-family: sans-serif;
}
.circle {
  display:inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #000000;
  text-align: center;
  line-height: 150px;
  border: 2px solid #ffffff;
  }
.panel-list {
  	display:flex;
  justify-content: space-between;
 align-items: flex-end;
}
.panel-list p {
  font-size: 1rem;
  margin: inherit;
}

.factory-list{
  	display:flex;;
  list-style-type: none;
  justify-content: space-around;
}
.factory-list li {
  font-family: sans-serif;
  font-size: 1.5rem;
}
.environmental-policy{
  margin-top: 100px;
}
.header-image {
  margin: 0 auto;
}
.environmental-policy p {
  border-left :solid 5px #6fc9f3;
  padding: 10px 20px;
  font-family: sans-serif;
}

/*  各ページ/会社概要　*/
.company-header-area {
  height: 400px;
  background-image: url("../images/back_company.png");
  background-repeat: no-repeat;
}
.president-greeting {
  	display:flex;
  justify-content:space-around;
 align-items: center;
  padding: 0 2vw;
}
.greeting {
  width:50%;
  padding-top: 2%;
}
.image{
  width:40%;
}
.text h3{
  text-align: left;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
}
.text p {
  text-align: left;
  margin:1%;
}
.sign{
  	display:flex;
 justify-content:flex-end;
 align-items: center;
}
.sign img {
  width: 40%;
  height: auto;
}
table {
  margin: 0 auto;
  font-family: sans-serif;
  font-size: 1.2rem;
}
table td {
  padding: 1vh 2vw;
}
.top {
  vertical-align: top;
}
.map {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}

.recruit-button {
  background:url(../images/recruit-button.png);
  position: fixed;
  bottom: 70%;
  z-index: 1;
  right: 0;
  width: 210px;
  height:40px;
}
.recruit-button a {
    text-indent: -9999px;
    width: 100%;
    display: block;
}

.recruit-button:hover {
  opacity: 0.8;
}

.recruit-button2 {
  background: url(../images/recruit-button2.png);
  position: fixed;
  bottom: 40%;
  z-index: 1;
  right: 1%;
  width: 180px;
  height: 185px;
  background-repeat: no-repeat;
}

.recruit-button2-a {
  text-indent: -9999px;
  width: 100%;
  display: block;
}

.recruit-button2:hover {
  transform: translateY(-8px);
}

/*  各ページ/リクルート　*/
.recruit .wrapper {
  font-family: sans-serif;
}

.recruit .recruit-header-area {
  height: 400px;
  background-image: url("../images/back_recruit.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #000 !important;
}

.recruit .wrapper {
  background-color: #00b2ed;
}

.recruit .cir-block-top {
  width: 850px;
  height: 10px;
  background-color: #fff;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 10px 10px 0 0;
  margin: 10px auto -1px;
}
.recruit .cir-contents {
  width: 850px;
  background-color: #fff;
  border-left:2px solid #fff;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
  margin: 0 auto -1px;
  padding: 0 5%;
}
.recruit .cir-contents h2 {
  color: #00b2ed;
  text-align: center;
}
.recruit .cir-contents p{
  color:#000;
  line-height: 1.8;
}
.recruit .cir-block-bottom {
  width: 850px;
  height: 10px;
  background-color: #fff;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 0 0 10px 10px;
  margin: 0 auto;
}
.recruit .recruit2 p {
  text-align: center;
}

.recruit .category-title {
  margin-top: -1px;
  padding-top: 80px;
}
.recruit h2 {
  border-bottom: 2px solid #fff;
  letter-spacing: 0.4rem;
  font-size: 2.3rem;
  width: max-content;
  text-align: center;
  padding-top: 3px;
  margin: 0 10%;
  text-align: center;
  width: 80% !important;
}

.recruit h2.accord-h2 {
  border-bottom: 2px solid #fff;
  letter-spacing: 0.4rem;
  font-size: 2.3rem;
  width: max-content;
  text-align: center;
  padding-top: 3px;
}

.recruit h3 {
  background-color: #b5e1f8;
  font-weight: bold;
  color: #000;
  padding: 3px 0 3px 9px;
}

.recruit h4 {
  font-weight: bold;
  color: #000 !important;
  font-size:1.1em;
  margin: 30px 0 10px;
}

.recruit .contents p {
  margin: 20px 0 70px 0;
  font-weight: bold;
  font-size: 1.5rem;
}


.recruit .cir-contents span {
  color: #00b2ed;
  font-weight: bold;
}

.recruit footer {
  margin-top: 0;
}

/*==================================================
アコーディオンのためのcss
===================================*/

.accord_button {
  border: none !important;
}


/*アコーディオンタイトル*/
.accode_title,
.accode_title2,
.accode_title3 {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
}

.accode_title h2,
.accode_title2 h2,
.accode_title3 h2 {
  border: none !important;
  width: 100% !important;
  padding: 10px 0;
}

/*アイコンの＋と×*/
.accode_title::before,
.accode_title::after,
.accode_title2::before,
.accode_title2::after,
.accode_title3::before,
.accode_title3::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #00b2ed;
}


.accode_title::before,
.accode_title2::before,
.accode_title3::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);

}

.accode_title::after,
.accode_title2::after,
.accode_title3::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
.accode_title.close::before,
.accode_title2.close::before,
.accode_title3.close::before {
  transform: rotate(45deg);
}

.accode_title.close::after,
.accode_title2.close::after,
.accode_title3.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.accord_box,
.accord_box2,
.accord_box3 {
  display: none;
  /*はじめは非表示*/
  margin: 0 3% 3% 3%;
  padding: 0 3%;
}


/*_Responsive__________________________Responsive_____________________________Responsive_____________________Responsive________________________*/
/*〜*/
@media screen and (max-width:600px){

#fullmoviearea {
  display: none;
}
.global-nav {
  display:none;
}

/*========= ナビゲーションのためのCSS ===============*/

.m-global-nav{
    display: block;
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
      z-index: 999;
      /*ナビのスタート位置と形状*/
  	top:-120%;
      left:0;
  	width:100vw;
      height: 70vh;/*ナビの高さ*/
  	background:#000000;
      /*動き*/
  	transition: all 0.8s;
}

/*アクティブクラスがついたら位置を0に*/
.m-global-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
.m-global-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 70vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
.m-global-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    margin-left: 0;
    padding-left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

/*リストのレイアウト設定*/

.m-global-nav li{
	list-style: none;
    text-align: center;
}

.m-global-nav li a{
	color: #ffffff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: sans-serif;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
  display: block;
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 80px;
    height:80px;
}

/*×に変化*/
.openbtn span{
    display: inline-block;
    transition: all .6s;
    position: absolute;
    left: 14px;
    height: 7px;
    border-radius: 2px;
	background-color: #ffffff;
  width: 75%;
  }

.openbtn span:nth-of-type(1) {
	top:20px;
}

.openbtn span:nth-of-type(2) {
	top:40px;
}

.openbtn span:nth-of-type(3) {
	top:60px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 75%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 75%;
}

.company-image {
  display:block;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-40%) translateX(-50%);
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.company-image img {
  margin: 0 auto;
  width: 100px;
  margin-bottom: 25px;
}
.company-image h3{
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.scroll a {
  display: block;
  margin: 0 auto 30px auto;
}
.scroll h5 {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  -moz-text-align-last:center;
  text-align-last:center;
  font-family: sans-serif;
}
.philosophy-box {
  margin: 30px auto;
  padding: 0;
}
.philosophy-box ul {
  margin: 0 auto;
  padding:0 5%;
}
.philosophy-back {
  display: none;
}
.work-display-box {
  display: block;
}
.box1 {
  width:100%;
}
.box2 {
  width:100%;
}
.work-text-box {
  padding: 0 10% 0 10%;
  text-align: justify;
  text-justify: inter-ideograph;
  display: table-cell;
  vertical-align: middle;
}
.footer-image {
  display: none;
}
.company-info {
  display: block;
}
.name {
  margin: 0 15%;
  padding: 0;
}
.info {
  margin: 10% 10%;
  padding: 0;
}
.info p {
  font-size: 1rem;
  letter-spacing: 0rem;
}
.footer-nav {
  display: block;
  margin: 0 auto;
  padding: 0 15%;
}
.footer-nav ul {
  display: block;
  margin-bottom: 5%;
}

}