*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
img,
picture {
  max-width: 100%;
}
picture {
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
img {
  vertical-align: bottom;
}
ol,
ul {
  padding-left: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
.inner {
  max-width: calc(1100px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
.inner.narrow {
  max-width: calc(900px + 10%);
}
.section-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #00a4d6;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}
.section-title::before,
.section-title::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 111px;
  background-color: #00a4d6;
  top: 50%;
  transform: translateY(-50%);
}
.section-title::before {
  left: -140px;
}
.section-title::after {
  right: -140px;
}
.section-title span {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #4d4d4d;
  display: block;
  position: absolute;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(-50%);
  top: -30px;
}
#header {
  height: 60px;
}
#header .inner {
  max-width: calc(1300px + 10%);
  flex-direction: row;
  height: 60px;
}
#header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header .header__logo {
  height: 42px;
}
#header .header .header__logo img {
  height: 100%;
  display: block;
}
#header .header span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-left: 16px;
}
#header .header .header__linkButton {
  display: block;
  width: 280px;
  padding: 6px 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  background-color: #ed1e79;
  transition: all ease 0.3s;
  margin-left: auto;
}
#header .header .header__linkButton span {
  margin-left: 0;
}
#header .header .header__linkButton2 {
  display: block;
  width: 280px;
  padding: 6px 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  background-color: #00af7b;
  transition: all ease 0.3s;
  margin-left: auto;
}
#header .header .header__linkButton2 span {
  margin-left: 0;
}
#header .header .header__linkButton2:hover,
#header .header .header__linkButton:hover {
  opacity: 0.5;
}
#mainVisual {
  padding: 75px 0 160px;
}
#mainVisual .mainVisual__textBox {
  padding: 50px 0 70px;
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #00a4d6;
  position: relative;
}
#mainVisual .mainVisual__textBox p {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  margin-bottom: 18px;
  text-align: center;
}
#mainVisual .mainVisual__textBox h2 {
  max-width: 620px;
  margin-bottom: 20px;
  width: 100%;
}
#mainVisual .mainVisual__textBox h2 img {
  width: 100%;
}
#mainVisual .mainVisual__textBox .flexBox {
  display: flex;
  justify-content: center;
  gap: 13px;
}
#mainVisual .mainVisual__textBox .flexBox li {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  background-color: #fff;
  width: 170px;
  padding: 6px 10px;
  border-radius: 5px;
}
#mainVisual .mainVisual__textBox .flexBox li:nth-child(1) {
  color: #00af7b;
}
#mainVisual .mainVisual__textBox .flexBox li:nth-child(2) {
  color: #497196;
}
#mainVisual .mainVisual__textBox .flexBox li:nth-child(3) {
  color: #937196;
}
#mainVisual .mainVisual__textBox .mainVisual__links {
  position: absolute;
  bottom: -102px;
  width: 645px;
  gap: 6px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#mainVisual .mainVisual__textBox .mainVisual__links > * {
  width: 100%;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  vertical-align: middle;
  transition: all ease 0.3s;
  box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
}
#mainVisual .mainVisual__textBox .mainVisual__linkButton {
  background-color: #ed1e79;
}
#mainVisual .mainVisual__textBox .mainVisual__linkButton2 {
  background-color: #00af7b;
}
#mainVisual .mainVisual__textBox a::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(/education/assets/images/common/arrow-right-white.svg) no-repeat center/contain;
  width: 40px;
  height: 10px;
  top: 20px;
  right: 18px;
}
#mainVisual .mainVisual__textBox .mainVisual__linkButton2:hover,
#mainVisual .mainVisual__textBox .mainVisual__linkButton:hover {
  opacity: 0.5;
}
#contact {
  background-color: #00a4d6;
}
#contact .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
#contact .contact .linkButton {
  max-width: 700px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ed1e79;
  border-radius: 60px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  color: #fff;
  box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  transition: all ease 0.3s;
  margin-bottom: 16px;
}
#contact .contact .linkButton2 {
  max-width: 700px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00af7b;
  border-radius: 60px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  color: #fff;
  box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  transition: all ease 0.3s;
}
#contact .contact .linkButton2::before,
#contact .contact .linkButton::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(/education/assets/images/common/arrow-right-white.svg) no-repeat center/contain;
  width: 40px;
  height: 10px;
  top: 20px;
  right: 26px;
}
#contact .contact .linkButton2:hover,
#contact .contact .linkButton:hover {
  box-shadow: none;
  transform: translateY(2px);
}
#footer .footer {
  padding-top: 26px;
  padding-bottom: 16px;
  display: flex;
  justify-content: center;
}
#footer .footer small {
  font-size: 16px;
  font-weight: 500;
  color: #b3b3b3;
}
#header .header .js-sticky {
  display: flex;
  gap: 6px;
}
#header .header .js-sticky > a {
  width: 180px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .header .js-sticky.is-stick {
  position: fixed;
  bottom: 5px;
  right: 0;
  z-index: 9999;
  flex-direction: column;
}
#header .header .js-sticky.is-stick .header__linkButton,
#header .header .js-sticky.is-stick .header__linkButton2 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (min-width: 1100px) {
  .for-sp {
    display: none !important;
  }
}
@media (max-width: 1099px) {
  .for-pc {
    display: none !important;
  }
  .section-title {
    font-size: 25px;
    line-height: 1.3;
  }
  .section-title::before,
  .section-title::after {
    width: 40px;
  }
  .section-title::before {
    left: -55px;
  }
  .section-title::after {
    right: -55px;
  }
  .section-title span {
    font-size: 13px;
    top: -18px;
  }
  #header .header {
    justify-content: center;
    align-items: center;
  }
  #header .header .header__logo {
    height: 42px;
  }
  #header .header span {
    display: none;
  }
  #header .header div {
    display: none !important;
  }
  #mainVisual {
    padding: 40px 5% 60px;
    height: 622px;
  }
  #mainVisual .mainVisual__textBox {
    padding: 30px 16px 40px;
    margin-top: 137px;
  }
  #mainVisual .mainVisual__textBox p {
    font-size: 18px;
  }
  #mainVisual .mainVisual__textBox .flexBox li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    width: 100%;
  }
  #mainVisual .mainVisual__textBox .mainVisual__links {
    flex-direction: column;
    bottom: 10px;
    width: 90%;
    gap: 7px;
  }
  #mainVisual .mainVisual__textBox .mainVisual__links > * {
    width: 100% !important;
  }
  #mainVisual .mainVisual__textBox .mainVisual__linkButton2,
  #mainVisual .mainVisual__textBox .mainVisual__linkButton {
    font-size: 17px;
    height: 40px;
    bottom: -20px;
    width: 90%;
  }
  #mainVisual .mainVisual__textBox .mainVisual__linkButton2 {
    margin-bottom: -48px;
  }
  #mainVisual .mainVisual__textBox .mainVisual__linkButton2::before,
  #mainVisual .mainVisual__textBox .mainVisual__linkButton::before {
    width: 26px;
    height: 7px;
    top: 15px;
    right: 19px;
  }
  #contact .contact .linkButton,
  #contact .contact .linkButton {
    height: 40px;
    font-size: 18px;
  }
  #contact .contact .linkButton2::before,
  #contact .contact .linkButton::before {
    width: 32px;
    height: 8px;
    top: 13px;
    right: 20px;
  }
  #header .header .js-sticky.is-stick {
    flex-direction: row;
    bottom: 0px;
    display: flex !important;
    width: 100%;
    background: #fff;
    padding: 8px;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
  }
  #header .header .js-sticky.is-stick .header__linkButton,
  #header .header .js-sticky.is-stick .header__linkButton2 {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    height: 40px;
    width: calc(50% - 4px);
  }
  footer {
    padding-bottom: 32px;
  }
}
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.inner {
  max-width: calc(1100px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}

#mainVisual {
  background: url(/education/assets/images/home/mainVisual.png) no-repeat center/cover;
}

