
.container {
	max-width: 1280px;
}
.h2 {
	font-size: clamp(3rem, 1.87rem + 4.23vw, 5.25rem);
}
.h2_sub {
	margin-top: 0;
}
.h2_tag{
	border: 1px solid;
	font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
	font-style: italic;
	font-weight: 500;
	    padding: 8px 11px;
	    letter-spacing: 0.02em;
}
.section_title_box {
    flex-direction: column;
	align-items: flex-start;
	gap: 25px;
}
.section_concept .container {
    margin: 140px auto 0;
}
.section_concept .container .content_figure {
    max-width: 740px;
	margin: auto;
}
.concept_header {
    text-align: center;
    margin-bottom: 40px;
}
.concept_title {
	position: relative;
    color: var(--blue);
    text-transform: uppercase;
	text-align: center;
}
.concept_title .en {
	font-family: var(--en-font);
	font-size: clamp(0.75rem, 0.5rem + 1.25vw, 1.5rem);
	letter-spacing: 0;
}
.concept_hashtag {
	font-size: clamp(1.5rem, 1.417rem + 0.42vw, 1.75rem);
    font-weight: 500;
}
.concept_hashtag:before {
    content: '';
    display: inline-block;
    width: clamp(1.563rem, -1.875rem + 17.19vw, 11.875rem);
    height: 1px;
    background-color: var(--blue);
    margin: 0  16px;
}
.concept_subtitle {
	margin-top: 48px;
    font-size: clamp(1rem, 0.498rem + 1.88vw, 1.8rem);
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0;
}
.content_image {
    margin-top: 64px;
	border-radius: 4px;
}
.content_image .photo {
	border-radius: 4px;
}
.content_caption {
	margin-top: 64px;
}
.content_caption .text {
    font-size: 21px;
	line-height: 2;
}
.content_caption .text:last-child {
    margin-bottom: 0;
}
.highlight {
	margin: 0 4px;
	padding: 6px 10px;
    background-color: #1e1e1e;
    color: #fff;
    font-weight: 500;
}
@media (max-width: 768px) {
	.section_title_box {
		gap: 0;
	}
	.h2_sub {
		margin-top: 10px;
	}
	.concept_header,
	.concept_subtitle {
		text-align: left;
	}
	.section_concept .container {
		margin-top: 40px;
	}
	.concept_subtitle {
		margin-top: 20px;
		font-size: 18px;
	}
	.concept_hashtag:before {
		margin: 0 8px;
	}
	.content_caption .text {
		font-size: 14px;
	}
	.content_image,
	.content_caption {
		margin-top: 32px;
	}
	.section_concept .highlight {
		display: inline-block;
		padding: 4px 6px;
		margin-left: 0;
		line-height: 1.8125;
	}
}


