/*
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 {
	line-height: 0;
}

html {
	font-size: 18px;
	overflow-x: hidden;
}

body {
	color: #000;
	line-height: 1.5;
	word-warp: break-word;
	overflow-wrap: break-word;
}

body,
button,
input,
textarea,
select,
option {
	font-family: "Inter", "Murecho", serif;
	font-optical-sizing: auto;
}

textarea {
	font-family: "Murecho", serif;
}

body::before {
	color: #014099;
	font-size: 150px;
	font-weight: 700;
	line-height: 0.72;
	letter-spacing: -0.02em;
	white-space: nowrap;
	opacity: 0.1;
	position: fixed;
	top: 50%;
	left: 65px;
	transform: translate(-50%, -50%) rotate(90deg);
	display: block;
	z-index: -2;
}

body.vision::before {content: "Vision";}
body.profile::before {content: "Profile";}
body.history::before {content: "History";}
body.support::before {content: "Support";}
body.box::before {content: "Box";}
body.report::before {content: "Report";}
body.link::before {content: "Link";}
body.office::before {content: "Office";}
body.accounting::before {content: "Accounting";}
body.contact::before {content: "Contact";}
body.privacy-policy::before {content: "Privacy";}
body.single::before,
body.blog::before {content: "Diary";}

#wrapper {
	overflow-x: hidden;
	position: relative;
}

#header,
#container,
#footer {
	max-width: 1200px;
	width: calc(100% - 90px);
	margin: 0px auto;
	position: relative;
}

#header {
	height:190px;
	padding: 20px 0px 10px;
}

#header.front_header {
	height: 100vh;
	height: 100svh;
	height: 100dvh;
	z-index: 1;
}

.header_bg {
	max-width: 1920px;
	min-height: 500px;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	z-index: -1;
}

body:not(.home) .header_bg {
	display: none;
}

.header_image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 15% 15%;
}

.header_catch {
	max-width: 800px;
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 10px;
	display: none;
}

.header_catch_image {
	width: 100%;
}

#menu_button {
	display: none;
}

[for="menu_button"] {
	width: 70px;
	height: 70px;
	padding-top: 21px;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	line-height: 55px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	white-space: nowrap;
	border-radius: 1000px;
	background-color: rgba(230, 230, 230, 0.8);
	position: fixed;
	top: 26px;
	right: 13px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
	z-index: 99;
}

#menu_button:checked ~ [for="menu_button"] {
	
}

[for="menu_button"]::before,
[for="menu_button"]::after {
	content: "";
	width: calc(100% - 32px);
	line-height: 0;
	border-bottom: #000 solid 1.5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center;
	display: block;
	transition: margin 0.3s, transform 0.3s;
}

[for="menu_button"]::before {
	margin-top: -12px;
}

[for="menu_button"]::after {
	margin-top: -3px;
}

#menu_button:checked ~ [for="menu_button"]::before {
	margin-top: -7.5px;
	transform: translate(-50%, -50%) rotate(-18deg);
}

#menu_button:checked ~ [for="menu_button"]::after {
	margin-top: -7.5px;
	transform: translate(-50%, -50%) rotate(18deg);
}

.site_logo,
.site_logo * {
	margin: 0px;
	line-height: 0;
}

.site_logo a {
	display: inline-block;
}

.header_logo {
	max-width: calc(100vw - 44px);
	margin: 0px auto 10px;
}

.header_logo img {
	width: 280px;
	transform: translateX(-1%);
	display: inline-block;
}

body.home .header_logo img {
	filter: drop-shadow(0px 0px 4px #b5caeb) drop-shadow(0px 0px 4px #b5caeb) drop-shadow(0px 0px 4px #b5caeb) drop-shadow(0px 0px 4px #b5caeb);
}

.header_navigation {
	position: absolute;
	top: 30px;
	right: 0px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	gap: 18px;
	z-index: 9;
}

.header_menu_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	gap: 15px;
}

.header_menu_list a {
	color: #333;
	font-size: 18.5px;
	font-weight: 500;
	white-space: nowrap;
	position: relative;
	display: block;
}

body.home .header_menu_list a {
	color: #fff;
	font-weight: 400;
}

.header_sns {
	padding: 10px 25px;
	background-color: #fff;
	border-radius: 1000px;
	position: relative;
	display: flex;
	align-items: center;
}

body:not(.home) .header_sns {
	box-shadow: 0px 0px 5px #999;
}

.header_sns_title {
	margin-left: 2px;
	margin-right: 15px;
	color: #000;
	transform: translateY(2%);
}

.header_sns_list {
	margin: 0px;
	padding: 0px;
	display: flex;
}

.header_sns_list {
	margin: 0px auto;
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.header_sns_list li {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.header_sns_list a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	display: flex;
}

.header_sns_x a {
	transform: scale(0.9) translateX(13%);
}

.header_sns_youtube a {
	transform: scale(1.08);
}

.header_sns_tiktok a {
	transform: scale(0.96) translateX(-5%);
}

.header_post {
	width: 720px;
	position: absolute;
	bottom: 13vh;
	right: 0px;
	z-index: 1;
}

.header_posts_link {
	padding: 25px 0px 20px 62px;
	position: relative;
	display: block;
}

.header_posts_link:hover {
	opacity: 1;
}

.header_posts_link::before {
	content: "";
	width: 200vw;
	height: 100%;
	background-color: #fff;
	border-radius: 1000px;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	display: block;
	z-index: -1;
	transition: opacity 0.2s;
}

.header_posts_link:hover::before {
	opacity: 1;
}

.header_posts_meta {
	line-height: 1;
}

.header_posts_date {
	color: #c1d6eb;
	font-size: 55px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 0.75;
	white-space: nowrap;
	position: absolute;
	bottom: 7px;
	right: 0px;
	z-index: -1;
}

.header_posts_title {
	margin: 0px;
	color: #000;
	font-size: 28px;
	font-weight: 500;
}

#breadcrumb {
	line-height: 1.2;
}

#breadcrumb span,
#breadcrumb a {
	color: #333;
	font-size: 17px;
	font-weight: 500;
}

#breadcrumb a {
	color: #37b;
}

#breadcrumb span:nth-last-of-type(n + 2)::after {
	content: ">";
	margin: 0px 6px;
	transform: translateY(-6%);
	display: inline-block;
}

@media(max-width: 900px) {
	#header,
	#container,
	#footer {
		width: calc(100% - 30px);
	}
	
	#breadcrumb {
		margin-left: 5px;
	}
	
	#breadcrumb span:nth-last-of-type(n + 2)::after {
		margin: 0px 5px;
	}
}

@media(max-width: 840px) {
	.header_logo img {
		max-width: calc(100vw - 115px);
	}
	
	[for="menu_button"] {
		display: flex;
	}
	
	.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 a,
	body.home .header_menu_list a {
		color: #000;
	}
	
	.header_sns,
	body:not(.home) .header_sns {
		box-shadow: 0px 0px 5px #999;
	}
	
	.header_post {
		width: 100%;
		bottom: 13vh;
		left: 10px;
		right: auto;
	}
	
	.header_posts_link {
		padding: 32px 25px 29px 60px;
	}
	
	.header_posts_date {
		font-size: 65px;
		opacity: 1;
		bottom: 5px;
	}
}

@media(max-width: 667px) {
	.header_post {
		bottom: 12vh;
	}
}


@media(max-width: 600px) {
	body::before {
	opacity: 0.08;
		left: 55px;
	}
	
	#header {
		height: 205px;
	}
	
	.header_post {
		left: -5px;
	}
	
	.header_posts_link {
		padding: 27px 0px 25px 42px;
	}
	
	.header_posts_date {
        font-size: 55px;
		right: -8px;
	}
	
	.header_posts_title {
		font-size: 22px;
		font-weight: 600;
		line-height: 1.45;
	}
}

@media(max-width: 580px) {
	.header_navigation {
		gap: 20px;
	}
	
	.header_menu_list {
		width: 225px;
		display: block;
	}
	
	.header_menu_list a,
	body.home .header_menu_list a {
		padding: 12px 0px;
		font-size: 16.8px;
		font-weight: 500;
		position: relative;
	}

	.header_menu_list li:nth-last-of-type(n + 2) a::before,
	body.home .header_menu_list li:nth-last-of-type(n + 2) a::before {
		content: "";
		width: 100%;
		border-bottom: #333 solid 1.2px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		display: block;
	}
	
	.header_menu_list a::after,
	body.home .header_menu_list a::after {
		content: "→";
		width: 25px;
		height: 25px;
		color: #fff;
		font-size: 0.82em;
		font-weight: 900;
		border-radius: 1000px;
		background-color: #014099;
		position: absolute;
		top: 50%;
		right: 0px;
		transform: translateY(-50%);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.header_sns {
		padding: 19px 31px 18px;
		display: block;
	}
	
	.header_sns_title {
		margin: 0px auto 12px;
		font-weight: 500;
		text-align: center;
		line-height: 1;
		transform: none;
	}
	
	.header_sns_list {
		gap: 18px;
	}
	
	.header_posts_date {
		right: -10px;
	}
}

@media(max-width: 420px) {
	.header_posts_link {
		padding-left: 37px;
	}
}

#container {
	margin-bottom: 200px;
}

.front_lead_title {
	margin: 100px auto 75px;
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	text-shadow: 0px 0px 20px #000, 0px 0px 10px #999;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	opacity: 0;
	transform: translate(0px, 20px);
	transition: opacity 1s, transform 1s;
}

.front_lead_title.fade {
	opacity: 1;
	transform: translate(0px, 0px);
}

.front_lead_hito {
	font-size: 1.7em;
}

.front_lead {
	max-width: 800px;
	width: calc(100% - 60px);
	margin: 0px auto 100px;
	position: relative;
}

.front_lead::before {
	content: "";
	width: 3000px;
	height: 200%;
	background: url("img/triangle_bg.svg") no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	z-index: -1;
}

.front_lead p {
	font-size: 21px;
	line-height: 50px;
}

.front_lead_strong {
	font-size: 1.3em;
	font-weight: 700;
}

.front_lead_large {
	margin-left: -0.4em;
	color: #014099;
	font-size: 38px;
	font-weight: 800;
	white-space: nowrap;
	display: inline-block;
}

.button_type1 {
	margin: 0px auto 165px;
	text-align: center;
}

.button_type1_link{
	padding: 1.1em 1.5em 1em 1.8em;
	color: #014099;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	line-height: 1.5;
	border: #014099 solid 1.5px;
	border-radius: 1000px;
	display: inline-block;
	transition: color 0.2s, background-color 0.2s;
}

.button_type1_link:hover {
	color: #fff;
	background-color: #014099;
	opacity: 1;
}

.button_type1_link::after {
	content: "→";
	margin-left: 0.2em;
	font-weight: 700;
}

.front_video {
	max-width: 1080px;
	margin: 0px auto 100px;
	padding: 65px 0px;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.front_video::before {
	content: "";
	width: 100vw;
	height: 100%;
	background-color: #0072bd;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	z-index: -1;
}

.front_video > div {
	width: 31%;
	height: 600px;
	border: #eee solid 10px;
	border-radius: 30px;
	background-color: #fff;
	overflow: hidden;
}

.front_video iframe {
	width: 100%;
	height: 100%;
}

.heading_type1 {
	max-width: 900px;
	margin: 0px auto 70px;
	padding-top: 120px;
	color: #444;
	font-size: 50px;
	font-weight: 900;
	position: relative;
}

.heading_type1::before {
	color: #014099;
	font-size: 190px;
	font-weight: 900;
	line-height: 0.84;
	opacity: 0.35;
	position: absolute;
	bottom: 0px;
	right: -32px;
	display: block;
	z-index: -1;
}

.front_profile_title::before {
	content: "Profile";
	white-space: nowrap;
}

.front_nikki_title::before {
	content: "Diary";
	white-space: nowrap;
}

.heading_type2 {
	margin: 0px auto 50px;
	font-size: 42px;
	font-weight: 700;
	text-align: center;
}

.front_profile {
	max-width: 1120px;
	margin: 0px auto 100px;
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

.front_profile > div {
	position: relative;
}

.front_profile > div:nth-of-type(1) {
	width: 420px;
	flex: none;
}

.front_profile > div:nth-of-type(2) {
	flex: 2;
}

.front_profile_picture {
	opacity: 0;
	transform: translate(-20px, 0px);
	transition: opacity 1s, transform 1s;
	display: block;
}

.front_profile_picture.fade {
	opacity: 1;
	transform: translate(0px, 0px);
}

front_profile_image {
	width: 100%;
}

.front_profile_list {
	margin: 0px auto;
}

.front_profile_list > div {
	position: relative;
	display: flex;
	align-items: center;
}

.front_profile_list > div:nth-last-of-type(n + 2) {
	margin-bottom: 20px;
}

.front_profile_list dt,
.front_profile_list dd {
	margin: 0px;
	font-size: 21px;
	white-space: nowrap;
}

.front_profile_list dt {
	width: 150px;
	flex: none;
	line-height: 1.2;
}

.front_profile_sign {
	margin-top: 20px;
	padding-right: 5px;
	text-align: right;
}

.front_profile_sign img {
	width: 250px;
	opacity: 0.9;
}

.front_step {
	margin-bottom: 100px;
}

.front_nikki_title {
	max-width: 685px;
}

.front_news {
	max-width: 1150px;
	margin: 0px auto 100px;
}

.front_news_link {
	min-height: 415px;
	padding-left: 535px;
	padding-bottom: 85px;
	color: #000;
	position: relative;
	display: block;
}

.front_news_link:hover {
	opacity: 0.8;
}

.front_news_link::before {
	content: "";
	width: calc(100% + 12px);
	height: 3px;
	background-color: #9bd;
	border-radius: 1000px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	transform: translateY(50%);
	display: block;
}

.front_news_link::after {
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 1000px;
	background-color: #9bd;
	position: absolute;
	bottom: 0px;
	left: -17px;
	transform: translate(0%, 50%);
	display: block;
}

.front_news_thumbnail {
	max-width: 500px;
	width: 100%;
	height: 375px;
	overflow: hidden;
	background: url("img/logo.svg") no-repeat center / 70% auto, #eee;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: background 0.6s;
}

.front_news_thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s;
}

.front_news_link:hover .front_news_thumbnail img {
	transform: scale(1.08);
}

.front_news_date {
	color: #9bd;
	font-size: 85px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.05em;
	white-space: nowrap;
	position: absolute;
	bottom: 0px;
	right: -5px;
	display: inline-block;
}

.front_news_title {
	margin: 0px auto 25px;
	font-size: 35px;
	font-weight: 800;
	line-height: 1.45;
}

.front_news_excerpt p {
	margin: 0px auto;
	font-size: 21px;
}

.front_story_columns {
	margin: 0px auto 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
}

.front_story_columns > div:nth-of-type(2) {
	width: 48%;
	flex: none;
	opacity: 0;
	transition: opacity 1s, transform 1s;
}

.front_story_columns1 > div:nth-of-type(2),
.front_story_columns3 > div:nth-of-type(2) {
	transform: translate(20px, 0px);
}

.front_story_columns2 > div:nth-of-type(2) {
	transform: translate(-20px, 0px);
}

.front_story_columns > div:nth-of-type(2).fade {
	opacity: 1;
	transform: translate(0px, 0px);
}

.front_story_columns p {
	margin: 0px;
	font-size: 21px;
	line-height: 2.35;
}

.front_story_columns2 > div:nth-of-type(1) {
	order: 1;
}

.front_story_images {
	margin: 0px auto 100px;
	font-size: 0px;
	display: flex;
	justify-content: space-between;
}

.front_story_images img {
	 width: calc(50% - 20px);
}

.news_posts {
	margin: 0px auto 100px;
	display: flex;
	flex-wrap: wrap;
	gap: 80px 3.5%;
}

.news_posts_article {
	width: 31%;
	flex: none;
	position: relative;
}

.news_posts_link {
	padding-bottom: 78px;
	position: relative;
	display: block;
}

.news_posts_link:hover {
	opacity: 0.8;
}

.news_posts_meta {
	width: 100%;
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: -1;
}

.news_posts_meta::before {
	content: "";
	width: calc(100% + 8px);
	height: 2px;
	background-color: #9bd;
	border-radius: 1000px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	transform: translateY(50%);
	display: block;
}

.news_posts_meta::after {
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 1000px;
	background-color: #9bd;
	position: absolute;
	bottom: 0px;
	left: -2px;
	transform: translate(0%, 50%);
	display: block;
}

.news_posts_date {
	padding-right: 0.1em;
	padding-bottom: 0.25em;
	color: #9bd;
	font-size: 55px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.05em;
	white-space: nowrap;
	display: inline-block;
}

.news_posts_title {
	margin: 0px;
	padding: 0px 0.8%;
	color: #000;
	font-size: 26px;
	font-weight: 600;
}

.news_posts_thumbnail {
	width: 100%;
	height: 260px;
	margin-bottom: 32px;
	box-shadow: 4px 4px 8px #999;
	overflow: hidden;
	background: url("img/logo.svg") no-repeat center / 70% auto, #f0f0f0;
	transition: background 0.6s;
}

.news_posts_link:hover .news_posts_thumbnail {
	background: url("img/logo.svg") no-repeat center / 80% auto, #f0f0f0;
}

.news_posts_thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s;
}

.news_posts_link:hover .news_posts_thumbnail img {
	transform: scale(1.08);
}

.news_pagination {
	margin-bottom: 100px;
	text-align: center;
	white-space: nowrap;
}

.news_pagination_selects {
	margin-bottom: 18px;
	position: relative;
}

.news_pagination_select {
	margin-right: 3px;
	padding: 12px 25px 11px 22px;
	font-size: 30px;
	font-weight: 500;
	vertical-align: middle;
	line-height: 1;
	text-align: center;
	background-color: #fff;
	cursor: pointer;
	border: #666 solid 1.5px;
	border-radius: 15px;
	display: inline-block;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.news_pagination_text {
	font-size: 22px;
	font-weight: 500;
	vertical-align: middle;
	position: relative;
	transform: translateY(8%);
	display: inline-block;
}

.news_pagination_text::after {
	content: ">";
	margin-top: -1px;
	color: #666;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: -23px;
	transform: translateY(-50%) rotate(90deg) scaleX(0.5);
	z-index: 1;
}

.news_pagination_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.news_pagination_list a {
	color: #000;
	font-size: 25px;
	font-weight: 500;
}

.news_year {
	margin: 0px auto;
}

.news_year_title {
	margin-bottom: 32px;
	color: #014099;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 1px;
	white-space: nowrap;
	text-align: center;
	position: relative;
}

.news_year_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px 15px;
}

.news_year_list a {
	padding: 17px 24px 16.5px 32px;
	color: #014099;
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
	white-space: nowrap;
	border: #014099 solid 1.5px;
	border-radius: 1000px;
	opacity: 1;
	position: relative;
	display: inline-block;
	transition: color 0.2s, background-color 0.2s;
}

.news_year_list a:hover {
	color: #fff;
	background-color: #014099;
}

.report_posts {
	margin: 0px auto 100px;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 2%;
}

.report_posts_article {
	width: 23.5%;
	flex: none;
}

.report_posts_link {
	color: #fff;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	display: block;
}

.report_posts_meta {
	width: 100%;
	padding: 11px 5px 11px;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.report_posts_date {
	width: 100%;
	margin-bottom: 3px;
	font-size: 16.5px;
	letter-spacing: 0.01em;
	line-height: 1;
	white-space: nowrap;
	display: flex;
	justify-content: center;
}

.report_posts_title {
	margin: 0px auto;
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
	display: flex;
	justify-content: center;
}

.accounting_posts {
	max-width: 1000px;
	margin: 0px auto;
}

.accounting_posts_container {
	display: flex;
	align-items: center;
}

.accounting_posts_container:nth-last-of-type(n + 2) {
	margin-bottom: 35px;
}

.accounting_posts_title {
	width: 210px;
	margin: 0px;
	color: #444;
	font-size: 40px;
	font-weight: 600;
	font-family: "Murecho", serif;
	flex: none;
}

.accounting_posts_links {
	width: 100%;
}

.accounting_posts_link {
	width: 100%;
	padding: 6px 50px 6px 10px;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	display: inline-block;
	position: relative;
}

.accounting_posts_link::before,
.accounting_posts_link::after {
	content: "";
	position: absolute;
	display: block;
	z-index: -1;
}

.accounting_posts_link::before {
	width: 100%;
	border-bottom: #37b solid 1px;
	bottom: 0px;
	left: 0px;
}

.accounting_posts_link::after {
	content: "→";
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	border-radius: 10px;
	background-color: #37b;
	bottom: 5px;
	right: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.link_posts {
	max-width: 1000px;
	margin: 0px auto;
}

.link_posts_link {
	padding: 28px 85px 29px 0px;
	color: #000;
	display: block;
	position: relative;
}

.link_posts_link::before {
	content: "";
	width: 100%;
	height: 70px;
	background: url("img/external_link.svg") no-repeat center right / contain;
	opacity: 0.7;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	display: block;
}

.link_posts_link::after {
	content: "";
	width: 100%;
	border-bottom: #37b solid 1px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
}

.link_posts_title {
	margin: 0px auto 8px;
    color: #37b;
	font-size: 33px;
	font-weight: 500;
	line-height: 1.2;
}

.link_posts_description {
	margin: 0px;
	padding-left: 2px;
	line-height: 1.5;
}

.nav-links {
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-bottom: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.8%;
}

.nav-links > span,
.nav-links > a {
	width: 2em;
	height: 2em;
	text-align: center;
	color: #000;
	font-size: 30px;
	font-weight: 800;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-links > span.current {
	color: #fff;
	background-color: #014099;
}

.news_article {
	max-width: 720px;
	margin: 0px auto 80px;
}

.news_meta {
	margin-bottom: 20px;
	text-align: right;
	position: relative;
}

.news_sharelink {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.news_sharelink_title {
	margin: 0px auto 5px;
	font-size: 17px;
}

.news_sharelink_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 13px;
	transform: translateX(-1.5%);
}

.news_sharelink_facebook {
	transform: scale(1.08);
}

.news_sharelink_list img {
	width: 35px;
	display: inline-block;
}

.news_date {
	padding-bottom: 0.05em;
	color: #9bd;
	font-size: 100px;
	font-weight: 100;
	line-height: 1;
	letter-spacing: 0.05em;
	white-space: nowrap;
	position: relative;
	display: inline-block;
}

.news_date::before {
	content: "";
	width: 100vw;
	border-bottom: #9bd solid 2.5px;
	position: absolute;
	bottom: 0px;
	left: 6%;
	display: block;
	z-index: -1;
}

.news_title {
	margin: 0px;
	color: #000;
	font-size: 38px;
	font-weight: 500;
}

.news_back {
	text-align: center;
}

.news_back_button {
	padding: 26px 40px 28px;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	border: none;
	border-radius: 12px;
	background-color: #014099;
	cursor: pointer;
	transition: opacity 0.2s;
}

.news_back_button:hover {
	opacity: 0.6;
}

.headline {
	margin: 0px auto 70px;
	padding-bottom: 0.15em;
	color: #014099;
	font-size: 60px;
	text-align: center;
	line-height: 1.1;
	position: relative;
}

body.box .headline {
	font-weight: 800;
}

.headline::before {
	content: "";
	width: 100%;
	border-bottom: #014099 solid 1px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}

.vision_lead_title {
	margin: 100px auto;
	font-size: 50px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	display: none;
}

.vision_policies_title,
.vision_outline_title {
	margin: 0px auto;
	text-align: center;
}

.vision_policies_title img,
.vision_outline_title img {
	width: 100%;
}

.vision_policies_title {
	margin-bottom: -30px;
}

.vision_policies_title img {
	max-width: 650px;
	display: inline-block;
}

.vision_policies_heading,
.vision_policies_content {
	max-width: 920px;
	margin: 0px auto;
}

.vision_policies_heading {
	min-height: 220px;
	margin-bottom: 52px;
	padding-bottom: 15px;
	color: #333;
	font-size: 59px;
	font-weight: 600;
	line-height: 1.05;
	position: relative;
	display: flex;
	align-items: flex-end;
}

.vision_policies_heading1,
.vision_policies_heading3,
.vision_policies_heading5,
.vision_policies_heading7,
.vision_policies_heading9 {
	
}

.vision_policies_heading2,
.vision_policies_heading4,
.vision_policies_heading6,
.vision_policies_heading8 {
	text-align: right;
	justify-content: flex-end;
}

.vision_policies_heading::before {
	font-size: 3.1em;
	font-weight: 300;
	line-height: 0.75;
	white-space: nowrap;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	z-index: -1;
}

.vision_policies_heading1::before {content: "01";color: #e7a9ac;letter-spacing: 0.1em;left: auto;right: 0px;}
.vision_policies_heading2::before {content: "02";color: #b3d9bb;}
.vision_policies_heading3::before {content: "03";color: #d7c89b;left: auto;right: 0px;}
.vision_policies_heading4::before {content: "04";color: #f8bb99;}
.vision_policies_heading5::before {content: "05";color: #9bc8e4;left: auto;right: 0px;}
.vision_policies_heading6::before {content: "06";color: #e7a9ac;}
.vision_policies_heading7::before {content: "07";color: #b3d9bb;left: auto;right: 0px;}
.vision_policies_heading8::before {content: "08";color: #d7c89b;}
.vision_policies_heading9::before {content: "09";color: #f8bb99;left: auto;right: 0px;}

.vision_policies_heading::after {
	content: "";
	width: calc(100% + 30px);
	margin-left: -15px;
	border-bottom: #000 solid 8px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
}

.vision_policies_heading1::after {border-color: #e7a9ac;}
.vision_policies_heading2::after {border-color: #b3d9bb;}
.vision_policies_heading3::after {border-color: #d7c89b;}
.vision_policies_heading4::after {border-color: #f8bb99;}
.vision_policies_heading5::after {border-color: #9bc8e4;}
.vision_policies_heading6::after {border-color: #e7a9ac;}
.vision_policies_heading7::after {border-color: #b3d9bb;}
.vision_policies_heading8::after {border-color: #d7c89b;}
.vision_policies_heading9::after {border-color: #f8bb99;}

.vision_policies_list {
	max-width: 920px;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}

.vision_policies_list li {
	padding-left: 1.7em;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	position: relative;
}

.vision_policies_list li::before {
	content: "●";
	transform: scale(1.85);
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
}

.vision_policies_list1 li::before {color: #e7a9ac;}
.vision_policies_list2 li::before {color: #b3d9bb;}
.vision_policies_list3 li::before {color: #d7c89b;}
.vision_policies_list4 li::before {color: #f8bb99;}
.vision_policies_list5 li::before {color: #9bc8e4;}
.vision_policies_list6 li::before {color: #e7a9ac;}
.vision_policies_list7 li::before {color: #b3d9bb;}
.vision_policies_list8 li::before {color: #d7c89b;}
.vision_policies_list9 li::before {color: #f8bb99;}

.vision_policies_list li:nth-last-of-type(n + 2) {
	margin-bottom: 30px;
}

.vision_policies_content {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5;
}

.vision_outline_title {
	margin-top: 180px;
}

.vision_outline_title img {
	max-width: 1000px;
}

.vision_outline_heading {
	max-width: 500px;
	margin: 120px auto 80px;
	padding: 0.85em 1em 0.75em;
	font-size: 38px;
	color: #fff;
	white-space: nowrap;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.vision_outline_heading::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #333;
	border-radius: 1000px;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	z-index: -1;
}

.vision_outline_heading1::before {
		background-color: #da516c;
}

.vision_outline_heading2::before {
		background-color: #014099;
}

.vision_outline_list,
.vision_outline_sublist {
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}

.vision_outline_list {
	max-width: 960px;
}

.vision_outline_sublist {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.vision_outline_list li {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.6;
	position: relative;
}

.vision_outline_list > li {
	padding-left: 2.6em;
}

.vision_outline_list > li:nth-last-of-type(n + 2) {
	margin-bottom: 1em;
}

.vision_outline_list > li::before {
	content: "";
	width: 2em;
	height: 2em;
	background: url('img/check.svg') no-repeat center / contain;
	position: absolute;
	top: 0px;
	left: 0px;
	transform: translateY(-20%);
	display: block;
}

.vision_outline_list1 > li::before {
	background: url('img/check_red.svg') no-repeat center / contain;
}

.vision_outline_list2 > li::before {
	background: url('img/check_blue.svg') no-repeat center / contain;
}

.vision_outline_sublist > li {
	padding-left: 1.75em;
}

.vision_outline_sublist > li::before {
	content: "●";
	color: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	transform: scale(1.5);
	display: block;
}

.vision_outline_sublist1 > li::before {
	color: #da516c;
}

.vision_outline_sublist2 > li::before {
	color: #014099;
}

.vision_outline_sublist > li:nth-last-of-type(n + 2) {
	margin-bottom: 0.5em;
}

.history_timeline_block {
	margin-left: 40px;
	padding: 35px 380px 20px 65px;
	border-left: #809fcc solid 2px;
	position: relative;
}

.history_timeline_block::before {
	content: "";
	width: 70px;
	height: 70px;
	border-radius: 1000px;
	background-color: #809fcc;
	pointer-events: none;
	position: absolute;
	top: 0px;
	left: -2px;
	transform: translate(-50%, -50%);
	display: block;
	z-index: 1;
}

.history_timeline_arrow {
	padding-bottom: 45px;
}

.history_timeline_arrow::after {
	content: "…";
	color: #809fcc;
	font-size: 80px;
	line-height: 0;
	position: absolute;
	bottom: -0.4em;
	left: -0.035em;
	transform: rotate(90deg);
	display: block;
}

.history_timeline_year {
	margin-right: -20px;
	color: #014099;
	font-size: 140px;
	font-weight: 300;
	font-style: italic;
	line-height: 0.7;
	letter-spacing: 0.01em;
	white-space: nowrap;
	opacity: 0;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translate(5%, -50%);
	z-index: -1;
	transition: margin 1s, opacity 1s;
}

.history_timeline_year.fade {
	margin-right: 0px;
	opacity: 0.5;
}

.history_timeline_year::after {
	content: ".";
}

.history_timeline_block p {
	margin: 0px auto 20px;
	font-size: 20px;
}

.history_timeline_block strong {
	font-size: 1.15em;
	font-weight: 700;
	font-family: "Murecho", serif;
	line-height: 1.5;
}

.box_leaflet {
	max-width: 900px;
	margin: 0px auto 100px;
}

.box_leaflet a {
	display: block;
}

.box_leaflet a:hover {
	opacity: 0.8;
}

.box_terms {
	margin: 0px auto 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 45px;
}

.box_terms > div:nth-of-type(2) {
	flex: 1;
}

.box_terms_title {
	margin: 0px auto;
	padding-left: 1.05em;
	font-size: 35px;
	font-weight: 700;
	position: relative;
}

.box_terms_title::before {
	content: "";
	width: 0.5em;
	height: 100%;
	border-radius: 3px;
	background-color: #014099;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}

.box_terms_text {
	margin: 0px auto;
}

.box_photos {
	margin: 0px auto 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box_photos > div {
	width: 31%;
	overflow: hidden;
}

.box_photos a {
	display: block;
	transition: transform 0.6s, opacity 0.2s;
}

.box_photos a:hover {
	opacity: 0.9;
	transform: scale(1.05);
}

.box_gogai_link {
	display: flex;
	justify-content: space-between;
	gap: 2%;
}

.box_gogai_link > div {
	flex: 1;
}

.support_sns_list {
	margin: 0px auto 100px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px 0px;
}

.support_sns_list li {
	width: calc(33.3% - 5px);
	height: 69px;
	border-radius: 10px;
}

.support_sns_list a,
.support_sns_list button {
	width: 100%;
	height: 100%;
	padding-top: 0.02em;
	color: #fff;
	font-size: 26px;
	background-color: transparent;
	border: #000 solid 1.5px;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: color 0.2s, background-color 0.2s;
}

.support_sns_list a:hover,
.support_sns_list button:hover {
	opacity: 1;
}

.support_sns_x a {
	color: #000;
	border-color: #000;
}

.support_sns_x a:hover {
	color: #fff;
	background-color: #000;
}

.support_sns_facebook a {
	color: #0866ff;
	border-color: #0866ff;
}

.support_sns_facebook a:hover {
	color: #fff;
	background-color: #0866ff;
}

.support_sns_instagram a {
	color: #8f1cee;
	border-color: #8f1cee;
}

.support_sns_instagram a:hover {
	color: #fff;
	background-color: #8f1cee;
}

.support_sns_youtube a {
	color: #f03;
	border-color: #f03;
}

.support_sns_youtube a:hover {
	color: #fff;
	background-color: #f03;
}

.support_sns_tiktok a {
	color: #000;
	border-color: #000;
}

.support_sns_tiktok a:hover {
	color: #fff;
	background-color: #000;
}

.support_sns_url button {
	color: #393;
	border-color: #393;
}

.support_sns_url button:hover {
	color: #fff;
	background-color: #393;
}

.support_sns_list a::after,
.support_sns_list button::after {
	content: "";
	width: 30px;
	height: 30px;
	margin-left: 8px;
	vertical-align: middle;
	display: inline-block;
	transition: filter 0.2s;
}

.support_sns_list a:hover::after,
.support_sns_list button:hover::after {
	filter: brightness(0) invert(1);
}

.support_sns_x a::after {background: url('img/icon_x.svg') no-repeat center / contain;transform: scale(0.9);}
.support_sns_youtube a::after {background: url('img/icon_youtube.svg') no-repeat center / contain;}
.support_sns_tiktok a::after {background: url('img/icon_tiktok.svg') no-repeat center / contain;transform: translateY(-2%);}
.support_sns_facebook a::after {background: url('img/icon_facebook.svg') no-repeat center / contain;}
.support_sns_instagram a::after {background: url('img/icon_instagram.svg') no-repeat center / contain;}
.support_sns_url button::after {background: url('img/icon_url.svg') no-repeat center / contain;}

.support_share_banners {
	max-width: 960px;
	margin: 0px auto 75px;
	display: flex;
	justify-content: space-between;
}

.support_share_banner {
	width: calc(50% - 15px);
	flex: none;
	position: relative;
}

.support_share_link1,
.support_share_banner img {
	width: 100%;
	display: block;
}

.support_share_link1{
	margin-bottom: 30px;
}

.support_share_link2 {
	max-width: 260px;
	width: 100%;
	margin: 0px auto;
	padding: 0.8em 1em 0.8em 1em;
	color: #014099;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.5;
	white-space: nowrap;
	border: #014099 solid 1.5px;
	border-radius: 1000px;
	display: block;
	transition: color 0.2s, background-color 0.2s;
}

.support_share_link2:hover {
	color: #fff;
	background-color: #014099;
	opacity: 1;
}

.support_share_sns {
	max-width: 685px;
	margin: 0px auto 82px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.support_share_text {
	margin: 0px;
	color: #014099;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.35;
	white-space: nowrap;
}

.support_share_text::before {
	content: "";
	width: 2.8em;
	height: 2.8em;
	margin-right: 0.55em;
	vertical-align: middle;
	background: url("img/check2.svg") no-repeat center / contain;
	transform: translateY(-8%);
	display: inline-block;
}

.support_share_text::after {
	content: "→";
	margin-left: 0.35em;
	font-size: 1.2em;
	transform: translateY(1%);
	display: inline-block;
}

.support_share_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	transform: translateY(-5%);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.support_share_list img {
	width: 60px;
}

.support_share_x img {
	transform: scale(0.88) translateY(2%);
}

.support_koenkai {
	max-width: 1025px;
	margin: -50px auto 0px;
	position: relative;
	display: flex;
	gap: 15px;
	align-items: center;
}

.support_koenkai::before {
	content: "";
	width: 100vw;
	height: calc(100% - 80px);
	margin-top: 5px;
	background-color: #014099;
	opacity: 0.08;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	z-index: -1;
}

.support_koenkai_lead {
	margin: 0px auto 20px;
	font-size: 19px;
	font-weight: 700;
	line-height: 36px;
}

.support_koenkai_lead::first-letter {
	margin-right: 1px;
	font-size: 65px;
	font-weight: 700;
}

.support_koenkai_yamatoshihiro {
	margin-right: 3px;
	color: #014099;
	font-size: 32px;
	font-weight: 900;
	letter-spacing: -1.5px;
}

.support_koenkai_list {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.support_koenkai_list li:nth-last-of-type(n + 2) {
	margin-bottom: 10px;
}

.support_koenkai_chara {
	width: 210px;
	flex: none;
}

.support_koenkai_button {
	margin: 0px auto 100px;
}

.support_koenkai_link {
	white-space: nowrap;
}

.support_volunteer_columns {
	margin: -10px auto 60px;
	display: flex;
	align-items: center;
}

.support_volunteer_columns > div:nth-of-type(1) {
	width: 425px;
	margin-right: 55px;
	flex: none;
}

.support_volunteer_image {
	width: 100%;
	border-radius: 120px;
}

.support_volunteer_text {
	margin: 0px auto 50px;
	font-size: 20px;
}

.support_volunteer_button {
	margin-bottom: 0px;
}

.support_volunteer_link {
	font-size: 23px;
	white-space: nowrap;
}

.support_donate_text1 {
	margin: 0px auto 12px;
	color: #014099;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	display: flex;
	justify-content: center;
}

.support_donate_text2 {
	max-width: 882px;
	margin: 0px auto 55px;
	font-size: 20px;
}

.office_office_columns {
	margin-top: -60px;
	margin-bottom: 80px;
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
}

.office_office_columns > div:nth-of-type(1) {
	width: 45%;
	padding: 0px 20px 25px 0px; 
	position: relative;
	flex: none;
}

.office_office_columns > div:nth-of-type(1)::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	z-index: -1;
}

.office_office_kokkai > div:nth-of-type(1)::before {
	width: 400px;
	height: 400px;
	opacity: 0.5;
	background: url("img/icon_kokkai.svg") no-repeat bottom left / contain;
}

.office_office_toyama > div:nth-of-type(1)::before {
	width: 430px;
	height: 430px;
	opacity: 0.6;
	background: url("img/icon_toyama.svg") no-repeat bottom left / contain;
}

.office_office_columns > div:nth-of-type(2) {
	width: 55%;
	min-height: 400px;
	overflow: hidden;
	flex: none;
}

.office_office_columns iframe {
	width: 100%;
	height: 100%;
}

.office_office_title {
	margin: 0px 0px 42px -2px;
	font-size: 45px;
	font-weight: 500;
	position: relative;
}

.office_office_title::before {
	content: "";
	width: 160px;
	height: 160px;
	margin-top: -5px;
	opacity: 0.2;
	border-radius: 1000px;
	background-color: #809fcc;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translate(-50%, -50%);
	display: block;
	z-index: -1;
}

.office_office_address {
	text-shadow: 0px 0px 10px #fff;
}

.office_office_postcode,
.office_office_jusho {
	font-size: 23px;
}

.office_office_jusho {
	margin-bottom: 30px;
}

.office_office_fax,
.office_office_tel {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1px;
}

.office_office_tel a {
	color: inherit;
}

body.privacy-policy .entry-content {
	max-width: 1150px;
	margin: 0px auto;
}

body.privacy-policy .entry-content h2 {
	margin: 100px auto 80px;
	font-size: 38px;
	font-weight: 500;
	font-family: "Murecho", serif;
}

body.privacy-policy .entry-content ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

body.privacy-policy .entry-content ul li:nth-last-of-type(n + 2) {
	margin-bottom: 8px;
}

.contact_form {
	max-width: 900px;
	margin: 0px auto;
}

.contact_form p,
.contact_form label {
	position: relative;
	display: block;
}

.contact_form p {
	margin: 0px 0px 18px;
}

.contact_form_header {
	font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.contact_form_header + span {
	min-height: 55.5px;
	margin-left: 260px;
	display: flex;
	align-items: center;
}

.contact_form_required {
	margin-right: 11px;
	padding: 5px 8px;
	color: #fff;
	font-size: 17px;
	background-color: #f66;
	border-radius: 5px;
}

.contact_form [type="text"],
.contact_form [type="tel"],
.contact_form [type="email"],
.contact_form textarea {
	width: 100%;
	padding: 12px 25px;
	font-size: 21px;
	line-height: 1.5;
	border: none;
	background-color: #eee;
}

.contact_form [type="checkbox"] {
	display: none;
}

.contact_form [type="checkbox"] + span {
	padding-left: 36px;
	cursor: pointer;
}

.contact_form [type="checkbox"] + span::before {
	content: "";
	width: 28px;
	height: 28px;
	background-color: #fff;
	border: #999 solid 1px;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	display: inline-block;
}

.contact_form [type="checkbox"]:checked + span::before {
	background: url("img/check.svg") no-repeat center / contain;
}

.contact_form_buttons {
	text-align: center;
}

.contact_form_confirm,
.contact_form_back,
.contact_form_submit {
	width: 250px;
	height: 120px;
	margin: 10px;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 120px;
	border: none;
	border-radius: 8px;
	background-color: #014099;
	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_hidden {
	display: none !important;
}

.contact_form_confirmation [type="checkbox"]:not(:checked) ~ * {
	display: none !important;
}

.contact_form_confirmation [type="checkbox"] + span {
	translate: -36px 0em;
	display: inline-block;
}

.contact_form_value ~ * {
	display: none !important;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output,
.wpcf7-spinner {
	display: none !important;
}

#thanks {
	max-width: 300px;
	width: 100%;
	padding: 20px 32px 18px;
	line-height: 1.8;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 5px #ccc;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

@media(max-width: 1260px) {
	.front_story_columns {
		gap: 40px;
	}
	
	.front_story_columns p {
		font-size: 19px;
		line-height: 2.2;
	}
}

@media(max-width: 1240px) {
	.front_news_link {
		min-height: 385px;
		padding-left: 492px;
	}
	
	.front_news_thumbnail {
		max-width: 450px;
		height: 335px;
	}
	
	.front_news_title {
		margin-bottom: 15px;
		font-size: 34px;
	}
	
	.front_news_excerpt p {
		font-size: 19px;
	}
}

@media(max-width: 1200px) {
	.front_video > div {
		height: 50vw;
	}
	
	.news_posts {
		gap: 80px 4%;
	}
	
	.news_posts_article {
		width: 48%;
	}
}

@media(max-width: 1160px) {
	.box_terms {
		gap: 30px;
	}
}

@media(max-width: 1120px) {
	.front_profile {
		gap: 42px;
	}
	
	.front_profile > div:nth-of-type(1) {
		width: 400px;
	}
	
	.front_profile_list > div:nth-last-of-type(n + 2) {
		margin-bottom: 18px;
	}
	
	.front_profile_list dt,
	.front_profile_list dd {
		font-size: 19px;
	}
	
	.front_profile_list dt {
		width: 135px;
	}
	
	.front_profile_sign {
		right: 0px;
	}
	
	.front_news_link {
		padding: 0px 0px 75px;
	}
	
	.front_news_thumbnail {
		max-width: 800px;
		width: 100%;
		height: 500px;
		margin: 0px auto 55px;
		position: static;
	}
	
	.front_news_title {
		margin-bottom: 18px;
	}
	
	.front_news_date {
		font-size: 75px;
	}
	
	.history_timeline_block {
		padding-left: 55px;
		padding-right: 265px;
	}
	
	.history_timeline_block::before {
		width: 65px;
		height: 65px;
	}
	
	.history_timeline_block p {
		font-size: 19px;
	}
	
	.history_timeline_year {
		font-size: 100px;
	}
	
	.support_koenkai_lead {
		margin-bottom: 15px;
		line-height: 35px;
	}
	
	.support_koenkai_lead br {
		display: none;
	}
	
	.support_koenkai_list li {
		font-size: 17px;
	}
	
	.support_koenkai_list li:nth-last-of-type(n + 2) {
		margin-bottom: 8px;
	}
}

@media(max-width: 1080px) {
	.front_profile {
		gap: 36px;
	}
	
	.front_profile > div:nth-of-type(1) {
		width: 350px;
	}
	
	.front_profile_list dt {
		width: 130px;
	}
	
	.front_profile_sign {
		bottom: -42px;
		right: -10px;
	}
	
	.front_profile_sign img {
		max-width: none;
		width: 210px;
	}
    
	.office_office_columns {
		padding-top: 100px;
		display: block;
	}
	
	.support_koenkai {
		display: block;
		margin: 0px auto 35px;
		padding: 50px 0px;
	}
	
	.support_koenkai::before {
		height: 100%;
	}
	
	.support_koenkai > div:nth-of-type(1) {
		padding-right: 155px;
		position: relative;
		z-index: 1;
	}
	
	.support_koenkai_chara {
		width: 180px;
		position: absolute;
		top: 50%;
		right: -35px;
		transform: translateY(-49%);
	}
	
	.support_volunteer_columns {
		max-width: 800px;
		display: block;
	}
	
	.support_volunteer_columns > div:nth-of-type(1) {
		max-width: 500px;
		width: calc(100% - 16px);
		margin: 0px auto 45px;
	}
	
	.support_volunteer_image {
		border-radius: 25%;
	}
	
	.office_office_columns > div:nth-of-type(n) {
		max-width: 950px;
		width: 100%;
		margin: 0px auto;
		padding: 0px;
	}
	
	.office_office_columns > div:nth-of-type(1) {
		margin-bottom: 35px;
	}
	
	.office_office_columns > div:nth-of-type(2) {
		height: 300px;
	}
	
	.office_office_columns > div:nth-of-type(1)::before {
		width: 100%;
		height: calc(100% + 40px);
		background-position: center right;
	}
	
	.office_office_toyama > div:nth-of-type(1)::before {
		bottom: -10px;
	}
	
	.office_office_title {
		margin-bottom: 18px;
	}
	
	.office_office_jusho {
		margin-bottom: 12px;
	}
}

@media(max-width: 1020px) {
	.front_profile_title::before {
		right: -20px;
		font-size: 18vw;
	}
	
	.front_nikki_title::before {
		left: 225px;
		right: auto;
		font-size: 18vw;
	}
	
	.front_story_columns {
		gap: 30px;
	}
	
	.front_story_columns p {
		font-size: 18px;
		line-height: 2;
	}
}

@media(max-width: 1000px) {
	.front_profile_list dt,
	.front_profile_list dd {
		font-size: 18px;
	}
	
	.front_profile_list dt {
		width: 125px;
	}
    
	.box_terms_text br {
		display: none;
	}
}

@media(max-width: 960px) {
	.front_profile > div:nth-of-type(1) {
		width: 320px;
	}
	
	.front_profile_list > div:nth-last-of-type(n + 2) {
		margin-bottom: 15px;
	}
	
	.front_profile_sign {
		bottom: -50px;
	}
	
	.vision_policies_heading {
		font-size: 52px;
	}
	
	.vision_policies_list li {
		font-size: 22px;
	}
	
	.vision_policies_list li:nth-last-of-type(n + 2) {
		margin-bottom: 20px;
	}
}

@media(max-width: 900px) {
	.front_lead p {
		font-size: 20px;
		line-height: 45px;
	}
	
	.front_video > div {
		width: 32%;
		height: 54vw;
	}
	
	.front_profile {
		gap: 28px;
	}
	
	.front_profile_title {
		margin-bottom: 30px;
	}
	
	.front_profile_title::before {
		font-size: 180px;
		opacity: 0.25;
		right: -5px;
	}
	
	.front_profile_list dt {
		width: 122px;
	}
	
	.front_profile_sign {
		right: 0px;
	}
	
	.front_nikki_title {
		max-width: 76vw;
	}
	
	.front_nikki_title::before {
		font-size: 180px;
		opacity: 0.25;
		left: auto;
		right: -5px;
	}
	
	.front_news_link::before {
		width: calc(100% + 8px);
	}
	
	.front_news_link::after {
		width: 15px;
		height: 15px;
		left: -2px;
	}
	
	.front_news_excerpt p {
		font-size: 18px;
	}
	
	.history_timeline_block {
		margin-left: 35px;
		padding-left: 45px;
	}
	
	.history_timeline_year {
		right: 8px;
	}
	
	.box_photos > div {
		width: 32%;
	}
	
	.support_koenkai > div:nth-of-type(1) {
		padding: 0px;
	}
	
	.support_koenkai_lead {
		padding-right: 135px;
		font-size: 18px;
	}
	
	.support_koenkai_chara {
		right: -23px;
		top: auto;
		bottom: 50%;
		transform: none;
	}
}

@media(max-width: 860px) {
	.front_profile_list dt,
	.front_profile_list dd {
		font-size: 17px;
	}
}

@media(max-width: 840px) {
	.front_video > div {
		border-width: 8px;
	}
	
	.front_profile {
		max-width: 520px;
		width: calc(100% - 45px);
		display: block;
	}
	
	.front_profile > div:nth-of-type(1) {
		max-width: 100%;
		width: 100%;
		margin-bottom: 40px;
	}
	
	.front_profile_list > div:nth-last-of-type(n + 2) {
		margin-bottom: 20px;
	}
	
	.front_profile_list dt,
	.front_profile_list dd {
		font-size: 19px;
		white-space: normal;
	}
	
	.front_profile_sign {
		margin-top: 18px;
		background-color: #fff;
	}
	
	.front_story_columns {
		max-width: 600px;
		margin-bottom: 80px;
		flex-direction: column;
	}
	
	.front_story_columns > div:nth-of-type(1) {
		order: 1;
	}
	
	.front_story_columns > div:nth-of-type(2) {
		width: 100%;
	}
	
	.front_story_columns p {
		font-size: 17px;
	}
	
	.news_posts_link {
		padding-bottom: 75px;
	}

	.news_posts_thumbnail {
		height: 220px;
		margin-bottom: 28px;
	}
	
	.news_posts_title {
		font-size: 24px;
	}
	
	.news_posts_date {
		font-size: 50px;
	}
	
	.report_posts {
		gap: 15px;
	}
	
	.report_posts_article {
		width: calc(50% - 7.5px);
	}
	
	.headline {
	    font-size: 53px;
	}
	
	.heading_type2 {
		font-size: 37px;
	}
	
	.history_timeline_block {
		padding: 52px 0px 90px 42px;
	}
	
	.history_timeline_year {
		top: -36px;
		right: 5px;
		transform: none;
	}
	
	body.history .entry-content {
		padding-top: 15px;
	}
	
	.box_terms {
		display: block;
	}
	
	.box_terms_title {
		margin-bottom: 18px;
		font-size: 31px;
	}
	
	.support_sns_list li {
		width: calc(50% - 6px);
	}
	
	.support_share_banner {
		width: calc(50% - 3px);
	}
	
	.support_koenkai > div:nth-of-type(1) {
		padding: 0px;
	}
}

@media(max-width: 760px) {
	.front_news_thumbnail {
		height: 380px;
	}
	
	.box_terms_text {
		font-size: 17px;
	}
	
	.support_share_sns {
		display: block;
	}
	
	.support_share_text {
		margin: 0px auto 45px;
		text-align: center;
	}
	
	.support_share_text::before {
		margin: 0px auto;
		display: block;
	}
	
	.support_share_text::after {
		content: none;
	}
	
	.support_share_list {
		width: 100%;
		text-align: center;
		display: block;
	}
	
	.support_share_list li {
		display: inline-block;
	}
	
	.support_share_list li:nth-last-of-type(n + 2) {
		margin-right: 8px;
	}
}

@media(max-width: 667px) {
	.front_lead {
		width: 100%;
		margin-bottom: 90px;
	}
	
	.front_lead p {
		font-size: 18px;
		line-height: 38px;
	}
	
	.front_lead_large {
		font-size: 30px;
	}
	
	.button_type1 {
		margin-bottom: 135px;
	}
	
	.button_type1_link {
		font-size: 22px;
	}
	
	.front_step {
		margin-bottom: 50px;
	}
	
	.front_nikki {
		margin-bottom: 120px;
	}
	
	.front_news_title {
		font-size: 30px;
	}
	
	.front_news_excerpt p {
		font-size: 17px;
	}
	
	.nav-links > span,
	.nav-links > a {
		font-size: 26px;
	}
	
	.front_video {
		padding: 65px 0px 60px;
		justify-content: center;
		flex-wrap: wrap;
		gap: 30px 15px;
	}
	
	.front_video > div {
		width: calc(50% - 7.5px);
		height: 81vw;
	}
	
	.front_video > div:nth-of-type(3) {
		width: 100%;
		height: 165vw;
	}
	
	.front_profile_sign {
		right: 10px;
		left: auto;
	}
	
	.report_posts {
		width: calc(100% + 10px);
		margin-left: -5px;
		gap: 10px;
	}
	
	.report_posts_article {
		width: calc(50% - 5px);
	}
	
	.report_posts_link {
		border-radius: 15px;
	}
	
	.report_posts_meta {
		padding-top: 7px;
		padding-bottom: 7px;
	}
	
	.report_posts_date {
		font-size: 15.5px;
	}
	
	.report_posts_title {
		font-size: 18px;
	}
	
	.vision_policies_title {
		margin-bottom: 0px;
	}
	
	.vision_policies_heading {
		min-height: 28vw;
		font-size: 7.8vw;
	}
	
	.vision_policies_list li {
		font-size: 18px;
	}
	
	.vision_policies_content {
		font-size: 23px;
	}
	
	.vision_outline_title {
		margin-top: 120px;
		margin-bottom: 150px;
	}
	
	.vision_outline_title img {
		max-width: 500px;
		width: calc(100% - 10px);
	}
	
	.vision_outline_list li {
		font-size: 19px;
	}
	
	.vision_outline_list > li:nth-last-of-type(n + 2) {
		margin-bottom: 1.2em;
	}
	
	.news_posts {
		gap: 80px 3%;
	}
	
	.news_posts_article {
		width: 48.5%;
	}
	
	.news_posts_thumbnail {
		margin-bottom: 26px;
	}
	
	.news_meta {
		margin-bottom: 15px;
		text-align: left;
	}
	
	.news_date {
		padding-left: 112px;
		font-size: calc(19.5vw - 21px);
		font-weight: 300;
		letter-spacing: 0.03em;
	}
	
	.news_date::before {
		left: 105px;
	}
	
	.news_title {
		margin-bottom: 28px;
		font-size: 32px;
	}
	
	.headline {
		font-size: 45px;
	}
	
	.heading_type2 {
		font-size: 32px;
	}
	
	.accounting_posts_container {
		display: block;
	}
	
	.accounting_posts_container:nth-last-of-type(n + 2) {
		margin-bottom: 38px;
	}
	
	.accounting_posts_link {
		padding: 10px 50px 10px 0px;
		font-size: 24.5px;
	}
	
	.accounting_posts_title {
		margin-bottom: -2px;
		margin-left: -5px;
		font-size: 28px;
	}
	
	body.history .entry-content {
		padding-top: 25px;
	}
	
	.history_timeline_block {
		margin-left: 15px;
		padding-left: 20px;
	}
	
	.history_timeline_block::before {
		width: 50px;
		height: 50px;
	}
	
	.history_timeline_year {
		font-size: 90px;
		top: -33px;
	}
	
	.history_timeline_block p {
		font-size: 17px;
	}
	
	.box_terms_title {
		font-size: 27px;
	}

	.box_photos {
		justify-content: center;
		gap: 1.7vw 2%;
	}
	
	.box_photos > div {
		width: 49%;
	}
	
	.support_share_banners {
		display: block;
	}
	
	.support_share_banner {
		width: 100%;
		margin-bottom: 60px;
	}
	
	.support_koenkai_lead {
		margin-bottom: 20px;
		padding-right: 100px;
		font-size: 17px;
		font-weight: 500;
		line-height: 32px;
		text-indent: -0.3em;
	}
	
	.support_koenkai_chara {
		width: 130px;
		bottom: 53%;
	}
	
	.support_volunteer_text {
		font-size: 18px;
	}
	
	.support_donate_text1 {
		font-size: 25px;
	}
	
	.support_donate_text2 {
		font-size: 18px;
	}
	
	.office_office_title {
		font-size: 39px;
	}
	
	office_office_postcode,
	.office_office_jusho {
		font-size: 20px;
	}
	
	.office_office_fax,
	.office_office_tel {
		font-size: 25px;
	}
	
	.link_posts {
		margin-top: -30px;
	}
	
	.link_posts_link {
		padding-right: 75px;
	}
	
	.link_posts_title {
		font-size: 32px;
	}
	
	.link_posts_description {
		font-size: 17px;
	}
	
	body.privacy-policy .entry-content h2 {
		font-size: 32px;
	}
}

@media(max-width: 600px) {
	.front_profile_title::before {
		font-size: 30vw;
		left: -5px;
		right: auto;
		bottom: 24px;
	}
	
	.front_profile {
		width: 100%;
	}
	
	.front_profile_list dt,
	.front_profile_list dd {
		font-size: 16px;
	}
	
	.front_profile_list dt {
		width: 105px;
	}
    
	.front_profile_sign {
		left: auto;
		right: 0px;
	}
	
	.front_profile_sign img {
		width: 190px;
	}
	
	.front_nikki_title {
		max-width: 100%;
		margin-bottom: 35px;
	}
	
	.front_nikki_title::before {
		bottom: 24px;
		left: -5px;
		right: auto;
	}
	
	.front_news_link {
		padding-bottom: 75px;
	}
	
	.front_news_thumbnail {
		height: 220px;
		margin-bottom: 36px;
	}
	
	.front_news_title {
		margin-bottom: 8px;
		padding: 0px 0.8%;
		font-size: 25px;
		font-weight: 600;
		line-height: 1.35;
	}
	
	.front_news_date {
		padding-right: 0.1em;
		padding-bottom: 0.25em;
		font-size: 55px;
	}
	
	.front_news_excerpt {
		padding: 0px 0.8%;
	}
	
	.front_news_excerpt p {
		font-size: 15.5px;
		line-height: 1.8;
	}
	
	.news_posts {
		gap: 80px;
	}
	
	.news_posts_article {
		max-width: 500px;
		width: 100%;
		margin: 0px auto;
	}
	
	.news_article {
		margin-top: 5px;
	}
	
	.news_sharelink {
		transform: scale(0.85);
		transform-origin: center left;
	}
	
	.news_sharelink_title {
		font-weight: 500;
	}
	
	.news_date {
		padding-left: 93px;
		font-size: calc(20vw - 22px);
	}
	
	.support_sns_list li {
		width: calc(50% - 4px);
		height: 60px;
	}
	
	.support_sns_list a,
	.support_sns_list button {
		font-size: 23px;
	}
}

@media(max-width: 570px) {
	.front_lead_title {
		font-size: 10.5vw;
	}
}

@media(max-width: 520px) {
	.news_title {
		font-size: 28px;
	}
	
	body.privacy-policy .headline {
		width: 290px;
		padding-left: 15px;
		text-align: left;
		display: flex;
		justify-content: center;
	}
	
	body.privacy-policy .headline::before {
		width: calc(100vw - 30px);
	}
	
	.box_photos {
		display: block;
	}
	
	.box_photos > div {
		width: 100%;
		text-align: center;
	}
	
	.box_photos > div:nth-last-of-type(n + 2) {
		margin-bottom: 15px;
	}
	
	.box_gogai_link {
		display: block;
	}
	
	.box_gogai_link > div:nth-last-of-type(n + 2) {
		margin-bottom: 15px;
	}
	
	.support_sns_list li {
		width: 100%;
	}
	
	.support_sns_title {
		text-indent: -0.2em;
	}
	.support_sns_title .sp_br {
		display: inline;
	}
	
	.support_share_link2 {
		max-width: 250px;
		padding: 0.7em 1em 0.6em 1em;
	}
}

@media(max-width: 485px) {
	.front_nikki_title::before {
		font-size: 37vw;
	}
}

@media(max-width: 480px) {
	.front_video {
		width: calc(100% + 10px);
		margin-left: -5px;
		padding: 50px 0px 45px;
		gap: 20px 10px;
	}
	
	.front_video > div {
		width: calc(50% - 5px);
		height: 81vw;
	}
	
	.vision_policies_heading {
		min-height: 33vw;
		font-size: 8.8vw;
		white-space: nowrap;
	}

	.vision_policies_heading br {
		display: none;
	}
	
	.vision_policies_heading1 br {
		display: inline;
	}
	
	.vision_policies_heading1,
	.vision_policies_heading3,
	.vision_policies_heading5,
	.vision_policies_heading7,
	.vision_policies_heading9 {
		padding-right: 12vw;
	}

	.vision_policies_heading2,
	.vision_policies_heading4,
	.vision_policies_heading6,
	.vision_policies_heading8 {
		padding-left: 12vw;
	}
	
	.vision_policies_heading::before {
		font-size: 4em;
		
	}
	
	.vision_policies_heading1::before,
	.vision_policies_heading3::before,
	.vision_policies_heading5::before,
	.vision_policies_heading7::before,
	.vision_policies_heading9::before {right: -20px;}
	
	.vision_policies_heading2::before,
	.vision_policies_heading4::before,
	.vision_policies_heading6::before,
	.vision_policies_heading8::before {left: -20px;}
	
	.vision_outline_heading1 {
		text-align: center;
	}
	
	.vision_outline_heading1 .sp_br {
		display: inline;
	}
}

@media(max-width: 460px) {
	.support_share_banners {
		margin-bottom: 80px;
	}
	
	.support_share_text .sp_br {
		display: inline;
	}
	
	.support_volunteer_link {
		padding-left: 1.1em;
		padding-right: 1.1em;
		font-size: 22px;
	}
	
	.support_volunteer_link .sp_br {
		display: inline;
	}
}

@media(max-width: 410px) {
	.button_type1_link .sp_br {
		display: inline-block;
	}
	
	.vision_outline_heading {
		font-size: 9.2vw;
	}
}

#footer::before {
	content: "";
	width: 100vw;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0px);
	display: block;
	z-index: -1;
}

.footer_groups {
	margin: 0px auto;
	text-align: center;
}

.footer_groups a {
	padding: 30px 0px 20px;
	color: #fff;
	font-size: 31px;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.footer_groups a:hover {
	opacity: 0.8;
}

.footer_groups a::before {
	content: "";
	width: 100vw;
	height: 100%;
	background-color: #014099;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	z-index: -1;
}

.footer_groups_official {
	padding-left: 1.1em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer_groups_official::after {
	content: ">";
	width: 1.6em;
	height: 1.6em;
	margin-left: 0.42em;
	padding: 0px 0px 0.12em 0px;
	font-size: 0.9em;
	letter-spacing: 0px;
	border: #fff solid 2px;
	border-radius: 1000px;
	flex: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: color 0.2s, background-color 0.2s;
}

.footer_groups img {
	max-width: 420px;
	width: calc(100% - 45px);
}

.footer_menus {
	margin-bottom: 110px;
	padding: 100px 0px 95px;
	position: relative;
}

.footer_menus::before {
	content: "";
	width: 100vw;
	height: 100%;
	background-color: #eee;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	z-index: -1;
}

.footer_menu {
	max-width: 1000px;
	margin: 0px auto 85px;
	position: relative;
}

.footer_menu_list {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 25px 28px;
}

.footer_menu_list a {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	white-space: nowrap;
	position: relative;
	display: block;
}

.footer_sns {
	margin: 0px auto;
}

.footer_sns_title {
	margin: 0px auto 20px;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-align: center;
}

.footer_sns_list {
	max-width: 500px;
	margin: 0px auto;
	padding: 20px;
	background-color: #fff;
	border-radius: 1000px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 27px;
}

.footer_sns_list li {
	width: 50px;
	height: 50px;
	vertical-align: middle;
}

.footer_sns_list a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	display: flex;
}

.footer_sns_youtube a {
	transform: scale(1.08) translateY(1%);
}

.footer_sns_tiktok a {
	transform: translateY(-2%);
}

.footer_sns_list img {
	width: 50px;
	display: block;
}

.footer_catch {
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-bottom: 70px;
	padding-right: 0.1em;
	color: #fff;
	font-size: 74px;
	font-weight: 700;
	text-shadow: 0px 0px 10px #69c, 0px 0px 20px #69c, 0px 0px 30px #69c, 0px 0px 30px #69c;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	position: relative;
}

.footer_catch_hito {
	font-size: 1.7em;
}

.footer_logo {
	margin-bottom: 45px;
	text-align: center;
	position: relative;
}

.footer_catch::before {
	content: "";
	max-width: 740px;
	width: 100%;
	height: 55%;
	background-color: #9ce;
	border-radius: 0.15em;
	position: absolute;
	bottom: -5%;
	left: 50%;
	transform: translate(-50%, 0px) skew(0deg, -12deg) rotate(12deg);
	display: block;
	z-index: -1;
}

.footer_logo a {
	max-width: 510px;
	width: calc(100% - 20px);
}

.footer_logo img {
	width: 100%;
}

.footer_office {
	margin: 0px auto 50px;
	text-shadow: 0px 0px 10px #fff;
	position: relative;
	display: flex;
	justify-content: center;
	gap: 5%;
}

.footer_office_kokkai,
.footer_office_toyama {
	padding-bottom: 3px;
	position: relative;
}

.footer_office_kokkai::before,
.footer_office_toyama::before {
	content: "";
	width: 100%;
	height: calc(100% + 35px);
	opacity: 0.5;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	z-index: -1;
}

.footer_office_kokkai::before {
	height: calc(100% + 30px);
	background: url("img/icon_kokkai.svg") no-repeat top right / contain;
}

.footer_office_toyama::before {
	background: url("img/icon_toyama.svg") no-repeat top right / contain;
	bottom: -10px;
}

.footer_office_title {
	margin-bottom: 8px;
	margin-left: -3px;
}

.footer_office_title a {
	color: #000;
	font-size: 42px;
	font-weight: 500;
	position: relative;
}

.footer_office_title a::after {
	content: "→";
	width: 1.8em;
	height: 1.8em;
	padding-right: 0.05em;
	color: #fff;
	font-size: 0.6em;
	font-weight: 900;
	text-shadow: none;
	border-radius: 1000px;
	background-color: #014099;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: -2.2em;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer_office_address {
	font-size: 23px;
}

.footer_office_jusho {
	margin-bottom: 12px;
}

.footer_office_tels {
	margin-left: -2px;
	font-size: 28px;
	font-weight: 600;
}

.footer_office_tels a {
	color: inherit;
}

.error404_text {
	margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#copyright {
    margin: 0px auto;
    padding: 40px 0px 45px;
	color: #333;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0.01em;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#copyright::before {
	content: "";
	width: calc(100vw - 80px);
	border-top: #333 solid 1.5px;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	z-index: -1;
}

.copyright_privacy::before {
	content: "|";
	margin: 0px 0.4em 0px 0.3em;
	color: #000;
	pointer-events: none;
}

.copyright_privacy a {
	font-weight: 700;
}

#toppage {
	width: 80px;
	height: 80px;
	opacity: 0;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9;
	transition: opacity 0.3s, margin 0.3s;
}

#toppage:hover {
	margin-bottom: 5px;
}

body.scrolled #toppage {
	opacity: 1;
}

#toppage a {
	width: 100%;
	height: 100%;
	color: #014099;
	font-size: 20px;
	font-weight: 500;
	background-color: #fff;
	border: #014099 solid 1.5px;
	border-radius: 1000px;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: color 0.2s, background-color 0.2s;
}

#toppage a:hover {
	color: #fff;
	background-color: #014099;
}

#toppage a::before {
	content: "";
	width: 10%;
	height: 10%;
	margin-bottom: 1%;
	border-top: #014099 solid 2px;
	border-left: #014099 solid 2px;
	display: block;
	transform: translateY(28%) rotate(45deg);
	transition: border-color 0.2s;
}

#toppage a:hover::before {
	border-color: #fff;
}

body:not(.contact) .grecaptcha-badge {
	display: none !important;
}

@media(max-width: 1240px) {
	.footer_office_address {
		font-size: 22px;
	}
	
	.footer_office_tels {
		font-size: 26px;
	}
}

@media(max-width: 1150px) {
	.footer_office_tels {
		font-size: 28px;
	}
    
	.footer_office_tels .sp_br {
		display: inline;
	}
}

@media(max-width: 900px) {
	.footer_office {
		width: calc(100% - 12px);
	}
	
	#copyright::before {
		width: 100%;
	}
}

@media(max-width: 840px) {
	.footer_office {
		margin-bottom: 65px;
		display: block;
	}
	
	.footer_office_kokkai {
		margin-bottom: 50px;
	}
	
	.footer_office_tels .sp_br {
		display: none;
	}
	
	#copyright {
		padding: 33px 5px 38px;
		display: block;
	}
	
	#toppage {
		right: 13px;
		bottom: 13px;
	}
}

@media(max-width: 800px) {
	.contact_form_header {
		margin: 45px 0px -5px;
		position: static;
		display: block;
	}
	
	.contact_form_header + span {
		margin: 0px;
	}
}

@media(max-width: 775px) {
	#copyright {
		padding: 32px 5px 40px;
	}
	
	.copyright_privacy {
		display: block;
	}
	
	.copyright_privacy::before {
		content: none;
	}
	
	.copyright_privacy a {
		font-weight: 600;
		position: relative;
	}
	
	.copyright_privacy a::after {
		content:  "";
		width: 100%;
		border-bottom: #004098 dotted 3px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		display: block;
	}
}

@media(max-width: 667px) {
	.footer_catch {
		margin-bottom: 50px;
	}
	
	.footer_menu_list {
		justify-content: space-around;
		gap: 20px;
	}
	
	.footer_sns_list {
		max-width: 320px;
		padding: 19px 18px 18px;
		gap: 6.8%;
	}
	
	.footer_sns_list li {
		width: 32px;
		height: 32px;
	}
	
	.footer_menu_list a {
		font-size: 18px;
	}
	
	.footer_sns_title {
		margin-bottom: 18px;
		font-size: 31px;
	}
	
	.footer_office_title a {
		font-size: 36px;
	}
	
	.footer_office_address {
		font-size: 19px;
	}
	
	.footer_office_tels .sp_br {
		display: inline;
	}
	
	.footer_catch {
		font-size: 11.2vw;
	}
	
	.footer_catch_hito {
		font-size: 1.5em;
	}
	
	#copyright {
		color: #000;
		font-size: 23px;
		font-weight: 500;
	}
	
	#copyright::before {
		width: calc(100% + 8px);
	}
}

@media(max-width: 520px) {
	#copyright {
		padding: 35px 0px 45px 4.5vw;
		font-size: 20px;
	}
	
	#copyright .sp_br {
		display: inline;
	}
	
	.copyright_privacy {
		margin-top: 1px;
	}
}

@media(max-width: 480px) {
	.footer_menu {
		margin-bottom: 90px;
	}
	
	.footer_menu_list {
		width: 280px;
		margin: 0px auto;
		justify-content: space-between;
		gap: 20px 10px;
	}
	
	.footer_menu_list a {
		font-size: 17.5px;
		font-weight: 600;
	}
	
	.footer_office_tels {
		font-size: 24px;
		font-weight: 500;
	}
}

@media(max-width: 360px) {
	.support_share_title {
		text-indent: -0.3em;
	}
	
	.support_share_title .sp_br {
		display: inline;
	}
}