*, *::before, *::after {
	box-sizing: border-box;
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
	margin: 0;
}
ul[role="list"], ol[role="list"] {
	list-style: none;
}
html:focus-within {
	scroll-behavior: smooth;
}
body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}
a:not([class]) {
	text-decoration-skip-ink: auto;
}
img, picture {
	max-width: 100%;
	display: block;
}
input, button, textarea, select {
	font: inherit;
}
@media (prefers-reduced-motion:reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}
 	*, 	*::before, 	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
body {
	word-break: break-all;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-size-adjust: 100%;
	font-family: "Noto Sans JP", sans-serif;
	color: #272727;
	line-height: 1.75;
	font-size: 14px;
	letter-spacing: 0.05em;
	scroll-padding-top: 88px;
}
@media (min-width:920px) {
	body {
		font-size: 16px;
		line-height: 2;
		scroll-padding-top: 116px;
	}
}
img, svg {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
svg {
	max-width: 100%;
}
button {
	cursor: pointer;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	cursor: pointer !important;
	text-decoration: none;
	color: inherit;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.disc {
	list-style-type: disc;
	padding-left: 1.5em;
	list-style-position: outside;
}
.site_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
}
.site_body {
	margin-bottom: auto;
}
.container-base {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px; 
	margin: 0 auto;
}
.container-middle {
	width: 100%;
	max-width: 1080px;
	padding: 0 20px;
	margin: 0 auto;
}
.container-small {
	width: 100%;
	max-width: 940px;
	padding: 0 20px;
	margin: 0 auto;
}
h1, h2, h3, h4 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: 0.1em;
}
.br {
	display: inline;
}
@media (min-width:920px) {
	.br {
		display: block;
	}
}
.sp_br {
	display: block;
}
@media (min-width:920px) {
	.sp_br {
		display: inline;
	}
}
.br_sp {
	display: block;
}
@media (min-width:920px) {
	.br_sp {
		display: none;
	}
}
.br_pc {
	display: none;
}
@media (min-width:920px) {
	.br_pc {
		display: block;
	}
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.site_header {
	padding: 14px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	transition: 0.4s cubic-bezier(0.26, 0.06, 0, 1);
	background: #fff;
}
@media (min-width:1200px) {
	.site_header {
		background: inherit;
	}
}
@media (min-width:1200px) {
	.site_header {
		padding: 20px 20px;
		justify-content: space-between;
	}
}
@media (max-width:599px) {
	.site_header_logo {
		max-width: 180px;
	}
}
.site_header.blurred {
	background: #fff;
	transition: 0.4s cubic-bezier(0.26, 0.06, 0, 1);
}
.site_header.blurred .global_nav_list_item a {
	border: 1px solid #000;
	color: #000;
}
.site_header.blurred .global_nav_list_item a::after {
	background: #000;
}
.site_header.blurred .global_nav_list_item a:hover {
	color: #fff;
}
.site_header.blurred .global_nav_toggle_bar {
	background: #000000;
}
.global_nav {
	position: absolute;
	z-index: 99;
	display: flex;
	align-items: center;
	gap: 35px;
	padding: 0 0 0 0;
	width: 100%;
}
@media (min-width:600px) {
	.global_nav {
		position: relative;
		width: auto;
		padding: 0 100px 0 0;
	}
}
.global_nav_toggle {
	box-shadow: none;
	display: block;
	width: 24px;
	height: 2px;
	border: none;
	position: fixed;
	z-index: 1001;
	background: transparent;
	color: #fff;
	transition: 0.3s linear;
	text-align: left;
	padding: 0;
	border-radius: 0;
	top: 50px;
	right: 25px;
}
@media (min-width:600px) {
	.global_nav_toggle {
		display: block;
		width: 24px;
		height: 8px;
		top: 50px;
		right: 20px;
	}
}
.global_nav_toggle_bar {
	height: 3px;
	background: #000000;
	display: block;
	position: absolute;
	transition: 0.3s linear;
	transition-property: transform, opacity, width;
	right: 0;
	width: 24px;
	transform-origin: center;
}
@media (min-width:600px) {
	.global_nav_toggle_bar {
		width: 60px;
		height: 4px;
	}
}
.global_nav_toggle_bar-top {
	top: -4px;
}
.global_nav_toggle_bar-btm {
	bottom: -4px;
}
.global_nav_toggle.is-active .global_nav_toggle_bar {
	background-color: #000000 !important;
}
.global_nav_toggle.is-active .global_nav_toggle_bar-top {
	transform-origin: center;
	transform: rotate(-45deg);
	top: auto;
}
.global_nav_toggle.is-active .global_nav_toggle_bar-btm {
	transform-origin: center;
	transform: rotate(45deg);
	bottom: auto;
}
.global_nav .global_nav_overlay {
	z-index: 999;
	overflow-y: auto;
	position: relative;
}
.global_nav .global_nav_overlay:after {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f2f2f2;
}
.global_nav .global_nav_container {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: auto;
	z-index: 9999;
}
.global_nav .global_nav_overlay {
	width: 100%;
}
@media (min-width:600px) {
	.global_nav .global_nav_overlay {
		width: auto;
	}
}
.global_nav .global_nav_overlay.is-open {
	position: fixed;
	width: 100vw;
	top: 0;
	left: 0;
}
.global_nav .global_nav_overlay.is-open:after {
	opacity: 1;
	visibility: visible;
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f2f2f2;
}
.global_nav .global_nav_overlay.is-open .global_nav_container {
	width: 100vw;
	min-height: 100%;
}
.global_nav_list {
	display: none;
	gap: 10px;
	flex-direction: column;
	align-items: flex-start;
	width: auto;
}
@media (min-width:1200px) {
	.global_nav_list {
		flex-direction: row;
		align-items: stretch;
		gap: 1em;
		display: flex;
	}
}
.global_nav_list_item {
	padding: 5px 0;
	display: flex;
	align-items: flex-start;
}
@media (min-width:600px) {
	.global_nav_list_item {
		padding: 20px 0;
		align-items: center;
	}
}
.global_nav_list_item a {
	display: block;
	padding: 10px 15px;
	border-radius: 25px;
	border: 1px solid #000;
	transition: 0.4s cubic-bezier(0.26, 0.06, 0, 1);
	font-weight: bold;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	color: #000;
	line-height: 1;
}
.global_nav_list_item a .txt {
	position: relative;
	z-index: 10;
}
.global_nav_list_item a::after {
	background: #000;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: 1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity 0.5s cubic-bezier(0.26, 0.06, 0, 1), transform 0s cubic-bezier(0.26, 0.06, 0, 1);
	transition-delay: 0s, 0.4s;
}
.global_nav_list_item a:hover {
	color: #fff;
}
.global_nav_list_item a:hover::after {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition-delay: 0s;
	transition: opacity 0.8s cubic-bezier(0.26, 0.06, 0, 1), transform 0.6s cubic-bezier(0.26, 0.06, 0, 1);
}
.global_nav_list_item a.global_nav_list_link__black {
	background: #000000;
	border: 1px solid #000000;
}
.global_nav_list_item a.global_nav_list_link__black .txt {
	color: #ffffff;
}
.global_nav_list_item a.global_nav_list_link__black:hover {
	background: #000000;
}
.global_nav_list_item a.global_nav_list_link__black:hover::after {
	background: #fff;
}
.global_nav_list_item a.global_nav_list_link__black:hover .txt {
	color: #000000;
}
.global_nav_container__hamburger {
	display: none;
	width: 100%;
	max-width: 100%;
	flex-wrap: wrap;
	padding: 10vw 0 6vw 0;
	justify-content: center;
	gap: 50px;
}
@media (min-width:600px) {
	.global_nav_container__hamburger {
		max-width: 1000px;
		padding: 10vw 0 3vw 0;
	}
}
.global_nav_container__hamburger ul.gl_nav__list {
	width: 100%;
}
@media (min-width:600px) {
	.global_nav_container__hamburger ul.gl_nav__list {
		width: auto;
	}
}
.global_nav_container__hamburger ul.gl_nav__list li {
	margin: 10px;
	text-align: center;
}
.global_nav_container__hamburger ul.gl_nav__list li a {
	font-size: min(16rem, 16px);
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	position: relative;
	font-weight: normal;
}
@media (min-width:600px) {
	.global_nav_container__hamburger ul.gl_nav__list li a {
		font-size: min(1.8301610542vw, 25px);
		text-align: left;
	}
}
.global_nav_container__hamburger ul.gl_nav__list li a:after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: #000000;
	bottom: -2px;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s;
}
.global_nav_container__hamburger ul.gl_nav__list li a:hover::after {
	transform: scale(1, 1);
	transform-origin: left top;
}
.global_nav_container__hamburger ul.gl_nav__list li a small {
	font-size: min(12rem, 12px);
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	position: relative;
	font-weight: normal;
}
@media (min-width:600px) {
	.global_nav_container__hamburger ul.gl_nav__list li a small {
		font-size: min(1.1713030747vw, 16px);
		text-align: left;
	}
}
.head_cta_sns_area {
	display: none;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 50px 0 0px 0;
}
@media (min-width:600px) {
	.head_cta_sns_area {
		gap: 40px;
	}
}
/* .head_cta_sns_area a.youtube {
	width: 46px;
}
.head_cta_sns_area a.instagram {
	width: 38px; 
 } */
.head_cta_sns_area a {
	transition: 0.4s cubic-bezier(0.26, 0.06, 0, 1);
}
.head_cta_sns_area a:hover {
	opacity: 0.6;
}
.global_nav_overlay.is-open .global_nav_container__hamburger {
	display: block;
}
@media (min-width:600px) {
	.global_nav_overlay.is-open .global_nav_container__hamburger {
		display: flex;
	}
}
.global_nav_overlay.is-open .head_cta_sns_area {
	display: flex;
}
.global_nav_overlay.is-open .global_nav_list {
	display: block;
}
@media (min-width:600px) {
	.global_nav_overlay.is-open .global_nav_list {
		display: flex;
	}
}
.global_nav_overlay.is-open .global_nav_list .global_nav_list_item a {
	border: 1px solid #000000;
	color: #000000;
}
.global_nav_overlay.is-open .global_nav_list .global_nav_list_item a:after {
	display: none;
}
.global_nav_overlay.is-open .global_nav_list .global_nav_list_item a.global_nav_list_link__black:hover span {
	color: #ffffff;
}
.cta_footer_area {
	background: url(assets/img/common/cta_mobile.jpg) center center no-repeat;
	background-size: cover;
	padding: 64px 0;
	color: #ffffff;
	text-align: center;
}
@media (min-width:920px) {
	.cta_footer_area {
		padding: 100px 0;
		background: url(assets/img/common/cta_bg.jpg) center center no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}
}
.cta_footer_area .container-base {
	padding: 0 20px;
}
.cta_footer_area h3.foot_cta_ttl {
	font-size: 22px;
	font-weight: 500;
}
@media (min-width:920px) {
	.cta_footer_area h3.foot_cta_ttl {
		font-size: min(2.9282576867vw, 40px);
	}
}
.cta_footer_area .foot_cta_ttl_txt {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 13px;
	font-weight: 500;
}
@media (min-width:920px) {
	.cta_footer_area .foot_cta_ttl_txt {
		font-size: min(1.6837481698vw, 23px);
	}
}
.cta_footer_area a.open_campus_btn {
	background: #ffffff;
	color: #282828;
	display: block;
	max-width: 510px;
	padding: 24px 0;
	line-height: 1;
	margin: 24px auto 32px auto;
	border-radius: 5px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 700;
	transition: 0.4s cubic-bezier(0.26, 0.06, 0, 1);
	position: relative;
}
@media (min-width:920px) {
	.cta_footer_area a.open_campus_btn {
		padding: 30px 0;
		margin: 50px auto 60px auto;
		font-size: min(1.4641288433vw, 20px);
	}
}
.cta_footer_area a.open_campus_btn .txt {
	position: relative;
	z-index: 10;
}
.cta_footer_area a.open_campus_btn::after {
	background: #000000;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: 1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity 0.5s cubic-bezier(0.26, 0.06, 0, 1), transform 0s cubic-bezier(0.26, 0.06, 0, 1);
	transition-delay: 0s, 0.4s;
}
.cta_footer_area a.open_campus_btn:hover {
	color: #ffffff;
}
.cta_footer_area a.open_campus_btn:hover::after {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition-delay: 0s;
	transition: opacity 0.8s cubic-bezier(0.26, 0.06, 0, 1), transform 0.6s cubic-bezier(0.26, 0.06, 0, 1);
}
.cta_footer_area .foot_cta_bottom__ttl {
	font-size: 14px;
	font-weight: 700;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin: 0 0 16px 0;
}
@media (min-width:920px) {
	.cta_footer_area .foot_cta_bottom__ttl {
		font-size: min(1.3909224012vw, 19px);
		margin: 0 0 30px 0;
	}
}
.cta_footer_area .foot_cta_contact_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 0 0 32px 0;
}
@media (min-width:920px) {
	.cta_footer_area .foot_cta_contact_area {
		flex-direction: row;
		margin: 0 0 50px 0;
	}
}
.cta_footer_area .foot_cta_contact_area a {
	width: 100%;
	display: block;
	padding: 8px;
	border-radius: 8px;
	border: 1px solid #ffffff;
	transition: 0.4s cubic-bezier(0.26, 0.06, 0, 1);
	font-weight: bold;
	position: relative;
	overflow: hidden;
}
@media (min-width:920px) {
	.cta_footer_area .foot_cta_contact_area a {
		border-radius: 25px;
		width: 350px;
	}
}
.cta_footer_area .foot_cta_contact_area a .txt {
	position: relative;
	z-index: 10;
}
.cta_footer_area .foot_cta_contact_area a::after {
	background: #ffffff;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: 1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity 0.5s cubic-bezier(0.26, 0.06, 0, 1), transform 0s cubic-bezier(0.26, 0.06, 0, 1);
	transition-delay: 0s, 0.4s;
}
.cta_footer_area .foot_cta_contact_area a:hover {
	color: #000000;
}
.cta_footer_area .foot_cta_contact_area a:hover::after {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition-delay: 0s;
	transition: opacity 0.8s cubic-bezier(0.26, 0.06, 0, 1), transform 0.6s cubic-bezier(0.26, 0.06, 0, 1);
}
/* .cta_footer_area .foot_cta_sns_area {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}
@media (min-width:920px) {
	.cta_footer_area .foot_cta_sns_area {
		gap: 40px;
		margin: 0 0 50px 0;
	}
} */
/* .cta_footer_area .foot_cta_sns_area a.youtube {
	width: 40%;
}
@media (min-width:920px) {
	.cta_footer_area .foot_cta_sns_area a.youtube {
		width: 152px;
	}
} */
/* .cta_footer_area .foot_cta_sns_area a.instagram {
	width: 40%;
}
@media (min-width:920px) {
	.cta_footer_area .foot_cta_sns_area a.instagram {
		width: 163px;
	}
}
.cta_footer_area .foot_cta_sns_area a {
	transition: 0.4s cubic-bezier(0.26, 0.06, 0, 1);
}
.cta_footer_area .foot_cta_sns_area a:hover {
	opacity: 0.6;
} */
.cta_footer_area__bottom {
	background: linear-gradient(90deg, #fae7e5 10%, #deebe8 90%);
	padding: 57px 0;
}
@media (min-width:920px) {
	.cta_footer_area__bottom {
		padding: 100px 0;
	}
}
.cta_footer_area__bottom .cta_footer_area__bottom__inner {
	max-width: 875px;
	display: block;
	margin: 0 auto;
}
.cta_footer_area__bottom .cta_footer_area__bottom__inner a.cta_footer_area__bottom__link {
	text-align: center;
	background: #ffffff;
	color: #000000;
	display: block;
	padding: 16px 0;
	line-height: 1;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	transition: 0.4s cubic-bezier(0.26, 0.06, 0, 1);
	width: 100%;
	position: relative;
	overflow: hidden;
	letter-spacing: 0.05em;
}
@media (min-width:920px) {
	.cta_footer_area__bottom .cta_footer_area__bottom__inner a.cta_footer_area__bottom__link {
		font-size: min(1.1713030747vw, 16px);
		padding: 25px 0;
		border-radius: 5px;
	}
}
.cta_footer_area__bottom .cta_footer_area__bottom__inner a.cta_footer_area__bottom__link.cta_footer_area__bottom__link__top {
	font-size: 16px;
	margin: 0 0 16px 0;
	letter-spacing: 0.05em;
}
@media (min-width:920px) {
	.cta_footer_area__bottom .cta_footer_area__bottom__inner a.cta_footer_area__bottom__link.cta_footer_area__bottom__link__top {
		font-size: min(1.4641288433vw, 20px);
		margin: 0 0 28px 0;
	}
}
.cta_footer_area__bottom .cta_footer_area__bottom__inner a.cta_footer_area__bottom__link .txt {
	position: relative;
	z-index: 10;
}
.cta_footer_area__bottom .cta_footer_area__bottom__inner a.cta_footer_area__bottom__link::after {
	background: #282828;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: 1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity 0.5s cubic-bezier(0.26, 0.06, 0, 1), transform 0s cubic-bezier(0.26, 0.06, 0, 1);
	transition-delay: 0s, 0.4s;
}
.cta_footer_area__bottom .cta_footer_area__bottom__inner a.cta_footer_area__bottom__link:hover {
	color: #ffffff;
}
.cta_footer_area__bottom .cta_footer_area__bottom__inner a.cta_footer_area__bottom__link:hover::after {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition-delay: 0s;
	transition: opacity 0.8s cubic-bezier(0.26, 0.06, 0, 1), transform 0.6s cubic-bezier(0.26, 0.06, 0, 1);
}
.cta_footer_area__bottom .cta_footer_area__bottom__inner a.cta_footer_area__bottom__link small {
	font-size: 10px;
}
@media (min-width:920px) {
	.cta_footer_area__bottom .cta_footer_area__bottom__inner a.cta_footer_area__bottom__link small {
		font-size: min(0.878477306vw, 12px);
	}
}
.cta_footer_area__bottom .cta_footer_area__bottom__inner .cta_footer_area__bottom_flex {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
@media (min-width:920px) {
	.cta_footer_area__bottom .cta_footer_area__bottom__inner .cta_footer_area__bottom_flex {
		flex-direction: row;
		gap: 28px;
		flex-wrap: wrap;
	}
}
.cta_footer_area__bottom .cta_footer_area__bottom__inner .cta_footer_area__bottom_flex a {
	width: 100%;
}
@media (min-width:920px) {
	.cta_footer_area__bottom .cta_footer_area__bottom__inner .cta_footer_area__bottom_flex a {
		width: calc(50% - 14px);
	}
}
.site_footer {
	background: #282828;
	color: #ffffff;
	padding: 0 0 30px 0;
}
.site_footer .container-base {
	padding: 0 32px;
}
@media (min-width:920px) {
	.site_footer .container-base {
		padding: 0 20px;
	}
}
.site_footer .site_footer__inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 50px 0 56px 0;
	justify-content: space-between;
	gap: 30px;
}
@media (min-width:920px) {
	.site_footer .site_footer__inner {
		flex-direction: row;
		padding: 70px 0 80px 0;
		gap: 10%;
	}
}
 @media (min-width:920px) and (min-width:1200px) {
	.site_footer .site_footer__inner {
		align-items: flex-start;
	}
}
.site_footer .site_footer__inner .site_footer__inner__left a.foot_logo {
	width: 180px;
	display: block;
 	margin: 0 0 20px 0;
}
@media (min-width:920px) {
	.site_footer .site_footer__inner .site_footer__inner__left a.foot_logo {
		width: 287px;
		display: block;
 		margin: 0 0 30px 0;
	}
}
.site_footer .site_footer__inner .site_footer__inner__left .address_mobile {
	width: 100%;
	height: auto;
}
@media (min-width:920px) {
	.site_footer .site_footer__inner .site_footer__inner__left .address_mobile {
		display: none;
	}
}
.site_footer .site_footer__inner .site_footer__inner__left .address_mobile span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 16px;
}
.site_footer .site_footer__inner .site_footer__inner__left .address_mobile p {
	font-size: 13px;
}
.site_footer .site_footer__inner .site_footer__inner__left .address_pc {
	width: 100%;
	height: auto;
	display: none;
}
@media (min-width:920px) {
	.site_footer .site_footer__inner .site_footer__inner__left .address_pc {
		display: block;
	}
}
.site_footer .site_footer__inner .site_footer__inner__left .address_pc p {
	font-size: 13px;
	letter-spacing: 0.04em;
}

