@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

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, iframe, object {
  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 {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

fieldset, option {
  padding: 0;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

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

[type=search] {
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

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

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

[hidden], template {
  display: none;
}

:root {
  font-size: 2.0833333333vw;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}

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

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
}
header .logo {
  padding: 1rem;
  height: 5rem;
}
header #nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  width: 4rem;
  height: 2.5rem;
}
header #nav span, header #nav::before, header #nav::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(97, 87, 156)), to(rgb(163, 110, 174)));
  background: -webkit-linear-gradient(left, rgb(97, 87, 156) 0%, rgb(163, 110, 174) 100%);
  background: linear-gradient(90deg, rgb(97, 87, 156)0%, rgb(163, 110, 174) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header #nav::before {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
header #nav::after {
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}
header #nav.on span {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
header #nav.on::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header #nav.on::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header nav {
  background: -webkit-gradient(linear, left top, right top, from(rgb(97, 87, 156)), to(rgb(163, 110, 174)));
  background: -webkit-linear-gradient(left, rgb(97, 87, 156) 0%, rgb(163, 110, 174) 100%);
  background: linear-gradient(90deg, rgb(97, 87, 156)0%, rgb(163, 110, 174) 100%);
  color: #fff;
  padding-top: 6rem;
  width: 100%;
  position: absolute;
  top: 5rem;
  z-index: 9999;
  display: none;
  height: calc(100vh - 5rem);
}
header nav li {
  font-size: 2rem;
  border-bottom: 1px solid;
}
header nav li:first-child {
  border-top: 1px solid;
}
header nav li a {
  display: block;
  line-height: 6rem;
  padding-right: 6rem;
  text-align: right;
}

main {
  background: #eaecee;
  overflow: hidden;
  margin-top: 5rem;
}
main p {
  font-size: 2rem;
}
main #mv .page-title {
  background: url("../img_e/h1-bg_sp.svg") no-repeat center top/cover;
  background-blend-mode: multiply;
  height: 12rem;
}
main #mv .page-title h1 {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.3;
  padding-bottom: 3rem;
}
main #mv .page-title h1 span {
  display: block;
  font-size: 2.4rem;
}
main #mv .page-title h1 small {
  font-size: 2.7rem;
}
@-webkit-keyframes op_bg {
  0% {
    -webkit-transform: scale(2) translate(0, 0);
            transform: scale(2) translate(0, 0);
    -webkit-filter: blur(30px);
            filter: blur(30px);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(1.5) translate(10%, 20%);
            transform: scale(1.5) translate(10%, 20%);
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.2) translate(-5%, 10%);
            transform: scale(1.2) translate(-5%, 10%);
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes op_bg {
  0% {
    -webkit-transform: scale(2) translate(0, 0);
            transform: scale(2) translate(0, 0);
    -webkit-filter: blur(30px);
            filter: blur(30px);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(1.5) translate(10%, 20%);
            transform: scale(1.5) translate(10%, 20%);
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.2) translate(-5%, 10%);
            transform: scale(1.2) translate(-5%, 10%);
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes op_info {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes op_info {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes op_pu {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes op_pu {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
main #mv .visual {
  position: relative;
  overflow: hidden;
}
main #mv .visual picture {
  display: block;
  width: 100%;
}
main #mv .visual img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}
main #mv .visual::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(163, 110, 174, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-animation: op_info 0.4s 0.8s ease-in forwards;
          animation: op_info 0.4s 0.8s ease-in forwards;
}
main #mv .visual .bg {
  opacity: 0;
  -webkit-animation: op_bg 0.8s ease-in-out forwards;
          animation: op_bg 0.8s ease-in-out forwards;
}
main #mv .visual .info_screen,
main #mv .visual .info_screen2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-animation: op_info 0.4s 0.8s ease-in forwards;
          animation: op_info 0.4s 0.8s ease-in forwards;
  mix-blend-mode: multiply;
  z-index: 15;
}
main #mv .visual .info_screen2 {
  mix-blend-mode: normal;
}
main #mv .visual ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main #mv .visual ul li {
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: op_pu 0.2s ease-in forwards;
          animation: op_pu 0.2s ease-in forwards;
  z-index: 20;
}
main #mv .visual ul #info01 {
  width: 9.8rem;
  top: 5rem;
  left: 2.1rem;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
