@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap');

bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: 0 0}body{line-height: 1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display: block}nav ul{list-style: none}blockquote,q{quotes: none}blockquote:after,blockquote:before,q:after,q:before{content: '';content: none}a{margin: 0;padding: 0;font-size: 100%;vertical-align: baseline;background: 0 0}ins{background-color: #ff9;color: #000;text-decoration: none}mark{background-color: #ff9;color: #000;font-style: italic;font-weight: 700
}del{text-decoration: line-through}abbr[title],dfn[title]{border-bottom: 1px dotted;cursor: help}table{border-collapse: collapse;border-spacing: 0}hr{display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1em 0;padding: 0}input,select{vertical-align: middle}.clearfix::after{content: "";display: block;clear: both;}html{font-size: 62.5%;}

*{
	max-height: 99999px;
}
body{
	font-family: "Noto Sans JP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 1.6rem;
	color: #333333;
	font-weight: 500;
	line-height: 1.75;
	font-feature-settings: "palt";
}
img,video{
	vertical-align: bottom;
	max-width: 100%;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #555;
}
a:hover{
	opacity: 0.6;
}
.en{
	font-family: 'Montserrat', sans-serif;
}
#wrap{
	overflow: hidden;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.inline{
	display: inline-block;
}
.left{
	float: left;
}
.right{
	float: right;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.tab{
	display: none;
}
.in{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.in_in{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}
@media screen and (max-width: 750px){
	body{
		font-size: 1.4rem;
	}
	#wrap{
		width: 100vw;
	}
	.pc{
		display: none;
	}

	.sp{
		display: block;
	}

	.tab{
		display: none;
	}

	.in,
	.in_in{
		width: 90%;
		margin: 0 auto;
	}

	.flex_w_sp{
		flex-wrap: wrap;
	}
}


#header{
	background: #fff;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 999;
	padding: 10px 0;
}

#header .header_w{
	justify-content: space-between;
	align-items: center;
}

.btns{
	align-items: center;
	margin-left: 20px;
}

.btn_i{
	margin-left: 5px;
}

@media screen and (max-width: 750px){
	#header{
		padding-left: 0;
		position: relative;
		padding: 5px 0;
	}

	#header .logo{
		width: 50%;
	}

	#header .btns a{
		width: 40px;
	}
	#header .time_txt{
		font-size: 1.2rem;
		text-align: right;
	}
}

#main_v{
	margin-top: 70px;
	padding: 30px 0 30px;
	position: relative;
	position: relative;
	text-align: center;
}

@media screen and (max-width: 750px){
	#main_v{
		margin-top: 0px;
		padding: 30px 0 30px;
	}
}

.cor_green{
	color: #5bc85b;
}
.cor_red{
	color: #e95656;
}
.cor_w{
	color: #fff;
}

.bg_main{
	background: url(../images/fv_bg.jpg);
	background-size: cover;
	background-position: center;
}
.bg_gray{
	background: #f0f0f0;
}
.bg_white{
	background: #fff;
}
.bg_green{
	background: #5bc85b;
}