.site_footer .site_footer__inner .site_footer__inner__right nav ul {
	display: block;
}
.site_footer .site_footer__inner .site_footer__inner__right nav ul li a {
	font-size: 13px;
	position: relative;
	white-space: nowrap;
}
.site_footer .site_footer__inner .site_footer__inner__right nav ul li a::after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: -2px;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s;
}
.site_footer .site_footer__inner .site_footer__inner__right nav ul li a:hover::after {
	transform: scale(1, 1);
	transform-origin: left top;
}
.site_footer .site_footer__inner .site_footer__inner__right .nav_mobile {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
@media (min-width:920px) {
	.site_footer .site_footer__inner .site_footer__inner__right .nav_mobile {
		display: none;
	}
}
.site_footer .site_footer__inner .site_footer__inner__right .nav_mobile ul {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.site_footer .site_footer__inner .site_footer__inner__right .nav_mobile ul small {
	font-size: 10px;
}
@media (min-width:920px) {
	.site_footer .site_footer__inner .site_footer__inner__right .nav_mobile ul small {
		font-size: min(0.878477306vw, 12px);
	}
}
.site_footer .site_footer__inner .site_footer__inner__right .nav_pc {
	display: none;
}
@media (min-width:920px) {
	.site_footer .site_footer__inner .site_footer__inner__right .nav_pc {
		display: flex;
		gap: 25px;
		flex-wrap: wrap;
	}
}
@media (min-width:920px) and (min-width:1200px) {
	.site_footer .site_footer__inner .site_footer__inner__right .nav_pc {
		flex-wrap: nowrap;
	}
}
.site_footer .site_footer__inner .site_footer__inner__right .nav_pc small {
	font-size: 10px;
}
@media (min-width:920px) {
	.site_footer .site_footer__inner .site_footer__inner__right .nav_pc small {
		font-size: min(0.878477306vw, 12px);
	}
}
.copyright {
	text-align: center;
	font-size: 10px;
	font-family: "Roboto", sans-serif;
}
@media (min-width:920px) {
	.copyright {
		text-align: right;
	}
}
.main_visual {
	width: 100%;
	height: auto;
	position: relative;
	margin: 75.5px 0 80px 0;
}
@media (min-width:1200px) {
	.main_visual {
		height: 100vh;
		margin: 0 0 120px 0;
	}
}
.main_visual_slider {
	width: 100%;
	height: auto;
	display: block;
}
@media (min-width:920px) {
	.main_visual_slider {
		display: none;
	}
}
.main_visual_slider .swiper-slide {
	width: 100%;
	height: auto;
}
.main_visual_slider .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.main_visual_thumb {
	width: 100%;
	height: 100vh;
	display: none;
}
@media (min-width:920px) {
	.main_visual_thumb {
		display: block;
	}
}
.main_visual_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.main_visual img.mv_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	width: 90%;
	max-width: 480px;
	height: auto;
	display: block;
}
.main_visual_bnr {
	display: flex;
	align-items: center;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	right: 0;
}
@media (min-width:920px) {
	.main_visual_bnr {
		display: none;
	}
}
.main_visual_bnr .main_visual_link {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: calc(100% / 3);
	height: 66px;
}
.main_visual_bnr .main_visual_link_catch {
	font-weight: 700;
	font-size: clamp(12px, 3.2vw, 15px);
	text-align: center;
	line-height: 1.5;
	color: #000000;
	position: relative;
	z-index: 20;
	letter-spacing: 0.03em;
}
.main_visual_bnr .main_visual_link:nth-child(1) {
	position: relative;
}
.main_visual_bnr .main_visual_link:nth-child(1)::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(30deg, #fae7e5 10%, #deebe8 90%);
	z-index: 10;
}
.main_visual_bnr .main_visual_link:nth-child(2) {
	position: relative;
}
.main_visual_bnr .main_visual_link:nth-child(2)::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #fae7e5 10%, #deebe8 90%);
	z-index: 10;
}
.main_visual_bnr .main_visual_link:nth-child(3) {
	position: relative;
}
.main_visual_bnr .main_visual_link:nth-child(3)::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #fae7e5 10%, #deebe8 90%);
	z-index: 10;

}
.main_visual_bnr .main_visual_link:nth-child(4) {
	position: relative;
}
.main_visual_bnr .main_visual_link:nth-child(4)::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 10;
}
.main_visual_bnr .main_visual_link:nth-child(4) .main_visual_link_catch {
	color: #fff;
}
.home_contents {
	width: 100%;
	height: auto;
	position: relative;
}
.home_section_title {
	font-weight: 500;
	font-size: clamp(20px, 5.33vw, 24px);
	margin: 0 0 40px 0;
	line-height: 1.5;
}
@media (min-width:920px) {
	.home_section_title {
		font-size: min(2.9282576867vw, 40px);
		margin: 0 0 50px 0;
	}
}
.home_section_title small {
	display: block;
	font-size: clamp(12px, 3.2vw, 14px);
	letter-spacing: 0.1em;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
}
@media (min-width:920px) {
	.home_section_title small {
		font-size: min(1.317715959vw, 18px);
	}
}
.home_intro {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
	margin: 0 0 70px 0;
}
@media (min-width:920px) {
	.home_intro {
		margin: 0 0 100px 0;
	}
}
.home_intro .home_section_title {
	letter-spacing: 0.2em;
}
.home_intro p {
	margin: 30px 0;
}
.home_main_nav {
	display: none;
}
@media (min-width:920px) {
	.home_main_nav {
		display: flex;
		flex-direction: row;
		gap: 30px;
		margin: 0 0 180px 0;
	}
}
.home_main_nav a {
	padding: 35px 20px;
	display: block;
	transition: 0.4s ease-out;
	position: relative;
	width: 33.333%;
}
.home_main_nav a .home_main_nav__inner {
	position: relative;
	z-index: 10;
}
.home_main_nav a .home_main_nav__inner .home_main_nav__inner__check {
	font-family: "Roboto", sans-serif;
	font-size: min(1.1713030747vw, 16px);
	display: block;
	text-align: center;
	position: relative;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	font-weight: 500;
}
.home_main_nav a .home_main_nav__inner .home_main_nav__inner__check:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 20px;
	height: 1px;
	background: #000000;
}
.home_main_nav a .home_main_nav__inner .home_main_nav__inner__ttl {
	font-size: min(1.8301610542vw, 25px);
	display: block;
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
}
.home_main_nav a .home_main_nav__inner .home_main_nav__arrow {
	position: relative;
	width: 45px;
	height: 45px;
	background: #ffffff;
	border-radius: 50%;
	display: block;
	margin: 30px auto 0 auto;
	transition: 0.6s cubic-bezier(0.26, 0.06, 0, 1);
}
.home_main_nav a .home_main_nav__inner .home_main_nav__arrow:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%);
	-webkit-mask-image: url(assets/img/common/arrow.svg);
	mask-image: url(assets/img/common/arrow.svg);
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
	-webkit-mask-size: cover;
	width: 10px;
	height: 15px;
	background-color: #000000;
	transition: 0.6s cubic-bezier(0.26, 0.06, 0, 1);
}
.home_main_nav a:first-child:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(30deg, #fae7e5 10%, #deebe8 90%);
	transition: 0.6s cubic-bezier(0.26, 0.06, 0, 1);
	z-index: 10;
}
.home_main_nav a:first-child:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(30deg, #deebe8 10%, #fae7e5 90%);
	transition: 0.6s cubic-bezier(0.26, 0.06, 0, 1);
	z-index: 1;
}
.home_main_nav a:nth-child(2):before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #fae7e5 10%, #deebe8 90%);
	transition: 0.6s cubic-bezier(0.26, 0.06, 0, 1);
	z-index: 10;
}
.home_main_nav a:nth-child(2):after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #deebe8 10%, #fae7e5 90%);
	transition: 0.6s cubic-bezier(0.26, 0.06, 0, 1);
	z-index: 1;
}
.home_main_nav a:nth-child(3):before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(-90deg, #fae7e5 10%, #deebe8 90%);
	transition: 0.6s cubic-bezier(0.26, 0.06, 0, 1);
	z-index: 10;
}
.home_main_nav a:nth-child(3):after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(-90deg, #deebe8 10%, #fae7e5 90%);
	transition: 0.6s cubic-bezier(0.26, 0.06, 0, 1);
	z-index: 1;
}
.home_main_nav a:nth-child(4):before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(-90deg, #fae7e5 10%, #deebe8 90%);
	transition: 0.6s cubic-bezier(0.26, 0.06, 0, 1);
	z-index: 10;
}
.home_main_nav a:nth-child(4):after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(-90deg, #deebe8 10%, #fae7e5 90%);
	transition: 0.6s cubic-bezier(0.26, 0.06, 0, 1);
	z-index: 1;
}
.home_main_nav a:hover:before {
	opacity: 0;
}
.home_main_nav a:hover .home_main_nav__arrow {
	background: #282828;
}
.home_main_nav a:hover .home_main_nav__arrow:after {
	background-color: #ffffff;
}
.home_news_section {
	display: flex;
	flex-direction: column;
}
@media (min-width:920px) {
	.home_news_section {
		flex-direction: row;
	}
}
.home_news_section .home_news_section__left {
	width: 100%;
	text-align: center;
}
@media (min-width:920px) {
	.home_news_section .home_news_section__left {
		width: 20%;
		text-align: left;
	}
}
.home_news_section .home_news_section__left .home_section_title {
	font-size: 46px;
}
.home_news_section .home_news_section__right {
	width: 100%;
}
@media (min-width:920px) {
	.home_news_section .home_news_section__right {
		width: 80%;
	}
}
.home_news {
	border-bottom: 1px solid #000000;
	margin: 0 0 48px 0;
}
@media (min-width:920px) {
	.home_news {
		margin: 0 0 90px 0;
	}
}
.home_news li {
	border-top: 1px solid #000000;
}
.home_news li+.home_news li {
	margin-top: 10px;
}
.home_news a {
	display: block;
	padding: 20px 15px;
	transition: 0.6s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.home_news a .home_news__list_inner {
	display: flex;
	flex-direction: column;
}
@media (min-width:920px) {
	.home_news a .home_news__list_inner {
		flex-direction: row;
		align-items: flex-start;
	}
}
.home_news a .home_news__list_inner .mobile_data {
	display: flex;
	align-items: center;
	width: 100%;
	height: auto;
}
@media (min-width:920px) {
	.home_news a .home_news__list_inner .mobile_data {
		display: none;
	}
}
.home_news a .home_news__list_inner .mobile_data_category {
	display: inline-block;
	font-size: clamp(10px, 2.67vw, 12px);
	font-weight: 700;
	padding-right: 20px;
	position: relative;
}
.home_news a .home_news__list_inner .mobile_data_category::before {
	content: "/";
	position: absolute;
	right: 0;
}
.home_news a .home_news__list_inner .mobile_data_date {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: clamp(10px, 2.67vw, 12px);
	font-weight: 700;
	padding-left: 16px;
}
.home_news a .home_news__list_inner .category {
	width: 140px;
	border: 1px solid #000000;
	border-radius: 16px;
	display: none;
	font-size: min(0.9516837482vw, 13px);
	font-weight: 600;
	text-align: center;
	line-height: 1;
	padding: 8px 0;
	transition: 0.6s cubic-bezier(0.18, 0.06, 0.23, 1);
	background: #ffffff;
}
@media (min-width:920px) {
	.home_news a .home_news__list_inner .category {
		display: block;
	}
}
.home_news a .home_news__list_inner .date {
	display: none;
	font-family: "Roboto", sans-serif;
	font-size: min(0.9516837482vw, 13px);
	font-weight: 600;
	width: 15%;
	text-align: center;
	padding: 8px 0 0 0;
	line-height: 1.5;
}
@media (min-width:920px) {
	.home_news a .home_news__list_inner .date {
		display: inline-block;
	}
}
.home_news a .home_news__list_inner .title {
	display: block;
	width: 100%;
	font-weight: 600;
}
@media (min-width:920px) {
	.home_news a .home_news__list_inner .title {
		display: inline-block;
		width: calc(100% - (15% + 140px));
		line-height: 1.5;
		padding: 4px 0 0 0;
	}
}
.home_news a:hover {
	background: #282828;
	color: #ffffff;
}
.home_news a:hover .category {
	color: #000000;
}
.btn_link__wrap {
	text-align: center;
	padding: 0 30px;
}
@media (min-width:920px) {
	.btn_link__wrap {
		display: none;
	}
}
.btn_link__wrap .btn_link {
	width: min(100%, 300px);
	height: min(12.53vw, 50px);
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	border-radius: 9999px;
	margin: 0 auto;
}
.btn_link__wrap .btn_link .txt {
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.05em;
	font-size: 15px;
}
.arrow_link__wrap {
	text-align: right;
	display: none;
}
@media (min-width:920px) {
	.arrow_link__wrap {
		display: block;
	}
}
.arrow_link__wrap_center {
	text-align: center;
	display: none;
}
@media (min-width:920px) {
	.arrow_link__wrap_center {
		display: block;
	}
}
a.arrow_link {
	position: relative;
	font-size: min(1.0248901903vw, 14px);
	font-weight: 600;
	padding: 0 50px 10px 0;
	transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
	width: 210px;
	display: inline-block;
}
a.arrow_link .txt {
	position: relative;
	transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
	transform: translateX(0px);
	display: block;
	left: 0;
	text-align: left;
}
a.arrow_link:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid #000000;
}
a.arrow_link:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 15px;
	border-bottom: 1px solid #000000;
	transform: rotate(45deg);
	transform-origin: right;
	transition: 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
