@charset "UTF-8";

.opencampus_hd {
	max-width: 1650px;
	height: 730px;
	margin: 0 auto;
	padding: 20px;
}

.opencampus_hd_wrap {
	display: flex;
	align-items: center;
	height: 100%;
	background: url(../img/open_campus/home/page-top-bg@2x.jpg) center / cover;
}

.opencampus_hd_ttl {
	position: relative;
	width: 100%;
	height: 275px;
}

.opencampus_hd_ttl_item {
	position: absolute;
	color: #c4ff00;
	font-size: clamp(6.875rem, 0.781rem + 7.5vw, 7.813rem);
	line-height: 1.4;
	line-height: 1;
}

.opencampus_hd_ttl_item:first-child {
	display: flex;
	align-items: end;
	gap: 40px;
	top: 0;
	left: 30px;
}

.opencampus_hd_ttl_item:last-child {
	right: 30px;
	bottom: 0;
}

.opencampus_hd_ttl h1 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 297px;
	height: 44px;
	background: #c4ff00;
	color: #000000;
	font-size: 24px;
}

.intro {
	padding: 70px 0 110px;
	border-bottom: 1px solid #000000;
}

.intro_wrap {
}

.intro_catch {
	margin-bottom: 36px;
	font-size: 40px;
	line-height: 1.5;
	text-align: center;
}

.intro_cnt {
}

.intro_txt {
	margin-bottom: 60px;
	text-align: center;
}

.intro_anchor {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 13px;
}

.intro_anchor a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 105px;
	padding: 25px 0 40px;
	background: #c4ff00;
	line-height: 1.5;
	text-align: center;
}

.intro_anchor a .icon-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 50%;
	bottom: 0;
	width: 43px;
	height: auto;
	border: 1px solid #000000;
	border-radius: 50%;
	background: #ffffff;
	font-size: 23px;
	transform: translate(50%, 50%) rotate(90deg);
	aspect-ratio: 1;
}

.oc-sec {
}

.oc-sec_ttl {
	position: relative;
	z-index: 5;
	font-size: 30px;
	line-height: 1;
	text-align: center;
}

.oc-sec_ttl::before {
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	bottom: -7px;
	z-index: -1;
	width: 290px;
	height: 12px;
	background: #c4ff00;
	transform: translateX(50%);
}

.schedule {
	padding: 100px 0;
	border-bottom: #000000 1px solid;
	background: url(../img/cmn/grid-bg@2x.png) center / 75px 75px;
}

.schedule_hd {
	margin-bottom: 40px;
}

.schedule_hd_ttl {
	margin-bottom: 40px;
}

.schedule_hd_txt {
	text-align: center;
}

.schedule_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.schedule_cnt {
}

.schedule_link {
	display: flex;
	flex-flow: column;
	justify-content: center;
	gap: 10px;
	position: relative;
	height: 120px;
	padding: 0 30px;
	overflow: hidden;
	border: #000000 1px solid;
	background: #ffffff;
}

.schedule_link::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--mcolor);
	transform: translateX(calc(-100% + 5px));
	transition: all 0.2s;
}

.schedule_link:hover:before {
	transform: translateX(0);
}

.schedule_link_ttl {
	position: relative;
	z-index: 3;
	font-size: 24px;
	line-height: 1;
}

.schedule_link_cnt {
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
	z-index: 3;
}

.schedule_link_cnt > p {
	font-size: 20px;
}

.schedule_link_cnt > span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 82px;
	height: 26px;
	border: 2px solid #ffffff;
	border-radius: 9999px;
	background: var(--mcolor);
}

.schedule_link .icon-arrow {
	position: absolute;
	right: 25px;
	bottom: 50%;
	z-index: 5;
	font-size: 20px;
	transform: translateY(50%);
}

.merit {
	padding: 100px 0;
	border-bottom: 1px solid #000000;
}

.merit_ttl {
	margin-bottom: 65px;
}

.merit_wrap {
}

.merit_cnt {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	margin-bottom: 55px;
}

.merit_box {
	padding: 11px 35px 37px;
	border: 1px solid;
	box-shadow: 6px 6px 0 #c4ff00;
	background: url(../img/cmn/grid-bg@2x.png) center / 75px 75px;
}

.merit_box_hd {
	text-align: center;
}

.merit_box_hd_num {
	margin-bottom: 14px;
	color: transparent;
	font-style: italic;
	font-size: 36px;
	line-height: 1.2;
	text-shadow: 1px 2px 0 #c4ff00;

	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000000;
}

.merit_box_hd_num span {
	display: inline-block;
	padding-left: 7px;
	font-size: 46px;
}