.y_line{
	background: linear-gradient(transparent 60%, #fff7b5 60%);
}

.sec_ttl_w{
	margin-bottom: 50px;
	text-align: center;
	line-height: 1;
}
.sec_ttl_w .s_txt{
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 4px;
	margin-bottom: 15px;
}
.sec_ttl_w h2 {
	font-size: 3.6rem;
	letter-spacing: 4px;
	font-weight: 600;
}
@media screen and (max-width: 750px) {
	.sec_ttl_w {
		line-height: 1.25;
	}
	.sec_ttl_w h2{
		font-size: 2.6rem;
	}
	.sec_ttl_w .s_txt {
		font-size: 1.6rem;
		font-weight: 600;
		letter-spacing: 2px;
		margin-bottom: 15px;
	}
}

.cta{
	padding: 60px 0;
}
.cta .in_in{
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 10px;
}
.cta h2{
	position: relative;
	z-index: 2;
	font-size: 3.2rem;
	letter-spacing: 6px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}
.cta .bal_txt{
	text-align: center;
	font-size: 2.0rem;
	margin-bottom: 20px;
	letter-spacing: 4px;
}
.cta .btns{
	justify-content: center;
	position: relative;
	z-index: 2;
}
.cta .btn_i{
	margin: 0 15px;
}
.cta .bg_txt{
	font-size: 25rem;
	color: #f7f7f7;
	line-height: 1;
	position: absolute;
	left: 0;
	bottom: -20px;
}
@media screen and (max-width: 750px) {
	.cta .in_in {
			padding: 30px;
	}
	.cta .bal_txt{
		text-align: center;
		font-size: 1.6rem;
		margin-bottom: 20px;
		letter-spacing: 2px;
	}
	.cta h2{
		font-size: 2.2rem;
		line-height: 1.5;
		letter-spacing: 3px;
	}
	.cta .bg_txt {
		font-size: 20rem;
		bottom: auto;
		top: -15px;
	}
	.cta .btn_i{
		margin: 5px 0;
	}
	.cta .btns{
		margin-left: 0;
	}
}

#trouble{
	padding: 60px 0;
}
#trouble .trouble_w{
	padding: 40px 40px 0;
	justify-content: center;
	border-radius: 10px;
}
#trouble .trouble_w .imgarea{
	margin-right: 30px;
}
#trouble .trouble_w ul li{
	padding: 15px 0;
	letter-spacing: 3px;
	border-bottom: 1px solid #d6d6d6;
	align-items: center;
}
#trouble .trouble_w ul li:nth-last-of-type(1){
	border-bottom: 0px solid #d6d6d6;
}
#trouble .trouble_w ul li:before{
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	background: url(../images/trouble_icon@x2.png);
	background-size: cover;
	margin-right: 15px;
	flex-shrink: 0;
}
@media screen and (max-width: 750px) {
	#trouble .trouble_w {
		flex-direction: column-reverse;
		padding: 20px 20px 0;
	}
	#trouble .trouble_w .imgarea {
		margin-right: 0;
		text-align: center;
	}
	#trouble .trouble_w .imgarea img{
		width: 140px;
	}
}

#solution{
	padding-top: 40px;
	border-top: 3px solid #5bc85b;
	position: relative;
}
#solution::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	border-top: 25px solid #5bc85b;
	border-bottom: 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	top:0
}
#solution .solution_w{
	justify-content: center;
}
#solution .solution_w .txtarea{
	margin-top: 20px;
}
#solution .solution_w .txtarea .s_txt{
	font-size: 2.2rem;
	letter-spacing: 4px;
	font-weight: 600;
	margin-bottom: 10px;
}
#solution .solution_w .txtarea h2{
	font-size: 3.8rem;
	letter-spacing: 4px;
	font-weight: 600;
	line-height: 1.25;
}
#solution .solution_w .txtarea h2 span{
	font-size: 3.0rem;
}
#solution .solution_w .imgarea{
	margin-left: 30px;
	position: relative;
	top: 7px;
}
@media screen and (max-width: 750px) {
	#solution .solution_w .txtarea .s_txt {
    	font-size: 1.8rem;
    	letter-spacing: 3px;
		text-align: center;
	}
	#solution .solution_w .txtarea h2{
		font-size: 2.4rem;
		letter-spacing: 3px;
		text-align: center;
	}
	#solution .solution_w .txtarea h2 span {
		font-size: 2.0rem;
	}
	#solution .solution_w .imgarea {
		margin-left: 0;
		position: relative;
		top: 7px;
		width: 60%;
	}
}

#regret{
	padding: 60px 0;
}
#regret .lead_txt{
	margin-bottom: 40px;
	text-align: center;
	letter-spacing: 3px;
}
#regret .regret_w{
	justify-content: space-between;
	margin-bottom: 40px;
}
#regret .regret_i{
	width: 31%;
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
}
#regret .regret_i .imgarea{
	margin-bottom: 20px;
	text-align: center;
}
#regret .regret_i .txt{
	text-align: center;
	font-weight: 600;
	letter-spacing: 3px;
	font-size: 1.8rem;
}
#regret .u_txt{
	padding: 40px;
	border: 1px solid #b2b2b2;
	border-radius: 10px;
	position: relative;
}
#regret .u_txt::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	border-top: 25px solid #5bc85b;
	border-bottom: 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: -10px
}
#regret .u_txt .icon{
	text-align: center;
	margin-bottom: 20px;
}
#regret .u_txt .txt{
	letter-spacing: 3px;
	text-align: center;
}
@media screen and (max-width: 750px) {
	#regret .regret_i {
		width: 100%;
		margin-bottom: 10px;
	}
	#regret .regret_i .txt {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#regret .regret_i .imgarea img{
		width: 100px;
	}
	#regret .u_txt{
		padding: 20px;
		text-align: left;
	}
	#regret .u_txt .txt{
		text-align: left;
	}
}

