@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: 'Zen Kaku Gothic New', sans-serif;
  scroll-behavior: smooth;
}

a{
	text-decoration: none;
  font-size: 15px;
	letter-spacing: 1px;
	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: .9;
	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{
  font-size: 48px;
  line-height: 70px;
	letter-spacing: 4px;
  font-weight: bold;
}
h2{
  font-size: 48px;
  line-height: 70px;
	letter-spacing: 4px;
  font-weight: bold;
}
h3{	
  font-size: 32px;
  line-height: 60px;
	letter-spacing: 3px;
  font-weight: bold;
}
h4{	
  font-size: 24px;
	letter-spacing: 0px;
  font-weight: bold;
}
h5{	
  font-size: 18px;
	letter-spacing: 0px;
  font-weight: bold;
}

p,a,h6{
  font-size: 16px;
  line-height: 25px;
	letter-spacing: 0px;
  font-weight: bold;
}

p{
  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{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 50px;
  color: #fff;
  background-color: #E33939;
  padding: 17px 20px;
  font-size: 18px;
  font-weight: bold;
}

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

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

.spbr{
  display: none;
}

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

.pc{
  display: block;
}

.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: 1000px){
  .pc{
    display: none;
  }

  .sp{
    display: block;
  }
  
  h2{
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 1px;
  }
  
  h3{
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0px;
  }
  
  h4{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
  }
  
  h5{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
  }
  
  p,a,h6{
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}

/*==============================
nav
==============================*/
.spnavBack a.topOnly{
  display: none;
}

.spnavBack a.scrollOnly{
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100px;
  opacity: 0;
} 

.spnavBack a.scrollOnly > img{
  width: 100%;
}

.smaller > a.underOnly{
  opacity: 0;
  
}

.smaller > a.scrollOnly{
  opacity: 1;
}

nav{
  position: sticky;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: 99999;
  background-color: rgba(255,255,255,.9);
}

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;
  padding: 10px 30px;
}

nav > ul li:first-of-type a{
  display: block;
  width: 300px;
  padding: 0;
  height: auto;
}

nav > ul li:first-of-type a img{
  width: 100%;
}

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{
  font-family: 'Lora', serif;
  display: block;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #000;
}

nav > ul li:nth-last-of-type(2){
  height: 50%;
  border-left: 1px solid #ccc;
  margin-right: 0;
  padding: 0 30px;
}

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

.usermenu > a{
  text-align: center;
}

.usermenu > a:first-of-type{
  margin-right: 20px;
}

.usermenu > a p{
  font-size: 10px;
  letter-spacing: 0px;
  font-weight: bold;
}

/*==============================
サイドボタン
==============================*/

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

.spnavBack{
  display: none;
}

.spLogo{
	display: none;
}

.nav-unshown {
  display:none;
}

.spnavBack{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px 30px 0px 30px;
  height: 60px;
  width: 100%;
  z-index: 999998;
}
  
  .spnavBack a{
    position: relative;
    display: block;
    width: 310px;
    padding: 0px;
    border-radius: 0 0 10px 0;
  }
  
  .spnavBack a img{
    width: 100%;
    display: block;
  }
  nav > div a{
    width: 100%;
  }
  nav > div a img{
    width: 100%;
  }

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

nav h1 > a{
  display: block;
}

#nav-drawer {
  position: relative;
}

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

/*アイコンのスペース*/
#nav-open {
  position: fixed;
  top:30px;
	right: 30px;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  border: 5px solid #000;
  border-radius: 30px;
  padding:13px;
	z-index: 999999;
  cursor: pointer;
  transition: .2s;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 5px;/*線の太さ*/
  width: 23px;/*長さ*/
  border-radius: 0px;
  background: #000;
  display: block;
  content: '';
  cursor: pointer;
  transition: .2s;
}
#nav-open > p{
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: -33px;
  left: 0;
  right: 0;
  margin: auto;
  transition: .2s;
}
#nav-open span:before {
  bottom: -9px;
}
#nav-open span:after {
  bottom: -18px;
}

#nav-open:hover{
  border: 5px solid #4DC1E9;  
}

#nav-open:hover span, #nav-open:hover span:before, #nav-open:hover span:after{
  background: #4DC1E9;  
}

#nav-open:hover > p{
  color: #4DC1E9;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 999997;
  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;
  padding: 0;
  z-index: 999998;/*最前面に*/
  width: 100%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 100%;/*最大幅（調整してください）*/
  height: 100%;
  background-color: #fff;
  /*background-color: rgba(255,255,255,.9);/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(105%);
  transform: translateX(105%);/*左に隠しておく*/
}

#nav-input:checked ~ #nav-open{
  border: 5px solid #fff;
}

