<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address,
pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

h1, h2, h3, h4, h5, h6,
p, em, span, div,
th, td, a, li, dt, dd {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

h1, h2, h3, h4, h5, h6, p, em, span, div, th, td, a {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

html, body {
  width: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #231815;
  font-family: YakuHanJP_Noto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  word-wrap: break-word;
  letter-spacing: 0em;
}

a {
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

a:hover {
  color: #5b8242;
}

a:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feComponentTransfer color-interpolation-filters="sRGB"&gt;&lt;feFuncR type="linear" slope="1.3" /&gt;&lt;feFuncG type="linear" slope="1.3" /&gt;&lt;feFuncB type="linear" slope="1.3" /&gt;&lt;/feComponentTransfer&gt;&lt;feComponentTransfer color-interpolation-filters="sRGB"&gt;&lt;feFuncR type="linear" slope="1.1" intercept="-0.050000000000000044" /&gt;&lt;feFuncG type="linear" slope="1.1" intercept="-0.050000000000000044" /&gt;&lt;feFuncB type="linear" slope="1.1" intercept="-0.050000000000000044" /&gt;&lt;/feComponentTransfer&gt;&lt;feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1.0787000000000002 -0.07150000000000001 -0.007200000000000012 0 0 -0.021300000000000013 1.0394999999999999 -0.007200000000000012 0 0 -0.021300000000000013 -0.07150000000000001 1.0928000000000002 0 0 0 0 0 1 0" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
  -webkit-filter: brightness(130%) contrast(110%) saturate(110%);
          filter: brightness(130%) contrast(110%) saturate(110%);
}

img, svg {
  max-width: 100%;
  height: auto;
  -webkit-transition: filter 0.8s cubic-bezier(0.17, 0.935, 0.305, 1), transform 30s cubic-bezier(0.17, 0.935, 0.305, 1);
  -webkit-transition: -webkit-filter 0.8s cubic-bezier(0.17, 0.935, 0.305, 1), -webkit-transform 30s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: -webkit-filter 0.8s cubic-bezier(0.17, 0.935, 0.305, 1), -webkit-transform 30s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: filter 0.8s cubic-bezier(0.17, 0.935, 0.305, 1), transform 30s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: filter 0.8s cubic-bezier(0.17, 0.935, 0.305, 1), transform 30s cubic-bezier(0.17, 0.935, 0.305, 1), -webkit-filter 0.8s cubic-bezier(0.17, 0.935, 0.305, 1), -webkit-transform 30s cubic-bezier(0.17, 0.935, 0.305, 1);
}

/*
svg {
  fill: currentColor;
}
*/
main {
  -webkit-transition: transform 0.5s cubic-bezier(0.17, 0.935, 0.305, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: transform 0.5s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: transform 0.5s cubic-bezier(0.17, 0.935, 0.305, 1), -webkit-transform 0.5s cubic-bezier(0.17, 0.935, 0.305, 1);
}

/*
 * レスポンシブHTMl切替対応
 */

.pc {
  display: none;
}

.link-sns li {
  display: inline-block;
  padding: 0 8px;
}

.link-sns li a i {
  font-size: 30px;
}

.link-sns li.fb a {
  color: #1877f2;
}

.link-sns li.tw a {
  color: #1DA1F2;
}

.link-sns li.in a {
  color: #CF2E92;
}

.content-w {
  padding-left: 20px;
  padding-right: 20px;
}

.btn-solid {
  display: inline-block;
  background-color: #ded46e;
  width: 80%;
  padding: 10px;
  border-top: 6px solid #ece6ab;
  border-right: 6px solid #c0af2f;
  border-bottom: 6px solid #c0af2f;
  border-left: 6px solid #ece6ab;
  color: #5b8242;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.btn-solid:hover, .btn-solid:focus {
  background-color: #5b8242;
  border-top: 6px solid #9caf84;
  border-right: 6px solid #446216;
  border-bottom: 6px solid #446216;
  border-left: 6px solid #9caf84;
  color: #ded46e;
}

.btn-solid-fix {
  display: inline-block;
  background-color: #ded46e;
  width: 100%;
  padding: 5px;
  border-top: 6px solid #ece6ab;
  border-right: 6px solid #c0af2f;
  border-bottom: 6px solid #c0af2f;
  border-left: 6px solid #ece6ab;
  color: #5b8242;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.btn-solid-fix:hover, .btn-solid-fix:focus {
  background-color: #5b8242;
  border-top: 6px solid #9caf84;
  border-right: 6px solid #446216;
  border-bottom: 6px solid #446216;
  border-left: 6px solid #9caf84;
  color: #ded46e;
}

.mt-min {
  margin-top: 5px;
}

.mt-xs {
  margin-top: 10px;
}

.mt-sm {
  margin-top: 30px;
}

.mt-lg {
  margin-top: 60px;
}

.mr-sm {
  margin-right: 10px;
}

.text-come {
  position: relative;
  padding-left: 1em;
}

.text-come:before {
  content: '※';
  font-family: YakuHanJP_Noto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 1em;
}

.sp-on {
  display: block;
}

.pc-on {
  display: none;
}

/* sef
--------------------------------------------- */
.sef {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sef.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.sef-up {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.action .header-main .header-main-inner .copy-outer,
.action .header-main .header-main-inner .top-title,
.action .header-main .header-main-inner .top-face,
.action .header-main .header-main-inner .pg-name-en {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.header-main {
  background-color: #5b8242;
  overflow: hidden;
}

.header-main .header-main-inner {
  position: relative;
}

.header-main .header-main-inner .copy-outer {
  padding: 30px 0 200px 20px;
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.36, 0.1, 0.16, 1) 1.3s, -webkit-transform 0.8s cubic-bezier(0.36, 0.1, 0.16, 1) 1.3s;
  transition: opacity 2s cubic-bezier(0.36, 0.1, 0.16, 1) 1.3s, -webkit-transform 0.8s cubic-bezier(0.36, 0.1, 0.16, 1) 1.3s;
  transition: opacity 2s cubic-bezier(0.36, 0.1, 0.16, 1) 1.3s, transform 0.8s cubic-bezier(0.36, 0.1, 0.16, 1) 1.3s;
  transition: opacity 2s cubic-bezier(0.36, 0.1, 0.16, 1) 1.3s, transform 0.8s cubic-bezier(0.36, 0.1, 0.16, 1) 1.3s, -webkit-transform 0.8s cubic-bezier(0.36, 0.1, 0.16, 1) 1.3s;
}

.header-main .header-main-inner .copy-outer .pg-name {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin-top: 20px;
  padding: 12px 0;
  color: #ded46e;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.header-main .header-main-inner .copy-outer .pg-name span {
  display: inline-block;
}

.header-main .header-main-inner .copy-outer .mext {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
}

.header-main .header-main-inner .copy-outer .mext span {
  display: inline-block;
}

.header-main .header-main-inner .top-title {
  opacity: 0;
  width: calc(100% - 60px);
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 2;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: opacity 1s cubic-bezier(0.36, 0.1, 0.16, 1) 2s, -webkit-transform 1s cubic-bezier(0.36, 0.1, 0.16, 1) 2s;
  transition: opacity 1s cubic-bezier(0.36, 0.1, 0.16, 1) 2s, -webkit-transform 1s cubic-bezier(0.36, 0.1, 0.16, 1) 2s;
  transition: opacity 1s cubic-bezier(0.36, 0.1, 0.16, 1) 2s, transform 1s cubic-bezier(0.36, 0.1, 0.16, 1) 2s;
  transition: opacity 1s cubic-bezier(0.36, 0.1, 0.16, 1) 2s, transform 1s cubic-bezier(0.36, 0.1, 0.16, 1) 2s, -webkit-transform 1s cubic-bezier(0.36, 0.1, 0.16, 1) 2s;
}

.header-main .header-main-inner .top-face {
  opacity: 0;
  width: 34%;
  position: absolute;
  left: 10px;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translate(0, 500px);
          transform: translate(0, 500px);
  -webkit-transition: opacity 1s cubic-bezier(0.17, 0.935, 0.305, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.17, 0.935, 0.305, 1) 0.3s;
  transition: opacity 1s cubic-bezier(0.17, 0.935, 0.305, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.17, 0.935, 0.305, 1) 0.3s;
  transition: opacity 1s cubic-bezier(0.17, 0.935, 0.305, 1) 0.3s, transform 1s cubic-bezier(0.17, 0.935, 0.305, 1) 0.3s;
  transition: opacity 1s cubic-bezier(0.17, 0.935, 0.305, 1) 0.3s, transform 1s cubic-bezier(0.17, 0.935, 0.305, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.17, 0.935, 0.305, 1) 0.3s;
}

.header-main .header-main-inner .pg-name-en {
  opacity: 0;
  font-family: "Montserrat", sans-serif;
  color: #f6f3d6;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.09em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-transition: opacity 1s cubic-bezier(0.32, 0.625, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.32, 0.625, 0.58, 1);
  transition: opacity 1s cubic-bezier(0.32, 0.625, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.32, 0.625, 0.58, 1);
  transition: opacity 1s cubic-bezier(0.32, 0.625, 0.58, 1), transform 0.3s cubic-bezier(0.32, 0.625, 0.58, 1);
  transition: opacity 1s cubic-bezier(0.32, 0.625, 0.58, 1), transform 0.3s cubic-bezier(0.32, 0.625, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.32, 0.625, 0.58, 1);
}

.period {
  background-color: #204211;
  padding: 10px 0;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
}

.period .period-inner {
  position: relative;
}

.period .period-inner .txt1 {
  color: #ded46e;
  font-size: 22px;
}

.period .period-inner .txt2 {
  color: #fff;
  font-size: 22px;
}

.period .period-inner figure {
  width: 120px;
  position: absolute;
  top: 40px;
  right: 10px;
}

.link-wrapper {
  margin-top: 20px !important;
}

.link-wrapper .link-index a {
  display: inline-block;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  color: #5b8242;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.link-wrapper .link-index a:hover {
  border-bottom: 2px solid #5b8242;
}

.link-wrapper .link-sns {
  margin-top: 15px;
}

.link-wrapper .link-sns .fb {
  padding-left: 0;
}

#footer {
  margin-top: 30px;
}

#footer .f-sns {
  padding: 40px 20px;
  text-align: center;
}

#footer .f-contact {
  background-color: #ded46e;
  padding: 40px 20px;
  text-align: center;
}

#footer .f-contact .title {
  font-size: 30px;
  font-weight: bold;
}

#footer .f-contact .name {
  margin-top: 10px;
  font-size: 22px;
}