main #mv .visual ul #info02 {
  width: 9.8rem;
  top: 2.2rem;
  left: 14.1rem;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
main #mv .visual ul #info03 {
  width: 12rem;
  top: 1.62rem;
  left: 34.2rem;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
main #mv .visual ul #info04 {
  width: 11rem;
  top: 16rem;
  left: 9.2rem;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
main #mv .visual ul #info05 {
  width: 8.4rem;
  top: 13.8rem;
  left: 25.2rem;
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
main #mv .visual ul #info06 {
  width: 11rem;
  top: 26.5rem;
  left: 17.5rem;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
main #mv .visual ul #info07 {
  width: 11rem;
  top: 26.57rem;
  left: 30.88rem;
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
main #mv .visual ul #info08 {
  width: 11rem;
  top: 37.5rem;
  left: 3rem;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
main #mv .visual ul #info09 {
  width: 11rem;
  top: 37.5rem;
  left: 34.2rem;
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
main #mv .body {
  padding: 6rem 2rem;
}
main #mv .body h2 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 300;
  ruby-position: under;
  margin-bottom: 2rem;
}
main #mv .body h2 rt {
  font-size: 1.3rem;
}
main #mv .body p {
  letter-spacing: 0.1em;
}
main #mv #slider-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
}
main #mv #slider-wrap .slider-container {
  width: 90%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.6rem;
  margin: auto;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: slider-pop 0.2s 3s ease-in forwards;
          animation: slider-pop 0.2s 3s ease-in forwards;
  -webkit-box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.5);
}
@-webkit-keyframes slider-pop {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes slider-pop {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
main #mv #slider-wrap .slider-container h2 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(97, 87, 156)), to(rgb(163, 110, 174)));
  background: -webkit-linear-gradient(left, rgb(97, 87, 156) 0%, rgb(163, 110, 174) 100%);
  background: linear-gradient(90deg, rgb(97, 87, 156)0%, rgb(163, 110, 174) 100%);
  border-radius: 0.6rem 0.6rem 0 0;
  color: #fff;
  font-weight: 700;
  padding: 0 2rem;
}
main #mv #slider-wrap .slider-container #slider {
  margin: 0 1.5rem;
  padding: 1.5rem 0;
}
main #mv #slider-wrap .slider-container #slider .slider-item {
  position: relative;
}
main #mv #slider-wrap .slider-container #slider .slider-item p {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(57, 49, 123, 0.5);
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.2rem 0;
  min-height: 3.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main #mv #slider-wrap .slider-container #slider .slick-arrow {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  background: url("../img_e/slick-arrow.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2rem;
  margin: auto;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.3));
}
main #mv #slider-wrap .slider-container #slider .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -2rem;
  right: auto;
}
main #future-service .services {
  padding: 0 2rem;
}
main #future-service .services li {
  border-bottom: 3px dotted #000;
  margin-bottom: 4.8rem;
}
main #future-service .services li:last-child {
  border-bottom: 0;
}
main #future-service .services .txt h3 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  background: url("../img_e/future-service_h3_line_sp.svg") no-repeat center bottom/100%;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
main #future-service .services .txt p {
  margin-bottom: 1em;
}
main #future-service .services.hide {
  display: none;
}
main #future-service .more {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(97, 87, 156)), to(rgb(163, 110, 174)));
  background: -webkit-linear-gradient(left, rgb(97, 87, 156) 0%, rgb(163, 110, 174) 100%);
  background: linear-gradient(90deg, rgb(97, 87, 156)0%, rgb(163, 110, 174) 100%);
  color: #fff;
  padding: 0.5rem 1rem;
  width: 80%;
  margin: 0 auto 8rem;
  border-radius: 1rem;
}
main #spacer01 {
  height: 20rem;
  background: #fff url("../img_e/spacer01_sp.png") no-repeat center top/cover;
}
main .common h2 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 300;
  background: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
