@charset "UTF-8";
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.0638297872vw;
  }
}
@media (min-width: 1410px) {
  html {
    font-size: 100%;
  }
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  background-color: #FFFDFA;
}

body {
  font-family: sans-serif;
  color: #1F1D16;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: left;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.9375rem;
    letter-spacing: 0.06em;
  }
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a,
  button {
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.underline {
  text-decoration: underline;
}

.fadeIn {
  transform: translate3d(0, 50px, 0);
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

li {
  list-style: none;
}

small {
  font-size: 0.75rem;
}

table {
  text-align: center;
}

/* Fade-in */
.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in-slow {
  opacity: 0;
  transition-duration: 3s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.pink-color {
  color: #EA5E6E;
}

.yellow-color {
  color: #FABF13;
}

.blue-color {
  color: #1795BC;
}

.green-color {
  color: #6BB96A;
}

#examination {
  scroll-margin-top: 120px; /* スクロール時に上に余白を確保 */
}
@media screen and (min-width: 768px) {
  #examination {
    scroll-margin-top: 200px; /* スクロール時に上に余白を確保 */
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1210px;
    padding-right: 6.25rem;
    padding-left: 6.25rem;
  }
}

.l-inner-sub {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner-sub {
    max-width: 1440px;
    padding-right: 6.25rem;
    padding-left: 6.25rem;
  }
}

.l-inner-footer {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner-footer {
    max-width: 1920px;
    padding-right: 6.25rem;
    padding-left: 6.25rem;
  }
}

.l-section {
  margin: 3.75rem auto 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-section {
    margin: 6.25rem auto 12.5rem;
  }
}

.l-section-top {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-section-top {
    margin-top: 6.25rem;
  }
}

.l-section-top-plan {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-section-top-plan {
    padding-top: 6.25rem;
  }
}

.p-section__wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  margin-top: 1.875rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__wrapper {
    margin-top: 2.5rem;
    padding: 5rem;
  }
}

.l-fv {
  height: 76vh;
  width: 92%;
  border-radius: 0.625rem;
  position: relative;
  overflow: hidden;
  margin: 1rem auto auto;
}
@media screen and (min-width: 768px) {
  .l-fv {
    height: 82vh;
    width: 96%;
    border-radius: 1.25rem;
    margin: 8.125rem auto auto;
  }
}

.l-fv__image {
  height: 100%;
}

.l-fv__image img, .l-fv__image source {
  height: 100%;
}

.l-top__read {
  margin: 5rem auto 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-top__read {
    margin: 7.5rem auto 8.75rem;
  }
}

.l-top__read h2 {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.14em;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-top__read h2 {
    font-size: 1.25rem;
  }
}

.l-top__roop-top {
  position: relative;
}

.l-top__roop-ai1 {
  position: absolute;
  top: -3.75rem;
  left: 3%;
  width: 18%;
  max-width: 6.25rem;
  height: auto;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-top__roop-ai1 {
    top: -8.75rem;
    left: 15%;
    width: 10%;
    max-width: 8.75rem;
  }
}

.l-top__roop-ai2 {
  position: absolute;
  bottom: -2.5rem;
  right: 3%;
  width: 18%;
  max-width: 6.25rem;
  height: auto;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-top__roop-ai2 {
    bottom: -6.25rem;
    right: 15%;
    width: 10%;
    max-width: 8.75rem;
  }
}

.l-top__roop-ai3 {
  position: absolute;
  top: -3.75rem;
  left: 3%;
  width: 18%;
  max-width: 3.125rem;
  height: auto;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-top__roop-ai3 {
    top: -8.75rem;
    left: 15%;
    width: 10%;
    max-width: 5.625rem;
  }
}

.l-top__bunner div {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 5rem auto 5rem;
}
@media screen and (min-width: 768px) {
  .l-top__bunner div {
    flex-direction: row;
    justify-content: center;
    gap: 1.875rem;
    margin: 10rem auto 10rem;
  }
}

.l-top__bunner div a:hover {
  opacity: 0.6;
}

