body {
	background: #fff;
}

.main_pic {
	position: relative;
	height: 60vw;
	max-height: 420px;
	min-height: 250px;
	overflow: hidden;
}

.main_pic>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.main_pic::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 1;
}

.main_pic_school .main_copy {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* 縦中央 */
	text-align: center;
	color: #fff;
}

.main_pic_school h1 {
	position: static;
	left: auto;
	top: auto;
	transform: none;
	margin: 0 0 8px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.1;
}

.main_pic_school .main_sub {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
}

/*=========================
Event
=========================*/

.event {
	padding: 40px 20px 60px;
}

.event_inner {
	margin: 0 auto;
}

.event .section_title {
	margin-bottom: 20px;
}

/*----------------
カード共通
----------------*/

.event_card {
	border-radius: 12px;
	padding: 22px 14px;
	margin-bottom: 18px;
	border: 1px solid;
	text-align: center;
}

.event_green {
	background: #d9f2d3;
	border-color: #73b65d;
}

.event_blue {
	background: #d9ebf8;
	border-color: #63a4cf;
}

.event_pink {
	background: #fde0ea;
	border-color: #ef6f95;
}

/*----------------
タイトル
----------------*/

.event_title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: #243b6b;
	margin-bottom: 6px;
}

.event_entry {
	font-size: 14px;
	font-weight: 700;
	color: #f08b24;
	margin-bottom: 14px;
}

/*----------------
イベント情報
----------------*/

.event_info {
	list-style: none;
	padding: 0;
	margin: 0 0 18px;
	display: inline-block;
	text-align: left;
}

.event_info li {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 700;
	color: #243b6b;
}

.event_info li:last-child {
	margin-bottom: 0;
}

.event_info .label {
	display: inline-block;
	width: 68px;
	margin-right: 8px;
}

/*----------------
日程
----------------*/

.event_schedule {
	background: #fff;
	border: 2px solid #666;
	border-radius: 6px;
	padding: 12px;
	margin-bottom: 18px;
}

.event_schedule p {
	margin: 0 0 5px;
	font-size: 13px;
	font-weight: 500;
	color: #243b6b;
	line-height: 1.6;
}

.event_schedule p:last-child {
	margin-bottom: 0;
}

/*----------------
ボタン
----------------*/

.event_btn {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.event_btn a {
	flex: 1;
	height: 42px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	transition: .3s;
}

.btn_pdf {
	background: #243b6b;
	color: #fff;
}

.btn_entry {
	background: #0b7a18;
	color: #fff;
}

/*----------------
ホバー
----------------*/

.btn_pdf:hover,
.btn_entry:hover {
	opacity: .8;
}

/*=========================
無料体験
=========================*/

.event_trial {
	background: #e7e7e7;
	border-color: #333;
}

/*=========================
Tournament
=========================*/

.event_tournament {
	background: #e7e7e7;
	border-color: #333;
	padding: 50px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
}

.tournament_text {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: #243b6b;
	text-align: center;
	line-height: 1.6;
}

/*=========================
見出し間隔調整
=========================*/

.event>.section_title:not(:first-child),
.event_inner>.section_title:not(:first-child) {
	margin-top: 54px;
	margin-bottom: 20px;
}

/*=========================
無料体験の日程
=========================*/

.event_trial .event_schedule p {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
}

/*=========================
無料体験カード内の余白
=========================*/

.event_trial .event_info {
	margin-bottom: 16px;
}

.event_trial .event_schedule {
	margin-bottom: 18px;
}

@media (min-width: 960px) {

	.event,
	.event_card {


		max-width: 800px;

		margin: 0 auto;


	}

	.event_card{
		margin-bottom: 30px;
	}

	.event_schedule {

		max-width: 500px;
		margin: 0 auto;
	}

	.event_title {
	font-size: 24px;
	margin-bottom: 6px;
}

.event_entry {
	font-size: 18px;
	margin-bottom: 14px;
}

.event_schedule p {
	font-size: 14px;
	
}

	.event_btn {
		gap: 12px;
		margin: 20px 30px ;
		
	}

	




}