main .common p {
  padding: 2rem;
}
main #message {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
main #message dt {
  font-size: 2.5rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(97, 87, 156)), to(rgb(163, 110, 174)));
  background: -webkit-linear-gradient(left, rgb(97, 87, 156) 0%, rgb(163, 110, 174) 100%);
  background: linear-gradient(90deg, rgb(97, 87, 156)0%, rgb(163, 110, 174) 100%);
  color: #fff;
  padding: 5rem 3rem;
  position: relative;
}
main #message dt::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: url("../img_e/teachers_arrow.svg");
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
main #message dt.on::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main #message dd {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: none;
}
main #message dd .profile .photo {
  margin: 0;
  padding: 2rem 2rem 0;
}
main #message dd .profile .name {
  padding: 0 2rem;
  text-align: right;
}
main #learning {
  padding-bottom: 3rem;
}
main #learning .learning-item {
  padding: 2rem;
}
main #learning .learning-item p {
  padding: 0;
}
main #learning .learning-item p.img {
  margin-bottom: 2rem;
}
main #learning .learning-item .overview {
  margin-bottom: 2rem;
}
main #learning .learning-item .grade {
  background: #fff;
  padding: 3rem;
}
main #learning .learning-item .grade h4 {
  font-size: 2.5rem;
  font-weight: 600;
  background: url("../img_e/learning-overview_h4_line_sp.svg") no-repeat center bottom/100%;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  line-height: 1;
}
main #learning .learning-item .grade .grade-desc + h4 {
  margin-top: 3rem;
}
main #learning .learning-item .grade .grade-desc h5 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #61579c;
}
main #learning .learning-item .grade .grade-desc h5::before {
  content: "● ";
}
main #learning .learning-item .grade .grade-desc h5 + p {
  margin-bottom: 2rem;
}
main #learning .learning-item .grade .grade-desc h5 + p:last-child {
  margin-bottom: 0;
}
main #teachers dt {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin-top: 6rem;
}
main #teachers dt:first-child {
  margin-top: 0;
}
main #teachers dt::after {
  display: block;
  content: "";
  width: 4rem;
  height: 4rem;
  background: url("../img_e/teachers_arrow.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
main #teachers dt.on::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main #teachers dt img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
main #teachers dt .abs {
  position: absolute;
  top: 7.5rem;
  left: 0;
}
main #teachers dt .catch-copy {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
main #teachers dt .catch-copy span {
  display: block;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  line-height: 2.6rem;
  margin-bottom: 0.5rem;
  padding: 0 1rem 0 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
main #teachers dt .name {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  line-height: 2.6rem;
  margin-bottom: 1rem;
  padding: 0 1rem 0 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1rem;
  font-weight: 500;
}
main #teachers dd {
  background: #6e6e6e;
  padding: 2rem 2rem 2rem;
  color: #fff;
  display: none;
}
main #teachers dd h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
main #teachers dd .desc {
  padding: 0;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
main #teachers dd .photos img {
  margin-bottom: 1rem;
}
main #facility h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  color: #b84c97;
  padding: 0 2rem;
}
main #facility ul {
  margin: 0 2rem;
}
main #facility ul li {
  height: 8.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #5185c5;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}
main #facility ul + p {
  text-align: right;
  margin: -3rem 0 0;
}
main #facility .banner {
  margin-bottom: 4rem;
}
main #curriculum {
  padding-bottom: 4rem;
}
main #curriculum .table-nav {
  margin: 0 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}
main #curriculum .table-nav li {
  width: 32%;
}
main #curriculum .table-nav li button {
  display: block;
  width: 100%;
  border: 1px solid;
  background: #fff;
  color: #5185c5;
  text-align: center;
}
main #curriculum .table-nav li button.on {
  background: #5185c5;
  color: #fff;
  border-color: #5185c5;
}
main #curriculum .table-wrap {
  margin: 0 2rem;
  padding: 0;
  font-size: 1.2rem;
  position: relative;
}
main #curriculum .table-wrap li::before {
  content: "● ";
  color: #fff;
}
main #curriculum .table-wrap li.h::before {
  color: #5185c5;
}
main #curriculum .table-wrap .note li {
  text-align: right;
}
main #curriculum .table-wrap p.note {
  font-size: 1em;
  padding: 0;
}
main #curriculum .table-wrap table {
  border-collapse: collapse;
  width: 100%;
  display: none;
}
main #curriculum .table-wrap table.on {
  display: table;
}
main #curriculum .table-wrap table thead th {
  background: #a36eae;
  color: #fff;
  height: 4rem;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
