/* -----------------------------------------------
= kv
----------------------------------------------- */
.kv {
	position: relative;
}
.kv picture img {
	height: 420px;
	object-fit: cover;
	object-position: 100% 100%;
}
.kv .box {
	position: absolute;
	top: 36px;
	left: 18px;
}
.kv .box h2 {
	margin-bottom: 10px;
}
.kv .box h2 span {
	display: inline-block;
	margin: 3px 0;
	padding: 3px 6px;
	color: #fff;
	background: linear-gradient(90deg,#19a08f,#03518b);
	font-family: var(--font-din);
	font-weight: 700;
	font-size: calc(2.3rem / 1.6);
	line-height: 1;
}
.kv .box h2 span:last-child {
	background: var(--black);
}
.kv .box img {
	width: 185px;
}
@media print, screen and (width >= 768px) {/* PC */
.kv {
	max-width: 1300px;
	margin: 0 auto;
}
.kv picture img {
	height: 624px;
}
.kv .box {
	top: 96px;
	left: 63px;
}
.kv .box h2 {
	margin-bottom: 35px;
}
.kv .box h2 span {
	margin: 5px 0;
	padding: 5px 10px;
	font-size: calc(4.6rem / 1.6);
	letter-spacing: .06em;
}
.kv .box img {
	width: 310px;
}
}/* @media */
/* -----------------------------------------------
= intro
----------------------------------------------- */
.intro {
	padding: 18px 18px 0;
}
.intro h2 {
	color: var(--blue);
	font-size: calc(2.1rem / 1.6);
	font-weight: 700;
	line-height: 1.6;
}
.intro h2 span {
	font-size: calc(2.8rem / 1.6);
}
.intro h3 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: var(--blue);
	font-size: calc(1.8rem / 1.6);
	font-weight: 700;
	line-height: calc(27 / 18);
}
.intro h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 5px;
	background: url(../img/shared/bg_title_dot.svg) no-repeat 50% / 100% auto;
}
.text-jp {
	margin-bottom: 16px;
	font-size: calc(1.3rem / 1.6);
}
.text-en {
	margin-bottom: 16px;
	color: #666;
	font-size: calc(1.3rem / 1.6);
}
.intro img {
	width: calc(100% + 18px);
	margin: 10px 0 0 -18px;
	border-radius: 0 10px 10px 0;
}
@media print, screen and (width >= 768px) {/* PC */
.intro {
	display: flex;
	align-items: center;
	max-width: 1300px;
	margin: 0 auto;
	padding: 65px 0 0;
}
.intro .set {
	order: 2;
	flex: 1;
	margin: 0 calc(100 / 1300 * 100%) 0 calc(70 / 1300 * 100%);
}
.intro h2 {
	font-size: calc(3.2rem / 1.6);
}
.intro h2 span {
	font-size: calc(4.6rem / 1.6);
}
.intro h3 {
	font-size: calc(2.8rem / 1.6);
	line-height: calc(40 / 28);
}
.text-jp {
	font-size: calc(1.6rem / 1.6);
}
.text-en {
	font-size: calc(1.6rem / 1.6);
}
.intro img {
	order: 1;
	width: calc(500 / 1300 * 100%);
	margin: 0;
	border-radius: 0 20px 20px 0;
}
}/* @media */
/* -----------------------------------------------
= enrolment
----------------------------------------------- */
.enrolment {
	position: relative;
	padding: 70px 18px 50px;
}
.enrolment::before {
	content: "";
	position: absolute;
	top: 20px;
	left: calc(50% - 7px);
	width: 13px;
	height: 41px;
	background: url(../img/index/enrolment_bg.png) no-repeat 50% / auto 100%;
}
.enrolment .lead-jp {
	margin-bottom: 15px;
	color: var(--blue);
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
	line-height: calc(27 / 16);
	text-align: center;
}
.enrolment .lead-en {
	margin-bottom: 25px;
	font-family: var(--font-din);
	font-size: calc(1.3rem / 1.6);
	font-weight: 700;
	line-height: calc(23 / 13);
	text-align: center;
	letter-spacing: 0;
}
.enrolment a {
	display: block;
	padding: 12px;
	color: #fff;
	background-image: linear-gradient( 90deg, #19a08f 0%, #03518b 50%, #03518b 51%, #19a08f 100%);
	background-position: 1% 50%;
    background-size: 200% auto;
	border-radius: 3em;
	box-shadow: 0 2px 0 #d9e5f0;
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
	line-height: calc(20 / 16);
	text-align: center;
	transition: .3s ease-in-out;
}
.enrolment a .jp {
	display: block;
}
.enrolment a .jp + .en {
	font-size: calc(1.3rem / 1.6);
}
.enrolment a .en {
	display: block;
	font-family: var(--font-din);
	letter-spacing: 0;
}
.enrolment .guideline {
	margin-bottom: 50px;
}
.enrolment .guideline li {
	margin-bottom: 20px;
}
.enrolment h2 {
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.enrolment h2 .jp {
	display: block;
	font-size: calc(2.3rem / 1.6);
}
.enrolment h2 .en {
	display: block;
	position: relative;
	color: var(--blue);
	font-family: var(--font-din);
	font-size: calc(1.5rem / 1.6);
	letter-spacing: 0;
}
.enrolment h2 .en::before,
.enrolment h2 .en::after {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	width: calc(50% - 7.5em);
	border-top: 1px dashed rgba(0,79,153,.5);
}
.enrolment h2 .en::before {
	left: 0;
}
.enrolment h2 .en::after {
	right: 0;
}
.enrolment .period {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 13px 15px;
	margin-bottom: 30px;
}
.enrolment .period li {
	position: relative;
	padding: 10px 5px 6px;
	background: var(--light-blue);
	border-radius: 5px;
	font-size: calc(1.3rem / 1.6);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.enrolment .period li::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 3px 0 0 0;
	clip-path: polygon(0 0,100% 0,0 100%);
}
.enrolment .period li span:last-child {
	display: block;
	color: var(--blue);
	font-family: var(--font-din);
	font-size: calc(2.1rem / 1.6);
	letter-spacing: 0;
}
.enrolment .more {
	position: relative;
	background: var(--blue);
	line-height: calc(23 / 16);
	font-weight: 500;
}
.enrolment .more::after {
	content: "";
	position: absolute;
	top: 0;
	right: 20px;
	width: 16px;
	height: 100%;
	background: url(../img/shared/icon_arrow01.svg) no-repeat 50% / 100% auto;
	filter: var(--filter-white);
}
.enrolment .more strong {
	font-weight: 700;
}
@media print, screen and (width >= 768px) {/* PC */
.enrolment {
	padding: 130px 20px 100px;
}
.enrolment::before {
	top: 70px;
	width: 14px;
	height: 50px;
}
.enrolment .lead-jp {
	margin-bottom: 20px;
	font-size: calc(2.6rem / 1.6);
	line-height: calc(48 / 26);
}
.enrolment .lead-en {
	margin-bottom: 35px;
	font-size: calc(1.8rem / 1.6);
	line-height: 2;
}
.enrolment a {
	padding: 19px;
	box-shadow: 0 4px 0 #d9e5f0;
	font-size: calc(1.8rem / 1.6);
	line-height: calc(26 / 18);
}
.enrolment .guideline {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 35px;
	max-width: 820px;
	margin: 0 auto 50px;
}
.enrolment .guideline li {
	min-width: 250px;
	margin-bottom: 20px;
}
.enrolment a .en {
	font-size: calc(2rem / 1.6);
	line-height: calc(26 / 20);
}
.enrolment a .jp + .en {
	font-size: calc(1.6rem / 1.6);
	line-height: calc(26 / 16);
}
.enrolment h2 {
	max-width: 1100px;
	margin: 0 auto 25px;
}
.enrolment h2 .jp {
	font-size: calc(3.6rem / 1.6);
}
.enrolment h2 .en {
	font-size: calc(2rem / 1.6);
}
.enrolment .period {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
	gap: 33px;
	max-width: 1100px;
	margin: 0 auto 40px;
}
.enrolment .period li {
	padding: 20px 5px 12px;
	border-radius: 10px;
	font-size: calc(1.8rem / 1.6);
}
.enrolment .period li::before {
	top: 7px;
	left: 7px;
	width: 25px;
	height: 25px;
	border-radius: 5px 0 0 0;
}
.enrolment .period li span:last-child {
	font-size: calc(3rem / 1.6);
}
.enrolment .more {
	max-width: 560px;
	margin: 0 auto;
	font-size: calc(2rem / 1.6);
}
.enrolment .more::after {
	width: 19px;
}
}/* @media */
@media (hover: hover) {
.enrolment a:hover {
    background-position-x: 100%;
}
.enrolment .more:hover {
	background: var(--hover-blue);
}
}/* @media */
/* -----------------------------------------------
= news
----------------------------------------------- */
.news {
	padding: 0 18px;
}
.news h2 {
	margin-bottom: 20px;
	line-height: 1.5;
    font-weight: 700;
    text-align: center;
}
.news h2 .jp {
	display: block;
	font-size: calc(2.3rem / 1.6);
}
.news h2 .en {
	display: block;
	position: relative;
	color: var(--blue);
	font-family: var(--font-din);
	font-size: calc(1.5rem / 1.6);
	letter-spacing: 0;
}
.news h2 .en::before,
.news h2 .en::after {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	width: calc(50% - 3.3em);
	border-top: 1px dashed rgba(0,79,153,.5);
}
.news h2 .en::before {
	left: 0;
}
.news h2 .en::after {
	right: 0;
}
.news .inner {
	margin: 0 auto 40px;
}
.news .img_wpr {
	display: block;
	max-width: 400px;
    margin: 0 auto;
}
.news .txt_wpr {
	margin-bottom: 20px;
}
.news .date {
	position: relative;
    color: var(--blue);
	line-height: 1;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
    font-size: calc(1.8rem / 1.6);
}
.news .date::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	border-radius: 2.5px;
	background: #edf5fc;
}
.news .date span {
	font-family: var(--font-din);
    font-size: calc(3.2rem / 1.6);
}
.news .ttl {
	color: var(--blue);
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
	margin-bottom: 10px;
	line-height: 1.923;
    font-size: calc(1.6rem / 1.6);
}
.news .txt {
	color: #0d0d0d;
	line-height: 1.889;
    font-size: calc(1.3rem / 1.6);
}
@media print, screen and (width >= 768px) {/* PC */
.news h2 {
	max-width: 1100px;
	margin: 0 auto 45px;
}
.news h2 .jp {
	font-size: calc(3.6rem / 1.6);
}
.news h2 .en {
	font-size: calc(2rem / 1.6);
}
.news .inner {
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
    margin: 0 auto 100px;
}
.news .txt_wpr,
.news .img_wpr {
	width: calc(100% / 2 - 20px);
}
.news .txt_wpr {
	margin-bottom: 0;
}
.news .img_wpr {
	max-width: unset;
	margin: unset;
    transition: .3s ease-in-out;
}
.news .date {
	margin-bottom: 20px;
	padding-bottom: 15px;
    font-size: calc(2.4rem / 1.6);
}
.news .date::before {
	height: 5px;
	border-radius: 2.5px;
}
.news .date span {
    font-size: calc(5rem / 1.6);
}
.news .ttl {
	margin-bottom: 15px;
    line-height: 1.6;
    font-size: calc(2.6rem / 1.6);
}
.news .txt {
	line-height: 1.889;
    font-size: calc(1.8rem / 1.6);
}
}/* @media */
@media (hover: hover) {
	.news .img_wpr:hover {
		opacity: .8;
	}
}/* @media */



/* -----------------------------------------------
= media
----------------------------------------------- */
.media {
	padding: 50px 18px 25px;
	background: var(--light-blue);
}
.media .inner {
	position: relative;
	padding: 0 20px 20px;
	background: #fff;
	border: 1px solid #a5c2dd;
	border-radius: 10px;
}
.media .inner::before,
.media .inner::after {
	content: "";
	position: absolute;
	top: -1px;
	width: 20px;
	height: 20px;
	border-top: 2px solid var(--blue);
	border-left: 2px solid var(--blue);
	border-radius: 10px 0 0 0;
}
.media .inner::before {
	left: -1px;
}
.media .inner::after {
	right: -1px;
	transform: scale(-1,1);
}
.media h2 {
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.media h2 .jp {
	display: inline-block;
	position: relative;
	z-index: 1;
	top: -.8em;
	margin-bottom: 5px;
	padding: 0 .5rem;
	font-size: calc(2.3rem / 1.6);
}
.media h2 .jp::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 50%;
	background: #fff;
}
.media h2 .en {
	display: block;
	position: relative;
	margin-top: -1.5em;
	color: var(--blue);
	font-family: var(--font-din);
	font-size: calc(1.3rem / 1.6);
	letter-spacing: 0;
}
.media h2 .en::before,
.media h2 .en::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	width: 55px;
	height: 4px;
	background: url(../img/shared/bg_title_dot.svg) no-repeat 50% / 100% auto;
}
.media h2 .en::before {
	left: 0;
}
.media h2 .en::after {
	right: 0;
}
.media ul {
	position: relative;
}
.media ul::before,
.media ul::after {
	content: "";
	position: absolute;
	bottom: -21px;
	width: 20px;
	height: 20px;
	border-left: 2px solid var(--blue);
	border-bottom: 2px solid var(--blue);
	border-radius: 0 0 0 10px;
}
.media ul::before {
	left: -21px;
}
.media ul::after {
	right: -21px;
	transform: scale(-1,1);
}
.media li {
	padding: 10px 0;
	border-bottom: 1px dashed rgba(0,79,153,.2);
	font-size: calc(1.3rem / 1.6);
	line-height: calc(20 / 13);
}
.media li:first-child {
	border-top: 1px dashed rgba(0,79,153,.2);
}
.media li a {
	display: inline-block;
	position: relative;
	padding-left: 16px;
}
.media li a::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 12px;
	height: 12px;
	background: url(../img/shared/icon_arrow02.svg) no-repeat 50% / cover;
}
@media print, screen and (width >= 768px) {/* PC */
.media {
	padding: 85px 20px 55px;
}
.media .inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 40px 40px;
	border-radius: 20px;
}
.media .inner::before,
.media .inner::after {
	width: 40px;
	height: 40px;
	border-top-width: 3px;
	border-left-width: 3px;
	border-radius: 20px 0 0 0;
}
.media h2 {
	margin-bottom: 25px;
}
.media h2 .jp {
	top: -.8em;
	margin-bottom: 10px;
	padding: 0 .5rem;
	font-size: calc(3.6rem / 1.6);
}
.media h2 .en {
	max-width: 450px;
	margin-inline: auto;
	font-size: calc(2rem / 1.6);
}
.media h2 .en::before,
.media h2 .en::after {
	width: 80px;
	height: 5px;
}
.media ul::before,
.media ul::after {
	bottom: -41px;
	width: 40px;
	height: 40px;
	border-top-width: 3px;
	border-left-width: 3px;
	border-radius: 0 0 0 20px;
}
.media ul::before {
	left: -41px;
}
.media ul::after {
	right: -41px;
}
.media li {
	padding: 18px 0;
	font-size: calc(1.6rem / 1.6);
	line-height: 2;
}
.media li a {
	padding-left: 45px;
}
.media li a::before {
	top: 6px;
	left: 15px;
	width: 18px;
	height: 18px;
}
}/* @media */
@media (hover: hover) {
.media li a:hover {
	color: var(--blue);
	text-decoration: underline;
}
}/* @media */
/* -----------------------------------------------
= vision
----------------------------------------------- */
.vision {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 60px;
}
.vision::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 7px);
	width: 13px;
	height: 41px;
	background: url(../img/index/enrolment_bg.png) no-repeat 50% / auto 100%;
}
.vision picture {
	display: block;
	position: relative;
	z-index: -1;
	margin-bottom: -40px;
}
.vision picture img {
	height: 250px;
	object-fit: cover;
}
.vision h2 {
	position: relative;
	margin-bottom: -1em;
	text-align: center;
}
.vision h2 span {
	display: inline-block;
	padding: 0 20px;
	color: #fff;
	background: var(--blue);
	border-radius: 3em;
	font-family: var(--font-din);
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
	letter-spacing: 0;
}
.vision h3 {
	margin: 0 18px;
	padding: 30px 0 0;
	background: #fff;
	border-radius: 30px 30px 0 0;
	font-weight: 700;
	text-align: center;
}
.vision h3 .jp {
	display: block;
	margin-bottom: 20px;
	color: var(--blue);
	font-size: calc(2.5rem / 1.6);
	line-height: calc(33 / 25);
}
.vision h3 .en {
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-family: var(--font-din);
	font-size: calc(1.4rem / 1.6);
	line-height: calc(20 / 14);
	letter-spacing: 0;
}
.vision h3 .en::after {
	content: "";
	position: absolute;
	left: calc(50% - 40px);
	bottom: 0;
	width: 80px;
	height: 5px;
	background: url(../img/shared/bg_title_dot.svg) no-repeat 50% / 100% auto;
}
.vision > .text-jp {
	padding: 0 18px;
}
.vision > .text-en {
	position: relative;
	margin-bottom: 30px;
	padding: 0 18px 50px;
}
.vision > .text-en::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 7px);
	width: 13px;
	height: 41px;
	background: url(../img/index/enrolment_bg.png) no-repeat 50% / auto 100%;
}
.vision .objectives {
	position: relative;
	margin: 0 18px;
	background: #fff;
	border: 1px solid #a5c2dd;
	border-radius: 10px;
}
.vision .objectives::before,
.vision .objectives::after {
	content: "";
	position: absolute;
	top: -1px;
	width: 20px;
	height: 20px;
	border-top: 2px solid var(--blue);
	border-left: 2px solid var(--blue);
	border-radius: 10px 0 0 0;
}
.vision .objectives::before {
	left: -1px;
}
.vision .objectives::after {
	right: -1px;
	transform: scale(-1,1);
}
.vision .objectives .inner {
	position: relative;
	padding: 20px;
}
.vision .objectives .inner::before,
.vision .objectives .inner::after {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 20px;
	height: 20px;
	border-left: 2px solid var(--blue);
	border-bottom: 2px solid var(--blue);
	border-radius: 0 0 0 10px;
}
.vision .objectives .inner::before {
	left: -1px;
}
.vision .objectives .inner::after {
	right: -1px;
	transform: scale(-1,1);
}
.vision .objectives h4 {
	font-weight: 700;
}
.vision .objectives h4 .jp {
	font-size: calc(2.3rem / 1.6);
	line-height: 1.5;
}
.vision .objectives h4 .en {
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: var(--blue);
	font-family: var(--font-din);
	font-size: calc(1.3rem / 1.6);
	letter-spacing: 0;
}
.vision .objectives h4 .en::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 5px;
	background: url(../img/shared/bg_title_dot.svg) no-repeat 50% / 100% auto;
}
.vision .objectives .btn-modal-open {
	display: block;
	position: relative;
	margin: 10px auto 0;
	padding-right: 20px;
	background: linear-gradient(transparent 60%,#fff45c 61%,transparent 90%);
	font-family: var(--font-din);
	font-size: calc(1.5rem / 1.6);
	font-weight: 700;
	letter-spacing: 0;
}
.vision .objectives .btn-modal-open::after {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	right: 0;
	width: 15px;
	height: 15px;
	background: url(../img/shared/icon_scale.svg) no-repeat 50% / cover;
}
@media print, screen and (width >= 768px) {/* PC */
.vision {
	margin-bottom: 35px;
	padding: 0 20px 80px;
}
.vision::after {
	width: 14px;
	height: 50px;
}
.vision picture {
	margin: 0 -20px -60px;
}
.vision picture img {
	height: 450px;
}
.vision h2 {
	margin-bottom: -1.5em;
}
.vision h2 span {
	padding: 0 50px;
	font-size: calc(2.2rem / 1.6);
}
.vision h3 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 65px 0 0;
	border-radius: 60px 60px 0 0;
}
.vision h3 .jp {
	font-size: calc(4rem / 1.6);
}
.vision h3 .en {
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-size: calc(1.8rem / 1.6);
}
.vision > .text-jp {
	max-width: 860px;
	margin: 0 auto 25px;
	padding: 0 20px;
	text-align: center;
}
.vision > .text-en {
	max-width: 860px;
	margin: 0 auto 35px;
	padding: 0 20px 80px;
	text-align: center;
}
.vision .objectives {
	max-width: 1100px;
	margin: 0 auto;
	border-radius: 20px;
}
.vision .objectives::before,
.vision .objectives::after {
	width: 40px;
	height: 40px;
	border-top-width: 3px;
	border-left-width: 3px;
	border-radius: 20px 0 0 0;
}
.vision .objectives .inner {
	display: flex;
	align-items: center;
	padding: 40px;
}
.vision .objectives .inner::before,
.vision .objectives .inner::after {
	width: 40px;
	height: 40px;
	border-top-width: 3px;
	border-left-width: 3px;
	border-radius: 0 0 0 20px;
}
.vision .objectives h4 .jp {
	font-size: calc(3.6rem / 1.6);
}
.vision .objectives h4 .en {
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-size: calc(2rem / 1.6);
}
.vision .objectives .set {
	flex: 1;
}
.vision .objectives figure {
	width: calc(580 / 1020 * 100%);
	margin-left: calc(50 / 1020 * 100%);
}
.vision .objectives .btn-modal-open {
	margin: 20px auto 0;
	padding-right: 30px;
	font-size: calc(2rem / 1.6);
}
.vision .objectives .btn-modal-open::after {
	top: calc(50% - 10px);
	width: 21px;
	height: 21px;
}
.vision .modal-content {
	max-width: 700px;
	margin-inline: auto;
}
}/* @media */
@media print, screen and (1000px > width >= 768px) {/* TABLET */
.vision .objectives .inner {
	display: block;
}
.vision .objectives figure {
	width: 580px;
	margin-inline: auto;
}
}/* @media */
@media print, screen and (900px > width >= 768px) {/* TABLET */
.vision .modal-content {
	margin-inline: 50px;
}
}/* @media */
@media (hover: hover) {
.vision .objectives .btn-modal-open:hover {
	background: linear-gradient(transparent 60%,#c8e1f9 61%,transparent 90%);
}
}/* @media */
/* -----------------------------------------------
= education
----------------------------------------------- */
.education {
	padding: 0 10px;
}
.education .swiper {
	margin-bottom: 30px;
}
.education .item {
	padding: 0 8px;
	border-radius: 10px;
}
.education .item img {
	height: 288px;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}
.education .set {
	padding: 15px 20px;
	background: var(--light-blue);
}
.education h4 {
	margin-bottom: 12px;
	font-weight: 700;
}
.education h4 .en {
	display: block;
	color: var(--blue);
	font-family: var(--font-din);
	font-size: calc(2.1rem / 1.6);
	line-height: 1.5;
	letter-spacing: 0;
}
.education h4 .jp {
	display: inline-block;
	position: relative;
	padding-right: 90px;
	font-size: calc(1.5rem / 1.6);
}
.education h4 .jp::after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 0;
	width: 80px;
	height: 5px;
	background: url(../img/shared/bg_title_dot.svg) no-repeat 50% / 100% auto;
}
.education h5 {
	margin-bottom: 5px;
	color: var(--blue);
	font-size: calc(1.5rem / 1.6);
	font-weight: 700;
}
.education p {
	margin-bottom: 20px;
	font-size: calc(1.3rem / 1.6);
}
.education h6 {
	margin-bottom: 5px;
	padding-top: 10px;
	border-top: 1px dashed rgba(0,79,153,.5);
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
}
.education li {
	margin-bottom: 5px;
	color: var(--blue);
	font-size: calc(1.3rem / 1.6);
	font-weight: 700;
}
.education li a {
	display: inline-block;
	position: relative;
	padding-left: 14px;
}
.education li a::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(../img/shared/icon_arrow02.svg) no-repeat 50% / cover;
}
.education .swiper-button-prev,
.education .swiper-button-next {
	top: 285px;
	width: 35px;
	height: 35px;
	margin-top: 0;
	background: url(../img/shared/icon_swiper_arrow.svg) no-repeat 50% / cover;
	transform: translateY(-50%);
}
.education .swiper-button-prev {
	left: 0;
	transform: translateY(-50%) rotate(180deg);
}
.education .swiper-button-next {
	right: 0;
}
.education .swiper-button-prev::after,
.education .swiper-button-next::after {
	display: none;
}
@media print, screen and (width >= 1000px) {/* PC */
.education {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0;
}
.education .swiper {
	margin-bottom: 80px;
}
.education .swiper.type01 {
	border-radius: 0 250px 250px 0;
}
.education .swiper.type02 {
	border-radius: 250px 0 0 250px;
}
.education .item {
	display: flex;
	padding: 0;
	border-radius: 0;
}
.education .item picture {
	width: calc(590 / 1300 * 100%);
}
.education .swiper.type01 picture {
	order: 2;
	margin-right: 100px;
}
.education .swiper.type02 picture {
	margin-left: 100px;
}
.education .item img {
	height: 100%;
}
.education .swiper.type01 img {
	border-radius: 0 250px 250px 0;
}
.education .swiper.type02 img {
	border-radius: 250px 0 0 250px;
}
.education .set {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 0;
}
.education .swiper.type01 .set {
	order: 1;
}
.education .set-in {
	padding: 15px 40px;
}
.education .swiper.type01 .set-in {
	padding-left: 130px;
}
.education .swiper.type02 .set-in {
	padding-right: 130px;
}
.education h4 .en {
	font-size: calc(3rem / 1.6);
}
.education h4 .en span {
	font-size: calc(2.2rem / 1.6);
}
.education h4 .jp {
	font-size: calc(2rem / 1.6);
}
.education h5 {
	font-size: calc(2rem / 1.6);
}
.education p {
	font-size: calc(1.6rem / 1.6);
}
.education h6 {
	font-size: calc(1.8rem / 1.6);
}
.education li {
	margin-bottom: 0;
	font-size: calc(1.6rem / 1.6);
}
.education li a {
	padding-left: 18px;
}
.education li a::before {
	top: 10px;
	width: 12px;
	height: 12px;
}
.education .swiper-button-prev,
.education .swiper-button-next {
	top: 50%;
	width: 50px;
	height: 50px;
}
.education .swiper.type01 .swiper-button-prev {
	left: 45px;
}
.education .swiper.type01 .swiper-button-next {
	right: 75px;
}
.education .swiper.type02 .swiper-button-prev {
	left: 75px;
}
.education .swiper.type02 .swiper-button-next {
	right: 45px;
}
.education .swiper-button-prev::before,
.education .swiper-button-next::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../img/shared/icon_swiper_arrow_hover.svg) no-repeat 50% / cover;
	opacity: 0;
}
}/* @media */
@media (hover: hover) {
.education li a:hover {
	text-decoration: underline;
}
.education .swiper-button-prev:hover::before,
.education .swiper-button-next:hover::before {
	opacity: 1;
}
}/* @media */
/* -----------------------------------------------
= space
----------------------------------------------- */
.space {
	margin: 50px 18px 60px;
	padding: 18px 0;
	/* border-top: 1px dashed rgba(0,79,153,.5); */
}
.space h2 {
	margin-bottom: 15px;
	color: var(--blue);
	font-family: var(--font-din);
	font-size: calc(3.5rem / 1.6);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}