#can{
	padding: 60px 0;
}
#can .sec_ttl_w{
	margin-bottom: 70px;
}
#can .can_w{}
#can .can_i{
	background: #eaf8ea;
	padding:40px 60px;
	border-radius: 10px;
	position: relative;
	box-sizing: border-box;
	min-height: 245px;
	margin-bottom: 50px;
}
#can .can_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#can .can_i .num{
	color: #fff;
    font-size: 13.8rem;
    font-weight: 800;
    letter-spacing: 2px;
    position: absolute;
    top: -70px;
    left: 0;
    opacity: 0.7;
}
#can .can_i .txtarea{
	position: relative;
	z-index: 2;
}
#can .can_i .txtarea h3{
	font-size: 2.6rem;
	margin-bottom: 30px;
	letter-spacing: 3px;
	font-weight: 600;
}
#can .can_i .txtarea .txt{
	letter-spacing: 3px;
}
#can .can_i .imgarea{
	position: absolute;
    right: 60px;
    bottom: 0;
	width: 400px;
	text-align: center;
}
@media screen and (max-width: 750px) {
	#can .can_i{
		padding: 30px;
		padding-bottom: 0;
	}
	#can .can_i .txtarea h3 {
		font-size: 2.0rem;
		margin-bottom: 30px;
		letter-spacing: 3px;
		font-weight: 600;
		line-height: 1.5;
	}
	#can .can_i .imgarea {
		position: relative;
		right: 0;
		bottom: 0;
		width: auto;
		text-align: center;
		margin-top: 20px;
	}
	#can .can_i .imgarea img{
		width: 200px;
	}
}

#strong {
	padding: 60px 0 25px;
}
#strong .strong_w{
	justify-content: space-between;
}
#strong .strong_i{
	width: 48%;
	border: 1px solid #eaf8ea;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 35px;
}
#strong .strong_i .strong_h{
	background: #eaf8ea;
	padding:25px 30px;
	position: relative;
	min-height: 150px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
#strong .strong_i .strong_h::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	border-top: 25px solid #eaf8ea;
	border-bottom: 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: 100%
}
#strong .strong_i .strong_h .num {
	color: #fff;
	font-size: 13.8rem;
	font-weight: 800;
	letter-spacing: 2px;
	position: absolute;
	top: -70px;
	left: 0;
	opacity: 0.7;
}
#strong .strong_i .strong_h_i{
	position: relative;
	z-index: 2;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
#strong .strong_i .strong_h_i h3{
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 3px;
	font-weight: 600;
}
#strong .strong_i .txt{
	padding: 30px;
	padding-top: 50px;
	letter-spacing: 2px;
	line-height: 2;
}
@media screen and (max-width: 750px) {
	#strong .strong_i{
		width: 100%;
	}
	#strong .strong_i .strong_h {
		padding: 20px 20px;
		min-height: 120px;
	}
	#strong .strong_i .strong_h_i h3 {
    	font-size: 1.7rem;
		letter-spacing: 2px;
	}
	#strong .strong_i .strong_h_i .imgarea{
		width: 60px;
		flex-shrink: 0;
	}
	#strong .strong_i .strong_h .num {
		color: #fff;
		font-size: 7.8rem;
		top: -42px;
		left: 0;
		opacity: 0.7;
	}
}

#sns {
	padding: 60px 0;
	background-position: bottom;
}
#sns .sns_w{
	justify-content: center;
	margin-bottom: 30px;
}
#sns .sns_w li{
	margin:0 5px;
}
#sns .u_txt{
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 3px;
	font-weight: 600;
}
@media screen and (max-width: 750px) {
	#sns .sns_w li {
		margin: 0 5px;
		width: 30%;
	}
	#sns .u_txt{
		font-size: 1.4rem;
	}
}

