@charset "UTF-8";
/* CSS Document */


html {
	scroll-behavior: smooth;
}

body{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 2;
	background: #005497;
}



.mbLL{
  margin-bottom: 5em;
}

header{
	align-items: center;
	position: fixed;
	z-index: 7777;
}

#logo{
	line-height: 1;
}

#logo img{
	max-width: 200px;
}


header .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-nav ul{
	display: flex;
}

.header-nav li{
	margin-left: 40px;
}

@media screen and (max-width:1180px){
.header-nav li{
	margin-left: 20px;
}
}

.header-nav li a{
	color: #0099ff;
	text-decoration: none;
	
}

.header-nav li a:hover{
	color: #0099ff;
}



/*========= ヘッダーぼかしのためのCSS ===============*/
.l-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}

.header {
  height: 100px;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
	box-sizing: border-box;
	padding-top: 25px;

}
.header.header {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.header.header li {
  color: #333;
}

.header__inner {
  height: inherit;
	
}

.header__nav {
  height: inherit;
}

.header__nav ul {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.header__nav ul li {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 1000px){
.header-nav ul{
	display: none;
}
}
/*========= ヘッダーぼかしのためのCSS ===============*/


#slider{
	position: relative;

}
#slider .lead{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10em;
}

#slider .lead p{
	font-family: "Audiowide", sans-serif;
	font-weight: 400;
	color: #fff;
	/*font-size: 72px;*/
  font-size: 4.5rem;
	line-height: 1.2;
	text-shadow: 1px 2px 3px #000
}
#slider .lead p span{
	/*font-size: 48px;*/
  font-size: 3rem;
}

/*
.slider{
	border: none;
	outline: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
*/
h2{
	font-size: 4.5rem;
}
h2 span{
	font-size: 3rem;
}

.wrapper{
	background: #0099ff;
	border-radius: 0 0 60px 60px;
	
}
#lead{
	padding-bottom: 100px;
}

#lead h2{
	font-weight: 700;
	/*font-size: 60px;*/
  font-size: 3.75em;
	line-height: 1.5;
	text-align: center;
	padding: 79px 0 32px 0;
	color: #FFFFFF;
}

#lead p{
	line-height: 36px;
	text-align: center;
	text-align: justify;
	color: #FFFFFF;
}

#about{
	background: #40aaff;
	border-radius: 60px;
	margin: 0 0 125px 0;
	padding-bottom: 100px;
}

#about h2{
	font-family: 'Arial',sans-serif;
	font-weight: 700;
	padding: 79px 0 0 0;
	display: block;
	font-size: 72px;
	line-height: 0.5;
	color: #FFFFFF;
}

#about h2 span{
	font-weight: 400;
	font-size: 18px;
	line-height: 5;
	color: #FFFFFF;
}

#about p{
	line-height: 36px;
	color: #FFFFFF;
}

.inner{
	max-width: 1160px;
	margin: 0 auto;
}

@media screen and (max-width: 1276px){
.inner{
	width: 90%;
}
}

.title{
	margin-bottom: 1em;
	display: flex;
  vertical-align: middle; /* 子要素の配置を中央揃えにする */
  align-items: center; /* デフォルトのベースライン揃えではなく、高さを揃えたい場合は */
  /* align-items: center;  */ /* 高さを中央に揃える */
}

.title h2{
	margin-right: 50px;
}

img{
	max-width: 100%;
}

#access{
  padding-top: 130px; /* ヘッダーの高さ */
  margin-top: -130px; /* ヘッダーの高さ分だけマイナス */
}


#access h2{
	font-size: 24px;
}

.article{
	background: #FFFFFF;
	padding-bottom: 100px;
	border-radius: 0 0 60px 60px;
	
}

footer{
	padding: 190px 0 0 0;
}

footer .inner{
	display: flex;
	justify-content: space-between;
  align-items: center;
}

.ft_logo{
	width: 21%;
}


footer ul{
	width: 64%;
	font-size: 25px;
	display: flex;
/*	justify-content: flex-end;*/
	flex-wrap: wrap;
	margin: 0;
}

footer li{
  width: 33.3%;
 line-height: 1;
 padding: 0 0 15px; 
}

footer li a{
	color: #FFFFFF;
	text-decoration: none;
}


.copyright{
	text-align: center;
	padding: 190px 0 0 0;
	margin-bottom: 1em;
	color: #FFFFFF;
}

/*========= corporete ===============*/

.main-title{
	font-weight: 500;
	padding: 200px 0 120px 0;
	text-align: center;
	
}

.main-title span{
	font-family: 'Arial',sans-serif;
	font-weight: 700;
	/*font-size: 4.5rem;*/
  font-size: 6.5vw;
	line-height: 1;
	display: block;
}

