@charset "UTF-8";
p {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}

.school-page section {
  text-align: center;
}

.school-page section:not(.store-information):not(.to-contact):not(.recommend) {
  padding-top: 60px;
}

.school-page section:not(.store-information):not(.to-contact):not(.recommend) {
  padding-right: 60px;
  padding-left: 60px;
}

.feature-pc-only {
  display: block;
}

.school-pc-only {
  display: block;
}

.school-sp-only {
  display: none;
}

/* ヒーロー */
.school-hero {
  padding-bottom: 80px;
  background-color: var(--black);
}
.school-hero h1 {
  margin-bottom: 30px;
}
.school-hero p {
  margin: 0 auto 40px;
  color: #fff;
  width: 57vw;
  min-width: 800px;
}
.school-hero img {
  width: 57vw;
  min-width: 800px;
}

/* おすすめターゲット */
.recommend {
  background: #fff;
  padding-bottom: 80px;
}
.recommend .bg-img {
  width: 100%;
}
.recommend h2 {
  margin-top: -30px;
}
.recommend .recommend-list {
  display: flex;
  gap: 2%;
  justify-content: center;
  flex-wrap: wrap;
}
.recommend .recommend-item:not(:last-child) {
  width: 13%;
}
.recommend .recommend-item:last-child {
  width: 16%;
}
.recommend p {
  width: 57vw;
  min-width: 850px;
  margin: 40px auto 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 24px;
}

/* 特徴 */
.school-feature {
  background-image: url(../../images/background.png);
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}
.school-feature .feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25%;
  justify-content: center;
  width: 75vw;
  min-width: 850px;
  margin: 0 auto;
}
.school-feature .feature-item {
  width: 24%;
}
.school-feature .feature-item h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  background-color: var(--gold);
  margin-bottom: 15px;
  padding: 10px;
}
.school-feature .feature-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
.school-feature .feature-item p {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
}

/* プラン */
.school-plan {
  background: #fff;
  padding-bottom: 80px;
}
.school-plan .school-item {
  text-align: left;
  margin: 0 auto;
  width: 75vw;
  min-width: 850px;
  padding: 20px;
  border: solid 1px var(--gold);
}
.school-plan .school-item h2 {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 40px;
  background-color: var(--light-gold);
  padding: 15px;
  margin-bottom: 10px;
}
.school-plan .school-item .course-name {
  text-align: left;
  font-size: 28px;
  line-height: 1.4;
}
.school-plan .school-item:not(:last-child) {
  margin-bottom: 30px;
}
.school-plan .school-item-container {
  display: flex;
  gap: 3%;
  padding: 5px;
}
.school-plan .school-item-container .school-item-img {
  width: 44%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.school-plan .school-item-container .school-item-img img {
  aspect-ratio: 6/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.school-plan .school-item-container .school-item-text {
  width: 53%;
}
.school-plan .school-item-container .course-remarks {
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}
.school-plan .school-item-container .summary-container {
  margin-bottom: 10px;
}
.school-plan .school-item-container .summary-container .course-summary {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--gold);
  margin-top: 10px;
  margin-bottom: 0;
}
.school-plan .school-item-container .summary-container .course-summary-note {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--gold);
  margin-top: 3px;
  margin-bottom: 0;
}
.school-plan .school-item-container .course-explain-1 {
  font-weight: 400;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--dark-gray);
  margin-bottom: 0;
}
.school-plan .school-item-container .course-explain-2 {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--dark-gray);
}
.school-plan .school-item-container h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
.school-plan .school-item-container .course-recommend {
  margin: 0;
}
.school-plan .school-item-container .recommend-point {
  padding: 16px 0 10px;
}
.school-plan .school-item-container .recommend-to {
  border-bottom: 1px solid var(--dark-gray);
}
.school-plan .school-item-container .school-plan-list p {
  border-top: 1px solid var(--dark-gray);
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 0;
  line-height: 1.3;
  margin-bottom: 0;
}
.school-plan .school-item-container .school-plan-list .plan-explain {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--gold);
  text-align: center;
  line-height: 1.2;
}
.school-plan .school-item-container .school-plan-list .plan-curriculum {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  border-bottom: 1px solid var(--dark-gray);
}

