@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&family=Noto+Serif+JP:wght@400..700&display=swap');

/* ------------------------
	var
------------------------ */
:root {
	--f08:0.5rem;--f09:0.5625rem;--f10:0.625rem;--f11:0.6875rem;--f12:0.75rem;--f13:0.8125rem;--f14:0.875rem;--f15:0.9375rem;--f16:1.0rem;--f17:1.0625rem;--f18:1.125rem;--f19:1.1875rem;--f20:1.25rem;--f21:1.3125rem;--f22:1.375rem;--f23:1.4375rem;--f24:1.5rem;--f25:1.5625rem;--f26:1.625rem;--f27:1.6875rem;--f28:1.75rem;--f29:1.8125rem;--f30:1.875rem;--f31:1.9375rem;--f32:2.0rem;--f33:2.0625rem;--f34:2.125rem;--f35:2.1875rem;--f36:2.25rem;--f37:2.3125rem;--f38:2.375rem;--f39:2.4375rem;--f40:2.5rem;--f41:2.5625rem;--f42:2.625rem;--f43:2.6875rem;--f44:2.75rem;--f45:2.8125rem;--f46:2.875rem;--f47:2.9375rem;--f48:3.0rem;--f49:3.0625rem;--f50:3.125rem;--f51:3.1875rem;--f52:3.25rem;--f53:3.3125rem;--f54:3.375rem;--f55:3.4375rem;--f56:3.5rem;--f57:3.5625rem;--f58:3.625rem;--f59:3.6875rem;--f60:3.75rem;
	--c01:#50A8D5;--c02:#EBF6F8;--c03:#FFDC2A;--c04:#F5AA13;
}

