@charset "utf-8";
/* CSS Document */
/*★★★★★★★★テンプレート[始]★★★★★★★★*/

/*===============================================
	reset
===============================================*/
*{margin:0; padding:0; color:#000;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
} 
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; font-style:normal; font-weight:normal; font-size:100%; text-align:left;}
textarea{font-size:100%;}
img{vertical-align:bottom;}
li{list-style:none;}
/*===============================================
	a,text
===============================================*/
a:hover{text-decoration:underline;}
a{text-decoration:none; color:#1800ff;}
/*=============================================== 
	base
===============================================*/
html,body{height:100%;}
/*===============================================
	font
===============================================*/
body{font-family: 'Noto Sans JP', sans-serif;}
input,textarea,select{font-family: 'Noto Sans JP', sans-serif; font-size:12px;}
/* for IE6 */
* html body{font-family: 'Noto Sans JP', sans-serif;}
* html input, * html textarea{font-family: 'Noto Sans JP', sans-serif;}
h1,h2,h3,h4{font-family: 'Noto Sans JP', sans-serif; font-weight: bold; }
.mincho{font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;}
/*===============================================
	align
===============================================*/
.center{text-align:center !important; margin: 0 auto !important;}
.textleft{text-align:left !important;}
.textright{text-align:right !important;}

/*===============================================
	他span
===============================================*/
.underL{text-decoration:underline !important;}
.displayN{display:none !important;}
.bold{font-weight:bold !important;}

/*===============================================
	cFix
===============================================*/
/*Opera Fix*/
body:before{content:""; height:100%; float:left; width:0; margin-top:-32767px;}
/*cFix*/
.cFix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
* html .cFix {height:1%;}
.cFix {display:block;}

/*===============================================
	共通部分
===============================================*/

/* img mouse hover */
a:hover img {opacity: 0.7;filter: alpha(opacity=70);-ms-filter: "alpha(opacity=70)";}
.sp{display:none;}
.pc{display: inline;}
p{line-height: 2rem;}
.mb20{margin-bottom: 20px !important;}
.mt80{margin-top: 80px !important;}
.under_red{text-decoration: underline; text-decoration-color: red; text-decoration-style: double; }



@media screen and (max-width:640px) {
	#wrap{width: 100%;}
	p{font-size: 0.9rem; line-height: 1.8rem;}
	.sp{display:inline;}
	.pc{display:none !important;}

}

	
/*===============================================
	個別
===============================================*/


/*2カラム*/
#wrap{
	width: 80%;
	min-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 auto;
}
#body{
	width: 70%;
}
#fix_form_area{
	width: 30%;
/*	background: #D5E6EF;*/
/*	min-width: 300px;*/
}
/* ===== フォーム固定 ===== */
#fix_form_area .form_cnt{
    position:fixed;
    top:95px; /* 初期値（header高さと同じ） */
    width:24%;
    height:100%;
    transition:top 0.1s ease;
    background:#f5f5f5;
}

#fix_form_area iframe{
    width:100%;
    height:100%;
    border:none;
}

@media screen and (max-width:640px) {
	#wrap{
		width: 100%;
		min-width: 100%;
	}
	#body{
		width: 100%;
	}
	#fix_form_area{
		width: 100%;
		background: #D5E6EF;
	}
	#fix_form_area .form_cnt{
		position: static;
		top: auto;
		width: 100%;
		height: auto;
	}
	#fix_form_area iframe{
		min-height: 118vw;
		height: auto;
		width: 100%;
	}
}


/*ヘッダー*/
header{
	width: 100%;
	padding: 10px;
	position: relative;
	height: 95px;
}
header .logo{
	position: absolute;
	left: 0%;
	top: 15px;
	width: 270px;
}
header .award{
	position: absolute;
	left: 300px;
	top: 5px;
	width: 600px;
}
header .tel{
	position: absolute;
	right: 3%;
	top: 10px;
	width: 300px;
}
header .logo img,header .tel img,header .award img{
	width: 100%;
}
@media screen and (max-width:640px) {
	header{
		width: 100%;
		padding: 0;
		position: relative;
		height: 16vw;
	}
	header .logo{
		left: 1.5%;
		top: 15px;
		width: 28%;
	}
	header .tel{
		right: 1.5%;
		top: 8px;
		width: 9%;
		position: fixed;
		opacity: 0.7;filter: alpha(opacity=70);-ms-filter: "alpha(opacity=70)";
	}
	header .award{
		left: 4%;
		top: 10px;
		width: 80%;
	}
}



/*FV*/
#main{
	width: 100%;
}
#main img{
	width: 100%;
}
@media screen and (max-width:640px) {
}



