<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:wght@300;400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;500;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&amp;display=swap");
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html {
  color: #000;
  background: #fff;
  word-break: break-all;
}

body {
  background: #fff;
}

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

img {
  width: 100%;
  display: block;
}

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #454240;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

textarea {
  resize: vertical;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
a::before,
a::after,
button {
    transition: all 0.4s ease-in-out;
  }
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
}
html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #454240;
  letter-spacing: 0;
  position: relative;
}

#container {
  width: 100%;
  overflow: hidden;
}

.sp-container {
  width: 375px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 30;
  background: #fff;
}

.all-school-main {
  margin-top: 58.5px;
}
@media only screen and (max-width: 767px) {
  .all-school-main {
    margin-top: 60px;
  }
}

.sp-main-school {
  margin-top: 118.5px;
}
@media only screen and (max-width: 767px) {
  .sp-main-school {
    margin-top: 60px;
  }
}

.sp-main {
  margin-top: 165.5px;
}
@media only screen and (max-width: 767px) {
  .sp-main {
    margin-top: 107px;
  }
}

.sp-inner {
  max-width: 315px;
  margin: 0 auto;
}

.top-main {
  min-height: calc(100vh - 60px - 189px);
  margin-top: 118.5px;
}
@media only screen and (max-width: 767px) {
  .top-main {
    margin-top: 60px;
  }
}

.section {
  background-size: cover;
  background-repeat: no-repeat;
}

