@charset "UTF-8";

.sec {
}

.sec_ttl {
}

.examination_hd {
}

.examination_hd_wrap {
}

.examination_hd_ttl {
}

.examination_hd_ttl_wrap {
}

.examination_hd_ttl_cnt {
}

.examination_hd_pnkz {
}

.examination_hd_pnkz_list {
}

.top {
	padding-top: 110px;
}

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

.top_admissions_cnt {
}

.top_admissions_cnt a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 110px;
	border: 1px solid #000000;
	background: #c4ff00;
	font-size: 24px;
}

.top_admissions_pdf a {
	gap: 14px;
}

.top_admissions_blank a {
	gap: 7px;
}

.top_admissions_cnt a span {
	display: flex;
}

.top_admissions_cnt p {
	margin-top: 20px;
}

.top_request {
}

.top_request_wrap {
	display: flex;
	position: relative;
	height: 240px;
	padding-left: 73px;
	background: #c4ff00;
}

.top_request_wrap::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(../img/cmn/grid-bg@2x.png) center / 75px 75px;

	mix-blend-mode: multiply;
}

.top_request_txt {
	display: flex;
	align-items: center;
	gap: 54px;
	position: relative;
	z-index: 5;
}

.top_request_txt_hd {
}

.top_request_txt_hd_jp {
	font-size: 40px;
	line-height: 1;
}

.top_request_txt_hd_en {
	font-size: 18px;
}

.top_request_txt_cnt {
}

.top_request_item {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 4;
	pointer-events: none;
}

.info {
}

.info_ttl {
}

.info_wrap {
}

.info_list {
}

.info_list_link {
}

.info_list_link_time {
}

.info_list_link_cnt {
}

.info_list_link_hd {
}

.info_list_link_ttl {
}

.info_wrap {
	display: flex;
	flex-flow: column;
	gap: 5px;
	margin-bottom: 20px;
}

.info_list {
	border: #000000 solid 1px;
	background: #ffffff;
}

.info_list_link {
	display: flex;
}

.info_list_link_time {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	border-right: 1px solid #000000;
	line-height: 1.1;
	text-align: center;
}

.info_list_link_time span {
	font-size: 20px;
}

.info_list_link_cnt {
	position: relative;
	width: 100%;
	padding: 15px;
	overflow: hidden;
}

.info_list_link_cnt::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #c4ff00;
	transform: translateX(-101%);
	transition: transform 0.4s;
}

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

.info_list_link_hd {
	position: relative;
	z-index: 2;
}

.info_list_link_hd span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	min-width: 155px;
	height: 26px;
	padding: 5px 14px 2px;
	border: 1px solid #ffffff;
	border-radius: 9999px;
	background: #c4ff00;
	font-size: 14px;
	line-height: 1;
}

.info_list_link_ttl {
	position: relative;
	z-index: 2;
	font-weight: bold;
}

.info_archive {
	width: 270px;
	margin: 0 0 0 auto;
}

.info_archive a {
	background: #c4ff00;
}

.info_archive a:hover {
	background: #198e3f;
}

.info_link_arrow {
}

.fee {
	padding-bottom: 100px;
}

.fee_ttl {
}

.fee_wrap {
}

.fee_tbl {
}

.fee_tbl table {
	width: 100%;
	margin-bottom: 20px;
	line-height: 1;
}

.fee_tbl table thead tr > *,
.fee_tbl table tbody tr > * {
	padding: 17px 0;
	border: 1px solid ;
	text-align: center;
	table-layout: fixed;
	vertical-align: middle;
}

.fee_tbl table thead {
}

.fee_tbl table thead tr {
	border: 1px solid;
	background: #ffff00;
}

.fee_tbl table thead tr th {
}

.fee_tbl table thead tr td {
}

.fee_tbl table tbody {
}

.fee_tbl table tbody tr {
	border: 1px solid;
}

.fee_tbl table tbody tr th {
}

.fee_tbl table tbody tr td {
}

.fee_tbl table thead tr th.grade,
.fee_tbl table tbody tr td.grade {
	width: 100px;
}

.fee_tbl table thead tr th.period,
.fee_tbl table tbody tr td.period {
	width: 75px;
}

.fee_tbl table tbody tr td.p-total,
.fee_tbl table thead tr th.p-total {
	width: 115px;
	border-left: 3px double;
}

.fee_tbl table tbody tr td.y-total,
.fee_tbl table thead tr th.y-total {
	width: 158px;
}

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

.case_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 810px;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 68px;
	border: 1px solid #000000;
	border-radius: 9999px;
	background: #ffffff;
	font-size: 24px;
}

.case_ttl::before,
.case_ttl::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%);
}

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

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

.case_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 85px 39px;
}

.case_cnt {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 56 / 32;
}

.case_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #000000;
}

.case_img img {
	width: 100%;
	height: 100%;
	transition: all 0.1s;
	object-fit: cover;
}

.case_cnt:hover .case_img img {
	scale: 1.06;
}

.case_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	right: -20px;
	bottom: -30px;
	z-index: 10;
	width: 325px;
	height: 60px;
	padding: 0 20px 0 28px;
	border: #000000 solid 1px;
	background: #c4ff00;
	font-weight: bold;
	font-size: 20px;
}

