@charset "utf-8";

#contents{
	padding-bottom: 8em;
}
@media screen and (max-width: 520px){
	#contents{
		padding-bottom: 4em;
	}
}

/*--------------------------------------------------------------------*/

section.message{
	padding: 3em 0 5em 0;
}
section.message .index{
	font-size: 180%;
	margin-bottom: .75em;
}
section.message .text{
	font-size: 112.5%;
	font-weight: 500;
	line-height: 2;
}
section.message .text p + p{
	margin-top: 2em;
}
section.message .signature{
	margin-top: 2em;
	font-weight: 600;
}
section.message .signature .name{
	font-size: 125%;
	margin-left: .25em;
}
@media screen and (max-width: 520px){
	section.message{
		padding: 0 4vw 5em 4vw;
	}
	section.message .index{
		font-size: clamp(2rem, 5vw, 5rem);
		margin-bottom: .75em;
	}
	section.message .text{
		font-size: 100%;
	}
	section.message .signature .name{
		font-size: 115%;
		margin-left: .25em;
	}
}

/*--------------------------------------------------------------------*/

section.purpose{
	padding: 5em 0;
	border-top: 1px solid var(--border_gray);
	border-bottom: 1px solid var(--border_gray);
}
section.purpose .index{
	font-size: 112.5%;
	color: var(--text_gray);
	font-weight: 500;
}
section.purpose .text{
	font-size: 180%;
	padding: 1em 0;
	line-height: 1.5;
}
@media screen and (max-width: 520px){
	section.purpose{
		padding: 5em 0;
	}
	section.purpose .index{
		font-size: 100%;
	}
	section.purpose .text{
		font-size: clamp(2rem, 5vw, 5rem);
	}
}

/*--------------------------------------------------------------------*/

section.mission{
	padding: 5em 0;
	border-bottom: 1px solid var(--border_gray);
}
section.mission .index{
	font-size: 112.5%;
	color: var(--text_gray);
	font-weight: 500;
}
section.mission .text{
	font-size: 180%;
	padding: 1em 0;
	line-height: 1.5;
}
@media screen and (max-width: 520px){
	section.mission{
		padding: 5em 0;
	}
	section.mission .index{
		font-size: 100%;
	}
	section.mission .text{
		font-size: clamp(2rem, 5vw, 5rem);
	}
}

/*--------------------------------------------------------------------*/

section.value{
	padding: 5em 0 5em 0;
	margin-bottom: 5em;
	border-bottom: 1px solid var(--border_gray);
}
section.value .index{
	font-size: 112.5%;
	color: var(--text_gray);
	font-weight: 500;
	margin-bottom: 3em;
}
section.value .text .box .item{
	/* width: 16.5em;
	height: 16.5em; */
	padding: 0 3em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 50%;
	/* background-color: #F9F9F9;
	border: 1px solid #DCDCDC; */
	margin: 0 .5em
}
section.value .text .box .item .ja{
	font-size: 160%;
}
section.value .text .box .item .en{
	font-size: 100%;
	letter-spacing: .08em;
	font-weight: 500;
}
section.value .source{
	margin-top: 5em;
	font-size: 1.2rem;
	color: var(--text_gray);
	opacity: .6;
	font-weight: 500;
}
section.value .source cite{
	font-style: normal;
}
@media screen and (max-width: 520px){
	section.value{
		padding: 5em 4vw 6em 4vw;
		margin-bottom: 0;
	}
	section.value .index{
		margin-bottom: 1em;
	}
	section.value .text .box .item{
		margin: 2px;
		width: auto;
		height: auto;
		padding: 6vw 6vw;
		aspect-ratio: 1/1;
	}
	section.value .text .box .item .ja{
		font-size: 140%;
	}
	section.value .text .box .item .en{
		font-size: clamp(1rem, 3vw, 1.2rem);
		letter-spacing: .08em;
	}
	section.value .source{
		margin-top: 2em;
	}
}

/*--------------------------------------------------------------------*/

section.outline{
	padding: 4em 0;
}
section.outline table{
	width: 100%;
	font-weight: 500;
}
section.outline table th,
section.outline table td{
	padding: 1.5em 0;
	border-bottom: 1px dotted var(--border_gray);
}
section.outline table th{
	width: 12em;
}
section.outline table td .box{
	margin-bottom: 1em;
}
@media screen and (max-width: 520px){
	section.outline{
		padding: 4em 4vw;
		font-size: clamp(1.3rem, 3.5vw, 1.6rem);
	}
	section.outline table th{
		width: 8em;
	}
}

/*--------------------------------------------------------------------*/

section.map{

}
section.map .wrapper{
	width: 100%;
	height: 0;
	padding-top: 61.224%;
	position: relative;
}
section.map iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 520px){
	section.map{
		padding: 0 4vw;
	}
	section.map .wrapper{
		padding-top: 150vw;
	}
}