/* ------------------------
	reset
------------------------ */
header, footer, nav, section, aside, article {
	display: block;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure {
	margin: 0;
	padding: 0;
}
input, textarea {
	margin: 0;
	font-size: 100%;
}
label {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: top;
	max-width: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:after, q:before {
	content: '';
}
a, input, select, textarea, button {
	outline: none;
}
abbr, acronym {
	border: 0;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=reset],
input[type=button],
input[type=submit],
button[type=submit],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
input[type=reset],
input[type=button],
input[type=submit],
button[type=submit] {
	cursor: pointer;
}
select,
input[type=radio],
input[type=checkbox] {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
* {
	box-sizing: border-box;
}

/* ------------------------
	elements
------------------------ */
html {
	font-size: 100%;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: var(--f18);
	-webkit-text-size-adjust: none;
	line-height: 1.8;
	font-weight: 400;
	font-style: normal;
	color: #000;
	padding: 80px 0 0;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
	body {
		font-size: var(--f16);
		padding: 60px 0 0;
	}
}
.notoserifjp {
	font-family: "Noto Serif JP", serif;
}
a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}
a:link {
	color: var(--c01);
	text-decoration: none;
}
a:visited {
	color: var(--c01);
	text-decoration: none;
}
a:hover {
	color: var(--c01);
	text-decoration: none;
}
img {
	border: none;
	width: auto;
	max-width: 100%;
	height: auto;
}
p {
	margin: 0 0 15px;
}
hr{
	clear: both;
	border-top: 1px solid #ccc;
	margin: 2em 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mt05 {
	padding-top: 5px;
}
.mt10 {
	padding-top: 10px;
}
.mt15 {
	padding-top: 15px;
}
.mt20 {
	padding-top: 20px;
}
.mt30 {
	padding-top: 30px;
}
.mt40 {
	padding-top: 40px;
}
.mt50 {
	padding-top: 50px;
}
.small {
	font-size: 0.8em;
}
.big {
	font-size: 1.2em;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 15px;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
table.table_border {
	clear: both;
	width: 100%;
	border: none;
}
table.table_border th {
	background: none;
	background: #f6f6f6;
	border: none;
	padding: 15px 20px;
	font-size: var(--f18);
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #82A4C7;
	font-weight: 700;
	white-space: nowrap;
	width: 15%;
	position: relative;
}
table.table_border td {
	background: none;
	background: #fff;
	border: none;
	padding: 15px 20px;
	font-size: var(--f18);
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #82A4C7;
	border-left: 1px solid #82A4C7;
}
table.table_border tbody tr:nth-child(1) th,
table.table_border tbody tr:nth-child(1) td {
	border-top: none;
}
table.table_noborder {
	clear: both;
	width: 100%;
	border: none;
	margin: 0;
}
table.table_noborder th {
	background: none;
	border: none;
	padding: 0 0 15px;
	vertical-align: top;
	text-align: left;
	font-weight: 400;
	white-space: nowrap;
	width: 25%;
}
table.table_noborder td {
	background: none;
	border: none;
	padding: 0 0 15px 10px;
	vertical-align: top;
	text-align: left;
}
table th small,
table td small {
	display: block;
	padding: 2px 0 0;
	font-size: 0.8em;
	font-weight: 400;
}
ul.ulist > li {
	list-style: disc;
}
ol.olist > li {
	list-style: decimal;
}
ul.ulist > li,
ol.olist > li {
	margin: 0 0 0 25px;
}
dl.dlist dt {
	font-weight: 700;
	font-size: 1.2em;
	margin: 0 0 2px;
}
dl.dlist dd {
	margin: 0 0 5px 12px;
}
.display_pc {
	display: inline-block;
}
.display_tb {
	display: none;
}
.display_sp {
	display: none;
}
.blue {
	color: var(--c01);
}
a.tel {
	pointer-events: none;
	color: #000 !important;
}
a.link {
	text-decoration: underline;
}
@media screen and (max-width: 1024px) {
	.display_tb {
		display: inline-block;
	}
}
@media screen and (max-width: 767px) {
	.alignleft,
	.alignright,
	.aligncenter {
		display: block;
		float: none;
		margin: 0 auto 10px;
		text-align: center;
		width: auto !important;
		height: auto !important;
	}
	.alignleft img,
	.alignright img,
	.aligncenter img,
	img.alignleft,
	img.alignright,
	img.aligncenter {
		display: block;
		margin: 0 auto 10px;
		width: auto;
		max-width: 100%;
		height: auto;
	}
	table.table_border th {
		display: block;
		padding: 8px;
		font-size: var(--f14);
		width: auto;
		position: relative;
	}
	table.table_border th br {
		display: none;
	}
	table.table_border td {
		display: block;
		padding: 8px 8px 8px 15px;
		font-size: var(--f14);
		border-top: 1px solid #82A4C7 !important;
		border-left: none;
	}
	table.table_noborder th {
		padding: 0 0 12px;
	}
	table.table_noborder td {
		padding: 0 0 12px;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: inline-block;
	}
	a.tel {
		pointer-events: inherit;
		color: var(--c01) !important;
		text-decoration: underline;
	}
}
@media screen and (min-width: 768px) {
	a:hover,
	input[type=button]:hover,
	input[type=submit]:hover,
	button[type=submit]:hover {
		opacity: 0.8;
	}
	a,
	input[type=button],
	input[type=submit],
	button[type=submit] {
		transition: all 0.2s ease;
	}
}


/* ------------------------
	header
------------------------ */
#header {
	width: 100%;
	height: 80px;
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	border-bottom: 1px solid #efefef;
}
#header::before {
	display: block;
	content: "";
	width: 600px;
	height: 60px;
	background: url("../images/header_back01.svg") no-repeat center center;
	position: absolute;
	bottom: -60px;
	left: calc(50% - 300px);
}
#header * {
	transition: all 0.2s ease;
}
#header_frame {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 0 auto;
	height: 80px;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#header h1 {
	width: 466px;
	position: absolute;
	top: 40px;
	left: calc(50% - 233px);
}
#header h1 a {
	display: block;
}
#header_donate a {
	display: inline-block;
	background: var(--c01);
	font-size: var(--f24);
	font-weight: 700;
	color: #fff;
	line-height: 55px;
	padding: 0 55px;
	border-radius: 100px;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	#header {
		height: 60px;
	}
	#header::before {
		display: none;
	}
	#header_frame {
		height: 60px;
		padding: 0 5px;
		justify-content: space-between;
	}
	#header h1 {
		width: 240px;
		position: relative;
		top: auto;
		left: auto;
	}
	#header_donate a {
		font-size: var(--f12);
		line-height: 50px;
		padding: 0 10px;
	}
}

