@charset "UTF-8";
/* CSS Document */
a:hover{
	opacity:0.7!important;
}
body{
	font-size:15px;
	color: #4d4d4d;
	line-height:28px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica,  "sans-serif";
	margin: 0!important;
	overflow-x: hidden;
}

 a:hover .b_contact{
	text-decoration: none;
	text-decoration-line: none;
	opacity: 0.7;
	transition: 0.5s ;
}
 a:hover .b_contact_r{
	text-decoration: none;
	text-decoration-line: none;
	opacity: 0.7;
	transition: 0.5s ;
}
@media (min-width: 768px) {
	.b_contact{
		padding: 10px 30px;
		height: 40px;
		border-radius: 20px;
		color: #fff;
		text-align: center;
		background: #00a3cf;
	background: -moz-linear-gradient(left, #59c2e1 0%, #59c2e1 26%, #00a3cf 100%);
	background: -webkit-gradient(linear, left center, right center, from(#59c2e1), color-stop(26%, #59c2e1), to(#00a3cf));
	background: -webkit-linear-gradient(left, #59c2e1 0%, #59c2e1 26%, #00a3cf 100%);
	background: -o-linear-gradient(left, #59c2e1 0%, #59c2e1 26%, #00a3cf 100%);
	background: linear-gradient(to right, #59c2e1 0%, #59c2e1 26%, #00a3cf 100%);
	}
}
@media (max-width: 767px) {
	.b_contact{
		padding: 10px 20px;
		height: 40px;
		border-radius: 20px;
		color: #fff;
		text-align: center;
		background: #00a3cf;
	background: -moz-linear-gradient(left, #59c2e1 0%, #59c2e1 26%, #00a3cf 100%);
	background: -webkit-gradient(linear, left center, right center, from(#59c2e1), color-stop(26%, #59c2e1), to(#00a3cf));
	background: -webkit-linear-gradient(left, #59c2e1 0%, #59c2e1 26%, #00a3cf 100%);
	background: -o-linear-gradient(left, #59c2e1 0%, #59c2e1 26%, #00a3cf 100%);
	background: linear-gradient(to right, #59c2e1 0%, #59c2e1 26%, #00a3cf 100%);
	}
}
a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

section{
	position:relative;}

.pdgtb50{
	padding:50px 0;
}
.pdgb50{
	padding-bottom: 50px;
}
.pdgtb100{
	padding:100px 0;
}
.b_contact_r{
	max-width:300px;
	padding: 20px 30px;
	border-radius: 11px;
	color: #fff;
	text-align: center;
	background-color: #E64A57;
	font-weight: bold;
	font-size: 18px;
	margin:20px auto;
}
.container-title{
	padding-top:40px;
	margin-bottom:40px;}

.center{
	text-align:center;}

a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";}

.go-button{
	width:auto;
	margin:0 auto;
	margin-bottom:20px;
	padding:12px 12px;
	background-color:#e82665;
	color:#fff;
	font-size:22px;
	border-radius:7px;}

@media (min-width: 768px) {
	.page_cate{
		width: 60px;
		height: 136px;
		position:absolute;
		top: 350px;
		right: 0;
	}
}
@media (max-width: 767px) {
	.page_cate{
		display: none;
	}
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.is-hide {
  transform: translateY(-100%);
}

.top_scroll_line{
	width:1px;
	height: 100%;
	background-color: #fff;
	padding-top: 5px;
	margin: 0 auto;
}

@media (min-width: 1175px) {
	nav{
		width:100%;
		position: absolute;
		z-index: 99;
	}
}

@media screen and (min-width:768px) and (max-width:1174px) {
	nav{
		width:100%!important;
		position: absolute;
		z-index: 99;
	}
}
@media (max-width: 767px) {
	nav{
		width:100%!important;
		position: absolute;
		z-index: 99;
	}
}


#content_top_area{
	background-image:url(../images/content_top_bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	min-height: 775px;
	position: relative;
	background-position: top;
}
#base_content{
	width: 100%;
	position: relative;
	padding-bottom: 100px;
	background-color:#fff;
	display: inline-block;
}
@media (min-width: 768px) {
	.content_inner{
		position: relative;
		padding:150px 60px;
	}
	.content_inner2{
		position: relative;
		padding:150px 0 0 0;
	}
}

@media (max-width: 767px) {
	.content_inner{
		padding:100px 10px;
	}
	.content_inner2{
		padding:100px 0 10px 0;
	}
}

@media (min-width: 768px) {
	#content_top_inner{
		padding-top:140px;
		text-align: center;
	}

	#top_image_area{
		height:768px;
	}
	.top_image{
		background:url("../assets/img/top_img.jpg") no-repeat center top;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-size: cover;
	}
	.top_image_on{
		width: 100%;
		padding-top: 300px;
		padding-left: 60px;
		text-align: left;
		font-size: 34px; 
		line-height: 48px;
		font-weight: bold;
	}
	.top_image_on p{
		padding: 10px 0;
		font-size:16px;
		line-height: 24px;
	}
	.nav_menu {
	  float: right;
	}
	.nav_menu ul{
		clear: both;
		overflow: hidden;
		vertical-align: middle;
		padding-right: 15px;
	}
	.nav_menu li{
		float:left;
		list-style: none;
		padding: 20px 5px;
	}
	.navbar-brand{
		margin-left:20px;
	}

}
@media (max-width: 768px) {
	#content_top_inner{
		padding-top:100px;
		text-align: center;
	}
	#top_image_area{
		height: 500px;
	}
	.top_image{
		background:url("../assets/img/top_img.jpg") no-repeat center top;
		width: auto;
		height: 500px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-size: cover;
	}
	.top_image_on{
		width: 100%;
		padding: 300px 0 0 20px;
		text-align: left;
		font-size: 22px; 
		line-height: 30px;
		font-weight: bold;
	}
	.top_image_on p{
		padding: 10px 0;
		font-size:15px;
		line-height: 21px;
	}
	.sp-banner-button1{
		padding:1px;
	}
	.nav_menu {
	max-width: 55%;
	  float: right;
	}
	.nav_menu ul{
		clear: both;
		overflow: hidden;
		vertical-align: middle;
		padding-right: 5px;
	}
	.nav_menu li{
		float:left;
		list-style: none;
		padding: 10px 5px;
	}
	.navbar-brand{
		margin-left:10px;
	}
}



/*--------------------idnex top circle----------------------*/
#i_top{
	width: 100%;
	background-color:#fff;
	padding: 50px 0 0 0;
	position: relative;
}
.i_top_c_ttl{
	font-size:24px;
	color: #54b6d3;
	padding-bottom: 5px;
}
.i_top_c_sub{
	font-size:18px;
	font-weight: bold;
	padding-bottom: 5px;
}
.i_top_c_sub span{
	color:#54B6D3;
	font-size:12px;
	padding-bottom: 15px;
	display: block;
	font-weight: normal;
}

@media (min-width: 768px) {
	.top_circle_ctt{
		position:relative;
		margin: 0 auto;
		text-align: center;
		top: -100px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.i_top_c_ctt{
		text-align:left;
		padding: 10px;
		position:relative;
		top: -100px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.top_circle{
		width: 190px;
		height: 190px;
		transform: rotate(-90deg);
	}
	.top_circle_on{
		position:absolute;
		width: 110px;
		height: 110px;
		margin: 0 auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.top_circle_on img{
		margin:0 auto;
		width: 110px;
		max-height: 110px;
		vertical-align: middle;
	}
	.circlepc{
		display:block;
	}
	.circlesmart{
		display:none;
	}
	circle {
		fill:transparent;
		stroke: #4fa8df;
		stroke-width: 4;
		animation: circle 1s forwards;
	}
}
@media (max-width: 767px) {
	.top_circle_ctt{
		position:relative;
		margin: 0 auto;
		text-align: center;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.i_top_c_ctt{
		text-align:left;
		padding: 10px;
		position:relative;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.top_circle{
		width: 120px;
		height: 120px;
		transform: rotate(-90deg);
	}
	.top_circle_on{
		position:absolute;
		width: 70px;
		height: 70px;
		margin: 0 auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.top_circle_on img{
		margin:0 auto;
		width: 70px;
		max-height: 70px;
		vertical-align: middle;
	}
	.circlepc{
		display:none;
	}
	.circlesmart{
		display:block;
	}
	circle {
		fill:transparent;
		stroke: #4fa8df;
		stroke-width: 2;
		animation: circle 1s forwards;
	}
}
@keyframes circle {
	0% { stroke-dasharray: 0 700; }
	99.9%,to { stroke-dasharray: 700 700; 
		fill:#fff;}
}

/*--------------------idnex suggestion----------------------*/
#i_suggestion{
	width: 100%;
	background-color:#dbf2ff;
	padding: 50px 0;
	position: relative;
}
#i_suggestion_img{
	width:64px;
	position: absolute;
	top: 0;
	right: 0;
}
#i_suggestion_img img{
	width:100%;
}
.i_suggestion_box{
	border:solid 1px #000;
	background-color: #fff;
	padding: 15px;
	border-radius: 11px;
	margin: 15px;
	box-sizing: border-box;
	display: inline-block;
}
.i_suggestion_ttl{
	width: 100%;
	font-size:18px;
	font-weight: bold;
}
.i_suggestion_ctt{
	display: table;
}
.i_suggestion_l{
	display: table-cell;
}
.i_suggestion_r{
	width: 48px;
	padding-left: 15px;
	display: table-cell;
}
.i_suggestion_r img{
	width:100%;
}
/*--------------------i_strengths----------------------*/

#i_strengths{
	padding: 50px 0 130px 0;
	background-color:#fff;
}
.strengths_circle_box{
	padding: 5px;
	box-sizing: border-box;
}
.strengths_circle{
	width: 100%;
	padding-top: 100%;
	border-radius: 50%;
	background-color: #54B6D3;
	text-align: center;
	position: relative;
}
@media (min-width: 984px) {
	.strengths_circle_in{
		width: 100%;
		position: absolute;
		padding: 60px 50px;
		box-sizing: border-box;
		top: 0;
		left: 0;
	}
	.strengths_circle_ttl{
		font-size:20px;
		color: #fff;
		padding: 10px 0;
	}
	.strengths_circle_txt{
		width: 100%;
		position: absolute;
		bottom: 30px;
		left: 0;
		text-align: center;
		padding: 40px;
	}
	.strengths_circle_in img{
		width: 50%;
		max-height: 75px;
	}
}
@media (max-width: 983px) {
	.strengths_circle_in{
		width: 100%;
		position: absolute;
		padding: 0 5px;
		box-sizing: border-box;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.strengths_circle_ttl{
		font-size:2.5vw!important;
		color: #fff;
		padding: 5px 0;
	}
	.strengths_circle_txt{
		width: 100%;
		position: absolute;
		top:95%;
		padding: 20px 5px;
		text-align: left;
		box-sizing: border-box;
	}
	.strengths_circle_in img{
		width: 50%;
		max-height: 65px;
		padding-top: 20px;
	}
}
/*--------------------i_voice----------------------*/
#i_voice{
	background-color:#f2f2f2;
}
.i_voice_bar{
	border-radius: 11px;
	padding: 5px 20px;
	background-color:#54B6D3;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 15px;
}
.i_voice_table{
	margin: 30px 0;
}
.i_voice_table table{
	width:100%;
	border-top: solid 1px #333;
	border-left: solid 1px #333;
	text-align: center;
}
.i_voice_table th{
	width:25%;
	box-sizing: border-box;
	padding: 10px;
	border-right: solid 1px #333;
	text-align: center;
}
.i_voice_table tr{
	width:100%;
	border-bottom: solid 1px #333;
}
.i_voice_table td{
	width:25%;
	box-sizing: border-box;
	padding: 10px;
	border-right: solid 1px #333;
}
		
/*----------i_contact----------*/
.i_contact_ctt{
	position: relative;
	width: 100%;
	display: table;
}
.i_contact_ctt p{
	font-size:24px;
	line-height: 32px;
	font-weight: bold;
	color: #fff;
}
#i_contact_b_blk{
	width: 300px;
	display:inline-block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #000;
	border-radius: 11px;
	padding: 20px 40px;
}
#i_contact_b_red{
	width: 300px;
	display:inline-block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #E64A57;
	border-radius: 11px;
	padding: 20px 40px;
}

@media (min-width: 768px) {
	#i_contact_red{
		width: 50%;
		padding: 70px 10px;
		background-color: #E64A57;
		display: table-cell;
		text-align: center;
	}
	#i_contact_blue{
		width: 50%;
		padding: 70px 10px;
		background-color: #54B6D3;
		display: table-cell;
		text-align: center;
	}
}
@media (max-width: 767px) {
	#i_contact_red{
		width: 100%;
		padding: 70px 10px;
		background-color: #E64A57;
		display: block;
		text-align: center;
	}
	#i_contact_blue{
		width: 100%;
		padding: 70px 10px;
		background-color: #54B6D3;
		display: block;
		text-align: center;
	}
}



/*----------footer----------*/
footer{
	width: 100%;
	padding: 28px 0;
	position:relative;
	overflow: hidden;
	background-color: #fff;
	clear: both;
}
@media (min-width: 768px) {
	.f_logo{
		float:left;
		padding-left: 15px;
	}
	footer ul{
		float: left;
		font-weight: bold;
		margin-left: 20px!important;
	}
	footer li{
		float:left;
		padding: 10px 20px;
		list-style: none;
	}
	#foot-copy{
		position: absolute;
		font-size:11px;
		bottom: 5px;
		left: 15px;
	}
}
@media (max-width: 767px) {
	.f_logo{
		width: 100%;
		text-align: center;
		padding: 25px 20px;
	}
	footer ul{
		clear:both;
		overflow: hidden;
		margin: 0;
		padding: 0;
		font-weight: bold;
	}
	footer li{
		width: 100%;
		padding: 25px 20px;
		box-sizing: border-box;
		border-bottom: solid 1px #f2f2f2;
		list-style: none;
		text-align: center
	}
	footer li a:visited{
		color:#000!important;
	}
	footer li a:link{
		color:inherit!important;
	}
	footer li a:hover{
		color:inherit!important;
		opacity: 0.7;
	}
	footer li a:active{
	text-decoration:none!important;
	color:inherit!important;
	}
	
	#foot-copy{
		padding-top:30px;
		position: relative;
		text-align: center;
		font-size:11px;
	}
	
}




/*---------------------contact----------------------*/

#contact-title{
	background-color:#edf1f5;
	background-repeat:no-repeat;
	overflow:hidden;
	position:relative;
	background-image:url(../img/back-contact.png);
	background-position:center top 80px;}

#contact-form_haikei{
	background-color:#edf1f5;
	padding-top: 40px;
	margin-bottom:40px;
	position:relative;}