/*事業の未来を拓く、戦略的M&A*/
#cnt1{
	width: 100%;
	background: url(../img/cnt1BG.png) no-repeat;
	background-size: cover;
	padding: 60px 0 0;
}
#cnt1 h2{
	font-size: 2.5vw;
	text-align: center;
	letter-spacing: 3px;
	color: #fff;
	margin-bottom: 20px;
}
#cnt1 h2 span{
	color: #ff0;
}
#cnt1 .read{
	text-align: center;
	font-size: 1.5vw;
	font-weight: 600;
	color: #fff;
	letter-spacing: 3px;
	margin-bottom: 50px;
}
#cnt1 .img{
	width: 100%;
	margin-bottom: -50px;
	padding: 0 20px;
}
#cnt1 .img img{
	width: 100%;
}
@media screen and (max-width:640px) {
	#cnt1{
		width: 100%;
		background: url(../img/cnt1BGSP.png) no-repeat;
		background-size: cover;
		padding: 60px 10px 0;
	}
	#cnt1 h2{
		font-size: 2rem;
	}
	#cnt1 .read{
		font-size: 1rem;
		letter-spacing: 0;
		margin-bottom: 30px;
	}
}




/*3つの確かな未来*/
#cnt2{
	width: 100%;
	background: #E8F6FF;
	background-size: cover;
	padding: 60px 0;
}
#cnt2 h2{
	font-size: 2.5vw;
	text-align: center;
	letter-spacing: 3px;
	color: #014BFF;
	margin-bottom: 60px;
}
#cnt2 .read{
	text-align: center;
	font-size: 1.5vw;
	font-weight: 600;
	color: #000;
	letter-spacing: 3px;
	margin-bottom: 0;
	line-height: 2vw;
}
#cnt2 .img{
	width: 100%;
}
#cnt2 .img img{
	width: 100%;
}
@media screen and (max-width:640px) {
	#cnt2 .read{
		letter-spacing: 0;
	}
	#cnt2 h2{
		margin-bottom: 40px;
		font-size: 2rem;
	}
	#cnt2 .read{
		font-size: 1rem;
		line-height: 1.5rem;
	}

}

/*4つの戦略*/
#cnt3{
	width: 100%;
	background: url(../img/cnt3BG.png);
	background-size: cover;
	padding: 80px 20px 40px;
}
#cnt3 h2{
	font-size: 2.5vw;
	text-align: center;
	letter-spacing: 3px;
	color: #ff0;
	margin-bottom: 60px;
}
#cnt3 .read{
	text-align: center;
	font-size: 1.5vw;
	font-weight: 600;
	color: #fff;
	letter-spacing: 3px;
	margin-bottom: 0;
	line-height: 2vw;
}
#cnt3 .img{
	width: 100%;
}
#cnt3 .img img{
	width: 100%;
}
@media screen and (max-width:640px) {
	#cnt3{
		width: 100%;
		background: url(../img/cnt3BGSP.png);
		background-size: cover;
		padding: 80px 20px 20px;
	}
	#cnt3 h2{
		margin-bottom: 40px;
		font-size: 2rem;
	}
	#cnt3 .read{
		letter-spacing: 0;
		font-size: 1rem;
		line-height: 1.5rem;
	}

}



/*M&A成功事例紹介*/
#cnt4{
	width: 100%;
	background: url(../img/cnt4BG.png), #153A94;
	background-size: contain;
	padding: 80px 40px;
}
#cnt4 h2{
	font-size: 2.5vw;
	text-align: center;
	letter-spacing: 3px;
	color: #fff;
	border-top: 1px solid #fff ;
	border-bottom: 1px solid #fff ;
	width: 50%;
	margin: 0 auto 60px;
	padding: 20px 0;
}
#cnt4 .read{
	text-align: center;
	font-size: 1.5vw;
	font-weight: 600;
	color: #fff;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
#cnt4 h3{
	width: 100%;
	background: #014BFF;
	padding: 20px;
	color: #fff;
	text-align: center;
	font-size: 1.6vw;
	font-weight: 600;
	border-radius: 50px;
	margin-bottom: 30px;
	letter-spacing: 2px;
}
#cnt4 h3:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#cnt4 h3:first-child:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
#cnt4 .img{
	width: 100%;
	margin-bottom: 70px;
}
#cnt4 .img img{
	width: 100%;
}
#cnt4 .img:nth-of-type(3){
	margin-bottom: 0;
}
/*#cnt4 .case_ttl::hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}*/

#cnt4 .case_ttl {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 20px auto;
	position: relative;
	margin-bottom: 20px;
	border-radius: 50px;
	border: 4px solid #fff;
	font-size: 1.5vw;
	padding: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #fff;
}
#cnt4 .case_ttl:hover{
	opacity: 0.7;
}
#cnt4 .case_ttl::before,#cnt4 .case_ttl::after  {
	content: '';
	display: inline-block;
	width: 20px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity .5s;
}
#cnt4 .case_ttl::after { transform: translateY(-50%) rotate(90deg); transition: transform .5s;}
#cnt4 .case_ttl.show::before {opacity: 0;}
#cnt4 .case_ttl.show::after { transform: translateY(-50%) rotate(180deg);}
#cnt4 .case_cnt{display: none;}

