@charset "utf-8";

div#main {
	background: #f2fbfe;
}
div#contents .node {
  opacity: 0;
  transition: 1s;
  transform: translateY(20px);
}
div#contents .node.show {
  opacity: 1;
  transform: translateY(0);
}
div#contents .title_h2 {
	display: flex;
  flex-wrap: wrap;
	align-items: baseline;
	gap: 0 20px;
	margin: 0 0 30px -20px;
	padding: 8px 10px 5px 20px;
	background: #4776ae;
	color: #fff;
}
div#contents .title_h2 .en {
  font-size: min(8vw, 3.2rem);
}
div#contents .title_h2 h2 {
	color: #fff;
}

@media all and (min-width:950px) {
	div#container {
		padding-right: 0;
		padding-left: 50%;
	}
	header#header {
		left: 50%;
		width: 50%;
	}
	header#header div.site-title {
		padding-left: 40px;
	}
	div#contents {
		padding-top: 100px;
	}
	div#contents section.node {
		padding-top: 40px;
	}
	div#contents .title_h2 {
		margin-left: -80px;
		padding-left: 80px;
	}
}

/*--------------------------------------
  # eyecatch
--------------------------------------*/
div#contents #eyecatch {
	display: flex;
	flex-direction: column;
	background: #fff;
}
div#contents #eyecatch:before,
div#contents #eyecatch:after {
	display: none;
}
#eyecatch div.eyecatch-text {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
	padding: 20px 15px;
	background: #ffc107;
	background: #0c1d49;
}
#eyecatch div.eyecatch-text p {
	margin: 0;
	color: #fff;
	font-size: 112%;
	line-height: 1.3;
}
#anchor-nav {
	position: fixed;
	left: 0;
	bottom: 0;
	width: calc(100% - 40px);
	background: #fff;
	line-height: 1.2;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	transition: 0.2s;
	z-index: 999;
	--swiper-navigation-sides-offset: 0;
}
#anchor-nav .swiper-anchor .swiper-button-next,
#anchor-nav .swiper-anchor .swiper-button-prev {
  top: 0;
  width: 40px !important;
  height: 100% !important;
  margin: 0;
}
#anchor-nav .swiper-anchor .swiper-button-next {
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
#anchor-nav .swiper-anchor .swiper-button-prev {
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
#anchor-nav .swiper-anchor .swiper-button-next:after,
#anchor-nav .swiper-anchor .swiper-button-prev:after {
  color: #4776ae !important;
  font-size: min(5vw, 2.0rem) !important;
  font-weight: bold;
}
#anchor-nav .swiper-anchor .swiper-button-next:before,
#anchor-nav .swiper-anchor .swiper-button-prev:before {
	display: none;
}
#anchor-nav .swiper-slide {
  width: auto !important;
  max-width: 100%;
  height: auto;
}
#anchor-nav .swiper-slide a {
  position: relative;
  display: flex;
  align-items: center;
	height: 40px;
  color: #4776ae;
	font-family: 'Jost', sans-serif;
  font-size: min(5.0vw, 2.2rem);
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  opacity: 0.3;
}
#anchor-nav .swiper-slide.swiper-slide-active a {
  opacity: 1;
}

@media all and (max-width:949px) {
	div#contents #eyecatch {
		padding: 50px 0 0;
	}
}
@media all and (min-width:950px) {
	div#contents #eyecatch {
		position: fixed;
		top: 0;
		left: 0;
		width: 50%;
		height: 100vh;
		padding: 0;
		border-right: 1px solid #0c1d49;
	}
	div#contents #eyecatch .eyecatch-img {
		flex: 1;
		position: relative;
	}
	div#contents #eyecatch .eyecatch-img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
    object-fit: contain;
	}
	#eyecatch div.eyecatch-text {
		bottom: auto;
		gap: 40px;
		padding: 20px 40px;
		/*background: rgba(12,29,73,0.8);*/
	}
	#anchor-nav {
		position: absolute;
		bottom: 30px;
		left: auto;
		right: 0;
		width: auto;
		background: none;
		box-shadow: 0;
	}
	#anchor-nav .swiper-wrapper {
    flex-direction: column;
		gap: 10px;
		transform: translate(0,0) !important;
	}
	#anchor-nav .swiper-slide {
		background: #fff;
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	}
	#anchor-nav .swiper-slide a {
		justify-content: flex-end;
		height: 50px;
		padding: 0 20px;
		font-size: min(5.0vw, 3.0rem);
		font-weight: 400;
		text-align: right;
	}
	#anchor-nav .swiper-anchor .swiper-button-next,
	#anchor-nav .swiper-anchor .swiper-button-prev {
		display: none;
	}
}