.space h3 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 16px;
	font-size: calc(1.3rem / 1.6);
	font-weight: 700;
}
.space h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 5px;
	background: url(../img/shared/bg_title_dot.svg) no-repeat 50% / 100% auto;
}
.space h3 span {
	display: block;
}
.space .map {
	position: relative;
	width: 340px;
	height: 240px;
	margin: 0 auto 55px;
	text-align: center;
}
.space .map ul {
	text-align: left;
}
.space .map li {
	position: absolute;
	width: 38px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(0,0,0,.5);
}
.space .map li:nth-child(1) {
	left: 10px;
	top: 161px;
}
.space .map li:nth-child(2) {
	left: 19px;
	top: 100px;
}
/* .space .map li:nth-child(3) {
	left: 41px;
	top: 58px;
} */
.space .map li:nth-child(3) {
	left: 99px;
	top: 36px;
}
.space .map li:nth-child(4) {
	left: 102px;
	top: 116px;
}
.space .map li:nth-child(5) {
	left: 257px;
	top: 22px;
}
.space .map li:nth-child(6) {
	left: 287px;
	top: 118px;
}
.space .map li .btn-modal-open img {
	width: 38px;
}
.space .map .modal h4 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: var(--blue);
	font-family: var(--font-din);
	font-size: calc(2.3rem / 1.6);
	font-weight: 700;
	letter-spacing: 0;
}
.space .map .modal h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 5px;
	background: url(../img/shared/bg_title_dot.svg) no-repeat 50% / 100% auto;
}
.space .map .modal img {
	border-radius: 10px;
}
.space .map .note {
	display: inline-block;
	position: relative;
	top: -1.5em;
	padding: 0 15px;
	background: #fff;
	border-radius: 3em;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	font-size: calc(1.3rem / 1.6);
	font-weight: 700;
}
.space .map .note img {
	width: 15px;
	vertical-align: middle;
}
.space .img img {
	display: block;
	border-radius: 10px;
}
.space .img img + img {
	margin-top: 20px;
}
@media print, screen and (width >= 768px) {/* PC */
.space {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 0 170px;
	overflow: hidden;
}
.space h2 {
	margin-bottom: 15px;
	font-size: calc(6rem / 1.6);
}
.space-in {
	display: flex;
	align-items: end;
	margin-bottom: 100px;
}
.space .set {
	flex: 1;
	margin-right: 35px;
}
.space h3 {
	margin-bottom: 30px;
	margin-right: -200px;
	padding-bottom: 20px;
	font-size: calc(1.6rem / 1.6);
}
.space .map {
	width: 752px;
	height: 530px;
	margin: 0 auto;
}
.space .map li {
	width: 46px;
}
.space .map li:nth-child(1) {
	left: 52px;
	top: 355px;
}
.space .map li:nth-child(2) {
	left: 54px;
	top: 238px;
}
/* .space .map li:nth-child(3) {
	left: 101px;
	top: 163px;
} */
.space .map li:nth-child(3) {
	left: 236px;
	top: 78px;
}
.space .map li:nth-child(4) {
	left: 263px;
	top: 296px;
}
.space .map li:nth-child(5) {
	left: 566px;
	top: 64px;
}
.space .map li:nth-child(6) {
	left: 646px;
	top: 268px;
}
.space .map li .btn-modal-open img {
	width: 46px;
}
.space .map .modal-content {
	max-width: 790px;
	margin-inline: auto;
}
.space .map .modal-in {
	display: flex;
	align-items: center;
}
.space .map .modal .set {
	flex: 1;
	margin-right: calc(35 / 790 * 100%);
}
.space .map .modal h4 {
	font-size: calc(3rem / 1.6);
}
.space .map .modal img {
	width: calc(320 / 790 * 100%);
}
.space .map .note {
	top: -1.7em;
	padding: 8px 30px;
	font-size: calc(1.6rem / 1.6);
}
.space .map .note img {
	width: 24px;
}
.space .img {
	display: flex;
	gap: 0 40px;
}
.space .img img {
	width: calc(50% - 20px);
	border-radius: 20px;
}
.space .img img + img {
	margin-top: 0;
}
}/* @media */
@media print, screen and (1140px > width >= 768px) {/* TABLET */
.space {
	padding-inline: 20px;
}
.space-in {
	display: block;
}
.space .map {
	position: relative;
	left: -10px;
}
}/* @media */
@media print, screen and (1000px > width >= 768px) {/* TABLET */
.space .map .modal-content {
	margin-inline: 50px;
}
}/* @media */
@media (hover: hover) {
.space .map li button:hover img {
	opacity: .8;
}
}/* @media */