#result {
	padding: 60px 0;
}
#result .result_w{

}
#result .result_i{
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 20px;
}
#result .result_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#result .result_i .imgarea{
	flex-shrink: 0;
	margin-right: 30px;
}
#result .result_i .txtarea{}
#result .result_i .txtarea .tag{
	margin-bottom: 15px;
}
#result .result_i .txtarea .tag li{
	padding: 15px;
	margin-right: 5px;
	line-height: 1;
}
#result .result_i .txtarea .txt{
	line-height: 2;
	letter-spacing: 3px;
}
@media screen and (max-width: 750px) {
	#result .result_i .imgarea{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	#result .result_i .txtarea .tag li {
		padding: 10px;
		margin-right: 0;
		line-height: 1;
		width: 100%;
		margin-bottom: 5px;
		text-align: center;
	}
}

#flow {
	padding: 60px 0;
}

#flow .flow_i {
	background: #fff;
	border: 2px solid #5bc85b;
	margin-bottom: 65px;
	padding: 30px;
	position: relative;
}
#flow .flow_i:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	border-bottom: 2px solid #5bc85b;
	border-right: 2px solid #5bc85b;
	position: absolute;
	top: calc(100% + 10px);
	z-index: 99;
	left: 50%;
	transform: translate(-50%, 0px) rotate(45deg);
}
#flow .flow_i:nth-last-of-type(1):after {
	display: none;
}
#flow .flow_i:nth-last-of-type(1) {
	margin-bottom: 0;
}
#flow .flow_i .icon {
	padding-right: 20px;
	border-right: 2px solid #6cf185;
	margin-right: 20px;
	flex-shrink: 0;
	width: 45px;
	text-align: center;
}
#flow .flow_i .flow_sub_ttl_w {
	margin-bottom: 10px;
	align-items: center;
}
#flow .flow_i .flow_sub_ttl_w .num {
	color: #5bc85b;
	letter-spacing: 1px;
	line-height: 1;
	margin-right: 10px;
	border-radius: 100px;
	font-size: 2.0rem;
}
#flow .flow_i .flow_sub_ttl_w h3 {
	font-size: 1.8rem;
	font-weight: 800;
	color: #5bc85b;
}
#flow .flow_i p{
	letter-spacing: 2px;
}
@media screen and (max-width: 750px) {
	#flow {
		padding: 40px 0;
	}
	#flow .flow_i .flow_sub_ttl_w {
		display: block;
		text-align: center;
	}
	#flow .flow_i .flow_sub_ttl_w .num {
		display: block;
		margin-right: 0;
	}
}

#faq{
	padding: 60px 0;
	background-position: bottom;
}

.faq_i{
	padding: 30px;
	border-radius: 30px;
	margin-bottom: 20px;
	transition: 0.5s;
	background: #fff;
}

.faq_i.open{
	border-radius: 30px;
}

.faq_i .ico{
	background: #5bc85b;
	color: #fff;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 20px;
	font-weight: 600;
	flex-shrink: 0;
}

.faq_i h3{
	letter-spacing: 2px;
	font-size: 1.6rem;
	margin-top: 5px;
	font-weight: 600;
}

.faq_i p{
	margin-top: 5px;
}

.faq_i .q{
	position: relative;
	cursor: pointer;
}

.faq_i .q:after{
	content: "×";
	font-size: 1.8rem;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: rotate(45deg) translate(-10px, -50%);
	color: #333;
	transition: 0.5s;
}

.faq_i.open .q:after{
	top: 50%;
	right: 0px;
	transform: rotate(0) translate(0, -50%);
}

.faq_i .a{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e3e3e3;
	display: none;
}

@media screen and (max-width: 750px){
	#faq{
		padding: 40px 0 40px;
		position: relative;
	}

	.faq_i{
		border-radius: 30px;
		padding: 7.5% 5%;
	}

	.faq_i .q .flex{
		padding-right: 30px;
	}

	.faq_i h3{
		margin-top: 0;
		font-size: 1.4rem;
	}

	.faq_i .ico{
		width: 30px;
		height: 30px;
		margin-right: 20px;
	}
}