main #curriculum .table-wrap table thead th:first-child {
  background: none;
}
main #curriculum .table-wrap table thead th:last-child {
  border-left: 1px solid;
}
main #curriculum .table-wrap table tbody tr + tr th {
  border-top: 1px solid;
}
main #curriculum .table-wrap table tbody th {
  background: #5185c5;
  color: #fff;
  width: 8.8rem;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}
main #curriculum .table-wrap table tbody td {
  padding: 1rem;
  border-bottom: 1px solid;
  border-right: 1px solid;
  background: #fff;
}
main #curriculum .table-wrap table tbody td p {
  font-size: 1.2rem;
  padding: 0;
}
main #curriculum .table-wrap table tbody td li {
  font-size: 1.2rem;
}
main #curriculum .table-wrap table tbody td a {
  color: #5185c5;
}
main #qualification ul {
  margin: 2rem;
}
main #qualification ul li {
  font-size: 2rem;
  font-weight: 600;
  list-style-type: disc;
  margin-left: 3rem;
}
main #talent {
  padding-bottom: 3rem;
}
main #talent hr {
  height: 5.5rem;
  border: 0;
  background: no-repeat center;
  background-size: contain;
}
main #talent hr.plus {
  background-image: url("../img_e/plus.svg");
}
main #talent hr.arrow {
  background-image: url("../img_e/arrow_down.svg");
  height: 3.6rem;
}
main #field p {
  font-weight: 500;
}
main #faq dt {
  background: #a36eae;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  position: relative;
  padding-right: 5rem;
}
main #faq dt::before {
  content: "";
  display: block;
  width: 8rem;
  height: 10.5rem;
  background: url("../img_e/q_sp.svg") no-repeat center;
  background-size: contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
main #faq dt::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: url("../img_e/teachers_arrow.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
main #faq dt.on::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main #faq dd {
  padding: 3rem 2rem 3rem 8rem;
  font-size: 1.6rem;
  position: relative;
  display: none;
  background: #eaecee;
}
main #faq dd + dt {
  margin-top: 2rem;
}
main #faq dd::before {
  content: "";
  display: block;
  width: 8rem;
  height: 8.8rem;
  background: url("../img_e/a_sp.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
main #faq dd a {
  color: #5185c5;
}