@media screen and (max-width:640px) {
	#cnt4{
		padding: 60px 0;
	}
	#cnt4 .img{
		width: 100%;
		margin-bottom: 50px;
		padding: 0 20px;
	}
	#cnt4 .img img{
		margin-bottom: 20px;
	}
	#cnt4 h2{
		font-size: 2rem;
		width: 100%;
		width: 80%;
	}
	#cnt4 .read{
		font-size: 1rem;
	}
	#cnt4 h3{
		padding: 10px;
		font-size: 1.1rem;
		border-radius: 50px;
		margin-bottom: 30px;
		letter-spacing: 0;
	}
	#cnt4 .case_ttl{
		border-radius: 50px;
		font-size: 1rem;
		padding: 10px;
		letter-spacing: 2px;
		margin: 0 auto 10px;
		border: 3px solid #fff;
	}
	#cnt4 .case_ttl::before,#cnt4 .case_ttl::after  {
		width: 13px;
		height: 2px;
		right: 4%;
		top: 50%;
	}

}




/*M&A支援の流れ・料金体系*/
#cnt5{
	width: 100%;
	background: url(../img/cnt5BG.png);
	background-size: cover;
	padding: 80px 40px;
}
#cnt5 h2{
	font-size: 2.5vw;
	text-align: center;
	letter-spacing: 3px;
	color: #014BFF;
	margin-bottom: 30px;
}
#cnt5 .img{
	width: 100%;
}
#cnt5 .img img{
	width: 100%;
}
@media screen and (max-width:640px) {
	#cnt5{
		padding: 60px 20px;
	}
	#cnt5 h2{
		font-size: 2rem;
	}
}

/*ポリシー*/
#cnt6{
	width: 100%;
	background: url(../img/cnt6BG.png) no-repeat top,#14398B;
	background-size: cover;
	padding: 80px 40px;
}
#cnt6 h2{
	font-size: 2.5vw;
	text-align: center;
	letter-spacing: 3px;
	color: #fff;
	margin-bottom: 30px;
}
#cnt6 .read{
	text-align: center;
	font-size: 1.25vw;
	font-weight: 600;
	color: #fff;
	letter-spacing: 2px;
	margin: 0 auto 50px;
	border-top: 1px solid #fff ;
	border-bottom: 1px solid #fff ;
	width: 90%;
	padding: 20px 0;
}
#cnt6 .img{
	width: 90%;
	margin: 0 auto 80px;
}
#cnt6 .img img{
	width: 100%;
}
#cnt6 .price{
	width: 90%;
	margin: 0 auto;
}
#cnt6 h3{
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
}
#cnt6 .price table {
	width: 100%;
	border: 1px solid #fff;
	margin-bottom: 10px;
}
#cnt6 .price table th{
	color: #fff;
}
#cnt6 .price table td{
	background: #fff;
}
#cnt6 .price table th,#cnt6 .price table td{
	text-align: center;
	font-size: 18px;
	padding: 20px 0;
}
#cnt6 .price table span{
	color: #DE0909;
	font-weight: 600;
}
#cnt6 .price .tesuryo{
	color: #fff;
	font-size: 14px;
}
#cnt6 .price .fukidashi {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  padding: 20px 30px;
  border-radius: 8px;
  background-color: #fff;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  color: #000000;
  font-weight: 500;
}

#cnt6 .price .fukidashi::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #fff;
  translate: -50% -100%;
}
#cnt6 .price span{
	font-weight: bold;
	color: #014BFF;
}
@media screen and (max-width:640px) {
	#cnt6{
		padding: 60px 20px;
	}
	#cnt6 h2{
		font-size: 2rem;
	}
	#cnt6 .read{
		font-size: 1rem;
		width: 100%;
		letter-spacing: 0;
		margin: 0 auto 30px;
	}
	#cnt6 .img{
		width: 100%;
		margin: 0 auto 50px;
	}
	#cnt6 .price{
		width: 100%;
		margin: 0 auto;
		overflow-y: scroll;
	}
	#cnt6 .price table{
		width: 135%;
	}
	#cnt6 .price table th,#cnt6 .price table td{
		padding: 10px;
		font-size: 1rem;
	}
	#cnt6 .price .fukidashi {
		font-size: 16px;
	}
}