.l-top__bunner div img {
  width: 90%;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media screen and (min-width: 768px) {
  .l-top__bunner div img {
    width: 100%;
  }
}

.l-top__bunner .l-top__bunner-top {
  margin: 5rem auto 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-top__bunner .l-top__bunner-top {
    margin: 10rem auto 1.875rem;
  }
}

.l-top__bunner .l-top__bunner-top img {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .l-top__bunner .l-top__bunner-top img {
    width: 50%;
  }
}

.l-top__bunner .l-top__bunner-bottom {
  margin: 1.25rem auto 5rem;
}
@media screen and (min-width: 768px) {
  .l-top__bunner .l-top__bunner-bottom {
    margin: 1.875rem auto 10rem;
  }
}

.l-top__school {
  background-image: url(../img/school_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2.5rem 0 0 0;
  text-align: center;
  padding: 3.75rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .l-top__school {
    border-radius: 6.25rem 0 0 0;
    padding: 7.5rem 0 8.75rem;
  }
}

.l-top__lesson {
  margin: 3.75rem auto 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top__lesson {
    margin: 7.5rem auto;
  }
}

.l-top__news {
  background-color: #F4F2EF;
  padding: 4.375rem 0 5rem;
  border-radius: 0 2.5rem 2.5rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top__news {
    padding: 7.5rem 0;
    border-radius: 0 6.25rem 6.25rem 0;
  }
}

.l-top__news-ai1 {
  position: absolute;
  top: -2.5rem;
  right: 10%;
  width: 20%;
  max-width: 6.25rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-top__news-ai1 {
    top: -5rem;
    right: 16%;
    width: 10%;
    max-width: 8.75rem;
  }
}

.l-top__menubutton {
  margin: 3.75rem auto 5rem;
}
@media screen and (min-width: 768px) {
  .l-top__menubutton {
    margin: 7.5rem auto 10rem;
  }
}

.l-subtop {
  padding-top: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-subtop {
    padding-top: 8.75rem;
  }
}

.l-school__read h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .l-school__read h2 {
    font-size: 1.25rem;
  }
}

.l-school__point {
  width: 94%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-school__point {
    width: 86%;
    max-width: 68.75rem;
    background-color: #fff;
    border: 3px solid #FABF13;
    border-radius: 1.25rem;
    padding: 1.25rem 4.375rem;
  }
}

.l-top__school-ai1 {
  position: absolute;
  top: -4.375rem;
  right: 0;
  width: 22%;
  max-width: 6.25rem;
  height: auto;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-top__school-ai1 {
    top: -6.25rem;
    left: 12%;
    width: 10%;
    max-width: 8.75rem;
  }
}

.l-school__bunnerbutton {
  background-color: #F4F2EF;
  border-radius: 3.75rem 0 0 0;
  padding: 5rem 0 7.5rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-school__bunnerbutton {
    border-radius: 6.25rem 0 0 0;
    padding: 8.75rem 0 12.5rem;
    margin-top: 8.75rem;
  }
}

.l-plan__button {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.75rem;
  column-gap: 0.5rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-plan__button {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.125rem;
    margin-top: 8.75rem;
  }
}

.l-plan__button .c-btn {
  width: 100%;
}

.l-plan__course h3 {
  text-align: center;
  font-size: 1.5rem;
  margin: 0 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-plan__course h3 {
    font-size: 1.75rem;
    margin: 0 0 3.75rem;
  }
}

.l-plan__course h3 span {
  display: block;
  font-size: 0.875rem;
  margin: 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .l-plan__course h3 span {
    font-size: 1rem;
    margin: 1.875rem 0 0;
  }
}

.l-plan__calendar {
  text-align: center;
  padding: 6.25rem 0 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-plan__calendar {
    padding: 11.25rem 0 12.5rem;
  }
}

.l-news__archive {
  margin: 3.75rem auto 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-news__archive {
    margin: 7.5rem auto 12.5rem;
  }
}

.l-news__single {
  width: 100%;
  margin: 3.75rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-news__single {
    max-width: 50rem;
    margin: 13.75rem auto 10rem;
  }
}

.l-movie {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3.75rem 1rem;
  margin: 3.75rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-movie {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.75rem 1.875rem;
    margin: 5rem auto 8.75rem;
  }
}

.l-movie .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9のアスペクト比 */
  height: 0;
  overflow: hidden; /* 必要に応じて、はみ出るコンテンツを隠す */
  background-color: #fff;
}

.l-movie .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-movie .column p {
  text-align: center;
  margin-top: 0.625rem;
  font-weight: 600;
}

.l-top__roop_teacher {
  margin: 3.75rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-top__roop_teacher {
    margin: 7.5rem 0 12.5rem;
  }
}

.l-contact {
  max-width: 62.5rem;
}

.l-contact h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .l-contact h2 {
    font-size: 1.25rem;
  }
}

.l-404 {
  max-width: 62.5rem;
  text-align: center;
}

.l-404 .c-btn {
  margin-top: 3.75rem;
}

.l-footer {
  background-color: #1795BC;
  color: #fff;
  padding: 3.75rem 0 7.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 3.75rem 0 1.25rem;
  }
}

.c-btn {
  display: block;
  height: 3.75rem;
  width: 18.75rem;
  font-size: 0.9375rem;
  line-height: 3.75rem;
  text-align: center;
  border: 1px solid #1F1D16;
  border-radius: 1.875rem;
  margin: auto;
}

.c-btn:hover {
  color: #fff;
  background-color: #1F1D16;
}

.c-header__move.is-hide {
  background-color: #FFFDFA;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}

.c-news__box-inner {
  display: flex;
  gap: 0.625rem;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .c-news__box-inner {
    flex-direction: column;
  }
}

.c-news__box:hover .c-news__image img {
  transform: scale(1.1);
}

.c-news__box:hover .c-news__title {
  text-decoration: underline;
}

.c-news__image {
  width: 35%;
  aspect-ratio: 5/3.5;
  border-radius: 0.3125rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-news__image {
    width: 100%;
    aspect-ratio: 5/3;
    border-radius: 0.625rem;
  }
}

.c-news__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  transform: scale(1);
}

.c-news__text {
  width: 65%;
}
@media screen and (min-width: 768px) {
  .c-news__text {
    width: 100%;
  }
}

.c-news__texttop {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.75rem;
  padding-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-news__texttop {
    justify-content: space-between;
    gap: 0;
    font-size: 0.875rem;
    padding-top: 0rem;
  }
}