/* お申し込み方法 */
.application {
  background-image: url(../../images/background.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 20px;
}
.application p {
  font-size: 18px;
}

.application-buttons {
  margin-top: 30px;
  display: flex;
  gap: 40px;
  justify-content: center;
}

@media screen and (max-width: 1536px) {
  .feature-pc-only {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  p {
    font-size: 16px;
  }
  .school-page section:not(.store-information):not(.to-contact):not(.recommend) {
    padding-top: 40px;
  }
  .school-page section:not(.store-information):not(.to-contact):not(.recommend) {
    padding-bottom: 60px;
  }
  .feature-pc-only {
    display: block;
  }
  /* ヒーロー */
  .school-hero h1 {
    margin-bottom: 25px;
  }
  .school-hero p {
    margin: 0 auto 30px;
    width: 100%;
    min-width: auto;
    text-align: left;
  }
  .school-hero img {
    width: 100%;
    min-width: auto;
  }
  /* おすすめターゲット */
  .recommend {
    padding-bottom: 60px;
  }
  .recommend h2 {
    margin-top: 0;
    font-size: 24px;
  }
  .recommend .recommend-list {
    display: flex;
    gap: 7%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .recommend .recommend-item:not(:last-child) {
    width: 35%;
  }
  .recommend .recommend-item:last-child {
    margin-top: 20px;
    width: 42%;
  }
  .recommend p {
    width: 100%;
    min-width: auto;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 60px;
  }
  .recommend img {
    vertical-align: top;
  }
  /* 特徴 */
  .school-feature {
    background-repeat: repeat;
  }
  .school-feature h2 {
    margin-top: 20px;
  }
  .school-feature .feature-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    width: 100%;
    min-width: auto;
    margin: 0 auto;
  }
  .school-feature .feature-item {
    width: 100%;
  }
  .school-feature .feature-item img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 15px;
  }
  .school-feature .feature-item p {
    text-align: left;
  }
  .school-feature .feature-item:last-child p {
    margin-bottom: 0;
  }
  /* プラン */
  .school-plan .school-item {
    margin: 20px auto 0;
    width: 100%;
    min-width: auto;
    border: 2px solid var(--gold);
    padding: 10px;
  }
  .school-plan .school-item h2 {
    font-size: 22px;
    padding: 7px;
    margin-bottom: 20px;
    order: 1;
  }
  .school-plan .school-item .course-name {
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    order: 1;
    margin-bottom: 20px;
  }
  .school-plan .school-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .school-plan .school-item-container {
    display: flex;
    flex-direction: column;
  }
  .school-plan .school-item-container .school-item-img {
    width: 100%;
    margin-bottom: 20px;
    display: contents;
  }
  .school-plan .school-item-container .school-item-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 2.36/1;
    -o-object-position: center;
       object-position: center;
    margin: 0 auto;
  }
  .school-plan .school-item-container .school-item-img .course-image-1 {
    order: 3;
  }
  .school-plan .school-item-container .school-item-img .course-image-2 {
    order: 9;
    margin: 10px 0;
  }
  .school-plan .school-item-container .school-item-text {
    display: contents;
    width: 100%;
  }
  .school-plan .school-item-container .course-remarks {
    margin-top: -20px;
    order: 2;
  }
  .school-plan .school-item-container .summary-container {
    margin-bottom: 10px;
    order: 10;
  }
  .school-plan .school-item-container .summary-container .course-summary {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
  }
  .school-plan .school-item-container .summary-container .course-summary-note {
    font-size: 12px;
    text-align: center;
  }
  .school-plan .school-item-container .course-explain-1 {
    font-size: 16px;
    order: 4;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    color: var(--gold);
    margin-top: 20px;
  }
  .school-plan .school-item-container .course-explain-2 {
    order: 5;
    padding-bottom: 16px;
  }
  .school-plan .school-item-container h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }
  .school-plan .school-item-container .course-recommend {
    margin: 0;
  }
  .school-plan .school-item-container .recommend-point {
    padding: 16px 0 10px;
  }
  .school-plan .school-item-container .recommend-to {
    border-bottom: 1px solid var(--dark-gray);
    order: 6;
  }
  .school-plan .school-item-container .point {
    order: 7;
  }
  .school-plan .school-item-container .feature {
    order: 8;
  }
  .school-plan .school-item-container .school-plan-list {
    order: 11;
  }
  /* お申し込み方法 */
  .application {
    background-image: url(../../images/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 20px;
  }
  .application p {
    font-size: 16px;
  }
  .application-buttons {
    display: grid;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .school-pc-only {
    display: none;
  }
  .school-sp-only {
    display: block;
  }
  .school-page section:not(.store-information):not(.to-contact):not(.recommend) {
    padding-right: 20px;
    padding-left: 20px;
  }
  .recommend p {
    padding: 0 20px;
  }
}/*# sourceMappingURL=school.css.map */