#nav-input:checked ~ #nav-open span:before {
  opacity: 0;
  transition: .2s;
  background-color: #fff;
}
#nav-input:checked ~ #nav-open span {
  transform: rotate(45deg);
  transition: .2s;
  top: 23px;
  left: 14px;
  background-color: #fff;
}
#nav-input:checked ~ #nav-open span:after {
  transform: rotate(-90deg);
  transition: .2s;
  top: 0;
  left: 0;
  background-color: #fff;
}

#nav-input:checked ~ #nav-open > p{
  color: #fff;
}

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

#nav-input:checked ~ nav {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
}

nav{
  display: flex;
  flex-direction: row-reverse;
}

.navlistBox{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4DC1E9;
  width: 76%;
  padding: 50px;
}

.navlistInner{
  display: flex;  
}

.navlistInner > div{
  margin-right: 50px;
}

.navlistInner > div:last-of-type{
  margin-right: 0;
}

.navTitle{
  margin-bottom: 30px;
}

.navTitle h4{
  font-size: 13px;
  color: #fff;
  margin-bottom: 0px;
}

.navTitle > a,.navTitle > label{
  position: relative;
  font-weight: bold;
  color: #000;
  font-size: 24px;
  letter-spacing: 3px;
  transition: .2s;
} 

.navTitle > a:hover{
  color: #fff;
  transition: .2s;
}

.navTitle > label{
  display: block;
  margin-bottom: 10px;
}

.navTitle > a > img,.navTitle > label > img{
  opacity: 0;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  margin: auto;
  transition: .2s;
} 

.navTitle > a:hover > img,.navTitle > label:hover > img{
  opacity: 1;
  left: -40px;
} 

.navTitle > a > i,.navTitle > label > i{
  display: none;
}

.navlistcheck{
  display: none;
}

.navTitle > ul > li{
  margin-bottom: 10px;
}

.navTitle > ul > li:last-of-type{
  margin-bottom: 0;
}

.navTitle > ul > li > a{
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #000;
}

.navTitle > ul > li > a:hover{
  color: #fff;
}

.navlistBox > img{
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.navaboutBox{
  background-color: #fff;
  width: 24%;
  min-width: 354px;
  padding: 50px 30px;
}

.navaboutBox > div{
  position: relative;
  margin-bottom: 50px;
}

.navaboutBox > div > img:nth-of-type(1){
  width: 100%;
  height: auto;
  max-width: 92px;
  margin: 0 auto;
}

.navaboutBox > div > img:nth-of-type(2){
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 71px;
  bottom: 0;
  left: 0;
}

.navaboutBox > div > img:nth-of-type(3){
  width: 100%;
}

.navaboutBox > img{
  display: block;
  width: 100%;
  max-width: 260px;
  margin: 0 auto 20px;
}

.navaboutBox > a{
  display: block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin: 0 auto 10px;
}

.navaboutBox > a > p{
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: bold;
}

.navaboutBox > a > i{
  font-size: 40px;
  color: #000;
}

.navaboutBox > ul{
  display: flex;
  justify-content: center;
  align-items: center;
}

.navaboutBox > ul > li{
  margin-right: 10px;
}

.navaboutBox > ul > li:last-of-type{
  margin-right: 0;
}

.navaboutBox > ul > li > a{
  font-size: 11px;
  letter-spacing: 0px;
  font-weight: bold;
  color: #000;
}

.navaboutBox > ul > li > a::before{
  font-size: 8px;
  content: "●";
  color: #4DC1E9;
}

.navaboutBox > p{
  font-size: 10px;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 1000px){
  .spnavBack{
    padding: 10px 10px 10px 10px;
    background-color: #fff;
  }
  
  .spnavBack a{
    width: 260px;
  }
  
  .spnavBack a.scrollOnly{
    display: none;
  }
  
  .smaller > a.underOnly{
    opacity: 1;
  }
  
  #nav-open{
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    border: 4px solid #000;
    padding: 10px 9px;
  }
  
  #nav-open span, #nav-open span:before, #nav-open span:after{
    height: 4px;
    width: 20px;
  }
  
  #nav-open span:before{
    bottom: -7px;
  }
  
  #nav-open span::after{
    bottom: -14px;
  }
  
  #nav-input:checked ~ #nav-open{
    border: 4px solid #fff;
  }
  
  #nav-input:checked ~ #nav-open span{
    top: 17px;
    left: 9px;
  }
  
  #nav-open > p{
    display: none;
  }
  
  nav{
    display: block;
    width: 100%;
  }
  
  .navlistBox,.navaboutBox{
    position: relative;
    width: 100%;
  }
  
  .navlistBox{
    display: block;
  }
  
  .navlistInner{
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 10px;
  }
  
  .navlistInner > div{
    margin-right: 0;
  }

  .navTitle > a,.navTitle > label{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .navTitle > label:hover{
    color: #fff;
    transition: .2s;
  }
  
  .navTitle > a > i,.navTitle > label > i{
    transform: scaleX(80%);
    position: relative;
    display: block;
    transition: .2s;
  }
  
  .navTitle > ul{
    display: none;
  }
  
  .navlistBox > img{
    display: block;
    position: relative;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    bottom: 0;
    right: 0;
  }
  
  .navlistcheck:checked ~ .navlistlabel > i{
    transform: scaleY(80%) rotate(90deg);
    transition: .2s;
  }
  
  .navlistcheck:checked ~ ul{
    display: block;
  }
  
  .navaboutBox > img{
    max-width: 200px;
  }
}