.c-news__category {
  display: block;
  height: 1.5rem;
  border-radius: 0.9375rem;
  padding: 0 1rem;
  line-height: 1.5rem;
  color: #fff;
}

.category-color-news {
  background-color: #1795BC;
}

.category-color-event {
  background-color: #FABF13;
}

.category-color-blog {
  background-color: #EA5E6E;
}

.c-news__title {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 0.375rem;
  line-height: 1.6;
  max-height: 3.2em; /* 2行表示する場合 */
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-news__title {
    font-size: 0.9375rem;
  }
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .c-pagination {
    margin-top: 5rem;
  }
}
.c-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.875rem;
  aspect-ratio: 1/1;
  border: 1px solid #D9D9D9;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .c-pagination .page-numbers {
    width: 2.5rem;
  }
}
.c-pagination .page-numbers.current {
  background-color: #F6F6F6;
}

.c-pagination .page-numbers.dots {
  border: none;
  width: 0.9375rem;
}

.c-pagination .page-numbers.next::after {
  content: ">";
  display: inline-block;
  width: 0.875rem;
  aspect-ratio: 1/1;
}

.c-pagination .page-numbers.prev::after {
  content: ">";
  display: inline-block;
  width: 0.875rem;
  aspect-ratio: 1/1;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.p-single__pagination {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #D9D9D9;
  position: relative;
  min-height: 6.25rem;
  max-width: 94%;
  margin: 3.75rem auto;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-single__pagination {
    font-size: 0.9375rem;
    margin: 3.75rem auto;
    max-width: none;
    max-width: initial;
    min-height: 10rem;
  }
}

.p-single__pagination a strong {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0rem;
}
@media screen and (min-width: 768px) {
  .p-single__pagination a strong {
    font-size: 1rem;
    margin-bottom: 0.875rem;
  }
}

.p-single__pagination::after {
  content: "";
  display: inline-block;
  width: 0.0625rem;
  height: 100%;
  background-color: #D9D9D9;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-single__pagination-link.prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.5rem 0.625rem 0.5rem 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .p-single__pagination-link.prev {
    padding: 1.875rem 3.75rem 1.75rem 1.25rem;
    gap: 0.5rem;
  }
}
.p-single__pagination-link.prev a {
  display: inline-block;
  -webkit-transition: 0s;
  transition: 0s;
}

.p-single__pagination-link.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0.5rem 0 0.5rem 0.6875rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .p-single__pagination-link.next {
    padding: 1.875rem 1.25rem 1.75rem 3.75rem;
    gap: 0.5rem;
  }
}
.p-single__pagination-link.next a {
  display: inline-block;
}

@media (hover: hover) {
  .p-single__pagination-link:hover {
    opacity: 1;
    color: #1795BC;
  }
  .p-single__pagination-link:hover a {
    text-decoration: underline;
    opacity: 1;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    -webkit-transition: initial;
    transition: initial;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
@media screen and (min-width: 768px) {
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
  }
}

.scroll-infinity__item {
  width: 50vw;
}
@media screen and (min-width: 768px) {
  .scroll-infinity__item {
    width: 25vw;
  }
}

.scroll-infinity__item > img {
  width: 100%;
}

.c-section-title {
  font-size: 1.25rem;
  font-weight: normal;
  white-space: nowrap;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 2.5rem;
  }
}
.c-section-title span {
  font-size: 0.9375rem;
}

.l-section-place {
  margin: 5rem 0 0;
}
@media screen and (min-width: 768px) {
  .l-section-place {
    margin: 5rem auto 0;
  }
}

.c-place__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
  padding: 1.875rem 1rem;
  background-color: #fff;
  border: 2px solid #FABF13;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-place__box {
    flex-direction: row;
    gap: 2.5rem;
    padding: 0;
    max-width: 55rem;
    background-color: none;
    border: none;
    margin: auto;
  }
}

.c-place__box-text {
  width: 90%;
}

.c-place__box-text h3 {
  color: #E85004;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-place__box-text h3 {
    text-align: left;
  }
}

.c-place__box-image {
  max-width: 13.75rem;
}
@media screen and (min-width: 768px) {
  .c-place__box-image {
    max-width: 13.75rem;
    min-width: 12.5rem;
  }
}

.c-place__course4 {
  color: #6BB96A;
  font-weight: bold;
  text-decoration: underline;
}

.formbox {
  margin: 2.5rem auto 1.25rem;
}
@media screen and (min-width: 768px) {
  .formbox {
    margin: 6.25rem auto 3.75rem;
  }
}

.formbox dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .formbox dl {
    flex-direction: row;
    gap: 2.5rem;
    margin-bottom: 1.875rem;
  }
}

.formbox dl dt {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  padding: 0 0.25rem;
}
@media screen and (min-width: 768px) {
  .formbox dl dt {
    border-bottom: 1px solid #EA5E6E;
    justify-content: space-between;
    width: 30%;
    height: 3.125rem;
    padding: 0 0.625rem;
    margin-top: -1.625rem;
  }
}

.formbox dl dt p {
  font-weight: bold;
  line-height: 3.125rem;
}