.form-group{
	padding:0 30px 10px 30px;}

.form-group span{
	color: #C30003;}

.f-example{
	color:#ccc!important;}

.form_buttonarea{
	width: 100%;
	text-align: center;
	display:inline-block;
	padding:20px!important;
}
.form_button{
	padding:10px!important;
	margin: 5px!important;
}

.btn-primary{
	background-color:#b2272d!important;
	border:none!important;
}
.btn-primary2{
	background-color:#333!important;
	border:none!important;
	color: #fff!important;
}


@media (min-width: 768px) {
.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
}
@media (max-width: 767px) {
.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
	test-combine-upright:initial;
	}
}


/*---------------------company----------------------*/
.company_ctt{
	box-sizing:border-box;
	padding: 0 20px;
}

.company_ctt dl{
	width: 100%;
	display: table;
	padding: 20px 0;
	border-bottom: solid 1px #333;
}
.company_ctt dt{
	width: 30%;
	display: table-cell;
	padding-right: 10px;
	font-weight: bold;
}
.company_ctt dd{
	display: table-cell;
}



/*---------------------company----------------------*/
.privacy_ctt ul{
	margin-left: 20px!important;
	padding-top: 20px!important;
	padding-bottom: 20px!important;
}
.privacy_ctt li{
	color: #54B6D3;
}
.privacy_ctt p{
	pdding-bottom:30px;
}
.content-sub{
	padding: 20px 0;
	font-weight: bold;
}