@charset "EUC-JP";
html{
	font-size: 62.5%;
}
img{
	width: auto;
}
body {
	font-family:    Hiragino Sans,"¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯",Hiragino Kaku Gothic ProN,
	"¥Ò¥é¥®¥Î³Ñ¥´ ProN W3",Roboto,"Droid Sans",YuGothic,"Þâ¥´¥·¥Ã¥¯",Meiryo,"¥á¥¤¥ê¥ª",Verdana,
	"£Í£Ó £Ð¥´¥·¥Ã¥¯",sans-serif;
	color: #311D01;
}
div:after {
	content: none;
}
.block-sp {
	display: none !important;
}
.block-pc {
	display: block !important;
}
div:after {
	visibility: visible;
}

/* header  start*/
.mv img{
	width: 100%;
	font-size: 0;
	vertical-align: bottom;
}
.consult{
	background-color: #fbeb93;
	text-align: center;
	padding: 10px 0 20px;
}
.consult_ttl{
	font-weight: bold;
	padding-bottom: 20px;
	font-size: 3.8rem;
	line-height: 1.5;
}
.consult_ttl span{
	color: #FF7D00;
	font-size: 4.4rem;
	font-weight: bold;
}
.line-btn-sml{
	position: relative;
	text-align: center;
	max-width: 490px;
	height: auto;
  width: 80%;
  margin: 0 auto;
}
.line:hover{
	opacity: 0.8;
}
.line-btn-sml:before{
	position: absolute;
	left: 50%;
	top: -35px;
	transform: translate(-50%,0);
	content: "¡À 1Ê¬¤Ç´ÊÃ±ÅÐÏ¿¡ª ¡¿";
	font-size: 2.3rem;
	font-weight: bold;
	width: 100%;
}
.line-btn-sml > .line > img{
 width: 100%;
}
@media screen and (max-width: 768px) {
	.consult_ttl{
		font-size: 1.8rem;
	}
	.consult_ttl span{
		font-size: 2.2rem;
	}
	.line-btn-sml:before{
		top: -20px;
		font-size: 1.4rem;
	}
}

/* header  end*/