#footer .f-contact .name span {
  display: block;
  font-size: 12px;
}

#footer .f-contact .contact {
  margin-top: 10px;
}

#footer .f-contact .contact .type {
  font-size: 12px;
}

#footer .f-contact .contact .type span {
  margin-left: 10px;
  font-size: 18px;
}

#footer .f-contact .link {
  margin-top: 25px;
}

#footer .f-contact .link li {
  display: inline-block;
}

#footer .f-contact .link li a {
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
}

#footer .f-logo {
  padding: 40px 15px 25px;
}

#footer .f-logo .logo {
  margin: 0 auto;
  max-width: 200px;
}

#footer .f-logo .copyright {
  margin-top: 20px;
  font-size: 13px;
  text-align: center;
}

.tit-bar {
  background-color: #ded46e;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #5b8242;
  font-weight: bold;
  font-size: 20px;
}

.tit-en {
  margin-top: 80px;
  margin-bottom: 20px;
  color: #5b8242;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.pg-action {
  margin-top: 40px;
  text-align: center;
}

.pg-action li:last-child {
  margin-top: 10px;
}

.pg-action-sp {
  position: fixed;
  background-color: rgba(255, 255, 255, .8);
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
}

.pg-action-sp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.pg-action-sp li {
  width: 47.25%;
}