footer {
  padding-top: 6rem;
}
footer .note {
  font-size: 1.6rem;
  text-align: center;
}
footer #univ-link ul {
  width: 44rem;
  margin: 0 auto;
}
footer #univ-link ul li a {
  display: block;
  background: url("../img_e/univ-link_sp.svg") no-repeat center/contain;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 3rem 0 3.5rem;
  line-height: 1;
}
footer #social-link {
  margin-top: 6rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #000;
}
footer #social-link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
footer #social-link ul li a {
  display: block;
  width: 6rem;
  height: 6rem;
}
footer .logo {
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
footer .logo img {
  width: 22.8rem;
}
footer .copyright {
  text-align: center;
  margin-bottom: 3rem;
}

@media all and (min-width: 768px) {
  :root {
    font-size: 1vw;
  }
  header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
  }
  header .container {
    max-width: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .container .logo a img {
    width: 13.6rem;
  }
  header .container .logo a:hover img {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  header .container nav {
    display: block;
    background: none;
    position: static;
    color: inherit;
    height: auto;
    padding: 2rem;
    margin: 0;
    width: auto;
  }
  header .container nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  header .container nav ul li {
    border: none;
  }
  header .container nav ul li a {
    display: block;
    padding: 0 0.8em;
    position: relative;
    text-align: center;
    font-size: 1.4rem;
    line-height: inherit;
  }
  header .container nav ul li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgb(97, 87, 156)), to(rgb(163, 110, 174)));
    background: -webkit-linear-gradient(left, rgb(97, 87, 156) 0%, rgb(163, 110, 174) 100%);
    background: linear-gradient(90deg, rgb(97, 87, 156)0%, rgb(163, 110, 174) 100%);
      position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
  }
  header .container nav ul li a:hover {
    color: #fff;
  }
  header .container nav ul li a:hover::before {
    height: 2.5rem;
  }
  main {
    margin-top: 7rem;
  }
  main #mv .page-title {
    background: url("../img_e/h1-bg_pc.svg") no-repeat center top/cover;
    background-blend-mode: multiply;
    height: 12rem;
  }
  main #mv .page-title h1 {
    text-align: center;
    color: #fff;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.3;
    padding-bottom: 3rem;
  }
  main #mv .page-title h1 span {
    display: block;
    font-size: 2.4rem;
  }
  main #mv .page-title h1 small {
    font-size: 3rem;
  }
  @-webkit-keyframes op_bg {
    0% {
      -webkit-transform: scale(2) translate(0, 0);
              transform: scale(2) translate(0, 0);
      -webkit-filter: blur(30px);
              filter: blur(30px);
      opacity: 0;
    }
    30% {
      -webkit-transform: scale(1.5) translate(10%, 20%);
              transform: scale(1.5) translate(10%, 20%);
      -webkit-filter: blur(15px);
              filter: blur(15px);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.2) translate(-5%, 10%);
              transform: scale(1.2) translate(-5%, 10%);
      -webkit-filter: blur(5px);
              filter: blur(5px);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1) translate(0, 0);
              transform: scale(1) translate(0, 0);
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
  }
  @keyframes op_bg {
    0% {
      -webkit-transform: scale(2) translate(0, 0);
              transform: scale(2) translate(0, 0);
      -webkit-filter: blur(30px);
              filter: blur(30px);
      opacity: 0;
    }
    30% {
      -webkit-transform: scale(1.5) translate(10%, 20%);
              transform: scale(1.5) translate(10%, 20%);
      -webkit-filter: blur(15px);
              filter: blur(15px);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.2) translate(-5%, 10%);
              transform: scale(1.2) translate(-5%, 10%);
      -webkit-filter: blur(5px);
              filter: blur(5px);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1) translate(0, 0);
              transform: scale(1) translate(0, 0);
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes op_info {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes op_info {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes op_pu {
    0% {
      opacity: 0;
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes op_pu {
    0% {
      opacity: 0;
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  main #mv .visual {
    position: relative;
    overflow: hidden;
  }
  main #mv .visual picture {
    display: block;
    width: 100%;
  }
  main #mv .visual img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
  }
  main #mv .visual::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(123, 154, 171, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    -webkit-animation: op_info 0.4s 0.8s ease-in forwards;
            animation: op_info 0.4s 0.8s ease-in forwards;
  }
  main #mv .visual .bg {
    opacity: 0;
    -webkit-animation: op_bg 0.8s ease-in-out forwards;
            animation: op_bg 0.8s ease-in-out forwards;
  }
  main #mv .visual .info_screen,
  main #mv .visual .info_screen2 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-animation: op_info 0.4s 0.8s ease-in forwards;
            animation: op_info 0.4s 0.8s ease-in forwards;
    mix-blend-mode: multiply;
    z-index: 15;
  }
  main #mv .visual .info_screen2 {
    mix-blend-mode: normal;
  }
  main #mv .visual ul {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
  }
  main #mv .visual ul li {
    position: absolute;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation: op_pu 0.2s ease-in forwards;
            animation: op_pu 0.2s ease-in forwards;
  }
  main #mv .visual ul #info01 {
    width: 10.2%;
    top: 19.21921922%;
    left: 9%;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  main #mv .visual ul #info02 {
    width: 13.8%;
    top: 24%;
    left: 24.4%;
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  main #mv .visual ul #info03 {
    width: 10.2%;
    top: 11.7%;
    left: 38.9%;
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s;
  }
  main #mv .visual ul #info04 {
    width: 8.75%;
    top: 29.27%;
    left: 49.7%;
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  main #mv .visual ul #info05 {
    width: 10.3%;
    top: 21.62%;
    left: 62.2%;
    -webkit-animation-delay: 1.9s;
            animation-delay: 1.9s;
  }
  main #mv .visual ul #info06 {
    width: 13.8%;
    top: 7.88%;
    left: 76.7%;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  main #mv .visual ul #info07 {
    width: 11.5%;
    top: 36.48%;
    left: 72.8%;
    -webkit-animation-delay: 2.1s;
            animation-delay: 2.1s;
  }
  main #mv .visual ul #info08 {
    width: 11.5%;
    top: 54.8%;
    left: 22.7%;
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s;
  }
  main #mv .visual ul #info09 {
    width: 19.8%;
    top: 55%;
    left: 39.2%;
    -webkit-animation-delay: 2.3s;
            animation-delay: 2.3s;
  }
  main #mv .visual ul #info10 {
    width: 11.5%;
    top: 71.7%;
    left: 22.7%;
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
  main #mv .visual ul #info11 {
    width: 11.5%;
    top: 71.7%;
    left: 66.7%;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
  }
  main #mv .body {
    padding: 6rem 2rem;
    width: 96%;
    max-width: 110rem;
    margin:auto;
  }
  main #mv .body h2 {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 300;
    ruby-position: under;
    margin-bottom: 2rem;
  }
  main #mv .body h2 rt {
    font-size: 1.3rem;
  }
  main #mv .body p {
    letter-spacing: 0.1em;
  }
  main #mv #slider-wrap .slider-container {
    max-width: 800px;
  }
  main #mv #slider-wrap .slider-container #slider {
    margin: 0 3rem;
  }
  main #mv #slider-wrap .slider-container #slider .slick-arrow {
    width: 4rem;
    height: 4rem;
    right: -5rem;
  }
  main #mv #slider-wrap .slider-container #slider .slick-arrow.slick-prev {
    left: -5rem;
    right: auto;
  }
  main #future-service .container {
    max-width: 110rem;
  }
  main #future-service h2 {
    margin-bottom: 2rem;
  }
  main #future-service .services li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0;
    row-gap: 2.4rem;
    margin-bottom: 6rem;
  }
  main #future-service .services li .img {
    width: 50rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 0 1rem 0;
  }
  main #future-service .services li:nth-child(2n-1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  main #future-service .services.hide li:nth-child(2n-1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  main #future-service .services.hide li:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  main #future-service .services.hide {
    display: block;
  }
  main #spacer01 {
    background: url("../img_e/spacer01_pc.png") no-repeat center/cover;
    background-attachment: fixed;
    height: 30rem;
    max-height: 30vh;
  }
  main .common {
    background: #fff;
    padding-bottom: 6rem;
  }
  main .common .container {
    max-width: 110rem;
  }
  main .common h2 {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 300;
    background: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  main .common p {
    padding: 2rem;
  }
  main .common .body {
    background: #eaecee;
    padding: 5rem 9.5rem;
  }
  main #message dt {
    cursor: pointer;
  }
  main #message dd .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4rem 8rem;
  }
  main #message dd .row .profile {
    width: 30rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  main #message dd .row .profile .photo,
  main #message dd .row .profile .name {
    padding: 0;
  }
  main #message dd .row .profile .photo {
    padding-top: 2rem;
  }
  main #message dd .row .profile .name {
    font-size: 1.8rem;
  }
  main #message dd .row .message {
    width: 63.7rem;
  }
  main #message dd .row .message p {
    font-size: 1.8rem;
  }
  main #purpose {
    padding-top: 12rem;
  }
  main #learning .learning-item .overview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main #learning .learning-item .overview h3 {
    width: 100%;
    margin-bottom: 2rem;
  }
  main #learning .learning-item .overview .img {
    width: 46rem;
  }
  main #learning .learning-item .overview .img + p {
    width: 37.5rem;
  }
  main #learning .learning-item .grade {
    padding: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 6rem;
  }
  main #learning .learning-item .grade h4 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-orientation: upright;
    background: url("../img_e/learning-overview_h4_line_pc.svg") repeat-y right center;
    background-size: 0.5rem 100%;
    padding-right: 2rem;
    margin-right: 3rem;
    margin-bottom: 0;
  }
  main #learning .learning-item .grade .grade-desc {
    width: 70rem;
  }
  main #learning .learning-item .grade .grade-desc + hr {
    width: 100%;
    height: 6rem;
    border: 0;
  }
  main #learning .learning-item .grade .grade-desc h5 {
    margin-bottom: 1.5rem;
  }
  main #learning .learning-item .grade .grade-desc h5 + p {
    margin-bottom: 3rem;
  }
  main #teachers dt {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-top: 6rem;
  }
  main #teachers dt:first-child {
    margin-top: 0;
  }
  main #teachers dt::after {
    display: block;
    content: "";
    width: 4rem;
    height: 4rem;
    background: url("../img_e/teachers_arrow.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
  }
  main #teachers dt.on::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  main #teachers dt img {
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  main #teachers dt .abs {
    position: absolute;
    top: 13.6rem;
    left: 0;
  }
  main #teachers dt .catch-copy {
    font-size: 2.6rem;
    font-weight: 700;
    padding: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  main #teachers dt .catch-copy span {
    display: block;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    line-height: 4.5rem;
    margin-bottom: 1rem;
    padding: 0 1rem 0 4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  main #teachers dt .name {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    line-height: 4.5rem;
    margin-bottom: 1rem;
    padding: 0 1rem 0 4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.8rem;
    font-weight: 500;
  }
  main #teachers dt:hover .catch-copy {
    letter-spacing: 0.2em;
  }
  main #teachers dt:hover .catch-copy span {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
  }
  main #teachers dt:hover img {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  main #teachers dd {
    background: #6e6e6e;
    padding: 4rem 6.4rem 5rem;
    color: #fff;
    display: none;
  }
  main #teachers dd h3 {
    font-size: 2.4rem;
    font-weight: 700;
  }
  main #teachers dd .desc {
    padding: 0;
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  main #teachers dd .photos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main #teachers dd .photos img {
    width: 32%;
  }
  main #facility h3 {
    font-size: 3rem;
  }
  main #facility h3 + p {
    margin-bottom: 4rem;
  }
  main #facility h3 img {
    width: 42rem;
  }
  main #facility .body ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main #facility .body ul li {
    width: 32%;
    font-size: 1.6rem;
    height: 6rem;
  }
  main #facility .body ul li.full {
    width: 100%;
  }
  main #facility .body .banner {
    text-align: center;
  }
  main #facility .body .banner img {
    width: 40rem;
  }
  main #curriculum .table-wrap a:hover {
    text-decoration: underline;
  }
  main #qualification .body {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  main #qualification .body img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52rem;
    max-height: none;
  }
  main #talent h2 {
    padding-top: 8rem;
  }
  main #talent .body {
    padding-top: 0;
    background: none;
  }
  main #faq dt {
    cursor: pointer;
  }
  main #faq dd {
    background: #eaecee;
  }
  main #faq dd a:hover {
    text-decoration: underline;
  }
  footer .container {
    max-width: 110rem;
  }
  footer .note {
    margin-bottom: 4rem;
  }
  footer #univ-link {
    margin-bottom: 8rem;
  }
  footer #univ-link ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
  }
  footer #univ-link ul li {
    width: 48%;
  }
  footer .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3rem;
  }
  footer .row #social-link {
    border-bottom: 0;
    border-left: 1px solid;
    margin: 0;
    padding: 0 0 0 6rem;
  }
  footer .row #social-link ul li {
    margin-right: 4rem;
  }
  footer .row #social-link ul li a {
    width: 4rem;
    height: 4rem;
  }
  footer .row .logo {
    margin: 0;
    height: 4rem;
    margin-right: 4rem;
    text-align: right;
  }
  a img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  a:hover img {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.3));
  }
  .for_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  :root {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .for_pc {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */




 /* 0516追加 */
/*header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;/* ヘッダーのスタイル修正 */
}

/*header .logo {
  flex: 0 0 auto; /* ロゴを固定幅に */
}

