@charset "UTF-8";

/*******************************************************/
/******** 3つの特長 **********************************/
/*******************************************************/

#quality ul.feature3{
  margin-top: 20px;
}

#quality ul.feature3 li{
  float: left;
  width: 32%;
  margin: 20px 2% 0 0;
  color: #333;
  font-family: inherit;
  font-size: 1em;
}

#quality ul.feature3 li:last-child{
  margin-right: 0;
}

#quality ul.feature3 li img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

#quality ul.feature3 li h3{
  margin: 12px 0 6px;
  font-size: 1.08em;
  font-weight: 700;
  line-height: 1.4;
  /** color: #0f4c81; **/
  color: #1B2A63;
	text-align: center;
}

#quality ul.feature3 li p{
  margin: 0;
  font-size: 0.95em;
  line-height: 1.7;
  color: #555;
}

/* SP: stacked */
@media screen and (max-width: 768px){
  #quality ul.feature3 li{
    float: none;
    width: 100%;
    margin: 15px 0 0;
  }
  #quality ul.feature3 li h3{
    font-size: 1.05em;
  }
}

/*******************************************************/

/* 共通 */
#container h2.midashi{
	background: url(../img/common/icon_midashi1_ht6px.png) no-repeat center bottom;
	text-align: center;
	font-size: 2em;
	padding-bottom: 0.3em;
	margin-bottom: 1em;
}
#container h2.midashi span{
	font-family: 'Montserrat', sans-serif;
	display: block;
	/** color: #F14B2E; **/
	/** color: #0f4c81; **/
	color: #1B2A63;
	font-size: 0.6em;
	font-weight: normal;
	line-height: 1.4em;
}
@media screen and (max-width: 768px){
	#container h2.midashi{ font-size: 1.6em; }
}




/* #news
-------------------------------------------------------------------------*/
#news{
	position: relative;
	margin-top: -70px;
	margin-bottom: 50px;
}
#news .contents{
	background-color: #FFF;
	padding-top: 40px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
#news .wrapL{
	float: left;
	width: 25%;
	text-align: center;
}
#news .wrapL h2{
	color: #666;
	margin-top: 1em;
	margin-bottom: 1em;
}
#news .wrapL h2 span{
	display: block;
	font-family: 'Montserrat', sans-serif;
	/** color: #F14B2E; **/
	/** color: #0f4c81; **/
	color: #1B2A63;
	font-size: 1.6em;
	line-height: 1.2em;
}
#news .wrapL .btn a{
	/** background: #555 url(../img/common/icon_arrow_white.png) no-repeat 90% center; **/
	background: #fd9535 url(../img/common/icon_arrow_white.png) no-repeat 90% center;
	border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
	color: #FFF;
	font-size: 0.9em;
	font-weight: bold;
	padding: 5px 45px 5px 40px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
#news .wrapR{
	float: right;
	width: 75%;
	padding-left: 30px;
	border-left: solid thin #EEE;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#news .wrapR li{
	border-bottom: solid thin #DDD;
	padding-top: 1em;
	padding-bottom: 1em;
	clear: left;
}
#news .wrapR li:last-child{ border-bottom: none; }
#news .wrapR li p{
	display: inline-block;
	vertical-align: top;
}
#news .wrapR li .date{
	font-family: 'Montserrat', sans-serif;
	width: 110px;
	color: #888;
}
#news .wrapR li .cate{ width: 115px; }
#news .wrapR li .title a{
	color: #444;
	font-weight: bold;
}
@media screen and (max-width: 768px){
	#news{
		margin-top: 0;
		margin-bottom: 0;
	}
	#news .contents{ padding-top: 20px; }
	#news .wrapL,
	#news .wrapR{
		float: none;
		width: 100%;
		padding: 0;
		border: none;
	}
	#news .wrapL{ margin-bottom: 20px; }
	#news .wrapL h2{ margin-top: 0; }
	#news .wrapL h2 span br{ display: none; }
	#news .wrapR{ border-bottom: solid thin #DDD; }
	#news .wrapR li{
		border-top: solid thin #DDD;
		border-bottom: none;
	}
	#news .wrapR li .date{ width: 100px; }
}