#navigation .navigation {
  padding: 70px 0 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#navigation .navigation .navigation__title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  text-align: center;
  color: #00a4d6;
  margin-bottom: 24px;
}

#navigation .navigation .navigation__description {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  text-align: center;
  color: #666;
  margin-bottom: 30px;
}

#navigation .navigation .flexBox {
  display: flex;
  justify-content: center;
  gap: 100px;
}

#navigation .navigation .flexBox li figure {
  width: 160px;
  height: 160px;
  position: relative;
}

#navigation .navigation .flexBox li figure::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 180px;
  height: 180px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 180px;
  border: 2px solid rgba(0, 0, 0, 0);
}

#navigation .navigation .flexBox li figure::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 48px;
  height: 40px;
  left: calc(50% + 25px);
  bottom: -95px;
  transform: translate(-50%, -20px);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}

#navigation .navigation .flexBox li figure img {
  width: 100%;
}

#navigation .navigation .flexBox li figure figcaption {
  position: absolute;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  white-space: nowrap;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

#navigation .navigation .flexBox li:nth-child(1) figure::after {
  background: url(/education/assets/images/home/navigation_more_green.png) no-repeat center/contain;
}

#navigation .navigation .flexBox li:nth-child(1) figure figcaption {
  color: #00af7b;
}

