@charset "UTF-8";

.key_visual_container {
	position: relative;
	z-index: 10;
	margin-top: 45px;
	padding-top: 4%;
	padding-bottom: 6%;
	background-image: url(../images/key-visual-about-us.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.key_visual_container::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
}

.key_visual_title {
	position: relative;
	z-index: 10;
	color: #ffffff;
	font-size: 27px;
	text-shadow: 0px 0px 6px #000000;
}

.key_visual_text {
	position: relative;
	z-index: 10;
	max-width: 733px;
	margin: auto;
	margin-top: 40px;
	color: #ffffff;
	font-size: 17px;
	line-height: 2;
	text-align: left;
	text-indent: 1em;
	text-shadow: 0px 0px 6px #000000;
}

.indent_span {
	text-indent: 1em;
}

.main_container {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 65px;
	margin-bottom: 100px;
}

.section_container {
	width: 90%;
	margin: auto;
}

.contents_title__h5 {
	padding-bottom: 10px;
	color: #afafaf;
	font-family: "Impact";
	font-size: 22px;
	text-align: center;
}

.contents_title__h6 {
	position: relative;
	padding-bottom: 20px;
	font-weight: 700;
	font-size: 26px;
	text-align: center;
}

.contents_title__h6::before {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 21px);
	width: 42px;
	height: 1px;
	background-color: #707070;
	content: "";
}

.flex_container {
	display: flex;
}

.flex_container.between {
	display: flex;
	justify-content: space-between;
}

.flex_container.between img {
	max-width: 154px;
	width: 100%;
	max-height: 192px;
	height: 100%;

	object-fit: contain;
}

.flex_container .attachment-full {
	max-width: 219px;
	width: 100%;
	height: 100%;
}

.message_text {
	margin-bottom: 15px;
	margin-left: 65px;
	color: #343434;
	font-weight: 400;
	font-size: 14px;
	line-height: 2;
}

.time_text {
	font-weight: 400;
	font-size: 19px;
	line-height: 2;
	text-align: right;
}

.name_text {
	font-weight: 400;
	font-size: 19px;
	line-height: 2;
	text-align: right;
}

.successive_container {
	margin-top: 90px;
}

.content_wrap {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px solid #707070;
}

.chairman_list ul {
	display: flex;
	flex-wrap: wrap;
}

.chairman_wrap {
	width: calc(50% - 25px);
	margin-bottom: 40px;
	padding: 3% 5%;
	border-radius: 19px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	background: #ffffff;
}

.chairman_wrap:nth-child(odd) {
	margin-right: 25px;
}

.chairman_wrap:nth-child(even) {
	margin-left: 25px;
}

.number__p {
	padding-bottom: 5px;
	font-size: 15px;
}

.name__p {
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 22px;
}

.time__p {
	font-size: 12px;
	line-height: 2;
}

.agreement_container {
	margin-top: 100px;
}

.page_content_text {
	max-width: 800px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 2;
}

.symbol_mark_container {
	margin-top: 86px;
}

.symbol_mark_flex {
	margin-bottom: 50px;
	align-items: center;
}

.symbol_mark_image_wrap {
	width: 50%;
}

.symbol_mark_top {
	max-width: 394px;
	width: 100%;
}

.flex_text_wrap_width {
	width: 50%;
}

.mark_concept_title_text {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 26px;
}

.mark_concept_text {
	font-size: 14px;
	line-height: 2;
}

.flex_wrap_width {
	width: calc(100% / 3);
	text-align: center;
}

.image_top_text {
	display: inline-block;
	margin-bottom: 40px;
	padding-bottom: 13px;
	border-bottom: 1px solid #707070;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
}

.left_wrap {
	padding-right: 20px;
}

.center_wrap {
	padding: 0 20px;
}

.right_wrap {
	padding-left: 40px;
}

.section_container.officer_container {
	width: 90%;
}

.officer_container {
	margin-top: 86px;
}