/* #quality
-------------------------------------------------------------------------*/
#quality{
	/** background: #F3F8FB url(../img/home/contents_bk_2.png) no-repeat 103% 90%; **/
	background: #f3f3fb url(../img/home/contents_bk_2.png) no-repeat 103% 90%;
	width: 100%;
	padding: 40px 0 60px;
	margin-bottom: 50px;
}
#quality li{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	float: left;
	width: 19%;
	color: #8CA4B8;
	margin: 20px 0.5% 0;
}
@media screen and (max-width: 768px){
	#quality{
		padding: 10px 0;
		margin-bottom: 10px;
		background-image: none;
	}
	#quality li{
		width: 31.33%;
		margin: 15px 1% 0;
	}
}

/* #coordinator
-------------------------------------------------------------------------*/
#coordinator_wrap{
	background: url(../img/home/contents_bk_2.png) no-repeat -100px 20px;
}
@media screen and (max-width: 768px){
	#coordinator_wrap{
		background:none;
	}
}

#coordinator .bx-wrapper{
	position: relative;
	margin-bottom: 50px;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
#coordinator #coordinator_slide .box .position{
	display: inline-block;
	background-color: #FFC926;
	color: #FFF;
	padding: 3px 15px;
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
#coordinator #coordinator_slide .box .name{
	color: #31313F;
	font-weight: bold;
	font-size: 1.2em;
}
#coordinator #coordinator_slide .box .name span{
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: #F14B2D;
	font-size: 0.7em;
	padding-left: 1em;
}
#coordinator #coordinator_slide .bxslider{
	margin: 0;
	padding: 0;
}
#coordinator #coordinator_slide .bx-viewport{ -webkit-transform: translatez(0); }
#coordinator .bx-wrapper .bx-prev{
	left: -20px;
	background: url(../img/home/coordinator_slide.png) no-repeat 0 0;
}
#coordinator .bx-wrapper .bx-next{
	right: -20px;
	background: url(../img/home/coordinator_slide.png) no-repeat -58px 0;
}
#coordinator .bx-wrapper .bx-controls-direction a{
	position: absolute;
	top: 35%;
	outline: 0;
	width: 58px;
	height: 58px;
	text-indent: -9999px;
	z-index: 1;
}
#coordinator .bx-wrapper .bx-controls-direction a.disabled{ display: none; }
#coordinator .btn a{
	display: block;
	width: 240px;
	margin: 50px auto;
	/** border: solid thin #BBB; **/
	text-align: center;
	/** color: #555; **/
	font-weight: bold;
	font-size: 1.5em;
	padding: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 50px;

	background-color: #fd9535;
	border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
	color: #FFF;
}
@media screen and (max-width: 768px){
	#coordinator #coordinator_slide .box .position{ padding: 3px 10px; }
	#coordinator #coordinator_slide .box .name span{
		display: block;
		padding-left: 0;
	}
	#coordinator .bx-wrapper .bx-controls-direction a{ display: none; }
	#coordinator .btn a{ margin: 30px auto 10px; }
}

/* ======================================================
   #flow
====================================================== */

#flow{
	width: 100%;
	padding: 50px 0;
	background: url(../img/home/flow_bk.jpg) no-repeat center top;
	background-size: cover;
}

#flow h2.midashi,
#flow h2.midashi span{ 
	color: #FFF; 
}

#flow h2.midashi{
	text-shadow:0 0 10px #000,
		0 0 10px #110000,
		0 0 10px #110000;
}

/* ======================================================
   FLOW SECTION
====================================================== */

#flow{
  width: 100%;
  padding: 60px 0;
  background: url(../img/home/flow_bk.jpg) no-repeat center top;
  background-size: cover;
}

#flow h2.midashi,
#flow h2.midashi span{
  color: #FFF;
}

#flow h2.midashi{
  text-shadow:0 0 10px #000,
              0 0 10px #110000,
              0 0 10px #110000;
}

/* ===============================
   共通（flexベース）
================================ */

#flow .contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5%;
}

#flow .step{
  background: #FFF;
  text-align: center;
  font-weight: bold;
  padding: 25px 15px 30px;
  box-sizing: border-box;
  border-radius: 5px;
  transition: 0.3s;
}
/********************
#flow .step:hover{
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
************************/
#flow .step h3{
  /** color: #0f4c81; **/
	color: #1B2A63;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

#flow .step h3 span{
  display: block;
  font-size: 0.6em;
  letter-spacing: 1px;
}

#flow .step img{
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

#flow .step .text{
  margin: 0.8em 0;
  font-weight: normal;
}

#flow .step .btn a{
  display: block;
  color: #FFF;
  font-size: 0.95em;
  padding: 6px 20px;
  border-radius: 30px;
  background: #fd9535;
  border-bottom: solid 2px #d27d00;
  text-decoration: none;
}