.merit_box_hd_ttl {
	margin-bottom: 10px;
	font-size: 24px;
}

.merit_box_cnt {
}

.merit_assistance {
	display: flex;
	position: relative;
	width: 760px;
	height: 188px;
	margin: 0 auto;
	padding: 0 35px 0 220px;
	box-shadow: 8px 8px 0 #000000;
	background: #c4ff00;
}

.merit_item {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -14px;
	left: 24px;
	width: 163px;
	height: auto;
	aspect-ratio: 1;
}

.merit_item_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border: 1px solid #000000;
	border-radius: 50%;
	background: #ffffff;
	transform: rotate(-45deg);
}

.merit_item_bg::before,
.merit_item_bg::after {
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	border-top: 17px solid;
	border-right: 9.5px solid transparent;
	border-left: 9.5px solid transparent;
	transform: translateX(50%);
}

.merit_item_bg::before {
	top: 100%;
	border-top-color: #000000;
}

.merit_item_bg::after {
	top: calc(100% - 2px);
	border-top-color: #ffffff;
}

.merit_item span {
	display: flex;
	position: relative;
	z-index: 2;
}

.merit_assistance_cnt {
	display: flex;
	flex-flow: column;
	justify-content: center;
	gap: 16px;
}

.merit_assistance_ttl {
	font-size: 36px;
	line-height: 1;
}

.merit_assistance_txt {
}

.select {
	padding: 100px 0;
	border-bottom: 1px solid #000000;
	background: url(../img/cmn/grid-bg@2x.png) center / 75px 75px;
}

.select_ttl {
	margin-bottom: 60px;
}

.select_wrap {
}

.select_cnt {
	margin-bottom: 60px;
}

.select_cnt:last-child {
	margin-bottom: 0;
}

.select_box {
	padding: 40px 60px 55px;
	border: 1px solid #000000;
	background: #ffffff;
}

.select_box_hd {
	display: flex;
	align-items: center;
	gap: 19px;
	position: relative;
	margin-bottom: 30px;
	border-bottom: 5px solid #e4e4e4;
}

.select_box_hd::before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 240px;
	height: 5px;
	background: var(--mcolor);
}

.select_box_hd span {
	margin-bottom: 14px;
	color: transparent;
	font-style: italic;
	font-size: 46px;
	line-height: 1.2;
	text-shadow: 1px 2px 0 var(--mcolor);

	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000000;
}

.select_box_hd h3 {
	font-size: 24px;
}

.select_box_tbl {
}

.select_box_tbl table {
	width: 100%;
}

.select_box_tbl table tbody {
}

.select_box_tbl table tbody tr {
}

