@charset "utf-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
*{
	box-sizing: border-box
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
	font-family: sans-serif;
}
html {
	font-size: 62.5%;

}
body{
	color: #333;
	background: #FFF
}
ol, ul {
	list-style: none;
}
img {
	vertical-align: bottom;
	max-width: 100%;
    height: auto;
}
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
input[type=text],
input[type=email],
input[type=tel],
textarea{
	border: 1px solid #ccc;
	padding: 12px;
	border-radius: 4px;
	width: 100%;
	outline: none;
	font-size: 1.6rem
	
}

.sp{display: none}
.pc{display: block}

#confirm main,
#thanks main{
	padding-top: 40px
}
.backbtn{
	text-align: center;
	padding: 30px 0;
	font-size: 16px;
	color: #000;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
header{
	background: #FFF;
	position: relative;
	height: 70px;
	display: flex;
	align-items: center
}
#hdr_logo{
	width: 230px;
	margin-left: 20px;
}
#hdr_text{
	padding-left: 20px;
	font-size: 15px;
}
#hdr_entry{
	width: 170px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background: #1D77FF;
	border-radius: 100px;
	line-height: 1;
	padding: 15px 10px;
	margin-left: auto;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	margin-right: 20px;
}
#hdr_entry img{
	width: 18px;
	height: auto;
	margin-right: 5px;
}
/*------------------------------------------------------------
	MV
------------------------------------------------------------*/
#mv{

}
#mv_img{
	text-align: center;
	background: #eee;
}
#mv_text{
	background:#1D77FF;
	color: #FFF;
	position:relative;
	height: 200px;
	display: flex;
	align-items: center
}

#mv_text img{
	width: 250px;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
}
#mv_text .inr{
	margin-left: 300px;
}
#mv_text h1{
	font-size: 40px;
	line-height: 130%;
	margin-bottom: 10px;
}
#mv_text p{
	font-size: 17px;
	line-height: 130%;
}
#mv_contact{
	background: #FFF;
	width: 250px;
	border-radius: 7px;
	padding: 25px 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	text-align: center;
	margin-right: 20px;
	margin-left:  auto;
	z-index: 1;
}
#mv_contact h3{
	color: #333;
	font-size: 15px;
	padding-bottom: 15px;
}
#mv_contact a{
	color: #fff;
	background: #1D77FF;
	font-size: 14px;
	padding: 12px 16px;
	text-decoration: none;
	border-radius: 100px;
}
#sankaku{
	position: absolute;
	bottom: 0;
	right: 0;
  	height: 200px;
  	width: 200px;
  	clip-path: polygon(120% 0, 100% 100%, 0 100%);
	background: #1867E3;
	z-index: 0
}
/*------------------------------------------------------------
	悩み
------------------------------------------------------------*/
#problem{
	padding: 40px 0;
}
#problem h2{
	text-align: center;
	font-size: 33px;
	margin-bottom: 20px;
}
#nayami{
	width: 800px;
	margin: 0 auto;
	position: relative
}
#nayami ul{
	width: 600px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#nayami li{
	font-size: 22px;
	padding: 25px 20px;
	background: #eee;
	border-radius: 9px;
	margin-bottom: 10px;
	color: #1867E3;
	font-weight: bold;
	display: flex;
	align-items: center;
}
#nayami li span{
	width: 24px;
	height: 24px;
	color: #FFF;
	background:#1867E3; 
	border-radius: 100px;
	display: inline-block;
	margin-right: 14px;
	background-image: url("../img/check.png");
	background-size: 60% 50%;
	background-position: center;
	background-repeat: no-repeat;
}

#problem .img_nayami{
	width: 220px;
	height: auto;
	position: absolute;
	bottom: -25%;
	right:-5%;
	z-index: 2;
}
#sankaku2{
  height: 48px;
	width: 100px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #FFF;
	margin: -1px auto 30px auto
}

