<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&amp;family=Playfair+Display:wght@800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&amp;family=Playfair+Display:ital,wght@0,800;1,800&amp;display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

[lang=en] {
  font-family: "Lato", sans-serif;
}

/*button base*/
.btn-block {
  position: relative;
  display: block;
  padding: 30px;
  border: 2px solid;
  border-radius: 4px;
  background: #ffffff;
  color: inherit;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
}
.btn-block::after {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}
.btn-block._email {
  padding: 30px 40px 30px 20px;
}
.btn-block._email::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 33px;
  margin-right: 10px;
  background: url(../img/ico_mail.svg) left top/contain no-repeat;
  vertical-align: middle;
}

@media (max-width: 374px) {
  .btn-block {
    font-size: 5.3333333333vw;
  }
  .btn-block._email {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .btn-block._email::before {
    width: 11.2vw;
    height: 11.2vw;
  }
}
@media (min-width: 768px) {
  .btn-block {
    margin: auto;
  }
}
/*button layout*/
.btn-center {
  max-width: 400px;
  margin: 40px auto;
}
@media (min-width: 768px) {
  .btn-center {
    margin: 50px auto;
  }
}

/*contact button*/
.contact {
  margin-top: 15px;
  padding: 30px 20px;
  background: #d7e5ae;
}

.contact-item ._contactForm {
  max-width: 400px;
  margin: 0 auto;
}

@media (max-width: 499px) {
  .contact {
    padding: 30px 5.3333333333vw;
  }
}
@media (min-width: 950px) {
  .contact {
    display: flex;
  }
  .contact-item {
    width: 50%;
    padding-top: 80px;
    padding-bottom: 80px;
    margin: auto;
  }
}
/*external link button*/
.btn-external_link {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 150px;
  padding: 1rem 2rem;
  margin-top: 2rem;
  font-weight: bold;
  border: 2px solid #38b189;
  color: #38b189;
  border-radius: 100vh;
  transition: 0.5s;
}

.btn-external_link:hover {
  color: #ffffff;
  background: #38b189;
}

.page-title {
  font-size: 2.7em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.title-level2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.title-level2::before, .title-level2::after {
  content: "";
  display: block;
  flex-grow: 1;
  border-top: 1px solid #38b189;
}
.title-level2 .title {
  margin: 0 15px;
  font-size: 1.75em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.title-level2 .title [lang=en] {
  display: block;
  font-size: 0.4285714286em;
}

@media (min-width: 768px) {
  .ttl-level2 .ttl {
    font-size: 2.25em;
  }
  .ttl-level2 .ttl [lang=en] {
    font-size: 0.4444444444em;
  }
}
.title-level3 {
  color: #38b189;
  font-size: 2.4em;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid;
  border-color: #38b189;
}

.title-marker {
  display: inline-block;
  font-size: 1.8em;
  background: linear-gradient(transparent 60%, #d7e5ae 0%);
  margin-bottom: 20px;
}

.title-border {
  display: inline-block;
  font-size: 1.8em;
  border: solid 5px #d7e5ae;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #38b189;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin: 0 auto;
  padding: 0 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.header-logo {
  font-size: 2.5em;
}
.header-logo a {
  color: #ffffff;
  text-decoration: none;
}

.header-contact-btn {
  background-color: #707070;
  color: #ffffff;
}

.header-btn {
  border: none;
  background-color: transparent;
  width: 60px;
  height: 60px;
}

@media (min-width: 950px) {
  header {
    height: 100px;
  }
  .header-logo {
    width: 250px;
  }
  .header-btn {
    display: none;
  }
}
/* Gnav
--------------------*/
@media (max-width: 949px) {
  .header-gnav {
    position: fixed;
    top: 60px;
    right: -120%;
    height: calc(100vh - 60px);
    width: 100%;
    z-index: 999;
    background: #ffffff;
    transition: all 0.5s;
  }
  .header-gnav.is-active {
    right: 0;
  }
  .header-gnavList {
    border-top: 1px solid #CCCCCC;
  }
  .header-gnavList li {
    border-bottom: 1px solid #CCCCCC;
  }
  .header-gnavList a {
    position: relative;
    display: block;
    padding: 15px 20px;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    /*
    &amp;::after {
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto;
      content: "";
      display: block;
      width: 0.5em;
      height: 0.5em;
      border-top: 2px solid v.$green;
      border-right: 2px solid v.$green;
      transform: rotate(45deg);
    }
    */
  }
  .header-gnavList [lang=en] {
    margin-left: 1em;
    font-size: 0.75em;
  }
}
@media (min-width: 950px) {
  .header-gnavList {
    display: flex;
    align-items: center;
  }
  .header-gnavList li {
    margin: 0 0.5em;
    white-space: nowrap;
  }
  .header-gnavList li:hover {
    background-color: #d7e5ae;
    opacity: 0.5;
  }
  .header-gnavList a {
    color: #ffffff;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
  }
  .header-gnavList [lang=en] {
    display: block;
    font-size: 0.75em;
  }
}
@media (min-width: 950px) {
  .header-gnavList li {
    margin: 0 1em;
  }
}
/* メニューOPEN時
--------------------*/
.is-active .header-btn span {
  background: transparent;
}
.is-active .header-btn span::before {
  top: 0;
  transform: rotate(45deg);
}
.is-active .header-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
.is-active .header-gnav {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

footer {
  position: relative;
  background: #505050;
  color: #ffffff;
  margin-top: 70px;
}

/*内枠*/
.footer-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/*運営情報*/
.footer-prof {
  padding-top: 30px;
  padding-bottom: 40px;
  /*
  .sns {
    margin-top: 30px;
    display: flex;
    li {
      margin-right: 15px;
    }
  }
  */
}
.footer-prof .name {
  font-size: 2em;
}
.footer-prof .name a {
  color: #ffffff;
  text-decoration: none;
}
.footer-prof .address {
  margin-top: 30px;
}

.footer-link_01 {
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #707070;
}
.footer-link_01 li {
  border-bottom: 1px solid #707070;
}
.footer-link_01 a {
  position: relative;
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #ffffff;
}
.footer-link_01 a:hover {
  background: #707070;
  color: #38b189;
}
.footer-link_01 a::after {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

.footer-link_02 {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
}
.footer-link_02 li {
  width: 50%;
  margin: 10px 0;
}
.footer-link_02 a {
  font-size: 0.875em;
  text-decoration: none;
  color: #ffffff;
}
.footer-link_02 a:hover {
  color: #38b189;
  text-decoration: underline;
}

/*コピーライト*/
.footer-copyright {
  padding: 10px 20px;
  background: #000;
  text-align: center;
  font-size: 0.75em;
}

/*ページトップ*/
.footer-pagetop {
  position: absolute;
  right: 0;
  top: -61px;
}
.footer-pagetop a {
  display: block;
  width: 60px;
  height: 0;
  padding-top: 60px;
  overflow: hidden;
  background: #505050;
}
.footer-pagetop a:hover {
  background: #707070;
  color: #ffffff;
}
.footer-pagetop a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: translate(-50%, -25%) rotate(-45deg);
}

@media (min-width: 950px) {
  .footer {
    width: 100vw;
  }
  .footer-inner {
    display: flex;
  }
  .footer-prof {
    width: 50%;
  }
  .footer-link_01 {
    width: 25%;
    margin: 40px 0;
    border-top: 0;
  }
  .footer-link_01 li {
    margin: 10px 0;
    border-bottom: 0;
  }
  .footer-link_01 a {
    display: inline;
    padding: 0;
  }
  .footer-link_01 a:hover {
    background: none;
    text-decoration: underline;
  }
  .footer-link_01 a::after {
    display: none;
  }
  .footer-link_02 {
    width: 25%;
    margin: 40px 0;
    display: block;
  }
  .footer-link_02 li {
    width: auto;
  }
  .footer-link_02 a {
    font-size: 1em;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: auto;
  color: #333333;
}

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

body {
  padding-top: 60px;
  line-height: 1.75;
}
@media (min-width: 768px) {
  body {
    padding-top: 100px;
  }
}

.about-main, .news-main, .course-main, .howToEnter-main, .access-main, .recruit-main {
  margin: auto;
}

a, button {
  transition: 0.3s;
}

a {
  color: #38b189;
}
a:hover {
  color: #38b189;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

li {
  list-style-type: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

iframe {
  width: 100%;
}

.contents {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .contents {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.container {
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  margin: 80px 0;
}

@media (min-width: 768px) {
  main {
    width: 1040px;
    margin: auto;
  }
}
.logo {
  line-height: 1;
  color: #ffffff;
  font-family: "Playfair Display", serif;
}
.logo .font-italic {
  font-style: italic;
}

.mv {
  position: relative;
}

.mv {
  display: block;
}

.mv-img {
  height: 100%;
  width: 100%;
  text-align: center;
}

.mv-inner {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #505050;
  text-align: center;
}
.mv-inner .logo {
  font-size: 1.3em;
  color: #505050;
}

.mv-catch {
  display: block;
  font-size: 6.4vw;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 950px) {
  .mv-catch {
    font-size: 3em;
  }
}
.sellingPoint {
  margin-top: 30px;
  text-align: center;
  border: 10px solid #d7e5ae;
}

.sellingPoint-list ul {
  display: inline-block;
  text-align: left;
}

/* News
----------------------------*/
.news dl {
  display: inline;
  width: 100%;
}
@media (min-width: 500px) {
  .news dl {
    width: 500px;
  }
}
.news dt {
  margin-bottom: 5px;
}
.news dd {
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.news dd:not(:last-child) {
  border-bottom: 1px solid #CCCCCC;
}
.news .label {
  text-transform: uppercase;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  width: 100px;
  margin: 0 20px;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
}
.news .label.news-label {
  background-color: #F9A603;
}
.news .label.campaign-label {
  background-color: #F70025;
}
.news p {
  text-align: right;
}

/* Blog
----------------------------*/
.blog a {
  text-decoration: none;
}
.blog article {
  display: flex;
  margin-bottom: 25px;
}
.blog article .blogDetail {
  padding-left: 10px;
  color: #333333;
}
.blog article .blogDate {
  text-decoration: underline;
}

/* Course
----------------------------*/
.course-item {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #38b189;
  border-radius: 4px;
}
.course-item a {
  text-decoration: none;
  color: #333333;
}

.course-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-height: 77px;
  background: #d7e5ae;
  font-size: 1.25em;
  text-align: center;
  line-height: 1.5;
}

.course-data {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  font-size: 0.875em;
  justify-content: center;
  /*
  dt {
      flex-shrink: 0;
      width: 5em;
      &amp;::after {
      content: "：";
      }
  }
  dd {
      width: calc(100% - 5em);
  }
  */
}

@media (min-width: 500px) {
  .course {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .course-item {
    width: 49%;
  }
}
@media (min-width: 950px) {
  .plan-item {
    width: 23.5%;
  }
}
/* access map 
----------------------------*/
.access-map {
  margin-top: 30px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

/* contact 
----------------------------*/
.contact-item + .contact-item {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #CCCCCC;
}

.contact-item .tel {
  text-align: center;
}
.contact-item .tel-no {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
.contact-item .tel-no::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  background: url(images/tel-icon.svg) left top/contain no-repeat;
}
.contact-item .tel-no a {
  color: #38b189;
  font-size: 2.25em;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.contact-item .tel-txt {
  font-size: 0.75em;
}

@media (max-width: 499px) {
  .contact-item .tel-no::before {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
    margin-right: 2.6666666667vw;
  }
  .contact-item .tel-no a {
    font-size: 7.4666666667vw;
  }
}
@media (min-width: 950px) {
  .contact-item + .contact-item {
    margin-top: 0;
    padding-top: 80px;
    padding-left: 20px;
    border-top: 0;
    border-left: 1px solid #CCCCCC;
  }
  .contact-item .tel-no a {
    font-size: 3em;
  }
  .contact-item .tel-txt {
    font-size: 1em;
  }
}
.about main {
  width: 90%;
  margin: auto;
}

.principal-introduction .principal-name {
  font-size: 1.5em;
}

.news-body {
  margin: 20px;
  padding: 0;
}

.news-main {
  padding-top: 20px;
}
.news-main dt {
  padding-top: 100px;
  margin-top: -70px;
}
.news-main dd {
  padding-bottom: 30px;
}
.news-main h3 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.news-main .quote {
  background-color: #d7e5ae;
  padding: 0.3em 0.2em;
}
.news-main .underline {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #d7e5ae;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.news-main .fontColor-red {
  color: red;
}

.course main {
  width: 90%;
  margin: auto;
}

.course-list ul {
  display: flex;
  justify-content: space-around;
}

.course-button {
  padding: 10px 15px;
  font-size: 1.5em;
}
.course-button a {
  color: #333333;
  text-decoration: none;
}
.course-button.es {
  background-color: #FEED83;
}
.course-button.jhs {
  background-color: #FF5A60;
}
.course-button.hs {
  background-color: #5FCDF0;
}

/*
.course-wrapper {
    &amp;:not(.is-active) {
        display: none;
    }
}
*/
.course-plan-wrapper, .timeSchedule, .fee {
  margin-bottom: 50px;
}

.course-plan {
  margin-bottom: 30px;
}
.course-plan .list-square ul {
  display: flex;
  justify-content: right;
  margin: 0 0 0 1em;
}
.course-plan .list-square .list-disc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.list-square li {
  list-style-type: square;
  list-style-position: inside;
}

.list-disc li {
  list-style-type: disc;
  list-style-position: inside;
}

.list-circle li {
  list-style-type: circle;
  list-style-position: inside;
}

.howToEnter-main .howToEnter-text-1, .howToEnter-main .howToEnter-text-2 {
  margin-bottom: 3em;
}
.howToEnter-main .deco-line {
  background: linear-gradient(transparent 60%, yellow 0%);
}

.access-main .access-text-1 {
  margin-bottom: 1rem;
}
.access-main .googleMap {
  margin-bottom: 2em;
}

.form {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
}
.form iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.recruitDetail {
  margin-top: 30px;
  border: 10px solid #d7e5ae;
}/*# sourceMappingURL=style.css.map */</pre></body></html>