@charset "UTF-8";

/* .main{
	padding-top: 97px;
} */
/* 
.front_h2_wrap{
	position: relative;
}
.front_h2_wrap .bebas{
	font-size: 120px;
	color: #EAF4F0;
	display: block;
}
.front_h2{
	font-size: 28px;
	position: absolute;
	top: 33%;
	display: flex;
	align-items: center;
}
.front_h2::before{
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #5CBB89;
  margin: 0 0.5em;
}

.anchor{
	margin-top: -40px;
}
.anchor#anchor01{
	margin-top: -50px;
}
.anchor#anchor03{
	margin-top: -20px;
} */

/*--------------------PC--------------------*/
/* @media all and (min-width:681px){
	.front_h2_wrap--sub{
		font-size: 16px;
		position: absolute;
		left: 520px;
		top: 39%;
	}

} */

/*--------------------SP--------------------*/
/* @media all and (max-width:680px){
	.main{
		padding-top: 78px;
	}

	.front_h2_wrap{
		position: relative;
	}
	.front_h2_wrap .bebas{
		font-size: 52px;
	}
	.front_h2{
		font-size: 20px;
		top: 13px;
	}
	.front_h2::before{
		width: 8px;
		height: 8px;
	  margin: 0 0.25em;
	}
	.front_h2_wrap--sub{
		font-size: 14px;
		line-height: 1.57;
		margin-left: 1.4em;
		margin-right: 1.4em;
	}

	.anchor{
		margin-top: -50px;
	}
	.anchor#anchor01{
		margin-top: -30px;
	}
	.anchor#anchor03{
		margin-top: -25px;
	}

} */

/* mv
***************************************************************/
.mv{
	background: url(../img/front/mv.png) center / cover no-repeat;
	width: 100%;
	aspect-ratio: 16/9;
	max-height: 100vh;
}
.mv .inner,
.mv_bg .inner{
  position: relative;
}


/*--------------------PC--------------------*/
@media all and (min-width:768px){
	

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.mv{
		background: url(../img/front/mv_sp.png) center / cover no-repeat;
		width: 100%;
		max-height: initial;
		height: auto;
		aspect-ratio: 10/17;
	}
}