.formbox dl dt p:last-child {
  line-height: 1.25rem;
  font-size: 0.75rem;
  color: #EA5E6E;
  padding: 0 0.25rem;
}
@media screen and (min-width: 768px) {
  .formbox dl dt p:last-child {
    line-height: 1.625rem;
    font-size: 0.8125rem;
    padding: 0 0.625rem;
  }
}

.formbox dl dd {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .formbox dl dd {
    width: 70%;
  }
}

.formbox dl dd p span input {
  width: 100%;
  height: 3.125rem;
  border: 1px solid #EA5E6E;
  border-radius: 0.625rem;
  padding: 0 0.25rem;
}
@media screen and (min-width: 768px) {
  .formbox dl dd p span input {
    padding: 0 1.25rem;
  }
}

.formbox dl dd p small {
  display: block;
  padding: 0.25rem 0.25rem 0;
}

.formbox dl .entryform-file p span input {
  border: none;
  padding: 0;
}

.formbox dl.-last {
  align-items: start;
}

.formbox dl.-last dt {
  margin-top: 0;
}

.formbox dl.-last dd p span textarea {
  border: 1px solid #EA5E6E;
  border-radius: 0.625rem;
  width: 100%;
  padding: 0 1.25rem;
  height: 18.75rem;
  line-height: 3.125rem;
}

.entryform-text {
  text-align: center;
  border: 1px solid #EA5E6E;
  border-radius: 1.25rem;
  padding: 2.5rem 2.5rem 0;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .entryform-text {
    margin-top: 3.125rem;
  }
}

.entryform-text .mt2em {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .entryform-text .mt2em {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.entryform-text .mt2em a {
  font-size: 0.875rem;
  color: #1795BC;
  text-decoration: underline;
  margin: 0 0.125rem;
}

.entryform-text .acceptance .fwb {
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 1.25rem 0;
}

.entryform-text .mt3em p input {
  display: block;
  background-color: #EA5E6E;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 600;
  width: 100%;
  max-width: 22.5rem;
  line-height: 3.125rem;
  border: none;
  border-radius: 1.875rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .entryform-text .mt3em p input {
    line-height: 3.75rem;
  }
}

.p-contact__description {
  margin-top: 3.75rem;
}

.p-contact__description h3 {
  text-align: center;
  margin: auto;
}

.p-contact__description h3 span {
  padding: 0.625rem 1.25rem;
  color: #EA5E6E;
  border-bottom: 3px dotted #EA5E6E;
  display: inline-block;
}

.p-contact__description p {
  margin-top: 1.875rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-contact__description p {
    text-align: center;
  }
}

.p-contact__description p strong {
  display: block;
}

.p-footer-wrapper {
  gap: 2.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer-wrapper {
    gap: 5rem;
  }
}

.p-footer__top {
  margin-bottom: 1.25rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.8);
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    margin-bottom: 0;
  }
}

.p-footer__top h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-footer__top div {
  font-weight: bold;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.625rem;
  margin: 1.25rem auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__top div {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
    margin: 2.5rem auto 0;
    width: 80%;
  }
}

.p-footer__top div a {
  background-color: #fff;
  color: #1795BC;
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  height: 3.75rem;
  line-height: 3.75rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__top div a {
    height: 4.375rem;
    line-height: 4.375rem;
    border-radius: 1rem;
  }
}

.p-foter__contact-icon1 {
  width: 1.875rem;
  object-fit: contain;
}

.p-foter__contact-icon2 {
  width: 1.5rem;
  object-fit: contain;
}

.p-foter__contact-icon3 {
  width: 1.5rem;
  object-fit: contain;
}

.p-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 3.125rem;
  }
}

.p-footer__bottom-left {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom-left {
    text-align: left;
  }
}

.p-footer__logo {
  height: 3.125rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    height: 3.75rem;
    margin-bottom: 2.5rem;
  }
}

.p-footer__logo a img {
  width: 11.25rem;
  height: auto;
  object-fit: contain;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo a img {
    width: 12.5rem;
    height: auto;
    margin: 0;
  }
}

.p-footer__bottom-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom-right {
    align-items: end;
  }
}

.p-footer__nav {
  display: none;
  padding: 2.5rem 0 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    display: flex;
    gap: 2.5rem;
  }
}

.p-footer__nav li {
  margin-bottom: 1.25rem;
}

.p-footer__copy {
  text-align: center;
}

.p-footer__button {
  display: none;
  position: fixed;
  z-index: 100;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-footer__button {
    display: block;
    width: 5rem;
    height: auto;
    bottom: 1.25rem;
    right: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__button.is-hide {
    opacity: 1;
  }
}

.p-footer__button img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.p-fv__title {
  position: absolute;
  bottom: 25%;
  left: 6%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-fv__title {
    position: absolute;
    bottom: 18%;
  }
}

.p-fv__title img {
  margin-bottom: 2.5rem;
  width: 75%;
}
@media screen and (min-width: 768px) {
  .p-fv__title img {
    margin-bottom: 5rem;
    width: 100%;
  }
}

.p-fv__title h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-fv__title h2 {
    font-size: 5.625rem;
  }
}

.p-fv__title h2 span {
  color: #EA5E6E;
}

.p-fv__title p span {
  letter-spacing: 0.13em;
  line-height: 2.4;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  background-color: #EA5E6E;
  padding: 0.125rem 0.625rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-fv__title p span {
    font-size: 1.125rem;
    padding: 0.1875rem 1.25rem;
  }
}