#flow .step .btn a:hover{
  opacity: 0.9;
}

/* ===============================
   PC（横5列）
================================ */

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

  #flow .step{
    flex: 0 0 18%;
  }

}

/* ===============================
   タブレット（3＋2）
================================ */

@media screen and (max-width: 1200px){
	#flow .contents{
	  gap: 30px;   /* ← 上下左右にしっかり余白 */
	}

  #flow .step{
    flex: 0 0 30%;
  }

}

/* ===============================
   スマホ（2＋2＋1）
================================ */
@media screen and (max-width: 600px){

  #flow{
    padding: 40px 0 20px;
  }

  #flow .contents{
    gap: 20px;        /* ← %をやめる */
  }

  #flow .step{
    flex: 0 0 calc(50% - 10px);  /* 2列固定 */
  }

  /* 最後だけ1列中央 */
  #flow .step:last-child{
    flex: 0 0 100%;
    max-width: 300px;   /* 広がりすぎ防止 */
    margin: 0 auto;
  }

}


/* #about
-------------------------------------------------------------------------*/
@media screen and (min-width: 769px){
	#about .textWrap h2.midashi span.koujou_about{
		font-size: 30px;
	}
}
@media screen and (max-width: 768px){
	#about .textWrap h2.midashi span.koujou_about{
		font-size: 25px;
	}
}

#about{
	max-width: 1660px;
	margin: 80px auto;
	padding: 30px 0;
	background-image: url(../img/home/about_bk.jpg), url(../img/home/contents_bk_2.png);
	background-repeat: no-repeat;
	background-position: left top, right top;
}
#about .textWrap{
	float: right;
	width: 500px;
	background-color: #FFF;
	padding: 50px;
}
#about .textWrap h2.midashi{
	background: url(../img/common/icon_midashi1_ht6px.png) no-repeat left bottom;
	text-align: left;
}
#about .textWrap h3{
	color: #41536A;
	font-size: 1.3em;
	margin-bottom: 1em;
}
@media screen and (max-width: 768px){
	#about{
		margin: 20px auto;
		padding: 0;
		background-image: none;
	}
	#about .textWrap{
		float: none;
		width: 100%;
		padding: 0;
	}
	#about .textWrap h2.midashi{
		background: url(../img/common/icon_midashi1_ht6px.png) no-repeat center bottom;
		text-align: center;
	}
	#about .textWrap h3{
		text-align: center;
		font-size: 1.2em;
	}
}

/* #movie
-------------------------------------------------------------------------*/
#movie{
	width: 100%;
	padding: 80px 0;
	background-color: #F3F8FB;
}
#movie .contents{
	position: relative;
	width: 80%;
	padding-top: 40%;
}
#movie .contents iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width: 768px){
	#movie{ padding: 30px 0; }
	#movie .contents{
		width: 90%;
		padding-top: 50%;
	}
}

/* #support
-------------------------------------------------------------------------*/
#support{
	width: 100%;
	background: url(../img/home/contents_bk_2.png) no-repeat -5% 5%;
}
#support h2.midashi{ margin-top: 50px; }
#support p{ margin-bottom: 50px; }
@media screen and (max-width: 768px){
	#support{ background-image: none; }
	#support h2.midashi{ margin-top: 0; }
	#support p{ margin-bottom: 0; }
}

/* #contactWrap
-------------------------------------------------------------------------*/
#contactWrap.top_contactwrap{
	padding: 50px 0 70px;
}
#contactWrap.top_contactwrap .textWrap{
	padding-top: 15px;
	box-sizing: border-box;
}
#contactWrap.top_contactwrap{
	background: url(../img/home/main2603_bk_2.jpg) no-repeat center bottom;
}

#contactWrap .textWrap,
#contactWrap .fbWrap{
	float: left;
	width: 49%;
	padding: 0 0.5% ;
}
#contactWrap .contents h3{ margin: 0 0.3em 1em; }
#contactWrap .contents p.tel,
#contactWrap .contents p.fax{ line-height: normal; }
#contactWrap .contents p.btn{
	display: inline-block;
	margin: 1em 0 0;
}
@media screen and (max-width: 768px){
	#contactWrap .textWrap,
	#contactWrap .fbWrap{
		float: none;
		width: 100%;
		padding: 0;
	}
	#contactWrap .fbWrap{ margin-top: 30px; }
}

#contactWrap .contents .textWrap{
	color: #fff;
	text-shadow: 2px 2px 3px #555555;
}