#main {
  margin-top: 40px;
}

.sec-intro .tit {
  color: #5b8242;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.sec-intro .tit br {
  display: none;
}

.sec-intro .excerpt {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.sec-intro .excerpt .point li {
  padding-left: 18px;
}

.sec-intro .excerpt .point li:before {
  content: '・';
  margin-left: -18px;
}

#program {
  margin-top: 50px;
}

#program .features .item {
  border-radius: 5px;
  background-color: #5b8242;
  margin-top: 20px;
  padding: 15px 15px 20px 20px;
}

#program .features .item .tit {
  color: #ded46e;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

#program .features .item .intro {
  color: #f6f3d6;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
  letter-spacing: 0.05em;
}

.curriculum-outer {
  margin-top: 50px;
}

.curriculum {
  background-color: #5b8242;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}

.curriculum .curriculum-inner {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 60px;
}

.curriculum .curriculum-inner .tit-cc {
  color: #5b8242;
  font-weight: bold;
  text-align: center;
}

.curriculum .curriculum-inner .tit-cc a {
  font-size: 16px;
  display: inline-block;
}

.curriculum .curriculum-inner .tit-cc a:hover {
  color: #ded46e;
}

.curriculum .curriculum-inner .category-wrapper {
  margin-top: 30px;
}

.curriculum .curriculum-inner .category-wrapper .category {
  margin-top: 10px;
}

.curriculum .curriculum-inner .category-wrapper .category .tit-cat {
  border-radius: 5px;
  background-color: #5b8242;
  margin-bottom: 10px;
  padding: 0 8px;
  color: #fff;
  font-size: 17px;
}

.curriculum .curriculum-inner .category-wrapper .category .tit-cat span {
  margin-left: 5px;
  color: #ded46e;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
}

.curriculum .curriculum-inner .category-wrapper .category .tit-cat div {
  display: inline-block;
  margin-left: 10px;
}

.curriculum .curriculum-inner .category-wrapper .category .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.curriculum .curriculum-inner .category-wrapper .category .item-wrapper .item {
  border: 3px solid #5b8242;
  padding: 8px;
  line-height: 1.4;
  width: 48%;
}

.curriculum .curriculum-inner .category-wrapper .category .item-wrapper .item .tit {
  color: #5b8242;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.curriculum .curriculum-inner .category-wrapper .category .item-wrapper .item .ad {
  font-size: 10px;
}

.curriculum .curriculum-inner .category-wrapper .category .item-wrapper .item .teacher {
  color: #5b8242;
  font-size: 15px;
  font-weight: bold;
}

.curriculum .curriculum-inner .category-wrapper .category .item-wrapper .item .profile {
  font-size: 10px;
}

#overview {
  margin-top: 60px;
}

