@charset "UTF-8";
.mg-0 {
  margin-top: 0 !important;
}

.mg-1 {
  margin-top: 0.5rem !important;
}

.mg-2 {
  margin-top: 0.75rem !important;
}

.mg-3 {
  margin-top: 1rem !important;
}

.mg-4 {
  margin-top: 1.5rem !important;
}

.mg-5 {
  margin-top: 2.25rem !important;
}

.mg-6 {
  margin-top: 3.375rem !important;
}

.mg-7 {
  margin-top: 5.0625rem !important;
}

.mg-8 {
  margin-top: 7rem !important;
}

.align-r {
  text-align: right !important;
}

.align-c {
  text-align: center !important;
}

.fs-s {
  font-size: 85%;
}

.fs-l {
  font-size: 120%;
}

.radius-1, .radius-1 img {
  border-radius: 3px;
}

.radius-2, .radius-2 img {
  border-radius: 10px;
}

a.link-dark {
  color: #101010;
}

a.link-dark:hover {
  text-decoration: underline;
  color: #09886c;
}

a.link-img:hover img {
  opacity: 0.6;
  transition: opacity 0.1s;
}

*, ::before, ::after {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", "Helvetica Neue", "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #101010;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

body.-fixed {
  width: 100%;
  position: fixed;
}

h1, h2, h3, h4, h5, h6, p, pre, ul, li, img, dl, dt, dd, blockquote, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-size: inherit;
  vertical-align: baseline;
}