.p-fv__loop {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Jost", sans-serif;
}

.p-fv__loop-wrap {
  display: flex;
  width: 100%;
  height: 8.75rem;
}

.p-fv__loop-wrap div {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 6.875rem;
  overflow: hidden;
}

.p-fv__loop-wrap div:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}

.p-fv__loop-wrap div:nth-child(even) {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.p-header-drawer {
  display: none;
  padding: 1.25rem 1rem 10rem 1.1875rem;
  border-radius: 3px;
  position: fixed;
  z-index: 110;
  top: 2.1875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  height: 100%;
  overflow-y: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  .p-header-drawer {
    display: none;
  }
}

/*Google Chrome、Safariへの対応*/
.p-header-drawer::-webkit-scrollbar {
  display: none;
}

.p-header-drawer.panelactive {
  display: block;
}

.p-header__overlay.panelactive {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFDFA;
  z-index: 100; /* メニューより手前に表示 */
  overflow-y: hidden;
}

.p-header-drawer__wrapper {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.p-header-drawer__logo {
  height: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.p-header-drawer__logo a h1 img {
  width: 9.375rem;
  height: auto;
  object-fit: contain;
}

.p-header-drawer__nav {
  font-weight: bold;
}

.p-header-drawer__table {
  width: 100%;
  margin-top: 2.5rem;
}

.p-header-drawer__table tr td a {
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 1rem 0 0.625rem;
  display: block;
  text-align: left;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 1.25rem;
}

.p-header-drawer__table tr td a span {
  font-weight: 400;
  color: #1795BC;
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  display: block;
}

.p-header-drawer__btn {
  margin: 1.875rem auto;
  text-align: center;
}

.p-header-drawer__btn-name {
  font-size: 0.9375rem;
  line-height: 3.75rem;
  margin-bottom: 1.25rem;
  height: 3.75rem;
  border-radius: 1.875rem;
}

.p-header-drawer__button1 {
  background-color: #fff;
  color: #1795BC;
  border: 1px solid #1795BC;
}

.p-header-drawer__button2 {
  background-color: #1795BC;
  color: #fff;
  border: 1px solid #1795BC;
}

.p-header-drawer__sns {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
}

.p-header-drawer__sns img {
  width: 2.5rem;
  object-fit: contain;
}

.p-header-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header-nav {
    display: block;
    margin-top: 1.25rem;
  }
}

.p-header-nav__items {
  display: flex;
  gap: 1.875rem;
  align-items: center;
}

.p-header-nav__item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.p-header-nav__item span {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #1795BC;
  margin-top: -0.25rem;
}

.p-header-nav__item:hover {
  color: #1795BC;
}

.p-header-nav__instagram {
  margin-left: -0.75rem;
}

.p-header-nav__contact {
  color: #fff;
  background-color: #1795BC;
  padding: 0.375rem 2.8125rem;
  border-radius: 1.875rem;
}

.p-header-nav__contact:hover {
  background-color: #EA5E6E;
  opacity: 1;
}

.p-header-nav__contact span {
  color: #fff;
}

.p-header-nav__contact:hover {
  color: #fff;
}

.p-header__sidebutton {
  display: none;
  position: fixed;
  top: 30%;
  right: 0;
  margin-right: -1.875rem;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .p-header__sidebutton {
    display: block;
    max-height: 25rem;
    z-index: 100;
  }
}

.p-header__sidebutton:hover {
  transform: translateX(-10px);
}

.p-header__sidebutton a:hover {
  opacity: 1;
}

.p-header__sidebutton a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 25rem;
}

.p-header__bottombutton {
  display: block;
  width: 90%;
  max-width: 350px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .p-header__bottombutton {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
}

.p-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    width: 94%;
    margin: auto;
    padding: 0.625rem 0 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__logo p {
    margin-bottom: 0.25rem;
  }
}

.p-header__logo p small {
  font-size: 0.5625rem;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo p small {
    font-size: 0.75rem;
    margin-left: 0;
  }
}

.p-header__logo a h1 img {
  width: 8.75rem;
  height: auto;
  object-fit: contain;
  margin: 0rem 0 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo a h1 img {
    width: 12.5rem;
    height: auto;
    margin: 0rem;
  }
}

.p-header__head {
  display: flex;
  align-items: center;
  justify-content: end;
}

.p-header__hamburger {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3px;
  position: fixed;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 200;
  background-color: #1795BC;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}

/*ボタン内側*/
.p-header__hamburger span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 0.09375rem;
  width: 1.875rem;
  border-radius: 5px;
  background: #fff;
}

.p-header__hamburger span:nth-of-type(1) {
  top: 0.75rem;
}

.p-header__hamburger span:nth-of-type(2) {
  top: 1.3125rem;
}

.p-header__hamburger span:nth-of-type(3) {
  top: 1.875rem;
}

.p-header__hamburger p {
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.5625rem;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.p-header__hamburger.active span:nth-of-type(1) {
  top: 14px;
  left: 13px;
  transform: translateY(6px) rotate(-45deg);
  width: 1.875rem;
}

.p-header__hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.p-header__hamburger.active span:nth-of-type(3) {
  top: 26px;
  left: 13px;
  transform: translateY(-6px) rotate(45deg);
  width: 1.875rem;
}

.p-movie__class {
  background-color: #FFDBDB;
  line-height: 4.375rem;
  padding: 0 1.875rem;
  border-radius: 0.375rem;
  margin-bottom: 5rem;
}

.l-news__item-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .l-news__item-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-news__item {
  transition: 0.2s;
}

.p-news__item:hover {
  transform: scale(1.05);
}

.p-news__single-category {
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 8.75rem;
  margin: auto;
  border-radius: 1.25rem;
}

.p-news__single-day {
  color: #1795BC;
  font-size: 0.75rem;
  font-family: "Jost", sans-serif;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news__single-day {
    font-size: 0.875rem;
    margin-top: 3.75rem;
  }
}

.p-news__single-title {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news__single-title {
    font-size: 1.5rem;
    margin-bottom: 3.75rem;
  }
}

.p-news__single-thumbnail {
  margin-bottom: 3.75rem;
}

.p-news__single-thumbnail img {
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-news__single-thumbnail img {
    border-radius: 1.25rem;
  }
}

.p-news__single-description {
  margin: 2.5rem 0;
  padding: 0 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-news__single-description {
    margin: 3.75rem 0;
    padding: 0 0.625rem;
  }
}

.p-news__single-description h4 {
  font-size: 0.875rem;
  color: #1795BC;
  margin: 1.875rem 0 1rem;
  border-left: 3px solid #1795BC;
  padding: 0.125rem 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .p-news__single-description h4 {
    font-size: 1rem;
    border-left: 4px solid #1795BC;
    margin: 2.5rem 0 1.5rem;
    padding: 0.125rem 1rem 0;
  }
}

.p-news__single-description h5 {
  font-size: 0.875rem;
  color: #1795BC;
  margin: 1.875rem 0 1rem;
  border-bottom: 1px solid #1795BC;
  padding: 0.125rem 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .p-news__single-description h5 {
    font-size: 1rem;
    margin: 3.125rem 0 1.875rem;
    padding: 0.125rem 1rem 0;
  }
}

.p-news__single-description h6 {
  font-size: 0.875rem;
  color: #1795BC;
  margin: 1.875rem 0 1rem;
  padding: 0.125rem 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .p-news__single-description h6 {
    font-size: 1rem;
    margin: 3.125rem 0 1.875rem;
    padding: 0.125rem 1rem 0;
  }
}

.p-news__single-description p {
  padding: 0 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-news__single-description p {
    padding: 0 0.625rem;
  }
}

.p-news__single-description img {
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-news__single-description img {
    border-radius: 1.25rem;
  }
}

.p-plan__table-scroll {
  overflow: scroll;
}

.p-plan__table {
  width: 200%;
}
@media screen and (min-width: 768px) {
  .p-plan__table {
    width: 100%;
  }
}

.p-plan__table tr {
  height: 5rem;
  line-height: 1.4;
}

.p-plan__note {
  margin-top: 1.875rem;
  background-color: #FAF8F6;
  border-radius: 0.375rem;
  padding: 1.875rem 1.5rem 1.5rem;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-plan__note {
    width: 100%;
    border-radius: 0.625rem;
    padding: 2.5rem;
    font-size: 0.9375rem;
  }
}

.p-plan__note h4 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
}

.p-plan__table-pink tr:nth-child(even) {
  background-color: #FFF5F5;
}

.p-plan__table-pink tr:nth-child(odd) {
  background-color: #FFDBDB;
}

.p-plan__table-pink .p-plan__table-tr1 th {
  background-color: #EA5E6E;
  color: #fff;
}

.p-plan__table-yellow tr:nth-child(even) {
  background-color: #FFFBEA;
}

.p-plan__table-yellow tr:nth-child(odd) {
  background-color: #FFF4C4;
}

.p-plan__table-yellow .p-plan__table-tr1 th {
  background-color: #FABF13;
  color: #fff;
}

.p-plan__table-blue tr:nth-child(even) {
  background-color: #DFEAF2;
}

.p-plan__table-blue tr:nth-child(odd) {
  background-color: #B6D5EB;
}

.p-plan__table-blue .p-plan__table-tr1 th {
  background-color: #1795BC;
  color: #fff;
}

.p-plan__table-green tr:nth-child(even) {
  background-color: #E5F0DC;
}

.p-plan__table-green tr:nth-child(odd) {
  background-color: #CEE5BC;
}

.p-plan__table-green .p-plan__table-tr1 th {
  background-color: #6BB96A;
  color: #fff;
}

.p-plan__calendar {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-plan__calendar {
    margin-top: 3.75rem;
  }
}

.p-privacy {
  max-width: 1000px;
}

.p-privacy h2 {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-privacy h2 {
    font-size: 1.0625rem;
  }
}

.p-privacy h2 span {
  text-decoration: underline;
}

.p-privacy h3 {
  color: #1795BC;
  font-size: 0.9375rem;
  border-bottom: 1px solid #1795BC;
  line-height: 2.25rem;
  margin: 2.5rem auto 0.625rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-privacy h3 {
    font-size: 1rem;
    border-bottom: 2px solid #1795BC;
    margin: 3.125rem auto 1.875rem;
    line-height: 3.75rem;
  }
}

.p-privacy ul {
  padding-inline-start: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-privacy ul {
    padding-inline-start: 1.25rem;
  }
}

.p-privacy__information {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__information {
    margin-top: 3.75rem;
  }
}

.p-privacy__information h4 {
  color: #1795BC;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__information h4 {
    font-size: 1.0625rem;
    margin-bottom: 1.5rem;
  }
}