/*==============================
下層共通
==============================*/
.headTitlebox{
  display: block;
  position: fixed;
  text-align: center;
  top: 140px;
  right: 30px;
  width: 60px;
  z-index: 4;
}

.headTitlebox > img{
  width: 28px;
  height: auto;
  margin-bottom: 12px;
}

.headTitlebox > p{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
}

#headWrap{
  padding: 150px 20px 100px;
  text-align: center;
}

#headWrap > h2{
  margin-bottom: 15px;
}

#headWrap > p{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 60px;
}

#headWrap > p:last-child{
  margin-bottom: 0px;
}

#headWrap > h3 > span{
  font-weight: bold;
  color: #4DC1E9;
}

#headWrap > h5{
  line-height: 34px;
}

#firstWrap{
  padding: 0 20px 180px;
}

#firstWrap > div{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

#firstWrap > div img{
  width: 100%;
  margin-bottom: 30px;
}

#firstWrap > div h4{
  margin-bottom: 20px;
}

#firstWrap > div > p > span{
  color: #4DC1E9;
}


@media screen and (max-width: 1000px){
  .headTitlebox{
    display: none;
    width: 45px;
    top: 65px;
    right: 10px;
  }
  
  #headWrap{
    padding: 100px 20px 50px;
  }
}

@media screen and (max-width: 600px){
  #firstWrap{
    padding-bottom: 50px;
  }
}


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


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


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

footer{
  padding: 100px 20px;
}

.footnav{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px;
  background-color: #FFF5E2;
  border-radius: 40px;
  text-align: center;
}

.footnav > h2{
  margin-bottom: 30px;
}

.footnav > h3{
  font-size: 26px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.footnav > p{
  margin-bottom: 30px;
}

.footnav > ul{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footnav > ul > li{
  width: 26%;
}

.footnav > ul > li > a > img{
  max-width: 100%;
}

.footnav > ul > li > a > h3{
  font-size: 26px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

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

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

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

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

@media screen and (max-width: 1000px) {
  footer{
    padding: 50px 20px;
  }
  
  .footnav{
    max-width: 800px;
    padding: 50px 20px;
  }
  
  .footnav > h3{
    font-size: 20px;
  }
}


@media screen and (max-width: 600px){
  .footnav > ul{
    display: block;
    max-width: 220px;
  }
  .footnav > ul > li{
    width: 100%;
    margin-bottom: 20px;
  }
}

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

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


/*==============================
フッタナビゲーションPC
==============================*/

.footfixpc{
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
  left: 0;
  bottom: 0;
  background-image: url("../img/foot/fixback.png");
  background-size: 100% 100%;
  z-index: 10;
}

.footfixpc > div{
  width: 80%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footfixpc > div > ul{
  display: flex;
}

.footfixpc > div > ul > li{
  margin-right: 20px;
}

.footfixpc > div > ul > li > a{
  display: block;
  color: #000;
  background-color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 40px;
  border-radius: 20px;
  padding: 0px 10px;
  width: 200px;
  height: 40px;
  text-align: center;
}

.footfixpc > div > ul > li > a:hover{
  background-color: #4DC1E9;
  opacity: 1;
}

.footfixpc > div > ul > li:first-of-type > a{
  color: #e8e345;
  background-color: #0070b5;
}

.footfixpc > a{
  display: block;
  position: absolute;
  bottom: 60px;
  right: 3%;
}


@media screen and (max-width: 1200px){
  
  .footfixpc > div > ul > li > a{
    padding: 0px 20px;
    width: auto;
  }
}
@media screen and (max-width: 1000px){
  
  .footfixpc{
    display: none;
  }
}


/*==============================
フッタナビゲーションSP
==============================*/

.footfixsp{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 10;
}
.footfixsp > ul{
  display: flex;
  height: 100%;
}

.footfixsp > ul > li{
  width: 25%;
  height: 100%;
  border-right: 1px solid #fff;
}

.footfixsp > ul > li:last-of-type{
  border-right: none;
}

.footfixsp > ul > li > a{
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:flex-end;
  background-color: #333;
  text-align: center;
  padding: 10px;
  height: 100%;
}

.footfixsp > ul > li > a > i{
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 3px;
  color: #4DC1E9;
}

.footfixsp > ul > li > a > p{
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 1000px){
  
  .footfixsp{
    display: block;
  }
}