img, svg, video, canvas, audio, iframe, embed, object {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

img, svg, video {
  max-width: 100%;
  height: auto;
}

p, li, dt, dd, h1, h2, h3, h4, h5, h6, blockquote {
  letter-spacing: 0.05rem;
  line-height: 1.8;
}

blockquote {
  font-style: italic;
}

ul {
  list-style-type: none;
}

strong {
  font-style: bold;
}

hr {
  border: 0;
  border-top: 1px solid #d1d1c1;
  margin: 1rem 0;
}

button, input, select, textarea {
  font: inherit;
}

a {
  text-decoration: none;
  color: #09886c;
}

a:hover {
  text-decoration: underline;
}

.stack.-s0 > * + * {
  margin-top: 0;
}

.stack.-s1 > * + * {
  margin-top: 0.5rem;
}

.stack.-s2 > * + * {
  margin-top: 0.75rem;
}

.stack.-s3 > * + * {
  margin-top: 1rem;
}

.stack.-s4 > * + * {
  margin-top: 1.5rem;
}

.stack.-s5 > * + * {
  margin-top: 2.25rem;
}

.stack.-s6 > * + * {
  margin-top: 3.375rem;
}

.stack.-s7 > * + * {
  margin-top: 5.0625rem;
}

.stack.-s8 > * + * {
  margin-top: 7rem;
}

@media screen and (max-width: 768px) {
  .stack.-sp\:s0 > * + * {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s1 > * + * {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s2 > * + * {
    margin-top: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s3 > * + * {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s4 > * + * {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s5 > * + * {
    margin-top: 2.25rem;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s6 > * + * {
    margin-top: 3.375rem;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s7 > * + * {
    margin-top: 5.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s8 > * + * {
    margin-top: 7rem;
  }
}
.center {
  box-sizing: content-box !important;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.375rem;
  padding-right: 3.375rem;
}
@media screen and (max-width: 768px) {
  .center {
    max-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.center.full {
  max-width: 1300px;
  padding-left: 3.375rem;
  padding-right: 3.375rem;
}
@media screen and (max-width: 768px) {
  .center.full {
    max-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.frame {
  position: relative;
}

.frame.aspect-3-2 {
  padding-bottom: 66.6666666667%;
}

.frame.aspect-4-3 {
  padding-bottom: 75%;
}

.frame.aspect-16-9 {
  padding-bottom: 56.25%;
}

.frame.aspect-21-9 {
  padding-bottom: 42.8571428571%;
}

.frame > * {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.frame > img, .frame > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.icon {
  width: 1em;
  height: 1em;
}

.icon-l {
  width: 1.25em;
  height: 1.25em;
}

.with-icon .icon {
  margin-right: 0.35em;
  vertical-align: -0.15em;
}
.with-icon .icon-l {
  margin-right: 0.4em;
  vertical-align: -0.25em;
}

.with-icon.rtl .icon {
  margin-right: 0;
  margin-left: 0.5rem;
}
.with-icon.rtl .icon-l {
  margin-right: 0;
  margin-left: 0.5rem;
}

.wrapper {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.site-header {
  position: relative;
  padding: 30px 1.5rem;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header > *:first-child {
  flex-shrink: 0;
}

.site-header > *:last-child {
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .site-header {
    padding: 20px;
    width: 100%;
  }
  .site-header > *:last-child {
    flex-grow: 0;
  }
}
.site-title {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.menu-open, .menu-close {
  display: none;
}

.header-nav {
  padding-top: 2px;
}

@media screen and (max-width: 768px) {
  .header-nav {
    padding-top: 0;
  }
}
.menu-open, .menu-close {
  display: none;
}

.menu-drawer_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .menu-open {
    display: block;
  }
  .menu-close {
    display: block;
    text-align: right;
  }
  .menu-open button, .menu-close button {
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1;
    cursor: pointer;
  }
  .menu-open button:hover, .menu-close button:hover {
    opacity: 0.6;
  }
  .menu-open button {
    padding: 2px;
  }
  .menu-open button {
    background-color: #149D63;
    padding: 8px;
    border-radius: 30px;
  }
  .menu-drawer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 90%;
    margin-left: 10%;
    overflow: hidden;
    pointer-events: none;
  }
  .menu-drawer_inner {
    display: block;
    height: 100vh;
    width: 100%;
    padding: 20px 20px 20px 1.5rem;
    background-color: #fff;
    border-left: 1px solid #ddd;
    pointer-events: auto;
    transform: translateX(100%);
    transition: translate, 0.25s;
  }
  .active .menu-drawer_inner {
    pointer-events: auto;
    transform: translateX(0);
  }
}
.gnav-primary {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1vw 0 1vw;
}
.gnav-primary li {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  letter-spacing: 0;
  font-size: 87.5%;
  min-width: 110px;
  text-align: center;
  border-right: 1px solid #e0e0e0;
  line-height: 1;
}
.gnav-primary li:first-child {
  border-left: 1px solid #e0e0e0;
}
.gnav-primary a {
  display: block;
  padding-top: 36px;
  padding-bottom: 1px;
  color: #232323;
  transition: all 0.2s;
  background-position: top center;
  background-size: 30px;
  background-repeat: no-repeat;
}
.gnav-primary a.-current {
  color: #09886c;
}
.gnav-primary a:hover {
  text-decoration: none;
  color: #09886c;
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
}
.gnav-primary .story a {
  background-image: url("../imgs/nav_story.png");
}
.gnav-primary .about a {
  background-image: url("../imgs/nav_about.png");
}
.gnav-primary .outline a {
  background-image: url("../imgs/nav_outline.png");
}
.gnav-primary .events a {
  background-image: url("../imgs/nav_events.png");
}
.gnav-primary .voice a {
  background-image: url("../imgs/nav_voice.png");
}
.gnav-primary .admission a {
  background-image: url("../imgs/nav_admission.png");
}
.gnav-primary .news a {
  background-image: url("../imgs/nav_news.png");
}
.gnav-primary .session a {
  background-image: url("../imgs/nav_session.png");
}

@media screen and (max-width: 768px) {
  .gnav-primary {
    display: block;
    padding: 0;
    margin-top: 1.5rem;
  }
  .gnav-primary li {
    padding: 0;
    font-size: 100%;
    border-right: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .gnav-primary li:first-child {
    border-left: 0;
    border-top: 1px solid #e0e0e0;
  }
  .gnav-primary a {
    text-align: left;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 40px;
    background-position: 0 50%;
    background-size: 30px;
  }
}
.gnav-secondary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.gnav-secondary li {
  margin-left: 0.75rem;
  padding-left: 0.75rem;
  font-size: 81.25%;
  letter-spacing: 0;
  border-left: 1px solid #cfcfcf;
}
.gnav-secondary li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.gnav-secondary a {
  color: #202020;
  transition: all 0.2s;
}
.gnav-secondary a:hover {
  text-decoration: none;
  color: #808080;
}
.gnav-secondary_story {
  margin-left: 1rem !important;
  padding: 0 !important;
  border-left: 0 !important;
}
.gnav-secondary_story a {
  padding: 0.5em 1em;
  color: #fff;
  background-color: #5DBDED;
  border-radius: 30px;
  white-space: nowrap;
}
.gnav-secondary_story a:hover {
  color: #fff;
  background-color: #9bd6f4;
}

@media screen and (max-width: 768px) {
  .gnav-secondary {
    display: block;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #cfcfcf;
  }
  .gnav-secondary li {
    margin-top: 0.5rem;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .gnav-secondary_story {
    margin-top: 1rem !important;
    margin-left: 0 !important;
  }
}
.site-footer {
  margin-top: auto;
}
.site-footer_inner {
  margin-top: 7rem;
  background: #e4f0d4 url("../imgs/footer_pattern.png") top center/99px repeat;
}
.site-footer_inner.-nogutters {
  margin-top: 0;
}

.footer-body {
  padding-top: 5.0625rem;
}
.footer-body h2 {
  text-align: center;
}
.footer-body p {
  color: #404040;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer-bottom {
  padding-top: 5.0625rem;
  padding-bottom: 2.25rem;
}

@media screen and (max-width: 768px) {
  .footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-nav li {
  padding: 0 1rem;
  font-size: 87.5%;
}
.footer-nav li a {
  color: #505050;
}
.footer-nav li a:hover {
  color: #09886c;
}

.copyright {
  font-size: 81.25%;
  color: #888888;
  text-align: center;
  line-height: 1.5;
}

.main-content {
  min-height: 30rem;
}

.content-body {
  margin-top: 5.0625rem;
}

.h-lg {
  font-size: 200%;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #403a32;
  text-align: center;
}
.h-lg span {
  padding-bottom: 0.4em;
  background: url("../imgs/h_line.png") bottom center/50% repeat-x;
}

.h-md {
  font-size: 150%;
  font-weight: bold;
  color: #333;
}

.h-md::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 24px;
  height: 4px;
  margin-top: 0.75rem;
  vertical-align: top;
  margin-right: 0.9rem;
  background-color: #068d97;
}

@media screen and (max-width: 768px) {
  .h-lg {
    font-size: 180%;
  }
}
.photoset {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.photoset li {
  position: relative;
}
.photoset li img {
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .photoset {
    display: block;
  }
  li img {
    width: 100%;
    height: auto;
  }
}
/* .l-top-hero {
	position: relative;
	&_catch {
		position: absolute;
		z-index: 2;
		margin-top: 180px;
		margin-left: $s6;
	}
	&_news {
		position: absolute;
		z-index: 2;
		bottom: 0;
		right: 0;
		width: 82%;
		margin-bottom: 30px;
	}
	&_news dl {
		background-color: #fff;
		border-radius: 30px 0 0 30px;
		padding: $s2 $s4;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	&_news dt {
		padding: 0 $s3 0 0;
		font-size: $fs-14;
		color: $color-theme1;
	}
	&_news dd {
		padding: 0 0 0 $s3;
		font-size: $fs-14;
		border-left: 1px solid #cfcfcf;
	}
}
@include media_query($breakpoint) {
	.l-top-hero {
		&_catch {
			position: absolute;
			z-index: 2;
			margin-top: 0;
			margin-left: $gutter_sp;
			margin-right: $gutter_sp;
			top: 72vw;
		}
		&_news {
			position: relative;
			width: auto;
			margin-bottom: 0;
		}
		&_news dl {
			border-radius: 0;
			padding: $s3 $gutter_sp;
			display: block;
		}
		&_news dd {
			padding: 0;
			border-left: 0;
		}
	}
} */
.l-top-story {
  margin-top: 0;
  padding-top: 3.375rem;
  padding-bottom: 0;
  background-color: #8BD0D3;
}
.l-top-story > h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .l-top-story {
    margin-top: 0;
    padding-top: 3.375rem;
  }
  .l-top-story > h2 {
    margin-bottom: 2.25rem;
  }
  .l-top-story > h2 img {
    width: 80%;
    height: auto;
  }
}
/* .l-top-extra {
	margin-top: $s8;
	padding: $s7 0;
	background: url("../imgs/top_extra_bg.jpg") 0 20%/cover no-repeat;
	h2 {
		font-size: 125%;
		font-weight: bold;
		text-align: center;
		color: #333;
	}
	&_box {
		flex-shrink: 0;
		background-color: #fff;
		border-radius: $r2;
		width: 40%;
		padding: $s5;
	}
}
@include media_query($breakpoint) {
	.l-top-extra {
		margin-top: $s6;
		padding: $s5 0;
		&_box {
			width: auto;
		}
	}
} */
.l-outline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.l-outline > *:last-child {
  width: 240px;
  margin-top: 20px;
  margin-left: 5.0625rem !important;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .l-outline {
    display: block;
  }
  .l-outline > *:last-child {
    width: auto;
    margin-top: 3.375rem;
    margin-left: 0;
    text-align: center;
  }
  .l-outline > *:last-child img {
    width: 100%;
    height: auto;
  }
}
.l-access {
  background-color: #f8f8f5;
  padding: 5.0625rem 0;
}

.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .l-access {
    padding: 3.375rem 0;
  }
}
.l-admission_row {
  margin-top: 2.25rem;
  padding-top: 2.25rem;
  border-top: 1px solid #d0d0d0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.l-admission_row > *:first-child {
  flex-shrink: 0;
  width: 10rem;
}
.l-admission_row > *:last-child {
  flex-grow: 1;
}
.l-admission_row > h2 {
  color: #403a32;
}
.l-admission_photo {
  margin-top: 5.0625rem;
}
.l-admission_photo ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.l-admission_photo ul li:nth-child(1) {
  margin-top: 30px;
  margin-left: -20px;
}
.l-admission_photo ul li:nth-child(2) {
  margin-right: -30px;
}
.l-admission_photo img {
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .l-admission_row {
    display: block;
  }
  .l-admission_row > *:first-child {
    width: auto;
  }
  .l-admission_row > *:last-child {
    margin-top: 1rem;
  }
}
.l-admission-photo {
  margin-top: 5.0625rem;
  padding-bottom: 90px;
}
.l-admission-photo li:nth-child(1) {
  z-index: 3;
  top: 40px;
  left: 20px;
}
.l-admission-photo li:nth-child(2) {
  z-index: 1;
  top: 160px;
  left: -40px;
}
.l-admission-photo li:nth-child(3) {
  z-index: 2;
  top: 0;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .l-admission-photo {
    padding-bottom: 0;
  }
  .l-admission-photo li:nth-child(1), .l-admission-photo li:nth-child(2), .l-admission-photo li:nth-child(3) {
    top: inherit;
    left: inherit;
    right: inherit;
    margin-top: 2.25rem;
  }
}
.dl-list {
  width: 100%;
}
.dl-list > * {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  background-color: #f8f7e8;
  padding: 0.75rem 1.5rem 0.75rem 1.5rem;
  margin-bottom: 1px;
}
.dl-list dt {
  flex-shrink: 0;
  padding-right: 1.5rem;
}
.dl-list.-w15 dt {
  width: 15%;
}

.dl-list.-w20 dt {
  width: 20%;
}

.dl-list.-w25 dt {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .dl-list.-w15 dt, .dl-list.-w20 dt, .dl-list.-w25 dt {
    width: 40%;
  }
}
.ul-note {
  margin-top: 1rem;
}
.ul-note li {
  font-size: 87.5%;
  color: #524c46;
}

.l-features {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-features h3 {
  display: inline-block;
  font-size: 112.5%;
  text-align: center;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.l-features_box {
  width: 48.5%;
  padding: 2.25rem;
  border-radius: 10px;
}
.l-features_box:nth-child(1) {
  background-color: #e1f3f8;
}
.l-features_box:nth-child(1) .btn-s {
  background-color: #fff;
}
.l-features_box:nth-child(1) .btn-s:hover {
  background-color: #b6e2ee;
}
.l-features_box:nth-child(2) {
  background-color: #fcdfdf;
}
.l-features_box:nth-child(2) .btn-s {
  background-color: #fff;
}
.l-features_box:nth-child(2) .btn-s:hover {
  background-color: #fbc1c1;
}
.l-features_box:nth-child(3) {
  background-color: #daf3dc;
  margin-top: 30px;
}
.l-features_box:nth-child(4) {
  background-color: #f8f6df;
  margin-top: 30px;
}
.l-features_photo {
  text-align: center;
}
.l-features_photo img {
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .l-features {
    display: block;
  }
  .l-features_box {
    width: auto;
    padding: 2.25rem;
  }
  .l-features_box:not(:first-child) {
    margin-top: 1.5rem;
  }
}
.l-philosophy {
  padding-top: 5.0625rem;
  padding-bottom: 5.0625rem;
  background-color: #f8f7e8;
}
.l-philosophy_text {
  width: 740px;
  margin: 0 auto;
}
.l-philosophy_photos {
  padding-bottom: 180px;
}
.l-philosophy_photos li:nth-child(1) {
  z-index: 1;
  top: 60px;
  left: 50px;
}
.l-philosophy_photos li:nth-child(2) {
  z-index: 3;
  top: 200px;
  left: -50px;
}
.l-philosophy_photos li:nth-child(3) {
  z-index: 2;
  top: 10px;
  right: 40px;
}

@media screen and (max-width: 768px) {
  .l-philosophy_text {
    width: auto;
  }
  .l-philosophy_photos {
    padding-bottom: 0;
  }
  .l-philosophy_photos li:nth-child(1), .l-philosophy_photos li:nth-child(2), .l-philosophy_photos li:nth-child(3) {
    top: inherit;
    left: inherit;
    right: inherit;
    margin-top: 2.25rem;
  }
}
.l-education {
  padding-top: 5.0625rem;
  padding-bottom: 5.0625rem;
  background-color: #f8f7e8;
}
.l-education_desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-education_desc > *:last-child {
  flex-shrink: 0;
  margin-left: 2.25rem;
  margin-right: 1rem;
}

.lesson-tag {
  display: inline-block;
  font-size: 93.75%;
  font-weight: normal;
  background-color: #25a0d1;
  color: #fff;
  padding: 0.5em 0.75em 0.45em 0.75em;
  border-radius: 3px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .l-education_desc {
    display: block;
  }
  .l-education_desc > *:last-child {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.5rem;
    text-align: center;
  }
}
.education-container {
  background-color: #fff;
  padding: 0;
}
.education-container_inner {
  padding: 1.5rem;
}

.education-container.-seikanai h3 {
  background-color: #149D63;
  color: #fff;
  padding: 0.75rem;
  font-size: 112.5%;
}

.education-container.-kagai {
  padding: 1.5rem;
}

.frame-seikanai ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: -1rem;
  margin-left: -1rem;
}
.frame-seikanai li {
  width: calc(25% - 1rem);
  aspect-ratio: 4/3;
  background: url("../imgs/frame_seikanai.png") 0 0/cover no-repeat;
  padding: 25px 10px 10px 25px;
  margin-top: 1rem;
  margin-left: 1rem;
  border: 1px solid #999;
  box-shadow: 3px 3px 5px #ccc;
}
@media screen and (max-width: 768px) {
  .frame-seikanai li {
    width: calc(50% - 1rem);
    padding: 4vw 2vw 2vw 4vw;
  }
}

.frame-kagai {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -1.5rem;
}
.frame-kagai li {
  width: 460px;
  aspect-ratio: 460/345;
  background: url("../imgs/frame_kagai.jpg") 0 0/cover no-repeat;
  padding: 40px 50px;
  margin-top: 1.5rem;
  border: 1px solid #999;
  box-shadow: 3px 3px 5px #ccc;
}
.frame-kagai_h {
  font-size: 112.5%;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.l-voice_box {
  background-color: #f8f7e8;
  padding: 2.25rem;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.l-voice_speaker {
  flex-shrink: 0;
  width: 100px;
  margin-right: 2.25rem;
}
.l-voice_speaker p {
  text-align: center;
  margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
  .l-voice_box {
    display: block;
    padding: 2.25rem 1.5rem;
  }
  .l-voice_speaker {
    width: auto;
    margin-right: 0;
    text-align: center;
  }
  .l-voice_box > *:last-child {
    margin-top: 1.5rem;
  }
}
.events-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.events-row h2 {
  margin-right: 3.375rem;
  width: 180px;
  flex-shrink: 0;
}
.events-row_list {
  margin-bottom: 2.25rem;
  margin-left: -2%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.events-row_list li {
  width: 31.3%;
  margin-left: 2%;
  flex-shrink: 0;
  border-bottom: 1px solid #d0d0d0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.events-row_list li:nth-child(1), .events-row_list li:nth-child(2), .events-row_list li:nth-child(3) {
  border-top: 1px solid #d0d0d0;
}

@media screen and (max-width: 768px) {
  .events-row {
    display: block;
  }
  .events-row h2 {
    width: auto;
    margin-right: 0;
    text-align: center;
  }
  .events-row_list {
    margin-top: 1.5rem;
    margin-left: -3%;
  }
  .events-row_list li {
    width: 47%;
    margin-left: 3%;
  }
  .events-row_list li:nth-child(3) {
    border-top: 0;
  }
}
.list-news dl {
  border-bottom: 1px solid #d0d0d0;
}
.list-news dl > div {
  border-top: 1px solid #d0d0d0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1.5rem 0;
}
.list-news dt {
  color: #808080;
  padding: 0 1.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .list-news dl > div {
    display: block;
  }
  .list-news dd {
    margin-top: 0.5rem;
  }
}
.news-header {
  border-bottom: 2px solid #149D63;
  padding-bottom: 1.5rem;
}
.news-header_date {
  color: #808080;
}
.news-header h1 {
  font-size: 150%;
  font-weight: normal;
  padding-top: 0.5rem;
}

.news-body {
  margin-top: 1.5rem;
}

.news-back {
  margin-top: 5.0625rem;
}
.news-back p {
  text-align: center;
}

p.page-nav {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1;
  letter-spacing: 0;
}
p.page-nav span {
  display: block;
  text-align: center;
  margin: 0 4px;
  padding: 8px 12px;
  background-color: #149D63;
  color: #fff;
  border-radius: 30px;
}
p.page-nav span.dots {
  color: #666666;
  background: none;
}
p.page-nav a {
  display: block;
  text-align: center;
  margin: 0 4px;
  padding: 8px 12px;
  background-color: #fff;
  text-decoration: none;
  color: #101010;
  border: 1px solid #999999;
  border-radius: 30px;
}
p.page-nav a:hover {
  background-color: #149D63;
  border-color: #149D63;
  color: #fff;
  text-decoration: none;
}
p.page-nav a.next, p.page-nav a.prev {
  background: none;
  border: 0;
  color: #333333;
  padding-top: 8px;
}
p.page-nav a.next:hover, p.page-nav a.prev:hover {
  color: #09886c;
  text-decoration: underline;
}

.metaslider .flex-control-nav {
  line-height: 9px !important;
  bottom: -30px !important;
}
.metaslider .flex-control-paging li a {
  width: 9px;
  height: 9px;
  background: rgba(22, 127, 169, 0.4);
}
.metaslider .flex-control-paging li a:hover {
  background: rgba(22, 127, 169, 0.7);
}
.metaslider .flex-control-paging li a.flex-active {
  background: rgba(22, 127, 169, 0.9);
}

.page-title {
  position: relative;
  height: 360px;
}

.page-title h1 {
  position: absolute;
  display: inline-block;
  padding: 40px 3.375rem 0 3.375rem;
  min-width: 360px;
  background-color: #fff;
  border-radius: 0 20px 0 0;
  bottom: 0;
}

.page-title h1 img {
  width: auto;
}

.page-title.outline {
  background: url("../imgs/pagetitle_bg_outline.jpg") 0 50%/cover no-repeat;
}

.page-title.news {
  background: url("../imgs/pagetitle_bg_news.jpg") 0 50%/cover no-repeat;
}

.page-title.admission {
  background: url("../imgs/pagetitle_bg_admission.jpg") 0 50%/cover no-repeat;
}

.page-title.events {
  background: url("../imgs/pagetitle_bg_events.jpg") 0 50%/cover no-repeat;
}

.page-title.voice {
  background: url("../imgs/pagetitle_bg_voice.jpg") 0 50%/cover no-repeat;
}

.page-title.about {
  background: url("../imgs/pagetitle_bg_about.jpg") 0 50%/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .page-title {
    background-position: 50% 50% !important;
    height: 280px;
  }
  .page-title h1 {
    min-width: inherit;
    max-width: 80vw;
    padding: 30px 1.5rem 0 20px;
  }
}
.page-title-s {
  max-width: 1000px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.page-title-s_inner {
  background-color: #e3d5c9;
  border-radius: 60px;
  margin-left: -20px;
  margin-right: -20px;
}

.page-title-s h1 {
  text-align: center;
  padding: 2.25rem;
  font-size: 150%;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .page-title-s_inner {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.swiper-hero {
  margin-left: 10vw;
}
.swiper-hero ul {
  width: 100%;
}
.swiper-hero li {
  background-color: #fff;
  height: 600px;
  border-radius: 10px 0 0 10px;
}
.swiper-hero li img {
  border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 768px) {
  .swiper-hero {
    margin-left: 0;
  }
  .swiper-hero li {
    height: 100vw;
    border-radius: 0;
  }
  .swiper-hero li img {
    border-radius: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.swiper-story {
  height: calc(100vh - 200px);
  min-height: 600px;
}

.swiper-story .swiper-slide {
  height: 100%;
  width: 100%;
}
.swiper-story .swiper-slide.chapter01 {
  background: url("../imgs/story/chapter01_bg.jpg") top center/cover no-repeat;
}
.swiper-story .swiper-slide.chapter02 {
  background: url("../imgs/story/chapter02_bg.jpg") top center/cover no-repeat;
}
.swiper-story .swiper-slide.chapter03 {
  background: url("../imgs/story/chapter03_bg.jpg") top center/cover no-repeat;
}
.swiper-story .swiper-slide.chapter04 {
  background: url("../imgs/story/chapter04_bg.jpg") top center/cover no-repeat;
}
.swiper-story .swiper-slide.chapter05 {
  background: url("../imgs/story/chapter05_bg.jpg") top center/cover no-repeat;
}

.swiper-story .swiper-pagination {
  margin-bottom: 10px;
}

.swiper-story .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}

.swiper-story .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.7;
}

.swiper-story .swiper-pagination-bullet-active {
  background-color: #167fa9;
  opacity: 0.9;
}

.story-title {
  margin-top: 50px;
}

.swiper-slide[class*=-active] .story-title {
  -webkit-animation-name: slidein-ltr;
          animation-name: slidein-ltr;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.story-message {
  position: absolute;
  bottom: 50px;
  left: 50px;
  line-height: 1;
}
.story-message span {
  display: inline-block;
  color: #101010;
  line-height: 1;
  padding: 5px;
  background-color: #fff;
  margin-top: 9px;
}

.chapter01 .story-message {
  bottom: 50px;
  left: inherit;
  right: 50px;
}

.swiper-slide[class*=-active] .story-message span {
  -webkit-animation-name: slidein-ltr;
          animation-name: slidein-ltr;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.swiper-slide[class*=-active] .story-message .text01 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.swiper-slide[class*=-active] .story-message .text02 {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}

.swiper-slide[class*=-active] .story-message .text03 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.swiper-slide[class*=-active] .story-message .text04 {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}

.swiper-slide[class*=-active] .story-message .text05 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.swiper-slide[class*=-active] .story-message .text06 {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}

.swiper-slide[class*=-active] .story-message .text07 {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.story-panel {
  width: 30vw;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #ffffff;
  opacity: 1;
}
.story-panel_inner {
  padding: 40px 50px 50px 50px;
}
.story-panel p {
  font-size: 87.5%;
}
.story-panel_more {
  font-size: 1rem;
  padding-top: 0.5rem;
}

.swiper-slide[class*=-active] .story-panel {
  -webkit-animation-name: slidein-rtl;
          animation-name: slidein-rtl;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes slidein-rtl {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slidein-rtl {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes slidein-ltr {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slidein-ltr {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .swiper-story {
    height: auto;
    min-height: inherit;
    overflow: inherit;
  }
  .swiper-story .swiper-wrapper {
    display: block;
    width: auto;
    height: auto;
    transform: none;
  }
  .swiper-story .swiper-slide {
    position: relative;
    width: auto;
    height: auto;
    min-height: 100vw;
    padding-top: 100vw;
  }
  .swiper-story .swiper-slide.chapter01, .swiper-story .swiper-slide.chapter02, .swiper-story .swiper-slide.chapter03, .swiper-story .swiper-slide.chapter04, .swiper-story .swiper-slide.chapter05 {
    background-size: auto 100vw;
  }
  .story-title {
    position: absolute;
    margin-top: 0;
    top: 1.5rem;
  }
  .story-title img {
    height: 48px;
    width: auto;
  }
  .story-message, .chapter01 .story-message {
    position: relative;
    bottom: inherit;
    left: inherit;
    right: inherit;
    margin: 20px;
    line-height: 1.8;
  }
  .story-message span, .chapter01 .story-message span {
    display: inline;
    padding: 2px;
    font-size: 87.5%;
  }
  .swiper-story .swiper-pagination {
    display: none;
  }
  .story-panel {
    position: relative;
    width: auto;
    position: relative;
    margin-top: 0;
  }
  .story-panel_inner {
    padding: 40px 30px 40px 30px;
  }
}
.btn {
  display: inline-block;
  line-height: 1;
  padding: 0.75rem 2.5rem;
  background-color: #149D63;
  color: #fff !important;
  border: 0;
  border-radius: 30px;
  transition: all 0.2s;
  cursor: pointer;
}

.btn:hover {
  text-decoration: none;
  background-color: #3bb582;
}

.btn-s {
  display: block;
  padding: 0.9rem 1.5rem;
  color: #101010 !important;
  background: #e8f1f0 url("../imgs/icon_arrow.svg") center right 18px/1.2em no-repeat;
  transition: all 0.2s;
  border-radius: 3px;
  cursor: pointer;
}

.btn-s:hover {
  text-decoration: none;
  background: #c6e9e7 url("../imgs/icon_arrow.svg") center right 10px/1.2em no-repeat;
}

.btn-back {
  display: inline-block;
  padding: 0.9rem 5rem;
  color: #101010 !important;
  background: #e8f1f0 url("../imgs/icon_arrow_back.svg") center left 18px/1.2em no-repeat;
  transition: all 0.2s;
  border-radius: 3px;
  cursor: pointer;
}

.btn-back:hover {
  text-decoration: none;
  background: #c6e9e7 url("../imgs/icon_arrow_back.svg") center left 10px/1.2em no-repeat;
}

.is-style-tb-line {
  width: 100%;
}

.is-style-tb-line table {
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #bbb;
}

.is-style-tb-line table th, .is-style-tb-line table tr td:first-child {
  border-top: 1px solid #bbb;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 1.5rem 0.75rem;
  width: 22%;
  background-color: #DFFAF0;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
}

.is-style-tb-line table td {
  border-top: 1px solid #bbb;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 1.5rem 0.75rem 1.5rem 1.5rem;
}

.is-style-tb-line table caption {
  color: #101010;
  letter-spacing: 0.1em;
  text-align: left;
  padding-bottom: 0.75rem;
  font-weight: normal;
  font-size: 112.5%;
}

.is-style-tb-square {
  width: 100%;
}

.is-style-tb-square table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}

.is-style-tb-square table th {
  padding: 1.5rem 0.75rem;
  width: 25%;
  background-color: #149D63;
  color: #fff;
  vertical-align: middle;
  font-weight: normal;
}

.is-style-tb-square table td {
  background-color: #fff;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  color: #333;
}

.is-style-tb-square table tr:first-child th {
  border-radius: 10px 0 0 0;
}

.is-style-tb-square table tr:first-child td {
  border-radius: 0 10px 0 0;
}

.is-style-tb-square table tr:last-child th {
  border-radius: 0 0 0 10px;
}

.is-style-tb-square table tr:last-child td {
  border-radius: 0 0 10px 0;
}

body {
  padding: 0 !important;
}

.content-body :where(figure) {
  margin: auto;
}

.form-titleline {
  background-color: #f8f7e8;
  padding: 1.5rem 0;
  margin-bottom: 2.25rem;
}
.form-titleline p {
  font-size: 100%;
  text-align: center;
}
.form-titleline h1 {
  margin-top: 0.5rem;
  font-size: 150%;
  text-align: center;
}

.form-footer {
  background-color: #f8f7e8;
  padding: 2.25rem 0;
  margin-top: 3.375rem;
}
.form-footer p {
  font-size: 81.25%;
  text-align: center;
  color: #666;
}