.select_box_tbl table tbody tr th {
	width: 200px;
	padding: 10px 20px;
	border: 1px solid #000000;
	background: var(--mcolor);
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

.select_box_tbl table tbody tr td {
	border: 1px solid #000000;
}

.select_box_tbl_cell {
	padding: 16px 20px;
}

.select_box_tbl_cell.tbl_cell_img {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.select_box_tbl_cell.tbl_cell_img span {
	flex-shrink: 0;
	width: 170px;
}

.select_box_tbl_cell.tbl_cell_img span img {
	width: 100%;
}

.faq {
	padding-top: 100px;
}

.faq_ttl {
	margin-bottom: 45px;
}

.faq_wrap {
}

.faq_cnt {
	margin-bottom: 70px;
}

.faq_cnt:last-child {
	margin-bottom: 0;
}

.faq_cnt_hd {
	display: flex;
	align-items: center;
	gap: 19px;
	position: relative;
	margin-bottom: 30px;
	border-bottom: 5px solid #e4e4e4;
}

.faq_cnt_hd::before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 240px;
	height: 5px;
	background: #c4ff00;
}

.faq_cnt_hd span {
	margin-bottom: 14px;
	color: transparent;
	font-style: italic;
	font-size: 46px;
	line-height: 1.2;
	text-shadow: 1px 2px 0 #c4ff00;

	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000000;
}

.faq_cnt_hd p {
	font-size: 20px;
}

.faq_cnt_ans {
}

.faq_cnt_link {
	width: 270px;
	margin-top: 25px;
}

.faq_cnt_link .cmnlink {
	background: #c4ff00;
}

.faq_cnt_link .cmnlink:hover {
	background: #198e3f;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.opencampus_hd {
		height: 320px;
		padding: 5px;
	}

	.opencampus_hd_wrap {
	}

	.opencampus_hd_ttl {
		width: 400px;
		height: auto;
		margin: 0 auto;
	}

	.opencampus_hd_ttl_item {
		position: unset;
		font-size: 40px;
	}

	.opencampus_hd_ttl_item:first-child {
		flex-flow: column-reverse;
		align-items: start;
		gap: 4px;
	}

	.opencampus_hd_ttl_item:last-child {
	}

	.opencampus_hd_ttl h1 {
	}

	.intro {
		padding: 40px 0 70px;
	}

	.intro_wrap {
	}

	.intro_catch {
		font-size: 29px;
		text-align: start;
	}

	.intro_cnt {
	}

	.intro_txt {
		margin-bottom: 30px;
		text-align: start;
	}

	.intro_anchor {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.intro_anchor a {
	}

	.intro_anchor a .icon-arrow {
	}

	.oc-sec {
	}

	.oc-sec_ttl {
		margin-bottom: 40px;
		font-size: 24px;
	}

	.oc-sec_ttl::before {
		width: 200px;
	}

	.schedule {
		padding: 40px 0;
	}

	.schedule_hd {
		margin-bottom: 20px;
	}

	.schedule_hd_ttl {
		margin-bottom: 25px;
	}

	.schedule_hd_txt {
	}

	.schedule_wrap {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.schedule_cnt {
	}

	.schedule_link {
		height: auto;
		padding: 14px 16px;
	}

	.schedule_link::before {
	}

	.schedule_link:hover:before {
	}

	.schedule_link_ttl {
		font-size: 19px;
	}

	.schedule_link_cnt {
	}

	.schedule_link_cnt > p {
		font-size: 16px;
	}

	.schedule_link_cnt > span {
		width: 70px;
		height: 22px;
		font-size: 14px;
	}

	.schedule_link .icon-arrow {
	}

	.merit {
		padding: 50px 0;
	}

	.merit_ttl {
	}

	.merit_wrap {
	}

	.merit_cnt {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.merit_box {
		padding: 11px 15px 20px;
	}

	.merit_box_hd {
	}

	.merit_box_hd_num {
	}

	.merit_box_hd_num span {
	}

	.merit_box_hd_ttl {
	}

	.merit_box_cnt {
	}

	.merit_assistance {
		width: 100%;
		height: auto;
		padding: 70px 15px 20px 15px;
	}

	.merit_item {
		top: 0;
		right: 50%;
		left: auto;
		width: 90px;
		transform: translate(50%, -50%);
	}

	.merit_item_bg {
	}

	.merit_item_bg::before,
	.merit_item_bg::after {
	}

	.merit_item_bg::before {
	}

	.merit_item_bg::after {
	}

	.merit_item span {
		width: 50px;
	}

	.merit_assistance_cnt {
		gap: 10px;
	}

	.merit_assistance_ttl {
		font-size: 28px;
	}

	.merit_assistance_txt {
	}

	.select {
		padding: 50px 0;
	}

	.select_ttl {
	}

	.select_wrap {
	}

	.select_cnt {
	}

	.select_cnt:last-child {
	}

	.select_box {
		padding: 30px 19px 35px;
	}

	.select_box_hd {
	}

	.select_box_hd::before {
		width: 100px;
	}

	.select_box_hd span {
	}

	.select_box_hd h3 {
	}

	.select_box_tbl {
	}

	.select_box_tbl table {
	}

	.select_box_tbl table tbody {
	}

	.select_box_tbl table tbody tr {
	}

	.select_box_tbl table tbody tr th {
		display: block;
		width: 100%;
	}

	.select_box_tbl table tbody tr td {
		display: block;
	}

	.select_box_tbl_cell {
		padding: 12px 10px;
	}

	.select_box_tbl_cell.tbl_cell_img {
		flex-flow: column-reverse;
		align-items: center;
		gap: 10px;
	}

	.select_box_tbl_cell.tbl_cell_img span {
	}

	.select_box_tbl_cell.tbl_cell_img span img {
	}

	.faq {
		padding-top: 50px;
	}

	.faq_ttl {
	}

	.faq_wrap {
		margin-bottom: 40px;
	}

	.faq_cnt {
		margin-bottom: 30px;
	}

	.faq_cnt_hd {
		gap: 10px;
		margin-bottom: 20px;
		font-size: 18px;
	}

	.faq_cnt_hd::before {
		width: 100px;
	}

	.faq_cnt_hd span {
		font-size: 30px;
	}

	.faq_cnt_hd p {
		font-size: 18px;
	}

	.faq_cnt_ans {
	}

	.faq_cnt_link {
	}

	.faq_cnt_link .cmnlink {
	}

	.faq_cnt_link .cmnlink:hover {
	}
}