.p-privacy__information-base {
  margin-top: 0.625rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__information-base {
    margin-top: 1.25rem;
  }
}

.p-privacy__information-base span {
  font-weight: bold;
}

.p-privacy__enactment {
  text-align: right;
  margin-top: 1.25rem;
}

.p-school__point-box {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.75rem;
  margin: 2.5rem 0;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #FABF13;
}
@media screen and (min-width: 768px) {
  .p-school__point-box {
    flex-direction: row;
    gap: 3.125rem;
    margin: 3.125rem 0;
    padding-bottom: 3.125rem;
  }
}

.p-school__point-box:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-school__point-text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-school__point-text {
    width: 55%;
  }
}

.p-school__point-text div h3 {
  font-size: 1.0625rem;
  margin-bottom: 0.1875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-school__point-text div h3 {
    font-size: 1.375rem;
    margin-bottom: 0.5rem;
  }
}

.p-school__point-title {
  display: flex;
  align-items: end;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-school__point-title {
    gap: 1.25rem;
    margin-bottom: 1.5rem;
  }
}

.p-school__number {
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-school__number {
    font-size: 1.0625rem;
  }
}

.p-school__number span {
  display: block;
  font-size: 3.125rem;
  line-height: 1;
  margin-left: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-school__number span {
    font-size: 5rem;
  }
}