/*精鋭M&Aチーム*/
#cnt7{
	width: 100%;
	background: url(../img/cnt7BG.png) no-repeat,#14398B;
	background-size: cover;
	padding: 80px 0;
}
#cnt7 h2{
	font-size: 2.5vw;
	text-align: center;
	letter-spacing: 3px;
	color: #fff;
	margin-bottom: 50px;
}
#cnt7 .read{
	text-align: center;
	font-size: 1.5vw;
	font-weight: 600;
	color: #fff;
	letter-spacing: 2px;
	margin: 0 auto 10px;
}
#cnt7 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#cnt7 li{
	width: 100%;
	margin: 0 0 30px;
}
#cnt7 li img{
	width: 100%;
}
#cnt7 .area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#cnt7 .member{
	width: 450px;
	min-height: 480px;
	margin: 0 20px;
}
#cnt7 .member img{
	width: 100%;
}
#cnt7 .img{
	width: 100%;
	margin: 0 auto 40px;
	padding: 0 40px;
}
#cnt7 .img img{
	width: 100%;
}
#cnt7 .img2{
	width: 100%;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#cnt7 .img2 img{
	width: 100%;
}
@media screen and (max-width:640px) {
	#cnt7{
		padding: 60px 0 0;
	}
	#cnt7 h2{
		font-size: 2rem;
	}
	#cnt7 .read{
		font-size: 1rem;
	}
	#cnt7 .member{
		width: 450px;
		min-height: 480px;
		margin: 0 20px;
	}
	#cnt7 ul{display: flex; flex-wrap: wrap; justify-content: center;}
	#cnt7 li{width: 100%; margin: 0 0 30px;}
	#cnt7 li img{width: 100%;}
	#cnt7 .area{width: 100%; display: flex; flex-wrap: wrap; margin-bottom: 50px;}
	#cnt7 .member{width: 300px; min-height: 300px; margin: 0 10px;}
	#cnt7 .member img{width: 100%;}
	#cnt7 .img{
		margin: 0 auto 40px;
		padding: 0 20px;
	}
	#cnt7 .img2{
		margin: 0 auto;
		padding: 0 20px;
	}
	#cnt7 .img2 img{
		width: 100%;
		margin-bottom: 40px;
	}
}


/*よくある質問*/
#faq{
	width: 100%;
	padding: 80px 0;
	background: #F0FDFF;
}
#faq .in{
	width: 80%;
	margin: 0 auto;
}
#faq h2{
	font-size: 2.5vw;
	text-align: center;
	letter-spacing: 3px;
	color: #000;
	margin-bottom: 50px;
}
#faq .faq__Q {
	cursor: pointer;
	font-size: 1.1rem;
	padding: 13px 30px 17px 15px;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	background: #fff;
	display: block;
	font-weight: bold;
	line-height: 2rem;
	border-radius: 5px;
}
#faq .faq__Q:hover {
	text-decoration: underline;
}
#faq .faq__Q:before{
	content: "Q.";
	position: absolute;
	top: 13px;
	font-size: 1.5rem;
	color: #014BFF;
}
#faq .faq__Q:after {
	width: 0;
	height: 0;
	position: absolute;
	top: 46%;
	right: 3%;
	border: 8px solid transparent;
	border-top-color: #014BFF;
	content: '';
}
#faq .faq__A {
	display: none;
	padding:0 0 10px 15px;
	width: 100%;
	font-size: 1.1rem;
	line-height: 2rem;
	margin: 0 auto 50px;
	color: #000;
	position: relative;
}
#faq .faq__Q p{
	color: #000;
	padding:3px 0 0 40px;
}
#faq .faq__A p{
	color: #000;
	padding:3px 0 0 40px;
}
#faq .faq__A:before{
	content: "A.";
	position: absolute;
	top: 2px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #014BFF;
}
@media screen and (max-width:640px) {
	#faq{
		width: 100%;
		position: relative;
		padding: 60px 0;
	}
	#faq h2{
		display: block;
		text-align: center;
		margin: 0 auto 30px;
		width: 100%;
		font-size: 2rem;
	}
	#faq h2 img{
		width: 100%;
	}
	#faq .in{
		width: 100%;
		margin: 0 auto;
		padding: 0 5%;
	}
	#faq .faq__Q {
		cursor: pointer;
		color: #000;
		font-size: 1rem;
		padding: 13px 30px 17px 10px;
		width: 100%;
		position: relative;
		border-radius: 10px;
		display: block;
		font-weight: bold;
		line-height: 2rem;
		margin-bottom: 20px;
	}
	#faq .faq__Q:hover {
	 text-decoration: underline;
	}
	#faq .faq__Q:before{
		position: absolute;
		background-size: contain;
		position: absolute;
		top: 50%;
		font-size: 1.5rem;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	#faq .faq__Q:after {
		width: 0;
		height: 0;
		position: absolute;
		top: 46%;
		right: 3%;
		border: 8px solid transparent;
		border-top-color:#014BFF;
		content: '';
	}
	#faq .faq__Q p{
		padding:3px 0 0 30px;
		line-height: 1.2rem;
		font-weight: bold;
	}
	#faq .faq__A {
		display: none;
		padding:0 0 10px 11px;
		width: 100%;
		font-size: 0.9rem;
		line-height: 2rem;
		margin: 0 auto 30px;
		color: #fff;
	}
	#faq .faq__A p{
		padding:3px 0 0 30px;
		line-height: 1.5rem;
	}
	#faq .faq__A:before{
		position: absolute;
		background-size: contain;
		font-size: 1.3rem;
	}
	#faq .faq__A a{
		color: #F9F392;
	}
}