#navigation .navigation .flexBox li:nth-child(2) figure::after {
  background: url(/education/assets/images/home/navigation_more_blue.png) no-repeat center/contain;
}

#navigation .navigation .flexBox li:nth-child(2) figure figcaption {
  color: #497196;
}

#navigation .navigation .flexBox li:nth-child(3) figure::after {
  background: url(/education/assets/images/home/navigation_more_purple.png) no-repeat center/contain;
}

#navigation .navigation .flexBox li:nth-child(3) figure figcaption {
  color: #937196;
}

#navigation .navigation .flexBox li:hover figure::before {
  transition: all ease 0.3s;
}

#navigation .navigation .flexBox li:hover:nth-child(1) figure::before {
  border-color: #00af7b;
}

#navigation .navigation .flexBox li:hover:nth-child(1) figure::after {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0px);
}

#navigation .navigation .flexBox li:hover:nth-child(2) figure::before {
  border-color: #497196;
}

#navigation .navigation .flexBox li:hover:nth-child(2) figure::after {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0px);
}

#navigation .navigation .flexBox li:hover:nth-child(3) figure::before {
  border-color: #937196;
}

#navigation .navigation .flexBox li:hover:nth-child(3) figure::after {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0px);
}

#services {
  padding: 50px 0 0;
}

#services .services .services__box {
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-between;
  margin-bottom: 200px;
}

#services .services .services__box figure {
  width: 52.6%;
  position: relative;
}

#services .services .services__box figure img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}

#services .services .services__box figure::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 68.5%;
  height: 100%;
  left: 21.5%;
  top: 50%;
}

#services .services .services__box .services__textBox {
  width: 47.4%;
  position: relative;
  padding-bottom: 50px;
}

#services .services .services__box .services__textBox h2 {
  width: 93%;
  margin-top: -35px;
  margin-left: -70px;
  margin-bottom: 20px;
  max-width: 660px;
}

#services .services .services__box .services__textBox h2 img {
  width: 100%;
}

#services .services .services__box .services__textBox h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  margin-bottom: 20px;
  color: #4d4d4d;
}

#services .services .services__box .services__textBox p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.025em;
  max-width: 500px;
  color: #666;
}

#services .services .services__box .services__textBox .services__linkButton {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  max-width: 200px;
  width: 100%;
  height: 40px;
  border: 1px solid #4d4d4d;
  border-radius: 40px;
  color: #4d4d4d;
  background-color: #fff;
  bottom: -20px;
  left: 292px;
  transition: all ease 0.3s;
}

#services .services .services__box .services__textBox .services__linkButton::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(/education/assets/images/common/arrow-right.svg) no-repeat center/contain;
  width: 25px;
  height: 6px;
  top: 14px;
  right: 10px;
}

#services .services .services__box .services__textBox .services__linkButton:hover {
  color: #fff;
  background-color: #4d4d4d;
}

#services .services .services__box:nth-child(1) figure::before {
  background: url(/education/assets/images/home/services_img02.png) no-repeat center/contain;
}

#services .services .services__box:nth-child(2) {
  flex-direction: row-reverse;
}

