@charset "UTF-8";

/*  イベント ニュース　*/

.news-block {
	background: #FFF;
	padding: 40px;
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	border-radius: 4px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
}
.news-block h2 {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 20px;
}
.news-index-btn {
	position: absolute;
	right: 40px;
	top: 40px;
	min-width: 200px;
	border-radius: 40px;
	height: 26px;
	background: #00A0C8;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	overflow: hidden;
	z-index: 1;
}

.news-index-btn p {
	text-align: center;
	color: #FFF;
	font-size: 12px;
	line-height: 1.1em;
	position: relative;
	display: inline-block;
}

.news-index-btn p:after {
	position: absolute;
	right: -15px;
	top: calc(50% - 3px);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 2px solid #FFF;
	border-right: 0;
}

.news-list {
	position: relative;
}

.news-list .item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #F1F2EA;
}

.news-list .item .category {
	width: 150px;
	height: 2em;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.75rem;
	text-align: center;
	line-height: 1.6em;
}

.category-open {
	border-radius: 2px;
	background: #32A892;
}

.category-exam {
	border-radius: 2px;
	background: #576AD2;
}

.news-list .item .date {
	width: 80px;
	color: var(--main-color);
	line-height: 1.6em;
}

.news-list .item .title {
	width: calc(100% - 280px);
	font-size: 1rem;
	line-height: 1.6em;
	position: relative;
}
.news-list .item .title span {
	position: relative;
}
.news-list .item .title.pdf,
.news-list .item .title.new {
	padding-right: 30px;
}
.news-list .item .title.pdf.new {
	padding-right: 60px;
}

.news-list .item .title.pdf:after {
	content: "[PDF]";
	color: var(--main-color);
	font-size: 0.8rem;
	font-weight: 400;
	margin-left: 10px;
}
.news-list .item .title.new span:after {
	content: "NEW!";
	line-height: 1.3em;
	color: #FFF;
	font-size: 11px;
	padding: 3px 5px;
	border-radius: 4px;
	margin-top: 3px;
	margin-left: 5px;
	background: #ED4841;
}
.news-list .item .title.new.pdf span:after  {
	margin-left: 50px;
}

@media screen and (max-width: 834px) {
	.news-block {
		padding: 30px 5%;
		width: 96%;
	}

	.news-block h2 {
		font-size: 1.2rem;
		font-weight: 400;
		margin-bottom: 20px;
	}

	.news-index-btn {
		right: 5%;
		top: 34px;
		min-width: 150px;
		height: 22px;
		padding: 0 15px;
	}

	.news-index-btn p {
		font-size: 10px;
		line-height: 1.1em;
	}

	.news-index-btn p:after {
		right: -10px;
	}

	.news-list {
		position: relative;
	}

	.news-list .item {
		justify-content: flex-start;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #F1F2EA;
	}

	.news-list .item .category {
		width: 120px;
		color: #FFF;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 0.75rem;
		text-align: center;
		line-height: 1.3em;
	}

	.category-open {
		border-radius: 2px;
		background: #32A892;
	}

	.category-exam {
		border-radius: 2px;
		background: #576AD2;
	}

	.news-list .item .date {
		width: 80px;
		padding-left: 20px;
		color: var(--main-color);
		line-height: 1.3em;
	}

	.news-list .item .title {
		width: calc(100%);
		font-size: 1rem;
		line-height: 1.6em;
		padding: 3px 0 0;
	}
}


.center-txt {
	font-size: 1.2rem;
	text-align: center;
	padding: 0 0 30px;
}
@media screen and (max-width: 834px) {
	.center-txt {
		font-size: 1rem;
		text-align: center;
		padding: 0 0 20px;
	}
}


