@charset "UTF-8";

/* CSS Document */
/*Reset*/
html{
	font-size:62.5%;
	height:100%;
	width:100%;
}
body{
	width:100%;
	height:100%;
	margin: 0 auto;
	padding:0 0 0 0;
	background:#fff;
	font-family:"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;

	color:#353535;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height:100%;
	font-style: normal;
	font-size: 100%;
	text-align:left;
	list-style-type:none;
	border-collapse:collapse;
	vertical-align:top;

}

body .mincho{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	overflow:hidden;
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
*+html .clearfix{min-height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* -----------------------------

タイトル

----------------------------- */
.h{
	display: flex;
	justify-content: space-between;
	background: #ffffff;
	box-shadow: #2c2c2c62 3px 3px 6px;
	padding: 20px;
}
.h__box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.h__box__img{
	max-width: 130px;
}


/* -----------------------------

ハンバーガー

----------------------------- */
.hgm__box{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
  }
  .hbm__img{
	max-width: 130px;
	margin: 0;
  }

  .hamburger {
	display : block;
	position: fixed;
	z-index : 3;
	right : 20px;
	top   : 13px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
	z-index: 30;
  }
  .hamburger span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 2px ;
	left    : 6px;
	background : #BBBBBB;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
	top: 10px;
  }
  .hamburger span:nth-child(2) {
	top: 20px;
  }
  .hamburger span:nth-child(3) {
	top: 30px;
  }
  
  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background :rgb(0, 0, 0);
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
	top: 16px;
	background :rgb(0, 0, 0);
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
  }
  
  /* メニュー背景　*/
  nav.globalMenuSp {
	position: fixed;
	z-index : 25;
	top  : 0;
	left : 0;
	color: #000000;
	background: #ffffff;
	text-align: center;
	width: 100%;
	transform: translateY(-100%);
	transition: all 0.6s;
  }
  
  nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
  }
  
  nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	transition: .4s all;
	text-align: center;
  }
  nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover{
	background :#ddd;
  }
  
  nav.globalMenuSp ul li a {
	display: block;
	color: rgb(0, 0, 0);
	padding: 1em 0;
	text-decoration :none;
  }
  
  /* クリックでjQueryで追加・削除 */
  nav.globalMenuSp.active {
	opacity: 100;
	display: block;
	transform: translateY(0%);
	z-index: 20;

  }





/* -----------------------------

流れ

----------------------------- */
/* タイトル */
.flow{
	padding: 30px 0 0;
	margin: 0;
	text-align: center;
}
.flow__ttl{
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 10px;
	color: #0b3259;
	margin: 30px 0 30px 0;
	border-bottom: solid 4px #0b3259;
	display: inline-block;
	position: relative;
}
.flow__ttl:after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 4px #2aa086;
	bottom: -4px;
	width: 50%;
}  

/* 01-05 */
.flow__box{
	display: flex;
	justify-content: center;
	background: #eaf5f7;
	padding: 30px 20px;
}
.c{
	background: #ffffff;
}
.flow__box__nb{
	font-size: 50px;
	color: #2aa086;
	margin: 0 20px 0 0;
}
.flow__box__ttltop{
	font-size: 14px;
}
.flow__box__ttl{
	font-size: 25px;
}
.flow__box__txt{
	font-size: 16px;
	line-height: 1.5;
	margin: 10px 0 0;
}
.flow__img{
	max-width: 100%;
}


/* -----------------------------

フッター

----------------------------- */
a{
	text-decoration: none;
}
.f{
	background: #0b3259;
	padding: 40px 0 0;
	text-align: center;
}
.f__ttlbox{
	display: flex;
	justify-content: center;
	align-items: center;
}
.f__ttlbox:hover{
	transition: 0.8s ;
	opacity: 0.5 ;
}
.f__ttlbox__img{
	max-width: 150px;
	margin: 0;
}
.f__ttlbox__ttl{
	font-size: 25px;
	color: #fff;
}
.f__txt{
	margin: 20px 0 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.f__btnbox{
	padding: 30px;
	margin-right: auto;
	margin-left: auto;
}
.f__btnbox__left{
	display: flex;
	justify-content: center;
	padding: 20px;
	background: #14b199;
	height: 30px;
	align-items: center;
	margin: 15px;
	box-shadow: #071a2d 3px 3px 6px;
	text-align: center;
}
.f__btnbox__left:hover{
	background: #0d6b5d;
	box-shadow: #071a2d 3px 3px 6px;
	transition: 0.8s ;
}
.f__btnbox__left__img{
	max-width: 30px;
	height: auto;
	margin: 0 10px 0 0;
}
.f__btnbox__left__txt{
	font-size: 18px;
	color: #fff;
	margin: 0;
}
.f__btnbox__right{
	display: flex;
	justify-content: center;
	padding: 20px;
	background: #14b199;
	height: 30px;
	align-items: center;
	margin: 15px;
	box-shadow: #071a2d 3px 3px 6px;
}
.f__btnbox__right:hover{
	background: #0d6b5d;
	box-shadow: #071a2d 3px 3px 6px;
	transition: 0.8s ;
}
.f__btnbox__right__img{
	max-width: 30px;
	height: auto;
	margin: 0 10px 0 0;
}
.f__btnbox__right__txt{
	font-size: 18px;
	color: #fff;
	margin: 0;
}
.f__pp{
	color: #fff;
}
.f__pp:hover{
	transition: 0.8s ;
	color: rgb(187, 187, 187);
}
.copyright{
	text-align: center;
	background: #102439;
	height: 30px;
	padding: 10px;
	margin: 30px 0 0;
}
.copyright p{
	color: #fff;
	text-align: center;
	margin: 0;
}

