
.container {
	max-width: 1280px;
}
.h2 {
	font-size: clamp(3rem, 1.87rem + 4.23vw, 5.25rem);
}
.h2_sub {
	margin-top: 0;
}
.section_title_box {
    flex-direction: column;
	align-items: flex-start;
	gap: 25px;
}
.section_concept .container {
    max-width: 740px;
    margin: 140px auto 0;
}
.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: 2px 6px;
		margin-left: 0;
		line-height: 1.8125;
	}
}


.statistics_section {
	margin-top: 120px;
}
.statistics_title_box .h2{
	font-size: clamp(2.375rem, 1.935rem + 1.64vw, 3.25rem);
	line-height: 1;
	letter-spacing: -0.0385em;
	text-align: center;
}
.statistics_title_box .h2_sub {
	font-family: "Noto Sans JP", sans-serif;
	display: block;
	margin-top: 18px;
	font-size: 18px;
	line-height: 0.8889;
}
.statistics_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;
	letter-spacing: .009em;
    	line-height: 1.8;
	font-weight: 400;
	    text-align: justify;
    text-justify: inter-ideograph;
}
.statistics_section .highlight {
	display: inline-block;
	padding: 3px 6px;
}
.statistics_section .highlight.ml-0 {
	margin-left: 0;
}
@media (max-width: 990px) {
	.statistics_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: 599px) {
	.statistics_title_box .h2_sub {
	font-size: 14px;
	}
	.statistics_section {
		margin-top: 100px;
	}
	.statistics_title_box .h2{
		text-align: left;
	}
	.statistics_grid {
		margin-top: 40px;
	}
	.stat_item {
		padding: 0 0 0 20px;
	}
	.stat_category {
    	font-size: 14px;
	}
	.stat_desc {
		font-size: 14px;
	}
}

.recommended_section {
	padding: 0 30px;
}
.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(50% - clamp(7.5rem, 5.616rem + 7.04vw, 11.25rem)),
		transparent calc(50% - clamp(7.5rem, 5.616rem + 7.04vw, 11.25rem)),
		transparent calc(50% + clamp(7.5rem, 5.616rem + 7.04vw, 11.25rem)),
		var(--border-color) calc(50% + clamp(7.5rem, 5.616rem + 7.04vw, 11.25rem)),
		var(--border-color) 100%
	);
}
.recommended_header {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -75%);
	text-align: center;
	padding: 0 20px;
	min-width: 264px;
}
.recommended_subtitle {
	color: var(--blue);
	font-family: var(--en-pragmatica);
}
.recommended_title {
	margin-top: 16px;
	font-size: 24px;
	font-weight: 500;
}
.recommended_list {
	max-width: 560px;
	display: grid;
	gap: 20px;
	padding: 48px 0 40px;
	margin: auto;
}
.recommended_item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}
.recommended_section .check_icon {
	width: 22px;
	    transform: translateY(6px);
}
.recommended_text {
	font-size: 18px;
	line-height: 0.8889;
	    line-height: 1.6;
}
@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_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;
	}
}

.section_event {
    margin-bottom: 120px;
}
.event_title_box {
    align-items: center;
    column-gap: 70px;
}
.event_title_box .h2 {
	font-size: clamp(2.375rem, 1.935rem + 1.64vw, 3.25rem);
	line-height: 1;
	letter-spacing: -0.0385em;
}
.event_title_box .h2_sub {
	display: block;
	margin-top: 18px;
	font-size: 18px;
	line-height: 0.8889;
}
.event_top_text {
	line-height: 1.8;
        letter-spacing: .05em;
}
@media (max-width: 599px) {
	.section_event {
		padding-top: 100px;
		margin-bottom: 100px;
	}
	.event_title_box .h2_sub {
		font-size: 13px;
	}
	.event_top_text {
		font-size: 13px;
		line-height: 1.6923;
	}
}