/*------------------------------------------------------------
	強み
------------------------------------------------------------*/
#strength{
	background: #1867E3;
	padding: 0px 0 45px 0;
}
#strength h2{
	font-size: 38px;
	color: #FFF;
	margin-bottom: 0px;
	text-align: center
}
#strength h2 p{
	font-size: 18px;
	margin-bottom: 13px;
	font-weight: normal
}
#strength{
	background: #1867E3; 
}
#strength_list{


}

#strength_list li .inr{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	padding: 50px 25px;
	justify-content: space-between
}
#strength_list li .item1{
	width: 45%;
	color: #FFF;
	padding-top: 0px;
}
#strength_list li:nth-child(2) .item1{
	order: 2
}
#strength_list li:nth-child(2) .item3{
	order: 1
}
#strength_list li h3{
	font-size: 30px;
	margin-bottom: 5px;
}
#strength_list li h3 span{
	font-size: 50px;
}
#strength_list li h4{
	font-size: 22px;
	width: 220px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1867E3;
	text-align: center;
	border-radius: 100px;
	line-height: 1;
	background: #FFF;
	margin-bottom:0px;
}
.sankaku3{
	height: 20px;
	width: 27px;
	clip-path: polygon(0 0, 100% 0, 0% 100%);
	background: #FFF;
	margin: -2px 0 0px 98px
}
#strength_list li h5{
	font-size: 18px;
	margin-bottom: 60px;
	font-weight: normal
}
#strength_list li p{
	font-size: 18px;
	line-height: 180%;
}

#strength_list li:nth-child(2){
	background: #4B93FF
}
#strength_list li .item2{
	width: 50%;
	position: relative
}
#strength_list .item2 img{
	border-radius: 20px;
}
.no{
	font-size: 180px;
	font-weight: bold;
	font-style: italic;
	position: absolute;
	line-height: 1;
	color: #FFF;
	bottom: -30px;
	text-align: right;
	right: -10px;
}
/*------------------------------------------------------------
	サービス
------------------------------------------------------------*/
#service{
	padding: 50px 0;
	background: #eee;
}
.inner{
	width: 1100px;
	margin: 0 auto;
}
.inner2{
	width: 1100px;
	margin: 0 auto;
	border: 2px solid #1867E3;
	border-radius: 15px;
	padding: 50px 80px;
	background: #FFF
}
.service_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.service_list li{
	width: 49%;
	margin-bottom: 20px;
	background: #FFF;
	border-radius: 10px;
	padding: 30px 40px;
}
.service_list li figure{
	margin-bottom: 10px;

}
.service_list li figure img{
	width: 100%;
	height: auto

}
.service_list li h3{
	text-align: center;
	font-size: 20px;
}
.service_list li p{
	font-size: 17px;
	margin-bottom: 10px;
}
.price{
	padding: 10px 15px;
	font-size: 16px;
	background: #FFF3C7;
	border-radius: 5px;
}
.h2{
	font-size: 30px;
	text-align: center;
	
	margin-bottom: 10px;
}
.txt1{
	font-size: 16px;
	line-height: 170%;
	text-align: center;
	margin-bottom: 30px;

}
/*------------------------------------------------------------
	流れ
------------------------------------------------------------*/
#flow{
	padding: 50px 0;

}
.h1_2{
	text-align: center;
	font-size: 4.1rem;
	border: 2px solid  #1867E3;
	padding: 30px 0 28px 0;
	border-radius: 100px;
	line-height: 1;
	color:  #1867E3;
	background: #FFF
}
ul.list1{

}
ul.list1 li{
	margin-bottom: 15px;
	background: #FFF;
	border-radius: 8px;
	padding: 20px 40px;
	overflow: hidden
}
ul.list1 .point{
	width: 7%;
	float: left;
}
ul.list1 .point_r{
	width: 93%;
	float: right;
	overflow: hidden
}
ul.list1 h2{
	font-size: 2.4rem;
	width: 22%;
	padding: 10px 0 0 0px;
	float: left;
	color:  #1867E3;
	text-align: center
}
ul.list1 p{
	font-size: 1.8rem;
	width: 78%;
	float: right;
	padding-top: 5px;
	display: table-cell;
	visibility: middle;
	vertical-align: middle;
	border-left: 2px solid #eee;
	padding-left: 20px;
}
ul.list1 .maru{
	font-size: 3.5rem;
	background:  #1867E3;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: 72px;
	font-weight: bold;
	height: 72px;
	line-height: 1;
	border-radius: 72px;
}
ul.list1 span{
	font-size: 1rem;
	display: block;
	padding-top: 15px;
	padding-bottom: 4px
}
.triangle {
  width: 0;
  height: 0;
	display: block;
	margin: 0 auto 20px auto;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 25px solid  #1867E3;
  border-bottom: 0;
}
.ibox{
	text-align: center;
}
.ibox img{
	width: 80%;
	height: auto;
}
/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/
#faq{
	padding: 50px 0;
	background: #eee;
}
.faq_list .item{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px dashed #ccc;
	font-size: 1.6rem;
}
.faq_list .item:last-child{
	border: none;
}
.faq_list h2{
	font-size: 2.3rem;
	margin-bottom: 15px;
}
.qbox,.abox{
	padding-left: 46px;
	position: relative;
}
.qbox{
	padding-top: 3px;
}
.abox{
	padding-top: 6px;
}
.q,.a{
	font-size: 20px;
	font-family: Arial, Helvetica, "sans-serif";
	color: #FFF;
	border-radius: 100px;
	background:  #1867E3;
	display: inline-block;
	font-weight: bold;
	padding: 8px 0 0 0;
	width: 3.5rem;
	height: 3.5rem;
	text-align: center;
	line-height: 1;
	position: absolute;
	top:0px;
	left: 0px;
}
.q{
	background:  #1867E3;
}
.a{
	background: #86A4D4;
}


