/*
Theme Name:BlankSlate Chlid
Template:blankslate
Version:1.0
*/

h1,h2,h3,h4,h5,h6 {
	line-height: 1.35;
}

p {
	line-height: 2;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #37b;
	text-decoration: none;
	transition: opacity 0.2s;
}

a:hover {
	opacity: 0.6;
}

address {
	font-style: normal;
}

.hidden,
.sp_br {
	display: none;
}

.wp-block-image {
	margin: 0px;
	line-height: 0;
}

.wp-block-list {
	padding-left: 1.8em;
	font-size: 0.96em;
}

.wp-block-list li:nth-last-of-type(n + 2) {
	margin-bottom: 0.5em;
}

html {
	font-size: 19px;
}

body {
	color: #000;
	line-height: 1.5;
	word-warp: break-word;
	overflow-wrap: break-word;
}

body,
button,
input,
textarea,
select,
option {
	font-family: 'Nunito Sans', 'M PLUS 1p', sans-serif;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

#header,
#container,
#footer {
	max-width: 1100px;
	width: calc(100% - 30px);
	margin: 0px auto;
	position: relative;
}

#header {
	margin-bottom: 50px;
}

#menu_button {
	display: none;
}

[for="menu_button"] {
	width: 45px;
	height: 35px;
	padding-left: 2px;
	color: #555;
	font-size: 0.88rem;
	line-height: 13px;
	letter-spacing: 0.1em;
	white-space: nowrap;
	position: fixed;
	top: 20px;
	left: calc(50% + 600px);
	transform: translateX(-100%);
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	display: none;
	z-index: 99;
}

[for="menu_button"]::before,
[for="menu_button"]::after {
	content: "";
	width: 100%;
	height: 1px;
	line-height: 0;
	background-color: #555;
	border-radius: 100px;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	transition: top 0.3s, transform 0.3s;
}

[for="menu_button"]::after {
	top: 12px;
}

#menu_button:checked ~ [for="menu_button"]::before {
	top: 6px;
	transform: translate(-50%, -50%) rotate(-18deg);
}

#menu_button:checked ~ [for="menu_button"]::after {
	top: 6px;
	transform: translate(-50%, -50%) rotate(18deg);
}

#site-title,
#site-title * {
	margin: 0px;
	line-height: 0;
}

#site-title {
	padding: 40px 0px 20px;
}

#site-title a {
	color: #000;
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
}

.header_navigation {
	position: absolute;
	top: 45px;
	right: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
}

.header_menu_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	gap: 12px;
}

.header_menu_list a {
	color: #333;
	font-size: 16px;
	white-space: nowrap;
	position: relative;
	display: block;
}

.header_images {
	height: 580px;
	position: relative;
}

.header_image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.header_catch {
	max-width: 700px;
	width: 100%;
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
}

@media(max-width: 1230px) {
	label[for="menu_button"] {
		left: auto;
		right: 15px;
		transform: none;
	}
}

@media(max-width: 667px) {
	[for="menu_button"] {
		display: block;
	}
	
	.header_navigation {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		opacity: 0;
		pointer-events: none;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: opacity 0.2s;
		z-index: 9;
	}

	#menu_button:checked ~ #branding .header_navigation {
		opacity: 1;
		pointer-events: auto;
	}

	.header_navigation::before {
		content: "";
		width: 100%;
		height: 150%;
		background-color: rgba(255, 255, 255, 0.95);
		position: absolute;
		top: 0px;
		left: 0px;
		display: block;
		z-index: -1;
	}
}

#container {
	margin: 0px auto 120px;
}

body.home h2 {
	margin: 0px auto 100px;
	padding-top: 120px;
	font-size: 48px;
	font-weight: 700;
}

body.home h2::after {
	content: "";
	width: 60px;
	height: 12px;
	margin: 30px auto 0px;
	background-color: #ccc;
	border-radius: 2px;
	display: block;
}

.front_vision_chapter {
	margin: 0px auto 40px;
	padding: 1em 1.5em 0.7em;
	border-top: transparent solid 60px;
	color: #222;
	font-size: 30px;
	font-weight: 500;
	position: relative;
}

.front_vision_chapter::before,
.front_vision_chapter::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	z-index: -1;
}

.front_vision_chapter::before {
	margin: 0.15em 0px 0px 0.15em;
	background-color: #ddd;
}

.front_vision_chapter::after {
	margin: -0.15em 0px 0px -0.15em;
	border: #000 solid 1px;
}

.front_profile_tables {
	max-width: 800px;
	margin: 0px auto 50px;
}

.front_profile_tables td {
	padding: 16px 30px;
	font-size: 18px;
	border: none;
	position: relative;
}

.front_profile_tables td:nth-of-type(1) {
	width: 165px;
	padding-right: 0px;
}

