@charset "UTF-8";

.key_visual_container {
	position: relative;
	z-index: 10;
	margin-top: 45px;
	padding-top: 2%;
	padding-bottom: 3%;
	background-image: url(../images/key-visual-activities.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_ad {
	position: relative;
	z-index: 10;
	color: #ffffff;
	font-family: "Impact";
	font-size: 159px;
	text-shadow: 0px 0px 6px #000000;
}

.key_visual_title__h4 {
	position: relative;
	z-index: 10;
	margin-bottom: 15px;
	color: #ffffff;
	font-weight: 700;
	font-size: 27px;
	text-shadow: 0px 0px 6px #000000;
}

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

.policy_list_container {
	max-width: 750px;
	width: 90%;
	margin: auto;
	margin-top: 50px;
}

.policy_list_wrap {
	counter-reset: number;
}

.number_span {
	padding-right: 30px;
	font-family: "Impact";
	font-size: 34px;
}

.number_span::after {
	font-size: 77px;
	content: counter(number);
	counter-increment: number;
}

.policy_title {
	font-weight: 700;
	font-size: 26px;
}

.policy_text_wrap {
	margin-bottom: 25px;
	padding-top: 15px;
	border-top: 2px solid #707070;
}

.policy_text_wrap:last-of-type {
	margin-bottom: 0;
}

.policy_text {
	width: 95%;
	margin: auto;
	font-size: 14px;
}

.event_schedule_container {
	max-width: 1000px;
	margin: auto;
	margin-top: 65px;
}

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

.event_list_top_title {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 30px;
}

.br_768 {
	display: none;
}

.top_title_span {
	font-weight: 500;
	font-size: 15px;
}

.schedule_table_container {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	border-collapse: collapse;
}

.th_wrap {
	background-color: #1f5398;
	color: #ffffff;
	font-size: 24px;
}

.t_head {
	padding: 1.55% 0;
	border: 1px solid #000000;
}

.t_head.month {
	width: 15.516%;
}

.t_head.day {
	width: 21.422%;
}

.t_head.event {
	width: 35.046%;
}

.t_head.venue {
	width: 26.657%;
}

.td_wrap {
	color: #414141;
	font-size: 18px;
}

.t_data {
	padding: 1.55% 0;
	border: 1px solid #000000;
}

.section_container {
	max-width: 1000px;
	margin: auto;
}

.business_promotion_container {
	width: 90%;
	margin-top: 115px;
	margin-bottom: 80px;
}

.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: "";
}

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

.content_title_top {
	font-weight: 700;
	font-size: 45px;
	text-align: center;
}

.content_title_top.medium_font {
	font-weight: 300;
}

.content_title_bottom {
	font-size: 43px;
	text-align: center;
}

.content_title_bottom {
	font-weight: 300;
	font-size: 40px;
}

.content_title_bottom.bold_font {
	font-weight: 700;
}

.content_lead_bottom {
	font-weight: 500;
	font-size: 18px;
	text-align: center;
}

.philosophy_list_wrap {
	margin-top: 25px;
	counter-reset: num;
}

.list_alphabet {
	margin-left: 30px;
	font-weight: 500;
	font-size: 25px;
}

.list_alphabet::before {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 15px;
	margin-bottom: 3px;
	border-radius: 50%;
	background-color: #000000;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	content: counter(num, upper-alpha);
	counter-increment: num;
}

.philosophy_image_wrap img {
	max-width: 100%;
	margin: auto;
}
.business_philosophy .flex_box_container {
	width: 100%;
	margin-top: 40px;
}

.flex_box_container img {
	max-width: 100%;
}

.flex_content_container {
	position: relative;
	margin-bottom: 30px;
}

.title_background_span {
	text-align: center;
}

.title_background_text {
	display: flex;

/* padding: 0.5% 10%; */
	width: 440px;
	height: 38px;
	margin: auto;
	border-radius: 19.17px;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.4em;
	justify-content: center;
	align-items: center;
}

.title_background_text.green {
	background-color: #668c21;
}

.title_background_text.aqua {
	background-color: #96c3d5;
}

.title_background_text.brue {
	background-color: #1f5398;
}

.title_background_text.red {
	background-color: #f14a22;
}

.flex_box {
	display: flex;
	position: relative;
	max-width: 900px;
	margin: auto;
	padding-top: 80px;

/* height: 88px; */
	flex-wrap: wrap;
	justify-content: space-evenly;

	gap: 10px 0;
}

.flex_box::after {
	display: block;
	width: 32%;
	content: "";
}

.flex_box img {
	position: relative;
	top: -60px;
	z-index: 10;
	max-width: 291px;
	width: 100%;
}

.background_container {
	position: absolute;
	bottom: 40px;
	width: 100%;
	border-radius: 23px;
}

.background_container.green {
	height: 88px;
	background-color: #668c21;
}

.background_container.aqua {
	height: 222px;
	background-color: #96c3d5;
}

.background_container.brue {
	height: 360px;
	background-color: #1f5398;
}

.background_container.red {
	height: 222px;
	background-color: #f14a22;
}

.last_year_container , .this_year_container {
	width: 90%;
}

.this_year_container {
	margin-top: 155px;
}

.explanation_title {
	margin-top: 30px;
}

.last_year_wrap img , .this_year_wrap img {
	max-width: 700px;
	width: 100%;
	margin: auto;
}

.explanation_title {
	color: #1f5398;
	font-size: 20px;
	text-align: center;
}

.history_container {
	width: 90%;
	margin-top: 175px;
	margin-bottom: 150px;
}

.history_table {
	width: 100%;
	margin-top: 35px;
	border-top: 2px solid #707070;
	border-collapse: collapse;
}

.year_tr_wrap {
	border-bottom: 1px solid #707070;
}

.year_td {
	padding: 2% 0;
	padding-left: 3%;
	background-color: #1f5398;
	color: #ffffff;
	font-weight: 700;
	font-size: 22px;
	text-align: left;
}

.history_tr_wrap {
	border-bottom: 1px solid #707070;
}

.history_th.width10 , .history_td.width10 {
	width: 20%;
	color: #1f5398;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

.history_td {
	padding: 2% 0;
}

.padding-left {
	padding-left: 30px;
}

@media screen and (max-width: 1000px) {
	.history_th , .history_td {
		display: block;
	}
	.year_td {
		font-size: 19px;
	}
	.history_th.width10 , .history_td.width10 {
		width: 100%;
		font-size: 16px;
		text-align: left;
	}
	.history_th {
		padding-top: 10px;
	}
	.history_td {
		padding: 1% 0;
		padding-top: 3%;
		padding-right: 6%;
		padding-left: 6%;
	}
	.history_td.padding-left {
		padding-top: 1%;
		padding-bottom: 3%;
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	.policy_list_container {
		margin-top: 35px;
	}
	.key_visual_container {
		padding-top: 4%;
		padding-bottom: 5%;
	}
	.key_visual_ad {
		font-size: 80px;
	}
	.key_visual_title__h4 {
		font-size: 18px;
	}
	.key_visual_text {
		padding: 0 20px;
		font-size: 14px;
		line-height: 1.5;
	}
	.policy_title_wrap {
		display: flex;
		margin-bottom: 15px;
		flex-direction: column;
		align-items: center;
	}
	.number_span {
		padding-right: 0;
		font-size: 28px;
	}
	.number_span::after {
		font-size: 70px;
	}
	.policy_title {
		font-size: 20px;
	}
	.policy_text {
		font-size: 13px;
	}
	.event_list_top_title {
		font-size: 23px;
	}
	.br_768 {
		display: block;
	}
	.top_title_span {
		font-size: 14px;
	}
	.schedule_table_wrap {
		display: block;
		overflow-x: scroll;
		margin-left: 20px;
		white-space: nowrap;
	}
	.schedule_table_container {
		overflow-x: scroll;
		min-width: 800px;
	}
	.th_wrap {
		font-size: 17px;
	}
	.td_wrap {
		font-size: 16px;
	}
	.content_title_top {
		margin-bottom: 10px;
		font-size: 28px;
	}
	.content_title_bottom {
		margin-bottom: 10px;
		font-size: 26px;
	}
	.content_lead_bottom {
		font-size: 14px;
	}
	.list_alphabet {
		margin-left: 0;
		font-size: 18px;
	}
	.list_alphabet::before {
		width: 24px;
		height: 24px;
		margin-right: 10px;
		font-size: 15px;
	}
	.title_background_text {
		width: 337px;
		font-size: 14px;
	}
	.background_container.aqua {
		height: 88px;
	}
	.background_container.brue {
		height: 88px;
	}
	.background_container.red {
		height: 88px;
	}
}