/*------------------------------------------------------------
	フォーム
------------------------------------------------------------*/
#form{
	padding: 50px 0;

}
.ta1{
	width: 100%;
	margin-bottom: 20px;
}
.ta1 td,.ta1 th{
	font-size: 1.6rem;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.ta1 th{
	background: #eeee;
	width: 25%
}
.ta1 td{
	background: #FFF;

}
#privacy{
	font-size: 13px;
	height: 300px;
	overflow-y: auto;
	width: 100%;
	padding: 15px;
	border: 1px solid #ccc;
	margin-bottom: 30px
}
#privacy p{
	padding-bottom: 15px;
}
.btn1{
	display: flex;
	justify-content: center;
	align-items: center;
	background:#00004B;
	border: none;
	border-radius: 7px;
	color: #FFF;
	text-decoration: none;
	line-height: 1;
	width: 275px;
	height: 60px;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 auto 30px auto;
}
/*------------------------------------------------------------
	会社情報
------------------------------------------------------------*/
#company{
	padding: 50px 0;
	background: #eee;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
footer{
	text-align: center;
	padding: 30px 0
}
#ftr_logo{
	margin-bottom: 10px
	
}
#ftr_logo img{
	width: 200px;
	height: auto
}
#ftr_address{
	font-size: 16px;
	margin-bottom: 10px
}
#copyright{
	font-size: 16px;
}

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

.sp{ display: block; }
.pc{ display: none; }
.inner{
	width: 96%;
	margin: 0 auto;
}
.inner2{
	width: 96%;
	margin: 0 auto;
	border: 2px solid #1867E3;
	border-radius: 15px;
	padding: 40px 20px;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
header{
	height: 70px;
}
#hdr_logo{
	width: 190px;
	margin-left: 10px;
}
#hdr_text{
	display: none
}
#hdr_entry{
	width: 130px;
	padding: 12px 10px;
	font-size: 16px;
	margin-right: 10px;
}
/*------------------------------------------------------------
	MV
------------------------------------------------------------*/

#mv_text{
	height: 150px;
}