a.arrow_link:hover .txt {
	transform: translateX(20px);
}
a.arrow_link:hover:after {
	width: 25px;
}
.home_course_section {
	padding: 76px 0 80px 0;
}
@media (min-width:920px) {
	.home_course_section {
		padding: 180px 0 180px 0;
	}
}
.home_course_section .home_course_ttl_area {
	text-align: center;
	margin: 0 0 30px 0;
}
@media (min-width:920px) {
	.home_course_section .home_course_ttl_area {
		margin: 0 0 80px 0;
	}
}
.home_course_section .home_course_ttl_area .home_section_title {
	font-size: 24px;
}
@media (min-width:920px) {
	.home_course_section .home_course_ttl_area .home_section_title {
		font-size: min(2.9282576867vw, 40px);
	}
}
.home_course_section .home_course_ttl_area .home_section_title small {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 12px;
}
@media (min-width:920px) {
	.home_course_section .home_course_ttl_area .home_section_title small {
		font-size: min(1.317715959vw, 18px);
	}
}
.home_course_section .home_course_ttl_area p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: -0.02em;
}
@media (min-width:920px) {
	.home_course_section .home_course_ttl_area p {
		font-size: min(1.4641288433vw, 20px);
		letter-spacing: 0em;
	}
}
.home_section_title__line {
	position: relative;
	padding: 0 0 22px 0;
	margin: 0 0 24px 0;
}
@media (min-width:920px) {
	.home_section_title__line {
		padding: 0 0 45px 0;
		margin: 0 0 50px 0;
	}
}
.home_section_title__line:after {
	content: "";
	width: 24px;
	height: 2px;
	background: #000000;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
@media (min-width:920px) {
	.home_section_title__line:after {
		width: 40px;
	}
}
.home_course_wrap {
	display: flex;
	flex-direction: column;
}
@media (min-width:920px) {
	.home_course_wrap {
		flex-direction: row;
	}
}
.home_course_wrap .home_course_block {
	width: 100%;
}
@media (min-width:920px) {
	.home_course_wrap .home_course_block {
		width: 50%;
	}
}
.home_course_wrap .home_course_block picture {
	width: 100%;
	height: auto;
}
.home_course_wrap .home_course_block picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.home_course_wrap .home_course_block .home_course_block_inner01 {
	background: #FAE7E5;
}
.home_course_wrap .home_course_block .home_course_block_inner02 {
	background: #DEEBE8;
}
.home_course_wrap .home_course_block .home_course_block_inner {
	padding: 51px min(14.933vw, 60px) 67px;
	height: auto;
}
@media (min-width:920px) {
	.home_course_wrap .home_course_block .home_course_block_inner {
		height: 682px;
		padding: 100px 20%;
	}
}
.home_course_wrap .home_course_block .home_course_block_innernner_box {
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width:920px) {
	.home_course_wrap .home_course_block .home_course_block_inner .inner_box {
		height: 100%;
		justify-content: space-between;
	}
}
.home_course_wrap .home_course_block .home_course_block_inner .inner_box_top {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.home_course_wrap .home_course_block .home_course_block_inner h3.home_course__h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 32px 0;
}
@media (min-width:920px) {
	.home_course_wrap .home_course_block .home_course_block_inner h3.home_course__h3 {
		margin: 0 0 60px 0;
		font-size: min(2.9282576867vw, 40px);
	}
}
.home_course_wrap .home_course_block .home_course_block_inner h3.home_course__h3 small {
	display: block;
	font-size: clamp(10px, 2.67vw, 12px);
	margin: 0 0 24px 0;
}
@media (min-width:920px) {
	.home_course_wrap .home_course_block .home_course_block_inner h3.home_course__h3 small {
		margin: 0 0 60px 0;
		font-size: min(1.2445095168vw, 17px);
	}
}
.home_course_wrap .home_course_block .home_course_block_inner p {
	margin: 0 0 20px 0;
}
@media (min-width:920px) {
	.home_course_wrap .home_course_block .home_course_block_inner p {
		margin: 0;
	}
}
.home_course_wrap .home_course_block .home_course_block_inner .btn_link__wrap {
	padding: 0;
}
.home_course_wrap .home_course_block .home_course_block_inner .btn_link__wrap .btn_link {
	width: 300px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 9999px;
	margin: 0 auto;
}
.home_course_wrap .home_course_block .home_course_block_inner .btn_link__wrap .btn_link .txt {
	font-weight: 600;
	color: #000;
	letter-spacing: 0.05em;
	font-size: 15px;
}
.home_studyMobile_section {
	width: 100%;
	height: auto;
	padding-bottom: 45px;
}
@media (min-width:920px) {
	.home_studyMobile_section {
		display: none;
	}
}
.home_studyMobile_section .underline_txt {
	width: fit-content;
	height: auto;
	font-size: 12px;
	font-weight: 500;
	border-bottom: 2px solid #000000;
	display: block;
	margin: 0 auto 30px;
}
.home_studyMobile_section .study_thumb {
	width: 100%;
	height: auto;
	margin-bottom: min(11.467vw, 52px);
}
.home_studyMobile_section .study_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.home_studyMobile_section .study_txt {
	display: flex;
	flex-direction: column;
	gap: 36px;
}
.home_studyMobile_section .study_txt h2 {
	font-size: 24px;
	line-height: 1.7;
	font-weight: 500;
	text-align: center;
}
.home_studyMobile_section .study_txt p {
	line-height: 1.75;
}
.home_study_section {
	display: none;
	background: url(assets/img/home/study_bg.jpg) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 250px 0 0 0;
	overflow: hidden;
	margin: 0 0 30px 0;
}
@media (min-width:920px) {
	.home_study_section {
		display: block;
	}
}
.home_study_section .study_txt_wrap {
	display: flex;
	justify-content: right;
}
.home_study_section .study_txt_wrap .study_txt {
	width: 45%;
	background: #ffffff;
	padding: 100px 0 0 100px;
	position: relative;
}
.home_study_section .study_txt_wrap .study_txt h2 {
	font-size: min(2.7818448023vw, 38px);
	margin: 80px 0 50px 0;
	line-height: 1.7;
	font-weight: 500;
}
.home_study_section .study_txt_wrap .study_txt:after {
	content: "";
	background: #ffffff;
	width: 999rem;
	height: 100%;
	position: absolute;
	top: 0;
	right: -999rem;
}
.underline_txt {
	font-weight: 500;
	font-size: 10px;
	width: fit-content;
	height: auto;
	display: block;
	border-bottom: 2px solid #000000;
}
@media (min-width:920px) {
	.underline_txt {
		font-size: min(1.2445095168vw, 17px);
		display: inline-block;
	}
}

/* 現在 */
@media screen and (min-width: 920px) {
    .home_course_section_environment{
        padding: 0;
    }
}
 .learning_wrap {
	display: flex;
	flex-direction: column;
	gap: 80px;
    padding: 0;
    gap: 1px;
    margin: 0 -20px;
}
@media (min-width:920px) {
	.learning_wrap {
		flex-direction: row;
		gap: 30px;
		padding: 0;
        gap: 60px 4%;
        margin: 0;
        flex-wrap: wrap;
        justify-content: center;
	}
}
.learning_wrap a {
	display: block;
	width: 100%;
    position: relative;
}
@media (min-width:920px) {
	.learning_wrap a {
		width: 30.6%;
	}
}
.learning_wrap a .learning_block_txt {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	display: block;
 	position: relative;
	letter-spacing: 0.05em;
    padding: 0;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    width: 100%;
}
@media (min-width:920px) {
	.learning_wrap a .learning_block_txt {
		font-size: min(1.6105417277vw, 22px);
		text-align: center;	
 		position:absolute;
		/* letter-spacing: 0.05em; */
		font-weight: 500;
    	color: #fff;
	}
}
/* .learning_wrap a .learning_block_txt:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 45px;
	bottom: 0;
	width: 1px;
	background: #000000;
	transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media (min-width:920px) {
	.learning_wrap a .learning_block_txt:after {
 		content: "";
	}
} */
.learning_wrap a .learning_block_img {
	overflow: hidden;
	display: block;
	width: 100%;
	transform: scale(1);
	transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
    height: min(150px, 40vw);
    object-fit: cover;
    width: 100%;
}
@media screen and (min-width: 920px) {
    .learning_wrap a .learning_block_img{
        height: auto;
    }
}
.learning_wrap a .learning_block_img img {
	transition: 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
	transform: scale(1);
}
.learning_wrap a:hover .learning_block_txt:after {
	height: 0px;
}
.learning_wrap a:hover .learning_block_img {
	transform: scale(0.98);
	border-radius: 8px;
}
.learning_wrap a:hover .learning_block_img img {
	transform: scale(1.08);
}
.learning_wrap a .learning_block_img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00000066;
    position: absolute;
    left: 0;
    top: 0;
}
.home_student_section {
	background: #DCE1E5;
	padding: 68px 0 70px;
	margin: 0;
}
@media (min-width:920px) {
	.home_student_section {
		padding: 130px 0;
		margin: 0 0 -40px 0;
	}
}
.home_student_section .student_wrap {
	display: flex;
	flex-direction: column;
	gap: 58px;
}
@media (min-width:920px) {
	.home_student_section .student_wrap {
		flex-wrap: wrap;
		flex-direction: row;
		gap: 70px 40px;
	}
}
.home_student_section .student_wrap a {
	display: block;
	width: 100%;
}
@media (min-width:920px) {
	.home_student_section .student_wrap a {
		width: calc(50% - 20px);
	}
}
.home_student_section .student_wrap a .student_block__number {
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	display: block;
	position: relative;
	margin: 30px 0 20px;
	font-family: "Roboto", sans-serif;
}
@media (min-width:920px) {
	.home_student_section .student_wrap a .student_block__number {
		display: none;
		margin: 30px 0;
	}
}
.home_student_section .student_wrap a .student_block__ttl {
	text-align: center;
	font-size: min(1.4641288433vw, 20px);
	display: none;
	position: relative;
	margin: 30px 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width:920px) {
	.home_student_section .student_wrap a .student_block__ttl {
		display: block;
	}
}
.home_student_section .student_wrap a .student_block__txt {
	text-align: center;
	font-weight: 500;
	display: block;
	position: relative;
	margin: 20px 0 0;
}
@media (min-width:920px) {
	.home_student_section .student_wrap a .student_block__txt {
		margin: 30px 0;
	}
}
.home_student_section .student_wrap a .student_block__txt_mobile {
	display: block;
	font-size: 13px;
	letter-spacing: 0.05em;
	font-weight: 400;
}
@media (min-width:920px) {
	.home_student_section .student_wrap a .student_block__txt_mobile {
		display: none;
	}
}
.home_student_section .student_wrap a .student_block__txt_mobile:last-of-type {
	margin-bottom: 0;
}
.home_student_section .student_wrap a .student_block__txt_mobile .name {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
}
.home_student_section .student_wrap a .student_block__txt_pc {
	display: none;
	font-size: min(1.0980966325vw, 15px);
	letter-spacing: -0.01em;
}
@media (min-width:920px) {
	.home_student_section .student_wrap a .student_block__txt_pc {
		display: block;
	}
}
.home_student_section .student_wrap a .student_block_img {
	overflow: hidden;
	display: block;
	width: 100%;
	transform: scale(1);
	transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.home_student_section .student_wrap a .student_block_img img {
	transition: 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
	transform: scale(1);
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.home_student_section .student_wrap a:hover .student_block_img {
	transform: scale(0.98);
	border-radius: 8px;
}
.home_student_section .student_wrap a:hover .student_block_img img {
	transform: scale(1.08);
}
.breadcrumbs {
	display: none;
}
@media (min-width:920px) {
	.breadcrumbs {
		display: block;
		padding: 130px 0 100px 0;
		font-size: min(0.878477306vw, 12px);
	}
}
.page_sec_block {
	padding: 0 0 80px 0;
}
@media (min-width:920px) {
	.page_sec_block {
		padding: 30px 0 100px 0;
	}
}
@media (min-width:920px) {
	.page_contents p {
		font-size: min(1.1713030747vw, 16px);
		margin: 0 0 30px 0;
	}
}
@media (min-width:920px) {
	.page_contents p.txt_small {
		font-size: min(1.0248901903vw, 14px);
	}
}
.page_contents p small {
	display: block;
	font-size: min(0.9516837482vw, 13px);
}
h1.page_h1 {
	font-size: 42px;
	font-weight: 500;
	margin: 32px 0 24px 0;
}
@media (min-width:920px) {
	h1.page_h1 {
		font-size: min(3.6603221083vw, 50px);
		margin: 80px 0 50px 0;
		line-height: 1.7;
	}
}
h1.page_h1_training {
	font-size: 32px;
	font-weight: 500;
	margin: 0;
	line-height: 1.5;
	text-align: center;
}
@media (min-width:920px) {
	h1.page_h1_training {
		font-size: min(3.6603221083vw, 50px);
		line-height: 1.7;
		margin: 0;
	}
}
h2.page_h2 {
	position: relative;
	text-align: center;
	margin: 0 0 24px 0;
	font-size: 24px;
	font-weight: 500;
}
@media (min-width:920px) {
	h2.page_h2 {
		margin: 0 0 50px 0;
		font-size: min(2.635431918vw, 36px);
	}
}
h2.page_h2 small {
	display: block;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
}
@media (min-width:920px) {
	h2.page_h2 small {
		font-size: min(1.1713030747vw, 16px);
	}
}
h2.page_h2__small {
	font-size: 20px;
}
@media (min-width:920px) {
	h2.page_h2__small {
		font-size: min(2.0497803807vw, 28px);
	}
}
h2.page_h2__line {
	padding: 0 0 20px 0;
	margin: 0 0 50px 0;
}
h2.page_h2__line:after {
	content: "";
	width: 46px;
	position: absolute;
	bottom: 0;
	height: 1px;
	background: #000000;
	left: 50%;
	transform: translateX(-50%);
}
h2.page_h2 .line {
	border-bottom: 1px solid #000000;
}
h3.page_h3 {
	position: relative;
	text-align: center;
	margin: 0 0 16px 0;
	font-size: 18px;
	font-weight: 500;
}
@media (min-width:920px) {
	h3.page_h3 {
		font-size: min(1.9033674963vw, 26px);
		text-align: center;
		margin: 0 0 20px 0;
	}
}
h3.page_h3.circle_h3 {
	position: relative;
	text-align: left;
	padding: 0 0 0 35px;
}
h3.page_h3.circle_h3:before {
	content: "";
	position: absolute;
	top: 48%;
	left: 0;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	background: #E3DED6;
	border-radius: 50%;
}
h4.page_h4 {
	position: relative;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	font-weight: 500;
}
@media (min-width:920px) {
	h4.page_h4 {
		margin: 0 0 30px 0;
		font-size: min(1.6105417277vw, 22px);
	}
}
.page_learning_ttl_area {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: space-between;
	margin: 0 auto 80px;
	padding: 120px 0 0;
	gap: 40px;
	max-width: 600px;
}
@media (min-width:920px) {
	.page_learning_ttl_area {
		margin: 0 0 130px 0;
		padding: 0px;
		flex-direction: row;
		max-width: 100%;
	}
}
.page_learning_ttl_area__left {
	width: 100%;
}
@media (min-width:920px) {
	.page_learning_ttl_area__left {
		width: 45%;
	}
}
.page_learning_ttl_area__left .underline_txt {
	padding-top: 20px;
}
@media (min-width:920px) {
	.page_learning_ttl_area__left .underline_txt {
		padding-top: 0px;
	}
}
.page_learning_ttl_area__right {
	width: 100%;
	padding: 0 20px;
}
@media (min-width:920px) {
	.page_learning_ttl_area__right {
		width: 55%;
		padding: 0;
	}
}
.page_learning_ttl_area__right p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 600;
	margin: 0 0 16px 0;
}
@media (min-width:920px) {
	.page_learning_ttl_area__right p {
		margin: 0 0 30px 0;
	}
}
.page_learning_ttl_area__right p:last-of-type {
	margin: 0;
}
img.lerning_mv {
	margin: 0 0 80px 0;
}
@media (min-width:920px) {
	img.lerning_mv {
		margin: 0 0 120px 0;
	}
}
.policy_flex {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 0 0 80px 0;
}
@media (min-width:920px) {
	.policy_flex {
		flex-direction: row;
		padding: 0 0 120px 0;
		justify-content: space-between;
	}
}
.policy_flex__block {
	width: 100%;
}
@media (min-width:920px) {
	.policy_flex__block {
		width: 50%;
		text-align: center;
	}
}
.policy_flex__block h3.policy_h3 {
	width: 100%;
	height: 50px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	border: 1px solid #000000;
	max-width: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px auto;
}
@media (min-width:920px) {
	.policy_flex__block h3.policy_h3 {
		font-size: min(1.5373352855vw, 21px);
		max-width: 330px;
		height: 53px;
		margin: 0 auto 30px auto;
	}
}
.policy_flex__block h3.page_h3 {
	font-size: 14px;
}
@media (min-width:920px) {
	.policy_flex__block h3.page_h3 {
		font-size: min(1.5373352855vw, 21px);
	}
}
.policy_flex p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin: 0 0 30px 0;
}
.policy_flex ol {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: li_count;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.policy_flex ol li:before {
	counter-increment: li_count;
	content: counter(li_count) " ： ";
}
.policy_flex ol h4 {
	text-align: center;
	font-weight: 500;
}
.policy_flex ol h4:not(:first-child) {
	margin: 20px 0 0 0;
}
.enkaku_list {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 8px;
}
.enkaku_list .enkaku_text {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width:920px) {
	.enkaku_list .enkaku_text {
		flex-direction: row;
		gap: 16px;
	}
}
.enkaku_list .enkaku_text_data {
	width: 100%;
	display: block;
	font-size: 14px;
}
@media (min-width:920px) {
	.enkaku_list .enkaku_text_data {
		font-size: 18px;
		max-width: 220px;
	}
}
.enkaku_list .enkaku_text p {
	font-size: 14px;
	margin: 0;
}
@media (min-width:920px) {
	.enkaku_list .enkaku_text p {
		font-size: 18px;
	}
}
h2.page_h2__l_img {
	margin: 0 0 20px 0;
}
.l_img_area {
	margin: 80px 0 0 0;
}
@media (min-width:920px) {
	.l_img_area {
		margin: 100px 0 0 0;
	}
}
.l_img_area img {
	margin: 0 0 40px 0;
}
@media (min-width:920px) {
	.l_img_area img {
		margin: 0 0 80px 0;
	}
}
.l_img_flex {
	display: flex;
	gap: 0px;
	flex-direction: column;
}
@media (min-width:920px) {
	.l_img_flex {
		gap: 80px;
		flex-direction: row;
	}
}
.l_img_flex__block:first-child {
	width: 100%;
}
@media (min-width:920px) {
	.l_img_flex__block:first-child {
		width: 52.5%;
	}
}
.l_img_flex__block:last-child {
	width: 100%;
}
@media (min-width:920px) {
	.l_img_flex__block:last-child {
		width: 47.5%;
	}
}
.l_img_flex__block:last-child img {
	margin: 0;
}
@media (min-width:920px) {
	.l_img_flex__block:last-child img {
		margin: 0 0 50px 0;
	}
}
.l_img_flex__block img {
	margin: 0 0 40px 0;
}
@media (min-width:920px) {
	.l_img_flex__block img {
		margin: 0 0 50px 0;
	}
}
.training_contents .container-base {
	max-width: 1480px;
}
@media screen and (min-width:1480px) {
	.training_contents .container-base {
		padding: 0;
	}
}
@media (min-width:920px) {
	.training_contents .page_learning_ttl_area {
		margin: 0 auto 130px auto;
		padding-top: 0px;
		flex-direction: row;
		max-width: 1332px;
	}
}
.training_container {
	margin: 0 0 80px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 80px;
}
@media (min-width:920px) {
	.training_container {
		gap: 160px;
		margin: 0 0 160px 0;
	}
}
.training_container .training_nurce, .training_container .training_physical {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.training_container .training_thumb {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
}
@media (min-width:920px) {
	.training_container .training_thumb {
		gap: 70px;
	}
}
.training_container .thumb_flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: auto;
}
@media (min-width:920px) {
	.training_container .thumb_flex {
		align-items: flex-end;
	}
}
.training_container .thumb_flex small {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 16px;
}
.training_container .thumb_main {
	width: 100%;
	height: auto;
}
.training_container .thumb_main img {
	width: 100%;
	height: 100%;
}
@media (min-width:1200px) {
	.training_container .thumb_main .thumb_flex small {
		padding-right: 100px;
	}
}
.training_container .thumb_row {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
	height: auto;
}
@media (min-width:920px) {
	.training_container .thumb_row {
		max-width: 1280px;
		flex-direction: row;
		gap: 36px;
	}
}
@media (min-width:920px) {
	.training_container .thumb_row .thumb_flex {
		width: calc((100% - 36px) / 2);
	}
}
.training_container .thumb_grid {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
	height: auto;
}
@media (min-width:920px) {
	.training_container .thumb_grid {
		max-width: 1280px;
		flex-direction: row;
		gap: 36px;
	}
}
@media (min-width:1200px) {
	.training_container .thumb_grid {
		height: 375px;
	}
}
@media (min-width:920px) {
	.training_container .thumb_grid .thumb_flex:nth-child(1) {
		width: 40%;
	}
}
@media (min-width:920px) {
	.training_container .thumb_grid .thumb_flex:nth-child(2) {
		width: 40%;
	}
}
@media (min-width:920px) {
	.training_container .thumb_grid .thumb_flex:nth-child(3) {
		width: 18.3%;
	}
}
@media (min-width:920px) {
	.training_container .training_physical .training_thumb .thumb_grid .thumb_flex:nth-child(1) {
		width: 40%;
	}
}
@media (min-width:920px) {
	.training_container .training_physical .training_thumb .thumb_grid .thumb_flex:nth-child(2) {
		width: 29%;
	}
}
@media (min-width:920px) {
	.training_container .training_physical .training_thumb .thumb_grid .thumb_flex:nth-child(3) {
		width: 29%;
	}
}
.achieve_contents {
	width: 100%;
	height: auto;
}
.achieve_contents .page_learning_ttl_area__left {
	padding: 0 20px;
	text-align: center;
}
@media (min-width:920px) {
	.achieve_contents .page_learning_ttl_area__left {
		padding: 0 0 0 10.42vw;
		text-align: left;
	}
}
.achieve_contents .page_learning_ttl_area__left h1.page_h1 {
	font-size: 32px;
	font-weight: 500;
	margin: 32px 0 24px 0;
	line-height: 1.5;
}
@media (min-width:920px) {
	.achieve_contents .page_learning_ttl_area__left h1.page_h1 {
		font-size: min(3.6603221083vw, 50px);
		margin: 80px 0 50px 0;
		line-height: 1.7;
	}
}
.achieve_contents .page_learning_ttl_area__left p {
	text-align: left;
}
.achieve_container {
	width: 100%;
	height: auto;
}
.achieve_container .container-base {
	max-width: 1300px;
}
.achieve_container .achieve_nurce, .achieve_container .achieve_physical {
	width: 100%;
	height: auto;
	margin: 0 auto 80px;
}
@media (min-width:920px) {
	.achieve_container .achieve_nurce, 	.achieve_container .achieve_physical {
		margin: 0 auto 130px;
	}
}
.achieve_container .achieve_nurce .achieve_row, .achieve_container .achieve_physical .achieve_row {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-items: center;
}
@media (min-width:920px) {
	.achieve_container .achieve_nurce .achieve_row, 	.achieve_container .achieve_physical .achieve_row {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 2.604vw;
	}
}
.achieve_container .achieve_nurce .achieve_row_item, .achieve_container .achieve_physical .achieve_row_item {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	max-width: 400px;
}
@media (min-width:920px) {
	.achieve_container .achieve_nurce .achieve_row_item, 	.achieve_container .achieve_physical .achieve_row_item {
		width: calc((100% - 50px) / 2);
		max-width: 450px;
		gap: 20px;
	}
}
.achieve_container .achieve_nurce .achieve_row_item_catch, .achieve_container .achieve_physical .achieve_row_item_catch {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.75;
}
.achieve_container .achieve_nurce .achieve_row_item_catch .catch_large, .achieve_container .achieve_physical .achieve_row_item_catch .catch_large {
	font-weight: 500;
	font-size: 20px;
	display: flex;
	align-items: center;
}
@media (min-width:920px) {
	.achieve_container .achieve_nurce .achieve_row_item_catch .catch_large, 	.achieve_container .achieve_physical .achieve_row_item_catch .catch_large {
		font-size: min(2.0497803807vw, 28px);
		white-space: nowrap;
	}
}
.achieve_container .achieve_nurce .achieve_row_item_catch .catch_large p, .achieve_container .achieve_physical .achieve_row_item_catch .catch_large p {
	font-size: 12px;
	line-height: 1;
	margin: 0;
}
@media (min-width:920px) {
	.achieve_container .achieve_nurce .achieve_row_item_catch .catch_large p, 	.achieve_container .achieve_physical .achieve_row_item_catch .catch_large p {
		font-size: min(1.317715959vw, 18px);
	}
}
.achieve_container .achieve_nurce .achieve_row_item_catch .catch_small, .achieve_container .achieve_physical .achieve_row_item_catch .catch_small {
	font-size: 10px;
}
@media (min-width:920px) {
	.achieve_container .achieve_nurce .achieve_row_item_catch .catch_small, 	.achieve_container .achieve_physical .achieve_row_item_catch .catch_small {
		font-size: min(1.0248901903vw, 14px);
	}
}
.achieve_container .achieve_nurce .achieve_row_item_date, .achieve_container .achieve_physical .achieve_row_item_date {
	width: 75%;
	height: auto;
}
@media (min-width:920px) {
	.achieve_container .achieve_nurce .achieve_row_item_date, 	.achieve_container .achieve_physical .achieve_row_item_date {
		width: 100%;
		max-width: 400px;
	}
}
.achieve_container .achieve_nurce .achieve_row_item_date img, .achieve_container .achieve_physical .achieve_row_item_date img {
	width: 100%;
	height: 100%;
}
@media (min-width:920px) {
	.achieve_container .achieve_physical .achieve_row_item {
		width: calc((100% - 100px) / 3);
	}
}
.policy_contents {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: clamp(120px, 32vw, 200px);
}
@media (min-width:920px) {
	.policy_contents {
		padding-top: 0;
	}
}
.policy_contents_title .home_section_title__line {
	text-align: center;
	margin: 0 0 64px 0;
}
@media (min-width:920px) {
	.policy_contents_title .home_section_title__line {
		margin: 0 0 100px 0;
	}
}
.policy_contents_title .home_section_title__line small {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.policy_contents .page_body {
	margin: 0 0 100px 0;
}
@media (min-width:920px) {
	.policy_contents .page_body {
		margin: 0 0 160px 0;
	}
}
.policy_contents .wp-block-heading {
	text-align: center;
	display: block;
	margin: 0 0 24px 0;
	font-weight: 500;
}
@media (min-width:920px) {
	.policy_contents .wp-block-heading {
		text-align: left;
	}
}
.policy_contents p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin: 0 0 40px 0;
}
@media (min-width:920px) {
	.policy_contents p {
		margin: 0 0 80px 0;
		font-size: min(1.317715959vw, 18px);
	}
}
.policy_contents p:last-of-type {
	margin: 0;
}
.course_mv_area {
	background: #FAE7E5;
	display: flex;
	flex-direction: column;
	margin: 0 0 80px 0;
	padding-top: clamp(120px, 32vw, 200px);
}
@media (min-width:920px) {
	.course_mv_area {
		flex-direction: row;
		margin: 0 0 100px 0;
		padding-top: 0;
	}
}
.course_mv_area.course_mv_area__physical {
	background: #DFECE9;
	margin: 0 0 30px 0;
}
.course_mv_area__ttl {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	padding-left: 9.33vw;
}
@media (min-width:920px) {
	.course_mv_area__ttl {
		width: 40%;
		justify-content: center;
		padding-left: 0;
	}
}
.course_mv_area__ttl .course_mv_area__ttl__inner .course_en {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin: 0 0 24px 0;
}
@media (min-width:920px) {
	.course_mv_area__ttl .course_mv_area__ttl__inner .course_en {
		font-size: min(1.2445095168vw, 17px);
		margin: 0 0 6vw 0;
	}
}
.course_mv_area__ttl .course_mv_area__ttl__inner .course_h1 {
	font-size: 42px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 500;
	line-height: 1.2;
}
@media (min-width:920px) {
	.course_mv_area__ttl .course_mv_area__ttl__inner .course_h1 {
		font-size: min(2.9282576867vw, 40px);
	}
}
.course_mv_area__ttl .course_mv_area__ttl__inner .course_info {
	font-size: 18px;
	margin: 0 0 clamp(40px, 10.67vw, 64px) 0;
}
@media (min-width:920px) {
	.course_mv_area__ttl .course_mv_area__ttl__inner .course_info {
		font-size: min(0.878477306vw, 12px);
		margin: 0 0 6vw 0;
	}
}
.course_mv_area__ttl .course_mv_area__ttl__inner .course_message {
	display: none;
}
@media (min-width:920px) {
	.course_mv_area__ttl .course_mv_area__ttl__inner .course_message {
		display: block;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		font-weight: 500;
	}
}
.course_mv_area__img {
	width: 100%;
}
@media (min-width:920px) {
	.course_mv_area__img {
		width: 60%;
	}
}
.course_mv_area__img .course_mv_area__ttl__txt {
	padding-left: 9.33vw;
	margin: 40px 0;
}
@media (min-width:920px) {
	.course_mv_area__img .course_mv_area__ttl__txt {
		display: none;
	}
}
.course_mv_area__img .course_mv_area__ttl__txt p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 500;
	font-size: min(4.267vw, 18px);
}
.policy_flex {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 0 0 80px 0;
}
@media (min-width:920px) {
	.policy_flex {
		flex-direction: row;
		gap: 57px;
		padding: 0 0 120px 0;
		justify-content: space-between;
	}
}
.policy_flex__block {
	width: 100%;
}
@media (min-width:920px) {
	.policy_flex__block {
		width: 50%;
		text-align: center;
	}
}
.policy_flex__block .nurse_role_container {
	width: 100%;
	height: auto;
}
@media (min-width:920px) {
	.policy_flex__block .nurse_role_container {
		margin: 0 auto;
	}
}
.policy_flex__block .nurse_role_container ol.nurse_num_list {
	list-style: none;
	padding: 0;
	counter-reset: li_count;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	min-height: 112px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: fit-content;
	margin: 0 auto 24px 0;
}
@media (min-width:600px) {
	.policy_flex__block .nurse_role_container ol.nurse_num_list {
		margin: 0 auto 24px;
	}
}
@media (min-width:920px) {
	.policy_flex__block .nurse_role_container ol.nurse_num_list {
		margin: 0 auto 50px;
	}
}
.policy_flex__block .nurse_role_container ol.nurse_num_list li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 8px 0;
}
.policy_flex__block .nurse_role_container ol.nurse_num_list li:before {
	display: none;
}
.policy_flex__block .nurse_role_container ol.nurse_num_list li span.num {
	font-family: "Noto Sans JP", sans-serif;
	position: relative;
	color: #ffffff;
	font-size: 12px;
	background: #000000;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 1;
	padding: 0 0 1px 1px;
	margin: 0 7px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 1 20px;
}
.policy_flex__block .nurse_role_container ol.nurse_num_list li p {
	flex: 1 1 0%;
	margin: 0;
}
.policy_flex__block .nurse_role_container img.nurse_role_img {
	width: 100%;
	height: auto;
	max-width: 600px;
	margin: 0 auto;
	display: block;
}
@media (min-width:920px) {
	.policy_flex__block .nurse_role_container img.nurse_role_img {
		margin: 0;
		max-width: 100%;
	}
}
@media (min-width:920px) {
	.policy_flex__block:nth-child(2) .nurse_role_container ol.nurse_num_list {
		margin: 0 auto 82px 0;
	}
}
.field_block {
	margin: 40px 0 100px 0;
}
@media (min-width:920px) {
	.field_block {
		margin: 80px 0 150px 0;
	}
}
.page_section {
	padding: 80px 0;
}
@media (min-width:920px) {
	.page_section {
		padding: 100px 0;
	}
}
.nurse_reason_section {
	background: #FAE7E5;
}
.reason_block {
	position: relative;
	margin: 40px 0 64px;
}
@media (min-width:920px) {
	.reason_block {
		margin: 100px 0;
	}
}
.reason_block:not(:first-of-type) {
	margin: 64px 0;
}
@media (min-width:920px) {
	.reason_block:not(:first-of-type) {
		margin: 100px 0;
	}
}
.reason_block:last-of-type {
	margin: 64px 0 0;
}
@media (min-width:920px) {
	.reason_block:last-of-type {
		margin: 100px 0 0;
	}
}
.reason_block__txt {
	width: 100%;
	position: relative;
	background: #FAE7E5;
	padding: 20px 20px 0;
}
@media (min-width:920px) {
	.reason_block__txt {
		position: absolute;
		top: 0;
		left: 0;
		padding: 20px 50px 50px 50px;
		width: 47%;
	}
}
.reason_block__txt p {
	margin: 0;
}
.reason_block__img {
	width: 100%;
	display: block;
	margin: 0 0 0 auto;
}
@media (min-width:920px) {
	.reason_block__img {
		width: 77%;
	}
}
.reason_block.reason_block__reverse .reason_block__txt {
	top: 0;
	left: auto;
	right: 0;
	padding: 20px 20px 0;
}
@media (min-width:920px) {
	.reason_block.reason_block__reverse .reason_block__txt {
		padding: 20px 50px 50px 50px;
	}
}
.reason_block.reason_block__reverse .reason_block__txt p {
	margin: 0;
}
.reason_block.reason_block__reverse .reason_block__img {
	margin: 0 0 0 0;
}
.nurse_support_block01 {
	position: relative;
	width: 100%;
}
.nurse_support_block01 .container-base {
	position: relative;
}
@media (min-width:920px) {
	.nurse_support_block01 .container-base {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
}
.nurse_support_block01 .container-base .nurse_support_block01_inner {
	width: 100%;
	position: relative;
	padding: 40px 0 0;
	overflow: hidden;
}
@media (min-width:920px) {
	.nurse_support_block01 .container-base .nurse_support_block01_inner {
		width: 42%;
		padding: 0 0 0 50px;
	}
}
.nurse_support_block01 .container-base .nurse_support_block01_inner img.support01_deco {
	display: none;
}
@media (min-width:920px) {
	.nurse_support_block01 .container-base .nurse_support_block01_inner img.support01_deco {
		position: absolute;
		top: 0;
		left: 0px;
		width: 11px;
		display: block;
	}
}
.nurse_support_block01 .container-base .nurse_support_block01_inner p small {
	display: block;
	font-size: 10px;
}
@media (min-width:920px) {
	.nurse_support_block01 .container-base .nurse_support_block01_inner p small {
		font-size: min(0.9516837482vw, 13px);
	}
}
.nurse_support_block01 img.nurse_support_img {
	width: 100%;
}
@media (min-width:920px) {
	.nurse_support_block01 img.nurse_support_img {
		width: 53vw;
		display: block;
		margin: 0 0 0 auto;
	}
}
.nurse_support_block_other .nurse_support_block__img {
	padding: 0 20px 40px;
}
@media (min-width:920px) {
	.nurse_support_block_other .nurse_support_block__img {
		padding: 0;
	}
}
.nurse_support_block_other .nurse_support_block__txt {
	margin: 0 0 40px 0;
}
@media (min-width:920px) {
	.nurse_support_block_other .nurse_support_block__txt {
		margin: 0;
	}
}
.nurse_support_block_last .container-base .nurse_support_block01_inner {
	width: 100%;
	position: relative;
	padding: 40px 0;
	overflow: hidden;
	margin: 0 0 0 auto;
}
@media (min-width:920px) {
	.nurse_support_block_last .container-base .nurse_support_block01_inner {
		width: 42%;
		padding: 0 50px 0 0;
	}
}
.nurse_support_block_last .container-base .nurse_support_block01_inner img.support01_deco {
	display: none;
}
@media (min-width:920px) {
	.nurse_support_block_last .container-base .nurse_support_block01_inner img.support01_deco {
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		width: 11px;
		display: block;
	}
}
.nurse_support_block_last img.nurse_support_img {
	width: 100%;
	display: block;
	margin: 0 auto 0 0;
}
@media (min-width:920px) {
	.nurse_support_block_last img.nurse_support_img {
		width: 53vw;
	}
}
.nurse_support_block {
	display: block;
	margin: 80px 0 0;
}
@media (min-width:920px) {
	.nurse_support_block {
		display: flex;
		margin: 100px 0;
	}
}
.nurse_support_block img {
	width: 100%;
}
.nurse_support_block:last-child {
	margin: 80px 0 0 0;
}
@media (min-width:920px) {
	.nurse_support_block:last-child {
		margin: 100px 0 50px 0;
	}
}
.nurse_support_block__txt {
	order: 1;
	width: 100%;
}
@media (min-width:920px) {
	.nurse_support_block__txt {
		width: 60%;
		padding: 0 0 0 50px;
	}
}
.nurse_support_block__img {
	width: 100%;
	order: 2;
}
@media (min-width:920px) {
	.nurse_support_block__img {
		width: 40%;
	}
}
.nurse_support_block_05 {
	justify-content: space-between;
	margin-top: 0 !important;
	margin-bottom: 80px;
}
@media (min-width:920px) {
	.nurse_support_block_05 {
		margin-bottom: 0;
	}
}
.nurse_support_block_05 .nurse_support_block__txt {
	width: 100%;
	padding: 0;
}
@media (min-width:920px) {
	.nurse_support_block_05 .nurse_support_block__txt {
		width: 37%;
		padding: 0 0 0 35px;
	}
}
.nurse_support_block_05 .nurse_support_block__img {
	width: 100%;
	margin: 0 0 40px 0;
}
@media (min-width:920px) {
	.nurse_support_block_05 .nurse_support_block__img {
		margin: 0;
		width: 60%;
	}
}
.nurse_support_block_06 {
	justify-content: space-between;
	margin-top: 0 !important;
	gap: 50px;
}
.nurse_support_block_06 .nurse_support_block__txt {
	width: 100%;
	padding: 40px 0 0 0;
}
@media (min-width:920px) {
	.nurse_support_block_06 .nurse_support_block__txt {
		width: 50%;
		padding: 0 0 0 35px;
	}
}
.nurse_support_block_06 .nurse_support_block__img {
	width: 100%;
}
@media (min-width:920px) {
	.nurse_support_block_06 .nurse_support_block__img {
		width: 50%;
	}
}
.nurse_training_section {
	background: #FAE7E5;
	padding-top: 0;
}
.nurse_training_section__white {
	background: #ffffff;
}
.nurse_training_section .nurse_training_ttl {
	position: relative;
}
.nurse_training_section .nurse_training_ttl img {
	width: 100%;
}
.nurse_training_section .nurse_training_ttl .nurse_training_ttl__bottom {
	position: relative;
}
@media (min-width:920px) {
	.nurse_training_section .nurse_training_ttl .nurse_training_ttl__bottom {
		position: absolute;
		width: 100%;
		bottom: 0;
	}
}
.nurse_training_section .nurse_training_ttl .nurse_training_ttl__bottom .nurse_training_ttl__bottom__inner {
	background: #FAE7E5;
	padding: 40px 0;
}
@media (min-width:920px) {
	.nurse_training_section .nurse_training_ttl .nurse_training_ttl__bottom .nurse_training_ttl__bottom__inner {
		padding: 60px 0 30px 0;
	}
}
.nurse_training_section .nurse_training_ttl .nurse_training_ttl__bottom .nurse_training_ttl__bottom__inner__white {
	background: #ffffff;
}
.nurse_training_section .nurse_training_ttl .nurse_training_ttl__bottom .nurse_training_ttl__bottom__inner p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width:920px) {
	.nurse_training_section .nurse_training_ttl .nurse_training_ttl__bottom .nurse_training_ttl__bottom__inner p {
		text-align: center;
	}
}
.nurse_training_section .nurse_training_content {
	background: #FAE7E5;
}
.nurse_training_section .nurse_training_content h2.nurse_training_h2 {
	text-align: center;
	color: #EB6D73;
}
.nurse_training_section .nurse_training_content .nurse_training_list {
	display: flex;
	flex-direction: column;
	margin: 40px 0;
	gap: 40px;
}
@media (min-width:920px) {
	.nurse_training_section .nurse_training_content .nurse_training_list {
		flex-direction: row;
		justify-content: space-between;
		gap: 0;
	}
}
.nurse_training_section .nurse_training_content .nurse_training_list__block {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
@media (min-width:920px) {
	.nurse_training_section .nurse_training_content .nurse_training_list__block {
		width: 31%;
	}
}
.nurse_training_section .nurse_training_content .nurse_training_list__block .num {
	background: #EB6D73;
	color: #ffffff;
	display: inline-block;
	margin: 0 0 16px 0;
	font-weight: bold;
	font-size: 13px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
}
@media (min-width:920px) {
	.nurse_training_section .nurse_training_content .nurse_training_list__block .num {
		margin: 0 0 30px 0;
	}
}
.nurse_training_section .nurse_training_content .nurse_training_list__block h4 {
	width: 100%;
	padding: 0 0 15px 0;
	text-align: center;
	display: block;
	border-bottom: 1px solid #000000;
	position: relative;
	margin: 0 0 40px 0;
}
.nurse_training_section .nurse_training_content .nurse_training_list__block h4:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -25px;
	width: 1px;
	height: 25px;
	background: #000000;
}
.nurse_training_section picture.nurse_training_content {
	display: block;
	margin: 40px auto;
	width: 90%;
	max-width: 600px;
}
@media (min-width:920px) {
	.nurse_training_section picture.nurse_training_content {
		width: 100%;
		max-width: 900px;
	}
}
.nurse_training_section picture.nurse_training_content img {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
}
img.nurse_training_section__bottom {
	width: 100%;
	margin: 0 0 150px 0;
}
.physical_about .physical_about__ttl {
	width: 100%;
	margin: 0 0 50px 0;
}
.physical_about .physical_about_list__wrap {
	position: relative;
}
.physical_about .physical_about_list__wrap .page_h3__vertical {
	writing-mode: vertical-rl;
	position: absolute;
	top: 0;
	left: -80px;
}
.physical_about_list {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin: 50px 0;
}
.physical_about_list__block {
	width: calc(50% - 10px);
	background: #BDD5E0;
	height: 100px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
}
@media (min-width:920px) {
	.physical_about_list__block {
		width: calc(33.3333% - 15px);
		height: 115px;
	}
}
.physical_about_list__block .physical_about_list__block__inner {
	text-align: center;
	line-height: 1.5;
	font-size: min(12rem, 12px);
}
@media (min-width:920px) {
	.physical_about_list__block .physical_about_list__block__inner {
		font-size: min(1.1713030747vw, 16px);
	}
}
.physical_about_list__block .physical_about_list__block__inner small {
	display: block;
	font-size: min(10rem, 10px);
}
@media (min-width:920px) {
	.physical_about_list__block .physical_about_list__block__inner small {
		font-size: min(0.878477306vw, 12px);
	}
}
.physical_curriculum_section {
	background: #DFECE9;
}
.physical_curriculum_section_catch p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 500;
	font-size: 14px;
	margin: 0;
}
@media (min-width:920px) {
	.physical_curriculum_section_catch p {
		font-size: min(1.317715959vw, 18px);
	}
}
.physical_curriculum_section_catch p small {
	font-size: 12px;
}
@media (min-width:920px) {
	.physical_curriculum_section_catch p small {
		font-size: min(1.0248901903vw, 14px);
	}
}
img.curriculum_image {
	width: 100%;
	display: block;
	margin: 80px 0 30px 0;
}
.physical_training_content {
	margin: 40px 0 0;
}
@media (min-width:920px) {
	.physical_training_content {
		margin: 60px 0;
		background: url(assets/img/physical/physical_map.svg);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
}
.physical_training_content table {
	margin: 0 auto 40px;
}
@media (min-width:920px) {
	.physical_training_content table {
		margin: 0 0 80px 0;
	}
}
.physical_training_content .physical_training__ttl {
	margin: 0 auto 30px;
	width: fit-content;
}
@media (min-width:920px) {
	.physical_training_content .physical_training__ttl {
		margin: 0 0 30px;
	}
}
.physical_training_content .physical_training__ttl h4 {
	display: inline-block;
	padding: 20px 30px;
	border: 1px solid #000000;
	line-height: 1;
	min-width: 280px;
	text-align: center;
}
.physical_training_content table th {
	text-align: left;
}
.physical_training_content table tr {
	display: flex;
	flex-direction: column;
}
@media (min-width:920px) {
	.physical_training_content table tr {
		display: table-row;
	}
}
.physical_training_content table .date_row {
	display: flex;
	align-items: center;
}
@media (min-width:920px) {
	.physical_training_content table .date_row {
		display: none;
	}
}
.physical_training_content table .date {
	display: none;
}
@media (min-width:920px) {
	.physical_training_content table .date {
		display: block;
	}
}
.physical_training_content table .week {
	display: none;
}
@media (min-width:920px) {
	.physical_training_content table .week {
		display: block;
	}
}
.physical_training_content .physical_training_list_wrap {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	justify-content: center;
}
@media (min-width:920px) {
	.physical_training_content .physical_training_list_wrap {
		gap: 20px;
		justify-content: flex-start;
	}
}
.breadcrumbs_message {
	background: rgba(194, 204, 212, 0.5);
}
.message_contents {
	width: 100%;
	height: auto;
	background: rgba(194, 204, 212, 0.5);
	position: relative;
	padding-top: clamp(120px, 32vw, 200px);
}
@media (min-width:920px) {
	.message_contents {
		padding-top: 0;
	}
}
.message_mv {
	width: 100%;
	height: auto;
	margin: 0 auto 80px;
}
@media (min-width:920px) {
	.message_mv {
		margin: 0 auto 120px;
	}
}
.message_mv_title {
	text-align: center;
	margin: 0 0 40px 0;
}
@media (min-width:920px) {
	.message_mv_title {
		margin: 0 0 86px 0;
	}
}
.message_mv_links {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
@media (min-width:920px) {
	.message_mv_links {
		flex-direction: row;
		gap: 14px;
	}
}
.message_mv_links .student_link {
	width: 100%;
	height: auto;
	padding: 8px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 500px;
	border: 1px solid #000;
}
@media (min-width:920px) {
	.message_mv_links .student_link {
		width: fit-content;
		padding: 4px 30px 8px;
	}
}
.message_mv_links .student_link .student_name {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.75;
	display: flex;
	align-items: center;
}
@media (min-width:920px) {
	.message_mv_links .student_link .student_name {
		font-size: min(1.0980966325vw, 15px);
	}
}
.message_mv_links .student_link .student_name p {
	margin: 0;
	font-size: 10px;
	line-height: 1;
}
@media (min-width:920px) {
	.message_mv_links .student_link .student_name p {
		font-size: min(0.8052708638vw, 11px);
	}
}
.message_mv_links .student_link .student_job {
	font-size: 10px;
	font-weight: 500;
	line-height: 1.2;
}
@media (min-width:920px) {
	.message_mv_links .student_link .student_job {
		font-size: min(0.8052708638vw, 11px);
	}
}
.message_mv_links .student_link:last-of-type .student_name {
	font-size: min(3.2vw, 14px);
}
@media (min-width:920px) {
	.message_mv_links .student_link:last-of-type .student_name {
		font-size: min(1.0980966325vw, 15px);
	}
}
.student_message_section {
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 120px;
}
@media (min-width:920px) {
	.student_message_section {
		padding-bottom: 170px;
	}
}
.message_container {
	width: 100%;
	height: auto;
	margin: 0 auto 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width:920px) {
	.message_container {
		margin: 0 auto 150px;
		align-items: flex-end;
	}
}
.message_container_top {
	width: 100%;
	height: auto;
	margin: 0 0 64px 0;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
}
@media (min-width:920px) {
	.message_container_top {
		max-width: 1382px;
		justify-content: space-between;
		padding: 0;
	}
}
@media (min-width:920px) {
	.message_container .message_container_top_first {
		gap: min(7.55vw, 145px);
	}
}
@media (min-width:920px) {
	.message_container .message_container_top_second {
		max-width: 1460px;
		gap: min(3.125vw, 60px);
	}
}
.message_container .message_container_top_second .message_txtArea .message_txtArea_txt:first-of-type {
	margin-bottom: 8px;
}
@media (min-width:920px) {
	.message_container .message_container_top_second .message_txtArea .message_txtArea_txt:first-of-type {
		margin-bottom: 16px;
	}
}
@media (min-width:920px) {
	.message_container .message_container_top_third {
		gap: min(4.89vw, 94px);
	}
}
@media (min-width:920px) {
	.message_container .message_container_top_four {
		gap: min(3.125vw, 60px);
	}
}
.message_container .message_container_top_four .message_txtArea .message_txtArea_txt .name {
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}
.message_container .message_txtArea {
	width: 100%;
	height: auto;
	display: contents;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width:920px) {
	.message_container .message_txtArea {
		width: fit-content;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}
.message_container .message_txtArea_icon {
	width: 100px;
	height: 30px;
	border-radius: 500px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 700;
}
@media (min-width:920px) {
	.message_container .message_txtArea_icon {
		width: min(9.956vw, 136px);
		height: min(2.6735vw, 36px);
		font-size: min(1.1713030747vw, 16px);
	}
}
.message_container .message_txtArea_catch {
	display: block;
	margin: 30px 0;
	font-size: 20px;
	white-space: nowrap;
	font-weight: 500;
}
@media (min-width:920px) {
	.message_container .message_txtArea_catch {
		font-size: min(1.8301610542vw, 25px);
		margin: min(4.832vw, 66px) 0 min(4.392vw, 60px);
	}
}
.message_container .message_txtArea_txt {
	display: flex;
	flex-direction: column;
	order: 2;
}
@media (min-width:920px) {
	.message_container .message_txtArea_txt {
		gap: 4px;
	}
}
.message_container .message_txtArea_txt small {
	font-size: 14px;
	font-weight: 500;
}
@media (min-width:920px) {
	.message_container .message_txtArea_txt small {
		font-size: min(1.1713030747vw, 16px);
	}
}
.message_container .message_txtArea_txt span.name {
	display: flex;
	align-items: flex-end;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
}
@media (min-width:920px) {
	.message_container .message_txtArea_txt span.name {
		font-size: min(1.6837481698vw, 23px);
	}
}
.message_container .message_txtArea_txt span.name .name_block {
	display: flex;
	align-items: center;
}
.message_container .message_txtArea_txt span.name p {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
}
@media (min-width:920px) {
	.message_container .message_txtArea_txt span.name p {
		font-size: min(1.1713030747vw, 16px);
	}
}
.message_container .message_thumb {
	width: 100%;
	height: auto;
	order: 1;
	margin-bottom: 40px;
}
@media (min-width:920px) {
	.message_container .message_thumb {
		width: min(72.62vw, 992px);
		height: auto;
		margin-bottom: 0;
		display: flex;
	}
}
.message_container .message_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}
.message_container_bottom {
	width: 100%;
	height: auto;
	padding: 0 20px;
}
@media (min-width:920px) {
	.message_container_bottom {
		padding: 0 50px;
	}
}
.message_container .student_message {
	max-width: 1080px;
	margin: 0 auto;
}
.message_container .student_message_inner {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
	gap: 16px;
}
@media (min-width:920px) {
	.message_container .student_message_inner {
		margin-bottom: 50px;
		gap: 8px;
	}
}
.message_container .student_message_inner:last-of-type {
	margin-bottom: 0;
}
.message_container .student_message_inner .question {
	display: block;
	position: relative;
	font-size: 15px;
	font-weight: 700;
}
@media (min-width:920px) {
	.message_container .student_message_inner .question {
		font-size: min(1.317715959vw, 18px);
	}
}
.message_container .student_message_inner .answer {
	line-height: 2;
	margin: 0;
}
@media (min-width:920px) {
	.message_container .student_message_inner .answer {
		font-size: min(1.2445095168vw, 17px);
	}
}
.message_container .student_message_inner .bold {
	font-weight: 700;
}
.message_container .student_message .inner_row {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
@media (min-width:920px) {
	.message_container .student_message .inner_row {
		flex-direction: row;
		gap: 28px;
	}
}
.message_container .student_message .inner_row_img {
	width: 100%;
	height: auto;
}
@media (min-width:920px) {
	.message_container .student_message .inner_row_img {
		width: calc((100% - 28px) / 2);
	}
}
.message_container .student_message .inner_row_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
@media (min-width:920px) {
	.message_container:nth-child(odd) .message_container_top {
		flex-direction: row;
		margin: 0 0 93px auto;
		padding-right: min(5.208vw, 100px);
		padding-left: min(10.417vw, 200px);
	}
}
@media screen and (min-width:1600px) {
	.message_container:nth-child(odd) .message_container_top {
		margin: 0 auto 93px;
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width:920px) {
	.message_container:nth-child(even) .message_container_top {
		flex-direction: row-reverse;
		margin: 0 auto 93px 0;
		padding-right: min(10.417vw, 200px);
		padding-left: min(5.208vw, 100px);
	}
}
@media screen and (min-width:1600px) {
	.message_container:nth-child(even) .message_container_top {
		margin: 0 auto 93px;
		padding-right: 0;
		padding-left: 0;
	}
}
.message_container:last-of-type {
	margin: 0 auto;
}
.campus_contents {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: clamp(120px, 32vw, 200px);
}
@media (min-width:920px) {
	.campus_contents {
		padding-top: 0;
	}
}
.campus_mv {
	width: 100%;
	height: auto;
	margin: 0 auto 80px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 0 20px;
}
@media (min-width:920px) {
	.campus_mv {
		flex-direction: row-reverse;
		align-items: flex-end;
		margin: 0 auto 130px;
		gap: 0;
		padding: 0 min(11.904vw, 200px) 0 0;
		justify-content: space-between;
	}
}
.campus_mv_catch {
	display: flex;
	justify-content: flex-end;
}
@media (min-width:920px) {
	.campus_mv_catch {
		width: 12.5%;
	}
}
.campus_mv_catch .catch_visual {
	display: block;
	width: min(26.667vw, 150px);
}
@media (min-width:920px) {
	.campus_mv_catch .catch_visual {
		width: 100%;
		margin-bottom: min(6.607vw, 111px);
	}
}
.campus_mv_catch .catch_visual img {
	width: 100%;
	height: 100%;
}
.campus_mv_thumb {
	width: 100%;
	height: auto;
}
@media (min-width:920px) {
	.campus_mv_thumb {
		width: 80%;
	}
}
.campus_mv_thumb img {
	width: 100%;
	height: 100%;
}
.campus_row {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: min(10.67vw, 80px);
	margin-bottom: 80px;
}
@media (min-width:920px) {
	.campus_row {
		flex-direction: row-reverse;
		gap: min(5.12vw, 86px);
		margin-bottom: 116px;
	}
}
.campus_row_right {
	width: 100%;
	height: auto;
	padding-left: min(9.33vw, 64px);
}
@media (min-width:920px) {
	.campus_row_right {
		padding-left: 0;
		align-items: flex-start;
		width: min(40.417vw, 680px);
	}
}
.campus_row_right img {
	width: 100%;
	height: 100%;
}
.campus_row_left {
	width: 100%;
	height: auto;
	padding-right: min(9.33vw, 64px);
}
@media (min-width:920px) {
	.campus_row_left {
		padding-right: 0;
		align-items: flex-end;
		width: min(30.714vw, 516px);
	}
}
.campus_row_left img {
	width: 100%;
	height: 100%;
}
@media (min-width:920px) {
	.row_container {
		height: min(34.524vw, 580px);
		display: flex;
	}
}
.annual-schdule_section {
	width: 100%;
	height: auto;
	margin-bottom: 120px;
}
@media (min-width:920px) {
	.annual-schdule_section {
		margin-bottom: 190px;
	}
}
@media (min-width:920px) {
	.annual-schdule_section h2.page_h2__line {
		margin: 0 0 40px 0;
	}
}
.annual-schdule_section p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin: 0 0 min(8vw, 90px) 0;
}
.annual-schdule_section_list {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
	padding: 0 20px;
}
@media (min-width:920px) {
	.annual-schdule_section_list {
		gap: 50px;
		flex-direction: row;
		align-items: flex-start;
		padding: 0 min(11.905vw, 200px);
	}
}
.annual-schdule_section_list_img {
	width: 100%;
	height: auto;
}
@media (min-width:920px) {
	.annual-schdule_section_list_img {
		width: calc((100% - 50px) / 2);
	}
}
.annual-schdule_section_list_img img {
	width: 100%;
	height: 100%;
}
.annual-schdule_section_notes {
	width: fit-content;
	margin: 16px auto 0 0;
	padding: 0 20px;
}
@media (min-width:920px) {
	.annual-schdule_section_notes {
		margin: 16px 0 0 auto;
		padding: 0 min(11.905vw, 200px);
	}
}
.annual-schdule_section_notes small {
	font-size: 12px;
	line-height: 1.5;
}
@media (min-width:920px) {
	.annual-schdule_section_notes small {
		font-size: min(1.0248901903vw, 14px);
	}
}
.annual-schdule_section .memory_img {
	width: 100%;
	height: auto;
	padding: 40px 0 0;
	margin: 0 auto;
}
@media (min-width:920px) {
	.annual-schdule_section .memory_img {
		padding: 5.357vw min(5.952vw, 100px) 0;
	}
}
.access_section {
	width: 100%;
	height: auto;
	margin-bottom: 120px;
}
@media (min-width:920px) {
	.access_section {
		margin-bottom: 190px;
	}
}
.access_section_title {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.access_section_title .home_section_title {
	text-align: center;
}
.access_section_title .home_section_title small {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.access_section_title p {
	margin-bottom: 80px;
}
@media (min-width:920px) {
	.access_section_title p {
		text-align: center;
		margin-bottom: 5.952vw;
	}
}
.access_section_thumbTop {
	width: 100%;
	height: auto;
	margin-bottom: 80px;
}
@media (min-width:920px) {
	.access_section_thumbTop {
		margin-bottom: 7.321vw;
	}
}
.access_section_thumbTop img {
	width: 100%;
	height: 100%;
}
.access_section_point {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	margin-bottom: 100px;
}
@media (min-width:920px) {
	.access_section_point {
		gap: 6.309vw;
		padding: 0 100px;
		margin-bottom: 9.404vw;
	}
}
.access_section_point_list {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
}
@media (min-width:920px) {
	.access_section_point_list {
		flex-direction: row;
		align-items: flex-start;
		gap: 0;
	}
}
.access_section_point_list .point_inner {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
	padding: 0 20px 10px;
}
@media (min-width:920px) {
	.access_section_point_list .point_inner {
		gap: 50px;
		padding: 0 min(1.786vw, 30px) 10px;
	}
}
.access_section_point_list .point_inner .point_number {
	width: 100%;
	max-width: 363px;
	height: auto;
	border: 1px solid #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 0;
}
@media (min-width:920px) {
	.access_section_point_list .point_inner .point_number {
		padding: 10px 0;
	}
}
.access_section_point_list .point_inner .point_number span {
	font-size: 16px;
	font-weight: 500;
}
@media (min-width:920px) {
	.access_section_point_list .point_inner .point_number span {
		font-size: min(1.317715959vw, 18px);
	}
}
.access_section_point_list .point_inner p {
	margin: 0;
	font-size: 16px;
	white-space: nowrap;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width:920px) {
	.access_section_point_list .point_inner p {
		font-size: min(1.6837481698vw, 23px);
	}
}
.access_section_point_list .point_inner .point_catch {
	font-size: 16px;
	white-space: nowrap;
}
@media (min-width:920px) {
	.access_section_point_list .point_inner .point_catch {
		font-size: min(1.317715959vw, 18px);
	}
}
@media (min-width:920px) {
	.access_section_point_list .point01 {
		width: 360px;
	}
}
@media (min-width:920px) {
	.access_section_point_list .point02 {
		width: 360px;
		margin-left: min(3.095vw, 52px);
	}
}
@media (min-width:920px) {
	.access_section_point_list .point03 {
		width: 428px;
		margin-left: min(1.1904vw, 20px);
		padding: 0 0 30px;
	}
}
.access_section_point_map {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}
.access_section_point_map .map_container {
	position: relative;
	width: 100%;
	height: 100vw;
}
@media (min-width:920px) {
	.access_section_point_map .map_container {
		height: 27.738vw;
	}
}
.access_section_point_map .map_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.access_section_point_map .map_notes {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 20px;
}
@media (min-width:920px) {
	.access_section_point_map .map_notes {
		padding: 16px 0 0;
	}
}
.access_section_point_map .map_notes small {
	display: block;
}
@media (min-width:920px) {
	.access_section_point_map .map_notes small {
		padding-left: 100px;
	}
}
.access_section_point_map .map_notes a {
	font-family: "Roboto", sans-serif;
	color: #1571DA;
	position: relative;
	line-height: 1.2;
}
.access_section_point_map .map_notes a::after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: #1571DA;
	bottom: -2px;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s;
}
.access_section_point_map .map_notes a:hover::after {
	transform: scale(1, 1);
	transform-origin: left top;
}
.access_section_link {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
	padding: 0 20px;
	margin: 0 auto 100px;
}
@media (min-width:920px) {
	.access_section_link {
		padding: 0 min(11.905vw, 200px);
		flex-direction: row;
		gap: 0;
		margin: 0 auto 9.88vw;
	}
}
.access_section_link_inner {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
}
@media (min-width:920px) {
	.access_section_link_inner {
		gap: 48px;
	}
}
.access_section_link_inner a {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	transition: all 0.5s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.access_section_link_inner a .link_thumb {
	width: 100%;
	height: auto;
	position: relative;
	transition: all 0.5s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.access_section_link_inner a .link_thumb img {
	width: 100%;
	height: 100%;
}
@media (min-width:920px) {
	.access_section_link_inner a:hover .link_thumb {
		transform: scale(1.07);
		transition: all 0.5s cubic-bezier(0.18, 0.06, 0.23, 1);
	}
}
.access_section_link_inner .link_title {
	text-align: center;
}
.access_section_link_inner .link_title_job {
	display: block;
	font-size: 14px;
}
@media (min-width:920px) {
	.access_section_link_inner .link_title_job {
		font-size: min(1.1713030747vw, 16px);
	}
}
.access_section_link_inner .link_title_name {
	display: block;
	font-size: 14px;
}
@media (min-width:920px) {
	.access_section_link_inner .link_title_name {
		font-size: min(1.6837481698vw, 23px);
	}
}
.access_section_thumbTop {
	width: 100%;
	height: auto;
}
.access_section_thumbTop img {
	width: 100%;
	height: 100%;
}
.breadcrumbs_student {
	background: #EAE8E1;
}
.student_contents {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: clamp(120px, 32vw, 200px);
	background: #EAE8E1;
}
@media (min-width:920px) {
	.student_contents {
		padding-top: 0;
	}
}
.student_contents_container {
	padding-bottom: 100px;
}
@media (min-width:920px) {
	.student_contents_container {
		padding-bottom: 14.88vw;
	}
}
.student_contents_mv {
	width: 100%;
	height: auto;
	padding: 0 20px;
	margin-bottom: 80px;
}
@media (min-width:920px) {
	.student_contents_mv {
		padding: 0;
		margin-bottom: 127px;
	}
}
.student_contents_mv img {
	width: 100%;
	height: 100%;
}
.student_contents_content {
	padding: 0 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width:920px) {
	.student_contents_content {
		padding: 0 11.905vw;
	}
}
.student_contents_catch {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 80px;
}
@media (min-width:920px) {
	.student_contents_catch {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
		gap: 0;
		margin-bottom: 10.714vw;
	}
}
.student_contents_textArea {
	display: flex;
	flex-direction: column;
}
.student_contents_title {
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
}
@media (min-width:920px) {
	.student_contents_title {
		margin-bottom: 3.57vw;
	}
}
.student_contents_title .title_small {
	font-size: 14px;
}
@media (min-width:920px) {
	.student_contents_title .title_small {
		font-size: min(1.317715959vw, 18px);
	}
}
.student_contents_title .title_large {
	font-size: 24px;
	letter-spacing: 0.1em;
	font-weight: 500;
}
@media (min-width:920px) {
	.student_contents_title .title_large {
		font-size: min(2.635431918vw, 36px);
	}
}
.student_contents .job {
	display: block;
	margin-bottom: 16px;
	font-size: 12px;
}
@media (min-width:920px) {
	.student_contents .job {
		margin-bottom: 2.619vw;
		font-size: min(1.1713030747vw, 16px);
	}
}
.student_contents_profile {
	display: flex;
	flex-direction: column;
}
.student_contents_profile .profile_name {
	font-size: 16px;
}
@media (min-width:920px) {
	.student_contents_profile .profile_name {
		font-size: min(1.6837481698vw, 23px);
	}
}
.student_contents_profile .profile_school {
	font-size: 12px;
}
@media (min-width:920px) {
	.student_contents_profile .profile_school {
		font-size: min(1.1713030747vw, 16px);
	}
}
.student_contents_message {
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
@media (min-width:920px) {
	.student_contents_message {
		font-size: min(2.4158125915vw, 33px);
	}
}
.student_contents_text {
	width: 100%;
	height: auto;
	margin-bottom: 100px;
	font-family: "Noto Sans JP", sans-serif;
	padding: 0 20px;
}
@media (min-width:920px) {
	.student_contents_text {
		margin-bottom: 7.143vw;
		padding: 0 8.33vw;
	}
}
.student_contents_text p {
	font-size: 14px;
	margin-bottom: 16px;
}
@media (min-width:920px) {
	.student_contents_text p {
		font-size: min(1.2445095168vw, 17px);
		margin-bottom: 1.905vw;
	}
}
.student_contents_text p:last-of-type {
	margin-bottom: 0;
}
.student_contents_schedule {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.student_contents_schedule_title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	margin: 0 auto 40px;
}
@media (min-width:920px) {
	.student_contents_schedule_title {
		margin: 0 auto 4.643vw;
	}
}
.student_contents_schedule_title .schedule_icon {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}
.student_contents_schedule_title .schedule_title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
}
.student_contents_schedule_title .schedule_title_ja {
	font-size: 16px;
	font-weight: 500;
}
@media (min-width:920px) {
	.student_contents_schedule_title .schedule_title_ja {
		font-size: min(1.6837481698vw, 23px);
	}
}
.student_contents_schedule_title .schedule_title_en {
	font-size: 10px;
}
@media (min-width:920px) {
	.student_contents_schedule_title .schedule_title_en {
		font-size: min(1.0248901903vw, 14px);
	}
}
.student_contents_schedule_flow {
	width: 100%;
	height: auto;
	margin-bottom: 64px;
	padding: 0 20px;
	text-align: center;
}
@media (min-width:920px) {
	.student_contents_schedule_flow {
		margin-bottom: 4.762vw;
		padding: 0 8.33vw;
	}
}
.student_contents_schedule_photo {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	max-width: 600px;
}
@media (min-width:920px) {
	.student_contents_schedule_photo {
		flex-direction: row;
		gap: 33px;
		max-width: 100%;
	}
}
.student_contents_schedule_photo_inner {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}
@media (min-width:920px) {
	.student_contents_schedule_photo_inner {
		width: 33.3%;
	}
}
.student_contents_schedule_photo_inner .time {
	font-weight: 500;
	font-size: 14px;
}
@media (min-width:920px) {
	.student_contents_schedule_photo_inner .time {
		font-size: min(1.317715959vw, 18px);
	}
}
.student_contents_schedule_photo_inner .photo {
	width: 100%;
	height: auto;
}
.student_contents_schedule_photo_inner .photo img {
	width: 100%;
	height: 100%;
}
.information_contents {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: clamp(120px, 32vw, 200px);
}
@media (min-width:920px) {
	.information_contents {
		padding-top: 0;
	}
}
.information_contents_container {
	width: 100%;
	height: auto;
}
.information_contents_container h1.home_section_title__line {
	text-align: center;
	margin: 0 0 64px 0;
}
@media (min-width:920px) {
	.information_contents_container h1.home_section_title__line {
		margin: 0 0 142px 0;
	}
}
.information_contents_container h1.home_section_title__line small {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.information_contents_container h2.page_h2__line {
	text-align: center;
	margin: 0 0 40px 0;
	font-weight: normal;
	font-size: clamp(18px, 4.8vw, 20px);
}
@media (min-width:920px) {
	.information_contents_container h2.page_h2__line {
		margin: 0 0 82px 0;
		font-size: min(2.635431918vw, 36px);
	}
}
.information_contents_info {
	width: 100%;
	height: auto;
	margin: 0 auto 80px;
	max-width: 770px;
}
@media (min-width:920px) {
	.information_contents_info {
		margin: 0 auto 120px;
	}
}
.information_contents_info .info_item {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
	gap: 8px;
}
@media (min-width:920px) {
	.information_contents_info .info_item {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 48px;
		gap: 0px;
	}
}
.information_contents_info .info_item:last-of-type {
	margin-bottom: 0;
}
.information_contents_info .info_title {
	width: 100%;
	height: auto;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
}
@media (min-width:920px) {
	.information_contents_info .info_title {
		flex: 0 1 520px;
		text-align: left;
	}
}
.information_contents_info .info_title span {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	display: block;
}
@media (min-width:920px) {
	.information_contents_info .info_title span {
		font-size: min(2.0497803807vw, 28px);
		padding-left: 16px;
	}
}
.information_contents_info .info_title span::after {
	content: none;
	position: absolute;
	width: 5px;
	height: 5px;
	background: #000;
	border-radius: 9999px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media (min-width:920px) {
	.information_contents_info .info_title span::after {
		content: "";
	}
}
.information_contents_info .info_pdf {
	width: 100%;
	height: auto;
}
@media (min-width:920px) {
	.information_contents_info .info_pdf {
		width: fit-content;
	}
}
.information_contents_info .info_pdf .info_pdfLink {
	display: block;
	width: fit-content;
	border-radius: 500px;
	border: 1px solid #000;
	padding: 2px 40px;
	transition: 0.4s cubic-bezier(0.26, 0.06, 0, 1);
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
@media (min-width:920px) {
	.information_contents_info .info_pdf .info_pdfLink {
		padding: 5px 63.5px;
		margin: 0;
	}
}
.information_contents_info .info_pdf .info_pdfLink span {
	color: #000;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1.2;
	position: relative;
	z-index: 5;
}
@media (min-width:920px) {
	.information_contents_info .info_pdf .info_pdfLink span {
		font-size: min(1.4641288433vw, 20px);
	}
}
.information_contents_info .info_pdf .info_pdfLink::after {
	background: #000;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: 1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity 0.5s cubic-bezier(0.26, 0.06, 0, 1), transform 0s cubic-bezier(0.26, 0.06, 0, 1);
	transition-delay: 0s, 0.4s;
}
.information_contents_info .info_pdf .info_pdfLink:hover span {
	color: #fff;
}
.information_contents_info .info_pdf .info_pdfLink:hover::after {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition-delay: 0s;
	transition: opacity 0.8s cubic-bezier(0.26, 0.06, 0, 1), transform 0.6s cubic-bezier(0.26, 0.06, 0, 1);
}
.information_contents .info_01 .info_item:first-of-type .info_title span::after {
	top: 26%;
}
.information_contents .info_message {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto 80px;
	padding: 0 20px;
}
@media (min-width:920px) {
	.information_contents .info_message {
		margin-bottom: 156px;
	}
}
.information_contents .info_message p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}
@media (min-width:920px) {
	.information_contents .info_message p {
		font-size: min(1.4641288433vw, 20px);
	}
}
.news_contents {
	margin-bottom: 80px;
}
@media (min-width:920px) {
	.news_contents {
		margin-bottom: 160px;
	}
}
.news_contents_container {
	width: 100%;
	height: auto;
}
.news_contents_container h1.home_section_title__line {
	text-align: center;
	margin: 0 0 64px 0;
}
@media (min-width:920px) {
	.news_contents_container h1.home_section_title__line {
		margin: 0 0 142px 0;
	}
}
.news_contents_container h1.home_section_title__line small {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.news_contents .home_news {
	margin: 0;
}
.news_contents .pagenation {
	width: fit-content;
	height: auto;
	margin: 0 auto;
}
.news_contents .pagenation .nav-links {
	display: flex;
	gap: 13px;
	align-items: center;
}
.news_contents .pagenation .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37px;
	height: 37px;
	background: #fff;
	border: 1px solid #272727;
	transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
	box-sizing: border-box;
}
.news_contents .pagenation .page-numbers:hover {
	background: #FF931E;
	color: #fff;
	border: 1px solid #FF931E;
}
.news_contents .pagenation .current {
	background: #FF931E;
	color: #fff;
	border: 1px solid #FF931E;
}
.news_contents .pagenation .prev, .news_contents .pagenation .next {
	display: none;
}
.post_contents {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: clamp(120px, 32vw, 200px);
	margin: 0 auto 100px;
}
@media (min-width:920px) {
	.post_contents {
		padding-top: 0;
		margin: 0 auto 160px;
	}
}
.post_contents .container-base {
	max-width: 1000px;
}
.post_contents .post_container {
	margin: 0 0 100px 0;
}
@media (min-width:920px) {
	.post_contents .post_container {
		margin: 0 0 120px 0;
	}
}
.post_contents .home_section_title__line {
	text-align: center;
}
@media (min-width:920px) {
	.post_contents .home_section_title__line {
		padding: 0 0 24px 0;
		margin: 0 0 80px 0;
	}
}
.post_contents .home_section_title__line small {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.post_contents .home_section_title__line small p {
	display: inline;
}
.post_contents .post_body {
	padding: 0 20px;
	line-height: 2;
}
@media (min-width:920px) {
	.post_contents .post_body {
		padding: 0;
	}
}
.post_contents .btn_link__wrap .btn_link {
	margin: 0 auto;
}
.post_contents .arrow_link__wrap .arrow_link {
	display: block;
	margin: 0 auto;
}
.parent_contents {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: clamp(120px, 32vw, 200px);
}
@media (min-width:920px) {
	.parent_contents {
		padding-top: 0;
	}
}
.parent_contents h1.home_section_title {
	text-align: center;
}
@media (min-width:920px) {
	.parent_contents h1.home_section_title {
		font-size: min(4.0263543192vw, 55px);
		margin: 0 0 152px 0;
	}
}
.parent_contents h1.home_section_title small {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.parent_contents h2.page_h2, .parent_contents h2.page_h2__line {
	font-weight: 500;
	line-height: 1.5;
}
.message_section {
	margin: 0 0 80px 0;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width:920px) {
	.message_section {
		margin: 0 0 160px 0;
	}
}
.message_section_catch {
	display: block;
	margin: 0 0 30px;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -0.01em;
}
@media (min-width:920px) {
	.message_section_catch {
		margin: 0 auto 60px;
		font-size: min(2.4158125915vw, 33px);
		letter-spacing: 0em;
	}
}
.message_section p {
	font-size: 18px;
	line-height: 2;
	margin: 0;
	text-align: left;
	padding: 0 20px;
}
@media (min-width:920px) {
	.message_section p {
		font-size: min(1.6837481698vw, 23px);
		text-align: center;
		padding: 0;
	}
}
.pdf_section {
	margin: 0 0 80px 0;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width:920px) {
	.pdf_section {
		margin: 0 0 150px 0;
	}
}
@media (min-width:920px) {
	.pdf_section h2.page_h2__line {
		margin: 0 0 75px 0;
	}
}
.pdf_section_row {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
}
@media (min-width:920px) {
	.pdf_section_row {
		flex-direction: row;
		gap: 2.5vw;
		max-width: 710px;
		margin: 0 auto;
	}
}
.pdf_section_row_link {
	width: 100%;
	height: min(12.8vw, 64px);
	max-width: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s cubic-bezier(0.26, 0.06, 0, 1);
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 500px;
}
@media (min-width:920px) {
	.pdf_section_row_link {
		width: calc((100% - 2.5vw) / 2);
		height: min(4.762vw, 80px);
		margin: 0;
	}
}
.pdf_section_row_link span {
	font-size: 20px;
	line-height: 1.2;
	position: relative;
	z-index: 5;
	font-weight: 500;
}
@media (min-width:920px) {
	.pdf_section_row_link span {
		font-size: min(2.0497803807vw, 28px);
	}
}
.pdf_section_row_link::after {
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: 1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity 0.5s cubic-bezier(0.26, 0.06, 0, 1), transform 0s cubic-bezier(0.26, 0.06, 0, 1);
	transition-delay: 0s, 0.4s;
}
.pdf_section_row_link:hover::after {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition-delay: 0s;
	transition: opacity 0.8s cubic-bezier(0.26, 0.06, 0, 1), transform 0.6s cubic-bezier(0.26, 0.06, 0, 1);
}
.pdf_section_row .link_nurce {
	background: #EB6D73;
	border: 2px solid #EB6D73;
}
.pdf_section_row .link_nurce span {
	color: #fff;
}
.pdf_section_row .link_nurce::after {
	background: #fff;
}
.pdf_section_row .link_nurce:hover {
	background: inherit;
}
.pdf_section_row .link_nurce:hover span {
	color: #EB6D73;
}
.pdf_section_row .link_therapist {
	background: #7CADB0;
	border: 2px solid #7CADB0;
}
.pdf_section_row .link_therapist span {
	color: #fff;
}
.pdf_section_row .link_therapist::after {
	background: #fff;
}
.pdf_section_row .link_therapist:hover {
	background: inherit;
}
.pdf_section_row .link_therapist:hover span {
	color: #7CADB0;
}
.school_section {
	margin: 0 0 80px 0;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width:920px) {
	.school_section {
		margin: 0 0 96px 0;
	}
}
@media (min-width:920px) {
	.school_section h2.page_h2__line {
		margin: 0 0 77px 0;
	}
}
.school_section_row {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
	padding: 0 20px;
}
@media (min-width:920px) {
	.school_section_row {
		flex-direction: row;
		align-items: flex-start;
		gap: 4.167vw;
		padding: 0;
		max-width: 883px;
		margin: 0 auto;
	}
}
.school_section_row_item {
	display: flex;
	flex-direction: column;
	max-width: 400px;
}
@media (min-width:920px) {
	.school_section_row_item {
		width: calc((100% - 4.167vw) /2);
		max-width: 100%;
	}
}
.school_section_row_item h3.item_title {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	border: 1px solid #000;
	font-size: 18px;
	font-weight: 500;
	margin: 0 auto 50px;
	position: relative;
}
@media (min-width:920px) {
	.school_section_row_item h3.item_title {
		font-size: min(1.6837481698vw, 23px);
		margin: 0 auto 76px;
	}
}
.school_section_row_item h3.item_title::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 30px;
	background: #000;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 30px);
}
@media (min-width:920px) {
	.school_section_row_item h3.item_title::after {
		height: 38px;
		transform: translate(-50%, 38px);
	}
}
.school_section_row_item .item_catch {
	font-size: 20px;
	line-height: 1.5;
	display: block;
	margin: 0 0 32px;
}
@media (min-width:920px) {
	.school_section_row_item .item_catch {
		font-size: min(1.9033674963vw, 26px);
		margin: 0 0 46px;
	}
}
.school_section_row_item p {
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
}
@media (min-width:920px) {
	.school_section_row_item p {
		font-size: min(1.317715959vw, 18px);
	}
}
.point_section {
	padding: 80px 0;
	margin: 0 0 80px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
@media (min-width:920px) {
	.point_section {
		padding: 127px 0;
		margin: 0 0 130px 0;
	}
}
.point_section h2.page_h2 {
	line-height: 1.5;
}
@media (min-width:920px) {
	.point_section h2.page_h2 {
		font-size: min(2.4158125915vw, 33px);
		margin: 0 0 64px 0;
	}
}
.point_section p {
	text-align: center;
	line-height: 2;
	font-size: 18px;
	text-align: left;
	padding: 0 20px;
	display: block;
	margin: 0 auto 64px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width:920px) {
	.point_section p {
		font-size: min(1.6837481698vw, 23px);
		text-align: center;
		padding: 0;
		margin: 0 auto 113px;
	}
}
.point_section_point {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}
@media (min-width:920px) {
	.point_section_point {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		gap: 40px 0;
		padding: 0;
	}
}
.point_section_point_item {
	width: 100%;
	height: auto;
	max-width: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}
@media (min-width:920px) {
	.point_section_point_item {
		width: calc((100% - 80px) / 3);
	}
}
.point_section_point_item .point_img {
	width: 75%;
	height: auto;
}
@media (min-width:920px) {
	.point_section_point_item .point_img {
		width: 100%;
	}
}
.point_section_point_item .point_img img {
	width: 100%;
	height: 100%;
}
.point_section_point_item .point_text {
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
	margin: 0;
	padding: 0;
	letter-spacing: -0.01em;
}
@media (min-width:920px) {
	.point_section_point_item .point_text {
		font-size: min(1.317715959vw, 18px);
		letter-spacing: 0.05em;
	}
}
.point_section_point_item .point_text span {
	font-size: 10px;
	position: relative;
	top: -5px;
}
.point_section_point_item .point_text small {
	display: block;
	font-size: 12px;
}
@media (min-width:920px) {
	.point_section_point_item .point_text small {
		font-size: min(1.0248901903vw, 14px);
	}
}
.guide_section {
	margin: 0 0 80px 0;
}
@media (min-width:920px) {
	.guide_section {
		margin: 0 0 140px 0;
	}
}
.guide_section_title {
	text-align: center;
	margin: 0 0 40px 0;
}
@media (min-width:920px) {
	.guide_section_title {
		margin: 0 0 64px 0;
	}
}
@media (min-width:920px) {
	.guide_section_title h2.page_h2__line {
		margin: 0 0 43px 0;
	}
}
.guide_section_title p {
	font-size: 18px;
	padding: 0 20px;
	margin: 0;
}
@media (min-width:920px) {
	.guide_section_title p {
		font-size: min(1.6837481698vw, 23px);
		padding: 0;
	}
}
.guide_section_linkWrap {
	width: 100%;
	height: auto;
	text-align: center;
}
.guide_section_link {
	width: 100%;
	height: 64px;
	max-width: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 500px;
	overflow: hidden;
	transition: 0.4s ease-out;
	position: relative;
	margin: 0 auto;
}
@media (min-width:920px) {
	.guide_section_link {
		height: min(5.357vw, 90px);
		width: 30.38vw;
		max-width: 100%;
	}
}
.guide_section_link span {
	color: #000;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	font-style: 20px;
	position: relative;
	z-index: 20;
}
@media (min-width:920px) {
	.guide_section_link span {
		font-size: min(2.0497803807vw, 28px);
	}
}
.guide_section_link::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(30deg, #fae7e5 10%, #deebe8 90%);
	transition: 0.6s cubic-bezier(0.26, 0.06, 0, 1);
	z-index: 10;
}
.guide_section_link::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(30deg, #deebe8 10%, #fae7e5 90%);
	transition: 0.6s cubic-bezier(0.26, 0.06, 0, 1);
	z-index: 1;
}
.guide_section_link:hover::before {
	opacity: 0;
}
.study_section {
	margin: 0 0 80px 0;
}
@media (min-width:920px) {
	.study_section {
		margin: 0 0 126px 0;
	}
}
.study_section_title {
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin: 0 auto 40px;
}
@media (min-width:920px) {
	.study_section_title {
		margin: 0 auto 75px;
	}
}
@media (min-width:920px) {
	.study_section_title h2.page_h2__line {
		margin: 0 0 43px 0;
	}
}
.study_section_title p {
	font-size: 18px;
	margin: 0;
	line-height: 1.2;
}
@media (min-width:920px) {
	.study_section_title p {
		font-size: min(1.6837481698vw, 23px);
	}
}
.study_section_support {
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin: 0 auto 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 32px;
}
@media (min-width:920px) {
	.study_section_support {
		margin: 0 auto 116px;
		gap: 48px;
	}
}
.study_section_support p {
	font-size: 18px;
	text-align: left;
	padding: 0 20px;
	margin: 0;
	line-height: 1.2;
}
@media (min-width:920px) {
	.study_section_support p {
		font-size: min(1.6837481698vw, 23px);
		text-align: center;
		padding: 0;
	}
}
.study_section_support_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
@media (min-width:920px) {
	.study_section_support_inner {
		gap: 16px;
	}
}
.study_section_support_inner .support_content {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
@media (min-width:920px) {
	.study_section_support_inner .support_content {
		font-size: min(2.2693997072vw, 31px);
	}
}
.study_section_menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
}
@media (min-width:920px) {
	.study_section_menu {
		gap: 70px;
	}
}
.study_section_menu_title {
	font-size: 20px;
	text-align: center;
	line-height: 1.2;
	border-bottom: 1px solid #000;
	display: block;
	font-weight: 500;
}
@media (min-width:920px) {
	.study_section_menu_title {
		font-size: min(2.0497803807vw, 28px);
	}
}
.study_section_menu_row {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
	padding: 0 20px;
}
@media (min-width:920px) {
	.study_section_menu_row {
		flex-direction: row;
		align-items: flex-start;
		gap: 70px;
		padding: 0;
	}
}
.study_section_menu_row .menu_item {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media (min-width:920px) {
	.study_section_menu_row .menu_item {
		width: calc((100% - 70px) / 2);
	}
}
.study_section_menu_row .menu_item h4.menu_title {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	border: 1px solid #000;
	font-size: 18px;
	font-weight: 500;
	margin: 0 auto 50px;
	position: relative;
}
@media (min-width:920px) {
	.study_section_menu_row .menu_item h4.menu_title {
		font-size: min(1.6837481698vw, 23px);
		margin: 0 auto 68px;
	}
}
.study_section_menu_row .menu_item h4.menu_title::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 30px;
	background: #000;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 30px);
}
@media (min-width:920px) {
	.study_section_menu_row .menu_item h4.menu_title::after {
		height: 38px;
		transform: translate(-50%, 38px);
	}
}
.study_section_menu_row .menu_item:nth-child(2) h4.menu_title {
	padding: 10px 0;
}
@media (min-width:920px) {
	.study_section_menu_row .menu_item:nth-child(2) h4.menu_title {
		padding: 10px;
		font-size: min(1.6105417277vw, 22px);
	}
}
.study_section_menu_row .item_inner {
	width: 100%;
	height: auto;
	margin: 0 auto 24px;
}
@media (min-width:920px) {
	.study_section_menu_row .item_inner {
		margin: 0 auto 40px;
	}
}
.study_section_menu_row .item_inner p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.75;
}
@media (min-width:920px) {
	.study_section_menu_row .item_inner p {
		font-size: min(1.4641288433vw, 20px);
	}
}
.contact_section {
	background: rgba(194, 204, 212, 0.5);
	padding: 80px 0;
	margin: 0 0 80px 0;
}
@media (min-width:920px) {
	.contact_section {
		padding: 130px 0;
		margin: 0 0 127px 0;
	}
}
@media (min-width:920px) {
	.contact_section h2.page_h2__line {
		margin: 0 0 74px 0;
	}
}
.contact_section_list {
	padding: 0 20px;
}
@media (min-width:920px) {
	.contact_section_list {
		padding: 0;
	}
}
.contact_section_list_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
	margin-bottom: 30px;
}
@media (min-width:920px) {
	.contact_section_list_item {
		margin-bottom: 40px;
	}
}
.contact_section_list_item .item_number {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
}
@media (min-width:920px) {
	.contact_section_list_item .item_number {
		font-size: min(2.0497803807vw, 28px);
	}
}
.contact_section_list_item p.item_text {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
@media (min-width:920px) {
	.contact_section_list_item p.item_text {
		font-size: min(2.0497803807vw, 28px);
	}
}
.contact_section_list_item:last-of-type {
	margin-bottom: 0;
}
.residence_section {
	margin: 0 0 80px 0;
}
@media (min-width:920px) {
	.residence_section {
		margin: 0 0 130px 0;
	}
}
@media (min-width:920px) {
	.residence_section h2.page_h2__line {
		margin: 0 0 75px 0;
	}
}
.residence_section_row {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
@media (min-width:920px) {
	.residence_section_row {
		flex-direction: row;
		align-items: flex-start;
		max-width: 1080px;
		gap: min(3.021vw, 58px);
		margin: 0 auto;
	}
}
@media (min-width:920px) and (min-width:1200px) {
	.residence_section_row {
		max-width: 100%;
		justify-content: space-between;
	}
}
.residence_section_row_item {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
}
@media (min-width:920px) {
	.residence_section_row_item {
		width: fit-content;
		justify-content: space-between;
		height: 240px;
	}
}
@media (min-width:920px) and (min-width:1200px) {
	.residence_section_row_item {
		height: 276px;
	}
}
.residence_section_row_item p {
	font-size: 18px;
	line-height: 2;
	margin: 0;
	text-align: left;
	padding: 0 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width:920px) {
	.residence_section_row_item p {
		font-size: min(1.6837481698vw, 23px);
		text-align: center;
		padding: 0;
		white-space: nowrap;
	}
}
.residence_section_row_item small {
	display: inline !important;
	font-size: 12px !important;
}
@media (min-width:920px) {
	.residence_section_row_item small {
		font-size: 13px !important;
	}
}
.residence_section_row_item .residence_link {
	width: 100%;
	height: auto;
	min-height: 64px;
	max-width: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s cubic-bezier(0.26, 0.06, 0, 1);
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 500px;
}
@media (min-width:920px) {
	.residence_section_row_item .residence_link {
		width: 20.059vw;
		min-height: 80px;
		max-width: 100%;
	}
}
.residence_section_row_item .residence_link span {
	font-size: 20px;
	line-height: 1.2;
	position: relative;
	z-index: 5;
	font-weight: 500;
}
@media (min-width:920px) {
	.residence_section_row_item .residence_link span {
		font-size: min(2.0497803807vw, 28px);
	}
}
.residence_section_row_item .residence_link::after {
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: 1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity 0.5s cubic-bezier(0.26, 0.06, 0, 1), transform 0s cubic-bezier(0.26, 0.06, 0, 1);
	transition-delay: 0s, 0.4s;
}
.residence_section_row_item .residence_link:hover::after {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition-delay: 0s;
	transition: opacity 0.8s cubic-bezier(0.26, 0.06, 0, 1), transform 0.6s cubic-bezier(0.26, 0.06, 0, 1);
}
.residence_section_row_item .link_dormitory {
	background: #07005C;
	border: 2px solid #07005C;
}
.residence_section_row_item .link_dormitory span {
	color: #fff;
}
.residence_section_row_item .link_dormitory::after {
	background: #fff;
}
.residence_section_row_item .link_dormitory:hover {
	background: inherit;
}
.residence_section_row_item .link_dormitory:hover span {
	color: #07005C;
}
.residence_section_row_item .link_apart {
	background: #AF1D2F;
	border: 2px solid #AF1D2F;
}
.residence_section_row_item .link_apart span {
	color: #fff;
}
@media (min-width:920px) {
	.residence_section_row_item .link_apart span {
		font-size: min(1.6105417277vw, 22px);
	}
}
.residence_section_row_item .link_apart::after {
	background: #fff;
}
.residence_section_row_item .link_apart:hover {
	background: inherit;
}
.residence_section_row_item .link_apart:hover span {
	color: #AF1D2F;
}

/* アドプロカスタム20225 */
.ib{
    display: inline-block;
}
/*=====
ヘッダー
=====*/
.global_nav_list_item a{
    min-width: 16cap;
    text-align: center;
}
/*=====
ヘッダー　インスタグラム調整
=====*/
.head_cta_sns_area a.header_instagram{
	display: block;
	width: 40px; 
}@media (min-width:920px) {
	.head_cta_sns_area a.header_instagram {
		width: 50px; 
	}
}

/*=====
ハンバーガーメニュー用トグルボタン調整
=====*/
.global_nav_toggle.global_nav_toggle {
    width: 44px;
    height: 44px;
    top: 26px;
    right: 15px;
}
@media screen and (min-width: 600px) {
    .global_nav_toggle.global_nav_toggle {
        width: 100px;
        height: 80px;
        top: 14px;
        right: 0;
    }
}
.global_nav_toggle_bar.global_nav_toggle_bar {
    width: 60%;
    right: 20%;
    transition-property: transform, opacity, width, top;
}
.global_nav_toggle_bar-top.global_nav_toggle_bar-top{
    top: calc(50% - 2px + 8%)
}
.global_nav_toggle_bar-btm.global_nav_toggle_bar-btm{
    top: calc(50% - 2px - 8%)
}
.global_nav_toggle.is-active .global_nav_toggle_bar-top {
    top: 50%;
}
.global_nav_toggle.is-active .global_nav_toggle_bar-btm {
    bottom: auto;
    top: 50%;
}
/*=====
ハンバーガーメニュー内部調整
=====*/
.global_nav.is-active .global_nav_container {
    height: 100vh;
    overflow: scroll;
    padding-bottom: 10vw;
}
@media (min-width: 600px) {
    .global_nav_list_item {
         padding: 0;
    }
}
/*=====
スクロール追従ボタン
=====*/
.main_visual_bnr.is-fixed {
    position: fixed;
    bottom: 0;
    z-index: 998;
}
@media (min-width: 920px) {
    .main_visual_bnr {
        display: flex;
	}
	.pc-button {
        display: none;
	}
}
@media (min-width: 1200px) {
 .main_visual_bnr {
    display: none;
    }

/* PCオーキャン参加申し込み追従ボタン */
.pc-button {
	position: fixed;
	display: flex;
	width: 288px; 
	z-index: 9999;
    align-items: center; 
    font-size: 1.25em;
    height: 4lh;
    letter-spacing: 0.1em;
    line-height: 1.5em;
	gap: 0.2em;
	font-size: 75%;
	}
}
.pc-button::after{
	border-color: currentColor;
    border-style: solid;
    border-width: 1px 1px 0px 0px;
    content: "";
    height: 0.6em;
    position: absolute;
    right: 1em;
    rotate: 45deg;
    top: 50%;
    translate: 0 -50% 0;
    width: 0.6em;
}
.main_visual_bnr .main_visual_link{
    height: 60px;
}
/* .main_visual_link:last-child{
    width: calc(100% / 3*2);
}  */
.site_footer {
    padding-bottom: 80px;
}

/*=====
フッター オーキャンセクション調整
=====*/
.cta_footer_area .foot_cta_contact_area a{
    border-radius: 99px;
}
.cta_footer_area .foot_cta_contact_area a.big{
    padding: 16px 8px;
}
@media screen and (min-width: 920px) {
    .cta_footer_area .foot_cta_contact_area{
        flex-wrap: wrap;
    }
    .cta_footer_area .foot_cta_contact_area a{
        width: calc(40% - 10px);
    }
    .cta_footer_area .foot_cta_contact_area a.big{
        width: 80%;
    }
}
/*=====
フッター 学生マンションSwitchボタン
=====*/
.cta_footer_area__bottom .cta_footer_area__bottom__inner a.cta_footer_area__bottom__link.switch {
    background: linear-gradient(90deg, #4AA2BF, #AA9B93, #CD4734);
    color: #fff;
}
.cta_footer_area__bottom .cta_footer_area__bottom__inner a.cta_footer_area__bottom__link{
    padding: 16px;
}
.cta_footer_area__bottom .cta_footer_area__bottom__inner .cta_footer_area__bottom_flex{
    margin: 0 0 16px 0;
}
@media screen and (min-width: 920px) {
    .cta_footer_area__bottom .cta_footer_area__bottom__inner a.cta_footer_area__bottom__link{
        padding: 25px;
    }
    .cta_footer_area__bottom .cta_footer_area__bottom__inner .cta_footer_area__bottom_flex {
        margin: 0 0 28px 0;
    }
}
/*=====
フッター 電話番号調整
=====*/
.site_footer .site_footer__inner .site_footer__inner__left .address_pc a {
     display: inline; 
}
/*=====
フッター インスタグラム調整
=====*/
.site_footer .site_footer__inner .site_footer__inner__left a.footer_instagram {
	margin: 14px 0 0 0;
	display: block;
	width: 40px; 
}
/*=====
ホーム バナー
=====*/
.home_banner {
    text-align: center;
    margin: 0 0 70px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (min-width: 920px) {
    .home_banner {
        margin: 0 0 140px;
        flex-direction: row;
        gap: 4%;
        justify-content: center;
    }
}
.home_banner a:hover {
    opacity: 0.5;
    transition: 0.5s;
}
/*=====
トップページ バナースライダー
=====*/
:root{
    --swiper-theme-color: #000;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
    --swiper-pagination-color: #000;
    --swiper-navigation-sides-offset: 10px;
    --swiper-navigation-size: 28px;
}
.home_banner_slider{
    display: none;
}
[class*="home_banner_slider"]{
    margin-bottom: 80px;

    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}
[class*="home_banner_slider"] .swiper-wrapper{
    height: calc(100vw - 40px);
}
[class*="home_banner_slider"] .swiper-slide img{
    aspect-ratio: 1/1;
    background-color: #f6f6f6;
    object-fit: cover;
    transition: .3s;
}
[class*="home_banner_slider"] .swiper-slide a:hover img {
    opacity: 0.8;
}
[class*="home_banner_slider"] .swiper-pagination {
    line-height: 0;
    margin-top: 20px;
    position: static;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    text-rendering: initial;
}
@media screen and (min-width: 600px) {
    /* ブレイクポイント「600px」はSwiper用の独自数値 */
    :root{
        --swiper-navigation-size: 36px;
    }
    .home_banner_slider{
        display: block;
    }
    .home_banner_slider_mobile{
        display: none;
    }
    [class*="home_banner_slider"] .swiper-wrapper{
        height: auto;
    }
    [class*="home_banner_slider"]:not(.swiper-initialized) .swiper-wrapper{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
    }
    [class*="home_banner_slider"] .swiper-slide {
        padding: 0 10px;
    }
    [class*="home_banner_slider"]:not(.swiper-initialized) .swiper-pagination {
      display: none;
    }
}
@media screen and (min-width: 920px) {
    [class*="home_banner_slider"]{
        margin-bottom: 120px;
    }
    [class*="home_banner_slider"]:not(.swiper-initialized) .swiper-wrapper{
        grid-template-columns: repeat(4, 1fr);
    }
}
/*=====
ホーム お知らせ
=====*/
.home_news a:hover {
    background: transparent;
    color: #282828;
}
@media screen and (min-width: 920px) {
    .home_news a:hover {
        background: #282828;
        color: #ffffff;
    }
}
/*=====
ホーム 学科コース
=====*/
.home_course_wrap .home_course_block .home_course_block_inner {
    height: auto;
}
/*=====
ホーム Hiで学ぶ環境
=====*/
.home_course_section_environment{
    padding: 0;
}
/*=====
ホーム Instagram
=====*/
.sns_wrap {
    margin: 0 auto;
    max-width: 960px;
}
/*=====
ホーム アクセス
=====*/
.home_access {
    padding: 80px 0 0 0;
    background-color: #f6f6f6;
}
.home_access .home_access_flex{
    overflow: hidden;
}
.home_access .home_access_flex_inner{
    padding-bottom: 40px;
}
.home_access .home_access_flex_inner p {
    font-size: 120%;
    position: relative;
}
.home_access .home_access_flex_inner_img {
    position: absolute;
    width: 100px;
    top: 0;
    right: 50%;
    transform: translate(calc(50% + 132px), -100%);
    text-align: left;
}
.home_access .home_access_flex_inner_img img {
    max-width: 22vw;
    width: 100%
}
.home_access .home_access_flex_map{
    margin: 0 -20px;
    line-height: 0;
}
.home_access .home_access_flex_map iframe {
    width: 100%;
    height: min(100vw, 400px);
}
@media screen and (min-width: 920px) {
    .home_access{
        padding: 0;
    }
    .home_access .home_access_flex{
        display: flex;
        flex-direction: row;
    }
    .home_access .home_access_flex_inner{
        width: 50%;
        padding: 60px 6vw 60px max(calc(50vw - 640px), 8vw);
        align-self: center;
    }
    .home_access .home_access_flex_inner p {
        font-size: min(1.6vw, 22px);
    }
    .home_access .home_access_flex_inner_img{
        width: 120px;
        right: -10%;
        transform: translate(0, -100%);
        top: -10px;
    }
    .home_access .home_access_flex_inner_img img {
        max-width: 10vw;
    }
    .home_access .home_access_flex_map{
        width: 50%;
        margin: 0;
    }
    .home_access .home_access_flex_map iframe {
        height: min(50vw, 600px);
    }
}
/*=====
募集要項ページ
=====*/
body.page-id-387 .page_contents {
    margin-top: 150px;
}
body.page-id-387 .page_contents .container-base {
    max-width: 100%;
    padding: 0;
}
body.page-id-387 .page_contents .container-base .wp-block-columns.is-layout-flex {
    gap: 4em;
}
body.page-id-387 .page_contents .container-base .page_title {
    font-size: 36px;
    line-height: 1.5em;
}
@media screen and (max-width: 767px) {
    body.page-id-387 .page_contents .container-base .page_title {
        font-size: 24px;
    }
}
body.page-id-387 .page_contents .container-base ul {
    list-style-position: inside;
    list-style-type: disc;
    margin: 30px auto;
}
body.page-id-387 .page_contents .container-base p a, body.page-id-387 .page_contents .container-base p a:hover, body.page-id-387 .page_contents .container-base li a, body.page-id-387 .page_contents .container-base li a:hover {
    color: #E40012;
    text-decoration: underline;
}
body.page-id-387 .page_contents .container-base .page_header {
    box-sizing: content-box;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
}
body.page-id-387 .page_contents .container-base .margin-top_0 {
    margin-top: 0;
}
body.page-id-387 .page_contents .container-base .margin-bottom_0 {
    margin-bottom: 0;
}
body.page-id-387 .page_contents .container-base .padding-top_0 {
    padding-top: 0;
}
body.page-id-387 .page_contents .container-base .padding-bottom_0 {
    padding-bottom: 10px;
}
body.page-id-387 .page_contents .container-base .margin-top_10 {
    margin-top: 10px;
}
body.page-id-387 .page_contents .container-base .margin-bottom_10 {
    margin-bottom: 10px;
}
body.page-id-387 .page_contents .container-base .padding-top_10 {
    padding-top: 10px;
}
body.page-id-387 .page_contents .container-base .padding-bottom_10 {
    padding-bottom: 10px;
}
body.page-id-387 .page_contents .container-base .margin-top_30 {
    margin-top: 30px;
}
body.page-id-387 .page_contents .container-base .margin-bottom_30 {
    margin-bottom: 30px;
}
body.page-id-387 .page_contents .container-base .padding-top_30 {
    padding-top: 30px;
}
body.page-id-387 .page_contents .container-base .padding-bottom_30 {
    padding-bottom: 30px;
}
body.page-id-387 .page_contents .container-base .before_square::before {
    content: "■ ";
    color: rgba(194, 204, 212, 0.5);
}
body.page-id-387 .page_contents .container-base .wp-block-columns.section_custom {
    margin: 0;
    padding: 60px 0 30px;
}
body.page-id-387 .page_contents .container-base .wp-block-columns.section_custom > .wp-block-column {
    box-sizing: content-box;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
}
body.page-id-387 .page_contents .container-base .entry_point {
    background: linear-gradient(90deg, #fae7e5 10%, #deebe8 90%);
    border-radius: 10px;
    font-weight: strong;
    font-size: 1.5rem;
    line-height: 1.25em;
    padding: 0.75em;
    text-align: center;
}
body.page-id-387 .page_contents .container-base .has-background .entry_point {
    background: #FFF;
}

/*=====
オープンキャンパスページ
=====*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant&family=Libre+Caslon+Display&display=swap');
:root{
    --content-width: 1200px;
    --content-width-medium: 880px;
    --content-width-small: 580px;
}
.page_contents .container-base_opencampus .page_body img{
    width: 100%;
}
/* .page_contents .container-base_opencampus .page_body h1,  */
.page_contents .container-base_opencampus .page_body h2,
.page_contents .container-base_opencampus .page_body h3,
.page_contents .container-base_opencampus .page_body h4 {
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
}
.page_contents  .container-base_opencampus .is-layout-grid,
.page_contents  .container-base_opencampus .is-layout-flex{
    gap: 0;
}
/*=====
オープンキャンパス 文字
=====*/
.page_contents  .container-base_opencampus .page_body h2 {
    font-size: 28px;
    letter-spacing: 0.2em;
}
/*=====
オープンキャンパス コンテナ
=====*/
.page_contents .container-base_opencampus .page_body{
    margin-top: 80px;
	padding: 0 ;
	
}
.page_contents .container-base_opencampus .page_body{
	max-width: 100%;
}
.page_body_opencampus{
    overflow: hidden;
} 
.page_contents .container-base_opencampus  .page_body >* {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--content-width);
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}
@media (min-width: 601px) {
    .page_contents .container-base_opencampus .page_body{
        margin-top: 120px;
    }
    .page_contents .container-base_opencampus .page_body >* {
        margin-bottom: 120px;
    }
}
.page_contents .container-base_opencampus .page_body > *.w_full {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}
.page_contents .container-base_opencampus .page_body > *.w_medium {
    max-width: var(--content-width-medium);
}
.page_contents .container-base_opencampus .page_body > *.w_small {
    max-width: var(--content-width-small);
}
/*=====
オープンキャンパス メインビジュアル
=====*/
.page_contents .mainvisual_imgbox.mainvisual_imgbox{
    margin-bottom: 30px;
}
.mainvisual_imgbox.mainvisual_imgbox img{
    height: min(70vw, 450px);
    object-fit: cover;
}
@media (min-width: 601px) {
    .page_contents .mainvisual_imgbox.mainvisual_imgbox{
        margin-bottom: 60px;
    }
}
/*=====
オープンキャンパス イントロ・スケジュール
=====*/
.intro_sec.intro_sec.intro_sec {
    gap: 10px;
    margin-bottom: 40px;
    position: relative;
}
.intro_badge{
    position: absolute;
    right: 2%;
    top: -40px;
    transition: .3s;
    width: min(24vw, 135px);
}
.intro_badge:hover{
    scale: 1.1 1.1;
}
.intro_sec.intro_sec h1 {
    font-family: "Libre Caslon Display", serif;
    font-weight: normal;
    font-size: min(80px, 16vw);
    letter-spacing: 0.01em;
    line-height: 1.2em;
}
.intro_sec h1 .ib{
    line-height: 1;
}
.intro_sec h1 .color {
    background: linear-gradient(135deg, #fae7e5, #deebe8);
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
    font-size: 190%;
}
.intro_sec h1 p{
    margin-left: auto;
    margin-right: auto;
    max-width: var(--content-width-medium);
}
.schedule_sec.schedule_sec .wp-block-column{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.page_contents .schedule_sec.schedule_sec h2{
    border: 1px solid;
    font-size: 1.25em;
    margin-bottom: 10px;
    padding: 0em 1em;
}
.schedule_sec .intro_time img{
    width: min(90%, 400px);
}
@media (min-width: 601px) {
    .intro_sec.intro_sec {
        margin-bottom: 60px;
    }
    .intro_sec.intro_sec h1 {
        font-size: min(100px, 10vw);
    }
    .intro_badge {
        top: max(-200px, -22vw);
        width: min(180px, 20vw);
    }
}
@media (min-width: 782px) {
    .schedule_sec.schedule_sec .wp-block-columns{
        gap: 40px;
    }
}
/*=====
オープンキャンパス 体験内容・選べる2学科 共通見出し
=====*/
.page_contents .course_head.course_head {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 1em;
}
.course_head small {
    border-bottom: 1px solid;
    font-size: 65%;
    letter-spacing: 0.1em;
    margin-bottom: 0.2em;
    padding-bottom: 0.2em;
}
@media (min-width: 601px) {
    .page_contents .course_head.course_head {
        margin-bottom: 60px;
    }
}
/*=====
オープンキャンパス 体験内容
=====*/
.experience_imgbox.experience_imgbox.experience_imgbox {
    gap: 10px;
}
.experience_imgbox .wp-element-caption {
    background-color: #272727;
    color: #fff;
    font-size: inherit;
    font-weight: bold;
    margin: 0;
    padding: 0.2em;
    text-align: center;
}
@media (min-width: 601px) {
    .experience_imgbox.experience_imgbox.experience_imgbox {
        gap: 30px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
/*=====
オープンキャンパス 参加のメリット
=====*/
.merit_imgbox .wp-block-group__inner-container {
    background: #fae7e5 url(https://www.hi-college.ac.jp/cms/wp-content/uploads/2025/03/oc_background_01.png) repeat center / 19.6px auto;
    margin: 30px 10px 0;
    padding: 1px 10px 20px;
}
.merit_imgbox figure {
    margin: -30px -30px 0;
}
@media (max-width: 600px) {
    .merit_imgbox .pc_visible{
        display: none;
    }
}
@media (min-width: 601px) {
    .merit_imgbox .wp-block-group__inner-container {
        margin-top: 75px;
    }
    .merit_imgbox .sp_visible{
        display: none;
    }
    .merit_imgbox figure {
        margin-bottom: -40px;
    }
}
/*=====
オープンキャンパス 選べる2学科
=====*/
.course_column.course_column.course_column {
    gap: 30px;
    margin-bottom: 30px;
}
.course_column .wp-block-column {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.course_column .wp-block-list {
    margin-top: 15px;
    padding: 0 10px;
}
.course_column li {
    text-align: center;
}
.course_column li::before{
    content: "・";
}
.course_column figure {
    line-height: 1;
}
.course_column p {
    font-size: 120%;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.course_column p strong{
    font-size: 120%;
}
@media (min-width: 601px) {
    .course_column.course_column {
        margin-bottom: 60px;
    }
}
/*=====
オープンキャンパス スキを見つけよう
=====*/
.course_find.course_find.course_find {
    gap: 15px;
}
.course_find .course_fukidashi figure {
    width: min(75%, 270px);
}
.course_find > p {
    font-size: 115%;
}
.course_find .wp-block-group{
    padding: 20px min(calc(30% - 40px), 100px);
    position: relative;
}
.course_find .wp-block-group .wp-block-image {
    bottom: 0;
    max-width: min(30%, 150px);
    position: absolute;
}
.course_find .wp-block-group .wp-block-image:first-of-type{
    left: -45px;
}
.course_find .wp-block-group .wp-block-image:last-of-type{
    right: -45px;
}
.course_find .wp-block-group p {
    font-size: 140%;
    letter-spacing: 0.2em;
    line-height: 1.8em;
}
/*=====
オープンキャンパス CHECK!
=====*/
.check_sec{
    background: #eeeeee url(https://www.hi-college.ac.jp/cms/wp-content/uploads/2025/03/oc_background_01.png) repeat center / 19.6px auto;
    padding: 60px 0;
}
.check_sec.check_sec >* {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--content-width);
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}
.check_sec.check_sec .wp-block-columns {
    gap: 45px 30px;
}
.check_sec .wp-block-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px 25px 20px;
    position: relative;
}
.check_sec .wp-block-column::before {
    background-color: #deebe8;
    content: "CHECK!";
    font-weight: bold;
    left: 0;
    line-height: 1.5;
    padding: 0 0.5em;
    position: absolute;
    top: 0;
    translate: 0 -100% 0;
}
.check_sec.check_sec h2 {
    font-size: 150%;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}
.check_sec h2 small {
    font-size: 65%;
    line-height: 1;
}
.check_sec .wp-block-list {
    padding-left: 2em;
    position: relative;
}
.check_sec .wp-block-list::before {
    content: "例）";
    left: 0;
    position: absolute;
}
.check_sec p{
    margin-bottom: 0;
}
.check_sec p a::after {
    border-style: solid;
    border-width: 1px 1px 0px 0px;
    content: "";
    display: inline-block;
    height: 0.5em;
    margin-bottom: 0.1em;
    margin-left: 0.5em;
    rotate: 45deg;
    width: 0.5em;
}
.check_sec .wp-block-image {
    bottom: 20px;
    position: absolute;
    right: -5%;
    width: max(24%, 105px);
    z-index: 0;
}
@media (min-width: 601px) {
    .check_sec .wp-block-column {
        padding: 25px 40px 30px;
    }
    .check_sec .wp-block-image {
        width: 30%;
    }
}
/*=====
オープンキャンパス 個別相談会
=====*/
.consult_sec.consult_sec.consult_sec {
    gap: 15px;
    padding-bottom: 60px;
}
.consult_sec.consult_sec > * {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--content-width-medium);
    width: 100%;
}
.consult_fulidashi.consult_fulidashi {
    border-color: #eae8e1;
    border-style: solid;
    border-width: 2px 2px 0px 2px;
    margin-bottom: 15px;
    margin-top: -30px;
    position: relative;
    width: fit-content;
}
.consult_fulidashi::after{
    background-color: #fff;
    border-color: #eae8e1;
    border-style: solid;
    border-width: 2px 2px 0px 0px;
    bottom: 0;
    content: "";
    display: block;
    height: 1.2em;
    left: 50%;
    position: absolute;
    translate: -50% calc(50% + 2px) 0;
    rotate: 135deg;
    width: 1.2em;
}
.consult_sec h2 small {
    border: 2px solid;
    display: inline-block;
    font-size: 70%;
    line-height: 1;
    margin-right: 0.5em;
    padding: 0.25em 0.25em 0.25em 0.5em;
}
.consult_sec h3::before {
    content: "＼　";
    scale: 0.8 1;
    display: inline-block;
}
.consult_sec h3::after {
    content: "　／";
    scale: 0.8 1;
    display: inline-block;
}
@media (min-width: 601px) {
    .consult_sec h2 br {
        display: none;
    }
    .consult_sec p{
        margin-bottom: 0;
        text-align: center;
    }
}
/*=====
オープンキャンパス 個別相談会・参加申し込み 共通ボタンコンテナ
=====*/
[class*="btnbox"][class*="btnbox"][class*="btnbox"]{
    gap: 0.2em;
}
[class*="btnbox"] .wp-block-buttons {
    width: 100%;
}
[class*="btnbox"] .wp-block-button {
    width: 100%;
}
[class*="btnbox"] .wp-block-button__link {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 1.25em;
    height: 4lh;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    position: relative;
}
[class*="btnbox"] .wp-block-button__link::after {
    border-color: currentColor;
    border-style: solid;
    border-width: 1px 1px 0px 0px;
    content: "";
    display: block;
    height: 0.6em;
    position: absolute;
    right: 1em;
    rotate: 45deg;
    top: 50%;
    translate: 0 -50% 0;
    width: 0.6em;
}
[class*="btnbox"] .wp-block-button__link small {
    font-size: 75%;
}
[class*="btnbox"] p {
    flex-shrink: 0;
}
@media (min-width: 601px) {
    [class*="btnbox"][class*="btnbox"][class*="btnbox"]{
        flex-direction: row;
        gap: 0.5em;
    }
}
/*=====
オープンキャンパス よくある質問
=====*/
.faq_sec.faq_sec h2 {
    margin-bottom: 10px;
}
.faq_sec  .wp-block-details{
    border-bottom: 1px dotted;
    padding-bottom: 0.8em;
}
.faq_sec  .wp-block-details summary {
    display: block;
    padding-top: 0.8em;
    position: relative;
}
.faq_sec  .wp-block-details summary::-webkit-details-marker {
    display: none;
}
.faq_sec  .wp-block-details summary::before {
    color: #7cbfae;
    content: "Q. ";
    font-weight: bold;
}
.faq_sec .wp-block-details summary::after {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 1px 0px 0px;
    content: "";
    display: block;
    height: 0.6em;
    position: absolute;
    right: 0;
    rotate: 135deg;
    top: 1.25em;
    transition: .3s;
    width: 0.6em;
}
.faq_sec .wp-block-details.is-opened summary::after {
    rotate: 315deg;
    top: 1.5em;
}
.faq_sec .wp-block-details summary + p {
    font-weight: bold;
    margin-bottom: 0;
    padding-left: 1.5em;
}
/*=====
オープンキャンパス アクセス
=====*/
.access_sec .wp-block-cover {
    padding: 60px 30px;
    width: 100%;
}
.access_sec p{
    margin-bottom: 0;
}
.access_sec p:first-of-type {
    font-size: 1.2em;
}
.access_sec iframe {
    aspect-ratio: 1 / 1;
    height: auto;
    max-width: 100%;
}
@media (min-width: 601px) {
    .access_sec.access_sec {
        flex-direction: row;
    }
    .access_sec .wp-block-cover, .access_sec iframe {
        aspect-ratio: 5 / 3;
        width: 50%;
    }
}
/*=====
オープンキャンパス 参加申込
=====*/
.page_contents .apply_img.apply_img {
    margin-bottom: 0;
    max-width: 690px;
}
.page_contents .apply_sec.apply_sec {
    margin-bottom: 0;
    padding: 40px 0;
}
.apply_sec.apply_sec > * {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--content-width);
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}
@media (min-width: 601px) {
    .page_contents .apply_sec.apply_sec {
        padding: 60px 0;
    }
}
/*=====
実習環境ページ
=====*/
.training_tour {
    align-self: stretch;
}
.training_tour p{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    margin: 0 0 16px 0;
    font-size: 18px;
    font-weight: 500;
}
@media screen and (min-width: 920px) {
    .training_contents .page_learning_ttl_area {
        max-width: none;
        flex-direction: column;
    }
    .training_tour p {
        font-size: min(1.9vw, 26px);
        margin: 0 0 20px 0;
    }
}
.tour_btn{
    text-align: center;
    background: #ffffff;
    color: #000000;
    display: block;
    padding: 2em 1em;
    line-height: 1;
    border-radius: 4px;
    font-weight: 500;
    transition: 0.4s cubic-bezier(0.26, 0.06, 0, 1);
    width: 100%;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.05em;
    margin: 0 0 16px 0;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.tour_btn:hover {
    color: #000;
}
.tour_btn::after {
    background: #282828;
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: 1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity 0.5s cubic-bezier(0.26, 0.06, 0, 1), transform 0s cubic-bezier(0.26, 0.06, 0, 1);
    transition-delay: 0s, 0.4s;
}
.tour_btn:hover::after {
    background: #fff;
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.8s cubic-bezier(0.26, 0.06, 0, 1), transform 0.6s cubic-bezier(0.26, 0.06, 0, 1);
}
.tour_btn .txt {
    position: relative;
    z-index: 10;
}
/*=====
看護学科・理学療法学科 共通
=====*/
/* メインビジュアル */
.course_mv_area.course_mv_area__physical{
    margin: 0;
}
.course_mv_area__img img {
    max-height: 600px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.course_mv_area__ttl .course_mv_area__ttl__inner .course_en,
.course_mv_area__ttl .course_mv_area__ttl__inner .course_info {
    margin: 0 0 min(6vw, 80px) 0;
}
/* 2分割 */
.training_flex {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media (min-width: 920px) {
    .training_flex{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px 6%;
    }
    .training_flex >*{
        width: 47%;
    }
}
/* 互い違い分割 */
.nurse_absolute_box .nurse_absolute_img{
    width: 100%;
}
@media (min-width: 920px) {
    .nurse_absolute_box {
        min-height: min(600px, 40vw);
    }
    .nurse_absolute_box .nurse_absolute_img{
        width: 51vw;
        position: absolute;
        right: 0;
        height: min(600px, 40vw);
        object-fit: cover;
    }
    .nurse_absolute_box .nurse_absolute_box_inner{
        width: 44%;
    }
    .nurse_absolute_box.reverse .nurse_absolute_img {
        right: auto;
        left: 0;
    }
    .nurse_absolute_box.reverse .nurse_absolute_box_inner {
        margin-left: auto;
    }
}
/* 数字付きリスト */
.output_flex{
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.output_flex li {
    display: flex;
    gap: 15px;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}
.output_flex span{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    width: 1.25em;
    color: #282828;
    flex-shrink: 0;
    font-size: 150%;
}
.output_flex.pink span{
    color: #EB6D73;
}
.output_flex.green span{
    color: #5E9EA4;
}
@media screen and (min-width: 920px) {
    .output_flex p{
        margin-bottom: 0;
    }
}
/* CTAボタン */
.residence_section_row_item.residence_section_row_item{
    gap: 20px;
    height: auto;
    width: 100%;
}
.cta_btn{
    background-color: #000;
    border: 1px solid #000;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    overflow: hidden;
    padding: 35px;
    position: relative;
    text-align: center;
    transition: 0.4s cubic-bezier(0.26, 0.06, 0, 1);
    width: 100%;
}
.cta_btn::after {
    background: #282828;
    border-radius: 50%;
    color: #000;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: 1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity 0.5s cubic-bezier(0.26, 0.06, 0, 1), transform 0s cubic-bezier(0.26, 0.06, 0, 1);
    transition-delay: 0s, 0.4s;
}
.cta_btn:hover::after {
    background: #fff;
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.8s cubic-bezier(0.26, 0.06, 0, 1), transform 0.6s cubic-bezier(0.26, 0.06, 0, 1);
}
.cta_btn .txt {
    position: relative;
    z-index: 10;
}
@media screen and (min-width: 920px) {
    .cta_btn{
        font-size: min(1.5vw, 20px);
    }
}
/*=====
看護学科 学びを深める5つのポイント
=====*/
.points_flex{
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.points_flex li {
    display: flex;
    gap: 20px;
}
.points_flex span{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 54px;
    line-height: 1.1;
}
@media screen and (min-width: 920px) {
    .points_flex{
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px 8%;
    }
    .points_flex li {
        width: 46%;
    }
    .points_flex span {
        font-size: 72px;
        line-height: 1;
    }
}
/*=====
看護学科 早期臨地見学実習
=====*/
.nurse_training_section{
    background-color: transparent;
}
.nurse_training_section .nurse_training_ttl .nurse_training_ttl__bottom .nurse_training_ttl__bottom__inner{
    background-color: #fff;
}
.nurse_training_section .nurse_training_ttl .nurse_training_ttl__bottom .nurse_training_ttl__bottom__inner p{
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 920px) {
    .nurse_training_section .nurse_training_ttl .nurse_training_ttl__bottom .nurse_training_ttl__bottom__inner p{
        text-align: center;
    }
    .nurse_training_section .nurse_training_ttl .nurse_training_ttl__bottom .nurse_training_ttl__bottom__inner {
        padding: 60px 0 1px;
    }
}
.nurse_training_section h3{
    background-color: #EB6D73;
    color: #fff;
}
.nurse_training_section h4{
    padding: 0px 0 5px 0;
    font-weight: 500;
    font-size: 18px;
    color: #EB6D73;
}
img.nurse_training_section__bottom {
    margin: 0;
}
@media (min-width: 920px) {
    .nurse_training_section h3{
        margin: 0 0 20px 0;
    }
    .nurse_training_section h4{
        font-size: min(1.5vw, 22px);
    }
}
/*=====
看護学科 アウトプット授業
=====*/
.page_section_nurse_output {
    background-color: #FAE7E5;
    margin: 80px 0;
    padding: 0 0 80px;
}
.page_section_nurse_output h2 {
    margin-top: 40px;
}
.page_section_nurse_output h3{
    margin-top: 30px;
    background-color: #EB6D73;
    color: #fff;
}
@media (min-width: 920px) {
    .page_section_nurse_output {
        margin: 120px 0;
        padding: 100px;
    }
    .page_section_nurse_output h2{
        margin-bottom: 30px;
    }
}
/*=====
看護学科 Hiサポート
=====*/
.nurse_support_block.nurse_support_block{
    margin-bottom: 50px;
}
.nurse_support_block__txt {
    margin-bottom: 20px;
}
.nurse_support_block_06 .nurse_support_block__txt {
    padding: 0;
}
.nurse_support_block__txt .page_h3 {
    background-color: #EB6D73;
    color: #fff;
}
.nurse_support_block img[src*="sp"] {
    max-width: 480px;
    margin: 0 auto;
}
@media screen and (min-width: 920px) {
    .nurse_support_block_05 .nurse_support_block__txt{
        padding: 0;
    }
    .nurse_support_block.nurse_support_block {
        gap: 4%;
        margin-bottom: 80px;
    }
}
/*=====
看護学科 卒業後の活躍のフィールド
=====*/
/* .field_block img[src*="sp"] {
    max-width: 480px;
    width: 100%;
}
.field_block img {
    margin: 20px auto 0;
}
.field_block p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 22px;
    letter-spacing: 0.1em;
}
@media screen and (min-width: 920px) {
    .field_block p {
        font-size: min(2.2vw, 30px);
    }
} */
/*=====
看護学科 CTAボタン
=====*/
.nurse_cta_section{
    background-color: #FAE7E5;
}
/*=====
理学療法学科 理学療法士とは
=====*/
/* .physical_about .page_h2{
    padding: 1.5em 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.physical_about .page_h3{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 0 16px 0;
    font-size: 18px;
    font-weight: 500;
}
.physical_about .page_h4{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 500;
}
.physical_about .physical_about_img{
    margin: 30px 0;
}
@media screen and (min-width: 920px) {
    .physical_about .page_h3{
        font-size: min(1.9vw, 26px);
        margin: 0 0 20px 0;
    }
    .physical_about .page_h4{
        font-size: min(1.6vw, 22px);
    }
    .physical_about .physical_about_img{
        margin: 30px 0 50px;
    }
} */
/*=====
理学療法学科 選ばれる理由
=====*/
/* .physical_reason {
    background-color: #DFECE9;
}
.physical_reason_list{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: 1px solid #5E9EA4;
    border-width: 1px 0 0 0;
    padding: 15px 0 0 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.physical_reason_list__block{
    border: 1px solid #5E9EA4;
    border-width: 0 0 1px 0;
    padding: 0 0 15px 0;
    font-size: 16px;
}
.physical_about_list {
    margin: 30px 0 0;
}
@media screen and (min-width: 920px) {
    .physical_reason_list{
        flex-direction: row;
        gap: 0;
        border-width: 0 0 0 1px;
        padding: 0;
    }
    .physical_reason_list__block{
        border-width: 0 1px 0 0;
        padding: 0 2%;
        width: 100%;
        font-size: min(1.3vw, 16px);
    }
    .physical_about_list__block{
        width: calc((100% - 60px) / 4);
    }
} */
/*=====
理学療法学科 共通見出し（point n）
=====*/
.num_point{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 54px;
    line-height: 1;
    text-align: center;
}
.num_point small {
    display: block;
    font-size: 25%;
}
@media screen and (min-width: 920px) {
    .num_point{
        font-size: 72px;
    }
}
/*=====
理学療法学科 自己学習に最適な環境
=====*/
.page_section_physical_circumstances .sec_title {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: 50px;
    padding: 1em;
}
.page_section_physical_circumstances .training_flex{
    margin: 40px 0 0 0;
}
.page_section_physical_circumstances .page_h3 {
    background-color: #5E9EA4;
    color: #fff;
}
.page_section_physical_circumstances .training_flex img{
    margin: 0 0 10px 0;
}
@media screen and (min-width: 920px) {
    .page_section_physical_circumstances .sec_title {
        font-size: min(1.9vw, 26px);
        margin-bottom: 80px;
    }
}
/*=====
理学療法学科 グループワーク授業
=====*/
.page_section_physical_groupwork{
    position: relative;
}
.page_section_physical_groupwork::before,
.page_section_physical_groupwork::after{
    border-top: 1px solid;
    content: "";
    display: block;
    left: 50%;
    max-width: calc(100% - 40px);
    position: absolute;
    top: 0;
    translate: -50% 0 0;
    width: 1200px;
}
.page_section_physical_groupwork::after{
    bottom: 0;
    top: auto;
}
.page_section_physical_groupwork .page_h3{
    background-color: #5E9EA4;
    color: #fff;
    margin: 40px 0 20px;
}
.groupwork_list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.groupwork_list li{
    padding-bottom: 20px;
    border-bottom: 1px solid #5E9EA4;
}
.groupwork_list h4{
    font-size: 16px;
    margin-bottom: 0.5em;
}
.groupwork_list h4 span {
    display: inline-flex;
    width: 2em;
    height: 2em;
    background-color: #444;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 999px;
    letter-spacing: 0;
    margin-right: 1em;
    font-size: 80%;
}
.groupwork_list p {
    margin-bottom: 0;
}
.box_talking{
    border: 1px solid #5E9EA4;
    margin-top: 40px;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
}
.box_talking h3{
    background-color: #C7DDDF;
    border-radius: 999px;
    text-align: center;
    padding: 0.5em 1em;
    font-weight: 500;
    margin-bottom: 15px;
}
.box_talking p{
    margin-bottom: 0;
}
.box_talking img{
    margin: 20px auto 0;
    max-width: 480px;
    width: 100%;
}
@media screen and (min-width: 920px) {
    .page_section_physical_groupwork .page_h3{
        margin: 40px 0 30px;
    }
    .groupwork_list h4{
        font-size: min(1.5vw, 22px);
    }
    .box_talking{
        display: flex;
        gap: 4%;
        align-items: center;
        padding: 60px 4%;
    }
    .box_talking_inner{
        width: 40%;
    }
    .box_talking img{
        max-width: none;
        width: 60%;
        margin: 0;
    }
}
/*=====
理学療法学科 臨床実習 × 領域別理学療法演習
=====*/
.page_section_physical_practice .physical_training_list_wrap {
    margin: 0 0 80px 0;
}
.page_section_physical_practice h3 {
    margin: 40px 0 24px 0;
    font-size: 24px;
}
.page_section_physical_practice h3::after {
    content: "";
    width: 30px;
    margin: 15px auto 0;
    height: 1px;
    display: block;
    background-color: currentColor;
}
.page_section_physical_practice h4.page_h4{
    margin: 30px 0 20px;
    font-size: 18px;
    background-color: #5E9EA4;
    color: #fff;
}
.page_section_physical_practice p.page_h4{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 20px 0;
}
.page_section_physical_practice .nurse_absolute_box.reverse{
    margin-top: 80px;
}
.page_section_physical_practice .nurse_absolute_box_inner img {
    width: 300px;
    margin: 0 auto 30px;
    display: block;
}
.page_section_physical_practice .physical_training__ttl h4{
    max-width: 100%;
}
.page_section_physical_practice .physical_program_img[src*="sp"] {
    margin: 40px auto 20px;
    max-width: 480px;
    width: 100%;
}
.page_section_physical_practice .physical_programflow_img[src*="sp"]{
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
}
@media screen and (min-width: 920px) {
    .page_section_physical_practice h3 {
        margin-bottom: 50px;
        font-size: min(2.6vw, 36px);
        text-align: left;
    }
    .page_section_physical_practice h3::after {
        width: 80px;
        margin: 20px auto 0 0;
    }
    .page_section_physical_practice h4.page_h4{
        font-size: min(1.9vw, 26px);
        margin: 40px 0 20px;
    }
    .page_section_physical_practice p.page_h4{
        font-size: min(1.9vw, 26px);
        margin-bottom: 20px;
        text-align: left;
    }
    .page_section_physical_practice .nurse_absolute_box_inner img {
        margin: 0 0 30px 0;
    }
    .page_section_physical_practice .physical_program_img[src*="pc"] {
        margin: 80px 0 20px;
    }
}
/*=====
理学療法学科 CTAボタン
=====*/
.physical_cta_section{
    background-color: #DFECE9;
}
/*=====
保護者の方へページ
=====*/
.study_section_title p {
    line-height: 1.5;
}
.point_section {
    border-bottom: 0;
    margin: 0;
}
.study_section {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 80px;
}
@media screen and (min-width: 920px) {
    .study_section {
        padding-top: 127px;
    }
}
.residence_section_row_item.residence_section_row_item{
    gap: 20px;
    height: auto;
    width: 100%;
}
.residence_btn{
    text-align: center;
    background: #ffffff;
    color: #000000;
    display: block;
    padding: 16px;
    line-height: 1;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.4s cubic-bezier(0.26, 0.06, 0, 1);
    width: 100%;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.05em;
    margin: 0 0 16px 0;
}
.residence_btn::after {
    background: #282828;
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: 1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity 0.5s cubic-bezier(0.26, 0.06, 0, 1), transform 0s cubic-bezier(0.26, 0.06, 0, 1);
    transition-delay: 0s, 0.4s;
}
.residence_btn:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.8s cubic-bezier(0.26, 0.06, 0, 1), transform 0.6s cubic-bezier(0.26, 0.06, 0, 1);
}
.residence_btn .txt {
    position: relative;
    z-index: 10;
}
.residence_btn.switch{
    background: linear-gradient(90deg, #4AA2BF, #AA9B93, #CD4734);
    color: #fff;
}
.residence_btn.opencampus {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.residence_btn.opencampus:hover{
    color: #000;
}
.residence_btn.opencampus:hover::after{
    background: #fff;
}
@media screen and (min-width: 920px) {
    .residence_btn{
        border-radius: 5px;
        padding: 25px;
        font-size: min(1.4641288433vw, 20px);
        margin: 0 0 28px 0;
    }
}
/*=====
卒業生の声ページ
=====*/
.breadcrumbs_message,
.message_contents{
    background-color: transparent;
}
.message_mv_links {
    flex-wrap: wrap;
}
.message_mv_links .student_link{
    border: 0;
}
.message_mv_links .student_link.btn_nurse{
    background: #FAE7E5;
}
.message_mv_links .student_link.btn_physical{
    background: #DEEBE8;
}
.message_container .message_txtArea_icon{
    color: #272727;
}
.message_container .message_txtArea_icon.icon_nurse{
    background: #FAE7E5;
}
.message_container .message_txtArea_icon.icon_physical{
    background: #DEEBE8;
}
/*=====
在校生の声ページ
=====*/
.student_contents_mv {
    margin-bottom: 50px;
}
.student_contents_catch {
    margin-bottom: 40px;
}
.student_contents_text {
    margin-bottom: 0;
}
@media screen and (min-width: 920px) {
    .student_contents_mv {
        margin-bottom: min(8vw, 120px);
    }
    .student_contents_container {
        padding-bottom: min(12vw, 180px);
    }
    .student_contents_catch {
        margin-bottom: min(8vw, 120px);
    }
}
/*=====
Hiの考え方ページ
=====*/
.page_learning_ttl_area__right p{
    font-weight: normal;
}
/*=====
キャンパスライフページ
=====*/
.access_section_thumbTop{
    margin-top: 80px;
}
.access_section_point_map .map_notes {
    padding: 16px 0 0;
}
@media screen and (min-width: 920px) {
    .access_section_thumbTop{
        margin-top: 5.6vw;
    }
    .access_section_point_map .map_notes small {
        padding-left: 0;
    }
    .access_section_link {
        flex-wrap: wrap;
        gap: 60px 6%;
    }
    .access_section_link_inner {
        width: 47%;
        gap: 30px;
    }
    .access_section_point_list .point_inner {
        width: 33.33%;
    }
    .access_section_point_list .point02,
    .access_section_point_list .point03{
        margin-left: 0;
    }
    .access_section_point_list .point03{
        padding: 0 min(1.786vw, 30px) 10px;
    }
}
/*=====
キャンパスライフページ 学生マンションSwitch
=====*/
.access_section_point_switch {
    width: 100%;
    max-width: 480px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
}
.access_section_point_switch h3 img {
    max-width: 80%;
    margin: 0 auto 20px;
    display: block;
}
.access_section_point_switch p{
    margin-bottom: 0;
}
.switch_link {
    text-align: center;
}
.switch_link a {
    display: block;
    width: fit-content;
    border-radius: 500px;
    border: 1px solid #000;
    padding: 5px 63.5px;
    transition: 0.4s cubic-bezier(0.26, 0.06, 0, 1);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.switch_link a span {
    color: #000;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: clamp(16px, 1.4641288433vw, 20px);
    line-height: 1.2;
    position: relative;
    z-index: 5;
}
.switch_link a:hover span {
    color: #fff;
}
.switch_link a::after {
    background: #000;
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: 1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity 0.5s cubic-bezier(0.26, 0.06, 0, 1), transform 0s cubic-bezier(0.26, 0.06, 0, 1);
    transition-delay: 0s, 0.4s;
}
.switch_link a:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.8s cubic-bezier(0.26, 0.06, 0, 1), transform 0.6s cubic-bezier(0.26, 0.06, 0, 1);
}