.headline01{
  margin-bottom: 3em;
  font-weight: 400;
  font-size: 1rem;
}
.headline01 span{
	font-family: 'Arial',sans-serif;
	font-weight: 700;
  font-size: 3rem;
	line-height: 1;
	display: block;
}


.headline02{
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.3;
}
.headline02 span{
  margin-right: 1em;
	font-family: 'Arial Narrow',sans-serif;
	font-weight: 700;
  font-size: 3rem;
	line-height: 1;
  color: #0099ff;
}

.headline03{
		font-size: 3.3rem;
	font-weight: 500;
   line-height: 1.3;
}


#headline01,
#headline02,
#profile,
#philosophy{
	padding-top: 100px;
}




.philosophy{
	text-align: center;
}
.philosophy h2{
	font-weight: 500;
	font-size: 72px;
	margin-bottom: 1em;
	
}

.philosophy h3{
	line-height: 1.5;
	font-size: 60px;
	margin-bottom: 66px;
}

.philosophy p{
	padding: 0 0 66px 0;
	line-height: 36px;
}

.director{
	max-width: 670px;
	margin: 0 auto;
	text-align: left;
}
.director figcaption{
	text-align: right;
	margin-bottom: 120px;
}
/*.profile{
	max-width: 1160px;
	margin: 0 auto;
}
*/

.profile h2{
	font-weight: 500;
	margin-bottom: 0.5em;
	padding-bottom: 1em;
	border-bottom: 1px #000 solid;
}
.profile dt{
	font-weight: 500;
	color: #0099ff;
}

.profile dd{
	margin-bottom: 30px;
	padding: 0 0 30px 0;
	line-height: 36px;
	border-bottom: 1px #000 solid;
}

.profile dd span{
   display: inline-block;
  width: 13%;
  font-weight: 500;
}



/*========= service ===============*/

.points{
  margin-bottom: 8em;
  padding: 6em 0 3em;
	background: #e8eef3;
	border-radius: 60px 60px 60px 60px;
}

.points section{
  padding-bottom: 5em;
}

#lead-title h2{
	margin: 0 auto;
	text-align: left;
	font-size: 2rem;
	color: #000;
	padding-top: 2em;
	padding-bottom: 1em;
}

#lead-title h2 span{
	font-size: 72px;
}

#lead-title h3{
	font-size: 80px;
}

#lead-title h3 span{
	
}

.process dt {
	color: #0099ff;
  width: 200px;
  height: 100px;
 
}

#main_contents h2{
	margin: 0 auto;
	text-align: left;
	margin-bottom: 0.5em;
}

.column2{
	margin-bottom: 3em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.column2 .col{
	width: 48%;
  text-align: center;
  margin-bottom: 3em;
}

.column2 .col figure{
  margin-bottom: 0.5em;
}


.scene{
	margin-bottom: 3em;
}


.team01 img{
	width: 50%;
	height: 50%;
	border-radius: 50%;
	aspect-ratio: 1/1;
	object-fit: cover;
	/*border-radius: 0 60px 60px 0;*/
}
.team02{
	text-align: right;
}
.team02 img{
	 width: 40%;
	height: 40%;
	border-radius: 50%;
	aspect-ratio: 1/1;
	object-fit: cover;
	/*border-radius: 60px 0 0 60px;*/
}
.team03 img{
	width: 45%;
	height: 45%;
	border-radius: 50%;
	aspect-ratio: 1/1;
	object-fit: cover;
	/*border-radius: 0 60px 60px 0;*/
}



/*========= facilitesfacilities ===============*/

.facilities{
	background: #e8eef3;
	border-radius: 60px 60px 60px 60px;
	padding-bottom: 90px;
	margin-bottom: 8em;
}

.facilities h2{
	font-weight: 500;
	border-bottom: 1px #000 solid;
}

.facilities dl{
	display: flex;
	border-bottom: 1px #000 solid;
	justify-content: space-between;
	padding: 1em 0;
	
}

.facilities dt{
	width: 32%;
}

.facilities dd{
	width: 62%;
	text-align: left;
	margin: 0;

}

.facilities dd span{
	width: 120px;
	display: inline-block;
	text-align: center;
	margin-right: 30px;
	padding: 2%;	
	background: #0099ff;
	border-radius: 60px 60px 60px 60px;
	color: #FFFFFF;
}

#contents_main h2{
	text-align: left;
	font-size: 2rem;
	margin-bottom: 1em;
}