/* ------------------------
	content
------------------------ */
#main {
	clear: both;
	display: block;
	width: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 0 0 100px;
}
.contents {
	padding: 100px 0 100px;
	position: relative;
}
.contents_box {
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
.top120 {
	padding-top: 120px !important;
}
.top100 {
	padding-top: 100px !important;
}
.top80 {
	padding-top: 80px !important;
}
.top60 {
	padding-top: 60px !important;
}
.top40 {
	padding-top: 40px !important;
}
.top0 {
	padding-top: 0 !important;
}
.bottom120 {
	padding-bottom: 120px !important;
}
.bottom100 {
	padding-bottom: 100px !important;
}
.bottom80 {
	padding-bottom: 80px !important;
}
.bottom60 {
	padding-bottom: 60px !important;
}
.bottom40 {
	padding-bottom: 40px !important;
}
.bottom0 {
	padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
	#main {
		padding: 0 0 50px;
	}
	.contents {
		padding: 50px 0 50px;
	}
	.contents_box {
		padding: 0 15px;
	}
	.top120 {
		padding-top: 60px !important;
	}
	.top100 {
		padding-top: 50px !important;
	}
	.top80 {
		padding-top: 45px !important;
	}
	.top60 {
		padding-top: 40px !important;
	}
	.top40 {
		padding-top: 35px !important;
	}
	.bottom120 {
		padding-bottom: 60px !important;
	}
	.bottom100 {
		padding-bottom: 50px !important;
	}
	.bottom80 {
		padding-bottom: 45px !important;
	}
	.bottom60 {
		padding-bottom: 40px !important;
	}
	.bottom40 {
		padding-bottom: 35px !important;
	}
}

/* ------------------------
	footer
------------------------ */
#footer {
	background: var(--c01);
	text-align: center;
	color: #fff;
	position: relative;
}
#footer::before {
	display: block;
	content: "";
	width: 600px;
	height: 60px;
	background: url("../images/header_back01.svg") no-repeat center center;
	position: absolute;
	top: 0;
	left: calc(50% - 300px);
}
#footer * {
	transition: all 0.2s ease;
}
#footer_frame {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
#footer h1 {
	width: 466px;
	position: absolute;
	top: -40px;
	left: calc(50% - 233px);
}
#footer h1 a {
	display: block;
}
#footer dl {
	padding: 160px 0 100px;
}
#footer dl dt {
	font-size: var(--f22);
	font-weight: 500;
	margin: 0 0 30px;
}
#footer dl dd a {
	font-size: var(--f22);
	font-weight: 500;
	display: inline-block;
	margin: 0 10px;
	border: 2px solid #fff;
	line-height: 40px;
	color: #fff;
	border-radius: 100px;
	padding: 0 40px;
}
#footer small {
	display: block;
	width: 100%;
	background: #fff;
	padding: 12px 10px;
	text-align: center;
	font-size: var(--f12);
	color: #000;
	box-sizing: border-box;
}
#footer_pagetop {
	position: fixed;
	bottom: 90px;
	right: 15px;
	z-index: 99;
	display: none;
}
#footer_pagetop a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: var(--c01);
}
#footer_pagetop a img {
	width: 12px;
}
#footer_link {
	display: none;
}
#footer_pc {
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
}
#footer_pc a {
	display: inline-block;
	background: var(--c03);
	color: #000;
	padding: 10px 10px 10px 30px;
	border-radius: 10px 0 0 0;
	text-align: center;
	line-height: 1.3;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	position: relative;
}
#footer_pc a::before {
	display: block;
	content: "";
	width: 10px;
	height: 14px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: var(--c04);
	position: absolute;
	top: calc(50% - 7px);
	left: 10px;
}
#footer_pc a dl dt {
	font-size: var(--f18);
	font-weight: 700;
	margin: 0 0 3px;
}
#footer_pc a dl dd:nth-of-type(1) {
	font-size: var(--f18);
}
#footer_pc a dl dd:nth-of-type(2) {
	font-size: var(--f12);
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 0 0 100px;
	}
	#footer::before {
		width: 100%;
		left: 0;
	}
	#footer h1 {
		width: 350px;
		top: -10px;
		left: calc(50% - 175px);
	}
	#footer dl {
		padding: 110px 0 50px;
	}
	#footer dl dt {
		font-size: var(--f15);
	}
	#footer dl dd a {
		font-size: var(--f16);
		width: 300px;
		display: block;
		margin: 15px auto 0;
		padding: 0;
	}
	#footer_pagetop {
		bottom: 110px;
	}
	#footer_pc {
		display: none;
	}
	#footer_link {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}
	#footer_link p {
		margin: 0;
	}
	#footer_link p a {
		display: block;
		line-height: 50px;
		text-align: center;
		background: var(--c01);
		color: #fff;
		position: relative;
	}
	#footer_link p a:before {
		display: block;
		content: "";
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		width: 8px;
		height: 12px;
		background: #fff;
		position: absolute;
		top: 38%;
		right: 5px;
	}
	#footer_link ul {
		display: flex;
		justify-content: space-between;
	}
	#footer_link ul li {
		width: 50%;
		text-align: center;
	}
	#footer_link ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		color: #000;
		background: var(--c03);
		line-height: 1.5;
		position: relative;
	}
	#footer_link ul li:nth-child(2) a {
		background: var(--c04);
	}
	#footer_link ul li a:before {
		display: block;
		content: "";
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		width: 8px;
		height: 12px;
		background: #fff;
		position: absolute;
		top: 38%;
		right: 5px;
	}
}