/* reason start*/
.reason{
	padding: 60px 0;
	width: 90%;
	margin: 0 auto;
}
.reason_ttl span{
	font-size: 6rem;
	font-weight: bold;
}
.reason_wrap_item{
	max-width: 725px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.reason_wrap_item + *{
	margin-top: 70px;
}
.reason_wrap_img{
	width: 55%;
}
.reason_wrap_img img{
	width: 100%;
}
.reason_wrap_txt{
	width: 40%;
	box-sizing: border-box;
}
.reason_txt_img{
	padding-bottom: 20px;
	width: 100%;
}
.reason_txt_img img{
	width: 100px;
	height: 37px;
}
.reason_txt_ttl{
	font-size: 3.4rem;
	line-height: 1.6;
	padding-bottom: 10px;
	color: #311D01;
}
.reason_txt_paragraph{
	font-size: 2.6rem;
	line-height: 1.3;
	letter-spacing: -2px;
	color: #311D01;
}

@media screen and (max-width: 768px) {
	.reason{
		padding: 60px 0;
		width: 84%;
	}
	.reason_txt_img{
		padding-bottom: 10px;
	}
	.reason_txt_img img{
		width: 50px;
		height: 18.5px;
	}
	.reason_txt_ttl {
    font-size: 1.6rem;
    line-height: 1.3;
		padding-bottom: 10px;
  }
	.reason_txt_paragraph {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1.5px;
  }
	.reason_wrap_img{
		width: 48%;
	}
	.reason_wrap_txt{
		width: 48%;
	}
}
/* reason end*/

/* info */
.info{
	background-color: #E8E3DE;
	padding: 60px 0;
}
.info_heading{
	text-align: center;
	padding-bottom: 50px;
}

.info_heading_top{
	font-size: 3.4rem;
	font-weight: bold;
}
.info_heading_middle{
	font-size: 6rem;
	font-weight: bold;
}
.info_heading_middle span{
	color: #F09035;
}
.info_heading_bottom{
	font-weight: bold;
	font-size: 5rem;
	position: relative;
	padding-bottom: 20px;
}
.info_heading_bottom span{
	font-weight: bold;
	font-size: 4rem;
}
.info_heading_bottom:after{
	content:"______";
	color: #F09035;
	position: absolute;
	left: 50%;
	top: 40px;
	transform: translate(-50%,0);
}
.info_content{
	max-width: 1000px;
	background-color: #fff;
	border: 1px solid #F09035;
	border-radius: 19px;
	margin: 0 auto;
	padding: 50px;
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
}
.info_content_item{
	border-bottom: 1px dashed #707070;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-bottom: 20px;
	font-size: 2.6rem;
	position: relative;
	letter-spacing: 0.05em;
}
.info_content_item:before{
	content: "";
	background: url(../img/mood-icon.png);
	width: 36px;
	height: 36px;
	background-size: cover;
	position: absolute;
	top: 5px;
	left: 0;
}

@media screen and (max-width: 768px) {
	.info_content{
		padding: 30px 25px;
	}
	.info_content_item{
		font-size: 1.6rem;
		padding-left: 24px;
	}
	.info_content_item:before{
    width: 13px;
    height: 13px;
    top: 2px;
	}
	.info_heading_top{
		font-size: 2rem;
		padding-bottom: 10px;
	}
	.info_heading_middle{
		font-size: 3.5rem;
		padding-bottom: 10px;
	}
	.info_heading_bottom{
		font-size: 3rem;
	}
	.info_heading_bottom:after {
    top: 20px;
	}
	.info_heading_bottom span {
    font-size: 2rem;
  }
}
/* info end */

/* problems */
.problems{
	max-width: 900px;
	margin: 0 auto;
	padding: 100px 0px 150px;
	position: relative;
}
.problems_content{
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.problems_content_ttl{
	text-align: center;
	font-size: 60px;
	padding-top: 130px;
	letter-spacing: -3px;
	font-weight: bold;
}
.problems_content_message{
	color: #F09036;
	border-bottom: solid 3px #F09036;
	font-size: 3.4rem;
	font-weight: bold;
}
.problems_content_wrap{
	padding-top: 20px;
}
.problems_content_item{
	display: flex;
}
.problems_content_wrap * + *{
	margin-top: 50px;
}
.problems_item_txt{
	width: 70%;
	background-color: #F2F1EE;
	border-radius: 10px;
	box-sizing: border-box;
	min-height: 246px;
	font-weight: bold;
	-ms-display: flex;
	-ms-align-self: flex-end;
	-ms-flex-direction: column;
	-ms-justify-content: center;
	display: flex;
	align-self: flex-end;
	flex-direction: column;
	justify-content: center;
}
.problems_item_txt p{
	font-size: 3.4rem;
	margin: 0 auto;
	width: 84%;
	margin: 0 auto;
  text-align: left;
}
.problems_item_img{
	width: 30%;
}
.problems_item_img img{
	width: 100%;
}
.problems_content_wrap .even .problems_item_txt{
	order: 2;
}
.problems_content_wrap .even .problems_item_img{
	order: 1;
}

@media screen and (max-width: 768px) {
	.problems{
		padding: 40px 0px 20px;
	}
	.problems_content_message{
		font-size: 2rem;
		line-height: 2;
	}
	.problems_item_txt p{
		font-size: 1.4rem;
	}
	.problems_item_txt{
		min-height: 100px;
		padding-top: 30px !important;
		padding-bottom: 30px;
    line-height: 1.5;
    box-sizing: border-box;
	}
	.problems_content_ttl {
    padding-top: 30px;
		letter-spacing: 1px;
		font-size: 2.2rem;
		line-height: 2;
  }
	.problems_content_wrap {
    padding-top: 0px;
  }
	.problems_content_wrap * + * {
    margin-top: 20px;
  }
}

/* problems end */


/* merit */
.merit{
	background-color: #F4B541;
	text-align: center;
	padding-top: 250px;
	padding-bottom: 100px;
	position: relative;
	padding-top: 160px;
}
.merit:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 120px 50vw 0px 50vw;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	z-index: 2;
}
.merit_balloon{
	font-size: 3.4rem;
	padding: 20px 40px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	font-weight: bold;
}
.merit_balloon:before {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 40px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fff;
	z-index: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.merit_ttl_txt{
	font-size: 6rem;
	padding-top: 50px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.merit_content{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	padding-top: 100px;
	flex-wrap: wrap;
}
.merit_content_item {
	text-align: left;
	width: 50%;
	background: url(../img/cloud.png) no-repeat;
	background-size: contain;
	background-position: 0px 40px;
	padding-bottom: 80px;
}
.merit_content_item:nth-child(1),
.merit_content_item:nth-child(2){
	margin-bottom: 40px;
}
.merit_content_balloon{
	font-size: 2.8rem;
	padding: 10px 20px;
	background-color: #fff; 
	border-radius: 16px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	min-width: 196px;
	text-align: center;
	color: #fff;
}
.merit_content_balloon:before {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 40px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fff;
	z-index: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.merit_content_balloon{
	font-size: 2.8rem;
	font-weight: bold;
}
.merit_content_ttl{
	font-size: 5rem;
	padding-top: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.merit_content_txt{
	font-size: 2.6rem;
	text-decoration: underline;
	text-decoration-color: #FBDDC2;
	padding-left: 120px;
	background-position: 0 60px;
	letter-spacing: -1px;
	font-weight: bold;
}
.merit_content_img{
	width: 60%;
	margin: 0 auto;
}
.merit_content_img img{
	width: 100%;
}

@media screen and (max-width: 768px) {
	.merit{
		padding-bottom: 0px;
	}
	.merit_balloon{
		font-size: 2rem;
	}
	.merit_ttl_txt{
		font-size: 3.2rem;
		line-height: 1.3;
	}
	.merit_content_item {
		width: 100%;
		margin: 0 auto;
		max-width: 300px;
		background-size: 300px, 270px;
		background-position: 11px 60px;
	}
	.merit_content{
		flex-direction: column;
		padding-top: 30px;
	}
	.merit_content_img {
    padding-top: 14px;
  }
	.merit_content_balloon{
		font-size: 1.6rem;
		min-width: 100px;
	}
	.merit_content_ttl{
		font-size: 4.2rem;
		padding-bottom: 10px;
	}
	.merit_content_txt{
		font-size: 1.6rem;
		letter-spacing: -1px;
		padding-left: 75px;
		line-height: 1.5;
	}
.merit_content_item:nth-child(1),
.merit_content_item:nth-child(2){
	margin-bottom: 10px;
}
}

/* merit  end*/

/* method */
.method{
	padding: 50px 0 100px;
}
.method_ttl span{
	font-size: 6rem;
	font-weight: bold;
}
.method_content{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
	position: relative;
}
.method_content:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #311D01;
	background-position: top;
	top: 150px;
	left: 0;
	z-index: -1;
}
.method_content_item{
	width: 30%;
}
.method_item_img{
	padding-bottom: 20px;
	text-align: right;
}
.method_item_img img{
	width: 100%;
}
.method_content_item:first-child > .method_item_img{
	text-align: left;
}
.method_content_item:last-child > .method_item_img{
	text-align: right;
}
.method_item_ttl{
	font-size: 3.4rem;
	padding-bottom: 20px;
	letter-spacing: -1px;
	font-weight: bold;
}
.method_item_txt{
	font-size: 2.6rem;
	letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
	.method_content{
		flex-direction: column;
		width: 90%;
		max-width: 500px;
		padding-bottom: 0px;
		margin-bottom: 30px;
	}
	.method_content_item{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.method_item_img{
		width: 40%;
	}
	.method_item_desc{
		width: 58%;
		display: flex;
		flex-direction: column;
		align-self: center;
		padding-left: 20px;
	}
	.method_content_item:first-child > .method_item_img{
		text-align: center;
	}
	.method_content_item:last-child > .method_item_img{
		text-align: center;
	}
	.method_item_ttl{
		font-size: 1.8rem;
	}
	.method_item_txt{
		font-size: 1.6rem;
		line-height: 1.3;
		letter-spacing: 1;
	}
	.method_content:after {
    height: 98%;
		width: 0;
		border-bottom: 0;
    border-left: 1px dotted #311D01;
    top: 0;
    left: 20%;
  }
	.method_item_img {
    padding-bottom: 0px;
	}
	.method_content> * + *{
		padding-top: 30px;
	}
}

/* method end */


/* faq */
.faq{
	background-color:#F7D38E;
	padding: 50px 0;
}
.faq_content{
	max-width: 1140px;
	margin: 0 auto;
}
.faq_content > * + *{
	margin-top: 30px;
}
.faq_content_item{
	background-color: #fff;
	border-radius: 10px;
	padding: 25px 0;
	box-shadow: 2px 3px 6px rgb(0 0 0 / 30%);
	cursor: pointer;
}
.faq_item_txt{
	font-size: 3.2rem;
	position: relative;
	width: 90%;
	padding-left: 70px;
	margin: 0 auto;
	box-sizing: border-box;
	font-weight: bold;
}
.faq_item_txt:before{
	content: "";
	width: 50px;
	height: 48px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.q1:before{
	background: url(../img/q1.png);
	background-size: cover;
}
.q2:before{
	background: url(../img/q2.png);
	background-size: cover;
}
.q3:before{
	background: url(../img/q3.png);
	background-size: cover;
}
.q4:before{
	background: url(../img/q4.png);
	background-size: cover;
}
.faq_item_addtxt{
	background-color: #F2F1EE;
	padding: 30px;
	display: none;
	width: 90%;
	margin: 30px auto 0;
	font-size: 2.4rem;
	position: relative;
}
.faq_item_addtxt:before{
	content: "ANSWER";
  color: #F09035;
	font-size: 32px;
	position: absolute;
	left: 50px;
  top: -20px;;
}

@media screen and (max-width: 768px) {
	
	.faq_content{
		width: 90%;
	}
	.faq_item_txt{
		font-size: 1.6rem;
		padding-left: 30px;
		padding-right: 30px;
		line-height: 1.3;
	}
	.faq_item_addtxt{
		padding: 20px;
		font-size: 1.4rem;
		box-sizing: border-box;
	}
	.faq_item_addtxt{
		top: -4px;
    left: -6px;
		line-height: 1.5;
	}
	.faq_item_addtxt:before{
		font-size: 1.4rem;
		left: 28px;
    top: -8px;
	}
	.faq_item_txt:before {
    top: -3px;
    left: -10px;
		width: 30px;
		height: 29px;
  }
	.faq_content_item{
		padding: 20px 0;
	}
}

/* faq end */


/* flow */
.flow{
	padding: 50px 0 100px;
}
.flow_content{
	display: flex;
	justify-content: space-between;
	max-width: 1140px;
	margin: 0 auto;
	flex-wrap: wrap;
	padding-bottom: 50px;
}
.flow_content_item{
	width: 48%;
	border: 1px solid #F4B541;
	padding: 50px;
	box-sizing: border-box;
	margin-bottom: 50px;
	position: relative;
}
.flow_content_item:before{
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translate(-50%,0);
	content: "";
	width: 196px;
	height: 70px;
}
.step1:before{
	background: url(../img/step-ttl1.png) no-repeat;
	background-size: contain;
}
.step2:before{
	background: url(../img/step-ttl2.png) no-repeat;
	background-size: contain;
}
.step3:before{
	background: url(../img/step-ttl3.png) no-repeat;
	background-size: contain;
}
.step4:before{
	background: url(../img/step-ttl4.png) no-repeat;
	background-size: contain;
}

.flow_content_ttl{
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	padding-bottom: 20px;
}
.flow_content_img{
	width: 70%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}
.flow_content_img img{
	width: 100%;
}
.flow_content_txt{
	text-align: left;
	font-size: 2.6rem;
}
.step1 > .flow_content_ttl{
	padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
	.flow{
		padding: 50px 0 30px;
	}
	.flow_content{
		flex-direction: column;
		margin-top: 30px;
	}
	.flow_content_ttl{
		font-size: 2.2rem;
		line-height: 1.3;
	}
	.flow_content_txt{
		font-size: 1.6rem;
		text-align: left;
    line-height: 1.3;
	}
	.flow_content_item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 100px;
		position: relative;
		padding: 30px;
	}
	.step1:after{
		content:"";
		position: absolute;
		bottom: -60px;
		left: 50%;
		width: 0;
		height: 0;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 30px solid #F09036;
		transform: translateX(-50%);
	}
	.step2:after{
		content:"";
		position: absolute;
		bottom: -50px;
		left: 50%;
		width: 0;
		height: 0;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 30px solid #F09036;
		transform: translateX(-50%);
	}
	.step3:after{
		content:"";
		position: absolute;
		bottom: -50px;
		left: 50%;
		width: 0;
		height: 0;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 30px solid #F09036;
		transform: translateX(-50%);
	}
	.flow_content > .step4{
		margin: 0 auto;
	}
	.flow_content_item:before{
		width: 117px;
		height: 40px;
		top: -20px;
	}
	.step1 > .flow_content_ttl{
		padding-bottom: 0px;
	}
}
/* flow end */

/* common */
.common_ttl{
	font-weight: bold;
	font-size: 3.4rem;
	line-height: 2;
	text-align: center;
	position: relative;
	padding-bottom: 100px;
	color: #311D01;
}
.common_ttl span{
	font-size: 6rem;
}
.common_ttl:after{
	content:"______";
	color: #FF7D00;
	position: absolute;
	left: 50%;
	top: 150px;
	transform: translate(-50%,0);
}
.line-wrap{
	text-align: center;
	width: 90%;
	position: relative;
	padding-top: 88px;
	max-width: 900px;
	margin: 0 auto;
}
.line-wrap a:hover{
	opacity: 0.8;
}
.line-wrap img{
	width: 100%;
	height: auto;
}
.line-wrap:before{
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translate(-50%,0);
	content: "¡À 1Ê¬¤Ç´ÊÃ±ÅÐÏ¿¡ª ¡¿";
	font-size: 4.4rem;
	font-weight: bold;
	width: 100%;
}
.closer:after{
	position: absolute;
	right: -20px;
	top: 14px;
	content: "";
	width: 25px;
	height: 18px;
	border-radius: 3px;
	background: url(../img/closer-btn.png);
	background-size: cover;
	transform: rotate(180deg);
}
.opener:after{
	position: absolute;
	right: -20px;
	top: 14px;
	content: "";
	width: 25px;
	height: 18px;
	border-radius: 3px;
	background: url(../img/closer-btn.png);
	background-size: cover;
	transform: rotate(0deg);
}
.u-bold{
	font-weight: bold;
}
.u-blue{
	background-color: #46A7E3;
}
.u-blue:before{
	border-bottom: 15px solid #46A7E3;
}
.u-brown{
	background-color: #E38F46;
}
.u-brown:before{
	border-bottom: 15px solid #E38F46;
}
.u-green{
	background-color: #0EA330;
}
.u-green:before{
	border-bottom: 15px solid #0EA330;
}
.u-pink{
	background-color: #ED7AC1;
}
.u-pink:before{
	border-bottom: 15px solid #ED7AC1;
}
.u-w40-p{
	width: 40%;
}

.terms{
	padding-top: 10px;
	text-align: center;
}
.terms a{
	position: relative;
	font-size: 2.6rem;
	font-weight: bold;
	cursor: pointer;
	color:#311D01;
}
.terms a:hover{
	opacity: 0.8;
}
.terms a:after{
	position: absolute;
	right: -30px;
	top: 50%;
	content: "";
	width: 12px;
	height: 12px;
	border-top: 3px solid #311D01;
	border-right: 3px solid #311D01;
	-webkit-transform: rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
	.common_ttl{
		font-size: 2rem;
		line-height: 1.5;
		padding-bottom: 50px;
	}
	.common_ttl span{
		font-size: 3.5rem;
	}
	.common_ttl:after{
		content:"_____";
		color: #FF7D00;
		position: absolute;
		left: 50%;
		top: 70px;
		transform: translate(-50%,0);
	}
	.line-wrap{
		padding-top: 30px;
	}
	.line-wrap:before{
		font-size: 1.6rem;
	}
	.closer:after {
    right: 0;
    top: 7px;
		width: 12.5px;
    height: 9px;
	}
	.opener:after {
    right: 0;
    top: 7px;
		width: 12.5px;
    height: 9px;
	}
	.terms a{
		font-size: 1.6rem;
	}
	.terms a:after{
		position: absolute;
		right: -20px;
		content: "";
		width: 8px;
		height: 8px;
		border-top: 2px solid #311D01;
		border-right: 2px solid #311D01;
	}
}





.block-sp {
	display: none !important;
}
.block-pc {
	display: block !important;
}

@media screen and (max-width: 768px) {
	.block-sp {
		display: block !important;
	}
	.block-pc {
		display: none !important;
	}
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	.merit_content_txt{
		font-size: 2.2rem;
		padding-left: 64px;
	}
}
/* IE11 */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .problems_item_txt { padding-top: 60px } /* IE11 */
}