/* -----------------------------------------------
= modal
----------------------------------------------- */
.modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 20;
	overflow-y: scroll;
	overscroll-behavior: contain;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
}
.modal.is-active {
	display: block;
	opacity: 1;
	pointer-events: auto;
}
.modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.3);
}
.modal-content {
	position: relative;
	z-index: 1;
	margin: 30px 18px;
	padding: 18px;
	background: #fff;
	border: 3px solid var(--blue);
	border-radius: 10px;
}
.btn-modal-close-top {
	position: absolute;
	top: -15px;
	right: -9px;
	width: 40px;
	height: 40px;
	background: var(--blue);
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.btn-modal-close-top::before {
	content: "×";
	position: absolute;
	top: 50%;
	right: 50%;
	width: 35px;
	height: 35px;
	color: #fff;
	font-family: var(--font-din);
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	line-height: 35px;
	letter-spacing: 0;
	transform: translate(50%,-50%);
}
.btn-modal-close-bottom {
	display: block;
	margin: 15px auto 0;
	color: var(--blue);
	font-family: var(--font-din);
	font-weight: 700;
	font-size: calc(1.5rem / 1.6);
	line-height: 1;
	letter-spacing: 0;
}
.btn-modal-close-bottom::before {
	content: "×";
	display: inline-block;
	margin-top: -4px;
	margin-right: 5px;
	font-size: calc(3rem / 1.6);
	vertical-align: middle;
}
@media print, screen and (width >= 768px) {/* PC */
.btn-modal-close-top {
	top: -23px;
	right: -23px;
	width: 46px;
	height: 46px;
}
.btn-modal-close-top::before {
	width: 40px;
	height: 40px;
	font-size: 46px;
	line-height: 40px;
}
.modal-content {
	margin-block: 80px;
	padding: 40px 40px 30px;
	border-width: 5px;
}
.btn-modal-close-bottom {
	margin-top: 25px;
	font-size: calc(2rem / 1.6);
}
.btn-modal-close-bottom::before {
	margin-top: -5px;
	font-size: calc(3.4rem / 1.6);
}
}/* @media */