.column3{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.column3 .col{
  width: 30%;
  text-align: center;
  margin-bottom: 3em;
}

.movie_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.movie_list .col{
  width: 30%;
  text-align: center;
  margin-bottom: 3em;
}

video {
	 margin-bottom: 8em;
  width: 100%; /* 動画をレスポンシブ化 */
}

/*========= recruit ===============*/


.schedule{
	 margin-bottom: 8em;
text-align: center;
}
.schedule h2{
	line-height: 1.5;
	font-weight: 500;
	/*font-size: 60px;*/
	margin-bottom: 1em;
}

/*.schedule dl{
	display: flex;
	justify-content: column;
	vertical-align: middle; 
	align-items: center;
	padding-bottom: 1.5em;
}*/
/*.schedule dt{
	width: 10%;
	white-space: nowrap;
	margin-right: 50px;
	display: inline-block;
}*/


.flow_contents {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow {
  padding-left: 0;
}

.flow dl {
  display: flex;
  list-style-type: none;
  position: relative;
  padding-left: 50px;
  padding-bottom: 2em;
}

.flow dl span {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #0099ff;
  color: #fff;
  position: absolute;
  left: 0;
}

.flow dl:not(:last-child)::before {
  content: '';
  background: #0099ff;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 14px;
  transform: translateY(-50%);
}

.flow dl dt{
  min-width: 170px;
  text-align: left;
}
.flow dl dd {
  margin-left: 0;
}


.comment{
	margin-top: 8em;
	margin-bottom: 8em;
}


.message{
	padding: 3em 5%;
	background: #0099ff;
	border-radius: 60px 60px 60px 60px;
	margin-bottom: 2em;
	color: #FFFFFF;
}
.message h2{
	font-size: 5vw;
	font-weight: 500;
}

.message dl{
	display: flex;
	vertical-align: middle; 
	align-items: center;
	font-weight: 500;
	padding-bottom: 2em;
	
}
.message dt{
margin-right: 2em;
}
.message dd{

}
.message dd span{
margin-right: 2em;
}
.message p{
	color: #FFFFFF;
}


.educational{
	margin-top: 8em;
	margin-bottom: 8em;
}
.educational h2{
	font-weight: 500;
}


.educational img{
	padding-bottom: 1em;
}


.educational p{
	padding-bottom: 1em;
}

/*.educational dl{
	
}

.educational dt{
	border-bottom: 1px #000 solid;
	
}

.educational dd{
	padding: 0.5em 0;
		line-height: 2em;
	border-bottom: 1px #000 solid;
}*/



.recruitment{
	background: #e8eef3;
	border-radius: 60px;
	padding-bottom: 90px;
	margin-bottom: 8em;
  padding: 5%;
}
.recruitment section{
  padding-bottom: 5em;
}

.recruitment h2{
	padding-top: 1em;
	padding-bottom: 0.5em;
	text-align: left;
	font-weight: 500;
}

.recruitment h3{
	font-size: 2rem;
	font-weight: 500;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: left;
	
	border-bottom: 1px #000 solid;
	
}

.recruitment dl{
	padding: 1em 0;
	display: flex;
	align-items: center;
	vertical-align: middle;
	border-bottom: 1px #000 solid;
}

.recruitment dt{
	width: 10%;
	white-space: nowrap;
	margin-right: 50px;
	color: #0099ff;
	font-weight: 500;
}

.recruitment dd{
	line-height: 36px;
	
}

.recruitment p{
	background: #0099ff;	
	/*width: 52%;*/
  max-width: 450px;
	padding: 3% 2.5em;	
	box-sizing: border-box;
	font-size: 18px;
	border-radius: 60px;
	text-align: center;
	color: #fff;
	margin: 30px auto 0;
	font-weight: 500;
}



/*========= contact ===============*/

.contact{
	text-align: center;
}

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

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
	left: 0;
	width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #0099ff;
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
	right:-50px;
    top:-50px;
    transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
	opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav ul ul{
	position: relative;
	top:inherit;
	left: inherit;
	transform: translate(-50%,0);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定*/
#g-nav li{
	text-align: center; 
	list-style: none;
  position: relative;
}

#g-nav li a{
	color: #FFFFFF;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}


.bx-has-controls-direction{
	display: none;
}


/* トグルボタン（+ / −） */
.nav-toggle {
  position: absolute;
  top: 0; right: 0;
  height: 100%;
  width: 30px;
  border: 0; 
  background: transparent; 
  cursor: pointer;
}
.nav-toggle::after { 
  content: "+";
  color: #fff;
  font-size: 2em;
}
.nav-toggle[aria-expanded="true"]::after { content: "−"; }

/* サブメニュー（アコーディオン本体） */
.accordion {
  overflow: hidden;
  max-height: 0;
  transition: max-height .3s ease;
}
.accordion li a {
  display: block;
  text-decoration: none;

}




/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
	top: 25px;
	right: 20px;
	z-index: 9999;/*ボタンを最前面に*/
	cursor: pointer;
    width: 50px;
    height:50px;
	background: #0099ff;
	border-radius: 25px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 1.5px;
    border-radius: 2px;
	background-color: #fff;
  	width: 45%;
  }

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

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

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

.openbtn.active span{
	background-color: #fff;
}

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

.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: 50%;
}