#form{
	padding: 60px 0;
	position: relative;
}

#form .sec_ttl_w::before,
#form .sec_ttl_w::after{
	display: none;
}

.form_w{
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px;
	background: #fff;
	position: relative;
}

.form_w table{
	width: 100%;
}

.form_w th{
	width: 30%;
	text-align: left;
	vertical-align: top;
}

.form_w th span{
	color: #dc294a;
	margin-left: 10px;
}

.form_w td{
	padding: 10px;
	vertical-align: top;
}

.form_w td input[type=text],
.form_w td input[type=tel],
.form_w td input[type=email],
.form_w td input[type=date]{
	width: 100%;
	border: 1px solid #888;
	height: 40px;
	padding: 5px;
	box-sizing: border-box;
}

.form_w td label{
	margin-right: 10px;
}

.form_w td textarea{
	width: 100%;
	border: 1px solid #888;
	height: 100px;
	padding: 5px;
	box-sizing: border-box;
}

.with-validate{
	display: block;
	position: relative;
}

.with-validate label.error{
	display: inline-block;
	position: absolute;
	z-index: 5;
	left: -5px;
	bottom: 100%;
	margin-bottom: 10px;
	background: #c3272a;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 4px;
}

.with-validate label.error::before{
	content: '';
	background-color: transparent;
	position: absolute;
	top: 100%;
	margin: 0;
	left: 20px;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #c3272a transparent transparent;
}

.form_w .btn-area{
	text-align: center;
	margin-top: 30px;
}

input[type="submit"]{
	appearance: none;
	-webkit-appearance: none;
}

.form_w input[type=submit]{
	width: 50%;
	border: none;
}

input[type="submit"]:hover{
	opacity: 0.6;
}

.form_w input[type=radio]{
	margin: 0;
	vertical-align: middle;
}

.form_w td,
.form_w th{
	vertical-align: middle;
}

.form_w input[type=submit]{
	background: #c7333a;
	color: #fff;
	padding: 15px 30px 15px 30px;
	border-radius: 100px;
	color: #fff;
	text-align: center;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
}

.form_w .select_w{
	align-items: center;
}
.form_w .select_w select{
	width: 33%;
	height: 40px;
	margin-right: 10px;
}

@media screen and (max-width: 750px){
	#form{
		padding: 40px 0;
		position: relative;
	}

	.form_w{
		padding: 5%;
	}

	.form_w.in_in{}

	.form_w td,
	.form_w th{
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}

	.form_w input[type=submit]{
		width: 100%;
		border: none;
	}
}

#company{
	padding: 60px 0;
}

#company .sec_ttl_w::before,
#company .sec_ttl_w::after{
	display: none;
}

#company table{
	border-radius: 10px;
	margin:40px auto 0;
	border-bottom: 2px solid #e8e8e8;
	width: 100%;
}

#company table th{
	text-align: left;
	font-weight: 600;
	padding: 20px 20px;
	border-top: 2px solid #e8e8e8;
	width: 25%;
}

#company table td{
	border-top: 2px solid #e8e8e8;
	text-align: left;
	padding: 20px 20px;
}

@media screen and (max-width: 750px){
	#company{
		padding: 20px 0;
	}

	#company table{
		width: 100%;

	}

	#company table th,
	#company table td{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	#company table th{
		border-bottom: 0px;
		padding-bottom: 15px;
	}

	#company table td{
		border-top: 0px;
		padding-top: 0;
	}
}

.fixed_foot{
	display: none;
}

@media screen and (max-width: 750px){
	.fixed_foot{
		display: block;
		background: #fff;
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: 999;
		box-sizing: border-box;
	}
	.fixed_foot .btns{
		margin-left: 0;
	}
	.fixed_foot a{
		position: relative;
		text-align: center;
		padding: 1%;
	}
	.fixed_foot a img{
		width: 70%;
	}
}


footer{
	padding: 10px;
	text-align: center;
}
@media screen and (max-width: 750px){
	footer{
		padding-bottom: 75px;
	}
}