@charset "UTF-8";
/* fontサイズ */
/*
元のフォントサイズ*(3/4)
24px→18px
50px→37.5px
*/
/*z-index数値*/
/*menu割当て*/
/*CTA*/
/*TOPへ戻るボタン割当て*/
/* z-index コンテンツ*/
/*レスポンシブデザインコンポーネント*/
/* 使用カラー */
/* color */
/* ブランドカラー(暗め) */
/* ブランドカラー(明るめ) */
/* メインカラー青 */
/* メインカラー緑 */
/* monochrome */
/* monotone*/
/* gradation */
/*新色*/
/*4季色*/
/*春*/
/*夏*/
/*冬*/
/* 説明文の標準文字 */
.site {
  font: normal normal normal 0.9rem/1.7rem Hiragino Kaku Gothic ProN;
}

.para {
  font: normal normal normal 0.9rem/1.7rem Hiragino Kaku Gothic ProN;
}

.space {
  height: 110px;
}
@media screen and (max-width: 1200px) {
  .space {
    display: none;
  }
}

.summer-course {
  padding-top: 0;
  width: auto;
  text-align: left;
  color: #2E2E2E;
}
.summer-course .para-pink {
  color: #00AAEE;
}
@media screen and (max-width: 428px) {
  .summer-course .mf-none {
    display: none;
  }
}