.p-school__description2 {
  margin-top: 0.625rem;
}

.p-school__point-image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-school__point-image {
    width: 45%;
  }
}

.p-subtop__image {
  width: 96%;
  height: 15rem;
  border-radius: 0.625rem;
  margin: auto;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-subtop__image {
    width: 96%;
    height: 31.25rem;
    border-radius: 1.25rem;
  }
}

.p-subtop__image img {
  height: 100%;
}

.p-subtop__title {
  background-color: #FFFDFA;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 1.25rem 1.25rem 0 0;
}
.p-sub__h2-black {
  font-family: "Jost", sans-serif;
  display: flex;
  flex-direction: column;
  font-size: 1.875rem;
  font-weight: normal;
  text-align: center;
  width: 80%;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-sub__h2-black {
    font-size: 3.125rem;
    width: 60%;
    padding-top: 3.125rem;
  }
}

.p-sub__h2-white span, .p-sub__h2-black span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-sub__h2-white span, .p-sub__h2-black span {
    font-size: 1rem;
  }
}

.p-teacher__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.375rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-teacher__top {
    flex-direction: row;
    gap: 5rem;
    padding: 0 6.25rem 0;
    margin-top: 8.75rem;
  }
}

.p-teacher__greeting {
  width: 86%;
}
@media screen and (min-width: 768px) {
  .p-teacher__greeting {
    width: 45%;
  }
}

.p-teacher__image {
  width: 100%;
  aspect-ratio: 3/2;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-teacher__image {
    width: 55%;
  }
}

.p-teacher__image img {
  height: 100%;
  border-radius: 0.625rem;
}

.p-teacher__image p {
  text-align: center;
  margin-top: 0.375rem;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-teacher__image p {
    font-size: 1.25rem;
  }
}

.p-teacher__image p span {
  color: #EA5E6E;
  margin-left: 1rem;
  font-size: 0.8125rem;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-teacher__image p span {
    font-size: 1rem;
  }
}

.p-teacher__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  border-bottom: 0.5px solid #939393;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-teacher__title {
    margin-bottom: 1.875rem;
  }
}

.p-teacher__title span {
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  margin-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-teacher__title span {
    font-size: 1.875rem;
    margin-right: 1rem;
  }
}

.p-teacher__message {
  width: 94%;
  margin: 3.125rem auto 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-teacher__message {
    width: 100%;
    max-width: 62.5rem;
    margin: 5rem auto 4.375rem;
  }
}

.p-teacher__message .p-teacher__title {
  text-align: center;
}

.p-teacher__career {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-teacher__career {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    max-width: 62.5rem;
    text-align: left;
  }
}

.p-teacher__career div {
  background-color: #F4F2EF;
  border-radius: 0.625rem;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-teacher__career div {
    border-radius: 1.25rem;
    padding: 2.5rem;
  }
}

.p-teacher__career-inner {
  text-align: left;
}

.p-teacher__career-inner li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.p-teacher__career-inner span {
  font-size: 0.8125rem;
  font-weight: 400;
}

.p-thanks {
  max-width: 62.5rem;
}

.p-thanks h3 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-thanks h3 {
    width: 80%;
    margin: auto;
  }
}

.p-thanks__description {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__description {
    margin: 3.75rem auto 0;
    width: 80%;
  }
}

.p-thanks__description p {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__description p {
    margin-bottom: 1.875rem;
  }
}

.p-top__read-icon {
  width: 3.75rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-top__read-icon {
    width: 5rem;
  }
}