.real_section {
	margin-top: 120px;
	padding: 80px 0;
	background-color: #2F3631;
	color: #fff;
}
.real_section .container{
	display: grid;
	grid-template-columns: 1fr 2fr;
}
.real_title_box{
	grid-column: 1/2;
	position: sticky;
    	top: 130px;
}
.real_title_box .h2{
	font-size: clamp(1.775rem, 1.935rem + 1.64vw, 2.61rem);
	line-height: 1;
	letter-spacing: -0.0385em;
	text-align: left;
}
.real_title_box .h2_sub {
	font-family: "Noto Sans JP", sans-serif;
	display: block;
	margin-top: 30px;
    	margin-bottom: 15px;
	font-size: 18px;
	line-height: 0.8889;
}
.real_container{
	grid-column: 2/3;
	margin-bottom: 30px;
}
.real_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
	row-gap: 35px;
}
.real_box_head{
	border-bottom: 1px solid;
	padding-bottom: 10px;
	width: 100%;
}
.real_box_title{
	font-size: clamp(1.355rem, 1.239rem + 0.68vw, 1.75rem);
	    line-height: 1.8;
}
.real_box_title span{
	background-color: #3840F8;
	padding: 3px 8px;
    	margin: 0 4px;
}
.real_box_circle{
	display: flex;
	text-align: center;
	gap: 30px;
	margin: auto;
}
.real_box_circle_inner dt{
	margin-bottom: 10px;
	font-size: 14px;
	letter-spacing: 0.02em;
	font-weight: 500;
}
.real_box_circle_inner dd{
	width: 160px;
	aspect-ratio: 1/1;
	background: rgba(255, 255, 255, 0.1);	
	border-radius: 50%;
	place-content: center;
}
.real_box_circle_num{
	font-family: "pragmatica-extended", sans-serif;
	font-size: clamp(3rem, 2.682rem + 1.59vw, 3.875rem);
	margin-right: 5px;
	    line-height: 1.5;
}
.real_box_circle_innertext {
	text-align: right;
	align-self: center;
}
.real_box_circle_innertext span{
	font-family: "pragmatica-extended", sans-serif;
	    font-size: 38px;
	margin-right: 3px;
}
.real_root_head{
	margin-bottom: 10px;
}
.real_root_list{
	padding: 40px;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.real_root_list_item{
	display: flex;
	align-items: start;
	    line-height: 1.8;
}
.real_root_list_item:not(:last-of-type){
	margin-bottom: 25px;
}
.real_root_list_item .check_icon{
	width: 22px;
	margin-right: 10px;
	transform: translateY(10px);
}
.real_merit{
	grid-column: 1/3;
	text-align: center;
}
.real_merit_head{
	font-size: 22px;
	line-height: 1.7;
}
.real_merit img[src*="denkyu"]{
	width: 40px;
	margin: 20px auto;
}
.real_merit img[src*="arrow"]{
	width: 30px;
	margin: 20px auto;
}
.real_merit_container{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	align-items: center;
}
.real_merit_box{
	align-self: center;
	position: relative;
}
.real_merit_box_title{
	color: #DAFF03;
	position: absolute;
	left: 50%;
	transform: translate(-50%,calc(-100% - 15px));
	width: 100%;
	font-size: 18px;
    	font-weight: 400;
}
.real_merit_box_text{
	border-radius: 8px;
	border: 1px solid;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 40px;
	line-height: 1.7;
	position: relative;
	    font-size: 18px;
}
.real_merit_box_text::after{
	content: "";
	width: 55px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(75%,-50%);
}
.real_merit_box.is_salon .real_merit_box_text::after{
	right: auto;
	left: 0;
	transform: translate(-75%,-50%);
}
.real_circle_img{
	padding: 0 20px;
}
.real_circle_img img{
	margin: auto;
}
.real_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 64px;
}
.stat_item {
	padding: 0 28px;
	border-left: 1px solid var(--border-color);
}
.stat_number {
	font-size: 92px;
	font-weight: 500;
	font-family: var(--en-pragmatica);
	line-height: 1;
	letter-spacing: -0.0217em;
}
.stat_category {
	margin-top: 6px;
	color: var(--blue);
	font-weight: 500;
}
.stat_title {
	margin-top: 90px;
	font-size: 28px;
	line-height: 1.3214; 
}
.stat_desc {
	margin-top: 28px;
	line-height: 1.75;
	font-weight: 400;
}
.real_section .highlight {
	display: inline-block;
	padding: 6px;
}
.real_section .highlight.ml-0 {
	margin-left: 0;
}
@media (max-width: 1000px) {
	.real_section .container{
		display: block;
	}
	.real_title_box{
		margin-bottom: 60px;
		position: static;
	}
	.real_title_box .h2_sub {
		margin-bottom: 10px;
	}
	.real_grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.stat_item {
		padding: 30px 25px;
	}
	.stat_number {
		font-size: 56px;
	}
	.stat_title {
		margin-top: 40px;
		font-size: 22px;
		line-height: 1.4091; 
	}
	.stat_desc {
		margin-top: 24px;
	}
}
@media (max-width: 600px) {
	.real_title_box .h2_sub {
	font-size: 16px;
	}
	.real_section {
		margin-top: 100px;
	}
	.real_title_box .h2{
		text-align: left;
	}
	.real_merit_head{
		font-size: 18px;
	}
	.real_merit_container{
		display: block;
	}
	.real_root_list{
		padding: 20px 15px;		
	}
	.real_root_list_item{
		font-size: 14px;
		    line-height: 1.6;
	}
	.real_root_list_item .check_icon{
		width: 15px;
		    transform: translateY(6px);
	}
	.real_box_title {
	        font-size: 20px;
    		margin-top: -20px;
	}
	.real_merit_box_text {
    padding: 20px;
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
	}
	.real_root_list_item:not(:last-of-type){
		margin-bottom: 15px;
	}
	.real_circle_img {
		margin: 55px 0;
		display: block;
	}
	.real_circle_img img{
		width: 55%;
	}
	.real_merit_box_title{
		position: static;
		transform: none;
		margin-top: 1em;
		margin-bottom: 1em;
		font-size: 14px;
        	letter-spacing: 0.05em;
	}
	.real_merit_box_text::after{
		height: 45px;
		width: 1px;
		right: 50%;
		top: auto;
		bottom: 0;
		transform: translate(-50%, 75%);
	}
	.real_merit_box.is_salon .real_merit_box_text::after{
		left: 50%;
		top: 0;
		bottom: auto;
		transform: translate(-50%, -75%);
	}
	.real_merit_box.is_salon{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		justify-content: center;
	}
	.real_grid {
		margin-top: 40px;
	}
	.stat_item {
		padding: 0 0 0 20px;
	}
	.stat_number {
		font-size: 48px;
	}
	.stat_desc {
		font-size: 14px;
	}
}

