/*
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;
}

html {
	font-size: 18px;
}

body {
	color: #333;
	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: 1200px;
	width: calc(100% - 30px);
	margin: 0px auto;
	position: relative;
}

.front_header {
	height: 100vh;
	height: 100svh;
	margin-bottom: 80px !important;
}

.header_images {
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}

.header_picture {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.header_image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header_images_catch {
	padding-top: 1.5em;
	color: #fff;
	font-size: 52px;
	font-weight: 300;
	line-height: 1.45;
	white-space: nowrap;
	text-indent: -1.5em;
	text-shadow: 0px 0px 30px #000,  0px 0px 30px #000;
	font-feature-settings: initial;
	writing-mode: vertical-rl;
	position: absolute;
	top: 50%;
	right: 120px;
	transform: translateY(-50%);
	z-index: 2;
}

.header_images_band {
	width: 100vw;
	height: 100%;
	overflow: hidden;
	opacity: 0.9;
	transform: skewX(-10deg);
	position: absolute;
	top: 0px;
	right: calc(50% + 25px);
}

.header_images_band::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	pointer-events: none;
	display: block;
}

#menu_button {
	display: none;
}

[for="menu_button"] {
	width: 52px;
	height: 48px;
	padding-left: 1.5px;
	color: #000;
	font-size: 12px;
	font-weight: 700;
	line-height: 70px;
	letter-spacing: 0.05em;
	white-space: nowrap;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	position: fixed;
	top: 22px;
	right: 15px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	display: none;
	z-index: 99;
	transition: color 0.3s;
}

#menu_button:checked ~ [for="menu_button"] {
	color: #00959a;
}

[for="menu_button"]::before,
[for="menu_button"]::after {
	content: "";
	width: 70%;
	height: 1px;
	line-height: 0;
	border-bottom: #000 solid 1.5px;
	border-radius: 100px;
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	transition: top 0.3s, transform 0.3s, border-color 0.3s;
}

[for="menu_button"]::after {
	top: 21px;
}

#menu_button:checked ~ [for="menu_button"]::before {
	border-color: #00959a;
	top: 16.5px;
	transform: translate(-50%, -50%) rotate(-18deg);
}

#menu_button:checked ~ [for="menu_button"]::after {
	border-color: #00959a;
	top: 16.5px;
	transform: translate(-50%, -50%) rotate(18deg);
}

#site-title,
#site-title * {
	margin: 0px;
	line-height: 0;
}

body.home #site-title {
	position: absolute;
	bottom: 9%;
	left: 0px;
}

#site-title a {
	display: inline-block;
}

body.home #site-title img {
	filter: drop-shadow(0px 0px 8px #fff) drop-shadow(0px 0px 8px #fff) drop-shadow(0px 0px 8px #fff);
	display: block;
}

.site_title img {
	max-width: 480px;
	width: 480px;
}

.site_title_sub {
	padding: 12px 0px 12px;
	position: relative;
	z-index: 1;
}

.site_title_sub img {
	max-width: 200px;
	width: 200px;
	filter: brightness(0) invert(1);
}

.site_title_sub::before {
	content: "";
	width: 100vw;
	height: 100%;
	background-color: #00959a;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	z-index: -1;
}

.header_navigation {
	position: absolute;
	top: 36px;
	right: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
}

.front_header_navigation {
	top: 0px;
	bottom: auto;
	left: 20px;
	right: auto;
}

.header_menu_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	display: flex;
	gap: 13px;
}

.front_header_menu_list {
	padding: 38px 0px 38px 27px;
	flex-direction: column;
	gap: 15px;
}

.front_header_menu_list::before {
	content: "";
	width: 3px;
	height: 5000px;
	background-color: #00959a;
	border-radius: 1000px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	transform: translateX(-50%);
	display: block;
	z-index: -1;
}

.front_header_menu_list::after {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #00959a;
	border-radius: 1px;
	transform: translateX(-50%) rotate(45deg);
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	z-index: -1;
}

.header_menu_list a {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	white-space: nowrap;
	position: relative;
	display: block;
}

.front_header_menu_list a {
	color: #00959a;
	font-size: 19px;
	font-weight: 700;
}

@media(max-width: 1200px) {
	.header_image {
		transform: scale(1.2);
		transform-origin: center right;
	}
	
	.header_images_catch {
		right: 80px;
	}
}

@media(max-width: 800px) {
	[for="menu_button"] {
		display: block;
	}
	
	.header_image {
		object-position: 60% 50%;
	}
	
	.header_images_catch {
		font-size: 45px;
		line-height: 1.45;
		text-shadow: 0px 0px 10px #000, 0px 0px 10px #999;
		top: 72px;
		left: 30px;
		right: auto;
		transform: none;
	}
	
	.header_images_band {
		right: 75%;
	}
	
	body.home #site-title {
		width: 100%;
		text-align: center;
	}
	
	.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;
	}
	
	.header_menu_list {
		padding: 38px 0px 38px 27px;
		flex-direction: column;
		gap: 15px;
	}

	.header_menu_list::before {
		content: "";
		width: 3px;
		height: 5000px;
		background-color: #00959a;
		border-radius: 1000px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		transform: translateX(-50%);
		display: block;
		z-index: -1;
	}

	.header_menu_list::after {
		content: "";
		width: 20px;
		height: 20px;
		background-color: #00959a;
		border-radius: 1px;
		transform: translateX(-50%) rotate(45deg);
		position: absolute;
		bottom: 0px;
		left: 0px;
		display: block;
		z-index: -1;
	}

	.header_menu_list a {
		color: #00959a;
		font-size: 17px;
		font-weight: 700;
	}
}

@media(max-width: 667px) {
	body {
		font-size: 16px;
	}
	
	.header_images_catch {
		font-size: 39px;
		text-shadow: 0px 0px 15px #000, 0px 0px 15px #000;
		left: 12px;
	}
}

@media(max-width: 510px) {
	.site_title img {
		max-width: 100%;
		width: calc(100vw - 30px);
	}
}

#container {
	margin-bottom: 150px;
}

.front_lead_title {
	margin: 0px auto 60px;
	padding-left: 0.5em;
	color: #00959a;
	font-size: 60px;
	font-weight: 300;
	line-height: 1.25;
	white-space: nowrap;
	display: flex;
	justify-content: center;
}

.front_lead {
	max-width: 1080px;
	margin: 0px auto 50px;
	padding: 30px 50px 30px 65px;
	position: relative;
}

.front_lead::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #cceae9;
	border-radius: 30px;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	z-index: -1;
}

.front_lead_strong {
	color: #00959a;
	font-size: 19px;
	font-weight: 900;
}

.heading_type1 {
	margin: 0px auto 60px;
	padding-top: 100px;
	padding-bottom: 0.3em;
	color: #444;
	font-size: 48px;
	font-weight: 500;
	text-align: center;
	position: relative;
}

.heading_type1::before {
	color: #cceae9;
	font-size: 160px;
	font-weight: 100;
	line-height: 0.8;
	white-space: nowrap;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	z-index: -1;
}

#vision::before {content: "Vision"}
#profile::before {content: "Profile"}
#support::before {content: "Support"}
#contact::before {content: "Contact"}

.heading_type1::after {
	content: "";
	width: 100vw;
	height: 6px;
	background-color: #cceae9;
	border-radius: 1000px;
	position: absolute;
	bottom: 0px;
	left: -10px;
	display: block;
}

.news_posts {
	margin: 0px auto 100px;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 2.666%;
}

.front_news_posts {
	margin-bottom: 100px;
	justify-content: center;
}

.news_posts_article {
	width: 23%;
	flex: none;
	position: relative;
}

.news_posts_link {
	position: relative;
	display: block;
}

.news_posts_link:hover {
	opacity: 0.8;
}

.news_posts_date {
	color: #00959a;
	font-size: 16px;
	line-height: 1;
	white-space: nowrap;
}

.news_posts_title {
	margin: 0px;
	color: #333;
	font-size: 21px;
	font-weight: 500;
}

.news_posts_thumbnail {
	width: 100%;
	height: 180px;
	margin-bottom: 15px;
	background: url("img/logo.svg") no-repeat center / 70% auto, #fff;
	position: relative;
	overflow: hidden;
	transition: background 0.6s;
}

.news_posts_link:hover .news_posts_thumbnail {
	background: url("img/logo.svg") no-repeat center / 80% auto, #fff;
}

.news_posts_thumbnail::before {
	content: "";
	width: 100%;
	height: 100%;
	border: #ccc solid 1px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}

.news_posts_thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
	transition: transform 0.6s;
}

.news_posts_link:hover .news_posts_thumbnail img {
	transform: scale(1.1);
}

.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: #00959a;
	font-size: 24px;
	font-weight: 500;
	white-space: nowrap;
	vertical-align: middle;
}

.nav-links > span.current {
	color: #333;
}

.news_article {
	max-width: 750px;
	margin: 110px auto 85px;
}

.news_date {
	color: #00959a;
	font-size: 26px;
	font-weight: 300;
	line-height: 1;
	white-space: nowrap;
}

.news_date::before {
	content: "";
	width: 0.8em;
	height: 0.8em;
	margin-left: 1px;
	margin-right: 0.2em;
	background: #00959a;
	border-radius: 0.1em;
	transform: translateY(0.04em) rotate(45deg);
	display: inline-block;
}

.news_title {
	margin: 0px auto;
	color: #444;
	font-size: 36px;
	font-weight: 400;
}

.news_back {
	text-align: center;
}

.news_back_button {
	padding: 24px 40px;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	border: none;
	border-radius: 10px;
	background-color: #00959a;
	cursor: pointer;
	transition: opacity 0.2s;
}

.news_back_button:hover {
	opacity: 0.6;
}

.headline {
	margin: 90px auto 70px;
	padding-bottom: 0.3em;
	font-size: 48px;
	font-weight: 500;
	text-align: center;
	position: relative;
}

.headline::before {
	color: #cceae9;
	font-size: 160px;
	font-weight: 100;
	line-height: 0.8;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	z-index: -1;
}

body.blog .headline::before {content: "News";}
body.koenkai .headline::before {content: "Koenkai";}
body.history .headline::before {content: "History";}

.headline::after {
	content: "";
	width: 100vw;
	height: 6px;
	background-color: #cceae9;
	border-radius: 1000px;
	position: absolute;
	bottom: 0px;
	left: -10px;
	display: block;
}

.vision_columns {
	max-width: 1100px;
	margin: 0px auto;
	gap: 80px !important;
}

.vision_columns img {
	width: 100%;
}

.vision_columns1 {
	margin-bottom: 30px;
}

.vision_columns1 > div:nth-of-type(1),
.vision_columns2 > div:nth-of-type(2) {
	width: 420px !important;
	flex: none !important;
}

.vision_columns_title {
	margin: 0px 0px 30px;
	color: #00959a;
	font-size: 32px;
	font-weight: 700;
}

.profile_columns {
	margin-bottom: 60px;
	gap: 60px !important;
}

.profile_columns > div:nth-of-type(1) {
	width: 500px !important;
	flex: none !important;
}

.profile_tables td {
	padding: 10px 0px;
	font-size: 22px;
	border: none;
}

.profile_tables td:nth-of-type(1) {
	width: 120px;
	color: #00959a;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
}

.profile_history {
	text-align: center;
}

.profile_history a {
	padding: 40px 45px 36px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	background-color: #00959a;
	border-radius: 1000px;
	display: inline-block;
}

.support_title {
	margin: 0px auto 50px;
	padding-top: 10px;
	font-size: 38px;
	font-weight: 500;
	text-align: center;
}

.support_sns_list {
	max-width: 900px;
	margin: 0px auto 80px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;;
}

.support_sns_list li {
	width: calc(50% - 15px);
	height: 80px;
	flex: none;
}

.support_sns_list a {
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 32px;
	font-weight: 300;
	border: #000 solid 2px;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.support_sns_facebook a {
	color: #0866ff;
	border-color: #0866ff;
}

.support_sns_youtube a {
	color: #ff0033;
	border-color: #ff0033;
}

.support_sns_list img {
	width: 50px;
	margin-right: 15px;
	display: inline-block;
}

.support_sns_facebook img {
	width: 47px;
}

.support_sns_x img {
	width: 42px;
	margin-right: 10px;
}

.support_koenkai_description {
	max-width: 800px;
	margin: 0px auto 50px;
	font-size: 19px;
}

.support_koenkai_strong {
	color: #00959a;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
}

.support_koenkai_apply {
	text-align: center;
}

.support_koenkai_apply a {
	padding: 40px 52px 38px;
	color: #fff;
	font-size: 22px;
	line-height: 1.35;
	background-color: #00959a;
	border-radius: 1000px;
	display: inline-block;
}

.contact_form {
	max-width: 1000px;
	width: calc(100% - 70px);
	margin: 0px auto;
}

.contact_form p,
.contact_form label {
	position: relative;
	display: block;
}

.contact_form p {
	min-height: 50px;
	margin: 0px 0px 18px;
}

.contact_form_header {
	color: #000;
	font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.contact_form_header + span {
	margin-left: 240px;
	display: block;
}

.contact_form_option,
.contact_form_required {
	margin-right: 10px;
	width: 0.8em;
	height: 0.8em;
	line-height: 1;
	background-color: #e88;
	border-radius: 2px;
	transform: rotate(45deg) translate(0px, 6%);
	display: inline-block;
}

.contact_form_option {
	background-color: #aaa;
}

.contact_form input[type="text"],
.contact_form input[type="tel"],
.contact_form input[type="email"],
.contact_form textarea {
	width: 100%;
	padding: 13px 24px 11px;
	font-size: 19px;
	line-height: 1.5;
	border: none;
	background-color: #f0f0f0;
}

.contact_form_buttons {
	margin-top: 30px !important;
	text-align: center;
}

.contact_form_confirm,
.contact_form_back,
.contact_form_submit {
	width: 240px;
	height: 100px;
	margin: 10px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 100px;
	border: none;
	border-radius: 8px;
	background-color: #00959a;
	cursor: pointer;
	display: inline-block;
	transition: opacity 0.2s;
}

.contact_form_confirm:hover,
.contact_form_back:hover,
.contact_form_submit:hover {
	opacity: 0.6;
}

.contact_form_value {
	color: #000;
	font-size: 20px;
}

.contact_form_emptied::after {
	content: "　";
}

.contact_form_hidden,
.contact_form_value + * {
	display: none !important;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output,
.wpcf7-spinner {
	display: none !important;
}

.koenkai_lead {
	margin: 75px auto 65px;
	font-size: 20px;
	font-weight: 500;
	display: flex;
	justify-content: center;
}

#thanks {
	max-width: 625px;
	width: calc(100% - 20px);
	padding: 21px 35px 18px 45px;
	line-height: 1.8;
	background-color: #fff;
	border: #ddd solid 2px;
	border-radius: 8px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

@media(max-width: 1200px) {
	.vision_columns {
		max-width: 800px;
		flex-direction: column;
		gap: 50px !important;
	}
	
	.vision_columns1 {
		margin-bottom: 55px;
	}
	
	.vision_columns1 > div:nth-of-type(1),
	.vision_columns2 > div:nth-of-type(2) {
		max-width: 380px !important;
		width: 100% !important;
		order: -1;
	}
	
	.vision_columns_title {
		margin-bottom: 26px;
		font-size: 28px;
		display: flex;
		justify-content: center;
	}
	
	.vision_columns p {
		font-size: 17px;
		line-height: 1.8;
	}
}

@media(max-width: 1080px) {
	.front_lead {
		padding-left: 55px;
		padding-right: 55px;
	}
	
	.profile_columns {
		gap: 45px !important;
	}
	
	.profile_columns > div:nth-of-type(1) {
		width: 47% !important;
	}
	
	.profile_tables td {
		font-size: 18px;
	}

	.profile_tables td:nth-of-type(1) {
		width: 125px;
	}
}

@media(max-width: 962px) {
	.news_posts {
		gap: 50px 3%;
	}
	
	.news_posts_article {
		width: 31.33%;
	}
	
	.news_posts_article:nth-of-type(4) {
		display: none;
	}
}

@media(max-width: 900px) {
	.profile_columns {
		gap: 35px !important;
	}
	
	.profile_tables td {
		padding: 8px 0px;
		font-size: 18px;
	}
	
	.profile_tables td:nth-of-type(1) {
		width: 115px;
	}
}

@media(max-width: 800px) {
	.front_lead {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.front_lead::before {
		width: calc(100% + 10px);
		border-radius: 20px;
	}
	
	.front_lead p {
		font-size: 16px;
	}
	
	.profile_columns {
		max-width: 650px;
		margin: 0px auto !important;
		display: block !important;
	}
	
	.profile_columns > div:nth-of-type(n) {
		width: 100% !important;
	}
	
	.profile_images {
		height: 500px;
		margin: 0px auto 30px !important;
		display: block;
	}
	
	.profile_images img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.support_sns_list {
		max-width: 520px;
		flex-direction: column;
		gap: 30px;
	}
	
	.support_sns_list li {
		width: 100%;
	}
	
	.contact_form_header {
		margin: 45px 0px -18px;
		position: static;
		display: block;
	}
	
	.contact_form_header + span {
		margin: 0px;
	}
}

@media(max-width: 667px) {
	.news_posts {
		gap: 50px 5%;
	}
	
	.front_news_posts {
		margin-bottom: 65px;
	}
	
	.news_posts_article {
		width: 47.5%;
	}
	
	.front_news_posts .news_posts_article:nth-of-type(3) {
		display: none;
	}
		
	.news_date {
		font-size: 21px;
	}
	
	.news_title {
		font-size: 26px;
	}
	
	.front_lead_title .sp_br {
		display: inline;
	}
	
	.support_koenkai_strong {
		font-size: 26px;
	}
	
	.profile_tables td {
		font-size: 16px;
	}
	
	.support_title {
		font-size: 28px;
	}
	
	.support_sns_list {
		gap: 25px;
	}
	
	.support_sns_list li {
		height: 65px;
	}
	
	.support_sns_list a {
		font-size: 27px;
		border-radius: 15px;
	}
	
	.support_sns_list img {
		width: 45px;
		margin-right: 9px;
	}
	
	.support_sns_facebook img {
		width: 41px;
	}
	
	.support_sns_x img {
		width: 34px;
	}
	
	.support_koenkai_description {
		font-size: 16px;
	}
	
	.contact_form {
		max-width: 520px;
		width: 100%;
	}
	
	.contact_form_header {
		margin-top: 35px;
		margin-bottom: -15px;
		font-size: 17px;
	}
	
	.contact_form input[type="text"],
	.contact_form input[type="tel"],
	.contact_form input[type="email"],
	.contact_form textarea {
		padding-left: 18px;
		padding-right: 18px;
		font-size: 16.5px;
	}
	
	.contact_form_value {
		font-size: 17px;
	}
	
	#thanks {
		padding: 21px 15px 19px 22px;
	}
	
	#thanks br {
		display: none;
	}
}

@media(max-width: 590px) {
	.heading_type1,
	.headline {
		padding-bottom: 30px;
		font-size: 36px;
	}
	
	.heading_type1::before,
	.headline::before {
		font-size: 80px;
		font-weight: 400;
		left: 0px;
		transform: none;
	}
	
	.heading_type1::after,
	.headline::after {
		height: 5px;
		left: -5px;
	}
}

@media(max-width: 480px) {
	.front_lead_title {
		font-size: 12.5vw;
	}
	
	.support_koenkai_apply a {
		width: 250px;
		padding: 20px 55px 18px;
		font-size: 21px;
	}
	
	.profile_images {
		width: calc(100% + 20px);
		height: 105vw;
		margin-left: -10px !important;
	}
	
	.profile_tables td:nth-of-type(n) {
		width: 100%;
		display: block;
	}
	
	.profile_tables td:nth-of-type(1) {
		padding-bottom: 0px;
	}
	
	.profile_tables td:nth-of-type(2) {
		padding-top: 0px;
	}
}

@media(max-width: 430px) {
	.news_posts {
		gap: 45px;
	}
	
	.news_posts_article {
		max-width: 300px;
		width: 100%;
		margin: 0px auto;
	}
	
	.front_news_posts .news_posts_article:nth-of-type(2) {
		display: none;
	}
	
	.news_posts_thumbnail {
		height: 170px;
		margin-bottom: 12px;
	}
}

#footer {
	padding: 80px 0px 30px;
}

#footer::before {
	content: "";
	width: 100vw;
	height: 100%;
	background-color: #f0f0f0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	z-index: -1;
}

.footer_logo,
.footer_logo * {
	margin: 0px;
	line-height: 0;
	text-align: center;
}

.footer_logo {
	margin-bottom: 45px;
}

.footer_logo img {
	max-width: 380px;
	width: 100%;
}

.footer_koenkai {
	margin: 0px auto 70px;
	text-align: center;
}

.footer_koenkai a {
	padding: 0.8em 1.5em 0.7em;
	color: #00959a;
	font-size: 23px;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	line-height: 1.35;
	border: #00959a solid 1px;
	border-radius: 1000px;
	background-color: #fff;
	display: inline-block;
	transition: color 0.2s, background-color 0.2s;
}

.footer_koenkai a:hover {
	color: #fff;
	background-color: #00959a;
	opacity: 1;
}

.footer_koenkai_suffix {
	font-size: 0.9em;
	display: block;
}

.footer_sns_title {
	margin-bottom: 8px;
	color: #555;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.footer_sns_list {
	margin: 0px auto 30px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 22px;
}

.footer_sns_list img {
	width: 55px;
}

.footer_sns_facebook img {
	width: 52px;
}

.footer_sns_x img {
	width: 43px;
}

.footer_menu_list {
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.footer_menu_list a {
	white-space: nowrap;
	position: relative;
	display: block;
}

.error404_text {
	margin: 0px auto;
	display: flex;
	justify-content: center;
}

#copyright {
	color: #000;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	position: relative;
}

.wp-block-original-drawline {
	margin: 50px auto !important;
	padding: 42px 5px;
	line-height: 1.8;
	font-weight: 500;
	background-color: rgba(255, 255, 255, 0.8);
	position: relative;
	z-index: 1;
}

.wp-block-original-drawline::before,
.wp-block-original-drawline::after {
	content: "";
	width: calc(100% + 10px);
	border-bottom: #000 solid 1px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	z-index: -1;
}

.wp-block-original-drawline::before {
	top: 0px;
}

.wp-block-original-drawline::after {
	bottom: 0px;
}

.wp-block-original-drawline [style*="background-color:"] {
	padding: 2.5px 7px 0px;
	white-space: nowrap;
	border-radius: 8px;
	display: inline-block;
	transform: translateX(-5%);
}

.wp-block-original-grayback {
	margin: 45px auto !important;
	padding: 42px 30px;
	position: relative;
}

.wp-block-original-grayback::before {
	content: "";
	width: calc(100% + 10px);
	height: 100%;
	background-color: #e5f4f5;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	z-index: -1;
}