.accordion__summary {
  display: block;
  background: #b2e5ff; /* 見出しの背景色 */
  font-weight: bold;
  position: relative;
  list-style: none; /* 矢印を消す */
  cursor: pointer;
  padding: 10px 38px 10px 10px;
}
.accordion__summary::-webkit-details-marker {
  display: none;
}
.accordion__summary::after {
  content: "+";
  font-size: 1.4em; /* 記号のサイズ */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion[open] .accordion__summary::after {
  content: "−";
}

/*============Google Mapを囲う要素============*/
.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
	
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*============Google Mapを囲う要素============*/


.points_inner{
  padding-left: 6.5em;
}

.stepbarwrap {
  margin: 2em 0;
  position: relative;
	
}

.stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 2em;
  height: 2em;
  content: "";
  border-radius: 50%;
  background-color: #0099ff;
  color: #fff;
  text-align: center;
  line-height: 2;
  position: relative;
  z-index: 3;
  font-size: 2em;
  font-family: 'Arial Narrow',sans-serif;
	font-weight: 700;
}

.stepbarwrap .steptitle .title {
	margin: 0.5em 0.5em 0.5em 1.5em;
	display: inline-block;
	text-align: center;
}

.stepbarwrap .steptitle .title span{
	font-size: 12px;
}

.stepbarwrap .stepline {
  width: 5px;
  height: calc(100% + 1em);
  background-color: #0099ff;
  position: absolute;
  top: 2em;
  left: 1.8em;
  z-index: 1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}
  




.point_table{
  margin-bottom: 2em;
}
.point_table th{
  color: #0099ff;
  padding: 0.5em 1em;
  border: 1px #9b9fa2 solid;
}
.point_table td{
  padding: 0.5em 1em;
  border: 1px #9b9fa2 solid;
  text-align: center;
}

.size_table{
  margin-bottom: 2em;
}
.size_table th{
 padding: 0.5em 1em;
  text-align: left;
  border-bottom: 1px #9b9fa2 solid;
  
}
.size_table td{
  padding: 0.5em 1em;
  border-bottom: 1px #9b9fa2 solid;
}

.size_table tr:last-child td{
  border-bottom: none;
}

.size_table:after{
  content:"▼";
  display: block;
  color: #0099ff;
  text-align: center;
  margin-top: 1em;
}

.result{
  color: #0099ff;
  font-weight: bold;
	padding-left: 2em;
}


.team{
	padding-bottom: 8em;
	text-align: center;
	overflow: hidden;
}

.team h2{
	color: #0099ff;
	font-size: 30px;
	font-weight: Bold;
	padding-bottom: 1em;
}
	
.team dl{
	width: 90%;
	margin: 0 5%;
	padding: 5%;
	box-sizing: border-box;
	color: #fff;
	background: #0099ff;
    display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-direction: column;
	aspect-ratio: 1/1;
}

.team_sec{
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width:1100px){
	
.team dl{
	width: 300px;
	height: 300px;

	}
}

.cad{
	padding-bottom: 30px
}
.Fabrication{
}
.welding{
}


.team dt{
	font-size: 24px;
	font-weight: bold;
}
.team dd{
}
	
.team p{
	line-height: 36px;
	padding-top: 1em;
}


/*.ta-R{
  text-align: right;
  margin: 3em 0;
}*/

.scene{
	margin-bottom: 3em;
}
.team01 img{
	width: 50%;
	height: 50%;
	border-radius: 50%;
	aspect-ratio: 1/1;
	object-fit: cover;
	/*border-radius: 0 60px 60px 0;*/
}
.team02{
	text-align: right;
}
.team02 img{
	 width: 40%;
	height: 40%;
	border-radius: 50%;
	aspect-ratio: 1/1;
	object-fit: cover;
	/*border-radius: 60px 0 0 60px;*/
}
.team03 img{
	width: 45%;
	height: 45%;
	border-radius: 50%;
	aspect-ratio: 1/1;
	object-fit: cover;
	/*border-radius: 0 60px 60px 0;*/
}


.scroll-area {overflow-x: auto;}





#pagetop{
	position: fixed;
	right: 1em;
	bottom: 1em;
	width: 70px;
}