.p-top__read-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1.875rem;
  margin-top: 2.5rem;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-top__read-text {
    flex-direction: row;
    gap: 5rem;
    margin-top: 6.25rem;
    font-size: 1.125rem;
  }
}

.p-top__read-text h3 {
  font-size: 1.75rem;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top__read-text h3 {
    font-size: 2.875rem;
    margin-top: -1rem;
    text-align: left;
  }
}

.p-top__read-text p {
  line-height: 2.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top__read-text p {
    text-align: left;
  }
}

.p-top__h2-white {
  color: #fff;
  font-family: "Jost", sans-serif;
  display: flex;
  flex-direction: column;
  font-size: 1.875rem;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top__h2-white {
    font-size: 3.125rem;
  }
}

.p-top__h2-black {
  font-family: "Jost", sans-serif;
  display: flex;
  flex-direction: column;
  font-size: 1.875rem;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top__h2-black {
    font-size: 3.125rem;
  }
}

.p-top__h2-white span, .p-top__h2-black span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top__h2-white span, .p-top__h2-black span {
    font-size: 1rem;
  }
}

.p-top__school {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top__school {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
    margin-top: 3.75rem;
  }
}

.p-top__school-box {
  background-color: #FFFDFA;
  border-radius: 0.625rem;
  padding-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-top__school-box {
    border-radius: 1.5rem;
    padding-bottom: 1.875rem;
  }
}

.p-top__school-box h3 {
  font-size: 0.6875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-top__school-box h3 {
    font-size: 1.0625rem;
    letter-spacing: 0.05em;
  }
}

.p-top__school-box:last-child {
  padding: 0;
  background-color: #1795BC;
  color: #fff;
}

.p-top__school-box:last-child:hover .ku-arrow {
  transform: scale(1.25);
}

.p-top__school-box a {
  display: block;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-top__school-box a {
    gap: 1.25rem;
  }
}

.p-top__school-box a:hover {
  opacity: 1;
}

.p-top__school-box-button {
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top__school-box-button {
    font-size: 1.125rem;
  }
}

.ku-arrow {
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  transition: 400ms;
}
@media screen and (min-width: 768px) {
  .ku-arrow {
    width: 60px;
    height: 60px;
  }
}

.ku-arrow::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1.5px #1795BC;
  border-right: solid 1.5px #1795BC;
  position: absolute;
  left: 11px;
  top: 13px;
}
@media screen and (min-width: 768px) {
  .ku-arrow::before {
    border-top: solid 2px #1795BC;
    border-right: solid 2px #1795BC;
    width: 8px;
    height: 8px;
    left: 24px;
    top: 27px;
  }
}

.ku-arrow.arrow-right::before {
  transform: rotate(45deg);
  left: 11px;
}
@media screen and (min-width: 768px) {
  .ku-arrow.arrow-right::before {
    left: 24px;
  }
}

.p-top__lesson {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 2.5rem auto;
}
@media screen and (min-width: 768px) {
  .p-top__lesson {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin: 5rem auto;
  }
}

.p-top__lesson-box {
  background-color: #fff;
  border-radius: 0.625rem;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.p-top__lesson-box-image {
  overflow: hidden;
}

.p-top__lesson-box-image img {
  width: 100%;
  transition: 0.5s;
  overflow: hidden;
}

.p-top__lesson a:hover img {
  transform: scale(1.1);
}

.p-top__lesson-box-title {
  padding: 0.875rem 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top__lesson-box-title {
    padding: 1.75rem 0.625rem 1.25rem;
  }
}

.p-top__lesson-box-title p {
  font-size: 0.75rem;
  line-height: 1.3;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-top__lesson-box-title p {
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
  }
}

.p-top__lesson-box-title h3 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top__lesson-box-title h3 {
    font-size: 1.25rem;
  }
}

.p-top__news-box {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin: 1.875rem auto;
}
@media screen and (min-width: 768px) {
  .p-top__news-box {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
    margin: 5rem auto;
  }
}

.p-top__movie {
  width: 100%;
  box-sizing: border-box; /* paddingを含めて幅と高さを計算 */
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top__movie {
    padding-top: 8.75rem;
  }
}

.p-top__movie-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: 1.25rem auto 1.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top__movie-wrapper {
    margin: 3.125rem auto;
    width: 80%;
    max-width: 56.25rem;
  }
}

.p-top__movie-wrapper .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9のアスペクト比 */
  height: 0;
  overflow: hidden; /* 必要に応じて、はみ出るコンテンツを隠す */
  background-color: #fff;
  border-top: 2px solid #FABF13;
  border-bottom: 2px solid #FABF13;
}
@media screen and (min-width: 768px) {
  .p-top__movie-wrapper .video-container {
    border: 4px solid #FABF13;
    border-radius: 1.875rem;
  }
}

.p-top__movie-wrapper .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top__menubutton {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top__menubutton {
    flex-direction: row;
    gap: 2.5rem;
  }
}

.p-top__menubutton-box {
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top__menubutton-box {
    border-radius: 0.625rem;
    width: 46%;
  }
}

.menubutton-box1 {
  border: 3px solid #EA5E6E;
}

.menubutton-box2 {
  border: 3px solid #1795BC;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}/*# sourceMappingURL=styles.css.map */