/*header .for_sp {
  display: none; /* スマートフォン表示用 */
}

/*header .wrapper {
  flex: 2;
  display: flex;
  justify-content: flex-start; /* 左寄せ */
}

/*header .wrapper .tab {
  display: flex;
  gap: 5px; /* タブ間の間隔を詰める */
  flex-wrap: nowrap; /* 一列に表示 */
}

/*header .wrapper .tab li {
  list-style: none;
}

/*header .wrapper .tab li a {
  text-decoration: none;
  color: #333;
  padding: 10px 15px;
  font-size: 14px;
}

/*header nav {
  flex: 1;
  display: flex;
  justify-content: flex-end; /* 右端に詰める */
/*white-space: nowrap; /* 一行に表示 */
}

/*header nav ul {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

header nav ul li {
  list-style: none;
}

header nav ul li a {
  text-decoration: none;
  color: #333;
  padding: 10px 15px;
  font-size: 14px;
}

@media (max-width: 767px) {
  header .for_sp {
    display: block; /* スマートフォン表示用 */
  }
/*  header .wrapper,
  header nav {
    display: none; /* スマートフォン表示用 */
  }
/*  header .for_sp.on + .wrapper,
/*  header .for_sp.on + nav {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  header nav ul {
    flex-direction: column;
  }
}

/*1115追加アンカーリンク時の位置調整用*/
section {
  padding-top; 100px;
  margin-top; -100px;
}
