@charset "utf-8";

.mizuiku-contents.mizuiku-contents--class-program {
  --program-server-pad-right: 0px;
  --program-content-vw: calc(100vw - var(--program-server-pad-right));
  --program-bg-design-w: 1440;
  --program-bg-wave-design-h: 93;
  --program-bg-w: var(--program-content-vw);
  --program-bg-wave-h: calc(var(--program-bg-w) * var(--program-bg-wave-design-h) / var(--program-bg-design-w));
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow-x: visible;
  overflow-y: clip;
}

@media screen and (min-width: 768px) {
  .program-page-hero::before {
    background-image: url(/class/common/img/loop_cover_01_pc.svg);
  }
  .program-page-hero::after {
    background-image: url(/class/common/img/loop_cover_02_pc.svg);
  }
  .program-flow__lead.bg-wave,
  .program-after.bg-wave {
    --bg-color-01: var(--program-flow-blue);
    --bg-color-02: var(--program-flow-blue-light);
    background: repeating-linear-gradient(-55deg, var(--bg-color-02) 0px, var(--bg-color-02) 1px, var(--bg-color-01) 1px, var(--bg-color-01) 25px);
  }
  .program-flow__lead.bg-wave {
    margin-top: -111px;
    padding: 180px 20px 240px;
  }
  .program-flow__lead::before {
    content: none;
  }
  .program-flow__summary-card {
    justify-content: flex-start;
    height: 397px;
  }
  .program-flow__lead-inner {
    gap: 20px;
    width: min(1204px, 100%);
    max-width: 1204px;
  }
  .program-flow__summary-body {
    min-height: 0;
  }
  .program-flow__summary-heading {
    box-sizing: border-box;
    margin: 0;
  }
  .program-flow__summary-picture {
    aspect-ratio: 3 / 2;
  }
  .program-flow__summary-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
  }
  .program-flow__summary-teacher,
  .program-flow__format {
    margin: 0;
  }
  .program-flow__summary-lessons .program__image {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 260px;
    height: 173.33px;
  }
  .program-flow__summary-lessons .program__image picture {
    flex: 0 0 auto;
    width: 260px;
    height: 133.33px;
  }
  .program-flow__summary-lessons .program__image-caption {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 24px;
    min-height: 0;
    padding: 0 12px;
  }
  .program-flow__summary-arrow {
    margin: 0;
    background-size: 23.99px 25.56px;
    align-self: center;
  }
  .program-flow__summary-divider {
    width: 100%;
    height: 0;
    position: relative;
  }
  .program-flow__summary-divider::before {
    content: "";
    height: 1px;
    background-color: rgba(8, 48, 68, 0.24);
    position: absolute;
    top: -0.5px;
    left: 0;
    right: 0;
  }
  .program-flow__anchor {
    padding-top: 0;
    border-top: 0;
  }
  .program-flow__contents {
    --program-flow-contents-pull: 140px;
    margin-top: calc(-1 * var(--program-flow-contents-pull));
    position: relative;
    z-index: 1;
  }
  .program-lesson {
    border-radius: 120px 120px 0 0;
  }
  .program-lesson__steps {
    gap: 0;
  }
  .program-lesson__step {
    flex: 1 1 0;
    box-sizing: border-box;
    min-width: 0;
  }
  .program-lesson__step + .program-lesson__step {
    margin-left: 28px;
  }
  .program-lesson__step + .program-lesson__step::before {
    left: -28px;
    background-size: 16.79px 17.89px;
  }
  .program-lesson--instructor .program-lesson__step + .program-lesson__step::before {
    background: url(/class/program/img/icon_program_flow_step_arrow_02.svg) no-repeat center / 16.79px 17.89px;
  }
  .program-lesson__picture {
    flex: 0 0 562px;
    aspect-ratio: 562 / 375;
  }
  .program-materials__group:not(.program-materials__group--wide) .program-materials__item picture {
    width: 269px;
    height: 214px;
    aspect-ratio: auto;
  }
  .program-materials__group:not(.program-materials__group--wide) .program-materials__item img {
    object-fit: contain;
  }
  .program-lesson__format-note-sp {
    display: none;
  }
  .program-after {
    --bg-color-01: var(--program-flow-blue);
    --bg-color-02: var(--program-flow-blue-light);
    margin-top: -100px;
    padding: 120px 0 0;
    position: relative;
  }
  .program-after__cta {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: min(1164px, calc(100% - 40px));
    margin: 0 auto;
    padding: 64px 80px;
    border-radius: 40px;
    background-color: var(--color-mono50);
    position: relative;
    z-index: 1;
  }
  .program-after__cta-text {
    margin: 0;
    color: var(--color-blue950);
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.6px;
    text-align: center;
  }
  .program-after__button,
  .program-overview-download__button {
    box-sizing: border-box;
    width: 390px;
    height: 72px;
    min-height: 72px;
    margin: 0;
    padding: 0 52px 0 24px;
    border: 2px solid var(--color-blue950);
    border-radius: 9999px;
    background-color: var(--color-mono50);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
    color: var(--color-blue950);
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.54px;
  }
  .program-after__study {
    margin-top: 56px;
    padding: 56px 20px;
    background-color: #faf2e6;
    position: relative;
    z-index: 1;
  }
  .program-after__study-inner {
    box-sizing: border-box;
    width: min(1164px, 100%);
    margin: 0 auto;
    padding: 64px 80px;
    border-radius: 40px;
    background-color: var(--color-mono50);
  }
  .program-after__heading {
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #aea79f;
    color: var(--color-blue950);
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.84px;
  }
  .program-after__heading span {
    color: var(--color-blue700);
  }
  .program-after__study-body {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 32px;
  }
  .program-after__logo {
    flex: 0 0 380px;
    margin: 0;
  }
  .program-after__logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .program-after__study-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    color: var(--color-blue950);
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.54px;
  }
  .program-after__study-text p {
    width: 100%;
    margin: 0;
  }
  .program-after__note-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--color-blue950);
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.54px;
  }
  .program-after__note-link::after {
    content: "";
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 9999px;
    background: var(--color-blue700) url(/common/img/icon_arrow_right_01.svg) no-repeat center / 4.543px 8.358px;
  }
  .program-overview-download {
    padding: 0 20px;
    background-color: #faf2e6;
  }
  .program-overview-download__inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin: 0 -20px;
    padding: 120px max(20px, calc((100% - 1164px) / 2));
    border-radius: 120px 120px 0 0;
    background-color: var(--color-mono50);
    overflow: hidden;
    position: relative;
  }
  .program-overview-download__inner::before {
    content: "";
    width: 611px;
    height: 610px;
    background: url(/class/program/img/loop_program_overview.svg) no-repeat center / contain;
    position: absolute;
    bottom: -341px;
    left: calc(50% - 720px - 83px);
    pointer-events: none;
  }
  .program-overview-download__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    width: 562px;
    position: relative;
    z-index: 1;
  }
  .program-overview-download__heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    color: var(--color-blue950);
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }
  .program-overview-download__heading::before {
    content: "";
    flex-shrink: 0;
    width: 12px;
    align-self: stretch;
    border-radius: 9999px;
    background-color: var(--color-blue700);
  }
  .program-overview-download__text {
    margin: 0;
    color: var(--color-blue950);
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.54px;
  }
  .program-overview-download__picture {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 562px;
    height: 402px;
    border: 2px solid #dcd5cc;
    border-radius: 8px;
    background-color: var(--color-mono50);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .program-overview-download__picture img {
    display: block;
    /* width: calc(100% + 3px);
    height: auto;
    max-width: none;
    position: absolute;
    top: calc(50% + 25.84%);
    left: 50%;
    transform: translate(-50%, -50%);*/
  } 
  .mizuiku-contents--class-program .recruitment__container {
    border-radius: 120px;
  }
  .program-overview-download__button {
    padding: 0 64px 0 80px;
  }
  .program-overview-download__button::after {
    background: var(--color-blue950) url(/class/program/img/icon_download.svg) no-repeat center / 18px 18px;
  }
  .program-overview-download__button::before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(/class/program/img/icon_pdf.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    left: 24px;
    z-index: 1;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .program-overview-download__button:hover::after {
    background: var(--color-mono50) url(/class/program/img/icon_download_dark.svg) no-repeat center;
    transform: translateY(-50%) scale(1.3);

  }
  .program-overview-download__button:hover::before {
    background-image: url(/class/program/img/icon_pdf.svg);
    filter: brightness(0) invert(1);
  }
}

@media screen and (max-width: 767px) {
  .program-page-hero {
    min-height: 592px;
    background: linear-gradient(#faf2e6 0 calc(100% - 25px), var(--color-mono100) calc(100% - 25px));
  }
  .program-page-hero__inner {
    min-height: 592px;
    padding: 40px 20px 0;
  }
  .program-page-hero__title-small {
    gap: 8px;
  }
  .program-page-hero__title-main {
    width: min(272px, 100%);
    margin-top: 8px;
  }
  .program-page-hero__overview {
    width: 100%;
    margin-top: 15px;
    padding: 32px 24px;
    border-radius: 20px;
  }
  .program-page-hero__overview-title {
    gap: 8px;
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 0.54px;
    white-space: nowrap;
  }
  .program-page-hero__overview-title::before,
  .program-page-hero__overview-title::after {
    width: 28.357px;
    height: 33.512px;
  }
  .program-page-hero__overview-title-text {
    display: block;
    text-align: center;
  }
  .program-page-hero__overview-title-text span:first-of-type {
    font-size: 1.125rem;
    letter-spacing: 0.54px;
  }
  .program-page-hero__overview-title-text span:last-of-type {
    font-size: 0.875rem;
    letter-spacing: 0.42px;
  }
  .program-page-hero__overview-list {
    gap: 20px;
    margin-top: 20px;
  }
  .program-page-hero__overview-row {
    gap: 8px;
  }
  .program-page-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;
  }
  .program-page-hero__overview-description {
    padding: 0 12px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.42px;
  }
  .program-flow__lead.bg-wave {
    margin-top: -238px;
    padding: 286px 20px 64px;
  }
  .program-flow__lead-inner {
    gap: 0;
    width: 100%;
  }
  .program-flow__summary-card,
  .program-flow__summary-card--lesson1,
  .program-flow__summary-card--lesson2 {
    width: 100%;
    gap: 16px;
    padding: 20px 20px 24px;
    border-radius: 20px;
  }
  .program-flow__summary-body {
    gap: 16px;
  }
  .program-flow__summary-heading {
    flex-direction: row;
    gap: 12px;
    justify-content: flex-start;
    text-align: left;
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.48px;
  }
  .program-flow__summary-label {
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 0.54px;
  }
  .program-flow__summary-picture {
    width: min(260px, 100%);
    border-radius: 8px;
  }
  .program-flow__summary-teacher {
    font-size: 0.875rem;
    letter-spacing: 0.42px;
  }
  .program-flow__summary-arrow {
    width: 32px;
    height: 32px;
    margin: 0;
    background-size: 19.19px 20.82px;
    transform: rotate(180deg);
  }
  .program-flow__anchor {
    gap: 12px;
    font-size: 1rem;
    letter-spacing: 0.48px;
  }
  .program-flow__anchor::after {
    width: 20px;
    height: 20px;
    background-size: 6px auto;
  }
  .program-flow__summary-lessons {
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    width: 100%;
  }
  .program-flow__summary-lessons .program__image {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    border-radius: 8px;
    padding-bottom: 0;
  }
  .program-flow__summary-lessons .program__image picture {
    height: auto;
    aspect-ratio: 139.5 / 93;
    border-radius: 8px 8px 0 0;
  }
  .program-flow__summary-lessons .program__image-caption {
    display: block;
    width: 100%;
    padding: 4px 4px 0;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.42px;
    text-align: center;
    white-space: nowrap;
  }
  .program-flow__contents {
    margin-top: 0;
    background: repeating-linear-gradient(-55deg, var(--program-flow-blue-light) 0px, var(--program-flow-blue-light) 1px, var(--program-flow-blue) 1px, var(--program-flow-blue) 25px);
  }
  .program-lesson--teacher {
    border-radius: 40px 40px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .program-page-hero__overview-title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
  }
  .program-page-hero__overview-title-text {
    display: block;
    text-align: center;
  }
  .program-page-hero__overview-title-text span {
    display: inline;
  }
  .program-page-hero__overview-title-text span:first-of-type {
    font-size: 1.125rem;
    letter-spacing: 0.54px;
  }
  .program-page-hero__overview-title-text span:last-of-type {
    font-size: 0.875rem;
    letter-spacing: 0.42px;
  }
}

@media screen and (max-width: 767px) {
  .program-page-hero::before {
    background-image: url(/class/common/img/loop_cover_01_sp.svg);
  }
  .program-page-hero::after {
    background-image: url(/class/common/img/loop_cover_02_sp.svg);
  }
  .program-flow__lead.bg-wave,
  .program-after.bg-wave {
    --bg-color-01: var(--program-flow-blue);
    --bg-color-02: var(--program-flow-blue-light);
  }
  .program-flow__contents {
    margin-top: 0;
  }
  .program-flow__summary-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
  }
  .program-flow__summary-divider {
    width: 100%;
    height: 0;
    position: relative;
  }
  .program-flow__summary-divider::before {
    content: "";
    height: 1px;
    background-color: rgba(8, 48, 68, 0.24);
    position: absolute;
    top: -0.5px;
    left: 0;
    right: 0;
  }
  .program-flow__anchor {
    padding-top: 0;
    border-top: 0;
  }
  .program-lesson__format-note-sp {
    display: block;
    margin: 0;
    color: var(--color-blue950);
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.36px;
  }
  .program-after {
    padding: 73px 20px 48px;
  }
  .program-after__cta {
    width: 100%;
    gap: 16px;
    padding: 32px 24px;
    border-radius: 20px;
    background-color: var(--color-mono50);
  }
  .program-after__cta-text {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.48px;
    text-align: left;
  }
  .program-after__cta-text br {
    display: none;
  }
  .program-after__button,
  .program-overview-download__button {
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    min-height: 56px;
    font-size: 1rem;
  }
  .program-after__study {
    margin: 64px -20px 0;
    padding: 20px;
    background-color: #faf2e6;
  }
  .program-after__study-inner {
    padding: 32px 20px 16px;
    border: 1px solid #dcd5cc;
    border-radius: 20px;
    background-color: var(--color-mono50);
  }
  .program-after__heading {
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #aea79f;
    font-size: 1.25rem;
    letter-spacing: 0.6px;
  }
  .program-after__heading span {
    display: block;
    color: var(--color-blue700);
    font-size: 1rem;
    letter-spacing: 0.48px;
  }
  .program-after__study-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }
  .program-after__logo {
    width: 247px;
    margin: 0;
  }
  .program-after__logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .program-after__study-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.48px;
  }
  .program-after__study-text p {
    margin: 0;
  }
  .program-after__note-link {
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    min-height: 28px;
    color: var(--color-blue950);
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.48px;
  }
  .program-after__note-link::after {
    content: "";
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 9999px;
    background: var(--color-blue700) url(/common/img/icon_arrow_right_01.svg) no-repeat center / 4.543px 8.358px;
  }
  .program-overview-download {
    padding: 0;
    background-color: #faf2e6;
  }
  .program-overview-download__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 48px 20px;
    border-radius: 40px 40px 0 0;
    background-color: var(--color-mono50);
    overflow: hidden;
    position: relative;
  }
  .program-overview-download__inner::before {
    content: "";
    width: 448px;
    height: 429px;
    background: url(/class/program/img/loop_program_overview.svg) no-repeat center / contain;
    position: absolute;
    bottom: -209px;
    left: -285px;
  }
  .program-overview-download__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .program-overview-download__heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: var(--color-blue950);
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.84px;
  }
  .program-overview-download__heading::before {
    content: "";
    flex-shrink: 0;
    width: 8px;
    align-self: stretch;
    border-radius: 9999px;
    background-color: var(--color-blue700);
  }
  .program-overview-download__text {
    margin: 0;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.48px;
  }
  .program-overview-download__picture {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    aspect-ratio: 335 / 244;
    border: 2px solid #dcd5cc;
    border-radius: 8px;
    background-color: var(--color-mono50);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .program-overview-download__picture img {
    display: block;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }
  .program-overview-download__button {
    height: auto;
    min-height: 72px;
    padding: 10px 44px 10px 48px;
    font-size: 0.875rem;
    letter-spacing: 0.42px;
    line-height: 1.5;
    white-space: nowrap;
  }
  .program-overview-download__button::before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(/class/program/img/icon_pdf.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 1;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .program-overview-download__button::after {
    background: var(--color-blue950) url(/class/program/img/icon_download.svg) no-repeat center / 13px 13px;
  }
  .mizuiku-contents--class-program .recruitment {
    padding: 48px 20px;
  }
  .mizuiku-contents--class-program .recruitment__container {
    border-radius: 20px;
  }
}

@media screen and (max-width: 334px) {
  .program-overview-download__button {
    white-space: normal;
  }
}
.mizuiku-contents--class-program .pc_only {
  display: inline;
}
.mizuiku-contents--class-program .sp-only {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .mizuiku-contents.mizuiku-contents--class-program {
    --program-server-pad-right: 85px;
    padding-right: var(--program-server-pad-right);
  }
}

.program-page-hero {
  min-height: 593px;
  background: linear-gradient(#faf2e6 0 425px, var(--color-mono100) 425px);
  overflow: hidden;
  position: relative;
}
.program-page-hero::before,
.program-page-hero::after {
  content: "";
  width: 474px;
  height: 363px;
  background: no-repeat center / contain;
  position: absolute;
  z-index: 0;
}
.program-page-hero::before {
  background-image: url(/class/common/img/loop_cover_01_pc.svg);
  top: -214px;
  left: calc(50% - 720px - 140px);
}
.program-page-hero::after {
  background-image: url(/class/common/img/loop_cover_02_pc.svg);
  top: -225px;
  right: calc(50% - 720px - 142px);
}
.program-page-hero__inner {
  max-width: 1440px;
  min-height: 593px;
  margin: 0 auto;
  padding: 80px 20px 0;
  position: relative;
  z-index: 1;
}
.program-page-hero__inner::after {
  content: "";
  width: var(--program-bg-w);
  height: var(--program-bg-wave-h);
  background: url(/class/program/img/bg_program_hero_wave.svg) no-repeat center / 100% 100%;
  position: absolute;
  top: 425px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.program-page-hero__title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.program-page-hero__title-small {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.program-page-hero__title-main {
  display: block;
  width: 516px;
  margin: 24px auto 0;
}
.program-page-hero__title img {
  display: block;
  max-width: 100%;
}
.program-page-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;
}
.program-page-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;
}
.program-page-hero__overview-title::before,
.program-page-hero__overview-title::after {
  content: "";
  flex-shrink: 0;
  width: 37.81px;
  height: 44.683px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.program-page-hero__overview-title::before {
  background-image: url(/class/program/img/icon_program_title_accent_left.svg);
}
.program-page-hero__overview-title::after {
  background-image: url(/class/program/img/icon_program_title_accent_right.svg);
}
.program-page-hero__overview-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}
.program-page-hero__overview-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.program-page-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;
}
.program-page-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;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.program-flow,
.program-after {
  --program-flow-blue: #0087e2;
  --program-flow-blue-light: #65b5ea;
  --program-flow-offline: #eb6e00;
  --program-flow-online: #105cd5;
  position: relative;
}
.program-flow__lead {
  --school-detail-stripe: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0.16) 0, rgba(255, 255, 255, 0.16) 1px, transparent 1px, transparent 25px);
  --school-detail-bg-w: var(--program-bg-w);
  --school-detail-wave-h: var(--program-bg-wave-h);
  margin-top: -11px;
  padding: 128px 20px 120px;
  background-color: var(--program-flow-blue);
  background-image: var(--school-detail-stripe);
  position: relative;
  z-index: 0;
}
.program-flow__lead::before {
  content: "";
  display: block;
  background-color: var(--program-flow-blue);
  background-image: var(--school-detail-stripe);
  -webkit-mask-image: url(/gakko/program/img/01_hakushu/bg_school_detail_wave_mask.svg);
  mask-image: url(/gakko/program/img/01_hakushu/bg_school_detail_wave_mask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  mask-position: left top;
  -webkit-mask-size: 100% var(--school-detail-wave-h);
  mask-size: 100% var(--school-detail-wave-h);
  position: absolute;
  top: calc(-1 * var(--school-detail-wave-h) + 2px);
  left: 0;
  right: 0;
  height: var(--school-detail-wave-h);
  pointer-events: none;
}
.program-flow__lead-inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1164px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.program-flow__summary-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 397px;
  padding: 20px 20px 24px;
  border-radius: 20px;
  background-color: #faf2e6;
}
.program-flow__summary-card--lesson1 {
  width: 375px;
}
.program-flow__summary-card--lesson2 {
  width: 749px;
}
.program-flow__summary-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 278px;
}
.program-flow__summary-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 56px;
  padding: 12px 16px;
  border-radius: 12px;
  background-color: var(--color-mono50);
  color: var(--color-blue950);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.54px;
  text-align: center;
}
.program-flow__summary-label {
  color: var(--color-blue700);
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.6px;
  white-space: nowrap;
}
.program-flow__summary-title {
  min-width: 0;
  text-align: left;
}
.program-flow__summary-picture,
.program-flow__format-picture,
.program-lesson__picture,
.program-materials picture {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background-color: var(--color-mono50);
}
.program-flow__summary-picture {
  width: 260px;
  aspect-ratio: 260 / 173;
}
.program-flow__image,
.program-materials img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.program-flow__summary-lessons .program__image:nth-child(2) .program-flow__image,
.program-flow__summary-lessons .program-flow__format--online .program-flow__image {
  object-position: center top;
}
.program-flow__summary-teacher {
  color: var(--color-blue950);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.48px;
  text-align: center;
}
.program-flow__summary-lessons {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.program-flow__format {
  overflow: hidden;
  border-radius: 12px;
  color: var(--color-mono50);
  font-weight: bold;
  text-align: center;
}
.program-flow__format--offline {
  background-color: var(--program-flow-offline);
}
.program-flow__format--online {
  background-color: var(--program-flow-online);
}
.program-flow__summary-lessons .program__image {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 260px;
  height: 173.33px;
  padding-bottom: 8px;
  overflow: hidden;
  border-radius: 12px;
  font-size: 0;
}
.program-flow__summary-lessons .program__image:first-child {
  background-color: var(--program-flow-offline);
}
.program-flow__summary-lessons .program__image:nth-child(2) {
  background-color: var(--program-flow-online);
}
.program-flow__summary-lessons .program__image picture {
  display: block;
  flex: 0 0 auto;
  min-height: 0;
  width: 100%;
  height: 133.33px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.program-flow__summary-lessons .program__image .program-flow__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.program-flow__summary-lessons .program__image-caption {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0 12px;
  color: var(--color-mono50);
  font-size: 1rem;
  font-weight: bold;
  min-height: 24px;
  line-height: 1.5;
  letter-spacing: 0.48px;
  text-align: center;
}
.program-flow__summary-lessons .program__image-caption--orange {
  background-color: var(--program-flow-offline);
}
.program-flow__summary-lessons .program__image-caption--blue {
  background-color: var(--program-flow-online);
}
.program-flow__summary-arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: url(/class/program/img/icon_program_flow_summary_arrow.svg) no-repeat center / contain;
  transform: rotate(90deg);
}
.program-flow__anchor {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding-top: 23px;
  border-top: 1px solid rgba(8, 48, 68, 0.24);
  color: var(--color-blue950);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.54px;
}
.program-flow__anchor::after {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  background: var(--color-blue700) url(/common/img/icon_arrow_right_01.svg) no-repeat center / 7px auto;
  transform: rotate(90deg);
  transition: 0.2s;
}

.program-flow__contents {
  --program-flow-contents-pull: 140px;
  margin-top: calc(-1 * var(--program-flow-contents-pull));
  background-color: var(--color-mono100);
  position: relative;
  z-index: 1;
}
.program-lesson {
  padding: 120px 20px 96px;
  border-radius: 120px 120px 0 0;
  background-color: var(--color-mono50);
}
.program-lesson--instructor {
  border-radius: 120px 120px 0 0;
  background-color: var(--color-mono50);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.program-materials + .program-lesson {
  margin-top: 0;
}
.program-lesson__heading {
  padding-left: 28px;
  color: var(--color-blue950);
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.2px;
  position: relative;
}
.program-lesson__heading::before {
  content: "";
  width: 12px;
  height: 100%;
  border-radius: 9999px;
  background-color: var(--color-blue700);
  position: absolute;
  top: 0;
  left: 0;
}
.program-lesson__heading span {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.72px;
}
.program-lesson__heading-number {
  color: var(--color-blue700);
  font-style: normal;
}
.program-lesson__intro {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 48px;
}
.program-lesson__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  color: var(--color-blue950);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.54px;
}
.program-lesson__text--wide {
  margin-top: 48px;
}
.program-lesson__learning {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.program-lesson__learning h3 {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 8px;
  background-color: #e8eaeb;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.54px;
}
.program-lesson__note {
  font-size: 1rem;
  letter-spacing: 0.48px;
}
.program-lesson__picture {
  flex: 0 0 562px;
  aspect-ratio: 562 / 278;
}
.program-lesson__picture .program-flow__image {
  height: auto;
  object-fit: initial;
  transform: translateY(-18.333px);
}
.program-lesson__steps {
  display: flex;
  align-items: stretch;
  gap: 28px;
  margin-top: 48px;
}
.program-lesson__step {
  flex: 1;
  min-width: 0;
  padding: 24px;
  border-radius: 20px;
  background-color: #faf2e6;
  color: var(--color-blue950);
  position: relative;
}
.program-lesson__step + .program-lesson__step::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(/class/program/img/icon_program_flow_step_arrow_01.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%) rotate(90deg);
}
.program-lesson--instructor .program-lesson__step + .program-lesson__step::before {
  background-image: url(/class/program/img/icon_program_flow_step_arrow_02.svg);
}
.program-lesson__step h3 {
  color: var(--color-blue700);
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.6px;
}
.program-lesson__step p {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.48px;
}
.program-lesson__step-note {
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.42px !important;
}
.program-lesson__formats {
  display: flex;
  gap: 40px;
  margin-top: 48px;
}
.program-lesson__formats .program__image {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  overflow: visible;
  background-color: transparent;
  font-size: 0;
}
.program-lesson__formats .program__image picture {
  display: block;
  width: 100%;
  aspect-ratio: 562 / 321;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.program-lesson__formats .program__image-caption--orange {
  background-color: #eb6e00;
}
.program-lesson__formats .program__image-caption--blue {
  background-color: #105cd5;
}
.program-lesson__formats .program__image-caption {
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0;
  padding: 0 12px;
  color: var(--color-mono50);
  font-size: 1.125rem;
  font-weight: bold;
  min-height: 52.4px;
  line-height: 1.8;
  letter-spacing: 0.54px;
  text-align: center;
  border-radius: 0 0 12px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.program-lesson__formats .program__image > p:not(.program__image-caption) {
  padding: 0 0 0;
  margin: 8px 0 0;
  color: var(--color-blue950);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.42px;
  text-align: left;
}
.program-lesson__buttons {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 48px;
}
.program-lesson__button {
  box-sizing: border-box;
  width: 390px;
  height: 72px;
  min-height: 72px;
  margin: 0;
  padding: 0 52px 0 24px;
  border: 2px solid var(--color-blue950);
  background-color: var(--color-mono50);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  color: var(--color-blue950);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.54px;
}

.program-materials {
  padding: 64px 20px;
  background-color: #faf2e6;
  position: relative;
}
.program-materials::after {
  content: "";
  height: 100px;
  background-color: #faf2e6;
  position: absolute;
  right: 0;
  bottom: -100px;
  left: 0;
}

.program-materials__heading {
  padding-bottom: 8px;
  border-bottom: 1px solid #aea79f;
  color: var(--color-blue950);
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.84px;
}
.program-materials__heading span {
  color: var(--color-blue700);
}
.program-materials__lead {
  margin-top: 32px;
  color: var(--color-blue950);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.54px;
}
.program-materials__note {
  margin-top: 16px;
  color: var(--color-blue950);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.48px;
}
.program-materials__groups {
  display: flex;
  gap: 64px;
  margin-top: 32px;
}
.program-materials__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.program-materials__group--wide {
  flex: 1;
  min-width: 0;
}
.program-materials__group h3 {
  padding: 4px 16px;
  border-radius: 12px;
  background-color: var(--color-mono50);
  color: var(--color-blue700);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.54px;
  text-align: center;
}
.program-materials__list {
  display: flex;
  gap: 12px;
}
.program-materials__list--three {
  gap: 40px;
  margin-top: 32px;
}
.program-materials__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--color-blue950);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.54px;
  text-align: center;
}
.program-materials__item picture {
  border: 1px solid #dcd5cc;
}
.program-materials__item span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.48px;
}
.program-materials__list:not(.program-materials__list--three) .program-materials__item {
  width: 269px;
}
.program-materials__list:not(.program-materials__list--three) .program-materials__item picture {
  width: 269px;
  aspect-ratio: 269 / 179;
}
.program-materials__list--three .program-materials__item {
  flex: 1;
}
.program-materials__list--three .program-materials__item picture {
  width: 100%;
  aspect-ratio: 361 / 241;
}
.program-materials--lesson2 + .program-after.bg-wave {
  margin-top: -13px;
}

