@charset "utf-8";

/* =====================================
 /common/css/common.css
===================================== */
/* .contents-title */
.contents-title span {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.72px;
}
.contents-title span > span {
  display: inline;
}
.contents-title-number {
  color: var(--color-blue700);
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .contents-title span {
    margin-bottom: 2px;
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 0.54px;
  }
}

/*.bg-wave*/
.bg-wave {
  --bg-color-01: var(--color-blue600);
  --bg-color-02: #66B6EB;
}



/* =====================================
  .hero
===================================== */
.hero {
  min-height: 593px;
  background: linear-gradient(#faf2e6 0 425px, var(--color-mono100) 425px);
  overflow: hidden;
  position: relative;
}
.hero::before,
.hero::after {
  content: "";
  width: 474px;
  height: 363px;
  background: no-repeat center / contain;
  position: absolute;
  z-index: 0;
}
.hero::before {
  background-image: url(/class/common/img/loop_cover_01_pc.svg);
  top: -214px;
  left: calc(50% - 720px - 140px);
}
.hero::after {
  background-image: url(/class/common/img/loop_cover_02_pc.svg);
  top: -225px;
  right: calc(50% - 720px - 142px);
}
.hero__inner {
  max-width: 1440px;
  min-height: 593px;
  margin: 0 auto;
  padding: 80px 20px 0;
  position: relative;
  z-index: 2;
}

.hero__title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.hero__title-small {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.hero__title-main {
  display: block;
  width: 516px;
  margin: 24px auto 0;
}
.hero__title img {
  display: block;
  max-width: 100%;
}
.hero__overview {
  box-sizing: border-box;
  width: min(960px, calc(100% - 40px));
  margin: 41px auto 0;
  padding: 40px 80px;
  border-radius: 40px;
  background-color: var(--color-mono50);
  position: relative;
  z-index: 1;
}
.hero__overview-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: var(--color-blue700);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.72px;
  text-align: center;
  white-space: nowrap;
}
.hero__overview-title::before,
.hero__overview-title::after {
  content: "";
  flex-shrink: 0;
  width: 37.81px;
  height: 44.683px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.hero__overview-title::before {
  background-image: url(/class/program/img/icon_program_title_accent_left.svg);
}
.hero__overview-title::after {
  background-image: url(/class/program/img/icon_program_title_accent_right.svg);
}
.hero__overview-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}
.hero__overview-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.hero__overview-term {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 120px;
  min-height: 36px;
  border-radius: 8px;
  background-color: #e8eaeb;
  color: var(--color-blue950);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.54px;
}
.hero__overview-description {
  flex: 1;
  padding-top: 3px;
  color: var(--color-blue950);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.48px;
}

@media screen and (min-width: 768px) {
  .hero::before {
    background-image: url(/class/common/img/loop_cover_01_pc.svg);
  }

  .hero::after {
    background-image: url(/class/common/img/loop_cover_02_pc.svg);
  }
}


@media screen and (max-width: 767px) {
  .hero {
    min-height: 592px;
    background: linear-gradient(#faf2e6 0 373px, var(--color-mono100) 373px);
  }

  .hero::before,
  .hero::after {
    width: 150px;
    height: 115px;
  }

  .hero::before {
    width: 103.765px;
    height: 82.172px;
    top: -54px;
    left: -22.685px;
    background-image: url(/class/common/img/loop_cover_01_sp.svg);
  }

  .hero::after {
    width: 101px;
    height: 80px;
    top: -39px;
    right: -31px;
    background-image: url(/class/common/img/loop_cover_02_sp.svg);
  }

  .hero__inner {
    min-height: 592px;
    padding: 32px 20px 0;
    z-index: auto;
  }

  .hero__inner::after {
    content: none;
  }

  .hero__title {
    height: 106px;
  }

  .hero__title-small {
    gap: 8px;
  }

  .hero__title-small-img:first-child {
    width: 38px;
  }

  .hero__title-small-img:last-child {
    width: 101.731px;
  }

  .hero__title-main {
    width: min(272px, 100%);
    margin-top: 12px;
  }

  .hero__overview {
    width: 100%;
    margin-top: 0;
    padding: 32px 24px;
    border-radius: 20px;
    z-index: 2;
  }

  .hero__overview-title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 0.54px;
    white-space: nowrap;
  }

  .hero__overview-title::before,
  .hero__overview-title::after {
    display: block;
    width: 28.357px;
    height: 33.512px;
  }

  .hero__overview-title-text {
    display: block;
    font-size: 0;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    transform: translateY(-0.14px);
  }

  .hero__overview-title-text span {
    display: inline;
    font-weight: bold;
    line-height: 1.5;
    white-space: nowrap;
  }

  .hero__overview-title-text span:first-of-type {
    font-size: 1.125rem;
    letter-spacing: 0.54px;
  }

  .hero__overview-title-text span:last-of-type {
    font-size: 0.875rem;
    letter-spacing: 0.42px;
  }

  .hero__overview-list {
    gap: 20px;
    margin-top: 20px;
  }

  .hero__overview-row {
    flex-direction: column;
    gap: 8px;
  }

  .hero__overview-term {
    width: 100%;
    min-height: 28px;
    justify-content: flex-start;
    padding: 0 12px;
    border-radius: 6px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.42px;
    flex-basis: auto;
    min-width: 104px;
  }

  .hero__overview-description {
    padding: 0 12px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.42px;
  }
}