.case_cnt:hover .case_btn {
	background: #198e3f;
	color: #ffffff;
}

.case_btn_txt {
}

.case_btn_arrow {
}

.case_cnt:hover .cmnlink_arrow > .icon-arrow.cmnlink_arrow_after {
	transform: translate(50%, 50%);
}

.case_cnt:hover .cmnlink_arrow > .icon-arrow.cmnlink_arrow_before {
	transform: translate(200%, 50%);
}

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

@media screen and (max-width:768px) {
	.sec {
	}

	.sec_ttl {
	}

	.examination_hd {
	}

	.examination_hd_wrap {
	}

	.examination_hd_ttl {
	}

	.examination_hd_ttl_wrap {
	}

	.examination_hd_ttl_cnt {
	}

	.examination_hd_pnkz {
	}

	.examination_hd_pnkz_list {
	}

	.top {
		padding-top: 50px;
	}

	.top_admissions {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 30px;
	}

	.top_admissions_cnt {
	}

	.top_admissions_cnt a {
		height: 80px;
		font-size: 18px;
	}

	.top_admissions_pdf a {
	}

	.top_admissions_blank a {
	}

	.top_admissions_cnt a span {
	}

	.top_admissions_cnt p {
		margin-top: 5px;
		font-size: 14px;
		line-height: 1.6;
	}

	.top_request {
	}

	.top_request_wrap {
		height: 401px;
		padding: 30px 15px;
	}

	.top_request_wrap::before {
	}

	.top_request_txt {
		flex-flow: column;
		gap: 13px;
	}

	.top_request_txt_hd {
		text-align: center;
	}

	.top_request_txt_hd_jp {
		font-size: 32px;
	}

	.top_request_txt_hd_en {
	}

	.top_request_txt_cnt {
		font-size: 16px;
		line-height: 1.6;
	}

	.top_request_item {
		right: 50%;
		width: 90%;
		transform: translateX(50%);
	}

	.info {
	}

	.info_ttl {
	}

	.info_wrap {
	}

	.info_list {
	}

	.info_list_link {
	}

	.info_list_link_time {
	}

	.info_list_link_cnt {
	}

	.info_list_link_hd {
	}

	.info_list_link_ttl {
	}

	.info_wrap {
	}

	.info_list {
	}

	.info_list_link {
	}

	.info_list_link_time {
	}

	.info_list_link_time span {
		font-size: 18px;
	}

	.info_list_link_cnt {
		padding: 10px 5px;
	}

	.info_list_link_cnt::before {
	}

	.info_list_link:hover .info_list_link_cnt::before {
	}

	.info_list_link_hd {
	}

	.info_list_link_hd span {
		min-width: 100px;
		height: 23px;
		font-size: 12px;
	}

	.info_list_link_ttl {
	}

	.info_archive {
	}

	.info_archive a {
	}

	.info_archive a:hover {
	}

	.info_link_arrow {
	}

	.fee {
	}

	.fee_ttl {
	}

	.fee_wrap {
	}

	.fee_tbl {
	}

	.fee_tbl_wrap {
		width: 100%;
		overflow: scroll;
	}

	.fee_tbl table {
		width: 1000px;
	}

	.fee_tbl table thead tr > *,
	.fee_tbl table tbody tr > * {
	}

	.fee_tbl table thead {
	}

	.fee_tbl table thead tr {
	}

	.fee_tbl table thead tr th {
	}

	.fee_tbl table thead tr td {
	}

	.fee_tbl table tbody {
	}

	.fee_tbl table tbody tr {
	}

	.fee_tbl table tbody tr th {
	}

	.fee_tbl table tbody tr td {
	}

	.fee_tbl table thead tr th.grade,
	.fee_tbl table tbody tr td.grade {
	}

	.fee_tbl table thead tr th.period,
	.fee_tbl table tbody tr td.period {
	}

	.fee_tbl table tbody tr td.p-total,
	.fee_tbl table thead tr th.p-total {
	}

	.fee_tbl table tbody tr td.y-total,
	.fee_tbl table thead tr th.y-total {
	}

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

	.case_ttl {
		width: 330px;
		height: auto;
		margin-bottom: 48px;
		padding: 15px 15px;
		font-size: 18px;
		line-height: 1.3;
		text-align: center;
	}

	.case_ttl::before,
	.case_ttl::after {
	}

	.case_ttl::before {
	}

	.case_ttl::after {
	}

	.case_wrap {
		grid-template-columns: 1fr;
		gap: 60px;
	}

	.case_cnt {
	}

	.case_img {
	}

	.case_img img {
	}

	.case_cnt:hover .case_img img {
	}

	.case_btn {
		width: 281px;
		font-size: 18px;
	}

	.case_cnt:hover .case_btn {
	}

	.case_btn_txt {
	}

	.case_btn_arrow {
	}

	.case_cnt:hover .cmnlink_arrow > .icon-arrow.cmnlink_arrow_after {
	}

	.case_cnt:hover .cmnlink_arrow > .icon-arrow.cmnlink_arrow_before {
	}
}