#overview .tbl {
  margin-top: 20px;
  width: 100%;
  font-size: 17px;
  line-height: 1.5;
}

#overview .tbl th {
  padding: 10px 0;
  color: #5b8242;
  font-size: 18px;
}

#overview .tbl td {
  padding: 10px 0;
}

#overview .tbl-overview tr {
  border-bottom: 3px solid #5b8242;
}

#overview .tbl-overview .f-primary {
  color: #5b8242;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}

#overview .tbl-overview .f-secondary {
  font-size: 26px;
  line-height: 1.4;
}

#overview .schedule hr {
  border-top: 3px solid #5b8242;
  margin-top: 25px;
}

#overview .schedule .tbl-schedule th {
  font-size: 20px;
}

#overview .schedule .tbl-schedule th.big {
  line-height: 52px;
}

#overview .schedule .tbl-schedule td {
  font-size: 19px;
}

#overview .schedule .tbl-schedule .f-primary {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

#overview .schedule .tbl-schedule .f-secondary {
  font-size: 18px;
  line-height: 1.4;
  display: block;
}

#overview .schedule .map-wrapper {
  margin-top: 10px;
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

#overview .schedule .map-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.side-page .page-tit {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 480px) {
  body {
    font-size: 16px;
  }
  .header-main .header-main-inner .copy-outer {
    padding: 30px 0 220px 5%;
  }
  .period .period-inner .txt1 {
    font-size: 25px;
  }
  .period .period-inner .txt2 {
    font-size: 25px;
  }
}

@media screen and (min-width: 560px) {
  body {
    font-size: 16px;
  }
  .header-main .header-main-inner .copy-outer {
    padding: 30px 0 230px 5%;
  }
  .header-main .header-main-inner .copy-outer .pg-name {
    font-size: 22px;
  }
  .header-main .header-main-inner .top-title {
    width: 480px;
  }
  .header-main .header-main-inner .top-face {
    width: 190px;
    left: 30px;
  }
}