@media screen and (max-width: 767px) {
  .mizuiku-contents--class-program .pc_only {
    display: none;
  }
  .mizuiku-contents--class-program .sp-only {
    display: block;
  }
  .program-page-hero {
    min-height: auto;
    background: linear-gradient(#faf2e6 0 calc(100% - 25px), var(--color-mono100) calc(100% - 25px));
  }
  .program-page-hero::before,
  .program-page-hero::after {
    width: 150px;
    height: 115px;
  }
  .program-page-hero::before {
    top: -54px;
    left: -38px;
  }
  .program-page-hero::after {
    top: -45px;
    right: -42px;
  }
  .program-page-hero__inner {
    min-height: auto;
    padding: 48px 20px 72px;
  }
  .program-page-hero__inner::after {
    width: 100vw;
    height: 25px;
    top: auto;
    bottom: 0;
  }
  .program-page-hero__title-small {
    gap: 8px;
  }
  .program-page-hero__title-small-img:first-child {
    width: 52px;
  }
  .program-page-hero__title-small-img:last-child {
    width: 140px;
  }
  .program-page-hero__title-main {
    width: 300px;
    margin-top: 12px;
  }
  .program-page-hero__overview {
    width: 100%;
    margin-top: 32px;
    padding: 28px 20px;
    border-radius: 24px;
  }
  .program-page-hero__overview-title {
    align-items: flex-end;
    gap: 4px;
    font-size: 1.125rem;
    white-space: normal;
  }
  .program-page-hero__overview-title::before,
  .program-page-hero__overview-title::after {
    display: block;
    width: 28px;
    height: 33.1px;
  }
  .program-page-hero__overview-list {
    gap: 16px;
    margin-top: 24px;
  }
  .program-page-hero__overview-row {
    flex-direction: column;
    gap: 8px;
  }
  .program-page-hero__overview-term {
    flex-basis: auto;
    min-width: 104px;
    min-height: 32px;
    padding: 0 16px;
    font-size: 1rem;
  }
  .program-page-hero__overview-description {
    padding-top: 0;
    font-size: 0.9375rem;
  }
  .program-flow__lead {
    --school-detail-bg-w: 100vw;
    --school-detail-wave-h: 25px;
    margin-top: 0;
    padding: 64px 20px;
  }
  .program-flow__lead-inner {
    flex-direction: column;
    gap: 20px;
  }
  .program-flow__summary-card,
  .program-flow__summary-card--lesson1,
  .program-flow__summary-card--lesson2 {
    width: 100%;
    min-height: 0;
    padding: 20px;
    border-radius: 20px;
  }
  .program-flow__summary-body {
    min-height: 0;
  }
  .program-flow__summary-heading {
    flex-direction: column;
    gap: 4px;
    min-height: auto;
    font-size: 1rem;
    line-height: 1.5;
  }
  .program-flow__summary-label {
    font-size: 1.125rem;
  }
  .program-flow__summary-picture {
    width: 100%;
  }
  .program-flow__summary-lessons {
    flex-direction: column;
    width: 100%;
  }
  .program-flow__summary-lessons .program__image {
    width: 100%;
  }
  .program-flow__summary-lessons .program__image picture {
    height: auto;
    aspect-ratio: 260 / 133;
  }
  .program-flow__summary-arrow {
    transform: rotate(180deg);
  }
  .program-flow__anchor {
    font-size: 1rem;
  }
  .program-flow__contents {
    margin-top: 0;
  }
  .program-lesson {
    padding: 64px 20px;
    border-radius: 48px 48px 0 0;
  }
  .program-lesson__heading {
    padding-left: 20px;
    font-size: 1.75rem;
    letter-spacing: 0.84px;
  }
  .program-lesson__heading::before {
    width: 8px;
  }
  .program-lesson__heading span {
    font-size: 1.125rem;
    letter-spacing: 0.54px;
  }
  .program-lesson__intro,
  .program-lesson__formats {
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
  }
  .program-lesson__text,
  .program-lesson__text--wide {
    gap: 20px;
    /* margin-top: 32px; */
    font-size: 1rem;
    letter-spacing: 0.48px;
  }
  .program-lesson__learning h3 {
    min-height: 32px;
    font-size: 1rem;
  }
  .program-lesson__note {
    font-size: 0.875rem;
  }
  .program-lesson__picture {
    flex-basis: auto;
    width: 100%;
  }
  .program-lesson__steps {
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
  }
  .program-lesson__step {
    padding: 20px;
    border-radius: 16px;
  }
  .program-lesson__step + .program-lesson__step::before {
    top: -25px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
  }
  .program-lesson__step h3 {
    font-size: 1.125rem;
  }
  .program-lesson__step p {
    font-size: 0.9375rem;
  }
  .program-lesson__formats .program__image > p:not(.program__image-caption) {
    padding: 0;
    font-size: 0.8125rem;
  }
  .program-lesson__buttons {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 32px;
  }
  .program-lesson__button {
    width: 100%;
    height: 64px;
    min-height: 64px;
    font-size: 1rem;
  }
  .program-materials {
    padding: 48px 20px;
  }
  .program-materials__heading {
    font-size: 1.5rem;
  }
  .program-materials__lead {
    margin-top: 24px;
    font-size: 1rem;
  }
  .program-materials__note {
    font-size: 0.875rem;
  }
  .program-materials__groups,
  .program-materials__list,
  .program-materials__list--three {
    flex-direction: column;
    gap: 24px;
  }
  .program-materials__groups,
  .program-materials__list--three {
    margin-top: 24px;
  }
  .program-materials__list:not(.program-materials__list--three) .program-materials__item,
  .program-materials__list:not(.program-materials__list--three) .program-materials__item picture,
  .program-materials__item {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .program-page-hero::before {
    background-image: url(/class/common/img/loop_cover_01_pc.svg);
  }
  .program-page-hero::after {
    background-image: url(/class/common/img/loop_cover_02_pc.svg);
  }
  .program-flow__lead.bg-wave {
    --bg-color-01: var(--program-flow-blue);
    --bg-color-02: var(--program-flow-blue-light);
    margin-top: -111px;
    padding: 180px 20px 120px;
    background: repeating-linear-gradient(-55deg, var(--bg-color-02) 0px, var(--bg-color-02) 1px, var(--bg-color-01) 1px, var(--bg-color-01) 25px);
  }
  .program-flow__lead-inner {
    gap: 20px;
    max-width: 1204px;
  }
  .program-flow__lead::before {
    content: none;
  }
  .program-flow__summary-card {
    justify-content: flex-start;
    height: 397px;
  }
  .program-flow__summary-body {
    min-height: 0;
  }
  .program-flow__summary-heading {
    box-sizing: border-box;
    margin: 0;
  }
  .program-flow__summary-picture {
    aspect-ratio: 3 / 2;
  }
  .program-flow__summary-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
  }
  .program-flow__summary-lessons .program__image {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 260px;
    height: 173.33px;
  }
  .program-flow__summary-lessons .program__image picture {
    flex: 0 0 auto;
    width: 260px;
    height: 133.33px;
  }
  .program-flow__summary-arrow {
    margin: 0;
    background-size: 23.99px 25.56px;
    align-self: center;
  }
  .program-flow__summary-divider {
    width: 100%;
    height: 0;
    position: relative;
  }
  .program-flow__summary-divider::before {
    content: "";
    height: 1px;
    background-color: rgba(8, 48, 68, 0.24);
    position: absolute;
    top: -0.5px;
    left: 0;
    right: 0;
  }
  .program-flow__anchor {
    padding-top: 0;
    border-top: 0;
  }
  .program-flow__contents {
    --program-flow-contents-pull: 140px;
    margin-top: calc(-1 * var(--program-flow-contents-pull));
    position: relative;
    z-index: 1;
  }
  .program-lesson {
    border-radius: 120px 120px 0 0;
  }
  .program-lesson__steps {
    gap: 0;
  }
  .program-lesson__step {
    flex: 1 1 0;
    box-sizing: border-box;
    min-width: 0;
  }
  .program-lesson__step + .program-lesson__step {
    margin-left: 28px;
  }
  .program-lesson__step + .program-lesson__step::before {
    left: -28px;
    background-size: 16.79px 17.89px;
  }
  .program-materials__group:not(.program-materials__group--wide) .program-materials__item picture {
    width: 269px;
    height: 214px;
    aspect-ratio: auto;
  }
  .program-materials__group:not(.program-materials__group--wide) .program-materials__item img {
    object-fit: contain;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .program-overview-download__inner {
    box-sizing: border-box;
    margin: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .program-overview-download__content {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }
  .program-overview-download__picture {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    height: auto;
    aspect-ratio: 562 / 402;
  }
  .program-overview-download__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .program-flow__summary-card {
    min-width: 0;
  }
  .program-flow__summary-card--lesson1 {
    flex: 0 1 375px;
    width: auto;
  }
  .program-flow__summary-card--lesson2 {
    flex: 1 1 749px;
    width: auto;
  }
  .program-flow__summary-heading,
  .program-flow__summary-content,
  .program-flow__summary-lessons {
    min-width: 0;
  }
  .program-flow__summary-heading {
    justify-content: flex-start;
  }
  .program-flow__summary-lessons {
    width: 100%;
  }
  .program-flow__summary-lessons .program__image {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    gap: 8px;
    width: calc((100% - 16px) / 2);
    max-width: 260px;
    min-width: 0;
    height: auto;
    padding-bottom: 3.08%;
  }
  .program-flow__summary-lessons .program__image picture {
    flex: 0 0 auto;
    width: 100%;
    border-radius: 12px 12px 0 0;
  }
  .program-flow__summary-lessons .program__image .program-flow__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .program-flow__summary-lessons .program__image-caption {
    padding: 0 12px;
    white-space: normal;
  }
  .program-materials__groups {
    gap: clamp(24px, 4.44vw, 64px);
  }
  .program-materials__group {
    min-width: 0;
  }
  .program-materials__group--wide {
    flex: 1 1 calc(269px * 3 + 24px);
  }
  .program-materials__group--wide .program-materials__list {
    min-width: 0;
  }
  .program-materials__group--wide .program-materials__list:not(.program-materials__list--three) .program-materials__item {
    flex: 1 1 0;
    width: auto;
  }
  .program-materials__group--wide .program-materials__list:not(.program-materials__list--three) .program-materials__item picture {
    width: 100%;
  }
  .program-materials__group:not(.program-materials__group--wide) {
    flex: 1 1 269px;
  }
  .program-materials__group:not(.program-materials__group--wide) .program-materials__list {
    min-width: 0;
  }
  .program-materials__group:not(.program-materials__group--wide) .program-materials__list:not(.program-materials__list--three) .program-materials__item {
    flex: 1 1 0;
    width: auto;
  }
  .program-materials__group:not(.program-materials__group--wide) .program-materials__item picture {
    width: 100%;
  }
  .program-materials__group:not(.program-materials__group--wide) .program-materials__item picture {
    height: auto;
    aspect-ratio: 269 / 214;
  }
}

@media screen and (max-width: 767px) {
  .program-page-hero::before {
    background-image: url(/class/common/img/loop_cover_01_sp.svg);
  }
  .program-page-hero::after {
    background-image: url(/class/common/img/loop_cover_02_sp.svg);
  }
  .program-flow__lead::before {
    content: none;
  }
  .program-flow__contents {
    margin-top: 0;
  }
  .program-flow__summary-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
  }
  .program-flow__summary-divider {
    width: 100%;
    height: 0;
    position: relative;
  }
  .program-flow__summary-divider::before {
    content: "";
    height: 1px;
    background-color: rgba(8, 48, 68, 0.24);
    position: absolute;
    top: -0.5px;
    left: 0;
    right: 0;
  }
  .program-flow__anchor {
    padding-top: 0;
    border-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .program-flow__lead.bg-wave {
    margin-top: -111px;
    padding: 180px 20px 240px;
  }
  .program-flow__lead-inner {
    gap: 0;
    max-width: 1164px;
  }
  .program-flow__summary-card {
    height: 397px;
    justify-content: center;
  }
  .program-flow__summary-lessons .program__image {
    box-sizing: border-box;
    gap: 8px;
    height: 173.33px;
    padding-bottom: 8px;
  }
  .program-flow__summary-lessons .program__image picture {
    flex: 0 0 133.33px;
    height: 133.33px;
  }
  .program-flow__summary-lessons .program__image-caption {
    flex: 0 0 auto;
    min-height: 24px;
    padding: 0;
    line-height: 1.5;
  }
  .program-flow__summary-arrow {
    width: 40px;
    height: 40px;
    margin: 0;
  }
  .program-flow__contents {
    --program-flow-contents-pull: 120px;
    background: transparent;
  }
}

@media screen and (max-width: 767px) {
  .program-page-hero {
    min-height: 592px;
    background: linear-gradient(#faf2e6 0 373px, var(--color-mono100) 373px);
  }
  .program-page-hero::before {
    width: 103.765px;
    height: 82.172px;
    top: -54px;
    left: -22.685px;
  }
  .program-page-hero::after {
    width: 101px;
    height: 80px;
    top: -39px;
    right: -31px;
  }
  .program-page-hero__inner {
    min-height: 592px;
    padding: 32px 20px 0;
    z-index: auto;
  }
  .program-page-hero__inner::after {
    content: none;
  }
  .program-page-hero__title {
    height: 106px;
  }
  .program-page-hero__title-small {
    gap: 8.7px;
  }
  .program-page-hero__title-small-img:first-child {
    width: 38px;
  }
  .program-page-hero__title-small-img:last-child {
    width: 101.731px;
  }
  .program-page-hero__title-main {
    width: min(272px, 100%);
    margin-top: 12.67px;
  }
  .program-page-hero__overview {
    width: 100%;
    margin-top: 0;
    padding: 32px 24px;
    border-radius: 20px;
    z-index: 2;
  }
  .program-page-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;
  }
  .program-page-hero__overview-title::before,
  .program-page-hero__overview-title::after {
    width: 28.357px;
    height: 33.512px;
  }
  .program-page-hero__overview-title-text {
    display: block;
    font-size: 0;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    transform: translateY(-0.14px);
  }
  .program-page-hero__overview-title-text span {
    display: inline;
    font-weight: bold;
    line-height: 1.5;
    white-space: nowrap;
  }
  .program-page-hero__overview-title-text span:first-of-type {
    font-size: 1.125rem;
    letter-spacing: 0.54px;
  }
  .program-page-hero__overview-title-text span:last-of-type {
    font-size: 0.875rem;
    letter-spacing: 0.42px;
  }
  .program-page-hero__overview-list {
    gap: 20px;
    margin-top: 20px;
  }
  .program-page-hero__overview-row {
    gap: 8px;
  }
  .program-page-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;
  }
  .program-page-hero__overview-description {
    padding: 0 12px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.42px;
  }
  .program-flow::before {
    content: "";
    position: absolute;
    top: -140px;
    right: 0;
    bottom: 0;
    left: 0;
    background: repeating-linear-gradient(-55deg, var(--program-flow-blue-light) 0px, var(--program-flow-blue-light) 1px, var(--program-flow-blue) 1px, var(--program-flow-blue) 25px);
    background-position: 0 0;
    -webkit-mask-image:
      url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 375 25" preserveAspectRatio="none"><path d="M0 24.5711L375 24.5712L375 7.02907C375 7.02907 315.59 21.2787 276.985 21.5686C218.126 22.0105 179.23 1.67116 120.386 0.0753714C69.791 -1.29671 0 16.5113 0 16.5113L0 24.5711Z" fill="black"/></svg>'),
      linear-gradient(#000, #000);
    mask-image:
      url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 375 25" preserveAspectRatio="none"><path d="M0 24.5711L375 24.5712L375 7.02907C375 7.02907 315.59 21.2787 276.985 21.5686C218.126 22.0105 179.23 1.67116 120.386 0.0753714C69.791 -1.29671 0 16.5113 0 16.5113L0 24.5711Z" fill="black"/></svg>'),
      linear-gradient(#000, #000);
    -webkit-mask-position: top center, 0 24px;
    mask-position: top center, 0 24px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 25px, 100% 100%;
    mask-size: 100% 25px, 100% 100%;
    pointer-events: none;
    z-index: 0;
  }
  .program-flow__lead.bg-wave {
    margin-top: -140px;
    padding: 188px 20px 64px;
    background: transparent;
    z-index: 1;
  }
  .program-flow__lead-inner {
    gap: 0;
    width: 100%;
  }
  .program-flow__summary-card,
  .program-flow__summary-card--lesson1,
  .program-flow__summary-card--lesson2 {
    width: 100%;
    height: auto;
    min-height: 0;
    justify-content: flex-start;
    gap: 16px;
    padding: 20px 20px 24px;
    border-radius: 20px;
  }
  .program-flow__summary-body {
    gap: 16px;
    min-height: 0;
  }
  .program-flow__summary-heading {
    flex-direction: row;
    gap: 12px;
    justify-content: flex-start;
    text-align: left;
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.48px;
  }
  .program-flow__summary-label {
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 0.54px;
  }
  .program-flow__summary-picture {
    width: min(260px, 100%);
    border-radius: 8px;
  }
  .program-flow__summary-teacher {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.42px;
  }
  .program-flow__summary-arrow {
    width: 32px;
    height: 32px;
    margin: 0;
    background-size: 19.19px 20.82px;
    transform: rotate(180deg);
  }
  .program-flow__anchor {
    gap: 12px;
    padding-top: 0;
    border-top: 0;
    font-size: 1rem;
    letter-spacing: 0.48px;
  }
  .program-flow__anchor::after {
    width: 20px;
    height: 20px;
    background-size: 6px auto;
  }
  .program-flow__summary-lessons {
    flex-flow: row wrap;
    gap: 8px;
    width: 100%;
  }
  .program-flow__summary-lessons.program__image-area,
  .program-lesson__formats.program__image-area {
    align-self: flex-start;
  }
  .program-flow__summary-lessons .program__image,
  .program-lesson__formats .program__image {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc((100% - 8px) / 2);
    width: calc((100% - 8px) / 2);
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    color: var(--color-mono50);
    gap: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .program-flow__summary-lessons .program__image,
  .program-lesson__formats .program__image {
    background-color: transparent;
    font-size: 0;
  }
  .program-flow__summary-lessons .program__image picture,
  .program-lesson__formats .program__image picture {
    width: 100%;
    aspect-ratio: auto;
    border-radius: 8px 8px 0 0;
  }
  .program-flow__summary-lessons .program__image picture,
  .program-lesson__formats .program__image picture {
    aspect-ratio: auto;
    height: 109px;
  }
  .program-flow__summary-lessons .program__image-caption,
  .program-lesson__formats .program__image-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px;
    border-radius: 0 0 8px 8px;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.42px;
    text-align: center;
    white-space: nowrap;
  }
  .program-flow__summary-lessons .program__image-caption,
  .program-lesson__formats .program__image-caption {
    flex-grow: 1;
    color: var(--color-mono0);
  }
  .program-flow__summary-lessons .program__image-caption {
    max-height: 60px;
  }
  .program-flow__summary-lessons .program__image-caption--orange,
  .program-lesson__formats .program__image-caption--orange {
    background-color: #eb6e00;
  }
  .program-flow__summary-lessons .program__image-caption--blue,
  .program-lesson__formats .program__image-caption--blue {
    background-color: #105cd5;
  }
  .program-flow__summary-lessons .program__image:nth-child(2) {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc((100% - 8px) / 2);
    width: calc((100% - 8px) / 2);
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background-color: transparent;
    color: var(--color-mono50);
    gap: 0;
    padding-bottom: 0;
    text-align: center;
    font-size: 0;
  }
  .program-flow__summary-lessons .program__image:nth-child(2) picture {
    width: 100%;
    aspect-ratio: auto;
    height: 109px;
    border-radius: 8px 8px 0 0;
  }
  .program-flow__summary-lessons .program__image:nth-child(2) .program__image-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    width: 100%;
    padding: 8px;
    max-height: 60px;
    border-radius: 0 0 8px 8px;
    color: var(--color-mono0);
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.42px;
    text-align: center;
    white-space: nowrap;
  }
  .program-flow__summary-lessons.program__image-area {
    align-self: center;
    align-items: flex-start;
    width: 287px;
    max-width: 100%;
    margin: 0 auto;
  }
  .program-flow__summary-lessons .program__image {
    flex: 0 0 calc((100% - 8px) / 2);
    width: calc((100% - 8px) / 2);
    height: auto;
  }
  .program-flow__summary-lessons .program__image picture {
    height: 93px;
  }
  .program-flow__summary-lessons .program__image:nth-child(2) {
    flex: 0 0 calc((100% - 8px) / 2);
    width: calc((100% - 8px) / 2);
    height: auto;
  }
  .program-flow__summary-lessons .program__image-caption,
  .program-flow__summary-lessons .program__image:nth-child(2) .program__image-caption {
    flex-grow: 0;
  }
  .program-flow__summary-lessons .program__image:nth-child(2) picture {
    height: 93px;
  }
  .program-flow__contents {
    margin-top: 0;
    background: transparent;
    position: relative;
    z-index: 1;
  }
  .program-lesson--teacher {
    padding: 48px 20px 56px;
    border-radius: 40px 40px 0 0;
  }
  .program-lesson--instructor {
    border-radius: 40px 40px 0 0;
    background-color: var(--color-mono50);
    position: relative;
    z-index: 1;
  }
  .program-lesson__heading {
    display: block;
    padding-left: 20px;
    font-size: 1.75rem;
    line-height: 1.5;
    letter-spacing: 0.84px;
  }
  .program-lesson__heading::before {
    width: 8px;
  }
  .program-lesson__heading span {
    display: block;
    margin-bottom: 2px;
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 0.54px;
  }
  .program-lesson__intro {
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }
  .program-lesson__text {
    gap: 20px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.48px;
  }
  .program-lesson__learning {
    gap: 8px;
  }
  .program-lesson__learning h3 {
    box-sizing: border-box;
    width: 100%;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 6px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.42px;
  }
  .program-lesson__note {
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.42px;
  }
  .program-lesson__picture {
    width: 100%;
    flex-basis: auto;
    aspect-ratio: 335 / 223.333;
    border-radius: 8px;
  }
  .program-lesson__picture .program-flow__image {
    height: 100%;
    object-fit: cover;
    transform: none;
  }
  .program-lesson__steps {
    flex-direction: column;
    gap: 0;
    margin-top: 32px;
  }
  .program-lesson__step {
    padding: 16px 20px;
    border-radius: 16px;
  }
  .program-lesson__step + .program-lesson__step {
    margin-left: 0;
    margin-top: 28px;
  }
  .program-lesson__step + .program-lesson__step::before {
    width: 28px;
    height: 28px;
    top: -28px;
    left: 50%;
    background-size: 16.79px 17.89px;
    transform: translateX(-50%) rotate(180deg);
  }
  .program-lesson__step h3 {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.48px;
  }
  .program-lesson__step p {
    margin-top: 2px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.42px;
  }
  .program-lesson__step-note {
    font-size: 0.75rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0.36px !important;
  }
  .program-lesson__text--wide {
    margin-top: 32px;
  }
  .program-lesson__formats {
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    margin-top: 16px;
  }
  .program-lesson__formats .program-flow__format--offline {
    background-color: var(--program-flow-offline);
  }
  .program-lesson__formats .program-flow__format--online {
    background-color: var(--program-flow-online);
  }
  .program-lesson__formats .program__image picture {
    height: 109px;
  }
  .program-lesson__formats .program__image > p:not(.program__image-caption) {
    display: none;
  }
  .program-lesson__format-note-sp {
    display: block;
    flex: 0 0 100%;
    margin: 0;
    color: var(--color-blue950);
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.36px;
    text-align: left;
  }
  .program-lesson__buttons {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
  }
  .program-lesson__button {
    width: 100%;
    height: 56px;
    min-height: 56px;
    padding: 0 48px 0 24px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.48px;
  }
  .program-materials {
    padding: 40px 20px;
    /* position: relative; */
  }
 
  .program-materials:not(.program-materials--lesson2) {
    position: relative;
  }
  .program-materials:not(.program-materials--lesson2)::after {
    content: "";
    height: 40px;
    background-color: #faf2e6;
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
  }
  .program-materials__heading {
    padding-bottom: 8px;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.72px;
  }
  .program-materials__lead {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.48px;
  }
  .program-materials__note {
    margin-top: 12px;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.42px;
  }
  .program-materials__groups,
  .program-materials__list {
    flex-direction: column;
    gap: 12px;
  }
  .program-materials__groups {
    margin-top: 20px;
  }
  .program-materials__group {
    gap: 12px;
  }
  .program-materials__group h3 {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 0.54px;
  }
  .program-materials__item {
    width: 100%;
    gap: 2px;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.42px;
  }
  .program-materials__item picture,
  .program-materials__list:not(.program-materials__list--three) .program-materials__item picture {
    box-sizing: border-box;
    width: 100%;
    aspect-ratio: 335 / 223.333;
    border: 2px solid #dcd5cc;
    border-radius: 8px;
  }
  .program-materials__group:not(.program-materials__group--wide) .program-materials__item picture {
    width: 100%;
    height: auto;
    aspect-ratio: 335 / 266.506;
    border-width: 1.245px;
    border-radius: 14.944px;
  }
  .program-materials__group:not(.program-materials__group--wide) .program-materials__item img {
    width: 62.08%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
  }
  .program-materials--lesson2 .program-materials__list--three {
    gap: 16px;
    margin-top: 20px;
  }
  .program-materials--lesson2 .program-materials__item {
    gap: 4px;
    font-size: 1rem;
    letter-spacing: 0.48px;
  }
  .program-materials--lesson2 .program-materials__item picture {
    width: 100%;
    aspect-ratio: 335 / 223.333;
    border: 2px solid #dcd5cc;
    border-radius: 8px;
  }
  .program-materials--lesson2 .program-materials__item span {
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.42px;
  }
  .program-after.bg-wave {
    --bg-color-01: #0087e2;
    --bg-color-02: #65b5ea;
    margin-top: -24px;
    padding: 73px 20px 0px;
    background-position: 0 0;
  }
  .program-after__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .program-after__button {
    padding: 0 48px 0 24px;
    line-height: 1.5;
  }
}

.program-after__note-link {
  transition: 0.2s;
}
.program-after__note-link::after {
  transition: 0.2s;
}

@media (hover: hover) {
  .program-after__note-link:hover {
    color: var(--color-blue700);
    text-decoration: underline;
  }
  .program-after__note-link:hover::after {
    transform: scale(1.333);
  }
  .program-flow__anchor:hover {
    color: var(--color-blue700);
    text-decoration: underline;
  }
  .program-flow__anchor:hover::after {
    transform: rotate(90deg) scale(1.333);
  }
  .program-overview-download__button.contents-button__link:hover::after {
    background: var(--color-mono50) url(/class/program/img/icon_download_dark.svg) no-repeat 5px calc(50% + 1px) / 23.5px 23.5px !important;
    transform-origin: center;
    transform: translateY(-50%) scale(1.25);
  }
  .program-overview-download__button.contents-button__link:hover::before {
    background-image: url(/class/program/img/icon_pdf.svg) !important;
    filter: brightness(0) invert(1);
  }
}
