@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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-family: "Sawarabi Gothic";
  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:#333;
/*    -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: 3px;
  font-weight: bold;
}
h3{	
  font-size: 18px;
  line-height: 28px;
	letter-spacing: 1px;
}
h4{	
	letter-spacing: 2px;
}
h5{	
	letter-spacing: 1px;
}
h6{	
	letter-spacing: 1px;
}
p,a{
  font-size: 16px;
  line-height: 24px;
	letter-spacing: 2px;
  font-weight: normal;
}
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;
  width: 100%;
  max-width: 300px;
  text-align: left;
  font-weight: 400;
	color:#1478dc;
  border: 3px solid #29abe2;
  background-color: #29abe2;
  padding: 15px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

a.linkBtn::after{
  position: absolute;
  top: 11px;
  right: 15px;
  content: ">";
	color:#1478dc;
  font-size: 30px;
	transition: .3s;
  font-weight: normal;
  color: #fff;
}

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

a.linkBtn:hover::after{
  color: #29abe2;
	transition: .3s;
  
}

.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{
    display: block;
  }
  p,a{
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: normal;
  }
}

/*==============================
nav
==============================*/
nav{
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 99999;
  z-index: 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;  
  background-color: #fff;
  padding: 10px 20px;
}

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: 15px;
  line-height: 15px;
  font-weight: bold;
  color: #fff;
}

nav > ul li:last-of-type{
  background-color: #29abe2;
  margin-right: 0;
  padding: 0 30px;
}

nav > ul li:last-of-type a{
  color: #fff;
  font-weight: bold;
}

/*==============================
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;
}
  
  .spnavBack a{
    position: relative;
    display: block;
    width: 220px;
    background-color: #fff;
    padding: 15px 15px;
  }
  
  .spnavBack a img{
    width: 100%;
    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;
  background-color: #29abe2;
  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: #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{
    display: none;
  }
  
  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;
    color: #333;
  }
  
  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{
    border-bottom: none;
    text-align: center;
  }
}

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


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


/*==============================
フッタ
==============================*/
#brogWrap{
  padding: 50px 20px;
  text-align: center;
  background-image: url("../img/mainSlide03.jpg");
  background-position: center center;
  background-size: cover;
}

#brogWrap .titleBox h3,
#brogWrap .titleBox h2{
}
#brogWrap .titleBox hr{
}
#brogWrap > p{
  margin-bottom: 30px;
  color: #fff;
}

.rssList{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rssList > li{
  width: 24%;
  margin-bottom: 10px;
}

.rssList > li a{
  display: block;
  padding: 10px;
  background-color: #fff;
  text-align: center;
}

.rssList > li a img{
  width: 100%;
  margin-bottom: 5px;
}

.rssList > li a span{
  display: inline-block;
  background-color: #29abe2;
  color: #fff;
  font-weight: bold;
  padding: 0px 4px;
  margin-bottom: 0px;
  font-size: 14px;
}

.rssList > li a p{
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
}

#footWrap{
  padding: 50px 20px;
  background-color: #efefef;
}

#footWrap > div{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#footWrap > div > div img{
  margin-bottom: 10px;
}

#footWrap > div > p{
  font-size: 12px;
  letter-spacing: 0;
}

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

@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) { 
  .rssList > li{
    width: 48%;
  }
}

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

  #footWrap{
    padding-bottom: 20px;
  }

  #footWrap > div{
    display: block;
    text-align: center;
  }

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

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

@media screen and (max-width: 414px){
  .rssList > li{
    width: 100%;
  }
}


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