#mv_text img{
	width: 110px;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
}
#mv_text .inr{
	margin-left: 120px;
	z-index: 2
}
#mv_text h1{
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 5px;
}
#mv_text p{
	font-size: 13px;
	line-height: 140%;
}
#mv_contact{
	display: none
}
#mv_contact h3{
	color: #333;
	font-size: 15px;
	padding-bottom: 15px;
}
#mv_contact a{
	color: #fff;
	background: #1D77FF;
	font-size: 14px;
	padding: 12px 16px;
	text-decoration: none;
	border-radius: 100px;
}
#sankaku{
	position: absolute;
	bottom: 0;
	right: 0;
  	height: 150px;
  	width: 150px;
  	clip-path: polygon(120% 0, 100% 100%, 0 100%);
	background: #1867E3;
	z-index: 0
}
/*------------------------------------------------------------
	悩み
------------------------------------------------------------*/
#problem{
	padding: 40px 0;
}
#problem h2{
	text-align: center;
	font-size: 25px;
	line-height: 130%;
	margin-bottom: 20px;
}
#nayami{
	width: 90%;
}
#nayami ul{
	width: 100%;
}
#nayami li{
	font-size: 17px;
	padding: 15px 20px;
	border-radius: 9px;
	margin-bottom: 10px;
}
#problem .img_nayami{
	width: 140px;
	height: auto;
	position: absolute;
	bottom: -25%;
	right:0%;
	z-index: 2;
}
#sankaku2{
  height: 34px;
	width: 50px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #FFF;
	margin: -1px auto 30px auto
}
/*------------------------------------------------------------
	強み
------------------------------------------------------------*/
#strength{
	background: #1867E3;
	padding: 0px 0 45px 0;
}
#strength h2{
	font-size: 38px;
	margin-bottom: 0px;
	line-height: 115%;
}
#strength h2 p{
	font-size: 18px;
	margin-bottom: 13px;
	font-weight: normal
}
#strength{
	background: #1867E3; 
}
#strength_list{


}

#strength_list li .inr{
	width: 98%;
	margin: 0 auto;
	display: block;
	padding: 50px 25px;
	justify-content: space-between
}
#strength_list li .item1{
	width: 100%;
	color: #FFF;
	padding-top: 0px;
}
#strength_list li h3{
	font-size: 27px;
	margin-bottom: 9px;
	line-height: 130%;
	padding-top: 8px;
}
#strength_list li h3 span{
	font-size: 50px;
}
#strength_list li h4{
	font-size: 21px;
	width: 220px;
	height: 50px;
	text-align: center;
}
#strength_list li h5{
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center
}
#strength_list li p{
	font-size: 18px;
	line-height: 180%;
}

#strength_list li:nth-child(2){
	background: #4B93FF
}
#strength_list li .item2{
	width: 100%;
	position: relative;
	padding-top: 15px;
}
#strength_list .item2 img{
	border-radius: 20px;
}
.no{
	font-size: 180px;
	font-weight: bold;
	font-style: italic;
	position: absolute;
	line-height: 1;
	color: #FFF;
	bottom: -50px;
	text-align: right;
	right: -10px;
}
/*------------------------------------------------------------
	サービス
------------------------------------------------------------*/
#service{
	padding: 50px 0;
	background: #eee;
}