#services .services .services__box:nth-child(2) figure::before {
  background: url(/education/assets/images/home/services_img04.png) no-repeat center/contain;
  left: auto;
  right: 21.5%;
}

#services .services .services__box:nth-child(2) figure img {
  -o-object-position: left;
  object-position: left;
}

#services .services .services__box:nth-child(2) .services__textBox h2 {
  margin-right: -70px;
  margin-left: auto;
}

#services .services .services__box:nth-child(2) .services__textBox h3 {
  max-width: 500px;
  margin-left: 21%;
}

#services .services .services__box:nth-child(2) .services__textBox p {
  max-width: 500px;
  margin-left: 21%;
}

#services .services .services__box:nth-child(2) .services__textBox .services__linkButton {
  right: 90px;
  left: auto;
}

#services .services .services__box:nth-child(3) figure::before {
  background: url(/education/assets/images/home/services_img06.png) no-repeat center/contain;
}

#teacher .teacher h2 {
  max-width: 628px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

#teacher .teacher .teacher__listBox {
  padding: 40px 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6e6e6;
}

#teacher .teacher .teacher__listBox ol {
  display: flex;
  justify-content: center;
  gap: 16px;
}

#teacher .teacher .teacher__listBox ol li {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 260px;
}

#teacher .teacher .teacher__listBox ol li img {
  width: 126px;
}

#teacher .teacher .teacher__listBox ol li h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  color: #00a4d6;
  margin-top: -15px;
  margin-bottom: 10px;
}

#teacher .teacher .teacher__listBox ol li p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #4d4d4d;
}

#school .school {
  padding: 80px 5% 87px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#school .school h2 {
  max-width: 482px;
  margin-bottom: 20px;
}

#school .school .school__listImg {
  max-width: 966px;
}

#school .school .flexBox {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 45px;
  background-color: #00a4d6;
  border-radius: 10px;
  padding: 44.5px 50px 45px;
  margin-top: 78px;
}

#school .school .flexBox figure {
  width: 240px;
}

#school .school .flexBox figure img {
  height: 100%;
  width: 100%;
}

#school .school .flexBox .school__textBox {
  flex: 1;
}

#school .school .flexBox .school__textBox h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.54;
  color: #fff;
  margin-bottom: 20px;
  text-indent: -8px;
}

#school .school .flexBox .school__textBox p {
  font-size: 17px;
  letter-spacing: 0.025em;
  line-height: 1.47;
  color: #fff;
}

#curriculum .curriculum {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 110px;
}

#curriculum .curriculum h2 {
  max-width: 631px;
  margin-bottom: 30px;
}

#curriculum .curriculum .flexBox {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 3rem;
}

#curriculum .curriculum .flexBox li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#curriculum .curriculum .flexBox li p {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  color: #497196;
}

#curriculum .curriculum .flexBox li figure {
  margin-bottom: 20px;
}

#curriculum .curriculum .flexBox li .curriculum__linkButton {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  width: 100%;
  height: 30px;
  color: #497196;
  border: 1px solid #497196;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  transition: all ease 0.3s;
}

#curriculum .curriculum .flexBox li .curriculum__linkButton::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(/education/assets/images/common/arrow-right-blue.svg) no-repeat center/contain;
  top: 10px;
  right: 10px;
  width: 25.5px;
  height: 6.2px;
}

#curriculum .curriculum .flexBox li .curriculum__linkButton:hover {
  color: #fff;
  background-color: #497196;
}

#sec-interview .interview,
#interview .interview {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 113px;
}

#sec-interview .interview h2,
#interview .interview h2,
#column .column h2 {
  max-width: 695px;
  margin-bottom: 42px;
}

#sec-interview .interview .flexBox,
#interview .interview .flexBox {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
}

#sec-interview .interview .flexBox figure img,
#interview .interview .flexBox figure img {
  vertical-align: baseline;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}

#sec-interview .interview .flexBox .textBox,
#interview .interview .flexBox .textBox {
  background-color: #00a4d6;
  color: #fff;
  margin-top: -10px;
}

#sec-interview .interview .flexBox .textBox h3,
#interview .interview .flexBox .textBox h3 {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 10px;
}