/*精鋭M&Aチーム*/
#cnt8{
	width: 100%;
	background: url(../img/cnt8BG.png) no-repeat,#14398B;
	background-size: cover;
	padding: 80px 0;
}
#cnt8 h2{
	font-size: 2.5vw;
	text-align: center;
	letter-spacing: 3px;
	color: #fff;
	margin-bottom: 20px;
}
#cnt8 .read{
	text-align: center;
	font-size: 1.5vw;
	font-weight: 600;
	color: #fff;
	letter-spacing: 2px;
	margin: 0 auto 10px;
	line-height: 2vw;
}
#cnt8 .read span{
	color: #ff0;
}
#cnt8 .read2{
	text-align: center;
	font-size: 1.2vw;
	font-weight: 600;
	color: #fff;
	letter-spacing: 2px;
	margin: 0 auto 50px;
	line-height: 2vw;
}
#cnt8 .img{
	width: 100%;
	margin: 0 auto 60px;
	padding: 0 40px;
}
#cnt8 .img img{
	width: 100%;
}
#cnt8 .img2{
	width: 100%;
	margin: 0 auto 40px;
	padding: 0 40px;
}
#cnt8 .img2 img{
	width: 100%;
}
#cnt8 .tel{
	width: 100%;
	margin: 0 auto 40px;
	padding: 0 40px;
}
#cnt8 .tel img{
	width: 100%;
}
@media screen and (max-width:640px) {
	#cnt8{
		padding: 60px 0 1px;
	}
	#cnt8 h2{
		font-size: 2rem;
	}
	#cnt8 .read{
		font-size: 1.4rem;
		letter-spacing: 0;
		line-height: 2.2rem;
	}
	#cnt8 .read2{
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.5rem;
	}

	#cnt8 .img{
		margin: 0 auto 40px;
		padding: 0 20px;
	}
	#cnt8 .img2{
		width: 100%;
		margin: 0 auto 40px;
		padding: 0;
		overflow: scroll;
	}
	#cnt8 .img2 img{
		width: 800px;
		padding: 0 20px;
	}
}






/*voice*/
#voice{width: 100%; padding: 50px 0 0; background: #F0FDFF; margin: 0 auto 50px;}
#voice .in{width: 100%; margin: 0 auto;}
#voice h2{display: block; text-align: center; margin: 0 auto 30px; width: 313px;}
#voice h2 img{width: 100%;}
#voice ul{display: flex; flex-wrap: wrap; justify-content: center;}
#voice li{width: 100%; margin: 0 0 30px;}
#voice li img{width: 100%;}
#voice .voicearea{width: 100%; display: flex; flex-wrap: wrap; margin-bottom: 50px;}
#voice .voice{width: 400px; min-height: 610px; margin: 0 20px;}
#voice .voice img{width: 100%;}
@media screen and (max-width:640px) {
	#voice{width: 100%; padding: 30px 0 0;}
	#voice .in{width: 100%; margin: 0 auto;}
	#voice h2{display: block; text-align: center; margin: 0 auto 30px; width: 70%;}
	#voice h2 img{width: 100%;}
	#voice ul{display: flex; flex-wrap: wrap; justify-content: center;}
	#voice li{width: 100%; margin: 0 0 30px;}
	#voice li img{width: 100%;}
	#voice .voicearea{width: 100%; display: flex; flex-wrap: wrap; margin-bottom: 50px;}
	#voice .voice{width: 300px; min-height: 300px; margin: 0 10px;}
	#voice .voice img{width: 100%;}
}







#about{background: #F0FDFF; padding: 50px 0; }
#about .in{width: 950px; margin: 0 auto; }
#about h2{text-align: center; font-size: 2rem; letter-spacing: 3px; color: #000;}
#about .border{width: 100px; margin: 20px auto 10px; border-bottom:1px solid #000; }
#about .sub{text-align: center; font-size: 1.2rem; letter-spacing: 3px; color: #FFC685; margin-bottom: 20px;}
#about table{width: 700px; margin: 20px auto 0;}
#about table th{font-weight: bold; width: 25%;}
#about table th,#about table td{border-bottom: 1px solid #000; margin-bottom: 20px; padding: 15px 0;}
#about a{color: #139e66;}
#about p{text-align: center; padding: 10px 0;}
@media screen and (max-width:640px) {
	#about{background: #F0FDFF; padding: 30px 5%; }
	#about .in{width: 100%;}
	#about h2{text-align: center; font-size: 1.3rem; letter-spacing: 1px;}
	#about .border{width: 100px; margin: 20px auto 10px; border-bottom:1px solid #000; }
	#about .sub{text-align: center; font-size: 1.2rem; letter-spacing: 1px; color: #FFC685; margin-bottom: 0;}
	#about table{width: 100%; margin: 0 auto;}
	#about table th{font-weight: bold; width: 25%;}
	#about table th,#about table td{border-bottom: 1px solid #000; margin-bottom: 20px; padding: 15px 0; font-size: 0.9rem;}
}