.recommended_section {
	padding: 0 30px;
	margin-bottom: 80px;
}
.recommended_section .container {
	position: relative;
	max-width: 860px;
	margin-top: 120px;
	padding: 0;
	border-bottom: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
}
.recommended_section .container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(
		to right,
		var(--border-color) 0%,
		var(--border-color) calc(30% - clamp(7.5rem, 5.616rem + 7.04vw, 11.25rem)),
		transparent calc(0% - clamp(7.5rem, 5.616rem + 7.04vw, 11.25rem)),
		transparent calc(70% + clamp(7.5rem, 5.616rem + 7.04vw, 11.25rem)),
		var(--border-color) calc(0% + clamp(7.5rem, 5.616rem + 7.04vw, 11.25rem)),
		var(--border-color) 100%
	);
}
.recommended_content p{
	text-align: center;
	line-height: 1.7;
	font-size: 18px;
}
.recommended_content{
	padding: 40px 0;
}
.recommended_header {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -75%);
	text-align: center;
	padding: 0 20px;
	width: 100%;
}
.recommended_subtitle {
	color: var(--blue);
	font-family: var(--en-pragmatica);
}
.recommended_title {
	margin-top: 16px;
	font-size: 24px;
	font-weight: 500;
}
.recommended_title br{
	display: none;
}
.recommended_list {
	max-width: 560px;
	display: grid;
	gap: 20px;
	padding: 48px 0 40px;
	margin: auto;
}
.recommended_item {
	display: flex;
	gap: 12px;
}
.recommended_arrow{
	width: 20px;
	margin: auto;
	margin-bottom: 20px;
}
.recommended_section .check_icon {
	width: 22px;
}
.recommended_text {
	font-size: 18px;
	line-height: 1.2;
}
@media (max-width: 768px) {
	.recommended_section {
		padding: 0 20px;
	}
	.recommended_section .container {
		margin: 80px auto 0;
	}
	.recommended_header {
		min-width: 300px;
		padding: 0 15px;
	}

	.recommended_subtitle {
		font-size: 14px;
	}
	.recommended_title {
		margin-top: 12px;
		font-size: 20px;
	}
	.recommended_title br{
		display: block;
	}
	.recommended_section .container::before {
		background: linear-gradient(
			to right,
			var(--border-color) 0%,
			var(--border-color) calc(40% - clamp(7.5rem, 5.616rem + 7.04vw, 11.25rem)),
			transparent calc(0% - clamp(7.5rem, 5.616rem + 7.04vw, 11.25rem)),
			transparent calc(60% + clamp(7.5rem, 5.616rem + 7.04vw, 11.25rem)),
			var(--border-color) calc(0% + clamp(7.5rem, 5.616rem + 7.04vw, 11.25rem)),
			var(--border-color) 100%
		);
	}
	.recommended_list {
		padding: 40px 20px 30px;
		gap: 16px;
	}
	.recommended_text {
		font-size: 14px;
	}
	.recommended_section .check_icon {
		width: 17px;
	}
}
@media (max-width: 480px) {
	.recommended_header {
		min-width: 250px;
		padding: 0 10px;
	}
	.recommended_title {
		margin-top: 8px;
		font-size: 18px;
	}
	.recommended_subtitle {
		font-size: 11px;
	}
	.recommended_list {
		padding: 36px 16px 28px;
	}
	.recommended_text {
		font-size: 13px;
		line-height: 1.4;
	}
	.recommended_content p{
		font-size: 16px;
	}
}


.section_benefits{
	text-align: center;
	margin: 120px 0;
}
.benefits_box_wrap{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
.benefits_box_item{
	border-radius: 4px;
	background-color: rgba(222, 222, 222 , 0.4);
	border: 1px solid #d9d9d9;
	padding: 40px;
	font-size: 22px;
    	line-height: 1.6;
}
.benefits_box_item .pc_none{
	display: none;
}
.benefits_box_item_img{
	width: 45px;
	margin: 0 auto 30px;
}
.benefits_title_box {
	margin-bottom: 50px;
}
.benefits_title_box .h2 {
	font-size: clamp(2.375rem, 1.935rem + 1.64vw, 3.25rem);
	line-height: 1;
	letter-spacing: -0.0385em;
}
.benefits_title_box .h2_sub {
	display: block;
	margin-top: 18px;
	font-size: 18px;
	line-height: 0.8889;
}
.benefits_top_text {
	line-height: 1.75;
}
@media (max-width: 600px) {
	.benefits_box_wrap{
		display: block;
	}
	.benefits_box_item{
		margin-bottom: 15px;
		padding: 30px;
		font-size: 18px;
    		line-height: 1.5;
	}
	.benefits_box_item_img {
    		width: 40px;
    		margin: 0 auto 20px;
	}
	.benefits_box_item .pc_none{
		display: block;
	}
	.benefits_title_box .h2_sub {
		font-size: 13px;
	}
	.benefits_top_text {
		font-size: 13px;
		line-height: 1.6923;
	}
}