#sec-interview .interview .flexBox .textBox h4,
#interview .interview .flexBox .textBox h4 {
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}

#sec-interview .interview .flexBox .textBox p,
#interview .interview .flexBox .textBox p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.84;
  letter-spacing: 0.025em;
  margin-bottom: 25px;
}

#sec-interview .interview .flexBox .textBox a,
#interview .interview .flexBox .textBox a {
  font-size: 18px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-right: 30px;
  position: relative;
  transition: all ease 0.3s;
}

#sec-interview .interview .flexBox .textBox a::before,
#interview .interview .flexBox .textBox a::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(/education/assets/images/common/arrow-right-white.svg) no-repeat center/contain;
  width: 25.5px;
  height: 6.2px;
  right: 0;
  top: 10px;
  transition: all ease 0.3s;
}

#sec-interview .interview .flexBox .textBox a:hover,
#interview .interview .flexBox .textBox a:hover {
  transform: scale(1.2);
}

#sec-interview .interview .gridBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
}

#sec-interview .flexBox {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 40px 24px !important;
  justify-content: center !important;
}

#sec-interview .flexBox > * {
  flex: 0 1 calc((100% - 48px) / 3); /* 3カラムの場合 */
  max-width: 360px !important; /* コンテンツが小さすぎないようにする */
}

/*  grid-column for single item. Remove inline style when it's more than 1 item */
#sec-interview .interview .gridBox .gridItem {
  -ms-grid-column: 3;
  grid-column: 2;
}

#sec-interview .interview .gridBox .image-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

#sec-interview .interview .gridBox figure {
  margin-bottom: 24px;
  width: 100%;
  overflow: hidden;
}

#sec-interview .interview .gridBox figure img {
  width: 100%;
  height: 100%;
  max-height: 180px;
  object-fit: cover;
  object-position: center;
  border-radius: 1rem;
}

#sec-interview .interview .gridBox .tag {
  position: absolute;
  padding: 4px 0.5rem;
  background: #f98d8b;
  border-radius: 0 0.5rem 0.5rem 0;
  top: 1.5rem;
  left: 0;
  z-index: 1;
  font-size: 1rem;
  font-weight: bold;
  color: white;
}

#sec-interview .interview .gridBox .gridItem .multi-tag {
  position: absolute;
  border-radius: 0 0.5rem 0.5rem 0;
  top: 1.5rem;
  left: 0;
  z-index: 1;
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
  display: flex;
}

.multi-tag .green {
  background: #8ee084;
  padding: 4px 0.5rem;
  color: white;
  width: content-fit;
}

.multi-tag .blue {
  background: #82a7fc;
  padding: 4px 0.5rem;
  color: white;
  width: content-fit;
  border-radius: 0 0.5rem 0.5rem 0;
}

.multi-tag .yellow {
  background: #fad255;
  padding: 4px 0.5rem;
  color: white;
  width: content-fit;
  border-radius: 0 0.5rem 0.5rem 0;
}

#sec-interview .interview .gridBox h3 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #4d4d4d;
  padding-bottom: 10px;
  margin-bottom: 14px;
}

#sec-interview .interview .gridBox h3.small {
  font-size: 24px;
  letter-spacing: 0;
}

#sec-interview .interview .gridBox h4 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.28;
  margin-bottom: 8px;
  color: #4d4d4d;
}

#sec-interview .interview .gridBox p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.845;
  letter-spacing: 0.025em;
  color: #4d4d4d;
}

#sec-interview .interview .gridBox a {
  margin-top: 20px;
  display: block;
  width: 80px;
  margin-left: auto;
  transition: all ease 0.3s;
}

#sec-interview .interview .gridBox a:hover {
  transform: scale(1.2);
}

#voice .voice {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 78px;
}

#voice .voice h2 {
  max-width: 467px;
  margin-bottom: 50px;
}

.textBox a {
  color: #fff;
}

#navigation .navigation .flexBox {
  padding-left: 0;
}