.header {
  width: 100%;
  height: 58.5px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding-left: 10.4vw;
  padding-right: 1.5vw;
  background: #fff;
  box-shadow: 0 0 2px #999;
  transition: all 0.6s ease;
}
@media (max-width: 1000px) {
  .header {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    display: none;
  }
}
.header .inner {
  width: 100%;
  height: 100%;
  max-width: 1242px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__main {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.8vw;
       column-gap: 1.8vw;
}
.header__main .header-logo {
  width: 71.2px;
}
.header__main .header-name {
  font-size: 1.8rem;
  color: #0E3192;
  font-weight: 700;
}
.header__hamburger-btn {
  display: none;
}
@media (max-width: 850px) {
  .header__hamburger-btn {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 13px;
    background: #0E3192;
    cursor: pointer;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
}
.header__nav li a {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.67vw;
  color: #fff;
  font-size: min(1.5vw, 15px);
}
.header__nav li:nth-of-type(1) a {
  width: min(12vw, 120px);
  background: #EA6D8D;
}
.header__nav li:nth-of-type(2) a {
  width: min(17.1vw, 171px);
  background: #23B6BC;
}
.header__nav li:nth-of-type(3) a {
  width: min(18.7vw, 187px);
  background: #A9CE52;
}

.header.hide {
  transform: translateY(-60px);
}

.sp-header {
  width: 375px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #ddd;
  z-index: 900;
  margin-top: 58.5px;
}
@media only screen and (max-width: 767px) {
  .sp-header {
    position: fixed;
    margin-top: 0;
  }
}
.sp-header__common {
  width: 100%;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 13.1px;
  padding-right: 11.6px;
}
.sp-header__logo {
  display: block;
  width: 45px;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .sp-header__logo {
    width: 71.2px;
    pointer-events: auto;
  }
}
.sp-header__name {
  display: block;
  font-size: 15px;
  line-height: 1.2666666667;
  color: #0E3192;
  text-align: center;
  font-weight: 700;
}
.sp-header__name.bold {
  font-weight: 700;
}
.sp-header__hamburger-btn {
  width: 45px;
  height: 45px;
  border-radius: 3.74px;
  font-size: 10px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.sp-header__hamburger-btn span {
  width: 24px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  position: absolute;
  left: 10.5px;
  transition: all 0.5s ease;
  transform-origin: left center;
}
.sp-header__hamburger-btn span:nth-of-type(1) {
  top: 8px;
}
.sp-header__hamburger-btn span:nth-of-type(2) {
  top: 16px;
}
.sp-header__hamburger-btn span:nth-of-type(3) {
  top: 24px;
}
.sp-header__hamburger-btn p {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.sp-header__hamburger-btn.active span {
  transform-origin: left center;
}
.sp-header__hamburger-btn.active span:nth-of-type(1) {
  top: 13px;
  left: 12px;
  width: 27px;
  transform: rotateZ(40deg);
}
.sp-header__hamburger-btn.active span:nth-of-type(2) {
  display: none;
}
.sp-header__hamburger-btn.active span:nth-of-type(3) {
  top: 30px;
  left: 12px;
  width: 27px;
  transform: rotateZ(-40deg);
}
.sp-header__hamburger-btn.active p {
  display: none;
}
.sp-header__nav {
  width: 375px;
  height: calc(100vh - 60px);
  background: #fff;
  position: fixed;
  top: 118.5px;
  left: calc(50% - 187.5px);
  z-index: 100;
  padding: 15px;
  transform: translateY(-150%);
  transition: all 1s ease;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .sp-header__nav {
    position: fixed;
    top: 60px;
    padding-bottom: 30px;
  }
}
.sp-header__nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 80px;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
}
.sp-header__nav ul li {
  grid-column: span 2;
  border-radius: 20px;
  overflow: hidden;
}
.sp-header__nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}
.sp-header__nav ul li a:hover {
  opacity: 0.5;
}
.sp-header__nav ul li:nth-of-type(6) a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sp-header__nav ul li.one-column a img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sp-header__nav ul .row-span1 {
  grid-column: span 1;
}
.sp-header__nav.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.sp-header__nav.sp-header-nav-child {
  top: 165.5px;
}
@media only screen and (max-width: 767px) {
  .sp-header__nav.sp-header-nav-child {
    top: 107px;
    height: calc(100vh - 107px);
  }
}

.sp-header.fixed {
  position: fixed;
  margin-top: 0;
}

.lesson-header {
  width: 100%;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}
.lesson-header__title {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.lesson-header__nav {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.lesson-header__nav p {
  font-size: 10px;
}
.lesson-header__nav .here {
  width: 38px;
}
.lesson-header__nav .here img {
  width: 100%;
}

.lesson-header.lesson-header-bg-pink-center {
  justify-content: center;
}

.lesson-header.contact-header-bg {
  justify-content: center;
}

.lesson-header-bg-blue .lesson-header__title {
  max-width: 108px;
}
.lesson-header-bg-pink .lesson-header__title {
  max-width: 180px;
}

.bg-green01 {
  background: #4DBDD7;
}

.bg-pink01 {
  background: #FA8186;
}

.menu-item-bg-blue {
  background: #00B8EE;
}

.menu-item-bg-pink {
  background: #FA8186;
}

.menu-item-bg-yellow {
  background: #FCD13E;
}

.menu-item-bg-green {
  background: #2AADB0;
}

.menu-item-bg-red {
  background: #F9687D;
}

.lesson-header-bg-blue {
  background: #01A0C6;
}

.lesson-header-border-blue {
  background: #85D1E4;
}

.lesson-header-bg-pink {
  background: #FA8186;
}

.contact-header-bg {
  background: #0E3192;
}

/* --------------------------------
c-footer
----------------------------------- */
.sp-footer {
  width: 100%;
  margin-top: 18px;
}
.sp-footer__nav {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-auto-rows: 45px;
  background: #FF8001;
  border: 1px solid #FF8001;
  gap: 1px 1px;
}
.sp-footer__nav li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF2D3;
  font-size: 15px;
}
.sp-footer__nav li:last-of-type {
  grid-column: span 2;
}
.sp-footer__copyright {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}

/* --------------------------------
c-fix-bg
----------------------------------- */
.fix-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.fix-bg__bg {
  width: 100%;
  height: 100%;
}
.fix-bg__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.fix-bg__parts-areas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 50%;
}
.fix-bg .fix-bg-parts-area {
  position: relative;
}
.fix-bg .fix-bg-parts-area__item-l-0101 {
  width: 11.09375vw;
  position: absolute;
  top: 2.3070097604vh;
  left: 4.3229166667vw;
  -webkit-animation: fuwafuwa01 4s ease infinite;
          animation: fuwafuwa01 4s ease infinite;
}
.fix-bg .fix-bg-parts-area__item-l-0102 {
  width: 5vw;
  position: absolute;
  bottom: 11.8899733807vh;
  right: 13.28125vw;
  -webkit-animation: fuwafuwa01 4s ease 2s infinite;
          animation: fuwafuwa01 4s ease 2s infinite;
}
.fix-bg .fix-bg-parts-area__item-l-0103 {
  width: 4.9479166667vw;
  position: absolute;
  bottom: 0.4436557232vh;
  left: 3.90625vw;
  -webkit-animation: fuwafuwa01 4s ease 1s infinite;
          animation: fuwafuwa01 4s ease 1s infinite;
}
.fix-bg .fix-bg-parts-area__item-r-0101 {
  width: 5.5208333333vw;
  position: absolute;
  top: 5.8562555457vh;
  left: 12.7083333333vw;
  -webkit-animation: fuwafuwa01 4s ease infinite;
          animation: fuwafuwa01 4s ease infinite;
}
.fix-bg .fix-bg-parts-area__item-r-0102 {
  width: 5.46875vw;
  position: absolute;
  top: 9.405501331vh;
  left: 20.9895833333vw;
  -webkit-animation: fuwafuwa01 4s ease 2s infinite;
          animation: fuwafuwa01 4s ease 2s infinite;
}
.fix-bg .fix-bg-parts-area__item-r-0103 {
  width: 2.1354166667vw;
  position: absolute;
  top: 10.6477373558vh;
  right: 13.9583333333vw;
  -webkit-animation: fuwafuwa01 4s ease 1s infinite;
          animation: fuwafuwa01 4s ease 1s infinite;
}
.fix-bg .fix-bg-parts-area__item-r-0104 {
  width: 8.59375vw;
  position: absolute;
  top: 3.4605146406vh;
  right: 3.6979166667vw;
  -webkit-animation: fuwafuwa01 4s ease infinite;
          animation: fuwafuwa01 4s ease infinite;
}
.fix-bg .fix-bg-parts-area__item-r-0105 {
  width: 5.8854166667vw;
  position: absolute;
  bottom: 1.4196983141vh;
  right: 3.6979166667vw;
  -webkit-animation: fuwafuwa01 4s ease 2s infinite;
          animation: fuwafuwa01 4s ease 2s infinite;
}
.fix-bg .fix-bg-parts-area__item-r-0106 {
  width: 2.1354166667vw;
  position: absolute;
  bottom: 4.5252883762vh;
  left: 13.125vw;
  -webkit-animation: fuwafuwa01 4s ease 1s infinite;
          animation: fuwafuwa01 4s ease 1s infinite;
}
.fix-bg .fix-bg-parts-area__item-l-0104 {
  width: 6.5625vw;
  position: absolute;
  top: 6.4773735581vh;
  left: 5.1041666667vw;
  -webkit-animation: fuwafuwa01 4s ease infinite;
          animation: fuwafuwa01 4s ease infinite;
}
.fix-bg .fix-bg-parts-area__item-l-0105 {
  width: 2.1354166667vw;
  position: absolute;
  top: 4.7914818101vh;
  right: 20vw;
  -webkit-animation: fuwafuwa01 4s ease 2s infinite;
          animation: fuwafuwa01 4s ease 2s infinite;
}
.fix-bg .fix-bg-parts-area__item-l-0106 {
  width: 5.9895833333vw;
  position: absolute;
  top: 3.371783496vh;
  right: 11.5625vw;
  -webkit-animation: fuwafuwa01 4s ease 1s infinite;
          animation: fuwafuwa01 4s ease 1s infinite;
}
.fix-bg .fix-bg-parts-area__item-l-0107 {
  width: 2.1354166667vw;
  position: absolute;
  bottom: 16.5927240461vh;
  left: 5.3645833333vw;
  -webkit-animation: fuwafuwa01 4s ease infinite;
          animation: fuwafuwa01 4s ease infinite;
}
.fix-bg .fix-bg-parts-area__item-r-0107 {
  width: 4.53125vw;
  position: absolute;
  top: -0.8873114463vh;
  right: 7.1875vw;
  -webkit-animation: fuwafuwa01 4s ease 1s infinite;
          animation: fuwafuwa01 4s ease 1s infinite;
}
.fix-bg .fix-bg-parts-area__item-r-0108 {
  width: 8.59375vw;
  position: absolute;
  top: 7.3646850044vh;
  left: 11.5625vw;
  -webkit-animation: fuwafuwa01 4s ease 2s infinite;
          animation: fuwafuwa01 4s ease 2s infinite;
}
.fix-bg .fix-bg-parts-area__item-r-0109 {
  width: 2.2916666667vw;
  position: absolute;
  bottom: 16.2377994676vh;
  left: 21.6666666667vw;
  -webkit-animation: fuwafuwa01 4s ease 1s infinite;
          animation: fuwafuwa01 4s ease 1s infinite;
}
.fix-bg .fix-bg-parts-area__item-r-0110 {
  width: 2.2395833333vw;
  position: absolute;
  top: 14.8181011535vh;
  right: 5.625vw;
  -webkit-animation: fuwafuwa01 4s ease infinite;
          animation: fuwafuwa01 4s ease infinite;
}
.fix-bg .fix-bg-parts-area__item-r-0111 {
  width: 6.71875vw;
  position: absolute;
  bottom: 11.091393079vh;
  right: 0;
  -webkit-animation: fuwafuwa01 4s ease 2s infinite;
          animation: fuwafuwa01 4s ease 2s infinite;
}
.fix-bg .fix-bg-parts-area__star-l-0101 {
  width: 0.75vw;
  position: absolute;
  top: 12.5110913931vh;
  right: 18.8020833333vw;
  -webkit-animation: kirakira01 4s ease 1s infinite;
          animation: kirakira01 4s ease 1s infinite;
}
.fix-bg .fix-bg-parts-area__star-l-0102 {
  width: 0.75vw;
  position: absolute;
  top: 13.0434782609vh;
  right: 22.65625vw;
  -webkit-animation: kirakira01 4s ease 2s infinite;
          animation: kirakira01 4s ease 2s infinite;
}
.fix-bg .fix-bg-parts-area__star-l-0103 {
  width: 0.75vw;
  position: absolute;
  top: 18.544809228vh;
  left: 15.46875vw;
  -webkit-animation: kirakira01 4s ease 3s infinite;
          animation: kirakira01 4s ease 3s infinite;
}
.fix-bg .fix-bg-parts-area__star-l-0104 {
  width: 0.75vw;
  position: absolute;
  top: 25.1109139308vh;
  right: 15.15625vw;
  -webkit-animation: kirakira01 ease 1s infinite;
          animation: kirakira01 ease 1s infinite;
}
.fix-bg .fix-bg-parts-area__star-r-0101 {
  width: 0.75vw;
  position: absolute;
  top: 21.1180124224vh;
  left: 11.0416666667vw;
  -webkit-animation: kirakira01 4s ease 1s infinite;
          animation: kirakira01 4s ease 1s infinite;
}
.fix-bg .fix-bg-parts-area__star-r-0102 {
  width: 0.75vw;
  position: absolute;
  bottom: 2.4844720497vh;
  left: 15.3125vw;
  -webkit-animation: kirakira01 4s ease 2s infinite;
          animation: kirakira01 4s ease 2s infinite;
}
.fix-bg .fix-bg-parts-area__star-r-0103 {
  width: 0.75vw;
  position: absolute;
  bottom: 13.3096716948vh;
  right: 12.2916666667vw;
  -webkit-animation: kirakira01 4s ease 3s infinite;
          animation: kirakira01 4s ease 3s infinite;
}
.fix-bg .fix-bg-parts-area__star-r-0104 {
  width: 0.75vw;
  position: absolute;
  top: 2.7506654836vh;
  left: 23.1770833333vw;
  -webkit-animation: kirakira01 4s ease 1s infinite;
          animation: kirakira01 4s ease 1s infinite;
}
.fix-bg .fix-bg-parts-area__star-r-0105 {
  width: 0.75vw;
  position: absolute;
  top: 6.6548358474vh;
  right: 19.6354166667vw;
  -webkit-animation: kirakira01 4s ease 2s infinite;
          animation: kirakira01 4s ease 2s infinite;
}
.fix-bg .fix-bg-parts-area__star-r-0106 {
  width: 0.75vw;
  position: absolute;
  top: 31.322094055vh;
  left: 11.8229166667vw;
  -webkit-animation: kirakira01 4s ease 3s infinite;
          animation: kirakira01 4s ease 3s infinite;
}
.fix-bg .fix-bg-parts-area__kirakira-01 {
  width: 22.96875vw;
  position: absolute;
  top: 4.8802129547vh;
  left: 10.8854166667vw;
  -webkit-animation: kirakira01 4s ease infinite;
          animation: kirakira01 4s ease infinite;
}
.fix-bg .fix-bg-parts-area__kirakira-02 {
  width: 25vw;
  position: absolute;
  top: 4.1703637977vh;
  left: 14.0625vw;
  -webkit-animation: kirakira01 4s ease 2s infinite;
          animation: kirakira01 4s ease 2s infinite;
}

@-webkit-keyframes fuwafuwa01 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes fuwafuwa01 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes kirakira01 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kirakira01 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-breadcrumb {
  background-color: #8e9091;
}

.common-button-lh {
  display: inline-block;
  padding: 4px 10px 3px;
  background: #fff;
  border: 3px solid #85D1E4;
  border-radius: 11.5px;
  font-size: 10px;
  color: #01A0C6;
}
.lesson-header-bg-pink .common-button-lh {
  border: 3px solid #fab0b2;
  color: #FA8186;
}

.sp-common-button01 {
  display: block;
  width: 303px;
  margin: 0 auto;
  position: relative;
  transition: all 0.4s ease;
}
.sp-common-button01 .sub-text {
  font-size: 10px;
  line-height: 1.6;
  display: inline-block;
  position: relative;
  margin-bottom: 3px;
}
.sp-common-button01 .sub-text::before {
  content: "";
  width: 1px;
  height: 13.5px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -5px;
  transform: rotate(30deg) translateY(-50%);
}
.sp-common-button01 .main-text {
  font-size: 18px;
  line-height: 1.3222222222;
}
.sp-common-button01 .link-icon {
  width: 18.8px;
  height: 18.8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 15px;
  right: 17px;
}
.sp-common-button01 .link-icon span {
  width: 7px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.sp-common-button01 .link-icon span:nth-of-type(1) {
  transform: rotate(30deg) translate(-50%, -50%);
}
.sp-common-button01 .link-icon span:nth-of-type(2) {
  transform: rotate(-30deg) translate(-50%, -50%);
}
.sp-common-button01:hover {
  opacity: 0.5;
}

.sp-common-button02 {
  display: block;
  width: 303px;
  margin: 0 auto;
  transition: all 0.4s ease;
  position: relative;
}
.sp-common-button02 .main-text {
  font-size: 15px;
  line-height: 1.3222222222;
  letter-spacing: 0.2em;
}
.sp-common-button02 .link-icon {
  width: 18.8px;
  height: 18.8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.sp-common-button02 .link-icon span {
  width: 7px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.sp-common-button02 .link-icon span:nth-of-type(1) {
  transform: rotate(30deg) translate(-50%, -50%);
}
.sp-common-button02 .link-icon span:nth-of-type(2) {
  transform: rotate(-30deg) translate(-50%, -50%);
}
.sp-common-button02:hover {
  opacity: 0.5;
}

.bg-light-blue01 {
  background: #4DBDD7;
}

.border-light-blue02 {
  border-color: #D9F1F6;
}

.bg-light-green01 {
  background: #66C2A4;
}

.border-light-green02 {
  border-color: #CCECDC;
}

.bg-blue03 {
  background: #0E3192;
}

.border-blue04 {
  border-color: #80A7CE;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 25px;
  bottom: 50px;
  background: #aaa;
  opacity: 0.6;
  border-radius: 50%;
  line-height: 1;
  z-index: 100;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}

.common-sec-title01 {
  width: 100%;
  padding: 22.6px 20px 30px;
  position: relative;
}
.common-sec-title01 .sub-title {
  width: 216px;
  margin: 0 auto;
  position: relative;
}
.common-sec-title01 .sub-title img {
  width: 100%;
}
.common-sec-title01 .sub-title p {
  width: 100%;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 11px;
  text-align: center;
  line-height: 1.7727272727;
}
.common-sec-title01 h3 {
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 1.7272727273;
  font-weight: 700;
}
.common-sec-title01 .bottom-bg {
  width: 100%;
  height: 9.3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.curriculum__block-title {
  width: 100%;
  height: 46px;
  background: #4DBDD7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}
.curriculum__block-title h4 {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}
.curriculum__block-title .toggle-btn {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
}
.curriculum__block-title .toggle-btn span {
  width: 14px;
  height: 2.4px;
  background: #fff;
  position: absolute;
  top: 6.8px;
  right: 0;
  transition: transform 0.4s ease;
}
.curriculum__block-title .toggle-btn span:nth-of-type(2) {
  transform: rotate(90deg);
}

.curriculum__block-title.active .toggle-btn span:nth-of-type(2) {
  transform: rotate(0);
}

.bg-green-cp01 {
  background: #23B6BC;
}

.color-green-cp01 {
  color: #23B6BC;
}

.bg-green-cp02 {
  background: #90DADD;
}

.bg-green-yellow01 {
  background: #99D140;
}

.color-green-yellow01 {
  color: #99D140;
}

.bg-green-yellow02 {
  background: #CCEA97;
}

.bg-light-red01 {
  background: #FB6747;
}

.color-light-red01 {
  color: #FB6747;
}

.bg-light-red02 {
  background: #FCB398;
}

.bg-blue01 {
  background: #5085BC;
}

.color-blue01 {
  color: #5085BC;
}

.bg-blue02 {
  background: #D8E5F0;
}

.bg-orange01 {
  background: #FF8001;
}

.color-orange01 {
  color: #FF8001;
}

.bg-orange02 {
  background: #FDC070;
}

/* --------------------------------
c-reserve-btn
----------------------------------- */
.fix-reserve-btn {
  width: 62px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(115px);
  z-index: 50;
  display: block;
  opacity: 0;
  visibility: hidden;
}
.fix-reserve-btn img {
  width: 100%;
}

.fix-reserve-btn.is-show {
  opacity: 1;
  visibility: visible;
  transition: all 0.1s ease-in-out;
}
.fix-reserve-btn.is-show:hover {
  opacity: 0.5;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.links {
  padding: 40px;
}
.links .top-heading {
  margin-top: 20px;
  margin-bottom: 10px;
}
.links a {
  display: block;
  width: 250px;
  height: 50px;
  background: #0E3192;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.all-school-main {
  min-height: calc(100vh - 249px);
}
.all-school-main .all-school-mv {
  width: 100%;
  overflow: hidden;
}
.all-school-main .all-school-mv img {
  width: 101%;
  display: block;
}
.all-school-main .links {
  padding: 40px 20px;
}
.all-school-main .links a {
  display: block;
  margin-bottom: 20px;
  width: 200px;
  height: 50px;
  background: #0E3192;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.all-school-main .all-school-intro {
  padding: 30px 20px 22px;
}
.all-school-main .all-school-intro h3 {
  font-size: 24px;
  line-height: 1.4166666667;
  color: #4DBDD7;
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.all-school-main .all-school-intro p {
  font-size: 12.5px;
  line-height: 1.68;
  letter-spacing: 0.2em;
}
.all-school-main .three-feature {
  background: #4DBDD7;
  padding: 75.7px 0 0;
  -webkit-clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 calc(100% - 40px));
          clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 calc(100% - 40px));
}
.all-school-main .three-feature__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.all-school-main .three-feature__title .title-left {
  font-size: 90.5px;
  color: #fff;
}
.all-school-main .three-feature__title .title-right p {
  font-size: 35.25px;
  line-height: 1.4893617021;
  color: #fff;
}
.all-school-main .three-feature__title .title-right .sub-title {
  width: 150.37px;
  height: 47px;
  padding-top: 5px;
  background-image: url(../img/common/all-school/feature-sub-title.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
.all-school-main .three-feature__title .title-right .sub-title p {
  font-size: 18px;
  color: #4DBDD7;
  letter-spacing: 0.2em;
  text-align: center;
}
.all-school-main .three-feature .three-feature-block-wrap {
  padding: 32px 30px 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
.all-school-main .three-feature .three-feature-block-wrap:not(:first-of-type) {
  margin-top: -28px;
}
.all-school-main .three-feature .three-feature-block {
  width: 100%;
  height: 315px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding-top: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.all-school-main .three-feature .three-feature-block__title {
  margin-bottom: 10px;
}
.all-school-main .three-feature .three-feature-block__title .block-sub-title {
  width: 118px;
  height: 47px;
  color: #fff;
  text-align: center;
  padding-top: 12px;
  margin: 0 auto 6px;
  font-size: 16.7px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
.all-school-main .three-feature .three-feature-block__title h4 {
  font-size: 29px;
  line-height: 1.3793103448;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.all-school-main .three-feature .three-feature-block__toggle-btn-area {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.all-school-main .three-feature .three-feature-block__toggle-btn-area .three-feature-block-toggle-btn {
  width: 30px;
  height: 30px;
  position: relative;
}
.all-school-main .three-feature .three-feature-block__toggle-btn-area .three-feature-block-toggle-btn span {
  width: 24px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  top: 13px;
  left: 3px;
}
.all-school-main .three-feature .three-feature-block__toggle-btn-area .three-feature-block-toggle-btn span:nth-of-type(2) {
  transform: rotate(90deg);
  transition: all 0.4s ease;
}
.all-school-main .three-feature .three-feature-block__block-sec-wrap {
  display: none;
}
.all-school-main .three-feature .three-feature-block .block-sec-intro {
  padding: 0 20px;
  margin-bottom: 32px;
}
.all-school-main .three-feature .three-feature-block .block-sec-intro__title {
  text-align: center;
}
.all-school-main .three-feature .three-feature-block .block-sec-intro__title h5 {
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 20px;
}
.all-school-main .three-feature .three-feature-block .block-sec-intro__title h5 .deco {
  width: 1.6px;
  height: 46px;
  position: absolute;
  top: 50%;
}
.all-school-main .three-feature .three-feature-block .block-sec-intro__title h5 .deco-l {
  left: -3px;
  transform: rotate(-20deg) translateY(-50%);
}
.all-school-main .three-feature .three-feature-block .block-sec-intro__title h5 .deco-r {
  right: -3px;
  transform: rotate(20deg) translateY(-50%);
}
.all-school-main .three-feature .three-feature-block .block-sec-intro p {
  font-size: 12.5px;
  line-height: 1.68;
}
.all-school-main .three-feature .three-feature-block .block-sec-intro p a {
  color: #00AEEB;
}
.all-school-main .three-feature .three-feature-block .block-sec-anime {
  width: 244px;
  margin: 0 auto 56px;
}
.all-school-main .three-feature .three-feature-block .block-sec-can__title {
  text-align: center;
  margin-bottom: 40px;
}
.all-school-main .three-feature .three-feature-block .block-sec-can__title h5 {
  font-size: 29px;
  line-height: 1.3793103448;
  font-weight: 700;
}
.all-school-main .three-feature .three-feature-block .block-sec-can__contents {
  margin-bottom: 40px;
}
.all-school-main .three-feature .three-feature-block .block-sec-can__contents .block-sec-can-item {
  width: 200px;
  margin: 0 auto;
}
.all-school-main .three-feature .three-feature-block .block-sec-can__contents .block-sec-can-item:not(:first-of-type) {
  margin-top: 20px;
}
.all-school-main .three-feature .three-feature-block .block-sec-movement {
  margin-bottom: 30px;
}
.all-school-main .three-feature .three-feature-block .block-sec-movement .block-sec-movement-block__title {
  text-align: center;
  margin-bottom: 40px;
}
.all-school-main .three-feature .three-feature-block .block-sec-movement .block-sec-movement-block__title h5 {
  font-size: 21.5px;
  line-height: 1.376744186;
  display: inline-block;
  position: relative;
}
.all-school-main .three-feature .three-feature-block .block-sec-movement .block-sec-movement-block__title h5 .line {
  width: 100%;
  height: 4.3px;
  border-radius: 2.15px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.all-school-main .three-feature .three-feature-block .block-sec-movement .block-sec-movement-block__content {
  width: 237px;
  margin: 0 auto;
}
.all-school-main .three-feature .three-feature-block .block-sec-movement__block-plus {
  width: 81px;
  height: 81px;
  margin: 39.5px auto 27.6px;
  position: relative;
  border-radius: 50%;
}
.all-school-main .three-feature .three-feature-block .block-sec-movement__block-plus span {
  display: block;
  width: 41px;
  height: 5px;
  border-radius: 2.5px;
  position: absolute;
  top: 38.5px;
  left: 20px;
}
.all-school-main .three-feature .three-feature-block .block-sec-movement__block-plus span:nth-of-type(2) {
  transform: rotate(90deg);
}
.all-school-main .three-feature .three-feature-block .block-sec-movement__point {
  width: 272px;
  height: 150px;
  border-radius: 7.4px;
  margin: 95px auto 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 16px;
}
.all-school-main .three-feature .three-feature-block .block-sec-movement__point .point-title {
  width: 80.8px;
  height: 80.8px;
  border-radius: 50%;
  border-width: 5px;
  border-style: solid;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -40.4px;
  left: 50%;
  transform: translateX(-50%);
}
.all-school-main .three-feature .three-feature-block .block-sec-movement__point .point-text {
  text-align: center;
}
.all-school-main .three-feature .three-feature-block .block-sec-movement__point .point-text p {
  font-size: 12px;
  line-height: 1.4166666667;
}
.all-school-main .three-feature .three-feature-block .block-sec-school-intro {
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(2, 124.5px);
  -moz-column-gap: 18px;
       column-gap: 18px;
  row-gap: 16px;
}
.all-school-main .three-feature .three-feature-block .block-sec-school-intro .block-sec-school-intro-item__head {
  cursor: pointer;
}
.all-school-main .three-feature .three-feature-block .block-sec-school-intro .block-sec-school-intro-item__title {
  width: 100%;
  height: 31.6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 11.7px 11.7px 0 0;
}
.all-school-main .three-feature .three-feature-block .block-sec-school-intro .block-sec-school-intro-item__title h5 {
  font-size: 14px;
  color: #fff;
}
.all-school-main .three-feature .three-feature-block .block-sec-school-intro .block-sec-school-intro-item__image {
  width: 100%;
}
.all-school-main .three-feature .three-feature-block .block-sec-school-intro .block-sec-school-intro-item:first-of-type {
  grid-column: span 2;
}
.all-school-main .three-feature .three-feature-block .block-sec-school-intro .block-sec-school-intro-item__link-contents {
  width: 375px;
  height: calc(100vh - 60px);
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 38px 24px 57.7px;
  border-width: 2px;
  border-style: solid;
  border-radius: 11.5px;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}
.all-school-main .three-feature .three-feature-block .block-sec-school-intro .block-sec-school-intro-item__link-contents::-webkit-scrollbar {
  display: none;
}
.all-school-main .three-feature .three-feature-block .block-sec-school-intro .block-sec-school-intro-item__link-contents-wrap {
  border-radius: 12px;
  overflow: hidden;
  padding-bottom: 10px;
  overflow: auto;
}
.all-school-main .three-feature .three-feature-block .block-sec-school-intro .block-sec-school-intro-item__link-contents-wrap .link-heading {
  width: 100%;
  height: 70px;
  display: flex;
}
.all-school-main .three-feature .three-feature-block .block-sec-school-intro .block-sec-school-intro-item__link-contents-wrap .link-heading .title {
  flex: 1;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.all-school-main .three-feature .three-feature-block .block-sec-school-intro .block-sec-school-intro-item__link-contents-wrap .link-heading .close {
  width: 54.6px;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.all-school-main .three-feature .three-feature-block .block-sec-school-intro .block-sec-school-intro-item__link-contents-wrap .link-heading .close .line {
  width: 14.6px;
  height: 1px;
  position: absolute;
  top: 34.5px;
  left: 20px;
  transform-origin: center center;
}
.all-school-main .three-feature .three-feature-block .block-sec-school-intro .block-sec-school-intro-item__link-contents-wrap .link-heading .close .line:nth-of-type(1) {
  transform: rotate(45deg);
}
.all-school-main .three-feature .three-feature-block .block-sec-school-intro .block-sec-school-intro-item__link-contents-wrap .link-heading .close .line:nth-of-type(2) {
  transform: rotate(-45deg);
}
.all-school-main .three-feature .three-feature-block .block-sec-school-intro .block-sec-school-intro-item__link-contents-wrap .shop-links a {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-width: 2px;
  border-style: solid;
  position: relative;
  font-size: 16px;
  border-radius: 9px;
  transition: all 0.4s ease;
}
.all-school-main .three-feature .three-feature-block .block-sec-school-intro .block-sec-school-intro-item__link-contents-wrap .shop-links a:not(:first-of-type) {
  margin-top: 11.7px;
}
.all-school-main .three-feature .three-feature-block .block-sec-school-intro .block-sec-school-intro-item__link-contents-wrap .shop-links a:not(:first-of-type)::before {
  content: "";
  width: 94%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.all-school-main .three-feature .three-feature-block .block-sec-school-intro .block-sec-school-intro-item__link-contents-wrap .shop-links a:hover {
  opacity: 0.5;
}
.all-school-main .three-feature .three-feature-block .block-sec-school-intro .block-sec-school-intro-item__link-contents.active {
  opacity: 1;
  visibility: visible;
}
.all-school-main .three-feature .three-feature-block .block-sec-voice {
  margin: 43.7px 0 51.3px;
}
.all-school-main .three-feature .three-feature-block .block-sec-voice__title {
  width: 149px;
  height: 47px;
  background-image: url(../img/common/all-school/voice-title.png);
  background-size: cover;
  padding-top: 10px;
  text-align: center;
  margin: 0 auto 5px;
}
.all-school-main .three-feature .three-feature-block .block-sec-voice__title h5 {
  color: #fff;
  font-size: 18px;
}
.all-school-main .three-feature .three-feature-block .block-sec-voice__image {
  width: 153px;
  margin: 0 auto 11px;
}
.all-school-main .three-feature .three-feature-block .block-sec-voice__contents {
  padding: 0 24px;
}
.all-school-main .three-feature .three-feature-block .block-sec-voice__contents h6 {
  font-size: 18px;
  line-height: 1.3888888889;
  text-align: center;
  margin-bottom: 9.3px;
}
.all-school-main .three-feature .three-feature-block .block-sec-voice__contents p {
  font-size: 12.5px;
  line-height: 1.68;
}
.all-school-main .three-feature .three-feature-block .block-sec-safety {
  padding: 0 26px;
  margin-bottom: 30px;
}
.all-school-main .three-feature .three-feature-block .block-sec-safety .block-sec-safety-item:not(:last-of-type) {
  margin-bottom: 23.8px;
}
.all-school-main .three-feature .three-feature-block .block-sec-safety .block-sec-safety-item__image {
  margin-bottom: 3.5px;
}
.all-school-main .three-feature .three-feature-block .block-sec-safety .block-sec-safety-item__text {
  text-align: center;
  font-size: 20px;
  line-height: 1.48;
}
.all-school-main .three-feature .three-feature-block-wrap.feature-block01 .three-feature-block__title .block-sub-title {
  background-image: url(../img/common/all-school/feature-block01-sub-title.png);
}
.all-school-main .three-feature .three-feature-block-wrap.feature-block02 {
  background-image: url(../img/common/all-school/feature-block02-bg.png);
}
.all-school-main .three-feature .three-feature-block-wrap.feature-block02 .three-feature-block__title .block-sub-title {
  background-image: url(../img/common/all-school/feature-block02-sub-title.png);
}
.all-school-main .three-feature .three-feature-block-wrap.feature-block03 {
  background-image: url(../img/common/all-school/feature-block03-bg.png);
}
.all-school-main .three-feature .three-feature-block-wrap.feature-block03 .three-feature-block__title .block-sub-title {
  background-image: url(../img/common/all-school/feature-block03-sub-title.png);
}
.all-school-main .three-feature .three-feature-block-wrap.feature-block04 {
  background-image: url(../img/common/all-school/feature-block04-bg.png);
}
.all-school-main .three-feature .three-feature-block-wrap.feature-block04 .three-feature-block {
  border-radius: 25.2px;
  height: 202px;
  padding-top: 30px;
}
.all-school-main .three-feature .three-feature-block-wrap.feature-block04 .three-feature-block.active {
  height: initial;
}
.all-school-main .three-feature .three-feature-block.active {
  display: block;
  border-radius: 25.2px;
  padding-top: 30px;
  height: initial;
}
.all-school-main .three-feature .three-feature-block.active .three-feature-block__toggle-btn-area .three-feature-block-toggle-btn span:nth-of-type(2) {
  transform: rotate(0);
}
.all-school-main .experience {
  margin-top: -16px;
  padding-bottom: 50px;
}
.all-school-main .experience__title {
  width: 100%;
  height: 270px;
  background: #4DBDD7;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 40px, 100% 202px, 0 100%);
          clip-path: polygon(0 0, 100% 40px, 100% 202px, 0 100%);
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.all-school-main .experience__title h3 {
  font-size: 41.3px;
  line-height: 1.416464891;
  font-weight: 700;
}
.all-school-main .experience__title p {
  font-size: 12.5px;
  line-height: 1.68;
}
.all-school-main .experience__title .bottom-bg {
  width: 100%;
  height: 83px;
  background: #A6DEEB;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(100% 0, 100% 15px, 0 100%, 0 calc(100% - 15px));
          clip-path: polygon(100% 0, 100% 15px, 0 100%, 0 calc(100% - 15px));
}
.all-school-main .experience .experience-item:first-of-type {
  margin-bottom: 60px;
}
.all-school-main .experience .experience-item__title {
  text-align: center;
  margin-bottom: 22.5px;
}
.all-school-main .experience .experience-item__title h4 {
  display: inline-block;
  font-size: 22px;
  line-height: 1.5454545455;
  padding-bottom: 6.3px;
  position: relative;
  font-weight: 700;
}
.all-school-main .experience .experience-item__title h4 .line {
  width: 100%;
  height: 4.3px;
  border-radius: 2.15px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.all-school-main .experience .experience-item .experience-item-flow {
  display: flex;
  min-height: 44px;
  -moz-column-gap: 9px;
       column-gap: 9px;
}
.all-school-main .experience .experience-item .experience-item-flow:not(:last-of-type) {
  margin-bottom: 20px;
}
.all-school-main .experience .experience-item .experience-item-flow__num {
  width: 28.6px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  padding-bottom: 5px;
}
.all-school-main .experience .experience-item .experience-item-flow .flow-num01-b {
  background-image: url(../img/common/all-school/experience-item-blue01.png);
}
.all-school-main .experience .experience-item .experience-item-flow .flow-num02-b {
  background-image: url(../img/common/all-school/experience-item-blue02.png);
}
.all-school-main .experience .experience-item .experience-item-flow .flow-num03-b {
  background-image: url(../img/common/all-school/experience-item-blue03.png);
}
.all-school-main .experience .experience-item .experience-item-flow .flow-num01-g {
  background-image: url(../img/common/all-school/experience-item-green01.png);
}
.all-school-main .experience .experience-item .experience-item-flow .flow-num02-g {
  background-image: url(../img/common/all-school/experience-item-green02.png);
}
.all-school-main .experience .experience-item .experience-item-flow__text {
  flex: 1;
  align-self: center;
}
.all-school-main .experience .experience-item .experience-item-flow__text p {
  font-size: 12.5px;
  line-height: 1.44;
}
.all-school-main .experience .experience-item .experience-item-flow__text p a {
  color: #4DB7A2;
}
.all-school-main .experience .experience-item:first-of-type .experience-item__content .experience-item-flow:nth-of-type(4) .experience-item-flow__text {
  padding-bottom: 10px;
}
.all-school-main .experience .experience-item:nth-of-type(2) .experience-item__content .experience-item-flow:nth-of-type(2) .experience-item-flow__text, .all-school-main .experience .experience-item:nth-of-type(2) .experience-item__content .experience-item-flow:nth-of-type(4) .experience-item-flow__text {
  padding-bottom: 6px;
}
.all-school-main .shop {
  padding: 70px 20px 50px;
  background: #0580B7;
  -webkit-clip-path: polygon(0 0, 100% 48px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 48px, 100% 100%, 0 100%);
}
.all-school-main .shop__title {
  text-align: center;
  margin-bottom: 30px;
}
.all-school-main .shop__title h3 {
  font-size: 24px;
  line-height: 1.4166666667;
  color: #fff;
  font-weight: 700;
}
.all-school-main .shop .shop-item {
  width: 100%;
  background: #fff;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}
.all-school-main .shop .shop-item:not(:last-of-type) {
  margin-bottom: 7px;
}
.all-school-main .shop .shop-item__area {
  display: flex;
  width: 100%;
  height: 70px;
}
.all-school-main .shop .shop-item__area .area-name {
  flex: 1;
  height: 100%;
  color: #0580B7;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.all-school-main .shop .shop-item__area .area-icon {
  width: 55px;
  height: 100%;
  background: #CCECF4;
  position: relative;
}
.all-school-main .shop .shop-item__area .area-icon span {
  width: 18px;
  height: 3px;
  background: #0580B7;
  position: absolute;
  top: 33.5px;
  left: 18.5px;
}
.all-school-main .shop .shop-item__area .area-icon span:nth-of-type(2) {
  transform: rotate(90deg);
}
.all-school-main .shop .shop-item__content {
  display: none;
}
.all-school-main .shop .shop-item__content .shop-item-link-btn {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #008BD5;
  color: #fff;
  font-size: 17px;
  margin-top: 2px;
  transition: all 0.4s ease;
}
.all-school-main .shop .shop-item__content .shop-item-link-btn:hover {
  opacity: 0.5;
}
.all-school-main .shop .shop-item.active {
  border-radius: 12px 12px 0 0;
}

.fb-bg-orange01 {
  background: #FE9929;
}

.fb-bg-orange02 {
  background: #FED999;
}

.fb-color-orange01 {
  color: #FE9929;
}

.fb-bg-green01 {
  background: #66C2A4;
}

.fb-bg-green02 {
  background: #BFE7DA;
}

.fb-color-green01 {
  color: #66C2A4;
}

.fb-border-green02 {
  border-color: #BFE7DA;
}

.fb-bg-red01 {
  background: #F9687D;
}

.fb-bg-red02 {
  background: #FCC0C9;
}

.fb-color-red01 {
  color: #F9687D;
}

.fb-color-red02 {
  color: #FA687D;
}

.fb-border-red01 {
  border-color: #F9687D;
}

.fb-bg-yellow-green01 {
  background: #99D140;
}

.fb-bg-yellow-green02 {
  background: #CCEA97;
}

.fb-color-yellow-green01 {
  color: #99D140;
}

.experience-bg-blue01 {
  background: #4DBDD7;
}

.experience-color-blue01 {
  color: #4DBDD7;
}

.experience-bg-green01 {
  background: #4DB7A2;
}

.experience-color-green01 {
  color: #4DB7A2;
}

.school-bg-blue01 {
  background: #00B8EE;
}

.school-border-blue01 {
  border-color: #00B8EE;
}

.school-bg-blue02 {
  background: #D2ECFA;
}

.school-color-blue02 {
  color: #1AAACC;
}

.sp-mv {
  width: 100%;
  height: 470px;
}
.sp-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp-main section {
  margin-top: -60px;
  padding-top: 60px;
}

.school-cp {
  margin-top: 17px;
}
.school-cp__contents {
  padding: 32.5px 0 0 40px;
}
.school-cp__items {
  display: flex;
  padding-bottom: 30px;
}
.school-cp .school-cp-item {
  width: 295px;
  height: auto;
  flex: 0 0 auto;
  margin-right: 20px;
}
.school-cp .school-cp-item__image {
  width: 100%;
  height: 100%;
}

.school-cp .school-cp-item__image a{
  width: 100%;
  height: 100%;
}
.school-cp .school-cp-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.school-cp .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  padding-right: 40px;
}
.school-cp .slick-dots li {
  display: block;
  width: 7.5px;
  height: 7.5px;
  background: #CCCCB8;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .school-cp .slick-dots li {
    width: 10%;
  }
}
.school-cp .slick-dots li button {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.school-cp .slick-dots li.slick-active button {
  background: #FB6747;
}

.school-info {
  margin-top: 17px;
}
.school-info__contents {
  padding: 40px 20px;
}
.school-info__items {
  display: grid;
  grid-template-columns: repeat(2, 136px);
  justify-content: center;
  -moz-column-gap: 31.4px;
  column-gap: 31.4px;
  row-gap: 28px;
  margin-bottom: 36px;
}
.school-info__items.top {
  margin-bottom: 0;
}
.school-info__items.only {
  grid-template-columns: repeat(1, 136px);
}
.school-info .school-info-item {
  display: block;
  transition: all 0.4s ease;
}
.school-info .school-info-item__image {
  width: 100%;
  height: 136px;
  margin-bottom: 5px;
}
.school-info .school-info-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.school-info .school-info-item__text {
  font-size: 14.8px;
  text-align: center;
  color: #99CF16;
  line-height: 1.7515923567;
}
.school-info .school-info-item:hover {
  opacity: 0.5;
}

.facility-intro__contents {
  padding: 32.5px 0 30px 40px;
}
.facility-intro__items {
  display: flex;
  padding-bottom: 30px;
}
.facility-intro .facility-intro-item {
  width: 295px;
  height: 265px;
  background: #FFF7E2;
  flex: 0 0 auto;
  margin-right: 20px;
}
.facility-intro .facility-intro-item__image {
  width: 100%;
  height: 171.7px;
}
.facility-intro .facility-intro-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facility-intro .facility-intro-item__text {
  text-align: center;
  width: 100%;
  height: calc(100% - 171.7px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.facility-intro .facility-intro-item__text .title {
  font-size: 19.5px;
  line-height: 1.7435897436;
}
.facility-intro .facility-intro-item__text .exp {
  font-size: 12px;
  line-height: 1.25;
}
.facility-intro .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding-right: 40px;
}
.facility-intro .slick-dots li {
  display: block;
  width: 7.5px;
  height: 7.5px;
  background: #CCCCB8;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .facility-intro .slick-dots li {
    width: 10%;
  }
}
.facility-intro .slick-dots li button {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.facility-intro .slick-dots li.slick-active button {
  background: #FB6747;
}

.school-news__contents {
  padding: 14px 20px 50px;
}
.school-news__items {
  margin-bottom: 40px;
}
.school-news .school-news-item {
  display: block;
  padding: 17px 0;
  border-bottom: 1px solid #A9A6A4;
  text-align: center;
  transition: all 0.4s ease;
}
.school-news .school-news-item__date {
  font-size: 10px;
  line-height: 1.75;
  margin-bottom: 4px;
}
.school-news .school-news-item__title {
  font-size: 12px;
  line-height: 1.7521367521;
}
.school-news .school-news-item:hover {
  opacity: 0.5;
}
.school-news__link .sp-common-button01:first-of-type {
  margin-bottom: 30px;
}

.school-bus__title .common-sec-title01 .sub-title p {
  font-size: 10px;
}
.school-bus__contents {
  padding: 45px 20px 45px;
}
.school-bus__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.school-bus .school-bus-item {
  display: block;
  width: 130px;
}

.access-info__map {
  width: 100%;
  height: 340px;
}
.access-info__map iframe {
  width: 100%;
  height: 100%;
}
.access-info__contents {
  padding: 27px 20px 34px;
}
.access-info__items {
  margin-bottom: 26px;
}
.access-info .access-info-item:not(:last-of-type) {
  margin-bottom: 17px;
}
.access-info .access-info-item__title {
  width: 200px;
  height: 30px;
  background: #FFF2D3;
  border: 1px solid #FF8001;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13.7px;
  line-height: 1.7518248175;
  margin: 0 auto 14px;
}
.access-info .access-info-item__content {
  text-align: center;
}
.access-info .access-info-item__content .text {
  font-size: 15px;
  line-height: 1.7333333333;
}
.access-info .access-info-item__content .tel {
  font-size: 19px;
  line-height: 1.3157894737;
  color: #FF8001;
}
.access-info .access-info-item__content .anno {
  font-size: 10px;
  line-height: 1.8;
  margin-top: 10px;
}

.lesson-intro {
  width: 100%;
  /* height: 194px; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}
.lesson-intro p {
  font-size: 11px;
  line-height: 2.4545454545;
}

.lesson-info__contents {
  padding: 40px 20px;
}
.lesson-info__items-head {
  text-align: center;
  margin-bottom: 40px;
}
.lesson-info__items-head a {
  display: block;
  font-size: 15px;
  line-height: 1.75;
  color: #337AB7;
}
.lesson-info__items-head a:not(:first-of-type) {
  margin-top: 17px;
}
.lesson-info .lesson-info-item:not(:first-of-type) {
  padding-top: 40px;
  margin-top: 40px;
  border-top-width: 5px;
  border-top-style: dotted;
}
.lesson-info .lesson-info-item__image {
  width: 100%;
  margin-bottom: 40px;
}
.lesson-info .lesson-info-item__image img {
  width: 100%;
}
.lesson-info .lesson-info-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.lesson-info .lesson-info-item__head .head-title {
  width: 124.5px;
  height: 124.5px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  text-align: center;
  font-size: 20px;
}
.lesson-info .lesson-info-item__head .head-title .sub_name {
  font-size: 10px;
}
.lesson-info .lesson-info-item__head .target-age {
  width: 50%;
}
.lesson-info .lesson-info-item__head .target-age__title {
  width: 63px;
  height: 26px;
  border: 1px solid;
  border-radius: 13px;
  margin: 0 auto 10px;
  font-size: 11.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lesson-info .lesson-info-item__head .target-age__text {
  text-align: center;
}
.lesson-info .lesson-info-item__head .target-age__text p {
  font-size: 12.5px;
  line-height: 1.744;
}
.lesson-info .lesson-info-item__head .target-age__anno {
  margin-top: 5px;
  text-align: center;
}
.lesson-info .lesson-info-item__head .target-age__anno p {
  font-size: 10px;
  line-height: 1.5;
}
.lesson-info .lesson-info-item .head-anno {
  margin-top: -20px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.lesson-info .lesson-info-item .head-anno p {
  font-size: 12.5px;
  line-height: 1.68;
}
.lesson-info .lesson-info-item .head-anno.center {
  text-align: center;
}
.lesson-info .lesson-info-item .special-management-list {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: -20px;
}
.lesson-info .lesson-info-item .special-management-list__content h5 {
  margin-top: 5px;
}
.lesson-info .lesson-info-item .special-management-list__content h5 a {
  color: #0E3192;
}
.lesson-info .lesson-info-item .special-recital-link {
  text-align: center;
  margin-bottom: 33px;
  margin-top: -20px;
}
.lesson-info .lesson-info-item .special-recital-link a {
  display: block;
  color: #337AB7;
  font-size: 12px;
  line-height: 1.6666666667;
}
.lesson-info .lesson-info-item .special-recital-link a:not(:first-of-type) {
  margin-top: 16px;
}
.lesson-info .lesson-info-item .special-members {
  font-size: 15px;
  line-height: 1.4;
  margin-top: -20px;
  margin-bottom: 20px;
}
.lesson-info .lesson-info-item .special-members__title {
  margin-bottom: 10px;
}
.lesson-info .lesson-info-item .special-members__content a {
  display: block;
  color: #337AB7;
}
.lesson-info .lesson-info-item .special-members__content a:not(:first-of-type) {
  margin-top: 20px;
}
.lesson-info .lesson-info-item__content .content-title {
  width: 200px;
  height: 29px;
  border-radius: 14.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 18px;
  font-size: 13.7px;
  border-width: 1px;
  border-style: solid;
}
.lesson-info .lesson-info-item__content .content-text {
  margin-bottom: 18px;
  text-align: center;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.lesson-info .lesson-info-item__content .content-text:last-of-type {
  margin-bottom: 0;
}
.lesson-info .lesson-info-item__content .content-text .date-target {
  text-align: center;
}
.lesson-info .lesson-info-item__content .content-text .date-target:not(:first-of-type) {
  margin-top: 10px;
}
.lesson-info .lesson-info-item__content .content-text dl {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 45px;
       column-gap: 45px;
  position: relative;
}
.lesson-info .lesson-info-item__content .content-text dl dt {
  text-align: right;
  position: relative;
  white-space: nowrap;
}
.lesson-info .lesson-info-item__content .content-text dl dd {
  width: 116px;
  text-align: right;
  position: relative;
}
.lesson-info .lesson-info-item__content .content-text dl .dot::before {
  content: "……";
  position: absolute;
  top: 0;
  right: 116px;
}
.lesson-info .lesson-info-item__content .content-text dl.center {
  justify-content: center;
}
.lesson-info .lesson-info-item__content .content-text a {
  display: block;
  color: #337AB7;
}
.lesson-info .lesson-info-item__content .content-text .report {
  display: block;
  color: #337AB7;
  font-size: 12px;
  line-height: 1.75;
  text-align: left;
}
.lesson-info .lesson-info-item__content .content-text .report:not(:first-of-type) {
  margin-top: 10px;
}
.lesson-info .lesson-info-item__content .content-text .teacher-link-wrap {
  display: flex;
  justify-content: center;
}
.lesson-info .lesson-info-item__content .content-text .teacher-link-wrap a {
  display: block;
}
.lesson-info .lesson-info-item__content .content-text .teacher-link-wrap a:nth-of-type(2)::before {
  content: "・";
}
.lesson-info .lesson-info-item__content .content-text.date {
  display: flex;
  justify-content: center;
}
.lesson-info .lesson-info-item__content .content-anno {
  margin-top: -10px;
  margin-bottom: 20px;
  text-align: center;
}
.lesson-info .lesson-info-item__content .content-anno p {
  font-size: 12.5px;
  line-height: 1.68;
}
.lesson-info .lesson-info-item__content .content-anno.content-anno-red {
  margin-top: 0;
  text-align: left;
}
.lesson-info .lesson-info-item__content .content-anno.content-anno-red p {
  color: #E40012;
}
.lesson-info .lesson-info-item__content .lesson-place {
  font-size: 15px;
  line-height: 1.4;
  padding-top: 40px;
  border-top: 5px dotted #FA8186;
}
.lesson-info .lesson-info-item__content .lesson-place .place-anno {
  margin-top: 20px;
  text-align: left;
}
.lesson-info .lesson-info-item__content .lesson-place .place-link {
  display: block;
  color: #337AB7;
  margin-top: 20px;
  text-align: center;
}
.lesson-info .courtesy_bus {
  margin-bottom: 35.5px;
  margin-top: 10px;
  text-align: center;
}
.lesson-info .courtesy_bus a {
  display: block;
  color: #337AB7;
  font-size: 15px;
  line-height: 1.7333333333;
}
.lesson-info .school-product {
  padding-top: 40px;
  margin-top: 40px;
  border-top-width: 5px;
  border-top-style: dotted;
}
.lesson-info .school-product .content-title {
  width: 200px;
  height: 29px;
  border-radius: 14.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 14px;
  font-size: 13.7px;
  border-width: 1px;
  border-style: solid;
}
.lesson-info .school-product .content-text {
  margin-bottom: 20px;
  text-align: center;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.things-necessary__contents {
  padding: 50px 20px;
  text-align: center;
}
.things-necessary__contents p {
  font-size: 15px;
  line-height: 1.75;
}
.things-necessary__contents .paige {
  width: 100%;
  margin-top: 26.5px;
}
.things-necessary__contents .paige a {
  display: block;
  font-size: 12px;
  line-height: 2.1875;
  text-decoration: underline;
}
.things-necessary__contents .reserve-btn {
  margin-top: 40px;
}
.things-necessary__contents .reserve-btn a {
  display: block;
  width: 100%;
  transition: all 0.4s ease;
}
.things-necessary__contents .reserve-btn a:hover {
  opacity: 0.5;
}

.other-lesson {
  margin-top: 0;
}
.other-lesson__title {
  margin-bottom: 40px;
}
.other-lesson__contents {
  padding: 0 20px 40px;
}
.other-lesson .other-lesson__link.two-item a:not(:first-of-type) {
  margin-top: 38px;
}

.curriculum__contents {
  padding: 40px 20px 40px;
}
.curriculum__block:not(:last-of-type) {
  margin-bottom: 40px;
}
.curriculum__block-title {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.curriculum__block-title.active {
  margin-bottom: 25px;
}
.curriculum__items {
  display: none;
}
.curriculum .curriculum-item:not(:last-of-type) {
  margin-bottom: 40px;
}
.curriculum .curriculum-item__image {
  width: 220px;
  margin: 0 auto 12px;
}
.curriculum .curriculum-item__title {
  font-size: 21px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 7px;
}
.curriculum .curriculum-item__text {
  font-size: 12.5px;
  line-height: 1.68;
}
.curriculum .curriculum-item__anno {
  font-size: 10px;
  line-height: 1.6;
  margin-top: 8px;
}
.curriculum .curriculum-item__stage {
  margin-top: 18px;
}
.curriculum .curriculum-item__stage h5 {
  text-align: center;
  font-size: 12.5px;
  line-height: 1.68;
  margin-bottom: 8px;
}
.curriculum .curriculum-item__stage dl {
  text-align: center;
}
.curriculum .curriculum-item__stage dl dt {
  font-size: 21px;
  line-height: 1.75;
  margin-bottom: 3px;
}
.curriculum .curriculum-item__stage dl dd {
  font-size: 10px;
  line-height: 2.1;
}
.curriculum__block:nth-of-type(2) .curriculum-item:nth-of-type(2) .curriculum-item__image {
  width: 100%;
}
.curriculum__block:nth-of-type(3) .curriculum-item:nth-of-type(1) .curriculum-item__image {
  width: 269px;
}
.curriculum__block:nth-of-type(3) .curriculum-item:not(:first-of-type) .curriculum-item__image {
  width: 100%;
}

.color-water {
  color: #4DBDD7;
}

.bg-water {
  background: #4DBDD7;
}

.lesson-color-pink01 {
  color: #FA8186;
}

.lesson-color-blue01 {
  color: #01A0C6;
}

.lesson-bg-pink01 {
  background: #FA8186;
}

.lesson-bg-blue01 {
  background: #01A0C6;
}

.lesson-border-pink01 {
  border-color: #FA8186;
}

.lesson-border-blue01 {
  border-color: #01A0C6;
}

.lesson-bg-pink02 {
  background: #FCBFC2;
}

.lesson-bg-blue02 {
  background: #CCECF4;
}

#contact .contact-mv {
  width: 100%;
  position: relative;
}
#contact .contact-mv img {
  width: 101%;
  transform: translateX(-0.5%);
}
#contact .contact-notes {
  padding: 18px 20px 47px;
  border-bottom: 5px dotted #0E3192;
}
#contact .contact-notes h3 {
  font-size: 22px;
  text-align: center;
  line-height: 1.5454545455;
  margin-bottom: 25px;
}
#contact .contact-notes p {
  font-size: 11px;
  line-height: 2.1;
}
#contact .contact-notes p:not(:last-of-type) {
  margin-bottom: 10px;
}
#contact .contact-notes p a {
  color: #FA8186;
}
#contact .contact-notes .large-size {
  font-size: 12.5px;
}
#contact .contact-notes .cancel {
  font-size: 12.5px;
  color: #E40012;
}
#contact .input-form {
  padding: 40px 20px;
}
#contact .input-form__title {
  width: 100%;
  height: 70px;
  border: 4px solid rgb(122, 146, 211);
  background: #0E3192;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
  margin-bottom: 28px;
}
#contact .input-form .confirm-head {
  display: none;
}
#contact .input-form__contents {
  font-size: 15px;
  line-height: 1.4;
}
#contact .input-form__dl:not(:last-of-type) {
  margin-bottom: 40px;
}
#contact .input-form__dt {
  margin-bottom: 8px;
}
#contact .input-form__dt .small {
  font-size: 11px;
}
#contact .input-form__dd .input-wrap {
  display: flex;
  -moz-column-gap: 7px;
       column-gap: 7px;
  align-items: center;
  position: relative;
}
#contact .input-form__dd .input-wrap:not(:first-of-type) {
  margin-top: 17px;
}
#contact .input-form__dd .input-wrap .input-text {
  flex: 1;
}
#contact .input-form__dd .input-wrap .error {
  position: absolute;
  top: 39px;
  left: 22px;
  font-size: 12px;
}
#contact .input-form__dd .input-wrap02 {
  display: flex;
  align-items: center;
  -moz-column-gap: 1%;
       column-gap: 1%;
}
#contact .input-form__dd .input-wrap02 .input-post {
  margin: 0;
}
#contact .input-form__dd .input-wrap02 .input-post:first-of-type {
  width: 30.5%;
}
#contact .input-form__dd .input-wrap02 .input-post:nth-of-type(2) {
  width: 62.7%;
}
#contact .input-form__dd .input-wrap02 .input-post::-moz-placeholder {
  font-size: 12px;
}
#contact .input-form__dd .input-wrap02 .input-post:-ms-input-placeholder {
  font-size: 12px;
}
#contact .input-form__dd .input-wrap02 .input-post::placeholder {
  font-size: 12px;
}
#contact .input-form__dd input:not(:first-of-type) {
  margin-top: 17px;
}
#contact .input-form__dd .contact-anno p {
  font-size: 11px;
  line-height: 1.9090909091;
  margin-top: 10px;
}
#contact .input-form__dd .school-anno:first-of-type {
  margin-top: 20px;
}
#contact .input-form__dd .school-anno:nth-of-type(2) {
  margin-top: 10px;
}
#contact .input-form__dd .school-anno a {
  color: #FA8186;
}
#contact .input-form .mandatory {
  display: inline-block;
  color: #E40012;
  margin-left: 6px;
}
#contact .input-form .input-text {
  border: 1px solid #707070;
  border-radius: 11px;
  height: 40px;
  width: 100%;
  padding: 5px 15px;
}
#contact .input-form .textarea {
  border: 1px solid #707070;
  border-radius: 11px;
  height: 200px;
  width: 100%;
  line-height: 1.4;
  padding: 5px 15px;
}
#contact .input-form input::-moz-placeholder, #contact .input-form textarea::-moz-placeholder {
  color: rgba(69, 66, 64, 0.44);
}
#contact .input-form input:-ms-input-placeholder, #contact .input-form textarea:-ms-input-placeholder {
  color: rgba(69, 66, 64, 0.44);
}
#contact .input-form input::placeholder,
#contact .input-form textarea::placeholder {
  color: rgba(69, 66, 64, 0.44);
}
#contact .input-form .form-select-btn {
  width: 100%;
  height: 40px;
  border: 1px solid #707070;
  border-radius: 11px;
  padding: 5px 15px;
}
#contact .input-form .form-select-btn option {
  height: 25px;
}
#contact .input-form .form-select-btn:not(:first-of-type) {
  margin-top: 17px;
}
#contact .input-form .vertical-item {
  display: block;
}
#contact .input-form .horizontal-item {
  display: inline-block;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  #contact .input-form .horizontal-item {
    display: block;
  }
}
#contact .input-form input[type=radio] + span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 400;
  font-size: 18px;
  padding: 0;
  margin-right: 8px;
  vertical-align: -2px;
}
#contact .input-form input[type=radio]:checked + span:before {
  content: "\f192";
  font-weight: 400;
}
#contact .input-form input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
#contact .input-form input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 3.6rem;
}
#contact .input-form input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 2.4rem;
}
#contact .input-form input[type=checkbox]:checked + span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 2.5rem;
  padding-left: 0.2rem;
}
#contact .input-form .privacy-sec {
  display: none;
}
#contact .input-form .submit-wrap {
  margin-top: 40px;
  padding-top: 70px;
  border-top: 5px dotted #FA8186;
}
#contact .input-form .submit-wrap .submit-button {
  display: block;
  width: 303px;
  height: 108px;
  margin: 0 auto;
  position: relative;
  transition: all 0.4s ease;
  background-image: url(../img/common/buttons/確認する.svg);
  background-size: cover;
  text-indent: -9999px;
  cursor: pointer;
}
#contact .input-form .submit-wrap .submit-button:hover {
  opacity: 0.5;
}
#contact .input-form .submit-wrap .submit-button.submit-back-button {
  margin-top: 40px;
  background-image: url(../img/common/buttons/back_big_btn.svg);
}
#contact .confirm-main .contact-mv {
  display: none;
}
#contact .confirm-main .contact-notes {
  display: none;
}
#contact .confirm-main .input-form__title {
  display: none;
}
#contact .confirm-main .input-form .confirm-head {
  display: block;
  padding: 40px 0;
}
#contact .confirm-main .input-form .confirm-head__anno {
  font-size: 15px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 40px;
}
#contact .confirm-main .input-form .confirm-head__title {
  width: 100%;
  height: 55px;
  border: 4px solid rgb(122, 146, 211);
  background: #0E3192;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #fff;
  margin-bottom: 28px;
}
#contact .confirm-main .input-form__dd .input-wrap .fl {
  display: none;
}
#contact .confirm-main .input-form__dd .contact-anno {
  display: none;
}
#contact .confirm-main .input-form__dd.two-row {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
#contact .confirm-main .input-form__dd.two-row .input-wrap:not(:first-of-type) {
  margin-top: 0;
}
#contact .confirm-main .privacy-sec {
  display: block;
  margin-top: 40px;
}
#contact .confirm-main .privacy-sec__title {
  width: 100%;
  height: 55px;
  background-image: url(../img/common/buttons/personalinfo.svg);
}
#contact .confirm-main .privacy-sec__content {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.4;
  padding: 20px;
  width: 100%;
  height: 250px;
  overflow-y: scroll;
  border: 1px solid #707070;
}
#contact .confirm-main .privacy-sec__content h5:not(:first-of-type) {
  margin-top: 35px;
}
#contact .confirm-main .privacy-sec__anno {
  font-size: 11px;
  line-height: 1.9090909091;
}
#contact .confirm-main .submit-wrap .submit-button {
  background-image: url(../img/common/buttons/apply_btn.svg);
}
#contact .thanks-main .thanks {
  padding: 40px 20px;
  min-height: calc(100vh - 296px);
}
#contact .thanks-main .thanks p {
  font-size: 15px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 40px;
}
#contact .thanks-main .thanks .top-buck-btn a {
  width: 100%;
  height: 108px;
  border: 8px solid #CCECDC;
  background: #66C2A4;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 auto;
  position: relative;
  transition: all 0.4s ease;
  font-size: 18px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- *//*# sourceMappingURL=style.css.map */
</pre></body></html>