/* conv_wrap
***************************************************************/
.conv_wrap{
	background-color: var(--red);
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
.conv_wrap .inner{
	position: relative;
}
.content_form{
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/* display: flex; */
	align-items: center;
	gap: 30px;
}
.form_title_wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.form_title{
	font-size: 30px;
	font-size: clamp(26px, 3.1vw, 30px);
	line-height: 1.33;
	text-align: left;
	color: #ffff00;
	font-weight: 700;
}
.form_subtitle{
	font-size: 16px;
	line-height: 1.625;
	font-weight: 400;
	text-align: left;
	margin-top: 20px;
	color: #fff;
}
.form_img{
	max-width: 217px;
	width: 25%;
	flex-shrink: 0;
	z-index: 1;
	margin-right: 2%;
	margin-bottom: -90px;
}
.input_unit{
	margin-top: 30px;
	/*position: relative;*/
}

/*.input_unit::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 2%;
	width: 217px;
	height: auto;
	aspect-ratio: 217/238;
	flex-shrink: 0;
	background: url(../img/front/cta_illustration.png) center / contain no-repeat;
}*/

.my_column{
	display: flex;
	align-items: center;
}
/* .my_left{
	width: 200px;
	flex-shrink: 0;
}
.my_right{
	flex: 1;
	margin-left: 20px;
} */
.form_input_label{
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}
.my_right input{
	width: 100%;
	font-size: 16px;
	padding: 1.3em 1em;
	box-sizing: border-box;
	border: none;
	border-radius: 10px;
	background-color: #fff;
}    .my_right input {
        font-size: 16px;
        padding: 1.3em 1em 1.2em;
    }
.my_right input::placeholder{
	color: #999;
}
.fotm_txt01{
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 15px;
	color: #fff;
	text-align: left;
}
.form_btn_wrap{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form_btn_txt{
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	text-align: left;
	/* margin-bottom: 20px; */
	color: #fff;
}
.form_input_submit{
	display: flex;
	justify-content: flex-start;
	flex-shrink: 0;
	margin-left: 4%;
}
.form_input_submit button{
	width: auto;
	min-width: 400px;
	font-size: 30px;
	padding: 0.3em 2em 0.3em 1em;
	box-sizing: border-box;
	background-color: #ffff00;
	color: #000;
	border: none;
	border-radius: 50px;
	font-weight: 700;
	cursor: pointer;
	transition: 0.3s;
	text-align: center;
	white-space: nowrap;
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
	position: relative;
}
.form_input_submit button::after{
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 29px;
	height: 29px;
	background: url(../img/common/arrow_r.svg) center / contain no-repeat;
	flex-shrink: 0;
}
.form_input_submit button:hover{
	background-color: #ffed4e;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	transform: translateY(-2px);
}
/* イラストありのCTA（Results, Final）用 */
.conv_wrap .content_form.has_illustration{
	justify-content: center;
}
.conv_wrap .content_form.has_illustration form{
	flex: 1;
	max-width: 500px;
}


.ps_ttl.strategy_box02_txt3{
	color: #fff;
}
.ps_ttl.strategy_box02_txt3 .fuki01{
	margin-right: 0.6em;
}
.ps_ttl.strategy_box02_txt3 .fuki02{
	margin-left: 0.6em;
}
.ps_txt{
	font-size: clamp(16px, 2vw, 18px);;
	font-weight: 400;
	line-height: 1.45;
	color: #fff;
	text-align: center;
	margin-top: 2em;
}

/*--------------------PC--------------------*/
@media all and (min-width:768px){
	.form_title_wrap > div{
		width: 75%;
	}
	/* .conv_wrap{
		padding: 80px 0;
	}
	.content_form{
		flex-direction: row;
		align-items: center;
	}
	.results_cta_illustration,
	.final_cta_illustration{
		width: 180px;
		height: 180px;
	}
	.form_title{
		font-size: 32px;
	}
	.form_subtitle{
		font-size: 16px;
	}
	.my_right input{
		font-size: 16px;
		padding: 15px 20px;
	} */
	/* .form_input_submit button{
		font-size: 20px;
		padding: 18px 50px 18px 40px;
	} */
	/* .form_input_submit button::after{
		right: 20px;
		width: 24px;
		height: 24px;
	} */
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.conv_wrap{
		padding: clamp(30px, 8vw, 50px) 0;
	}
	.conv_wrap .inner{
		width: 100%;
		max-width: 100%;
		padding-left: 4%;
		padding-right: 4%;
		margin-left: 0;
		margin-right: 0;
		box-sizing: border-box;
	}
	.content_form{
		width: 100%;
		max-width: 100%;
		flex-direction: column;
		gap: 20px;
	}
	.results_cta_illustration,
	.final_cta_illustration{
		width: clamp(100px, 25vw, 150px);
		height: clamp(100px, 25vw, 150px);
		margin: 0 auto;
	}
	.conv_wrap .content_form.has_illustration form{
		width: 100%;
		max-width: 100%;
	}
	.form_title_wrap > div{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		justify-content: space-between;
	}
	.form_title{
		width: 100%;
		font-size: clamp(18px, 4.5vw, 24px);
		line-height: 1.6;
		text-align: center;
	}
	.form_title br{
		display: block;
	}
	.form_subtitle{
		width: 68%;
		font-size: clamp(13px, 2.1vw, 16px);
		/*font-size: 13px;*/
		line-height: 1.5;
		text-align: left;
		margin-top: clamp(15px, 4vw, 25px);
		padding-bottom: 30px;
	}
	.form_subtitle br{
		display: block;
	}
	.form_img {
    width: 28%;
		max-width: 140px;
		margin-bottom: 0;
	}
	.input_unit{
		/*margin-top: clamp(20px, 5vw, 30px);*/
		margin-top: 0;
	}
	.my_column{
		width: 100%;
		display: block;
	}
	.my_left{
		width: 100%;
		margin-bottom: 10px;
	}
	.my_right{
		width: 100%;
		margin-left: 0;
	}
	.form_input_label{
		font-size: clamp(14px, 3.5vw, 16px);
		display: block;
	}
	.my_right input{
		width: 100%;
		font-size: clamp(14px, 3.5vw, 16px);
		padding: clamp(10px, 2.5vw, 15px);
		box-sizing: border-box;
	}
	.fotm_txt01{
		font-size: clamp(11px, 2.8vw, 13px);
		line-height: 1.8;
		margin-top: clamp(10px, 2.5vw, 20px);
	}
	.fotm_txt01 br{
		display: block;
	}
	.form_btn_wrap{
		margin-top: clamp(25px, 6vw, 40px);
	}
	.form_btn_txt{
		font-size: clamp(13px, 3.2vw, 15px);
		line-height: 1.7;
		text-align: center;
		margin-bottom: clamp(15px, 4vw, 25px);
	}
	.form_btn_txt br{
		display: block;
	}
	.form_btn_wrap{
		flex-direction: column;
		gap: 20px;
	}
	.form_input_submit{
		width: 100%;
		max-width: 280px;
		justify-content: center;
		order: -1;
		margin-left: 0;
	}
	.form_input_submit button{
		width: 100%;
		max-width: 100%;
		min-width: auto;
		font-size: clamp(16px, 4vw, 18px);
		padding: clamp(14px, 3.5vw, 18px) clamp(50px, 12vw, 60px) clamp(14px, 3.5vw, 18px) clamp(20px, 5vw, 40px);
		box-sizing: border-box;
		white-space: normal;
	}
	.form_input_submit button::after{
		right: clamp(15px, 4vw, 20px);
		width: clamp(20px, 5vw, 24px);
		height: clamp(20px, 5vw, 24px);
	}


	.ps_ttl.strategy_box02_txt3{
		font-size: clamp(20px, 4.5vw, 34px);
	}
	.ps_txt{
		font-size: clamp(14px, 2.4vw, 16px);;
	}


}




.red_ttl{
	font-size: clamp(20px, 4.5vw, 40px);
	color: var(--red);
	line-height: 1.5;
	text-align: center;
}

/* problem_sec
***************************************************************/
/*.problem_title{
	font-size: 40px;
	font-size: clamp(20px, 4.5vw, 40px);
	color: var(--red);
	line-height: 1.5;
	text-align: center;
}
*/
.problem_item{
	width: 100%;
	display: flex;
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 10px;
	font-size: clamp(16px, 2.2vw, 18px);
	line-height: 1.45;
	font-weight: 400;
	padding: 0.5em 1em;
}
.problem_item + .problem_item{
	margin-top: 20px;
}
.problem_icon{
	display: block;
	width: 20px;
	flex-shrink: 0;
	margin-right: 1em;
}





/*--------------------PC--------------------*/
@media all and (min-width:768px){
	.problem_content{
		display: flex;
		justify-content: space-between;
		margin-top: clamp(45px, 4.3vw, 75px);

	}
	.problem_list{
		width: 66.7%;
	}
	.problem_illustration{
		width: 30%;
		order: 1;
	}

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.problem_content{
		margin-top: 40px;
	}
	.problem_list{
		margin-top: 30px;
	}
	.problem_item{
		font-size: clamp(14px, 2.2vw, 16px);
	}
	.problem_illustration{
		max-width: 270px;
		width: 56%;
		margin: 0 auto;
	}

}





/* solution_sec
***************************************************************/
.solution_question.red_ttl{
	margin-top: 1em;
	position: relative;
}
.solution_question.red_ttl span{
	font-size: clamp(20px, 4.5vw, 40px);
	color: #272727;
	position: absolute;
	top: -1.2em;
	left: calc(50% - 7.75em);
	transform: rotate(350deg);
}
.solution_question.red_ttl span::before{
	content: '';
	width: 58px;
	height: 44px;
	background: url(../img/front/solution_illust01.svg) center / 100% no-repeat;
	position: absolute;
	top: -15px;
	left: -20px;
}

.solution_img{
	max-width: 730px;
	margin: clamp(45px, 4.3vw, 75px) auto 0;
}

.solution_answer.red_ttl{
	margin-top: clamp(40px, 4.3vw, 70px);
}
.solution_answer.red_ttl span{
	display: inline-block;
	transform: rotate(350deg) translateY(-20%);
	margin-right: 0.75em;
	position: relative;
}
.solution_answer.red_ttl span::before{
	content: '';
	width: 47px;
	height: 46px;
	background: url(../img/front/solution_illust02.svg) center / 100% no-repeat;
	position: absolute;
	top: -30px;
	left: -30px;
}

.solution_arrow{
	width: clamp(70px , 5.9vw, 100px);
	margin: 40px auto 0;
}

.solution_txt01{
	font-size: clamp(16px, 2.2vw, 18px);
	line-height: 1.45;
	text-align: center;
	margin-top: 35px;
}
.solution_txt01 span{
	font-size: clamp(26px, 3.1vw, 30px);
	font-weight: 700;
}

.solution_txt02{
	font-size: clamp(16px, 2.2vw, 18px);
	font-weight: 700;
	line-height: 2;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 60px;
}
.solution_txt02 > span{
	background: linear-gradient(transparent 70%, #fed400 70%);
	padding-left: 0.5em;
}
.solution_txt02 .txt_red{
	color: var(--red);
}

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.solution_question.red_ttl {
    margin-top: 1.5em;
	}
	.solution_img{
		width: 100%;
		max-width: 360px;
		margin-top: 40px;
	}
	.solution_question.red_ttl span::before{
		width: 29px;
		height: 22px;
		top: -7px;
		left: -10px;
	}

	.solution_arrow{
		width: 50px;
		margin: 20px auto 0;
	}
	.solution_txt01{
		font-size: clamp(14px, 2.2vw, 16px);
		margin-top: 20px;
	}
	.solution_txt02{
		font-size: 14px;
		margin-top: 20px;
	}

}



/* proof_sec
***************************************************************/
.proof_sec{
	color: #fff;
	padding-bottom: 200px;
}
.proof_title.red_ttl{
	color: #d94242;
}

.proof_box{
	display: flex;
	margin-top: clamp(40px, 4.3vw, 70px);
}
.proof_box_ttl{
	font-size: clamp(18px, 2.2vw, 20px);
	font-weight: 700;
	margin-bottom: 1em;
}
.proof_box_ttl.txt_red{
	color: #d94242;
}
.proof_txt{
	font-size: clamp(16px, 2.2vw, 18px);
	font-weight: 400;
	line-height: 2;
	text-align: justify;
}

.proof_box + .proof_title{
	margin-top: clamp(40px, 4.3vw, 70px);
}

/*--------------------PC--------------------*/
@media all and (min-width:768px){
	.proof_img{
		flex-shrink: 0;
	}
	.proof_box01 .proof_img{
		width: 30%;
		margin-left: 5%;
	}
	.proof_box02 .proof_img{
		width: 40%;
		order: -1;
		margin-right: 5%;
	}
	.proof_box03 .proof_img{
		width: 40%;
		margin-left: 5%;
	}

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.proof_sec{
		padding-bottom: 100px;
	}
	.proof_box{
		display: block;
		margin-top: clamp(40px, 4.3vw, 70px);
	}
	.proof_box_ttl{
		font-size: clamp(16px, 2.2vw, 18px);
	}

	.proof_txt{
		font-size: clamp(14px, 2.4vw, 16px);
	}

	.proof_img{
		margin-top: 20px;
	}

}

/* results_sec
***************************************************************/
.results_sec{
	padding-top: 200px;
	position: relative;
}
.results_arrow{
	width: 400px;
	margin: -300px auto 0;
}
.results_sec{
	background-image: linear-gradient(0deg, rgba(245, 173, 31, 1), rgba(249, 246, 179, 1) 50%);
}
.results_title.red_ttl{
	font-size: clamp(44px, 5.2vw, 60px);
	margin-top: 100px;
}
.results_title.red_ttl span:first-child{
	display: block;
	font-size: 50%;
}

.results_txt{
	font-size: clamp(30px, 3.5vw, 40px);
	text-align: center;
	margin-top: clamp(40px, 4.3vw, 70px);
}
.channel_earnings{
	display: flex;
	justify-content: space-between;
	margin-top: clamp(25px, 3.2vw, 35px);
}
.earnings_box{
	width: 30.9%;
	height: clamp(155px, 22.6vw, 260px);
	background: url(../img/front/results_img01.svg) center / 100% no-repeat;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.earnings_label{
	font-size: clamp(26px, 3.1vw, 30px);
	margin-top: clamp(15px, 2.8vw, 40px);
}
.earnings_money{
	font-size: clamp(16px, 2.2vw, 18px);
	margin-top: clamp(15px, 1.9vw, 25px);
}
.earnings_amount{
	font-family: "Anton", sans-serif;
	font-size: clamp(20px, 4.5vw, 40px);
  font-weight: 400;
  color: var(--red);
	margin-top: 0.2em;
}

.cumulative_profit .results_title{
	margin-top: clamp(40px, 4.3vw, 70px);
	margin-bottom: 0.25em;
}
.cumulative_amount{
	max-width: 900px;
	margin: 0 auto;
}

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.results_sec{
		padding-top: 100px;
	}
	.results_arrow{
		max-width: 200px;
		margin: -150px auto 0;
	}

	.results_title.red_ttl{
		font-size: clamp(30px, 5.6vw, 40px);
		white-space: nowrap;
		margin-top: 50px;
		margin-left: -0.1em;
	}
	.results_title.red_ttl span:last-child{
		margin-left: -0.5em;
	}

	.results_txt{
		font-size: clamp(20px, 4vw, 30px);
		line-height: 1.5;
		margin-top: 40px;
	}

	.channel_earnings{
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px 4%;
	}
	.earnings_box{
		width: 48%;
		height: clamp(135px, 34.8vw, 260px);
		background: url(../img/front/results_img01.svg) center / 100% no-repeat;
	}
	.earnings_box:first-child{
		margin: 0 24%;
	}
	.earnings_label{
		font-size: clamp(20px, 3.4vw, 26px);
		margin-top: clamp(20px, 5.6vw, 60px);
	}
	.earnings_money{
		font-size: clamp(14px, 2.4vw, 16px);
		margin-top: clamp(10px, 2.5vw, 25px);
	}
	.earnings_amount{
		font-size: clamp(20px, 5.2vw, 40px);
	}


}

/* strategy_sec
***************************************************************/
.strategy_sec{
	text-align: center;
}
.strategy_box01_txt1{
	font-size: clamp(18px, 2.2vw, 20px);
	font-weight: 700;
}

.strategy_box01_ttl,
.strategy_box03_ttl{
	font-size: clamp(32px, 4.1vw, 40px);
	line-height: 1.5;
	margin-top: 1em;
}
.strategy_box01_ttl span:first-child{
	display: block;
}
.strategy_box01_ttl .y_line{
	color: var(--red);
	background: linear-gradient(transparent 15%, #ffff00 15% 90%, transparent 90%);
	box-decoration-break: clone;
	padding: 0 0.1em;
}
.strategy_txt{
	font-size: clamp(16px, 2vw, 18px);
	font-weight: 400;
	line-height: 2.2;
	margin-top: 1em;
}
.strategy_box01_txt2{
	margin-top: clamp(40px, 4.3vw, 70px);
}
.strategy_box01_txt2 span,
.strategy_box02_txt1{
	font-size: clamp(26px, 3.1vw, 30px);
	font-weight: 700;
	line-height: 1.8;
	color: var(--red);
}
.strategy_box02_txt3{
	font-size: clamp(36px, 4.6vw, 40px);
	font-weight: 700;
	color: var(--red);
	margin-top: clamp(40px, 4.3vw, 70px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.strategy_box02_txt3 .fuki01{
	width: 25px;
	margin-right: 0.1em;
}
.strategy_box02_txt3 .fuki02{
	width: 22px;
	margin-left: 0.1em;
}
.strategy_box02_txt4 span{
	font-weight: 700;
}
.strategy_box03_ttl .r_line{
	letter-spacing: -0.02em;
	color: #ffff00;
	background: linear-gradient(transparent 15%, var(--red) 15% 90%, transparent 90%);
	box-decoration-break: clone;
	padding: 0 0.1em;
}
.strategy_box03_ttl .r_line span:first-child{
	margin-right: -0.25em;
}
.strategy_box03_ttl .r_line:nth-child(2) span{
	margin-right: -0.75em;
}

.strategy_box03_txt{
	margin-top: clamp(40px, 4.3vw, 70px);
}
.strategy_arrow{
	width: 60px;
	margin: clamp(25px, 6vw, 40px) auto;
}


/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.strategy_box01_txt1{
		font-size: clamp(15px, 2.5vw, 18px);
		line-height: 1.7;
	}

	.strategy_box01_ttl,
	.strategy_box03_ttl{
		font-size: clamp(19px, 4.2vw, 32px);
	}
	.strategy_txt{
		font-size: clamp(14px, 2.4vw, 16px);
		line-height: 1.7;
	}
	.strategy_box01_txt2 span,
	.strategy_box02_txt1{
		font-size: clamp(19px, 3.4vw, 26px);
		line-height: 1.8;
	}
	.strategy_box02_txt3{
		font-size: clamp(19px, 3.4vw, 26px);
	}
	.strategy_box02_txt3 .fuki01{
		width: 15px;
	}
	.strategy_box02_txt3 .fuki02{
		width: 12px;
	}
	.strategy_box03_ttl .r_line{
		letter-spacing: 0;
	}
	.strategy_arrow{
		width: 50px;
	}

}

/* benefits_sec
***************************************************************/
.benefits_title_img{
	width: 28%;
	margin-top: -40px;
	order: 1;
}
.benefits_title{
	text-align: left;
	font-size: clamp(32px, 4.1vw, 40px);
}

.benefits_box{
	border: 4px solid #794410;
	border-radius: 20px;
	background-color: #fff;
	padding: 2em 4.5%;
	position: relative;
}
.benefits_box::after{
	font-size: 250px;
	font-family: "Anton", sans-serif;
	color: rgba(241, 236, 231, 0.5);
	position: absolute;
	bottom: -18px;
	right: 0;
}
.benefits_box + .benefits_box{
	margin-top: clamp(25px, 2.8vw, 40px);
}
.benefits_box01::after{
	content: '01';
}
.benefits_box02::after{
	content: '02';
}
.benefits_box03::after{
	content: '03';
}
.benefits_box04::after{
	content: '04';
}
.benefits_box05::after{
	content: '05';
}
.benefits_box06::after{
	content: '06';
}
.benefits_box07{
	color: #fff;
	background-color: #794410;
}

.benefits_box_ttlWrap{
	display: flex;
	align-items: center;
	padding-bottom: 1.5em;
	border-bottom: 2px solid #794410;
	position: relative;
	z-index: 1;
}
.benefits_box07 .benefits_box_ttlWrap{
	border-bottom: 2px solid #fff;
}
.benefits_box_img{
	width: 46px;
	flex-shrink: 0;
}
.benefits_box_ttl{
	font-size: clamp(18px, 2.2vw, 20px);
	color: var(--red);
	line-height: 1.5;
	margin-left: 1em
}
.benefits_box07 .benefits_box_ttl{
	color: #fff;
}
.benefits_box_txt{
	font-size: clamp(16px, 2vw, 18px);
	text-align: justify;
	font-weight: 400;
	line-height: 2.2;
	margin-top: 1.5em;
	position: relative;
	z-index: 1;
}

.benefits_plus{
	width: 60px;
	margin: 20px auto;
}
.benefits_txt{
	font-size: clamp(24px, 3.1vw, 30px);
	letter-spacing: -0.01em;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
	margin-top: clamp(40px, 4.3vw, 70px);
}


/*--------------------PC--------------------*/
@media all and (min-width:768px){
	.benefits_title_wrap{
		display: flex;
		justify-content: space-between;
	}

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.benefits_title_img{
		display: block;
		width: 100%;
		max-width: 335px;
		margin: 0 auto;
	}
	.benefits_title{
		font-size: clamp(20px, 4vw, 30px);
		text-align: center;
	}

	.benefits_box{
		border: 2px solid #794410;
		border-radius: 10px;
		padding: 1em 4%;
		margin-top: 20px;
	}
	.benefits_box:first-of-type{
		margin-top: 40px;
	}
	.benefits_box::after{
		font-size: 135px;
		bottom: -10px;
	}

	.benefits_box_ttlWrap{
		padding-bottom: 1em;
		border-bottom: 1px solid #794410;
	}
	.benefits_box07 .benefits_box_ttlWrap{
		border-bottom: 1px solid #fff;
	}
	.benefits_box_img{
		width: 30px;
	}
	.benefits_box_ttl{
		font-size: clamp(15px, 2.5vw, 18px);
	}
	.benefits_box_txt{
		font-size: clamp(14px, 2.4vw, 16px);;
		line-height: 1.7;
		margin-top: 1em;
	}

	.benefits_plus{
		width: 40px;
	}
	.benefits_txt{
		font-size: clamp(15px, 3.2vw, 24px);
		letter-spacing: 0;
	}

}

/* about_sec
***************************************************************/
.about_sec .inner{
	display: flex;
	justify-content: space-between;
}

.about_img{
	width: 24.4%;
}


.about_ttl{
	font-size: clamp(18px, 2.2vw, 20px);
	line-height: 1.35;
	color: var(--red);
	border-bottom: 2px solid var(--red);
	padding-bottom: 1em;
}

.about_txt{
	font-size: clamp(16px, 2vw, 18px);
	line-height: 2.2;
	font-weight: 400;
	margin-top: 1em;
}

.achieve{
	border: 2px solid #794410;
	border-radius: 20px;
	background-color: #fff;
	font-weight: 700;
	line-height: 2.2;
	padding: 0 3%;
	margin-top: clamp(40px, 5vw, 80px);
}

.achieve dl{
	transform: translateY(-1.5em);
}
.achieve dl dt{
	font-size: 20px;
	color: var(--red);
	text-shadow: 
		-3px -3px 0 #fff, 0px -3px 0 #fff, 
		3px -3px 0 #fff, -3px 0px 0 #fff, 
		3px 0px 0 #fff, -3px 3px 0 #fff, 
		0px 3px 0 #fff, 3px 3px 0 #fff;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}
.achieve dl dd{
	font-size: clamp(16px, 2vw, 18px);
	line-height: 1.4;
}
.achieve dl dd + dd{
	margin-top: 0.5em;
}
.achieve dl dd span{
	font-size: 90%;
}

.achieve_img{
	width: 130px;
	flex-shrink: 0;
	margin-left: 2%;
}
.achieve + .about_txt{
	margin-top: clamp(40px, 5vw, 80px);

}

@media all and (min-width:578px){
	.about_sec .inner > div{
		width: 66.7%;
	}
	.achieve div{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.about_img.onlySP{
		display: none;
	}
}

@media all and (max-width:577px){
	.about_sec .inner > div{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.about_sp{
		width: 63%;
	}
	.about_img {
    width: 30%;
	}
	.about_img.onlyPC{
		display: none;
	}
	.about_img.onlySP{
		display: block;
	}
	.about_txt{
		font-size: 14px;
	}
	.achieve{
		width: 100%;
	}
	.achieve_img{
		width: 190px;
		display: block;
		margin: 0 auto 20px;
	}



}

/*--------------------PC--------------------*/
@media all and (min-width:768px){
	

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	


}


/* pp_link_wrap
***************************************************************/
.pp_link_wrap{
	padding-bottom: 20px;
}
.pp_link_wrap .inner{
	display: flex;
	justify-content: center;
}
.pp_link{
	font-size: 16px;
	color: #794410;
	text-decoration: underline;
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
	.pp_link:hover{
		text-decoration: none;
	}

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.pp_link{
		font-size: 14px;
	}
}



/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}