.section-bgc01 {
	background: #F1F2EA;
	padding-bottom: 100px;
}
.oc-features {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.oc-features li {
	width: 49%;
	margin-bottom: 2%;
	background: #FFF;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
	padding: 30px;
}
.oc-features li .ttl {
	text-align: center;
	font-size: 1.2rem;
	color: var(--main-color);
	font-weight: 500;
	position: relative;
	padding-top: 40px;
	margin-bottom: 10px;
}
.oc-features li .ttl:before {
	width: 30px;
	height: 30px;
	background-image: url(/admission/assets/img/inst_img/reason-point.svg);
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.oc-features li .split-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.oc-features li .split-box .txt {
	width: 70%;
}
.oc-features li .split-box .illust {
	width: 26%;
	padding: 5px 2%;
}
.event-buttons {
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
}
.event-buttons li {
	background: #FFF;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
	padding: 30px;
	margin-bottom: 15px;
	transition: all .4s;
}
.event-buttons li p {
	font-size: 1.2rem;
	font-weight: 500;
	padding-left: 40px;
	position: relative;
}
.event-buttons li p span {
	color: var(--main-color);
	padding-left: 10px;
}
.event-buttons li p:before {
	background-image: url(/admission/assets/img/event_img/calender.svg);
	left: 0;
	top: 3px;
	width: 30px;
	height: 25px;
}
.attention-txt {
	position: relative;
	text-align: center;
	font-size: 1.2rem;
	padding-top: 40px;
	margin-bottom: 30px;
}
.attention-txt:before {
	width: 30px;
	height: 30px;
	background-image: url(/admission/assets/img/inst_img/reason-point.svg);
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

@media (hover: hover) {
	.event-buttons li:hover {
		background: #f7f9fa;
	}
}

@media screen and (max-width: 834px) {
	.section-bgc01 {
		background: #F1F2EA;
		padding-bottom: 40px;
	}
	.oc-features {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	.oc-features li {
		width: 100%;
		margin-bottom: 2%;
		background: #FFF;
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
		padding: 30px;
	}
	.oc-features li .ttl {
		text-align: center;
		font-size: 1.2rem;
		color: var(--main-color);
		font-weight: 500;
		position: relative;
		padding-top: 36px;
		margin-bottom: 10px;
	}
	.oc-features li .ttl:before {
		width: 24px;
		height: 24px;
		background-image: url(/admission/assets/img/inst_img/reason-point.svg);
		left: 50%;
		transform: translateX(-50%);
		top: 0;
	}
	.oc-features li .split-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.oc-features li .split-box .txt {
		width: 100%;
		order: 2;
	}
	.oc-features li .split-box .illust {
		width: 100%;
		max-width: 90px;
		margin: 10px auto 0;
		padding: 5px 0 10px;
		order: 1;
	}
	.event-buttons {
		width: 90%;
		max-width: 750px;
		margin: 0 auto;
	}
	.event-buttons li {
		background: #FFF;
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
		padding: 15px;
		margin-bottom: 10px;
		transition: all .4s;
	}
	.event-buttons li p {
		font-size: 1rem;
		font-weight: 500;
		padding-left: 30px;
		position: relative;
	}
	.event-buttons li p span {
		color: var(--main-color);
		padding-left: 5px;
	}
	.event-buttons li p:before {
		background-image: url(/admission/assets/img/event_img/calender.svg);
		left: 0;
		top: 6px;
		width: 20px;
		height: 15px;
	}
	.attention-txt {
		position: relative;
		text-align: center;
		font-size: 1.2rem;
		padding-top: 40px;
		margin-bottom: 30px;
	}
	.attention-txt:before {
		width: 30px;
		height: 30px;
		background-image: url(/admission/assets/img/inst_img/reason-point.svg);
		left: 50%;
		transform: translateX(-50%);
		top: 0;
	}
}







.other-event {
	margin-bottom: 80px;
}
.other-event dl {
	margin: 0 auto;
}
.other-event dt {
	cursor: pointer;
	padding: 30px 70px 30px 30px;
	border-bottom: solid 1px #00A0C8;
	background: #F1F2EA;
	position: relative;
	margin-top: 20px;
}
.other-event dt:before {
	width: 32px;
	height: 32px;
	background: #FFF url(/admission/assets/img/common_img/toggle-open.svg) no-repeat center center;
	background-size: 24px auto;
	border-radius: 50%;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.other-event dt.open:before {
	background: #FFF url(/admission/assets/img/common_img/toggle-close.svg) no-repeat center center;
	background-size: 24px auto;
}
.other-event dt p {
	position: relative;
	padding-left: 60px;
	font-weight: 500;
	font-size: 1.2rem;
}
.other-event dt p:before {
	width: 40px;
	height: 35px;
	left: 0;
	top: 0;
}
.other-event dt:nth-of-type(1) p:before {
	background-image: url(/admission/assets/img/event_img/icon-person.svg);
}
.other-event dt:nth-of-type(2) p:before {
	background-image: url(/admission/assets/img/event_img/icon-group.svg);
}
.other-event dd {
	padding: 30px;
	border-top: none;
	display: none;
}
.other-event dt.open+dd {
	display: block;
}
.other-event dd .split-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.other-event dd .split-box .txt {
	width: 56%;
}
.other-event dd .split-box .image {
	width: 40%;
}
.other-event dd .split-box .txt p.space-under {
	padding-bottom: 30px;
}
.other-event dd .split-box ~ .blue-button {
	margin-top: 40px;
}
.plan-ttl {
	display: inline-block;
	background: #F1F2EA;
	padding: 3px 15px 3px 40px;
	border-radius: 40px;
	color: var(--main-color);
	position: relative;
	margin-bottom: 10px;
}
.plan-ttl:before {
	width: 14px;
	height: 18px;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("/admission/assets/img/lifestyle_img/pen.svg");
}
.other-event dd .note {
	font-size: 0.8rem;
	line-height: 1.3em;
	padding-bottom: 5px;
}
.dot-list li {
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 1.6em;
	position: relative;
}
.dot-list li:before {
	width: 10px;
	height: 10px;
	background: var(--main-color);
	left: 0;
	top: 8px;
	border-radius: 2px;
}

@media screen and (max-width: 834px) {
	.other-event {
		padding-bottom: 10px;
	}
	.other-event dt {
		cursor: pointer;
		padding: 20px 50px 20px 15px;
		border-bottom: solid 1px #00A0C8;
		background: #F1F2EA;
		position: relative;
		margin-top: 15px;
	}
	.other-event dt:before {
		width: 24px;
		height: 24px;
		background: #FFF url(/admission/assets/img/common_img/toggle-open.svg) no-repeat center center;
		background-size: 24px auto;
		border-radius: 50%;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
	.other-event dt.open:before {
		background: #FFF url(/admission/assets/img/common_img/toggle-close.svg) no-repeat center center;
		background-size: 24px auto;
	}
	.other-event dt p {
		position: relative;
		padding-left: 40px;
		font-weight: 500;
		font-size: 1rem;
	}
	.other-event dt p:before {
		width: 30px;
		height: 25px;
		left: 0;
		top: 0;
	}
	.other-event dt:nth-of-type(1) p:before {
		background-image: url(/admission/assets/img/event_img/icon-person.svg);
	}
	.other-event dt:nth-of-type(2) p:before {
		background-image: url(/admission/assets/img/event_img/icon-group.svg);
	}
	.other-event dd {
		padding: 20px;
		border-top: none;
		display: none;
	}
	.other-event dt.open+dd {
		display: block;
	}
	.other-event dd .split-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.other-event dd .split-box .txt {
		width: 100%;
		padding-bottom: 20px;
	}
	.other-event dd .split-box .image {
		width: 100%;
	}
	.other-event dd .split-box .txt p.space-under {
		padding-bottom: 20px;
	}
	.plan-ttl {
		display: inline-block;
		background: #F1F2EA;
		padding: 3px 15px 3px 40px;
		border-radius: 40px;
		color: var(--main-color);
		position: relative;
		margin-bottom: 10px;
	}
	.plan-ttl:before {
		width: 14px;
		height: 18px;
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
		background-image: url("/admission/assets/img/lifestyle_img/pen.svg");
	}
	.other-event dd .note {
		font-size: 0.8rem;
		line-height: 1.3em;
		padding-bottom: 5px;
	}
	.dot-list li {
		padding-left: 17px;
		margin-bottom: 10px;
		line-height: 1.6em;
		position: relative;
	}
	.dot-list li:before {
		width: 10px;
		height: 10px;
		background: var(--main-color);
		left: 0;
		top: 5px;
		border-radius: 2px;
	}
}





.news-event-table {
	width: 100%;
	border-collapse: collapse;
	color: #333;
	margin-bottom: 80px;
}

.news-event-table th {
	vertical-align: middle;
	text-align: center;
}

.news-event-table .col-header {
	background: #0DA5CB;
	color: #FFF;
	font-size: 0.9rem;
	line-height: 1.5em;
	font-weight: 600;
	padding: 20px 3px;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
.news-event-table .col-header:first-of-type {
	border-radius: 6px 0 0 0;
}
.news-event-table .col-header:last-of-type {
	border-radius: 0 6px 0 0;
}
.news-event-table td {
	padding: 20px 3px;
	font-size: 0.9rem;
	line-height: 1.5em;
	vertical-align: middle;
	text-align: center;
	border-right: solid 1px #B1B1B1;
	border-bottom: solid 1px #B1B1B1;
}
.news-event-table td:last-of-type {
	border-right: none;
}


@media screen and (max-width: 834px) {
	.news-event-table {
		width: 100%;
		border-collapse: collapse;
		color: #333;
		margin-bottom: 40px;
	}

	.news-event-table th {
		vertical-align: middle;
		text-align: center;
	}

	.news-event-table .col-header {
		background: #0DA5CB;
		color: #FFF;
		font-size: 0.8rem;
		line-height: 1.5em;
		font-weight: 600;
		padding: 10px 3px;
		border-top: solid 1px #FFF;
		border-right: solid 1px #FFF;
	}
	.news-event-table .col-header:first-of-type {
		border-radius: 6px 0 0 0;
	}
	.news-event-table .col-header:last-of-type {
		border-radius: 0 6px 0 0;
	}
	.news-event-table td {
		padding: 10px 3px;
		font-size: 0.8rem;
		line-height: 1.5em;
		vertical-align: middle;
		text-align: center;
		border-right: solid 1px #B1B1B1;
		border-bottom: solid 1px #B1B1B1;
	}
	.news-event-table td:last-of-type {
		border-right: none;
	}
}