@media screen and (min-width: 760px) {
  body {
    font-size: 16px;
  }
  body {
    font-size: 16px;
  }
  .sp {
    display: none;
  }
  .pc {
    display: unset;
  }
  .content-w {
    padding-left: 30px;
    padding-right: 30px;
  }
  .btn-solid {
    width: inherit;
    padding: 15px 40px;
    font-size: 30px;
  }
  .mt-lg {
    margin-top: 90px;
  }
  .sp-on {
    display: none;
  }
  .pc-on {
    display: block;
  }
  .header-main .header-main-inner .copy-outer {
    padding: 30px 0 320px 5%;
  }
  .header-main .header-main-inner .copy-outer .pg-name {
    font-size: 30px;
  }
  .header-main .header-main-inner .copy-outer .mext {
    font-size: 16px;
  }
  .header-main .header-main-inner .top-title {
    width: 680px;
  }
  .header-main .header-main-inner .top-face {
    width: 280px;
    left: 30px;
  }
  .period {
    padding: 15px 0;
  }
  .period .period-inner .txt2 br {
    display: none;
  }
  .period .period-inner figure {
    width: 150px;
    top: 0;
    right: 0;
  }
  .link-wrapper .link-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .link-wrapper .link-index li:not(:last-child) {
    margin-right: 30px;
  }
  .link-wrapper .link-index a {
    letter-spacing: 0.12em;
    font-size: 24px;
  }
  #footer {
    margin-top: 70px;
  }
  #footer .f-contact .name span {
    display: inline;
    margin-left: 10px;
    font-size: 16px;
  }
  #footer .f-contact .contact {
    margin-top: 0;
  }
  #footer .f-contact .contact .type {
    display: inline-block;
    font-size: 17px;
  }
  #footer .f-contact .contact .tel {
    margin-left: 15px;
  }
  #footer .f-logo {
    padding: 40px 30px 25px;
  }
  #footer .f-logo .logo {
    max-width: 230px;
  }
  #footer .f-logo .copyright {
    margin-top: 40px;
    font-size: 15px;
  }
  .tit-bar {
    font-size: 26px;
  }
  .tit-en {
    font-size: 50px;
  }
  .pg-action li {
    display: inline-block;
  }
  .pg-action li:last-child {
    margin-top: 0;
    margin-left: 5px;
  }
  .pg-action-sp {
    display: none;
  }
  .sec-intro .tit {
    font-size: 36px;
  }
  .sec-intro .tit br {
    display: block;
  }
  .sec-intro .excerpt {
    font-size: 26px;
  }
  #program .features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #program .features .item {
    width: calc(50% - 10px);
  }
  #program .features .item .tit {
    font-size: 33px;
  }
  .curriculum {
    padding: 30px;
  }
  .curriculum .curriculum-inner .tit-cc {
    text-align: left;
  }
  .curriculum .curriculum-inner .category-wrapper .category .item-wrapper .item {
    width: 32%;
  }
  #overview .tbl th {
    width: 100px;
  }
  #overview .tbl-overview .f-primary br {
    display: none;
  }
  #overview .schedule .tbl-schedule th br {
    display: none;
  }
  #overview .schedule .tbl-schedule .f-primary {
    font-size: 30px;
  }
  #overview .schedule .tbl-schedule .f-primary br {
    display: none;
  }
  #overview .schedule .tbl-schedule .f-secondary {
    display: inline-block;
    margin-left: 10px;
  }
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 16px;
  }
  #overview .tbl {
    display: block;
  }
  #overview .tbl th {
    display: block;
    padding: 10px 0 0;
  }
  #overview .tbl td {
    display: block;
    padding: 0 0 10px;
  }
}

@media screen and (min-width: 960px) {
  .content-w {
    margin: 0 auto;
    max-width: 1080px;
  }
  .btn-solid {
    border-width: 8px;
  }
  .btn-solid:hover, .btn-solid:focus {
    border-width: 8px;
  }
  .header-main .header-main-inner .copy-outer {
    padding: 30px 0 350px 45%;
  }
  .header-main .header-main-inner .copy-outer .pg-name {
    font-size: 26px;
  }
  .header-main .header-main-inner .top-title {
    width: 75%;
  }
  .header-main .header-main-inner .top-face {
    width: 50%;
    left: -20px;
  }
  .period {
    padding: 20px 0;
  }
  .period .period-inner .txt1 {
    display: inline-block;
  }
  .period .period-inner .txt2 {
    display: inline-block;
    margin-left: 20px;
  }
  .link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px !important;
  }
  .link-wrapper .link-sns {
    margin-top: 0;
    margin-right: 140px;
  }
  #footer .f-contact .contact .type span {
    font-size: 28px;
  }
  .sec-intro .tit {
    font-size: 56px;
  }
  .curriculum .curriculum-inner .category-wrapper .category .item-wrapper .item {
    width: 24%;
    max-width: 247px;
  }
  #overview .tbl th {
    padding: 15px 0;
    width: 130px;
  }
  #overview .tbl td {
    padding: 15px 0;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>