@charset "utf-8";


/* all
-------------------------------------------------------------------*/
html {
	background: #FFFFFF;
	color: #333333;
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.4;
}
html .goti,
html .goti form * {
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
html .min,
html .min form * {
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
html .Roboto,
html .Roboto form * {
	font-family: "Roboto", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body {
	width: 100%;
	font-size: 100%;
	text-align: center;
	min-width: 1200px;
}
main {
	overflow: hidden;
	width: 100%;
}
.sitewrap {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media screen and (max-width:1220px) {

	body,
	.sitewrap {
		width: 100%;
		min-width: 0;
	}
	.sitewrap>* {
		padding-left: 2%;
		padding-right: 2%;
	}
}
@media screen and (max-width:767px) {
	html {
		font-size: 14px;
	}
	.sitewrap>* {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* header
-------------------------------------------------------------------*/
header#fix_menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.menu_top {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.menu_top #site_ttl {
	padding: 28px 30px 0;
	white-space: nowrap;
}
.menu_top #site_ttl a,
.menu_top #site_ttl p {
	display: inline-block;
	vertical-align: middle;
}
.drop_menu #NavWrap {
	padding: 0;
}
.drop_menu #NavWrap ul,
.drop_menu #NavWrap ul::after {
	display: none;
}
.drop_menu .header-btn_list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 0 2em;
	padding-right: 2em;
}
.drop_menu .header-btn_list .header-btn a {
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 216px;
	min-height: 3.125em;
	font-size: 1rem;
	letter-spacing: 0.05em;
	color: #282828;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #282828;
	padding: 0.5em;
	overflow: hidden;
	transition: color .4s;
}
.drop_menu .header-btn_list .header-btn a:hover {
	color: #fff;
}
.drop_menu .header-btn_list .header-btn a::before {
	position: absolute;
	z-index: -5;
	display: inline-block;
	content: "";
	width: 100%;
	height: 100%;
	background: #95bb4b;
	top: 0;
	left: 0;
	transform: scale(0, 1);
	transform-origin: right;
	transition: transform .4s;
}
.drop_menu .header-btn_list .header-btn a:hover::before {
	transform: scale(1, 1);
	transform-origin: left;
}
.drop_menu #switch {
	position: absolute;
	display: none;
	opacity: 0;
}
@media screen and (max-width: 767px) {
	header .menu_top {
		padding: 0;
	}
	.drop_menu #NavWrap {
		position: fixed;
		top: 60px;
		left: auto;
		right: -100%;
		width: 250px;
		z-index: 800;
		height: 100%;
		overflow: auto;
		visibility: hidden;
		box-sizing: border-box;
		transition: all 0.25s;
		background: #fff;
	}
	.drop_menu #NavWrap::-webkit-scrollbar {
		height: 10px;
		width: 10px;
	}
	.drop_menu #NavWrap::-webkit-scrollbar-track {
		border-radius: 10px;
		background: #b3b3b3;
	}
	.drop_menu #NavWrap::-webkit-scrollbar-thumb {
		border-radius: 10px;
	}
	.drop_menu #switch:checked~label+#NavWrap {
		visibility: visible;
		right: 0;
	}
	header#fix_menu,
	header#fix_menu.fixedMenu {
		top: 0;
		transition: none;
		position: fixed;
	}
	header .menu_top {
		top: 0;
		left: 0;
		width: 100%;
		z-index: 700;
		background: none;
		padding: 0;
		box-sizing: border-box;
	}
	header#fix_menu.fixedMenu .menu_top {
		background: #fff;
	}
	header .menu_top #site_ttl {
		padding: 12.5px 10px;
	}
	header .menu_top #site_ttl img {
		max-height: 35px;
		width: auto;
	}
	header .menu_top .menu_fix {
		position: relative;
	}
	.drop_menu #switch~label {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-direction: column;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 900;
		transition: 0.5s transform, right 0.2s;
		box-sizing: border-box;
		background: #69ba00;
		text-align: center;
		padding: 14px 6px;
		width: 60px;
		height: 60px;
		font-size: 0.575rem;
		font-weight: bold;
		color: #fff;
	}
	.drop_menu #switch~label b {
		z-index: 2;
		width: 100%;
		display: block;
		margin-bottom: 0;
	}
	.drop_menu #switch~label span {
		cursor: -webkit-grabbing;
		display: block;
		background: #fff;
		transition: 0.2s transform, 0.5s background;
		position: absolute;
		left: 0;
		right: 0;
		width: 20px;
		height: 2px;
		top: 22px;
		margin: auto;
	}
	.drop_menu #switch~label span:before,
	.drop_menu #switch~label span:after {
		content: "";
		display: block;
		background: #fff;
		position: absolute;
		width: 22px;
		height: 2px;
		margin-top: 0;
		transition: transform .4s;
	}
	.drop_menu #switch~label span:before {
		width: 24px;
		top: -7px;
	}
	.drop_menu #switch~label span:after {
		width: 15px;
		top: 7px;
	}
	.drop_menu #switch:checked~label span {
		background: transparent;
	}
	.drop_menu #switch:checked~label span:before {
		top: 0;
		width: 20px;
		transform: rotate(45deg);
	}
	.drop_menu #switch:checked~label span:after {
		transform: rotate(320deg);
		top: 0;
		margin-top: 0;
		width: 20px;
	}
	.drop_menu #NavWrap ul {
		display: block;
		border-left: none;
		height: auto;
		width: 100%;
		padding: 0;
	}
	.drop_menu #NavWrap ul li {
		display: block;
		padding: 0;
		border-bottom: solid 1px #69ba00;
	}
	.drop_menu #NavWrap li a,
	.drop_menu #NavWrap li a:hover {
		position: relative;
		z-index: 10;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
		font-size: 1rem;
		font-weight: bold;
		text-align: left;
		color: #69ba00;
		width: auto;
		min-height: 3.5em;
		padding: 1em;
		text-decoration: none;
	}
	.drop_menu #NavWrap li a::after {
		position: absolute;
		z-index: 10;
		display: inline-block;
		content: "";
		width: 8px;
		height: 8px;
		border-top: 2px solid #69ba00;
		border-right: 2px solid #69ba00;
		top: 0;
		bottom: 0;
		right: 1em;
		margin: auto;
		transform: rotate(45deg);
	}
	.drop_menu .header-btn_list {
		align-items: center;
		flex-direction: column;
		gap: 1em 2em;
		padding-right: 0;
		margin-top: 2em;
	}
	.drop_menu .header-btn_list .header-btn a {
		width: 220px;
	}
	.drop_menu .header-btn_list .header-btn a:hover {
		color: #282828;
	}
	.drop_menu .header-btn_list .header-btn a::before {
		display: none;
	}
}
/* contents
-------------------------------------------------------------------*/
main {
	display: block;
}
main img {
	max-width: 100%;
	height: auto;
}
main .section,
main section {
	position: relative;
	z-index: 10;
}
main .section-title>* {
	display: block;
	text-align: center;
	color: #282828;
}
main .section-title.text-wht>* {
	color: #fff;
}
main .section-title em {
	font-size: 3.25rem;
	font-weight: 700;
}
main .section-title span {
	font-size: 1.5rem;
	margin-bottom: 2em;
}
.mv-wrap .mv-bg_box {
	position: relative;
	z-index: 10;
	height: 100svh;
	min-height: 750px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
	.mv-wrap .mv-bg_box {
		height: auto;
	}
}
.mv-wrap .mv-bg_box .mv-bg_slide {
	width: 20%;
	overflow: hidden;
}
.mv-wrap .mv-bg_box .mv-bg_slide .slick-list,
.mv-wrap .mv-bg_box .mv-bg_slide .slick-track {
	height: 100%;
}
.mv-wrap .mv-bg_box .mv-bg_image {
	text-align: center;
}
.mv-wrap .mv-bg_box .mv-bg_image img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.mv-wrap .mv-text_box {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	bottom: 7%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	text-shadow: 0 0 13px rgba(47, 84, 0, 0.1);
}
.mv-wrap .mv-text_box .mv-text>* {
	display: block;
	text-align: center;
}
.mv-wrap .mv-text_box .mv-text em {
	font-size: min(11vw, 8.75rem);
	font-weight: bold;
	line-height: 1;
	color: #69ba00;
	letter-spacing: 0.03em;
}
.mv-wrap .mv-text_box .mv-text span {
	font-size: min(8vw, 6.25rem);
	font-weight: 300;
	letter-spacing: 0.05em;
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,0.3),0 0 10px rgba(0,0,0,0.3);
}
.mv-wrap .mv-text_box .mv-text_image {
	text-align: center;
	margin-top: 0.25em;
}
.mv-wrap .mv-text_box .mv-text_image img{
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.3));
}
.mv-wrap .mv-text_box .mv-text_title {
	text-align: center;
	font-size: 1.8125rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	color: #66cc00;
}
.page_link-wrap {
	padding: 3em 0;
}
.page_link-wrap .page_link-list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 0.75em 1%;
}
.page_link-wrap .page_link-list li {
	flex-basis: calc((100% / 4) - 0.75%);
}
.page_link-wrap .page_link-list li a {
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	min-height: 2.5em;
	font-size: 1.25rem;
	background: #fff;
	color: #69ba00;
	border: 1px solid #69ba00;
	padding: 0.5em 1.5em;
	text-decoration: none;
	transition: color .4s, background .4s;
}
.page_link-wrap .page_link-list li a:hover {
	background: #69ba00;
	color: #fff;
}
.page_link-wrap .page_link-list li a::after {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #69ba00;
	border-right: 2px solid #69ba00;
	transform: rotate(45deg);
	top: 0;
	right: 0.75em;
	bottom: 0;
	margin: auto;
	transition: border-color .4s;
}
.page_link-wrap .page_link-list li a:hover::after {
	border-color: #fff;
}
.schedule-wrap {
	padding: 5em 0;
}
.schedule-wrap .schedule-lead {
	text-align: center;
	font-size: 1.5rem;
	margin-top: 4em;
	margin-bottom: 1.5em;
}
.schedule-wrap .schedule-box input {
	display: none;
}
.schedule-wrap .schedule-checkbox_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.875em;
}
.schedule-wrap .schedule-checkbox_list dt {
	min-width: 235px;
	font-size: 1.125rem;
	font-weight: 500;
}
.schedule-wrap .schedule-checkbox_list dd {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.75em 1%;
	width: calc(100% - 235px);
	min-height: 5.875em;
	border-left: 1px solid #d0d0d0;
	padding-left: 1.25em;
}
.schedule-wrap .schedule-checkbox_list dd label {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-basis: calc((100% / 4) - 0.75%);
	min-width: 188px;
	min-height: 2.625em;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	background: #c4c4c4;
	border: 1px solid #c4c4c4;
	padding: 0.5em 0.25em;
}
.schedule-wrap .schedule-box input[id$="nursing"]:checked~.schedule-checkbox dd label[for$="nursing"],
.schedule-wrap .schedule-box input[id$="rehab"]:checked~.schedule-checkbox dd label[for$="rehab"],
.schedule-wrap .schedule-box input[id$="career"]:checked~.schedule-checkbox dd label[for$="career"],
.schedule-wrap .schedule-box input[id$="kanko"]:checked~.schedule-checkbox dd label[for$="kanko"],
.schedule-wrap .schedule-box input[id$="english"]:checked~.schedule-checkbox dd label[for$="english"],
.schedule-wrap .schedule-box input[id$="gengo"]:checked~.schedule-checkbox dd label[for$="gengo"],
.schedule-wrap .schedule-box input[id$="dental"]:checked~.schedule-checkbox dd label[for$="dental"],
.schedule-wrap .schedule-box input[id$="emergency"]:checked~.schedule-checkbox dd label[for$="emergency"],
.schedule-wrap .schedule-box input[id$="nutritional"]:checked~.schedule-checkbox dd label[for$="nutritional"],
.schedule-wrap .schedule-box input[id$="child"]:checked~.schedule-checkbox dd label[for$="child"],
.schedule-wrap .schedule-checkbox_list dd label:hover {
	background: #000000;
}
.schedule-wrap .schedule-list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 2em 2%;
	max-height: 636px;
	overflow: hidden;
	margin-bottom: 2.5em;
}
.schedule-wrap .schedule-list .schedule-item {
	flex-basis: calc((100% / 4) - 1.5%);
	height: 302px;
	background: #f6f9ee;
	border: 1px solid #eeeeee;
	padding: 0 1em 1.75em;
}
.schedule-wrap .schedule-box input[type="checkbox"]:checked~.schedule-list .schedule-item {
	display: none;
}
.schedule-wrap .schedule-box input[id$="nursing"]:checked~.schedule-list .schedule-item.nursing,
.schedule-wrap .schedule-box input[id$="rehab"]:checked~.schedule-list .schedule-item.rehab,
.schedule-wrap .schedule-box input[id$="career"]:checked~.schedule-list .schedule-item.career,
.schedule-wrap .schedule-box input[id$="kanko"]:checked~.schedule-list .schedule-item.kanko,
.schedule-wrap .schedule-box input[id$="english"]:checked~.schedule-list .schedule-item.english,
.schedule-wrap .schedule-box input[id$="gengo"]:checked~.schedule-list .schedule-item.gengo,
.schedule-wrap .schedule-box input[id$="dental"]:checked~.schedule-list .schedule-item.dental,
.schedule-wrap .schedule-box input[id$="emergency"]:checked~.schedule-list .schedule-item.emergency,
.schedule-wrap .schedule-box input[id$="nutritional"]:checked~.schedule-list .schedule-item.nutritional,
.schedule-wrap .schedule-box input[id$="child"]:checked~.schedule-list .schedule-item.child,
.schedule-wrap .schedule-box input:is([id$="nutritional"]:checked,[id$="emergency"]:checked,[id$="dental"]:checked,[id$="gengo"]:checked,[id$="nursing"]:checked,[id$="rehab"]:checked,[id$="career"]:checked)~.schedule-list .schedule-item.festa {
	display: block;
}
.schedule-wrap .schedule-list .schedule-item.festa {
	background: #f0f9fe;
}
.schedule-wrap .schedule-list .schedule-item .schedule-title {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 2.75em;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 600;
	border-bottom: 2px solid #eeeeee;
}
.schedule-wrap .schedule-list .schedule-item .schedule-date {
	text-align: center;
	margin-top: 0.75em;
	margin-bottom: 1em;
}
.schedule-wrap .schedule-list .schedule-item .schedule-day {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.25em;
}
.schedule-wrap .schedule-list .schedule-item .schedule-day span {
	font-size: 1.25rem;
}.schedule-wrap .schedule-list .schedule-item .schedule-day .sat {
	color: #4240d8;
}
.schedule-wrap .schedule-list .schedule-item .schedule-day .sun {
	color: #d84040;
}
.schedule-wrap .schedule-list .schedule-item .schedule-time {
	font-size: 1.5rem;
	font-weight: 500;
}
.schedule-wrap .schedule-list .schedule-item .schedule-btn a,
.schedule-wrap .schedule-list .schedule-item .schedule-btn p {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	min-height: 3.125em;
	font-size: 1rem;
	font-weight: 500;
	background: #fff;
	padding: 0.5em;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
	text-decoration: none;
	transition: transform .4s;
}
.schedule-wrap .schedule-list .schedule-item .schedule-btn a:hover {
	transform: translateY(3px);
}
.schedule-wrap .schedule-list .schedule-item .schedule-btn.btn-green a {
	color: #fff;
	background: #69ba00;
}
.schedule-wrap .schedule-list .schedule-item.festa .schedule-btn.btn-green a {
	background: #54c3f1;
}
.schedule-wrap .schedule-list .schedule-item .schedule-btn.btn-gray p {
	background: #dfe0dc;
}
.schedule-wrap .schedule-list .schedule-item .schedule-btn+.schedule-btn {
	margin-top: 1em;
}
.schedule-wrap .schedule-list .schedule-item .schedule-end {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 7.25em;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
}
.schedule-wrap .schedule-box .more-btn {
	display: block;
	width: fit-content;
	font-size: 1.125rem;
	font-weight: 500;
	color: #a3a3a3;
	margin: 0 auto 2em;
	text-decoration: underline;
	text-underline-offset: 0.5em;
}
.schedule-wrap .schedule-box input[id$="more"]:checked~.schedule-list {
	max-height: unset;
}
.schedule-wrap .schedule-box input[id$="more"]:checked~.more-btn {
	display: none;
}
.schedule-wrap .schedule-box .more-btn:hover {
	text-decoration: none;
}
.schedule-wrap .schedule-bg_image {
	position: absolute;
	z-index: -5;
}
.schedule-wrap .schedule-bg_image.image01 {
	top: 58px;
	left: calc(50% - 810px);
	transform: translateX(-50%);
}
.schedule-wrap .schedule-bg_image.image02 {
	top: 0;
	right: calc(50% - 1100px);
	transform: translateX(-50%);
}
.schedule-wrap .schedule-bg_image.image03 {
	top: 576px;
	right: calc(50% - 1110px);
	transform: translateX(-50%);
}
.schedule-wrap .schedule-bg_image.image04 {
	top: 864px;
	left: calc(50% - 780px);
	transform: translateX(-50%);
}
.schedule-wrap .schedule-bg_image.image05 {
	top: 1056px;
	right: calc(50% - 1050px);
	transform: translateX(-50%);
}
.schedule-wrap .oc_end{
	text-align:center;
	font-size:1.25rem;
	font-weight:bold;
	line-height:1.6;
}
.access-wrap .access-list {
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-bottom: 6em;
	background: #fff;
	background: linear-gradient(0deg, rgba(105, 186, 0, 1) 70%, rgba(255, 255, 255, 0) 70%);
}
.access-wrap .access-item {
	position: relative;
	z-index: 10;
	display: block;
	max-width: 458px;
	width: 24.5%;
	text-decoration: none;
}
.access-wrap .access-item_image {
	overflow: hidden;
}
.access-wrap .access-item_image img {
	transition: transform .4s;
}
.access-wrap .access-item:hover .access-item_image img {
	transform: scale(1.05);
}
.access-wrap .access-item_text {
	position: relative;
	z-index: 20;
	max-width: 383px;
	min-height: 9.625em;
	text-align: left;
	padding: 1em 1.25em;
	margin-top: -4.125em;
	margin-left: auto;
	background: #fff;
}
.access-wrap .access-item_campus {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.access-wrap .access-item_department {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 0.25em;
}
.access-wrap .access-item_department.list-row {
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;
}
.access-wrap .access-item_department.list-row>li {
	flex-basis: calc(50% - 0.125rem);
}
.access-wrap .access-item_department li {
	position: relative;
	z-index: 10;
	font-size: 1rem;
	font-weight: 500;
	padding-left: 1.5em;
}
.access-wrap .access-item_department>li::before {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 0.875rem;
	height: 0.875rem;
	background: #69ba00;
	top: 0.3em;
	left: 0;
}
.access-wrap .access-item_department>ul {
	padding-left: 1.5em;
}
.access-wrap .access-item_department>ul li {
	padding-left: 0.5em;
}
.access-wrap .access-item_department>ul li::before {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 4px;
	height: 1px;
	background: #333;
	top: 0.75em;
	left: 0;
}
.access-wrap .access-item_arrow {
	position: absolute;
	z-index: -5;
	display: inline-block;
	width: 2.25rem;
	height: 2.25rem;
	background: #fff;
	border: 1px solid #69ba00;
	border-radius: 50%;
	bottom: 1em;
	right: 1em;
	overflow: hidden;
	transition: background .4s;
}
.access-wrap .access-item_arrow::after {
	position: absolute;
	z-index: 5;
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #69ba00;
	border-right: 1px solid #69ba00;
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	right: 1em;
	transform: rotate(45deg);
	margin: auto;
	transition: border-color .4s;
}
.access-wrap .access-item:hover .access-item_arrow {
	background: #69ba00;
}
.access-wrap .access-item:hover .access-item_arrow::after {
	border-color: #fff;
}
.lesson-wrap {
	background: #f6f6f6;
	padding: 6em 0;
}
.lesson-wrap .lesson-list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 2em 2.2%;
}
.lesson-wrap .lesson-list+.lesson-list {
	border-top: 1px solid #c8c8c8;
	padding-top: 2em;
	margin-top: 2em;
}
.lesson-wrap .lesson-item {
	position: relative;
	flex-basis: calc((100% / 4) - 1.6665%);
	display: block;
	background: #fff;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
	text-decoration: none;
}
.lesson-wrap .lesson-item::after {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 100%;
	height: 100%;
	border: 2px solid #69ba00;
	box-sizing: border-box;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: opacity .4s;
}
.lesson-wrap .lesson-item:hover::after {
	opacity: 1;
}
.lesson-wrap .lesson-item_text {
	position: relative;
	z-index: 10;
	padding: 1.5em 1em;
	padding-right: 2em;
}
.lesson-wrap .lesson-item_text::after {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	border-top: 2px solid #e2e2e2;
	border-right: 2px solid #e2e2e2;
	top: 0;
	right: 1em;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
	transition: border-color .4s;
}
.lesson-wrap .lesson-item:hover .lesson-item_text::after {
	border-color: #69ba00;
}
.lesson-wrap .lesson-item .lesson-item_university {
	font-size: 0.875rem;
	font-weight: 600;
	color: #5e5e5e;
	margin-bottom: 0.75em;
}
.lesson-wrap .lesson-item .lesson-item_faculty {
	font-size: 1.125rem;
	font-weight: 500;
	color: #69ba00;
}
.faculty-wrap {
	background: #f6f9ee;
	padding: 7em 0;
}
.faculty-wrap .faculty-inner {
	max-width: 1520px;
	margin: auto;
}
.faculty-wrap .faculty-university_box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 3em;
	margin-top: 7em;
}
.faculty-wrap .faculty-title {
	position: relative;
	z-index: 10;
	display: inline-flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.faculty-wrap .faculty-title em {
	width: 34px;
	height: 415px;
	font-size: 2.125rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.15em;
	text-align: left;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.faculty-wrap .faculty-title span {
	width: 4.25rem;
	font-size: 4.25rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.15em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.faculty-wrap .faculty-university_box .faculty-title {
	flex-direction: row-reverse;
}
.faculty-wrap .faculty-university_box .faculty-title::before,
.faculty-wrap .faculty-university_box .faculty-title::after {
	position: absolute;
	z-index: -5;
	display: inline-block;
	content: "";
	width: 12.5em;
	height: 12.5em;
	background: #69ba00;
	top: 0;
	left: -8em;
}
.faculty-wrap .faculty-university_box .faculty-title::after {
	width: 4.6875em;
	height: 4.6875em;
	background: #d1d1d1;
	top: 9.5em;
	left: -11em;
	opacity: 0.6;
}
.faculty-wrap .faculty-university_box .faculty-title span {
	margin-top: 1em;
	margin-right: 1.25em;
}
.faculty-wrap .faculty-college_box .faculty-title {
	position: absolute;
	top: 6em;
	right: calc(50% - 640px);
	transform: translateX(-50%);
}
.faculty-wrap .faculty-college_box .faculty-title em {
	margin-top: 2em;
	margin-right: 2em;
}
.faculty-wrap .faculty-college_box .faculty-title::before,
.faculty-wrap .faculty-college_box .faculty-title::after,
.faculty-wrap .faculty-college_box .faculty-title em::before {
	position: absolute;
	z-index: -5;
	display: inline-block;
	content: "";
	width: 16.5em;
	height: 16.5em;
	background: #69ba00;
	top: -5em;
	left: 8.5em;
}
.faculty-wrap .faculty-college_box .faculty-title::after {
	width: 11.6875em;
	height: 11.6875em;
	background: transparent;
	border: 3px solid #d1d1d1;
	top: 6.5em;
	left: 20em;
	opacity: 0.6;
	z-index: -10;
}
.faculty-wrap .faculty-college_box .faculty-title em::before {
	width: 1.5em;
	height: 1.5em;
	background: #d1d1d1;
	top: 9.5em;
	left: 6em;
	opacity: 0.6;
}
.faculty-wrap .faculty-college_box {
	position: relative;
	z-index: 10;
	padding-top: 7em;
}
.faculty-wrap .faculty-list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 2em 4.5em;
}
.faculty-wrap .faculty-item {
	width: calc((100% / 3) - 3em);
	text-decoration: none;
}
.faculty-wrap .faculty-item:nth-child(3n - 2) {
	margin-top: 0;
}
.faculty-wrap .faculty-item:nth-child(3n - 1) {
	margin-top: 4em;
}
.faculty-wrap .faculty-item:nth-child(3n) {
	margin-top: 8em;
}
.faculty-wrap .faculty-university_box .faculty-item {
	width: calc((100% / 2) - 3em);
}
.faculty-wrap .faculty-item_image {
	position: relative;
	z-index: 10;
}
.faculty-wrap .faculty-item_image__inner {
	overflow: hidden;
}
.faculty-wrap .faculty-item_image__inner img {
	transition: transform .4s;
}
.faculty-wrap .faculty-item:hover .faculty-item_image__inner img {
	transform: scale(1.05);
}
.faculty-wrap .faculty-item_image .faculty-item_name {
	position: absolute;
	z-index: 10;
	bottom: 92%;
	left: 2%;
}
.faculty-wrap .item-nurse .faculty-item_image .faculty-item_name {
	width: 26.65%;
}
.faculty-wrap .item-rehab .faculty-item_image .faculty-item_name {
	width: 59.38%;
}
.faculty-wrap .item-career .faculty-item_image .faculty-item_name,
.faculty-wrap .item-kanko .faculty-item_image .faculty-item_name {
	width: 36.8%;
}
.faculty-wrap .item-english .faculty-item_image .faculty-item_name {
	width: 31.8%;
}
.faculty-wrap .item-gengo .faculty-item_image .faculty-item_name {
	bottom: 83%;
	width: 80.1%;
}
.faculty-wrap .item-dental .faculty-item_image .faculty-item_name {
	width: 27.7%;
}
.faculty-wrap .item-emergency .faculty-item_image .faculty-item_name {
	bottom: 82%;
	width: 79.4%;
}
.faculty-wrap .item-nutritional .faculty-item_image .faculty-item_name {
	bottom: 90%;
	width: 49.5%;
}
.faculty-wrap .item-child .faculty-item_image .faculty-item_name {
	bottom: 86%;
	width: 55.8%;
}
.faculty-wrap .faculty-item_title {
	position: relative;
	z-index: 10;
	width: fit-content;
	text-align: left;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 1.25em;
	margin-left: 1.5em;
	padding-right: 0.65em;
}
.faculty-wrap .faculty-item_title::before {
	position: absolute;
	z-index: -5;
	display: inline-block;
	content: "";
	width: 2em;
	height: 2em;
	background: #69ba00;
	opacity: 0.6;
	left: -1.5em;
	top: -1em;
}
.faculty-wrap .faculty-item_title::after {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #69ba00;
	border-right: 2px solid #69ba00;
	top: 0.1em;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
}
.voice-wrap {
	background: #69ba00;
}
.voice-wrap .voice-inner {
	max-width: 1725px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 0 10%;
}
.voice-wrap .voice-inner>* {
	padding-top: 5em;
}
.voice-wrap .section-title {
	position: absolute;
	top: 0;
	left: calc(50% - 721px);
	transform: translateX(-50%);
	bottom: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row-reverse;
	width: 460px;
	height: 100vh;
	background: url(../img/img_voice01.jpg);
	padding-right: 4em;
}
.voice-wrap.fixed_title .section-title {
	position: fixed;
}
.voice-wrap.absolute_title .section-title {
	position: absolute;
	top: auto;
	bottom: 0;
}
.voice-wrap .section-title>* {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.voice-wrap .voice-list {
	max-width: 1180px;
	text-align: left;
	padding-bottom: 5em;
}
.voice-wrap .voice-item {
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	max-width: 576px;
	width: 49%;
	min-height: 9.25em;
	background: #fff;
	float: left;
	padding: 2em 3.25em;
	margin-bottom: 6em;
}
.voice-wrap .voice-item:nth-child(2) {
	margin-top: 8em;
}
.voice-wrap .voice-item:nth-child(even) {
	float: right;
}
.voice-wrap .voice-item::after {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-width: 25px 54px 0 0;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	left: 0;
	right: 0;
	bottom: -20px;
	transform: rotate(7deg);
	margin: auto;
}
.voice-wrap .voice-item .voice-text {
	font-size: 1rem;
	line-height: 1.6;
}
.voice-wrap .voice-item .voice-text em {
	background: #fff;
	background: linear-gradient(0deg, rgba(255, 255, 0, 1) 40%, rgba(255, 255, 255, 0) 40%);
}
.voice-wrap .voice-item .voice-date {
	width: 100%;
	text-align: right;
	font-size: 0.875rem;
	color: #a2a69f;
}
.voice-wrap .voice-item:nth-child(n + 15) {
	display: none;
}
.voice-wrap input[id="voice-more"]:checked~.voice-list .voice-item:nth-child(n + 15) {
	display: flex;
}
.voice-wrap .more-btn {
	width: 100%;
	float: right;
	display: block;
	text-align: center;
	font-size: 1.125rem;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 0.5em;
	padding-bottom: 50vh;
}
.voice-wrap input[id="voice-more"]:checked~.voice-list .more-btn {
	display: none;
}
.data-wrap {
	background: #f6f6f6;
	padding: 7em 0;
}
.data-wrap .data-caution {
	text-align: right;
	font-size: 0.875rem;
}
.data-wrap .data-text {
	font-size: 1.25rem;
	line-height: 1.8;
	border-top: 1px solid #c8c8c8;
	margin-top: 3em;
	padding-top: 2em;
}
.gallery-wrap {
	padding: 6em 0;
}
.gallery-wrap .gallery-list {
	max-width: 1515px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.gallery-wrap .gallery-more_btn a {
	display: block;
	width: fit-content;
	font-size: 1.125rem;
	font-weight: 500;
	color: #a3a3a3;
	margin: 2em auto 0 ;
	text-decoration: underline;
	text-underline-offset: 0.5em;
}
.gallery-wrap .gallery-more_btn a:hover{
	text-decoration:none;
}
.qa-wrap {
	background: #f6f6f6;
	padding: 6em 0;
}
.qa-wrap .qa-item+.qa-item {
	margin-top: 1.5em;
}
.qa-wrap .qa-item dt,
.qa-wrap .qa-item dd {
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	background: #fff;
	border: 1px solid #b3b3b3;
	padding-right: 4em;
	cursor: pointer;
	transition: color .4s;
}
.qa-wrap .qa-item dt.opened {
	border-color: #69ba00;
	color: #69ba00;
}
.qa-wrap .qa-item dd {
	background: #f7fdea;
	border-top: none;
	border-color: #69ba00;
	padding-right: 0.5em;
}
.qa-wrap .qa-item dt span,
.qa-wrap .qa-item dd span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
	font-weight: 600;
	color: #69ba00;
	line-height: 1;
	width: 2em;
	height: 2em;
	background: #e8f7cf;
	margin-right: 2em;
}
.qa-wrap .qa-item dd span {
	color: #fff;
	background: #69ba00;
	margin-right: 1em;
}
.qa-wrap .qa-item dt em {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.125rem;
	padding: 0.5em 0;
	min-height: 5rem;
}
.qa-wrap .qa-item dd em {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1rem;
	font-weight: 500;
	color: #69ba00;
	padding: 0.5em 0;
	min-height: 5rem;
}
.qa-wrap .qa-item dt .qa-toggle {
	position: absolute;
	z-index: 10;
	width: 3.75em;
	height: 100%;
	background: #e8f7cf;
	top: 0;
	right: 0;
	bottom: 0;
}
.qa-wrap .qa-item dt.opened .qa-toggle {
	background: #69ba00;
}
.qa-wrap .qa-item dt .qa-toggle::before,
.qa-wrap .qa-item dt .qa-toggle::after {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 16px;
	height: 2px;
	background: #8bcc37;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.qa-wrap .qa-item dt.opened .qa-toggle::before,
.qa-wrap .qa-item dt.opened .qa-toggle::after {
	background: #fff;
}
.qa-wrap .qa-item dt .qa-toggle::after {
	transform: rotate(90deg);
	transition: transform .4s;
}
.qa-wrap .qa-item dt.opened .qa-toggle::after {
	transform: rotate(360deg);
}
.other-wrap {
	padding: 8em 0;
}
.other-wrap .other-square {
	position: absolute;
	z-index: -5;
}
.other-wrap .other-square.square-left {
	width: 264px;
	height: 364px;
	top: 10em;
	left: calc(50% - 695px);
	transform: translateX(-50%);
}
.other-wrap .other-square.square-right {
	width: 235px;
	height: 304px;
	top: 25em;
	right: calc(50% - 975px);
	transform: translateX(-50%);
}
.other-wrap .other-square.square-left .square-item {
	position: absolute;
	display: inline-block;
	width: 9.25em;
	height: 9.25em;
	background: #69ba00;
	top: 0;
	left: 0;
}
.other-wrap .other-square.square-left .square-item.item02 {
	width: 4.625em;
	height: 4.625em;
	background: #a5d666;
	top: 41%;
	right: 0;
	left: auto;
}
.other-wrap .other-square.square-left .square-item.item03 {
	width: 4.625em;
	height: 4.625em;
	background: transparent;
	border: 3px solid #d0d0d0;
	top: 53%;
	left: auto;
}
.other-wrap .other-square.square-left .square-item.item04 {
	width: 2em;
	height: 2em;
	background: #e3e3e3;
	top: auto;
	bottom: 0;
	left: 22%;
}
.other-wrap .other-square.square-right .square-item {
	position: absolute;
	display: inline-block;
	z-index: -5;
	width: 9.25em;
	height: 9.25em;
	background: #69ba00;
	top: 34%;
	right: 0;
}
.other-wrap .other-square.square-right .square-item.item02 {
	width: 3em;
	height: 3em;
	background: #69ba00;
	top: 0;
	left: 0;
}
.other-wrap .other-square.square-right .square-item.item03 {
	width: 6.25em;
	height: 6.25em;
	background: #dfdfdf;
	top: auto;
	bottom: 0;
	left: 12%;
	z-index: -2;
}
.other-wrap .other-lead {
	text-align: center;
	font-size: 1rem;
	line-height: 1.8;
	margin-bottom: 5em;
}
.other-wrap .other-list {
	max-width: 1000px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 2em 2.75%;
	margin: auto;
}
.other-wrap .other-item {
	display: block;
	flex-basis: calc((100% / 3) - 1.85%);
	text-decoration: none;
}
.other-wrap .other-item .other-image {
	overflow: hidden;
}
.other-wrap .other-item .other-image img {
	transition: transform .4s;
}
.other-wrap .other-item:hover .other-image img {
	transform: scale(1.05);
}
.other-wrap .other-item .other-text {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 1em;
}
.dormitory-wrap {
	padding: 6em 0;
	background: url(../img/img_dormitory01.jpg);
	background-position: center;
	background-size: cover;
}
.dormitory-wrap .dormitory-inner {
	background: #fff;
	padding-top: 4em;
	padding-bottom: 4em;
}
.dormitory-wrap .dormitory-lead {
	text-align: center;
	font-size: 1rem;
	line-height: 1.8;
	margin-bottom: 4em;
}
.dormitory-wrap .dormitory-box {
	max-width: 950px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 0 4%;
	margin: auto;
}
.dormitory-wrap .dormitory-box>* {
	flex-basis: 48%;
}
.dormitory-wrap .dormitory-text .dormitory-contactTitle {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 0.25em;
}
.dormitory-wrap .dormitory-text .dormitory-contactText {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1em;
}
.dormitory-wrap .dormitory-text .dormitory-contactBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 3.125em;
	font-size: 1rem;
	color: #fff;
	background: #282828;
	text-decoration: none;
	transition: transform .4s;
}
.dormitory-wrap .dormitory-text .dormitory-contactBtn a:hover {
	transform: translateY(3px);
}
.dormitory-wrap .dormitory-text .dormitory-contactBtn a span {
	position: relative;
	z-index: 10;
	padding-right: 1.5em;
}
.dormitory-wrap .dormitory-text .dormitory-contactBtn a span::after {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 1.125em;
	height: 1.0625em;
	background: url(../img/icon-target.svg) no-repeat;
	background-size: contain;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (min-width:1921px) {
	.voice-wrap .section-title {
		left: 0;
		transform: none;
	}
}
@media screen and (max-width:1760px) {
	.voice-wrap .voice-inner {
		padding-right: 1.25em;
	}
}
@media screen and (max-width:1600px) {
	.other-wrap .other-square.square-left {
		left: -40px;
		transform: none;
	}
	.other-wrap .other-square.square-right {
		right: -60px;
		transform: none;
	}
}
@media screen and (max-width:1480px) {
	.voice-wrap .section-title {
		left: -240px;
		transform: none;
		;
	}
	.voice-wrap .voice-list {
		width: calc(100% - 250px);
	}
}
@media screen and (max-width:1180px) {
	.access-wrap .access-item_department li {
		font-size: 0.875rem;
	}
}
@media screen and (max-width:1170px) {
	.faculty-wrap .faculty-college_box .faculty-title {
		right: 20px;
		transform: none;
	}
}
@media screen and (max-width:1130px) {
	.voice-wrap .voice-item:nth-child(2){
		margin-top:0;
	}
	.voice-wrap .voice-item {
		width: 100%;
		margin-bottom: 3em;
	}
}
@media screen and (max-width:767px) {
	main .section-title em {
		font-size: 1.85rem;
	}
	main .section-title span {
		font-size: 0.85rem;
	}
	.mv-wrap .mv-bg_box {
		min-height: 0;
		height: 90svh;
	}
	.mv-wrap .mv-bg_box .mv-bg_slide {
		width: 50%;
	}
	.mv-wrap .mv-text_box {
		bottom: 0;
		text-shadow: 0 0 13px rgba(255, 255, 255, 0.1);
		background: #fff;
		background: linear-gradient(0deg, #fff 20%, transparent 70%);
		padding-bottom: 2em;
	}
	.mv-wrap .mv-text_box .mv-text em {
		text-shadow: 0 0 20px rgba(255, 255, 255, 0.6), 0 0 20px rgba(255, 255, 255, 0.6), 0 0 20px rgba(255, 255, 255, 0.6);
		font-size: min(18vw, 4.875rem);
	}
	.mv-wrap .mv-text_box .mv-text span {
		font-size: min(8vw, 2rem);
		color: #69ba00;
		text-shadow: none;
	}
	.mv-wrap .mv-text_box .mv-text_image {
		width: 78%;
		margin: auto;
	}
	.mv-wrap .mv-text_box .mv-text_image img{
		filter:none;
	}
	.mv-wrap .mv-text_box .mv-text_title {
		font-size: min(4vw, 1rem);
		color: #69ba00;
	}
	.page_link-wrap {
		padding: 2em 0;
	}
	.page_link-wrap .page_link-list {
		gap: 0.75em 2%;
	}
	.page_link-wrap .page_link-list li {
		flex-basis: calc((100% / 2) - 1%);
	}
	.page_link-wrap .page_link-list li a {
		min-height: 3.5em;
		font-size: 0.875rem;
	}
	.page_link-wrap .page_link-list li a:hover {
		background: #fff;
		color: #69ba00;
	}
	.page_link-wrap .page_link-list li a::after {
		width: 6px;
		height: 6px;
		border-width: 1px;
		right: 0.65em;
	}
	.page_link-wrap .page_link-list li a:hover::after {
		border-color: #69ba00;
	}
	.schedule-wrap {
		padding: 0 0 2em;
	}
	.schedule-wrap .schedule-lead {
		font-size: 1.25rem;
		margin-top: 2.5em;
	}
	.schedule-wrap .schedule-checkbox_list {
		align-items: flex-start;
		flex-direction: column;
	}
	.schedule-wrap .schedule-checkbox_list dt {
		min-width: 0;
	}
	.schedule-wrap .schedule-checkbox_list dd {
		gap: 0.5em 2%;
		width: 100%;
		min-height: 0;
		border-top: 1px solid #d0d0d0;
		border-left: none;
		padding-top: 1em;
		padding-left: 0;
		margin-top: 0.5em;
	}
	.schedule-wrap .schedule-checkbox_list dd label {
		flex-basis: calc((100% / 2) - 1%);
		min-width: 0;
		min-height: 3em;
		font-size: 0.875rem;
	}
	.schedule-wrap .schedule-checkbox_list dd label:hover {
		background: #e2e2e2;
	}
	.schedule-wrap .schedule-list {
		gap: 1em 2%;
		max-height: 945px;
		margin-bottom: 1.5em;
	}
	.schedule-wrap .schedule-list .schedule-item {
		flex-basis: calc((100% / 2) - 1%);
		height: 225px;
		padding: 0 0.75em 1em;
	}
	.schedule-wrap .schedule-list .schedule-item .schedule-title {
		font-size: min(3.25vw, 1rem);
	}
	.schedule-wrap .schedule-list .schedule-item .schedule-day {
		font-size: min(6vw, 2rem);
		margin-bottom: 0.25em;
	}
	.schedule-wrap .schedule-list .schedule-item .schedule-day span {
		font-size: min(4vw, 1.25rem);
	}
	.schedule-wrap .schedule-list .schedule-item .schedule-time {
		font-size: min(4vw, 1.25rem);
	}
	.schedule-wrap .schedule-list .schedule-item .schedule-btn a,
	.schedule-wrap .schedule-list .schedule-item .schedule-btn p {
		font-size: 0.875rem;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	}
	.schedule-wrap .schedule-list .schedule-item .schedule-btn a:hover {
		transform: none;
	}
	.schedule-wrap .schedule-list .schedule-item .schedule-btn+.schedule-btn {
		margin-top: 0.5em;
	}
	.schedule-wrap .schedule-list .schedule-item .schedule-end {
		min-height: 6.75em;
		font-size: 0.875rem;
	}
	.schedule-wrap .schedule-box .more-btn {
		font-size: 1rem;
	}
	.schedule-wrap .schedule-bg_image {
		display: none;
	}
	.access-wrap{
		background:#69ba00;
		padding-top:2em;
	}
	.access-wrap .section-title >*{
		color:#fff;
	}
	.access-wrap .access-list {
		flex-direction: column;
		gap: 1em 0;
		padding-bottom: 3em;
		background: none;
	}
	.access-wrap .access-item {
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		max-width: 100%;
		width: 100%;
	}
	.access-wrap .access-item .access-item_image {
		width: 30%;
	}
	.access-wrap .access-item .access-item_image img {
		object-fit: cover;
		height: 100%;
	}
	.access-wrap .access-item:hover .access-item_image img {
		transform: none;
	}
	.access-wrap .access-item_text {
		max-width: 100%;
		width: 70%;
		min-height: 9em;
		margin-top: 0;
	}
	.access-wrap .access-item_campus {
		font-size: 1.25rem;
	}
	.access-wrap .access-item_department li {
		font-size: 0.875rem;
		padding-left: 1.25em;
	}
	.access-wrap .access-item_department>li::before {
		width: 0.75rem;
		height: 0.75rem;
		top: 0.2em;
	}
	.access-wrap .access-item_department>ul {
		padding-left: 1.25em;
	}
	.access-wrap .access-item_arrow {
		width: 1.5rem;
		height: 1.5rem;
		bottom: 0.5em;
		right: 0.5em;
	}
	.access-wrap .access-item_arrow::after {
		width: 4px;
		height: 4px;
		right: 0.625em;
	}
	.access-wrap .access-item:hover .access-item_arrow {
		background: #fff;
	}
	.access-wrap .access-item:hover .access-item_arrow::after {
		border-color: #69ba00;
	}
	.lesson-wrap {
		padding: 3em 0;
	}
	.lesson-wrap .lesson-list {
		gap: 1em 2%;
	}
	.lesson-wrap .lesson-list+.lesson-list {
		padding-top: 1.5em;
		margin-top: 1.5em;
	}
	.lesson-wrap .lesson-item {
		flex-basis: calc((100% / 2) - 1%);
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	}
	.lesson-wrap .lesson-item::after {
		display: none;
	}
	.lesson-wrap .lesson-item_text {
		padding: 1em 0.5em;
		padding-right: 1.5em;
	}
	.lesson-wrap .lesson-item_text::after {
		width: 8px;
		height: 8px;
		right: 0.75em;
	}
	.lesson-wrap .lesson-item:hover .lesson-item_text::after {
		border-color: #e2e2e2;
	}
	.lesson-wrap .lesson-item .lesson-item_university {
		font-size: 0.75rem;
		margin-bottom: 0.5em;
	}
	.lesson-wrap .lesson-item .lesson-item_faculty {
		font-size: min(3.25vw, 1rem);
	}
	.faculty-wrap {
		padding: 3em 0;
	}
	.faculty-wrap .faculty-inner {
		max-width: 100%;
		padding: 0 15px;
	}
	.faculty-wrap .faculty-title {
		display: flex;
		flex-direction: column;
	}
	.faculty-wrap .faculty-university_box .faculty-title {
		flex-direction: column;
	}
	.faculty-wrap .faculty-university_box {
		flex-direction: column;
		margin-top: 0;
		gap: 1.5em;
	}
	.faculty-wrap .faculty-title em {
		width: auto;
		height: auto;
		font-size: 1.5rem;
		-ms-writing-mode: unset;
		writing-mode: unset;
	}
	.faculty-wrap .faculty-title span {
		margin-top: 0.25em;
		width: auto;
		font-size: 3rem;
		-ms-writing-mode: unset;
		writing-mode: unset;
	}
	.faculty-wrap .faculty-university_box .faculty-title::before,
	.faculty-wrap .faculty-university_box .faculty-title::after {
		width: 6.5em;
		height: 6.5em;
		left: -4em;
		top: -1em;
	}
	.faculty-wrap .faculty-university_box .faculty-title::after {
		width: 3em;
		height: 3em;
		top: 3em;
		left: 1em;
	}
	.faculty-wrap .faculty-university_box .faculty-title span {
		margin-top: 0.25em;
		margin-right: 0;
	}
	.faculty-wrap .faculty-college_box .faculty-title {
		align-items: flex-end;
		position: static;
		margin-bottom: 2em;
	}
	.faculty-wrap .faculty-college_box .faculty-title em {
		margin-top: 0;
		margin-right: 0;
	}
	.faculty-wrap .faculty-college_box .faculty-title::before,
	.faculty-wrap .faculty-college_box .faculty-title::after,
	.faculty-wrap .faculty-college_box .faculty-title em::before {
		width: 9.5em;
		height: 9.5em;
		top: -2em;
		left: auto;
		right: -2em;
	}
	.faculty-wrap .faculty-college_box .faculty-title::after {
		width: 4.6875em;
		height: 4.6875em;
		top: 5.5em;
		left: auto;
		right: -2em;
	}
	.faculty-wrap .faculty-college_box .faculty-title em::before {
		width: 1.5em;
		height: 1.5em;
		top: -2em;
		left: 7em;
	}
	.faculty-wrap .faculty-college_box {
		position: relative;
		z-index: 10;
		padding-top: 5em;
	}
	.faculty-wrap .faculty-list {
		gap: 2em .5em;
	}
	.faculty-wrap .faculty-item:nth-child(3n),
	.faculty-wrap .faculty-item:nth-child(5n + 1) {
		margin-top: 0;
	}
	.faculty-wrap .faculty-item:nth-child(3n - 1),
	.faculty-wrap .faculty-item:nth-child(9),
	.faculty-wrap .faculty-item:nth-child(5n + 2) {
		margin-top: 1em;
	}
	.faculty-wrap .faculty-item:nth-child(8) {
		margin-top: 0;
	}
	.faculty-wrap .faculty-item.item-none {
		display: none;
	}
	.faculty-wrap .faculty-item,
	.faculty-wrap .faculty-university_box .faculty-item {
		width: calc((100% / 2) - 0.25em);
	}
	.faculty-wrap .faculty-item_image {
		position: relative;
		z-index: 10;
	}
	.faculty-wrap .faculty-item_image__inner {
		overflow: hidden;
	}
	.faculty-wrap .faculty-item_image__inner img {
		transition: transform .4s;
	}
	.faculty-wrap .faculty-item:hover .faculty-item_image__inner img {
		transform: scale(1.05);
	}
	.faculty-wrap .faculty-item_image .faculty-item_name {
		position: absolute;
		z-index: 10;
		bottom: 81%;
		left: 2%;
	}
	.faculty-wrap .item-nurse .faculty-item_image .faculty-item_name {
		width: 48%;
	}
	.faculty-wrap .item-rehab .faculty-item_image .faculty-item_name {
		bottom: 79%;
		width: 81%;
	}
	.faculty-wrap .item-career .faculty-item_image .faculty-item_name,
	.faculty-wrap .item-kanko .faculty-item_image .faculty-item_name {
		width: 60%;
	}
	.faculty-wrap .item-english .faculty-item_image .faculty-item_name {
		width: 50%;
	}
	.faculty-wrap .item-gengo .faculty-item_image .faculty-item_name {
		bottom: 78%;
		width: 90%;
	}
	.faculty-wrap .item-dental .faculty-item_image .faculty-item_name {
		width: 45%;
	}
	.faculty-wrap .item-emergency .faculty-item_image .faculty-item_name {
		bottom: 75%;
		width: 90%;
	}
	.faculty-wrap .item-nutritional .faculty-item_image .faculty-item_name {
		bottom: 85%;
		width: 65%;
	}
	.faculty-wrap .item-child .faculty-item_image .faculty-item_name {
		bottom: 82%;
		width: 70%;
	}
	.faculty-wrap .faculty-item_title {
		font-size: 1rem;
		margin-top: 0.5em;
		margin-left: 0.125em;
		padding-right: 0;
	}
	.faculty-wrap .faculty-item_title::before {
		width: 1.5em;
		height: 1.5em;
		left: -1em;
		top: -1em;
	}
	.faculty-wrap .faculty-item_title::after {
		width: 6px;
		height: 6px;
		right: -0.75em;
		bottom: 0;
	}
	.voice-wrap .voice-inner {
		max-width: 100%;
		gap: 0;
		padding-right: 10px;
	}
	.voice-wrap .section-title {
		left: 0;
		width: 90px;
		height: calc(100vh - 59px);
		padding-top: 2em;
		padding-right: 1em;
		background-position: center bottom;
	}
	.voice-wrap.fixed_title .section-title {
		position: fixed;
		top: 60px;
		bottom: 0;
	}
	.voice-wrap.absolute_title .section-title {
		position: absolute;
		top: auto;
		bottom: 0;
	}
	.voice-wrap .section-title>* {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	.voice-wrap .voice-list {
		max-width: 100%;
		width: calc(100% - 100px);
	}
	.voice-wrap .voice-item {
		max-width: 100%;
		width: 92%;
		min-height: 0;
		padding: 0.75em 1em;
		margin-bottom: 2em;
	}
	.voice-wrap .voice-item:nth-child(2) {
		margin-top: 0em;
	}
	.voice-wrap .voice-item::after {
		border-width: 15px 44px 0 0;
		bottom: -12px;
	}
	.voice-wrap .voice-item .voice-text {
		font-size: 0.875rem;
	}
	.voice-wrap .voice-item .voice-date {
		font-size: 0.75rem;
		margin-top: 1em;
	}
	.voice-wrap .more-btn {
		font-size: 0.875rem;
	}
	.data-wrap {
		padding: 3em 0;
	}
	.data-wrap .data-caution {
		margin-top: 0.5em;
	}
	.data-wrap .data-text {
		margin-top: 2em;
		padding-top: 1em;
		text-align: left;
		font-size: 1.125rem;
	}
	.gallery-wrap {
		padding: 3em 0;
	}
	.gallery-wrap .gallery-inner {
		padding: 0 15px;
	}
	.gallery-wrap .gallery-list {
		max-width: 100%;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(6, 1fr);
	}
	.gallery-wrap .gallery-more_btn a{
		font-size: 0.875rem;
	}
	.qa-wrap {
		padding: 3em 0;
	}
	.qa-wrap .qa-item+.qa-item {
		margin-top: 1em;
	}
	.qa-wrap .qa-item dt {
		padding-right: 2em;
	}
	.qa-wrap .qa-item dt span,
	.qa-wrap .qa-item dd span {
		font-size: 1.25rem;
		width: 1.75em;
		height: 1.75em;
		margin-right: 0.75em;
	}
	.qa-wrap .qa-item dt em {
		width: calc(100% - 32px);
		font-size: 1rem;
		min-height: 4rem;
	}
	.qa-wrap .qa-item dd em {
		width: calc(100% - 32px);
		min-height: 4rem;
	}
	.qa-wrap .qa-item dt .qa-toggle {
		width: 1.75em;
	}
	.qa-wrap .qa-item dt .qa-toggle::before,
	.qa-wrap .qa-item dt .qa-toggle::after {
		width: 12px;
		height: 2px;
	}
	.other-wrap {
		padding: 4em 0 6em;
	}
	.other-wrap .other-square.square-left {
		width: 75px;
		height: 84px;
		top: auto;
		bottom: 0.5em;
		left: auto;
		right:0;
		transform: none;
	}
	.other-wrap .other-square.square-right {
		display:none;
	}
	.other-wrap .other-square.square-left .square-item {
		width: 2.25em;
		height: 2.25em;
	}
	.other-wrap .other-square.square-left .square-item.item02 {
		width: 1.625em;
		height: 1.625em;
	}
	.other-wrap .other-square.square-left .square-item.item03 {
		width: 1.625em;
		height: 1.625em;
	}
	.other-wrap .other-square.square-left .square-item.item04 {
		width: 1em;
		height: 1em;
	}
	.other-wrap .other-lead {
		margin-bottom: 2em;
	}
	.other-wrap .other-list {
		max-width: 100%;
		flex-direction: column;
		gap: 1em 0;
	}
	.other-wrap .other-item {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 0 0.5em;
		flex-basis: 100%;
	}
	.other-wrap .other-item .other-image {
		width: 40%;
	}
	.other-wrap .other-item:hover .other-image img {
		transform: none;
	}
	.other-wrap .other-item .other-text {
		text-align: left;
		font-size: 1.25rem;
		margin-top: 0;
	}
	.dormitory-wrap {
		padding: 6em 15px;
	}
	.dormitory-wrap .dormitory-inner {
		padding-top: 2.5em;
		padding-bottom: 2.5em;
		background: rgba(255,255,255,0.8);
	}
	.dormitory-wrap .dormitory-lead {
		text-align: left;
		line-height: 1.6;
		margin-bottom: 2em;
	}
	.dormitory-wrap .dormitory-box {
		max-width: 100%;
		flex-direction: column;
		gap: 1em 0;
	}
	.dormitory-wrap .dormitory-box>* {
		flex-basis: 100%;
	}
	.dormitory-wrap .dormitory-text .dormitory-contactTitle {
		font-size: 1.25rem;
	}
	.dormitory-wrap .dormitory-text .dormitory-contactBtn a:hover {
		transform: none;
	}
	.dormitory-wrap .dormitory-text .dormitory-contactBtn a {
		min-height: 3.125rem;
		font-size: min(3.75vw, 1rem);
	}
}
@media screen and (max-width:320px) {
	.schedule-wrap .schedule-list {
		max-height: 862px;
	}
	.schedule-wrap .schedule-list .schedule-item {
		height: 205px;
	}
}
/* footer
-------------------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 15px;
	right: 5%;
	width: 48px;
	padding-top: 55px;
	font-size: 0.75rem;
	z-index: 500;
	text-decoration: none;
}
#pageTop::before,
#pageTop::after {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 48px;
	height: 48px;
	background: #fff;
	border: 1px solid #282828;
	border-radius: 50%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
}
#pageTop::after {
	width: 8px;
	height: 8px;
	border-left: none;
	border-bottom: none;
	border-radius: 0;
	transform: rotate(-45deg);
	top: 30%;
}
footer {
	background: #e7f1dd;
	padding: 6em 0 1.25em;
}
footer .footer-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 1em;
	margin-bottom: 3em;
}
footer .footer-top_sns {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
footer .footer-top_sns dt {
	font-size: 1.25rem;
}
footer .footer-top_sns dd a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1em;
	transition: opacity .4s;
}
footer .footer-top_sns dd a:hover {
	opacity: 0.8;
}
footer .footer-bottom {
	background: #fff;
	padding: 2em 1em;
	margin-bottom: 3em;
}
footer .footer-bottom .footer-bottom_link {
	max-width: 1100px;
	margin: auto;
}
footer .footer-bottom .footer-bottom_link+.footer-bottom_link {
	margin-top: 1.5em;
}
footer .footer-bottom .footer-bottom_link a {
	position: relative;
	z-index: 10;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1.2;
	overflow: hidden;
	padding-bottom: 2px;
	text-decoration: none;
}
footer .footer-bottom .footer-bottom_link a::before {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 100%;
	height: 1px;
	background: #282828;
	transform: scale(0, 1);
	transform-origin: right;
	bottom: 0;
	left: 0;
	transition: transform .4s;
}
footer .footer-bottom .footer-bottom_link a:hover::before {
	transform: scale(1, 1);
	transform-origin: left;
}
footer .footer-bottom .footer-bottom_link dt {
	margin-bottom: 0.875em;
}
footer .footer-bottom .footer-bottom_link dd {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 0.5em 0;
}
footer .footer-bottom .footer-bottom_link dd p {
	line-height: 1;
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px solid #282828;
}
footer .footer-bottom .footer-bottom_link dd p:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
footer small {
	display: block;
	text-align: center;
	font-size: 0.875rem;
	font-weight: 600;
	color: #848181;
}
main a.page_link {
	margin-top: -78px;
	padding-top: 78px;
	display: block;
	position: relative;
	z-index: -10;
}
@media screen and (max-width:767px) {
	#pageTop {
		width: 49px;
		right: 10px;
		bottom: 10px;
	}
	footer {
		padding: 3em 15px 1.25em;
	}
	footer img{
		max-width:100%;
	}
	footer .footer-top {
		flex-direction:column;
		align-items:center;
		margin-bottom: 1em;
	}
	footer .footer-top_sns dt {
		font-size: 1rem;
	}
	footer .footer-top_sns dd a {
		width:2em;
		margin-left:0.5em;
	}
	footer .footer-bottom {
		padding: 1.5em 1em;
		margin-bottom: 2em;
	}
	footer .footer-bottom .footer-bottom_link {
		max-width: 100%;
		margin: auto;
	}
	footer .footer-bottom .footer-bottom_link+.footer-bottom_link {
		margin-top: 1.5em;
	}
	footer .footer-bottom .footer-bottom_link a {
		padding-bottom: 0;
	}
	footer .footer-bottom .footer-bottom_link a::before {
		display:none;
	}
	footer .footer-bottom .footer-bottom_link dt {
		margin-bottom: 0.25em;
	}
	footer .footer-bottom .footer-bottom_link dt a{
		font-size:1rem;
	}
	footer .footer-bottom .footer-bottom_link dd p {
		margin-right: 0.5em;
		padding-right: 0.5em;
	}
	main a.page_link {
		margin-top: -60px;
		padding-top: 60px;
	}
}