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

@font-face{
  font-family: 'Hannari';
  src:url(../font/Hannari.woff);
}

*{
	font-weight: 300;
	padding: 0;
	margin:0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  scroll-behavior: smooth;
}

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

li{
	list-style: none;
}

h1,h2,h3,h4,h5,h6,p,a,td,th,span{
	color:#fff;
/*    -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{	
  font-weight: 500;
}
h2{
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
}
h3{	
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
h4{	
}
h5{	
}
h6{	
}
p,a,span,th,td{
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

th{
  font-weight: 500;
}
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{
  font-weight: 500;
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: solid 2px #7bbadc;
  padding: 15px 25px 18px;
  border-radius: 50px;
  color: #6babce;
  transition: all .3s;
}

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

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

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

.spbr{
  display: none;
}

.eng{
}

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


@media screen and (max-width: 1000px){
  
  h2{
    font-size: 30px;
    line-height: 40px;
  }

  p,a,th,td{
    font-size: 16px;
    line-height: 26px;
  }
}

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

  .sp,.spbr{
    display: block;
  }
  
  h2{
    font-size: 24px;
    line-height: 34px;
  }
  p,a,th,td{
    font-size: 14px;
    line-height: 24px;
  }
}

/*==============================
nav
==============================*/
header{
  position: sticky;
  top: 0;
  left: 0;  
}

nav{
  padding-left: 30px;
  padding-right: 30px;
  height: 100px;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
  box-shadow: 0px 0 5px rgba(0,0,0,.2);
}

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;
  text-align: center;
}

nav > ul li a h4{
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #fff;
}

nav > ul li a span{
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  color: #e89499;
}

nav > ul li:last-of-type{
  height: 100%;
  padding: 0;
  margin-right: 0;
}

nav > ul li:last-of-type a{
  color: #fff;
  background-color: #6babce;
  padding: 15px 25px;
  border-radius: 50px;
}

nav > ul li:last-of-type a span{
  color: #cacaca;
}

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

.spnavBack{
  display: none;
}

.headMail{
  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;
  box-shadow: 0px 0 5px rgba(0,0,0,.2);
}
  
  .spnavBack a{
    position: relative;
    display: block;
    padding: 15px 15px;
  }
  .spnavBack a h1{
    font-weight: 500;
    font-size: 18px;
  }
  .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;
}

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: 40px;
  height: 40px;
  vertical-align: middle;
  padding:10px 9px;
	z-index: 999999;
  background-color: #6babce;
  border-radius: 10px;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px;/*線の太さ*/
  width: 22px;/*長さ*/
  border-radius: 0px;
  background: #fff;
  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;
    margin: 0 auto;
  }
  
  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;
    padding: 0;
  }
  
  nav > ul li:first-of-type{
    margin-bottom: 30px;
  }

  nav > ul > li a{
    width: 100%;
    padding: 22px 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 {
    text-align: center;
    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;
    border-bottom: none;
  }
  
  .headMail{
    display: block;
    position: fixed;
    top:18px;
    right: 60px;
    z-index: 999999;
  }
  
  .headMail img{
    width: 33px;
  }
}

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


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


/*==============================
フッタ
==============================*/
footer > iframe{
  width: 100%;
  height: 400px;
  border: none;
  vertical-align: bottom;
}

#footcontactWrap{
  padding: 100px 20px;
  background-image: url("../img/footBack.jpg");
  background-size: cover;
  background-position: center center;
  text-align: center;
}

#footcontactWrap > h2{
  margin-bottom: 30px;
}


#footcontactWrap > p{
  margin-bottom: 30px;
}

#footcontactWrap > a:first-of-type{  
  display: inline-block;
  font-size: 50px;  
  font-weight: 500;
  margin-bottom: 30px;
}

#footcontactWrap > a:first-of-type i{
  margin-right: 5px;
}

#footcontactWrap > .linkBtn{
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 10px;
}

#footnavWrap{
  padding: 100px 100px 50px;
  background-color: #6babce;
}

.footnav{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.footnav div{
  text-align: left;
  padding-right: 50px;
  border-right: 1px solid #fff;
}

.footnav div h3{
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}

.footnav div th{
  padding-right: 10px;
}

.footnav div th,
.footnav div td{
  color: #fff;
}

.footnav ul{
  display: flex;
  align-self: flex-start;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footnav ul li{
  margin-left: 20px;
  
}

.footnav ul li a{
  color: #fff;
}

.footcopy{
  text-align: center;
  padding: 20px 20px;
  color: #fff;
  font-size: 12px;
}
/*==============================
レスポンシブ
==============================*/

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

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

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

@media screen and (max-width: 1000px) {
  .footnav{
    display: block;
  }
  
  .footnav div{
    padding-right: 0;
    border-right: none;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
  }
  
  .footnav ul{
    justify-content: flex-start;
  }
  
  .footnav ul li{
    margin-left: 0;
    margin-right: 20px;
  }
}

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

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

@media screen and (max-width: 600px){
  #footcontactWrap{
    padding: 50px 20px;
  }
  
  #footcontactWrap > a:first-of-type{
    font-size: 30px;
  }
  
  #footnavWrap{
    padding: 50px 20px 50px;
  }
}

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

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


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