/*フォーム*/
.formWrap__bg{width: 100%; padding: 50px 0; background: #153A94;}
#formWrap{width: 1000px; background: #fff; margin: 0 auto; padding: 40px; border-radius: 10px;
 filter: drop-shadow(0 0 10px rgba(100,100,100,0.1));}
.formWrap__bg h2{text-align: center; font-size: 2rem; letter-spacing: 3px; color: #000;}
.formWrap__bg .border{width: 100px; margin: 20px auto 10px; border-bottom:1px solid #000; }
.formWrap__bg .sub{text-align: center; font-size: 1.2rem; letter-spacing: 3px; color: #fff; margin-bottom: 20px;}
.formWrap__bg .read{color: #000; font-size: 1rem; text-align: center; letter-spacing: 1px; margin-bottom: 50px;}
.formTable{width: 800px; margin: 0 auto;}
.formTable th {width: 28%; font-size: 0.9rem; font-weight: bold; padding: 10px; border: #fff 3px solid;  }
.formTable th span{color: #fff; font-weight: bold; background: #ff6464; display: inline-block; padding: 1px 5px; float: right;}
/*.formTable .th2 {background: #eee;}*/
.formTable td{width: 72%; border: 10px solid #fff;}
.formTable .formtextarea{width: 80%;}
.formTable input ,.formTable select{padding: 10px; border: 1px solid #ccc; font-size: 1rem; margin-right: 5px;}
.formTable .serect_margin input{margin-bottom: 7px;}
.formTable label{ margin-right: 30px; }
.formTable textarea{width: 100%; padding: 10px; border: 1px solid #ccc; font-size: 1rem; }
::placeholder{color: #ccc}
.formWrap__botton{text-align: center; margin:20px auto;}
.formWrap__botton__submit{ background: #E40000; width: 350px; height:80px; border: none; border-radius: 10px; color: #fff; font-size: 1.2rem;}
.formWrap__botton__submit:hover {opacity: 0.7;filter: alpha(opacity=70);-ms-filter: "alpha(opacity=70)";}
.formWrap__policy{width: 800px; height: 200px; margin: 30px auto 30px ; overflow: auto;  border: 1px solid #ccc; padding: 20px;}
.formWrap__policy p{font-size: 0.8rem; margin-bottom: 20px; line-height: 1.5rem;}
.formTable__sutxt{font-size: 0.7rem; line-height: 1.5rem;}
.formTable__short span{padding: 12px 0 0 20px; display: inline-block;}
.formTable__short input{width: 70% !important; float: right; margin-bottom: 10px; display: inline-block;}
.formTable__short__red{font-size: 0.8rem; color: #f00;}
#formWrap .form__date input{width: 50%;}
.form_select_tx{font-size: 0.8rem; color: #f00;}
.form_select_tx span{color: #f00; font-weight: bold;}
.formWrap__policy__agree{text-align: center; margin-top: 20px auto;}
.formWrap__bordernone input{border:0px ; padding: 0 }


/*確認画面*/
.formWrap__txt{text-align: center; margin-bottom: 30px;}
#kakunin #formWrap{margin-top: 90px !important}

/*フォーム機能*/
#formWrap2{width: 800px; margin: 50px auto;}
.error_messe_h3{text-align: center; background: #fcc; padding: 20px; width: 100%; font-weight: bold; font-size: 1.1rem; margin-bottom: 20px;}
.error_messe{color: #f00; font-weight: bold; background: #fee; padding: 10px; margin-bottom: 10px;}
.form__error__back{color: #fff; padding: 20px ; border:none; font-size: 1.1rem; letter-spacing: 2px; background: #888; border-radius: 10px; width: 30%; }
.form__error__next{color: #fff; padding: 20px ; border:none; font-size: 1.1rem; letter-spacing: 2px;
 background: #E40000; border-radius: 10px; width: 30%; margin-bottom: 10px; font-weight: bold;}
.form__fix__h3{text-align: center; padding: 20px; color: #000; background: #153A94; font-size: 1.3rem; letter-spacing: 2px; margin-bottom: 20px; font-weight: bold;}
.form__fix__h3__tx{text-align: center; margin-bottom: 20px;}

/*サンキューページ*/
.form__submit{width: 100%; background: #153A94; padding: 30px 0;}
.form__submit h2{text-align: center; color: #000; font-weight: bold; font-size: 1.2rem;}
.form__submit__area{margin: 20px 0 0;}
.form__submit__sub{background-color: #fff200; padding: 5px; border-radius: 10px; text-align: center; margin: -21px auto 0; font-size: 1.2rem; letter-spacing: 1px; width: 350px; font-weight: bold;}
.form__submit__txtarea{width: 800px; margin: 20px auto; }
.form__submit__btn{margin: 0 auto 30px; display: block; text-align: center; width: 300px; background: #014BFF; padding: 20px; border-radius: 10px;}
.form__submit__btn a{ color:#fff; font-size:1.5rem; width: 100%; height: 100%; display: block; font-weight: bold;}
#kakunin .form__submit__area{margin-top: 70px !important }


/*フォーム*/
@media screen and (max-width:640px) {
	.formWrap__bg{width: 100%; margin: 0 auto; padding: 50px 5%;}
	#formWrap{width: 100%; margin: 0 auto; padding: 10%;}
	.formWrap__bg h2{text-align: center; font-size: 1.3rem; letter-spacing: 1px;}
	.formWrap__bg .border{width: 100px; margin: 20px auto 10px; border-bottom:1px solid #000; }
	.formWrap__bg .sub{text-align: center; font-size: 1.2rem; letter-spacing: 1px; color: #fff; margin-bottom: 10px;}
	.formWrap__bg .read{color: #000; font-size: .75rem; font-weight: bold; text-align: center; letter-spacing: 0; margin-bottom: 30px; line-height: 1.5rem;}
	#formWrap .formTable{width: 100%; padding: 0;}
	#formWrap form,#formWrap form table,#formWrap form table tbody,#formWrap form table tr,#formWrap form table th,#formWrap form table td{width: 100%;}
	.formTable th {width: 100%; border: 0; display: block; padding: 0px; margin-bottom: 5px;}
	.formTable td {font-size: 0.9rem; margin-bottom: 10px;}
	.formTable .th2 {background: #eee;}
	.formTable td{width: 100%; border: 0; display: block;}
	.formTable input{ margin: 0 0 10px; font-size: 0.9rem;}
	.formTable textarea{width: 100%; padding: 10px; }
	.formWrap__botton{text-align: center; margin:20px auto;}
	.formWrap__botton__submit{ width: 70%; height:15vw; background-size: contain; }
	.formWrap__botton{text-align: center; margin:20px auto;}
	.formWrap__policy{width: 100%; height: 150px; margin: 30px auto ; overflow: auto;  border: 1px solid #ccc; padding: 20px;}
	.formWrap__policy p{font-size: 0.8rem; margin-bottom: 20px; line-height: 1.5rem;}
	.formTable__sutxt{line-height: 1.0rem; margin-top: 3px;}
	#formWrap .form__date input{width: 80%;}
	.formTable .formtextarea{width:100%;}
	.formTable .formtextareaADD{width:60%;}
	.formTable label{line-height: 2rem; font-size: 0.95rem; padding-left: 3vw;}
	.formWrap__policy__agree{text-align: center; margin-top: 20px auto;}
	input[type="submit"], input[type="button"] { -webkit-appearance: none; }
	.formTable .serect_margin input{margin-bottom: 7px; font-size: 0.8rem;}
	.formTable .serect_margin select{margin-bottom: 15px; font-size: 0.8rem;}
	.formWrap__bordernone input{border:0px ; padding: 0; font-size:0.8rem; margin-bottom: 0;}
	.formWrap__bordernone input::file-selector-button{display:block; }

	/*フォーム機能*/
	#formWrap2{width: 90%; margin: 10px auto 50px;}
	.error_messe_h3{ font-size: 1.0rem; }
	.error_messe{ margin:0 auto 10px; width: 95%;}
	.form__error__back{font-size: 1.0rem; letter-spacing: 1px; border-radius: 10px; width: 50%; margin: 0 auto; display: block;}
	.form__error__next{font-size: 1.0rem; letter-spacing: 1px; border-radius: 10px; width: 50%; margin-bottom: 10px; font-weight: bold;}
	.form__fix__h3{padding: 10px; margin-top: 30px; ba}
	.form__fix__h3__tx{padding: 0 20px;}

	/*サンキューページ*/
	.form__submit{width: 100%; padding: 20px 0; margin: 0 0 20px;}
	.form__submit  h2{font-weight: bold; text-align: center; font-size: 1.0rem;}
	.form__submit__sub{margin: 20px auto 0; font-size: 1.0rem; letter-spacing: 1px; width: 80%; font-weight: bold;}
	.form__submit__txtarea{width: 90%; margin: 0 auto 30px;}
	.form__submit__area{width: 100%; margin: 0 auto;}
	.form__submit__area a{width: 50%; margin: 0 auto;}
	.form__submit__area img{width: 60%; margin: 20px auto; display: block;}
	.form__submit__btn{width: 70%; padding: 15px 0;}
	.form__submit__btn a{font-size: 1.1rem;}
}


/*コピーライト*/
#cnt_copy{width: 100%;}
#cnt_copy p{background: #153A94; text-align: center; padding: 10px; color: #fff;}
@media screen and (max-width:640px) {
	/*コピーライト*/
	#cnt_copy p{font-size: 0.8rem; padding: 10px 0; background: #153A94;}
}



#cta_sp{display: none;}
#cta_sp p{display: none;}
#cta_sp a{display: none;}
#cta_sp img{display: none;}
@media screen and (max-width:640px) {
	/*cta_sp*/
	#cta_sp{
		display: block;
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: 9999;
		padding: 15px 0;
/*		height: 37vw;*/
		background: #0C1E4F;
		text-align: center;
		background-color: rgba(12, 30, 79, 0.8);
	  opacity: 0;
	  pointer-events: none;
	  transition: opacity .3s ease;
	}
	#cta_sp.is-active {
	  opacity: 1;
	  pointer-events: auto;
	}
	#cta_sp p{
		display: inline-block;
	}
	#cta_sp .ttl{
		font-weight: bold;
		font-size: 1.1rem;
		color: #fff;
		letter-spacing: 0;
		margin-bottom: 8px;
	}
	#cta_sp .ttl span{
		font-weight: bold;
		font-size: 1.1rem;
		color: #FFFF00;
		letter-spacing: 0;
	}

	#cta_sp .mail{
		width: 90%;
		margin: 0 auto;
	}
	#cta_sp img{
		width: 100%;
		display: block;
	}
	#cta_sp a{
		position: relative;
		display: block;
		width: 100%;
		overflow: hidden;}
	#cta_sp a::after {
		content: '';
		position: absolute;
		top: -10%;
		left: -20%;
		width: 40px;
		height: 100%;
		transform: scale(2) rotate(20deg);
		background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
		/* アニメーション */
		animation-name: shiny;
		animation-duration: 3s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: infinite;}
	@keyframes shiny {
		0% { left: -20%; }
		10% { left: 120%; }
		100% { left: 120%; }
	}
	#cta_sp2 .cta_sp2_line{position: fixed; bottom: 23vw; right: 1vw; width: 34vw; z-index: 9999; display: block;}
	#cta_sp2 .cta_sp2_line img{width: 100%;}
}



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

	/*===============================================
	ハンバーガーアイコンをCSSだけで表現
	===============================================*/
	#nav-drawer {position: relative;}
	/*アイコンのスペース*/
	#nav-open {
	  display: inline-block;
	  width: 30px;
	  height: 22px;
	  vertical-align: middle;
	  position: fixed;
	  top: 10px;
	  right: 10px;
	  z-index: 9999;
	}
	#nav-open span, #nav-open span:before, #nav-open span:after {
	  position: absolute;
	  height: 4px;/*線の太さ*/
	  width: 30px;/*長さ*/
	  border-radius: 3px;
	  background: #fff;
	  display: block;
	  content: '';
	  cursor: pointer;
	}
	#nav-open span:before {
	  bottom: -8px;
	}
	#nav-open span:after {
	  bottom: -16px;
	}
	/*閉じる用の薄黒カバー*/
	#nav-close {
	  display: none;/*はじめは隠しておく*/
	  position: fixed;
	  z-index: 99;
	  top: 0;/*全体に広がるように*/
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: black;
	  opacity: 0;
	  transition: .3s ease-in-out;
	}
	/*中身*/
	#nav-content {
	  overflow: auto;
	  position: fixed;
	  top: 0;
	  right: 0;
	  z-index: 9999;/*最前面に*/
	  width: 60%;/*右側に隙間を作る（閉じるカバーを表示）*/
	  max-width: 330px;/*最大幅（調整してください）*/
	  height: 100%;
	  background: #fff;/*背景色*/
	  transition: .3s ease-in-out;/*滑らかに表示*/
	  -webkit-transform: translateX(105%);
	  transform: translateX(105%);/*左に隠しておく*/
	}
	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
	  display: block;/*カバーを表示*/
	  opacity: .5;
	}
	#nav-input:checked ~ #nav-content {
	  -webkit-transform: translateX(0%);
	  transform: translateX(0%);/*中身を表示（右へスライド）*/
	  box-shadow: 6px 0 25px rgba(0,0,0,.15);
	  background: #000;
	  background: rgba(0,0,0,0.3);
	  z-index: 99999;
	}
	/*チェックボックス等は非表示に*/
	.nav-unshown {
	  display:none;
	}
	.MainImage_navi li{background: #fff; width: 80%; margin:13px auto; text-align: center; font-size: 0.9rem;}
	.MainImage_navi li a{ color: #000; width: 100%; display: block; padding: 5px; font-size: 0.9rem;}
	.MainImage_navi .MainImage_navi_link{background: none;}
	.MainImage_navi .MainImage_navi_link a{width: 100%; padding: 0;}
	.MainImage_navi .MainImage_navi_link img{width: 100%;}
	/*===============================================
	ハンバーガーアイコン終わり
	===============================================*/

	/*20250123追加*/
	#chart{width: 100%; background: #fff; padding: 30px 5%;}
	#chart .in{width: 100%; margin: 0 auto;}
	#chart .in img{width: 100%;}
	#chart h2{font-size: 1.3rem; letter-spacing: 1px; position: relative; margin-bottom: 30px;}
	#chart h2::after{position: absolute; content: ""; left: 0; right: 0; margin: 0 auto; display: block; border-bottom: 1px solid #fff;
	 width: 100px; padding-bottom: 10px;}
}