.front_profile_tables td:nth-of-type(2) {
	padding-left: 0px;
}

.front_profile_tables tr:nth-of-type(2n) td {
	background-color: #eee;
}

.front_support_text1 {
	margin: 0px auto 38px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}

.button_type1 {
	text-align: center;
}

.button_type1 a {
	padding: 15px 35px;
	color: #fff;
	font-size: 20px;
	white-space: nowrap;
	background-color: #333;
	border-radius: 1000px;
	display: inline-block;
}

.front_news_posts {
	justify-content: center;
}

.news_posts {
	display: flex;
	flex-wrap: wrap;
	gap: 80px 2.75%;
}

.news_posts_article {
	width: 31.5%;
	flex: none;
	position: relative;
}

.news_posts_link {
	color: #000;
	position: relative;
	display: block;
}

.news_posts_date {
	padding-left: 0.1em;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.news_posts_title {
	margin: 0px;
	font-size: 23.5px;
}

.news_posts_thumbnail {
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
	background-color: #eee;
	transition: background 0.6s;
}

.news_posts_link:hover .news_posts_thumbnail {
	background-color: #eee;
}

.nav-links {
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1%;
}

.nav-links >span,
.nav-links >a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	font-size: 1.2rem;
	font-weight: 700;
	white-space: nowrap;
	vertical-align: middle;
}

.nav-links > span.current {
	color: #fff;
	background-color: #999;
}

.news_article {
	max-width: 650px;
	margin: 0px auto 65px;
}

.news_meta {
	text-align: right;
	position: relative;
}

.news_date {
	color: #ccc;
	font-size: 65px;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
	display: inline-block;
}

.news_title {
	margin: 0px 0px 50px;
	font-size: 36px;
	font-weight: 700;
}

.news_back {
	text-align: center;
}

.news_back_button {
	padding: 1.2em 1.9em 1.15em;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	border: none;
	background-color: #999;
	cursor: pointer;
	transition: opacity 0.2s;
}

.news_back_button:hover {
	opacity: 0.6;
}

.report_posts_post {
	max-width: 800px;
	margin: 0px auto;
	position: relative;
}

.report_posts_post:nth-last-of-type(n + 2) {
	margin-bottom: 35px;
}

.report_posts_link {
	padding-left: 155px;
	color: #000;
	position: relative;
	display: block;
}

.report_posts_link::before {
	content: "";
	width: calc(100% + 10px);
	height: 25px;
	background-color: #ddd;
	border-radius: 3px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	z-index: -1;
}

.report_posts_link::after {
	content: "→";
	font-size: 28px;
	font-weight: 700;
	position: absolute;
	bottom: -3px;
	right: 6px;
}

.report_posts_meta {
	position: absolute;
	bottom: 3px;
	left: 20px;
}

.report_posts_date {
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
}

.report_posts_title {
	margin: 0px;
	font-size: 32px;
	font-weight: 500;
}

.headline {
	margin: 85px auto 70px;
	font-size: 48px;
	text-align: center;
	position: relative;
}

.headline::before {
	color: #ddd;
	font-size: 150px;
	font-weight: 900;
	line-height: 0.8;
	white-space: nowrap;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

body.blog .headline::before {content: "NEWS";}
body.report .headline::before {content: "REPORT";}

@media(max-width: 962px) {
	.news_posts {
		gap: 50px 3%;
	}
	
	.news_posts_article {
		width: 31.33%;
	}
}

@media(max-width: 667px) {
	.news_posts {
		gap: 50px 5%;
	}
	
	.news_posts_article {
		width: 47.5%;
	}
}

@media(max-width: 430px) {
	.news_posts {
		gap: 50px;
	}
	
	.news_posts_article {
		max-width: 300px;
		width: 100%;
		margin: 0px auto;
	}
}

.error404_text {
	margin: 0px auto;
	display: flex;
	justify-content: center;
}

.footer_address {
	margin: 0px auto 60px;
	text-align: center;
}

.footer_tel a {
	font-size: 30px;
	font-weight: 500;
}

.footer_email a {
	font-size: 26px;
}

.footer_sns_list {
	margin: 0px auto 60px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 20px;
}

.footer_sns_x {
	transform: scale(0.96);
}

.footer_sns_youtube {
	transform: scale(1.02);
}

.footer_sns_tiktok {
	transform: scale(0.98) translateY(-5%);
}

.footer_group {
	margin: 145px auto 125px;
	text-align: center;
}

.footer_group_image {
	max-width: 500px;
	width 100%;
}

#copyright {
	padding: 0px 0px 35px;
	font-size: 18px;
	text-align: center;
	position: relative;
}

#copyright::before {
	content: "";
	width: 100px;
	margin: 0px auto 100px;
	border-bottom: #999 solid 1.5px;
	display: block;
}