@media (max-width: 1099px) {
  #mainVisual {
    background: url(/education/assets/images/home/mainVisual_sp.png) no-repeat center/cover;
  }

  #navigation .navigation {
    padding: 40px 5% 60px;
  }

  #navigation .navigation .navigation__title {
    font-size: 28px;
  }

  #navigation .navigation .navigation__description {
    font-size: 16px;
  }

  #navigation .navigation .flexBox {
    gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  #navigation .navigation .flexBox li figure::after {
    display: none;
  }

  #services .services .services__box {
    flex-direction: column-reverse;
    gap: 20px;
    margin-bottom: 30%;
  }

  #services .services .services__box figure {
    width: 100%;
  }

  #services .services .services__box figure::before {
    width: 90%;
    left: 50%;
    top: 60%;
    transform: translateX(-50%);
  }

  #services .services .services__box .services__textBox {
    width: 100%;
    padding: 0 5%;
  }

  #services .services .services__box .services__textBox h2 {
    width: 100%;
    margin-top: -10px;
    margin-left: 0;
  }

  #services .services .services__box .services__textBox h3 {
    font-size: 16px;
  }

  #services .services .services__box .services__textBox p {
    font-size: 14px;
  }

  #services .services .services__box .services__textBox .services__linkButton {
    left: 0;
    display: none;
  }

  #services .services .services__box:nth-child(2) {
    flex-direction: column-reverse;
  }

  #services .services .services__box:nth-child(2) figure::before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  #services .services .services__box:nth-child(2) .services__textBox h2 {
    margin-right: auto;
  }

  #services .services .services__box:nth-child(2) .services__textBox h3 {
    margin-left: auto;
  }

  #services .services .services__box:nth-child(2) .services__textBox p {
    margin-left: auto;
  }

  #teacher .teacher {
    padding-top: 30px;
  }

  #teacher .teacher h2 {
    margin-bottom: 16px;
  }

  #teacher .teacher figure {
    height: 200px;
  }

  #teacher .teacher figure img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #teacher .teacher .teacher__listBox ol {
    display: block;
  }

  #school .school {
    padding: 60px 5% 50px;
  }

  #school .school .flexBox {
    padding: 30px 16px 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
  }

  #school .school .flexBox figure {
    width: 160px;
  }

  #school .school .flexBox .school__textBox h3 {
    font-size: 17px;
  }

  #school .school .flexBox .school__textBox p {
    font-size: 14px;
  }

  #curriculum .curriculum {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  #curriculum .curriculum .flexBox {
    flex-direction: column;
    align-items: center;
    gap: 45px;
  }

  #curriculum .curriculum .flexBox li p {
    margin-bottom: 8px;
  }

  #curriculum .curriculum .flexBox li figure {
    margin-bottom: 10px;
  }

  #sec-interview .interview,
  #interview .interview {
    padding-bottom: 60px;
  }

  #secinterview .interview .flexBox,
  #interview .interview .flexBox {
    flex-direction: column;
    align-items: center;
  }

  #sec-interview .interview .flexBox .textBox,
  #interview .interview .flexBox .textBox {
    padding-top: 30px;
  }

  #sec-interview .interview .flexBox .textBox h3,
  #interview .interview .flexBox .textBox h3 {
    font-size: 18px;
  }

  #sec-interview .interview .flexBox .textBox h4,
  #interview .interview .flexBox .textBox h4 {
    font-size: 16px;
  }

  #sec-interview .interview .flexBox .textBox p,
  #interview .interview .flexBox .textBox p {
    margin-bottom: 10px;
  }

  #sec-interview .interview .gridBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  #sec-interview .interview .gridBox .gridItem {
    -ms-grid-column: 3;
    grid-column: 1;
  }

  #sec-interview .flexBox {
    flex-direction: column !important;
  }

  #sec-interview .flexBox .flexItem {
    max-width: none !important;
  }

  #sec-interview .interview .gridBox figure {
    margin-bottom: 10px;
  }

  #sec-interview .interview .gridBox h3 {
    font-size: 20px;
  }

  #sec-interview .interview .gridBox h3.small {
    font-size: 20px;
  }

  #sec-interview .interview .gridBox h4 {
    font-size: 17px;
  }

  #voice .voice {
    padding-bottom: 40px;
  }

  #voice .voice h2 {
    margin-bottom: 20px;
  }

  #services .services .services__box .services__textBox .services__linkButton {
    left: inherit;
    display: flex;
    margin: 16px auto 0;
    position: relative;
    right: inherit !important;
  }
}