.contents_top_text {
	margin-top: 20px;
	margin-bottom: 50px;
	font-weight: 700;
	font-size: 17px;
	text-align: center;
}

.officer_top_title_span {
	display: block;
}

.officer_top_title_span img {
	max-width: 439.65px;
	width: 100%;
	margin: auto;
}

.bottom_title_span {
	margin-top: 50px;
}

.table_container {
	width: 100%;
	color: #707070;
	font-weight: 400;
	font-size: 20px;
	border-collapse: collapse;
}

.th_wrap {
	border-bottom: 4px solid #1f5398;
	color: #1f5398;
	font-weight: 500;
	font-size: 20px;
	line-height: 3.5;
}

.td_wrap {
	border-bottom: 2px solid #707070;
	line-height: 3.5;
	text-align: center;
}

.td_left {
	width: 25%;
}

.td_center {
	width: 25%;
}

.td_right {
	width: 50%;
}

.advisor_table {
	margin-top: 40px;
}

.tr_border {
	border-top: 2px solid #707070;
	border-bottom: 2px solid #707070;
	line-height: 3.5;
	text-align: center;
}

.executive_director_table {
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
	.key_visual_container {
		padding-top: 8%;
		padding-bottom: 10%;
	}
	.key_visual_title {
		width: 90%;
		margin: auto;
		font-size: 19px;
	}
	.key_visual_text {
		width: 90%;
		margin-top: 25px;
		font-size: 13px;
	}
	.contents_title__h5 {
		font-size: 20px;
	}
	.contents_title__h6 {
		font-size: 23px;
	}
	.flex_container {
		flex-direction: column;
		align-items: center;
	}
	.message_text {
		margin-top: 20px;
		margin-bottom: 25px;
		margin-left: 0;
		font-size: 12px;
	}
	.time_text {
		font-size: 15px;
	}
	.name_text {
		font-size: 15px;
	}
	.chairman_list ul {
		flex-direction: column;
	}
	.flex_container.between {
		flex-direction: inherit;
	}
	.chairman_wrap {
		width: 100%;
		padding: 4% 6%;
	}
	.chairman_wrap:nth-child(odd) {
		margin-right: 0;
	}
	.chairman_wrap:nth-child(even) {
		margin-left: 0;
	}
	.flex_container.between img {
		max-width: 154px;
		width: 40%;
	}
	.number__p {
		font-size: 14px;
	}
	.name__p {
		font-size: 18px;
	}
	.time__p {
		font-size: 12px;
	}
	.page_content_text {
		font-size: 12px;
		line-height: 1.6;
	}
	.symbol_mark_image_wrap {
		width: 70%;
	}
	.flex_text_wrap_width {
		width: 100%;
	}
	.mark_concept_title_text {
		font-size: 22px;
	}
	.mark_concept_text {
		font-size: 13px;
		line-height: 1.6;
	}
	.flex_wrap_width {
		width: 100%;
		margin-bottom: 50px;
	}
	.flex_wrap_width img {
		margin: auto;
	}
	.flex_wrap_width.left_wrap , .flex_wrap_width.center_wrap , .flex_wrap_width.right_wrap {
		padding: 0 20px;
	}
	.section_container.officer_container {
		width: 100%;
	}
	.officer_table_container {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.officer_container .contents_title__h5 {
		padding: 0 20px;
		padding-bottom: 10px;
	}
	.officer_container .contents_title__h6 {
		padding: 0 20px;
		padding-bottom: 20px;
	}
	.contents_top_text {
		padding: 0 20px;
	}
	.officer_top_title_span {
		padding: 0 20px;
	}
	.officer_table_container {
		padding-left: 20px;
	}
	.table_container {
		overflow-x: scroll;
		min-width: 450px;
		font-size: 14px;
	}
	.th_wrap {
		font-size: 14px;
	}
	.advisor_table {
		margin-top: 25px;
	}
	.executive_director_table {
		margin-top: 25px;
	}
}