/*--------------------------------------
  # greeting
--------------------------------------*/
div.greeting-person {
	display: flex;
  align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 1em;
}
div.greeting-person img {
	width: 40%;
	border-radius: 50%;
}
div.greeting-person p {
	line-height: 1.4;
}
div.greeting-person p .name {
	font-family: 'Noto Serif JP', serif;
}

/*--------------------------------------
  # timetable
--------------------------------------*/

div.adjust-table-sp {
	position: relative;
	width: calc(100% + 20px);
	margin-right: -20px;
  margin-bottom: 15px;
	padding-right: 20px;
  overflow-x: auto;
}
div.adjust-table-sp::-webkit-scrollbar {
  width: 4px;
}
div.adjust-table-sp::-webkit-scrollbar:horizontal {
  height: 4px;
}
div.adjust-table-sp::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}
div.adjust-table-sp::-webkit-scrollbar-thumb:horizontal {
  background: #999;
  border-radius: 10px;
}
#timetable table:not(.layout) {
	font-size: 90%;
	white-space: nowrap;
}
#timetable table:not(.layout) .none th,
#timetable table:not(.layout) .none td {
	padding: 0;
	height: 0;
	line-height: 0;
	border: none;
}
#timetable table:not(.layout) th {
	padding: 10px 5px;
	background: #28bae9;
	vertical-align: middle;
	white-space: nowrap;
}
#timetable table:not(.layout) tr:first-child th {
	padding: 5px;
	background: #1491ba;
	text-align: center;
}
#timetable table:not(.layout) td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
#timetable table:not(.layout) td.bg-gray {
	background: #dcdcdc;
}
ul.event-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 10px;
}
ul.event-list li {
	width: calc(50% - 5px);
	border: 5px solid #000;
	line-height: 0;
}
div.adjust-table-sp div.scroll-hint-icon-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	pointer-events: none;
}
div.adjust-table-sp div.scroll-hint-icon-wrap .scroll-hint-icon {
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 60px);
	box-sizing: border-box;
	width: 120px;
	height: auto;
	border-radius: 5px;
	transition: opacity .3s;
	opacity: 0;
	background: rgba(0,0,0,.7);
	text-align: center;
	padding: 20px 10px 10px 10px;
}
div.adjust-table-sp div.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}
div.adjust-table-sp div.scroll-hint-icon-wrap .scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}
div.adjust-table-sp div.scroll-hint-icon-wrap .scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}
div.adjust-table-sp div.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}
div.adjust-table-sp div.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}
div.adjust-table-sp div.scroll-hint-icon-wrap .scroll-hint-text {
	color: #fff;
	font-size: 1.2rem;
}
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
@media all and (min-width:950px) {
	div.adjust-table-sp {
		width: calc(100% + 40px);
		margin-right: -40px;
		padding-right: 1px;
	}
	div.adjust-table-sp table {
		width: 800px;
	}
	table:not(.layout) td {
		font-size: 1.2rem;
	}
}