/* メインビジュアル */
.summer-course__mv {
  height: calc(100vh - 100px - 94px);
  position: relative;
}
@media screen and (max-width: 900px) {
  .summer-course__mv {
    height: 100vh;
  }
}
@media screen and (max-width: 428px) {
  .summer-course__mv {
    min-height: 800px;
  }
}
.summer-course__mv .num {
  font: normal normal bold 1.8rem DIN Alternate;
}
@media screen and (max-width: 1200px) {
  .summer-course__mv .num {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 428px) {
  .summer-course__mv .num {
    font-size: 22px;
  }
}
.summer-course__mv .mv-bg {
  position: absolute;
  background: #00AAEE;
  height: 100%;
  width: 100%;
}
.summer-course__mv .mv-bg::before {
  content: "";
  position: absolute;
  height: calc(100% + 100px);
  width: 100%;
  top: -100px;
  left: 0;
  background-image: url("../img/seasonal_course/common/mv_bg_mv-squares_v-1-0.svg");
  background-repeat: no-repeat;
  z-index: 2;
}
.summer-course__mv .mv-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "left copy" "left point";
  z-index: 2;
  position: relative;
  height: 100%;
  width: 100%;
  color: white;
}
@media screen and (max-width: 900px) {
  .summer-course__mv .mv-text {
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: "copy" "left" "point";
    justify-content: center;
  }
}
@media screen and (max-width: 428px) {
  .summer-course__mv .mv-text {
    scale: 0.8;
  }
}
.summer-course__mv .mv-text-left {
  grid-area: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: fit-content;
  margin: auto;
  gap: 1rem;
}
@media screen and (max-width: 900px) {
  .summer-course__mv .mv-text-left {
    align-items: center;
  }
}
.summer-course__mv .mv-text-left .mv-h2 {
  padding: 0;
  width: fit-content;
  font-size: 1.2rem;
  font-weight: bold;
  /*1文字目の文字色だけを変えたい時
  & span:first-of-type {
      color: white;
  }*/
}
.summer-course__mv .mv-text-left .mv-h2 span {
  display: inline-block;
  color: #00AAEE;
  margin: 0.4rem;
  font-size: 9rem;
  line-height: 9rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 10;
  padding: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .summer-course__mv .mv-text-left .mv-h2 span {
    font-size: 7rem;
    line-height: 7rem;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 428px) {
  .summer-course__mv .mv-text-left .mv-h2 span {
    font-size: 99px;
    line-height: 99px;
    padding: 0.8rem 0.5rem;
  }
}
.summer-course__mv .mv-text-left .mv-h2 span:first-of-type::after {
  content: "";
  position: absolute;
  background: #FFFF00;
  color: white;
  top: 0.5rem;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .summer-course__mv .mv-text-left .mv-h2 span:first-of-type::after {
    height: 8rem;
  }
}
@media screen and (max-width: 428px) {
  .summer-course__mv .mv-text-left .mv-h2 span:first-of-type::after {
    height: calc(99px + 1rem);
  }
}
.summer-course__mv .mv-text-left .mv-h2 span::after {
  content: "";
  position: absolute;
  background: white;
  color: #00AAEE;
  top: 0.5rem;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .summer-course__mv .mv-text-left .mv-h2 span::after {
    height: 8rem;
  }
}
@media screen and (max-width: 428px) {
  .summer-course__mv .mv-text-left .mv-h2 span::after {
    height: calc(99px + 1rem);
  }
}
.summer-course__mv .mv-text-left .start {
  color: white;
  margin-top: 1rem;
  display: flex;
  font-weight: bold;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .summer-course__mv .mv-text-left .start {
    margin: 0;
  }
}
.summer-course__mv .mv-text-left .start .start-1 {
  font-size: 1.5rem;
  height: fit-content;
}
@media screen and (max-width: 428px) {
  .summer-course__mv .mv-text-left .start .start-1 {
    font-size: 17px;
  }
}
.summer-course__mv .mv-text-left .start .start-2 {
  color: #00AAEE;
  background: white;
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1rem;
  height: fit-content;
  margin: 0 10px;
}
@media screen and (max-width: 428px) {
  .summer-course__mv .mv-text-left .start .start-2 {
    font-size: 12px;
    margin: 0 10px;
  }
}
.summer-course__mv .mv-text-left .start .start-3 {
  font-size: 1.8rem;
  height: fit-content;
}
@media screen and (max-width: 428px) {
  .summer-course__mv .mv-text-left .start .start-3 {
    font-size: 22px;
  }
}
.summer-course__mv .mv-text-right {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .summer-course__mv .mv-text-right {
    display: contents;
  }
}
.summer-course__mv .mv-text-right .catch-copy {
  grid-area: copy;
  font-size: 40px;
  font-weight: bold;
  padding: 1rem;
  display: flex; /* flex以外に変更予定 */
  flex-direction: column;
  justify-content: flex-end;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .summer-course__mv .mv-text-right .catch-copy {
    order: 1;
    font-size: 30px;
  }
}
@media screen and (max-width: 428px) {
  .summer-course__mv .mv-text-right .catch-copy {
    font-size: 1.5rem;
  }
}
.summer-course__mv .mv-text-right .point-unit {
  grid-area: point;
  white-space: nowrap;
}
.summer-course__mv .mv-text-right .point-unit .point {
  background: #00AAEE;
  padding: 0.3rem 1rem;
  margin: 1rem;
  border-radius: 34px;
  width: fit-content;
  font-size: 1.5rem;
  font-weight: bold;
  border: 5px solid;
}
@media screen and (max-width: 1200px) {
  .summer-course__mv .mv-text-right .point-unit .point {
    margin: 0.5rem;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 900px) {
  .summer-course__mv .mv-text-right .point-unit {
    order: 3;
  }
}
.summer-course__mv .page-mv-imgframe {
  width: fit-content;
  margin: 0 0 auto auto !important;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 428px) {
  .summer-course__mv .page-mv-imgframe {
    height: 100%;
  }
}
.summer-course__mv .page-mv-imgframe .mv-img {
  height: 100%;
  max-height: none;
  width: auto;
  object-fit: cover;
}
.summer-course__mv .page-mv-imgframe::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 65%;
  background: linear-gradient(-81deg, transparent 0%, transparent 30%, #00AAEE 30.2%, #00AAEE 100%);
  z-index: 1;
}
@media screen and (max-width: 428px) {
  .summer-course__mv .page-mv-imgframe::before {
    right: 50%;
  }
}

.title-en {
  font: normal normal bold 16px/19px DIN Alternate;
  position: relative;
  margin: 1rem;
}
.title-en::before {
  content: url("../img/common-title-icon_v-1-0.svg");
  position: absolute;
  left: -25px;
}

.title-ja {
  font-weight: bold;
  font-size: 32px;
}
@media screen and (max-width: 428px) {
  .title-ja {
    font-size: 23px !important;
  }
}

.summer-course__what {
  background-image: url("../img/seasonal_course/common/what_square_bg_v-1-0.svg");
}
.summer-course__what__container {
  margin: auto;
  padding: 100px 10%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 428px) {
  .summer-course__what__container {
    padding: 100px 20px;
  }
}
.summer-course__what__container::before {
  content: url("../img/seasonal_course/common/what-section-deco_v-1-0.svg");
  position: absolute;
  z-index: -1;
  right: 0;
}
@media screen and (max-width: 900px) {
  .summer-course__what__container::before {
    top: 400px;
  }
}
@media screen and (max-width: 428px) {
  .summer-course__what__container::before {
    top: 320px;
  }
}
.summer-course__what__container::after {
  content: url("../img/seasonal_course/common/what-section-deco_v-1-0.svg");
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -80px;
}
.summer-course__what__container .about-read {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 62px;
  margin-top: 30px;
}
.summer-course__what__container .about-read span {
  color: #4EACA9;
}
@media screen and (max-width: 428px) {
  .summer-course__what__container .about-read {
    font-size: 1rem;
    line-height: 32px;
  }
}
.summer-course__what__container .what-flex-container {
  display: flex;
  text-align: center;
  margin: 1rem auto 0;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .summer-course__what__container .what-flex-container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .summer-course__what__container .what-flex-container {
    margin: 3rem auto 0;
  }
}
.summer-course__what__container .what-flex-container .what-flex-item {
  background-color: white;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  flex: 1;
  gap: 1rem;
  max-width: 342px;
  height: 293px;
}
.summer-course__what__container .what-flex-container .what-flex-item p {
  width: 270px;
}
.summer-course__what__container .what-flex-container .item-title {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 62px;
}
.summer-course__what__container .what-flex-container .sozai-house {
  width: 80px;
}
.summer-course__what__container .what-flex-container .sozai-pc {
  width: 80px;
}
.summer-course__what__container .what-flex-container .sozai-personal {
  width: 71px;
}

.summer-course__feature__container {
  background-image: url("../img/seasonal_course/common/feature_bg-object_v-1-0.svg");
  background-repeat: no-repeat;
  background-position: right;
  width: 90%;
  margin: auto;
  padding: 100px 10%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .summer-course__feature__container {
    padding-bottom: 400px;
    background-image: none;
  }
}
@media screen and (max-width: 428px) {
  .summer-course__feature__container {
    padding: 100px 20px 400px;
  }
}
.summer-course__feature__container .feature-contents {
  padding: 1rem;
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 900px) {
  .summer-course__feature__container .feature-contents {
    width: 100%;
  }
}
.summer-course__feature__container .feature-item h4 {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 62px;
  color: #4EACA9;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .summer-course__feature__container .feature-item h4 {
    font-size: 20px;
    line-height: 40px;
  }
}
.summer-course__feature__container .feature-imgframe {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 30%;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .summer-course__feature__container .feature-imgframe .v-img {
    height: 100%;
  }
}
@media screen and (max-width: 428px) {
  .summer-course__feature__container .feature-imgframe .v-img {
    height: 100%;
  }
}
@media screen and (max-width: 900px) {
  .summer-course__feature__container .feature-imgframe {
    max-width: none;
    max-height: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 428px) {
  .summer-course__feature__container .feature-imgframe {
    max-height: 350px;
    height: 350px;
  }
}

.summer-course__kousyu {
  background-color: #AADDDD;
  background-repeat: no-repeat;
  background-position: -150px 290px;
  background-image: url(../img/seasonal_course/common/kousyu-bg-path_v-1-0.svg);
}
@media screen and (max-width: 1200px) {
  .summer-course__kousyu {
    background-image: none;
  }
}
.summer-course__kousyu__container .kousyu-point {
  position: relative;
  z-index: 10;
}
.summer-course__kousyu__container .kousyu-point::before {
  content: "";
  position: absolute;
  background-image: url(../img/seasonal_course/summer/course_kamome-icons_bg_v-1-0.png);
  width: 280px;
  height: 350px;
  right: 30px;
  top: 100px;
  /*transform: scale(-1, -1);*/
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.summer-course__kousyu__container .kousyu-point::after {
  content: "";
  position: absolute;
  background-image: url(../img/seasonal_course/summer/course_kamome-icons_bg_v-1-0.png);
  width: 280px;
  height: 350px;
  left: 20px;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.summer-course__kousyu__container .kousyu-point-intro {
  width: 90%;
  margin: auto;
  padding: 0 10%;
}
@media screen and (max-width: 1200px) {
  .summer-course__kousyu__container .kousyu-point-intro {
    width: 100%;
    padding: 0 35px;
  }
}
@media screen and (max-width: 428px) {
  .summer-course__kousyu__container .kousyu-point-intro {
    padding: 0 20px;
  }
}
.summer-course__kousyu__container .kousyu-point-intro .flex-container {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .summer-course__kousyu__container .kousyu-point-intro .flex-container {
    flex-wrap: wrap;
  }
}
.summer-course__kousyu__container .kousyu-point-intro .flex-container-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 7px;
  margin-bottom: 5px;
}
.summer-course__kousyu__container .kousyu-point-intro .cc {
  color: white;
  font-weight: bold;
  font-size: 21px;
  padding-top: 50px;
}
.summer-course__kousyu__container .kousyu-point-intro .kousyu-design {
  display: flex;
  flex-wrap: nowrap;
}
.summer-course__kousyu__container .kousyu-point-intro .kousyu-design span {
  font-family: "Noto Sans JP", sans-serif;
  color: #00AAEE;
  font-size: 65px;
  background-color: white;
  font-weight: bold;
  padding: 0 11px;
  margin-right: 6px;
  display: inline-block;
  line-height: normal;
}
@media screen and (max-width: 900px) {
  .summer-course__kousyu__container .kousyu-point-intro .kousyu-design span {
    font-size: 65px;
    padding: 0 7px;
  }
}
@media screen and (max-width: 428px) {
  .summer-course__kousyu__container .kousyu-point-intro .kousyu-design span {
    font-size: 47px;
  }
}
.summer-course__kousyu__container .kousyu-point-intro .point {
  background: #00AAEE;
  padding: 0.3rem 1rem;
  border-radius: 26px;
  width: fit-content;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  white-space: nowrap;
}
@media screen and (max-width: 428px) {
  .summer-course__kousyu__container .kousyu-point-intro .point {
    font-size: 0.7rem;
  }
}
.summer-course__kousyu__container .kousyu-point-intro .about-read {
  margin-top: 20px;
  font: normal normal normal 14px/23px Hiragino Kaku Gothic ProN;
}
.summer-course__kousyu__container .kousyu-flex-container {
  display: flex;
  margin: 50px auto 0;
  padding-bottom: 80px;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .summer-course__kousyu__container .kousyu-flex-container {
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.summer-course__kousyu__container .kousyu-flex-container .kousyu-flex-item {
  background: white;
  padding: 2rem 2rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 308px;
}
.summer-course__kousyu__container .kousyu-flex-container .kousyu-flex-item .point-count {
  color: #00AAEE;
  font: normal normal bold 16px/26px DIN Alternate;
}
.summer-course__kousyu__container .kousyu-flex-container .kousyu-flex-item .item-title {
  font-weight: bold;
  font-size: 1.6rem;
}
.summer-course__kousyu__container .kousyu-flex-container .kousyu-flex-item .para {
  width: 270px;
  margin-bottom: 30px;
}
.summer-course__kousyu__container .kousyu-flex-container .kousyu-flex-item .ribbon {
  position: relative;
}
.summer-course__kousyu__container .kousyu-flex-container .kousyu-flex-item .ribbon-img {
  width: 210px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.summer-course__kousyu__container .kousyu-flex-container .kousyu-flex-item .ribbon-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: white;
  z-index: 1;
  font-weight: bold;
}
.summer-course__kousyu__container .kousyu-flex-container .kousyu-flex-item .ribbon-box {
  background: #EFEFEF;
  padding: 1.6rem 0.7rem 1.2rem;
  width: 270px;
}
.summer-course__kousyu__container .kousyu-flex-container .kousyu-flex-item .ribbon-box .bold-large-text {
  font-weight: bold;
}
.summer-course__kousyu__container .kousyu-flex-container .kousyu-flex-item .ribbon-box .small-text {
  font: normal normal normal 0.7rem/26px Hiragino Kaku Gothic ProN;
  text-align: center;
}
.summer-course__kousyu__container .kousyu-flex-container .kousyu-flex-item .ribbon-box .bold-text {
  font-weight: bold;
  font-size: 0.8rem;
}
.summer-course__kousyu__container .kousyu-flex-container .kousyu-flex-item .ribbon-box .delete {
  font: normal normal bold 19px DIN Alternate;
  text-decoration: line-through;
}
.summer-course__kousyu__container .kousyu-flex-container .kousyu-flex-item .ribbon-box .free {
  font-size: 2.2rem;
  color: #00AAEE;
  font-weight: bold;
}
.summer-course__kousyu__container .kousyu-flex-container .kousyu-flex-item .ribbon-box .flex-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.summer-course__kousyu__container .kousyu-flex-container .kousyu-flex-item .ribbon-box .flex-container .flex-small-container {
  display: flex;
  flex-direction: column;
}
.summer-course__kousyu__container .course-list .tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 25px 190px 0;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .summer-course__kousyu__container .course-list .tabs {
    gap: 0;
    padding: 0;
  }
}
.summer-course__kousyu__container .course-list .tab {
  border: transparent;
  padding: 20px;
  border-radius: 20px 20px 0 0;
  width: 520px;
  background: rgba(0, 170, 238, 0.9);
  color: white;
  font-weight: bold;
  height: 100%;
}
.summer-course__kousyu__container .course-list .tab span {
  font-size: 21px;
}
@media screen and (max-width: 1200px) {
  .summer-course__kousyu__container .course-list .tab {
    width: 40vw;
  }
}
@media screen and (max-width: 900px) {
  .summer-course__kousyu__container .course-list .tab {
    font-size: 20px;
    width: 45vw;
    padding: 20px 15px;
  }
  .summer-course__kousyu__container .course-list .tab span {
    font-size: 20px;
  }
}
@media screen and (max-width: 428px) {
  .summer-course__kousyu__container .course-list .tab {
    padding: 20px 5px;
  }
}
.summer-course__kousyu__container .course-list .activeTab {
  background: rgba(255, 247, 247, 0.9);
  color: #2E2E2E;
  position: relative;
}
.summer-course__kousyu__container .course-list .activeTab::after {
  content: url("../img/seasonal_course/summer/course_suika-icon_v-1-0.png");
  position: relative;
  right: -6px;
  bottom: -3px;
}
.summer-course__kousyu__container .course-list .course-unit {
  width: 70%;
  margin: auto auto 20px;
  max-width: 970px;
}
@media screen and (max-width: 900px) {
  .summer-course__kousyu__container .course-list .course-unit {
    width: 80%;
  }
}
@media screen and (max-width: 428px) {
  .summer-course__kousyu__container .course-list .course-unit {
    width: 90%;
  }
}
.summer-course__kousyu__container .course-list .course-list-bg {
  background: rgba(255, 247, 247, 0.9);
  padding: 40px 0 50px;
}
.summer-course__kousyu__container .course-list .white-bg {
  background: white;
  display: flex;
  padding: 1rem;
  justify-content: space-around;
}
@media screen and (max-width: 900px) {
  .summer-course__kousyu__container .course-list .white-bg {
    flex-direction: column;
    gap: 1rem;
  }
}
.summer-course__kousyu__container .course-list .gray-bg {
  background: #EFEFEF;
  font: normal normal normal 14px/23px Hiragino Kaku Gothic ProN;
  display: flex;
  padding: 3rem;
  gap: 10%;
}
@media screen and (max-width: 1200px) {
  .summer-course__kousyu__container .course-list .gray-bg {
    padding: 3rem 1.5rem;
    gap: 2rem;
    flex-direction: column;
  }
}
.summer-course__kousyu__container .course-list .grade {
  color: #00AAEE;
  font-weight: bold;
  font-size: 15px;
}
.summer-course__kousyu__container .course-list .course-name {
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 428px) {
  .summer-course__kousyu__container .course-list .course-name {
    font-size: 20px;
  }
}
.summer-course__kousyu__container .course-list .subject {
  font: normal normal bold 12px DIN Alternate;
  background: #797979;
  color: white;
  border-radius: 5px;
  padding: 5px;
  margin: 0 1px 0;
}
.summer-course__kousyu__container .course-list .flex-container-1 {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .summer-course__kousyu__container .course-list .flex-container-1 {
    align-items: center;
  }
}
.summer-course__kousyu__container .course-list .flex-container-2 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 5px;
}
@media screen and (max-width: 900px) {
  .summer-course__kousyu__container .course-list .flex-container-2 {
    justify-content: center;
  }
}
.summer-course__kousyu__container .course-list .before-price {
  font-size: 15px;
  font-weight: bold;
}
.summer-course__kousyu__container .course-list .before-price span {
  text-decoration: line-through;
  font: normal normal bold 15px DIN Alternate;
}
.summer-course__kousyu__container .course-list .after-price {
  font: normal normal bold 60px/50px DIN Alternate;
  color: #00AAEE;
}
@media screen and (max-width: 428px) {
  .summer-course__kousyu__container .course-list .after-price {
    font-size: 40px;
    line-height: 34px;
  }
}
.summer-course__kousyu__container .course-list .per {
  font-weight: bold;
  display: flex;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .summer-course__kousyu__container .course-list .per {
    flex-direction: column-reverse;
  }
}
.summer-course__kousyu__container .course-list .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  white-space: nowrap;
  grid-row-gap: 10px;
}
.summer-course__kousyu__container .course-list .grid-container div:nth-child(2n) {
  position: relative;
  margin-left: 3rem;
}
@media screen and (max-width: 900px) {
  .summer-course__kousyu__container .course-list .grid-container div:nth-child(2n) {
    margin-left: 1.5rem;
  }
}
.summer-course__kousyu__container .course-list .grid-container div:nth-child(2n)::before {
  content: "";
  position: absolute;
  height: 1.5rem;
  width: 1px;
  background: black;
  left: -1.5rem;
}
@media screen and (max-width: 900px) {
  .summer-course__kousyu__container .course-list .grid-container div:nth-child(2n)::before {
    left: -1rem;
  }
}
@media screen and (max-width: 1200px) {
  .summer-course__kousyu__container .course-list .grid-container {
    grid-template-columns: 4rem auto;
    white-space: wrap;
  }
}

.summer-course__flow {
  background: #AADDDD;
}
.summer-course__flow__container .title {
  color: white;
  font-size: 28px;
  position: relative;
  width: fit-content;
  padding-top: 80px;
  font-weight: bold;
  margin: auto;
}
.summer-course__flow__container .title::after {
  content: url("../img/seasonal_course/summer/course_suika-icon_v-1-0.png");
  position: absolute;
  right: -30px;
  bottom: -3px;
}
.summer-course__flow__container .about-read {
  text-align: center;
  font: normal normal normal 14px/23px Hiragino Kaku Gothic ProN;
  margin: 10px auto 20px;
}
.summer-course__flow__container .flow-flex-container {
  display: flex;
  margin: auto;
  padding-bottom: 50px;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .summer-course__flow__container .flow-flex-container {
    justify-content: space-evenly;
    gap: 1rem;
    flex-wrap: wrap;
  }
}
.summer-course__flow__container .flow-flex-container .flow-flex-item {
  border-radius: 18px;
  background: white;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  height: 312px;
}
.summer-course__flow__container .flow-flex-container .step-count {
  background: #00AAEE;
  border-radius: 17px;
  width: 100px;
  color: white;
  text-align: center;
  padding: 2px 0;
}
.summer-course__flow__container .flow-flex-container .icon {
  height: 53px;
}
.summer-course__flow__container .flow-flex-container .item-title {
  color: #00AAEE;
  font-size: 15px;
  font-weight: bold;
}
.summer-course__flow__container .flow-flex-container .goal .step-count {
  background: #4EACA9;
}
.summer-course__flow__container .flow-flex-container .goal .item-title {
  color: #4EACA9;
}
.summer-course__flow__container .flow-flex-container .para {
  width: 202px;
}

.summer-course__form {
  margin: 200px auto 150px;
  width: 60%;
  background: #EFEFEF;
  padding: 77px 116px 47px;
  /* 項目は36px毎に配置*/
}
@media screen and (max-width: 1200px) {
  .summer-course__form {
    width: 80%;
  }
}
@media screen and (max-width: 900px) {
  .summer-course__form {
    width: 90%;
    padding: 77px 50px 47px;
  }
}
@media screen and (max-width: 428px) {
  .summer-course__form {
    width: 100%;
    padding: 77px 1rem 47px;
  }
}
.summer-course__form__container {
  text-align: center;
}
.summer-course__form__container .logo-img {
  width: 10vw;
  max-width: 200px;
  min-width: 80px;
  margin: auto;
}
.summer-course__form__container .title {
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  margin: 1rem 0 2rem;
}/*# sourceMappingURL=summer-course.css.map */