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

*{
	font-weight: 200;
	padding: 0;
	margin:0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
/*	font-family: "Yu Gothic";*/
/*	font-family: "Mplus 1p";*/
/*	font-family: "Rounded Mplus 1c";*/
	font-family: 'Noto Sans JP', sans-serif;
  scroll-behavior: smooth;
}

a{
	text-decoration: none;
  font-size: 16px;
	letter-spacing: 1px;
	transition: .3s;
/*    -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: .8;
	transition: .3s;
}

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{	
	letter-spacing: 10px;
}
h2{
  font-size: 30px;
  line-height: 37px;
	letter-spacing: 4px;
  font-weight: bold;
}
h3{	
  font-size: 22px;
  line-height: 28px;
	letter-spacing: 3px;
  font-weight: bold;
}
h4{	
	letter-spacing: 2px;
}
h5{	
	letter-spacing: 1px;
}
h6{	
	letter-spacing: 1px;
}
p,a,span,th,td{
  font-size: 16px;
  line-height: 24px;
	letter-spacing: 2px;
  font-weight: normal;
}

th{
  font-weight: bold;
}
hr{
}

.clear{
	clear:both;
}

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

img{
  vertical-align: bottom;
}

.spOnly{
  display: none;
}

a.linkBtn{
  display: inline-block;
  position: relative;
  text-align: left;
  font-weight: 400;
  border: 1px solid #2d3679;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: bold;
  color: #2d3679;
}

a.linkBtn i{
  margin-left: 50px;
}

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

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

.spbr{
  display: none;
}

.eng{
  font-family: 'Overpass', sans-serif;
  font-weight: bold;
}

.pc{
}

.sp{
  display: none;
}

.scrollTop{
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  width: 75px;
  height: 75px;
  z-index: 2;
  background-color: #1478dc;
  color: #fff;
  font-size: 30px;
  padding-top: 26px;
  padding-left: 23px;
}

header{
  z-index: 1;
}


@media screen and (max-width: 600px){
  .pc{
    display: none;
  }

  .sp,.spbr{
    display: block;
  }
  p,a,th,td{
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: normal;
  }
}

/*==============================
nav
==============================*/
nav{
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 40px;
  height: 100px;
  width: 100%;
  z-index: 99999;
  background-color: rgba(255,255,255,.8);
}

nav > ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

nav > ul li{
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 30px;
}

nav > ul li:first-of-type{
  margin-right: auto;
  border-left: none;
}

nav > ul li:first-of-type a{
  padding: 0;
  height: auto;
}

nav > ul li:first-of-type a:hover{
  background: none;
  opacity: .7;
}

nav > ul li:first-of-type img{
  vertical-align: bottom;
  z-index: 2;
}

nav > ul li a{
  display: block;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 4px;
  font-weight: 500;
  color: #000;
}

nav > ul li:last-of-type{
}

nav > ul li:last-of-type a{
  color: #fff;
  background-color: #2d3679;
  padding: 20px 30px;
}

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

.spnavBack{
  display: none;
}

.spLogo{
	display: none;
}

.nav-unshown {
  display:none;
}
@media screen and (max-width: 1000px){
.spnavBack{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 999998;
  background-color: #fff;
}
  
  .spnavBack a{
    position: relative;
    display: block;
    padding: 15px 15px;
  }
  .spnavBack a h1{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .spnavBack a h1 br,
  .spnavBack a h1 span{
    display: none;
  }
  
  .spnavBack a img{
    width: 100%;
    max-width: 200px;
    display: block;
  }
  nav > div a{
    width: 100%;
  }
  nav > div a img{
    width: 100%;
  }
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 h1 > a{
  display: block;
}

#nav-drawer {
  position: relative;
}

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

/*アイコンのスペース*/
#nav-open {
  position: fixed;
  top:10px;
	right: 10px;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  padding:12px 9px;
	z-index: 999999;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px;/*線の太さ*/
  width: 27px;/*長さ*/
  border-radius: 0px;
  background: #2d3679;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -9px;
}
#nav-open span:after {
  bottom: -18px;
}

/*閉じる用の薄黒カバー*/
#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;
}

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

/*チェックが入ったらもろもろ表示*/
#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 > ul li:first-of-type a h1{
    line-height: 28px;
  }
  
  nav > div > img{
    display: none;
  }

  nav > a{
    margin-bottom: 15px;
  }

  nav > ul{
    flex-wrap: wrap;
    height: auto;
    padding-left: 0;
  }

  nav > ul > li{
    width: 100%;
    height: auto;
    margin-right: 0;
    border-left: none;
  }

  nav > ul > li a{
    width: 100%;
    padding: 15px 10px 15px;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  
  nav > ul > li input[type="checkbox"]:checked ~ ul{
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
  }

  nav > ul > li:first-of-type a {
    border-bottom: none;
  }

  nav > ul > li a img{
    max-width: 100%;
  }
  
  nav > ul > li:nth-last-of-type(2) a{
    border-bottom: none;
  }
  
  nav > ul > li:last-of-type{
    width: 100%;
    height: auto;
    border-bottom: none;
  }
  
  nav > ul > li:last-of-type a{
    text-align: center;
  }
}

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


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


/*==============================
フッタ
==============================*/
#footcontactWrap{
  width: 100%;
  background-color: #f6f6f6;
  padding: 100px 20px;
  text-align: center;
}

.recruiteLink{
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 50px 50px;
  background-image: url("../img/recruitBack.jpg");
  background-size: cover;
  background-position: center center;
  border: 10px solid #2d3679;
}

.recruiteLink h2{
  color: #fff;
  margin-right: 10px;
}

.recruiteLink p{
  color: #fff;
  font-weight: bold;
}

.contactBox h2{
  color: #2d3679;
}

.contactBox h3{
  margin-bottom: 10px;
}

.contactBox p{
  margin-bottom: 30px;
}

.contactBox > div{
  display: inline-block;
}

.contactBox > div > a:first-of-type{
  display: inline-block;
  padding: 30px;
  border-right: 1px solid #ccc;
  margin-right: 30px;
  color: #2d3679;
  font-size: 26px;
  font-weight: 500;
}

.contactBox > div > a:first-of-type i{
  margin-right: 10px;
}

#footnavWrap{
  background-color: #2d3679;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

#footnavWrap > div a{
  display: inline-block;
  margin-bottom: 20px;
}

#footnavWrap > div p{
  color: #fff;
}

#footnavWrap > ul{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: 50px;
}

#footnavWrap > ul li{
  margin-right: 20px;
}

#footnavWrap > ul li:last-of-type{
  margin-right: 0;
}

#footnavWrap > ul li a{
  color: #fff;
}

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

@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) { 
  #footnavWrap{
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 50px 20px;
  }
  
  #footnavWrap > div{
    text-align: center;
    margin: 0 auto;
  }
  
  #footnavWrap > div img{
    max-width: 100%;
  }
  
  #footnavWrap > ul{
    display: block;
    margin-left: 0;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  
  #footnavWrap > ul li{
    margin-right: 0;
  }
  
  #footnavWrap > ul li a{
    border-bottom: 1px solid #fff;
    display: block;
    padding: 10px;
  }
}

@media screen and (max-width: 600px){
  .recruiteLink{
    display: block;
    text-align: center;
  }
  
  .recruiteLink h2{
    margin-right: 0;
  }
  
  .contactBox p{
    margin-bottom: 10px;
  }
  
  .contactBox > div > a:first-of-type{
    border-right: none;
    margin-right: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
  }
}

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

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


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