/* ------------------------
	pages
------------------------ */
.title01 {
	font-size: var(--f35);
	line-height: 1.3;
	font-weight: 400;
	color: #fff;
	text-align: center;
	background: var(--c01);
	padding: 0 10px;
	border-radius: 100px;
	margin: 0 0 50px;
	position: relative;
}
.title02 {
	font-size: var(--f26);
	line-height: 1.3;
	font-weight: 700;
	color: var(--c01);
	text-align: center;
	margin: 80px 0 30px;
	padding: 0 0 15px;
	border-bottom: 2px solid var(--c01);
}
.title01 + .title02 {
	margin: 50px 0 30px;
}
@media screen and (max-width: 767px) {
	.title01 {
		font-size: var(--f22);
		padding: 5px 10px;
		margin: 0 0 40px;
	}
	.title01 img {
		width: 300px;
		margin: 0 auto;
	}
	.title02 {
		font-size: var(--f20);
		margin: 60px 0 25px;
		padding: 0 0 12px;
	}
	.title01 + .title02 {
		margin: 40px 0 25px;
	}
}

/* ------------------------
	index
------------------------ */
.main {
	width: 100%;
	height: 800px;
	background: url("../images/main_slide01.jpg") no-repeat 30% center / cover;
	text-align: center;
	position: relative;
}
.main_box {
	max-width: 1430px;
	padding: 0 15px;
	margin: 0 auto;
	height: 800px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.main_box p {
	width: 770px;
	margin: 0;
}
.now {
	background: var(--c03);
	color: #000;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	padding: 50px 0;
	border-radius: 0 0 250px 250px;
}
.now_box {
	padding: 0 15px;
}
.now dl dt:nth-of-type(1) {
	font-size: var(--f30);
	margin: 0 0 15px;
}
.now dl dt:nth-of-type(2) {
	font-size: var(--f46);
	margin: 0 0 30px;
}
.now dl dd a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 450px;
	height: 80px;
	background: #fff;
	border-radius: 100px;
	margin: 0 auto;
}
.information_box {
	margin: 0 0 100px;
}
.information_box ul li {
	margin: 20px 0 0;
}
.information_box ul li a {
	display: flex;
	justify-content: flex-start;
	background: var(--c02);
	padding: 15px 50px;
	border-radius: 50px;
	color: #000;
}
.information_box ul li a span:nth-of-type(1) {
	flex: none;
	width: 120px;
}
.more_button {
	margin: 50px 0 0;
}
.more,
a.more {
	display: inline-block;
	background: var(--c01);
	padding: 10px 15px;
	color: #fff;
	font-weight: 700;
	min-width: 280px;
	border-radius: 100px;
	box-sizing: border-box;
	text-align: center;
}
.feature {
	background-image: url("../images/feature_back01.png"), url("../images/feature_back02.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: 380px auto, 380px auto;
}
.feature_catch {
	text-align: center;
}
.feature_catch dl dt {
	font-size: var(--f38);
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 15px;
}
.feature_catch dl dd {
	font-size: var(--f22);
	font-weight: 500;
	margin: 0 0 50px;
}
.feature_about p {
	font-size: var(--f20);
	line-height: 2.2;
	padding: 0 30px;
}
.feature_about p span {
	padding: 0 0 5px;
	border-bottom: 2px dashed var(--c01);
}
.feature_about dl dt {
	font-size: var(--f24);
	line-height: 1.3;
	padding: 15px 10px;
	background: #D5E9ED;
	border-radius: 100px;
	text-align: center;
	margin: 50px 0 15px;
}
.feature_about dl dd ul li {
	padding: 0 0 0 55px;
	margin: 20px 0 0;
	position: relative;
}
.feature_about dl dd ul li span {
	width: 45px;
	line-height: 45px;
	font-size: var(--f26);
	font-weight: 700;
	color: #fff;
	text-align: center;
	border-radius: 100px;
	background: var(--c01);
	position: absolute;
	top: -3px;
	left: 0;
}
.feature_about dl dd ul li strong {
	font-size: var(--f22);
}
.intro {
	background: var(--c02);
}
.intro p:nth-of-type(1) {
	font-size: var(--f26);
	font-weight: 500;
	margin: 0 0 30px;
}
.intro p:nth-of-type(3) {
	font-size: var(--f26);
	color: var(--c01);
	font-weight: 500;
	margin: 30px 0 30px;
}
.border_box {
	border-radius: 15px;
	overflow: hidden;
	border: 2px solid #D5E9ED;
	margin: 30px 0 0;
}
.border_title * {
	background: #D5E9ED;
	padding: 15px 10px;
	font-size: var(--f26);
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
}
.border_wrap {
	padding: 30px 29px;
}
.disc_box {
	display: flex;
	justify-content: space-evenly;
}
.disc_wrap {
	width: 25%;
	max-width: 280px;
	margin: 0 5px;
	position: relative;
}
.disc_wrap div:nth-of-type(2) {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	font-size: min(2.0vw, var(--f20));
	font-weight: 500;
}
.disc_wrap div:nth-of-type(2) small {
	font-size: min(1.6vw, var(--f16));
	font-weight: 500;
}
.problem02_box {
	text-align: center;
	font-size: var(--f22);
	font-weight: 500;
}
.problem02_box p {
	margin: 30px 0 30px;
}
.problem02_box ul {
	display: inline-block;
}
.problem02_box ul li {
	text-align: left;
}
.problem03_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.problem03_text {
	width: 53%;
}
.problem03_text dl:nth-child(n+2) {
	margin: 30px 0 0;
}
.problem03_text dl dt {
	font-size: var(--f22);
	font-weight: 500;
}
.problem03_image {
	width: 42%;
	max-width: 500px;
}
.problem05_box {
	text-align: center;
}
.problem05_box p {
	font-size: var(--f22);
	font-weight: 500;
	margin: 30px 0;
}
.aboutus {
	background: var(--c02);
}
.aboutus_catch {
	font-size: var(--f26);
	margin: 0 0 30px;
}
.aboutus01_box p:nth-of-type(1) {
	margin: 0 0 30px;
}
.aboutus01_box p:nth-of-type(1) span {
	display: block;
	font-size: var(--f14);
	line-height: 1.3;
	text-align: right;
	padding: 10px 0 0;
}
.aboutus01_box strong {
	font-size: var(--f26);
	font-weight: 500;
}
.aboutus03_box ul {
	display: flex;
	justify-content: space-evenly;
}
.aboutus03_box ul li {
	width: 30%;
	max-width: 350px;
}
.aboutus04_box {
	text-align: center;
	margin: 50px 0 0;
}
.aboutus04_box dl dt {
	font-size: var(--f25);
	font-weight: 700;
	color: var(--c01);
}
.aboutus04_box dl dd {
	margin: 30px 0 0;
}
.aboutus05_box dl dt {
	font-size: var(--f26);
	margin: 0 0 30px;
	text-align: center;
}
.aboutus05_box dl dd {
	text-align: center;
}
.aboutus06_box {
	display: flex;
	justify-content: space-between;
}
.aboutus06_box dl {
	width: 49%;
	background: #fff;
	border: 4px solid #D5E9ED;
	border-radius: 8px;
	padding: 35.5px;
	margin: 0 0 30px;
}
.aboutus06_box dl dt:nth-of-type(2) {
	color: var(--c01);
	font-size: var(--f26);
	font-weight: 500;
	margin: 15px 0 10px;
	text-align: center;
}
.aboutus07_box {
	margin: 20px 0 0;
}
.aboutus07_box ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.aboutus07_box ul li {
	width: 32%;
}
.monthlysupport_catch {
	font-size: var(--f22);
	text-align: center;
}
.monthlysupport .border_title * {
	background: #FFE97B;
}
.monthlysupport .border_box {
	border: 2px solid #FFE97B;
}
.monthlysupport01_box dl {
	border-bottom: 2px solid #000;
	padding: 0 0 10px;
	text-align: center;
	font-size: var(--f22);
	line-height: 1.5;
	margin: 30px 0 0;
}
.monthlysupport01_box dl:nth-of-type(1) {
	margin: 0;
}
.monthlysupport01_box dl dt {
	line-height: 1.3;
}
.monthlysupport01_box dl dt strong {
	font-size: var(--f50);
	font-weight: 700;
}
.monthlysupport01_box dl dt span {
	font-size: var(--f24);
	font-weight: 700;
}
.monthlysupport01_box dl dt em {
	font-size: var(--f38);
	font-weight: 700;
}
.monthlysupport01_box dl dd strong {
	font-size: var(--f30);
	color: #F56D13;
}
.monthlysupport02_box ul li {
	background: url("../images/monthlysupport_image01.svg") no-repeat left 4px;
	border-bottom: 1px solid #F5AA13;
	padding: 0 0 10px 50px;
	font-size: var(--f26);
	line-height: 1.5;
	margin: 10px 0 0;
}
.monthlysupport02_box ul li:nth-child(1) {
	margin: 0;
}
.monthlysupport03_box ul li {
	font-size: var(--f20);
	margin-bottom: 10px;
}
.progress_box {
	padding: 15px 0 0;
}
.progress_text {
	text-align: center;
	line-height: 1.2;
}
.progress_text strong {
	font-size: var(--f50);
	font-weight: 700;
	color: var(--c04);
	padding: 0 5px;
}
.progress_bar {
	background: #ddd;
	border-radius: 100px;
	height: 90px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.progress_bar_now {
	background: var(--c04);
	height: 100%;
	border-radius: 100px 0 0 100px;
}
.progress_info p {
	margin: 15px 0 0;
	text-align: center;
}
.message {
	background: var(--c02);
}
.message_box {
	margin: 30px 0 0;
	background: #fff;
	padding: 40px;
	display: flex;
	justify-content: space-between;
}
.message_image {
	width: min(30%, 300px);
}
.message_image span {
	display: block;
	padding: 10px 0 0;
	text-align: center;
}
.message_text {
	width: calc(70% - 30px);
}
.message_text dl dt {
	font-size: var(--f26);
	color: var(--c01);
	font-weight: 500;
	margin: 0 0 15px;
}
.detail01_catch {
	font-size: var(--f26);
	text-align: center;
}
.detail01_catch img {
	display: block;
	margin: 10px auto 0;
}
.detail01_box dl dt {
	margin: 30px 0 15px;
	font-size: var(--f22);
	font-weight: 500;
}
.contact {
	padding-top: 0;
	padding-bottom: 0;
}
.contact_box {
	text-align: center;
}
.contact_box dl {
	display: inline-block;
}
.contact_box dl dt {
	font-size: var(--f26);
	font-weight: 500;
	text-align: center;
	margin: 0 0 15px;
}
.contact_box dl dd {
	font-size: var(--f20);
	text-align: left;
}
@media screen and (max-width: 767px) {
	.main {
		height: 400px;
		background: url("../images/main_slide01.jpg") no-repeat 30% center / cover;
	}
	.main_box {
		height: 400px;
		flex-direction: column;
	}
	.main_box p {
		width: 300px;
		margin: 0 0 30px;
	}
	.now {
		padding: 30px 0;
		border-radius: 0 0 50px 50px;
	}
	.now_box {
		padding: 0 15px;
	}
	.now dl dt:nth-of-type(1) {
		font-size: var(--f20);
	}
	.now dl dt:nth-of-type(2) {
		font-size: var(--f30);
		margin: 0 0 20px;
	}
	.now dl dd a {
		width: 300px;
		height: 60px;
	}
	.now dl dd a img {
		width: 250px;
	}
	.information_box {
		margin: 0 0 80px;
	}
	.information_box ul li a {
		display: block;
		padding: 15px 30px;
		border-radius: 30px;
	}
	.information_box ul li a span:nth-of-type(1) {
		display: block;
		margin: 0;
	}
	.more_button {
		margin: 30px 0 0;
	}
	.feature {
		background: none;
	}
	.feature_catch {
		text-align: left;
	}
	.feature_catch dl dt {
		font-size: var(--f22);
	}
	.feature_catch dl dd {
		font-size: var(--f18);
		margin: 0 0 40px;
	}
	.feature_about p {
		font-size: var(--f18);
		padding: 0 15px;
	}
	.feature_about dl dt {
		font-size: var(--f18);
		margin: 40px 0 15px;
	}
	.feature_about dl dd ul li {
		padding: 0 0 0 40px;
		margin: 15px 0 0;
	}
	.feature_about dl dd ul li span {
		width: 34px;
		line-height: 34px;
		font-size: var(--f22);
		top: 3px;
	}
	.feature_about dl dd ul li strong {
		font-size: var(--f20);
	}
	.feature_about dl dd ul li em {
		display: block;
	}
	.intro p:nth-of-type(1) {
		font-size: var(--f19);
		margin: 0 0 20px;
	}
	.intro p:nth-of-type(3) {
		font-size: var(--f19);
		margin: 20px 0 20px;
	}
	.border_box {
		border-radius: 10px;
		margin: 25px 0 0;
	}
	.border_title * {
		padding: 10px 10px;
		font-size: var(--f20);
	}
	.border_wrap {
		padding: 30px 15px;
	}
	.disc_box {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.disc_wrap {
		width: 47%;
		max-width: 280px;
		margin: 0;
		position: relative;
	}
	.disc_wrap:nth-child(n+3) {
		margin: 10px 0 0;
	}
	.disc_wrap div:nth-of-type(2) {
		font-size: var(--f14);
	}
	.disc_wrap div:nth-of-type(2) small {
		font-size: var(--f12);
	}
	.problem02_box {
		font-size: var(--f16);
	}
	.problem02_box p {
		font-size: var(--f16);
		margin: 15px 0;
	}
	.problem02_box p:nth-of-type(1) {
		font-size: var(--f18);
	}
	.problem03_box {
		display: block;
	}
	.problem03_text {
		width: auto;
	}
	.problem03_text dl:nth-child(n+2) {
		margin: 15px 0 0;
	}
	.problem03_text dl dt {
		font-size: var(--f18);
	}
	.problem03_image {
		width: auto;
		max-width: 500px;
		margin: 30px auto 0;
	}
	.problem05_box {
		text-align: left;
	}
	.problem05_box p {
		font-size: var(--f16);
		margin: 15px 0;
	}
	.problem05_box p:nth-of-type(1) {
		font-size: var(--f18);
	}
	.aboutus_catch {
		font-size: var(--f16);
		text-align: left;
	}
	.aboutus01_box p:nth-of-type(1) {
		margin: 0 0 15px;
	}
	.aboutus01_box p:nth-of-type(1) span {
		font-size: var(--f12);
		text-align: left;
		padding: 10px 0 0;
	}
	.aboutus01_box strong {
		font-size: var(--f18);
	}
	.aboutus04_box {
		margin: 30px 0 0;
	}
	.aboutus04_box dl dt {
		font-size: var(--f20);
	}
	.aboutus04_box dl dd {
		margin: 15px 0 0;
	}
	.aboutus05_box dl dt {
		font-size: var(--f18);
		margin: 0 0 15px;
		text-align: left;
	}
	.aboutus06_box {
		display: block;
	}
	.aboutus06_box dl {
		width: min(100%, 500px);
		padding: 30px 15px;
		margin: 0 auto 15px;
	}
	.aboutus06_box dl dt:nth-of-type(2) {
		font-size: var(--f20);
	}
	.aboutus07_box {
		margin: 20px 0 0;
	}
	.aboutus07_box ul {
		display: block;
	}
	.aboutus07_box ul li {
		width: min(100%, 500px);
		margin: 15px auto 0;
	}
	.monthlysupport_catch {
		font-size: var(--f18);
		text-align: left;
	}
	.monthlysupport01_box dl {
		font-size: var(--f16);
		margin: 20px 0 0;
	}
	.monthlysupport01_box dl:nth-of-type(1) {
		margin: 0;
	}
	.monthlysupport01_box dl dt strong {
		font-size: var(--f40);
	}
	.monthlysupport01_box dl dt span {
		font-size: var(--f18);
	}
	.monthlysupport01_box dl dt em {
		font-size: var(--f24);
	}
	.monthlysupport01_box dl dd strong {
		font-size: var(--f20);
	}
	.monthlysupport02_box ul li {
		background: url("../images/monthlysupport_image01.svg") no-repeat left 2px / 24px auto;
		padding: 0 0 10px 34px;
		font-size: var(--f18);
	}
	.monthlysupport03_box ul li {
		font-size: var(--f18);
		margin-bottom: 5px;
	}
	.progress_text {
		text-align: center;
		line-height: 1.2;
	}
	.progress_text strong {
		font-size: var(--f30);
		padding: 0 2px;
	}
	.progress_bar {
		height: 40px;
	}
	.progress_info p {
		text-align: left;
	}
	.message_box {
		margin: 15px 0 0;
		padding: 30px 15px;
		display: block;
	}
	.message_image {
		width: min(100%, 500px);
		margin: 0 auto 15px;
	}
	.message_text {
		width: auto;
	}
	.message_text dl dt {
		font-size: var(--f20);
	}
	.detail01_catch {
		font-size: var(--f18);
	}
	.detail01_box dl dt {
		font-size: var(--f18);
	}
	.contact_box {
		text-align: left;
	}
	.contact_box dl {
		display: block;
	}
	.contact_box dl dt {
		font-size: var(--f15);
	}
	.contact_box dl dd {
		font-size: var(--f16);
	}
}

/* ------------------------
	donate
------------------------ */
.donate_wrap01 > ul.tab_nav {
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.donate_wrap01 > ul.tab_nav li {
	width: 45%;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
	background: var(--c03);
	padding: 15px 5px;
	border-radius: 10px 10px 0 0;
	transition: all 0.2s ease;
}
.donate_wrap01 > ul.tab_nav li:nth-child(2) {
	background: var(--c04);
}
.donate_wrap01 > ul.tab_nav li br {
	display: none;
}
.tab_contents {
	display: none;
}
.donate .contents_box {
	padding: 40px;
	background: #FFF8EB;
	border-radius: 10px;
	text-align: center;
}
.donate_box {
	background: var(--c03);
	padding: 100px 0;
}
p.donate_catch:nth-of-type(1) {
	display: inline-block;
	padding: 5px 10px;
	font-size: var(--f22);
	line-height: 1.5;
	border: 1px solid #000;
}
p.donate_catch:nth-of-type(2) {
	display: block;
	font-size: var(--f26);
}
p.donate_catch:nth-of-type(4) {
	background: var(--c03);
	font-size: var(--f26);
	padding: 5px 10px;
	margin: 30px 0 0;
}
.donate_box02 p.donate_catch:nth-of-type(4) {
	background: var(--c04);
}
.donate_box ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
}
.donate_box ul li {
	width: 40%;
	margin: 30px 0 0;
}
.donate_box02.donate_box ul li {
	width: max(30%, 300px);
}
.donate_box ul li a {
	display: block;
	background: linear-gradient(to bottom, #ffec8b 0%,#ffd506 100%);
	border: 1px solid #F5AA13;
	color: #000;
	text-align: center;
	padding: 30px 5px;
	border-radius: 10px;
	font-weight: 700;
	line-height: 1.3;
	position: relative;
}
.donate_box ul li a:before {
	display: block;
	content: "";
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	width: 20px;
	height: 30px;
	background: #F5AA13;
	position: absolute;
	top: calc(50% - 15px);
	left: 15px;
}
.donate_box ul li a strong {
	font-size: var(--f38);
}
.donate_box ul li a span {
	font-size: var(--f24);
}
.donate_box ul li a small {
	display: block;
}
.donate_box_notice {
	padding: 30px 0 0;
}
.donate_box_notice p {
	margin: 0 0 10px;
	text-align: center;
}
.donate_box02 {
	background: var(--c04);
}
@media screen and (max-width: 767px) {
	.donate_wrap01 > ul.tab_nav li {
		width: 49%;
		font-size: var(--f15);
		line-height: 1.5;
		padding: 15px 5px;
	}
	.donate_wrap01 > ul.tab_nav li img {
		width: 100%;
		max-width: 200px;
	}
	.donate .contents_box {
		padding: 30px 15px;
	}
	.donate_box {
		padding: 30px 15px;
	}
	p.donate_catch:nth-of-type(1) {
		font-size: var(--f14);
	}
	p.donate_catch:nth-of-type(2) {
		font-size: var(--f20);
		line-height: 1.5;
	}
	p.donate_catch:nth-of-type(4) {
		font-size: var(--f20);
		margin: 0 0 20px;
	}
	.donate_box ul {
		display: block;
	}
	.donate_box ul li {
		width: min(100%, 315px) !important;
		margin: 15px auto 0;
	}
	.donate_box ul li a {
		padding: 15px 5px;
	}
	.donate_box ul li a:before {
		width: 10px;
		height: 20px;
		top: calc(50% - 10px);
	}
	.donate_box_notice {
		text-align: left;
	}
	.donate_box_notice p {
		text-align: left;
	}
}



