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

*{
	font-weight: 200;
	padding: 0;
	margin:0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
  font-family: "Noto Sans JP";
}

html{
  scroll-behavior: smooth;
}

a{
	text-decoration: none;
	transition: .2s;
/*    -webkit-transform: scale(1.001,1);
    -moz-transform: scale(1.001,1);
    -ms-transform: scale(1.001,1);
    -o-transform: scale(1.001,1);
    transform: scale(1.001,1);*/
}

a:hover{
  opacity: .6;
	transition: .2s;
}

li{
	list-style: none;
}

h1,h2,h3,h4,h5,h6,p{
	color:#000;
/*    -webkit-transform: scale(1.001,1);
    -moz-transform: scale(1.001,1);
    -ms-transform: scale(1.001,1);
    -o-transform: scale(1.001,1);
    transform: scale(1.001,1);*/
}

h1,h2,h3,h4,h5,h6{
  font-weight: normal;
}

h1{	
}
h2{
  font-size: 36px;
  letter-spacing: 8px;
  font-weight: bold;
}
h3{	
  font-size: 18px;
  letter-spacing: 4px;
  font-weight: bold;
}
h4{	
}
h5{	
}
h6{	
}
p,th,td,span{
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 2px;
}
hr{
}

.clear{
	clear:both;
}

.fa{
	color: #fff;
}
body{
	overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

.spOnly{
  display: none;
}

a.linkBtn{
  display: inline-block;
  width: 300px;
  text-align: center;
  font-family: "Mplus 1p";
	color:#fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 4px;
  border: 1px solid #fff;
  padding: 15px 0;
}

a.linkBtn:hover{
  opacity: 1;
  background-color: #fff;
  color: #000;
}

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

.spbr{
  display: none;
}

.eng{
  font-family: "M PLUS 1p";
}

/*==============================
ヘッダ
==============================*/


header{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url("../img/headBack.jpg");
  background-position: center center;
  background-size: cover;
}

header > h1{
  width: auto;
  text-align: left;
  position: absolute;
  top: 50px;
  left: 50px;
}

header > h2{
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 4px;
  color: #fff;
  text-shadow: 0 0 20px rgba(0,0,0,.5);
  font-family: "M PLUS 1p";
}

header nav{
  position: absolute;
  top: 50px;
  right: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

header nav ul{
  display: flex;
  align-items: center;
}

header nav ul li{
  display: flex;
}

header nav ul li::after{
  content: "／";
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
}

header nav ul li:nth-last-of-type(2)::after{
  display: none;
}

header nav ul li:last-of-type::after{
  display: none;
}

header nav ul li a{
  display: block;
  color: #fff;
  font-size: 18px;
  letter-spacing: 5px;
  text-shadow: 0 0 10px rgba(0,0,0,.5);
  font-family: "M PLUS 1p";
  font-weight: bold;
  margin-right: 20px;
}

header nav ul li:last-of-type a{
  padding: 10px 20px;
  border: 2px solid #fff;
  box-shadow:  0 0 10px rgba(0,0,0,.1);
}

/*==============================
SPメニュー
==============================*/

.spnavBack{
  display: none;
}

.spLogo{
	display: none;
}

.nav-unshown {
  display:none;
}

nav > h1{
  display: none;
}

@media screen and (max-width: 1000px){
  header > a{
    display: none;
  }
nav{
  display: none;
  padding: 10px 0;
	margin-top: 50px;
  width: 100%;
  text-align: center;
  background-color: rgba(255,255,255,.9)
}

nav h1{
  display: inline-block;
  margin: 0 auto;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/

/*アイコンのスペース*/
#nav-open {
  position: fixed;
  top:15px;
	right: 15px;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  padding:11px 10px;
	z-index: 999999;
  background-color: rgba(255,255,255,.6);
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 4px;/*線の太さ*/
  width: 30px;/*長さ*/
  border-radius: 3px;
  background: #000;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -11px;
}
#nav-open span:after {
  bottom: -22px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 999999;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
header nav {
  overflow: auto;
  position: fixed;
	display: block;
  top: 0;
  left: 0;
	margin: 0;
  z-index: 1000000;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

  
  
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ nav {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

nav{
  padding: 30px 10px 0;
  text-align: center;
}
	
  nav h1{
    margin-bottom: 10px;
  }
	
  nav h1 a{
    display: block;
  }
	
  nav h1 a img{
    width: 100px;
  }
  
	header nav ul{
		display: block;
	}
  
  header nav ul li a{
    color: #000;
    margin-right: 0;
    padding: 10px;
    text-shadow: none;
  }

  header nav ul li:last-of-type a{
    padding: 10px;
    border: none;
    box-shadow: none;
  }
}

/*==============================
TOPボタン
==============================*/


/*==============================
メインコンテンツ
==============================*/

#companyWrap{
  padding: 100px 15px;
  text-align: center;
}

#companyWrap > img{
  margin-bottom: 30px;
}

#companyWrap > hr{
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
}

#companyWrap > h3{
  font-size: 22px;
  margin-bottom: 10px;
}

#companyWrap > p{
  margin-bottom: 20px;
}

#companyWrap > p b{
  font-weight: bold;
}

#companyWrap > a.linkBtn{
  border: 1px solid #000;
  color: #000;
}

#companyWrap > a.linkBtn:hover{
  opacity: 1;
  color: #fff;
  background-color: #000;
}

/*==============================
フッタ
==============================*/

footer iframe{
  width: 100%;
  height: 400px;
}

#footNav{
  padding: 50px 15px;
  text-align: center;
}

#footNav img{
  margin-bottom: 30px;
}

#footNav > ul{
  display: flex;
  justify-content: center;
}

#footNav > ul li{
  display: flex;
}

#footNav > ul li::after{
  content: "／";
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
}

#footNav > ul li:last-of-type::after{
  display: none;
}

#footNav > ul li a{
  display: block;
  color: #000;
  font-size: 18px;
  letter-spacing: 5px;
  font-family: "M PLUS 1p";
  font-weight: bold;
  margin-right: 20px;
}

footer > p{
  font-size: 12px;
  letter-spacing: 4px;
  border-top: 1px solid #ccc;
  padding: 15px 0;
  text-align: center;
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 800px) {
  
}

@media screen and (max-width: 600px){
  h2 {
    font-size: 26px;
    letter-spacing: 6px;
    font-weight: bold;
  }
  
  h3 {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
  }
  
  p,th,td,span{
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
  }
  
  header{
    height: 250px;
  }

  header > h1{
    top: 20px;
    left: 20px;
  }

  header > h1 img{
    width: 75px;
  }
  
  header > h2{
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 36px;
  }
  
  #companyWrap{
    padding: 50px 15px;
  }
  
  #companyWrap > img{
    width: 250px;
  }
  
  #companyWrap > h3{
    text-align: left;
  }
  
  #companyWrap > p{
    text-align: left;
  }
  
  #footNav > ul{
    display: block;
  }
  
  #footNav > ul li::after{
    display: none;
  }
}

@media screen and (max-width: 500px){
}

@media screen and (max-width: 414px){
}


/*==============================
ローディングアニメーション
==============================*/
