/*################################################################# */
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@1,800&display=swap');
/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
	* {
		margin: 0;
		padding: 0px;
	}
	html{
		font-size: 62.5%;
	}
body {
/* 画像ファイルの指定 */
	margin: 0;
	height: 100%;
	color: #222;
  font-size: 1.6em;
/*	text-align: justify;*/
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #FFF;


	}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
  font-family: 'Noto Sans JP', sans-serif;}



p {
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	color: #222;
	line-height: 2.8rem;

}
img {
	height: auto;
}
a {
	padding: 0;
	margin: 0;
	color: #002135;
}
a:hover,
a:focus {

}
.xs { font-size: xx-small } /* 小2 */
.xm { font-size: x-small }  /* 小1 */
.sm { font-size: small }    /* 小 */
.md { font-size: medium }   /* 標準 */
.la { font-size: large }    /* 大 */
.xr { font-size: x-large; line-height: 3.4rem; }  /* 大1 */
.xl { font-size: xx-large; line-height: 1.0em;  } /* 大2 */
.sr { font-size: smaller }  /* 一段階小さい */
.navy { color:#002135;}
.blue{ color:#043E92;}
.gray{ color:#555555;}
.gold{color: #B5883F;}
.org a {color: #e35b00;}
.em { font-weight: bold;}
.op{opacity: 30%;}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#002135;
}

header{
  background: url(../../assets/img/header.jpg) ;
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;

  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;

  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;

  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;

  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #002135;
}



/*	################################################################
	NAVIGATION
################################################################# */
.navfix{
  margin-top:74px !important;
}
.navbar {
	font-size:14px;
}
.serif{
	font-family: san-serif;
}
.navbar-brand {
	text-transform: uppercase;
	margin-top: 5px;
}
.navbar-header .navbar-brand {
	color: #FEEF2E;
}
.navbar-header .navbar-brand li+ li  {
  border-left: 1px solid #000;
}

.navbar-default .navbar-nav > li > a {
	margin-top: 15px;
	color:#222;
	font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
  /*border-left: 1px solid rgba(225,225,225,0.8);*/
}
.navbar-default .navbar-nav > li > a:hover {
	color: #ccc;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff34f;
	background-color: transparent;

}
.navbar-default {
	background: #FFF;
  opacity: 0.8;

}

/*  ################################################################
  MAP
################################################################# */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}





/*SP 固定メニュー*/
#mobileFootNav { display:none; }
@media only screen and (max-width: 991px) {
  #mobileFootNav { display:block; z-index:1030; width:100%; height:60px; position:fixed; bottom:0; }
  #mobileFootNav { background:rgba(255,255,255,0.7); border-top:1px solid #e1e1e1; }
  #mobileFootNav .ftNavBtn { float:left; width:48%; height:46px; margin:7px 1%; }
  #wrap_all { padding-bottom:60px; } // 60px上げる
}

/* ボタンデザイン */
.blueButton .webfontIcon { font-size:15px; line-height:50px; font-weight:normal; }
.blueButton {

  background-color:#5D6C79;

  border-radius:25px;
  display:inline-block;
  text-decoration:none;
  cursor:pointer;
  color:#ffffff;
  font-size:13px;
  line-height:16px;
  width:100%;
  height:100%;
  text-align:center;
  vertical-align:middle;
}
.blueButton:hover {
  background-color:#5D6C79;
  text-decoration:none;
}
.blueButton:active { position:relative; top:1px; }

/*	################################################################
HEADER
################################################################# */
header{
  background-color: #002135;
/*  padding: 100px 0;*/
  position: relative;
  height: 100vh

}
header h2{
  font-size: 14vw;
  font-family: 'Reem Kufi Ink', sans-serif;
  text-align: center;
  line-height:13vw;
  margin-bottom: 60px;
}

header h3{
  font-size: 60px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  line-height:36px;
  color: #043E92;
/*  font-weight: bold;*/
}

header h4{
  font-size: 36px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  line-height: 48px;
  color: #002135;
  font-weight: bold;
}

.header_child{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
}




/*	################################################################
TOP
################################################################# */
.bg_g1{
	background: #FFF;
	color: #FFF;
	padding: 60px 0;
}

.bg_g1 a{
  color: #FFF;
}

.bg_g1 h2{
  color: #002135;
  font-size: 72px;
  text-align: center;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 30px;
}

.bg_g2{
  background: #F7F7F7;
  color: #002135;
  padding: 100px 0;
}

.bg_g2 p{
  color: #002135;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
.bg_g2 h2{
  color: #002135;
  font-size: 72px;
  text-align: center;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 30px;
}

.bg_g3{
  background: #FFF;
  color: #000;

}

.bg_g3 h3{
  color: #000;
  font-size: 8vw;
  text-align: center;
  font-family: 'Mulish', sans-serif;
}

.bg_g3_left{
  position: relative;
  height: 100vh;

}

.bg_g3_right{
  background: url(../../assets/img/bg_hp.png);
  position: relative;
  height: 100vh;

  }

.bg_g4{
  background: #002135;
  color: #FFF;
  padding: 100px 0;
}
.bg_g4 p{
  color: #FFF;
  font-family: 'Mulish', sans-serif;
  font-weight: 300;
}
.bg_g4 h2{
  color: #FFF;
  font-size: 72px;
  text-align: center;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 60px;
}


/*.bg_g4_left{
  margin-right: 15px;
}
.bg_g4_right{
  margin-left: 15px;
}*/


.bg_g5{
  background: #F8F8F8;
  color: #000;
  padding: 100px 0;
}

/* IE6 */
ul.center li {
  _display: inline; /* IE6がdisplay: inline-block;に対応していないので */
}

/* IE7 */
*:first-child+html ul.center li {
  display: inline; /* IE7がdisplay: inline-block;に対応していないので */
}



/*  ################################################################
SERVICE
################################################################# */
.s-box{
  background-color: #FFF;
  padding: 30px 15px;
  margin-bottom:30px;
}

.s-box p{
  color: #002135;
  font-family: 'Mulish', sans-serif;
  font-weight: 300;
}

.s-box h3{
  color: #043E92;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 30px;
}

.navy_box{
  background-color: #002135;
  padding: 5px 15px;
  color: #FFF;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
}

/*  ################################################################
  GOOGLE FORM
################################################################# */

.profile_top ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
}
.profile_top li {
  width: 50px;
  height: 50px;
  margin-right:5px;
}

.profile ul {
display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.profile li {
  width: 50px;
  height: 50px;
  margin-right:5px;
}

/*  ################################################################
TOPICS
################################################################# */
.topics h2{
   font-size: 24px;
   font-weight: bold;
 color:#002135;
 text-align: left;
}

.topics ul {
  list-style-type: none;
  /*padding-left: 0;*/
  display: flex;
}
.topics li {
  padding:0px 5px;
}
/*.topics a {
  font-size: 14px;
 color:#002135;
}
.topics a:hover{
  color: #043E92;
}*/

.topics_list h3 a{
 font-size: 16px;
 color:#002135;
}

.topics_list a {
  font-size: 16px;
 color:#002135;
}
.topics_list a:hover{
  color: #043E92;
}
/*  ################################################################
  GOOGLE FORM
################################################################# */
 .form-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
  }
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

/*	################################################################
	FOOTER SECTION
################################################################# */
/* Footer */
footer{
	background-color: #002135;
	color: white;
  padding: 100px 0;
}
footer p{
	color: #FFF;
  font-size: 14px;
}

footer a{
  color: #FFF;

}

/*  ################################################################
  RESPONSIVE adjustment
################################################################# */
@media screen and (min-width:991px) {
  .sp{display: none;}
}
@media screen and (max-width:992px) {
  .pc {display: none;}
  .bg_g2 h3{
  font-size: 10vw;
}

}


@media screen and (min-width:767px) {

}
@media screen and (max-width:768px) {
  .sm{
    font-size: 9px;
  }
  .s-box h3{
  font-size: 18px;
  margin-bottom: 30px;
}
header h3{
  font-size: 32px;
  line-height:36px;
}

header h4{
  font-size: 18px;
  line-height:36px;
}
.bg_g2 h3{
  font-size: 13vw;
}
.bg_g3_left{
  height: 50vh;
}

.bg_g3_right{
  height: 50vh;
  }
}