/* interview
================================== */
.curriculum__linkButton,
.interview__linkButton {
  width: min(400px, 100%);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #00a4d6;
  margin: 30px auto 0;
  padding: 0 1.5em;
  color: #00a4d6;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  transition: all ease .3s;
  &:hover {
  color: #fff;
  }
}
.curriculum__linkButton {
  border-color: #00af7b;
  color: #00af7b;
  &:hover {
    background-color: #00af7b;
  }
}
.interview__linkButton {
  border-color: #00a4d6;
  color: #00a4d6;
  &:hover {
    background-color: #00a4d6;
  }
}
#curriculum .curriculum .gridBox + .curriculum__linkButton {
  margin-top: 0;
}
#interview-list ul {
  .list__item {
    list-style: none;
    a {
      display: block;
      color: inherit;
      text-decoration: none;
      transition: opacity 0.2s;
      &:hover {
        opacity: 0.5;
      }
    }
    .img {
      position: relative;
      
      img {
        overflow: hidden;
        display: block;
        border-radius: 1em;
      }
      figcaption {
        margin-top: 0.5em;
        line-height: 1.2;
        color: #222;
        font-weight: 700;
      }
    }
    .label {
      display: flex;
      margin: 0.8em 0 1em;
      span {
        display: block;
        margin-right: 0.25em;
        padding: 0.5em;
        line-height: 1;
        color: #fff;
        font-size: 0.8em;
        border-radius: 0.5em;
        &.type {
          background: #5e6ab8;
        }
        &.school {
          background: #01af7a;
        }
      }
    }
    .text {
      line-height: 1.58;
      color: #4d4d4d;
      font-size: 0.9em;
      text-align: justify;
    }
    .more {
      position: relative;
      display: block;
      margin: auto 0 0 auto;
      padding: 0.5em 1em;
      color: #00a4d6;
      font-weight: 700;

      &::before,
      &::after {
        content: "";
        position: absolute;
        top: calc(50% + 1px);
        right: 0;
        width: 8px;
        height: 2px;
        border-radius: 9999px;
        background-color: #00a4d6;
        transform-origin: calc(100% - 1px) 50%;
      }
      &::before {
        transform: rotate(45deg);
      }
      &::after {
        transform: rotate(-45deg);
      }
    }
  }
}
body.interviewlist #interview-list ul .list__item {
  margin-bottom: 2em;
  figcaption {
    padding-bottom: 0.5em;
    font-size: 1.25em;
    border-bottom: 1px solid #222;
  }
}
.c-single-header h1 {
  padding-top: 1em;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1100px) {
  #sec-interview .interview .flexBox figure,
  #interview .interview .flexBox figure {
    width: 45%;
  }
  #sec-interview .interview .flexBox .textBox,
  #interview .interview .flexBox .textBox {
    width: 55%;
    padding: 50px 40px 20px;
  }
  #interview-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    .list__item,
    &::after {
      width: calc(25% - 1em);
    }
    &::after {
      content: "";
      display: block;
    }
  }
  body.interviewlist #interview-list ul .list__item,
  body.interviewlist #interview-list ul::after {
    width: min(350px, calc(33.33% - 1em));
  }
  body.interviewlist #interview-list ul .list__item {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1099px) {
  #sec-interview .interview .flexBox .textBox,
  #interview .interview .flexBox .textBox {
    padding: 30px 20px 20px;
  }
  .curriculum__linkButton,
  .interview__linkButton {
    height: 3em;
    padding: 0;
    font-size: 1em;
  }
  #interview-list ul .list__item .more {
    width: 5em;
  }
  .interviewpost .c-heading--md {
    padding-bottom: 0;
  }
  .interviewpost #interview-list ul .list__item + .list__item {
    margin-top: 2em;
  }
  .interviewpost #interview-list ul .list__item .label {
    margin: 0.5em 0 0;
  }
  .interviewpost .c-page-header + .wp-block-group {
    font-size: 0.9em;
  }
}

.text--eiken {
  color: #666;
  font-size: 80%;
}