/* link
--------------------*/
a.detail-link {
  position: relative;
  display: inline-block;
  margin: 5px;
  padding: 10px 30px;
  color: #FFF;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  letter-spacing: 1px;
	border: 1px solid #58b431;
	border-radius: 0 0 10px 0;
	overflow: hidden;
  transition: 0.3s;
}
.junior a.detail-link {	border-color: #ec7e96;}
.senior a.detail-link {	border-color: #5e98cd;}
a.detail-link.more {
	font-family: 'Jost', sans-serif;
	font-size: 1.4rem;
}
a.detail-link:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background: #58b431;
	transition: 0.3s;
	z-index: -1;
}
.junior a.detail-link:before { background: #ec7e96;}
.senior a.detail-link:before { background: #5e98cd;}
a.link-icon {
  position: relative;
  padding-left: 18px;
}
a.link-icon:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 0;
  height: 0;
  border-left: 6px solid #58b431;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.junior a.link-icon:before { border-color: #ec7e96;}
.senior a.link-icon:before { border-color: #5e98cd;}
div#contents .link-pdf {
  min-height: 20px;
  padding-left: 20px;
  background: url(../img/icon/pdf.png) no-repeat 0 0;
  background-size: 20px auto;
}
div#contents .link-pdf.detail-link {
  padding-left: 30px;
  background: none;
}
div#contents .link-pdf.detail-link:after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 0 0 5px;
	background: url(../img/icon/pdf.png) no-repeat center;
	background-size: auto 100%;
	vertical-align: middle;
}
@media all and (min-width:950px) {
body.d a.detail-link:hover {
	color: #58b431;
	background: #FFF;
}
body.d .junior a.detail-link:hover { color: #ec7e96;}
body.d .senior a.detail-link:hover { color: #5e98cd;}
body.d a.detail-link:hover:before {
	width: 0;
}
div#contents .link-pdf {
  min-height: 24px;
  padding-left: 28px;
  background-size: 24px auto;
}
div#contents .link-pdf.detail-link {
	display: inline-block;
}
}



/*--------------------------------------
  # Footer
--------------------------------------*/
footer#footer {
  position: relative;
  clear: both;
	overflow: hidden;
}
footer#footer #footer-wrapper {
	position: relative;
  padding: 30px 20px;
	background: #FFF;
  color: #000;
	text-align: center;
  overflow: hidden;
}
footer#footer div.information a,footer#footer div.information .call-link {
  color: #000;
}
footer#footer div.information p {
  margin-bottom: 0;
}
footer#footer div.information .site-title a {
  display: block;
	width: 90%;
	height: 0;
  margin: 0 auto 10px;
	padding-top: 7%;
	background: url(../../img/site-title_f.svg) no-repeat center;
	background-size: 100% auto;
	overflow: hidden;
}
footer#footer div.information address {
  font-size: 1.4rem;
	letter-spacing: 1px;
}
footer#footer div.contact ul.sns {
	display: flex;
  justify-content: space-evenly;
	margin: 30px 0 0;
}
footer#footer div.contact ul.sns li a {
	display: block;
	padding-top: 30px;
	color: #333;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}
footer#footer div.contact ul.sns li.youtube a {
	background: url(../../img/icon/youtube.svg) no-repeat center 0;
	background-size: auto 30px;
}
footer#footer div.contact ul.sns li.instagram a {
	background: url(../../img/icon/instagram.svg) no-repeat center 0;
	background-size: auto 30px;
}
footer#footer div.contact ul.sns li.line a {
	background: url(../../img/icon/line.svg) no-repeat center 0;
	background-size: auto 30px;
}
footer#footer div.contact ul.btn {
	display: none;
}
footer#footer #footer-inner {
	position: relative;
  padding: 0 20px;
	background: #393939;
  color: #FFF;
}
footer#footer p.copyright {
  margin: 0;
	padding-right: 40px;
  color: rgba(255,255,255,0.6);
  font-size: 1.1rem;
	font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 40px;
}
div#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: 998;
}
div#pagetop.show {
  opacity: 1;
}
div#pagetop a {
  display: block;
  width: 40px;
  height: 0;
  padding-top: 40px;
  background: #393939;
	border-left: 1px solid #FFF;
  overflow: hidden;
  transition: 0.1s;
}
div#pagetop a:before {
  content: '';
  position: absolute;
  right: 12px;
  bottom: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  transform: rotate(45deg);
  transition: 0.1s;
}
@keyframes sdl {
  0% { transform: scale(1, 0); transform-origin: 0 100%;}
  50% { transform: scale(1, 1); transform-origin: 0 100%;}
  50.1% { transform: scale(1, 1); transform-origin: 0 0;}
  100% { transform: scale(1, 0); transform-origin: 0 0;}
}
@media all and (min-width:950px) {
footer#footer div.information .site-title a {
	width: 391px;
	padding-top: 27px;
}
footer#footer div.information .site-title a:hover {
  opacity: 0.7;
}
footer#footer div.contact ul.sns {
	margin-bottom: 20px;
}
footer#footer div.contact ul.btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
footer#footer div.contact ul.btn li a {
	display: block;
	margin: 0 0 0 10px;
	padding: 5px 20px;
	background: #FFF;
	color: #49a223;
	font-size: 1.4rem;
	text-decoration: none;
	border: 1px solid #49a223;
	border-radius: 0 0 10px 0;
	transition: 0.2s;
}
footer#footer div.contact ul.btn li a:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 8px 2px 0;
	vertical-align: middle;
}
footer#footer div.contact ul.btn li.access a:before {
	background: url(../../img/icon/map_green.svg) no-repeat center;
	background-size: auto 100%;
}
footer#footer div.contact ul.btn li.inquiry a:before {
	background: url(../../img/icon/mail_green.svg) no-repeat center;
	background-size: 100% auto;
}
body.dv footer#footer div.contact ul li a:hover {
	opacity: 0.7;
}
body.dv div#pagetop a:hover,
body.dv div#pagetop a:hover:before {
  opacity: 0.8;
}
}