.service_list{
	display: block;
	flex-wrap: wrap;
	justify-content: space-between
}
.service_list li{
	width: 100%;
	margin-bottom: 20px;
	background: #FFF;
	border-radius: 10px;
	padding: 30px 40px;
}
.service_list li figure{
	margin-bottom: 10px;

}
.service_list li figure img{
	width: 100%;
	height: auto

}
.service_list li h3{
	text-align: center;
	font-size: 20px;
}
.service_list li p{
	font-size: 17px;
	margin-bottom: 10px;
}
.price{
	padding: 10px 15px;
	font-size: 16px;
	background: #FFF3C7;
	border-radius: 5px;
}
.h2{
	font-size: 30px;
	text-align: center;
	
	margin-bottom: 10px;
}
.txt1{
	font-size: 16px;
	line-height: 170%;
	text-align: center;
	margin-bottom: 30px;

}
/*------------------------------------------------------------
	流れ
------------------------------------------------------------*/
#flow{
	padding: 50px 0;

}
.h1_2{
	font-size: 27px;
	border: 2px solid  #1867E3;
	padding: 20px 0 18px 0;
	border-radius: 100px;
	line-height: 1;
	color:#FFF;
	background: #1867E3
}
ul.list1{

}
ul.list1 li{
	margin-bottom: 5px;
	background: #FFF;
	border-radius: 8px;
	padding: 20px 0px;
	overflow: hidden
}
ul.list1 .point{
	width: 7%;
	float: left;
}
ul.list1 .point_r{
	width: 93%;
	float: right;
	overflow: hidden
}
ul.list1 h2{
	font-size: 2.4rem;
	width: 100%;
	padding: 10px 0 0 19%;
	float: none;
	margin-bottom: 5px;
	text-align: left
}
ul.list1 p{
	font-size: 1.8rem;
	width: 78%;
	float: right;
	padding-top: 5px;
	display: table-cell;
	visibility: middle;
	vertical-align: middle;
	border-left: 2px solid #eee;
	padding-left: 20px;
}
ul.list1 .maru{
	font-size: 32px;
	background:  #1867E3;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: 62px;
	font-weight: bold;
	height: 62px;
	line-height: 1;
	border-radius: 72px;
}
ul.list1 span{
	font-size: 1rem;
	display: block;
	padding-top: 10px;
	padding-bottom: 2px
}
.triangle {
  width: 0;
  height: 0;
	display: block;
	margin: 0 auto 10px auto;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid  #1867E3;
  border-bottom: 0;
}
.ibox{
	text-align: center;
}
.ibox img{
	width: 100%;
	height: auto;
}
/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/
#faq{
	padding: 50px 0;
	background: #eee;
}
.faq_list .item{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px dashed #ccc;
	font-size: 1.6rem;
}
.faq_list .item:last-child{
	border: none;
}
.faq_list h2{
	font-size: 2.3rem;
	margin-bottom: 15px;
}
.qbox,.abox{
	padding-left: 46px;
	position: relative;
}
.qbox{
	padding-top: 3px;
}
.abox{
	padding-top: 6px;
}
.q,.a{
	font-size: 20px;
	font-family: Arial, Helvetica, "sans-serif";
	color: #FFF;
	border-radius: 100px;
	background:  #1867E3;
	display: inline-block;
	font-weight: bold;
	padding: 8px 0 0 0;
	width: 3.5rem;
	height: 3.5rem;
	text-align: center;
	line-height: 1;
	position: absolute;
	top:0px;
	left: 0px;
}
.q{
	background:  #1867E3;
}
.a{
	background: #86A4D4;
}


/*------------------------------------------------------------
	フォーム
------------------------------------------------------------*/
#form{
	padding: 50px 0;

}
.ta1{
	width: 100%;
	margin-bottom: 20px;
}
.ta1 td,.ta1 th{
	font-size: 1.6rem;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.ta1 th{
	background: #eeee;
	width: 25%
}
.ta1 td{
	background: #FFF;

}
#privacy{
	font-size: 13px;
	height: 300px;
	overflow-y: auto;
	width: 100%;
	padding: 15px;
	border: 1px solid #ccc;
	margin-bottom: 30px
}
#privacy p{
	padding-bottom: 15px;
}
.btn1{
	display: flex;
	justify-content: center;
	align-items: center;
	background:#00004B;
	border: none;
	border-radius: 7px;
	color: #FFF;
	text-decoration: none;
	line-height: 1;
	width: 275px;
	height: 60px;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 auto 30px auto;
}
/*------------------------------------------------------------
	会社情報
------------------------------------------------------------*/
#company{
	padding: 50px 0;
	background: #eee;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
footer{
	text-align: center;
	padding: 30px 0
}
#ftr_logo{
	margin-bottom: 10px
	
}
#ftr_logo img{
	width: 200px;
	height: auto
}
#ftr_address{
	font-size: 16px;
	margin-bottom: 10px
}
#copyright{
	font-size: 16px;
}
}