/* ========================================
   Variables
   ======================================== */
/* ========================================
   Mixins
   ======================================== */
/* ========================================
   Base
   ======================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: clip;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #29375b;
  background-color: #fff;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
body a {
  color: inherit;
  text-decoration: none;
}

/* ========================================
   Utilities
   ======================================== */
body .container {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: 24px;
}

.marker-line {
  background: linear-gradient(to bottom, transparent calc(100% - 12px), #fffadb calc(100% - 12px));
}

.txt-red {
  color: #c2272d;
}

.txt-orange {
  color: #cf8502;
}

.sp {
  display: none !important;
}

.btn-cta.sp {
  display: none !important;
}

@media (max-width: 1200px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
  .marker-line {
    background: linear-gradient(to bottom, transparent calc(100% - 0.35em), #fffadb calc(100% - 0.35em));
  }
  .ceo-message .ceo-body .block-heading .marker-line {
    background: linear-gradient(to bottom, transparent calc(100% - 12px), #fffadb calc(100% - 12px));
  }
}
/* ========================================
   Header
   ======================================== */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid rgba(41, 55, 91, 0.08);
}
.header .container {
  max-width: none;
  padding-inline: 24px;
}
.header .header-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
  box-sizing: border-box;
  height: 80px;
  padding-block: 0;
}
.header .header-logo {
  align-self: center;
  transform: translateY(-2px);
}
.header .header-logo img {
  display: block;
  width: auto;
  height: 56px;
}
.header .header-btns {
  display: flex;
  align-items: center;
  align-self: center;
  gap: 16px;
}
.header .header-btns .btn-cta {
  width: 230px;
  height: 56px;
  padding: 0;
  border-radius: 40px;
  font-size: 16px;
}
.header .btn-text {
  font-size: 16px;
  height: 22px;
}
.header .header-btns .btn-cta.sp,
.header .header-btns .header-btn-sp {
  display: none !important;
}
@media (max-width: 1200px) {
  .header .container {
    max-width: none;
    padding-inline: 0;
  }
  .header .header-inner {
    flex-direction: row;
    align-items: stretch;
    box-sizing: border-box;
    height: 64px;
    min-height: unset;
    padding-block: 0;
    gap: 0;
  }
  .header .header-logo {
    flex: 1 1 auto;
    min-width: 0;
    align-self: center;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 4px 24px 10px -5px;
    transform: none;
  }
  .header .header-logo img {
    display: block;
    width: 233px;
    height: 50px;
    max-width: none;
  }
  .header .header-btns {
    display: flex;
    flex-direction: row;
    /*flex: 0 0 140px;*/
    /*width: 140px;*/
    /*max-width: 140px;*/
    height: 100%;
    align-self: stretch;
    align-items: stretch;
    gap: 0;
  }
  .header .header-btns .btn-cta.pc {
    display: none !important;
  }
  .header .header-btns .btn-cta.header-btn-sp.sp,
  .header .header-btns .header-btn-sp {
    display: inline-flex !important;
    flex: 0 0 70px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    box-sizing: border-box;
    width: 70px;
    min-width: 70px;
    height: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
@media (max-width: 1200px) and (hover: hover) and (pointer: fine) {
  .header .header-btns .btn-cta.header-btn-sp.sp:hover,
  .header .header-btns .header-btn-sp:hover {
    transform: none;
    box-shadow: none;
  }
}
@media (max-width: 1200px) {
  .header .header-btns .btn-cta.header-btn-sp.sp:active,
  .header .header-btns .header-btn-sp:active {
    transform: none;
  }
  .header .header-btns .btn-cta.header-btn-sp.sp img,
  .header .header-btns .header-btn-sp img {
    display: block;
    flex-shrink: 0;
  }
  .header .header-btns .btn-cta.header-btn-sp.sp .btn-text,
  .header .header-btns .header-btn-sp .btn-text {
    box-sizing: border-box;
    width: 51px;
    height: 14px;
    margin: 0 9px 8px 10px;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.08em;
    color: #fff;
    white-space: nowrap;
    text-align: center;
  }
  .header .header-btns .header-btn-sp--materials {
    background-color: #ef9b00;
  }
  .header .header-btns .header-btn-sp--materials img {
    width: 30px;
    height: 32px;
    margin: 8px 20px 1px;
  }
  .header .header-btns .header-btn-sp--meeting {
    background-color: #c2272d;
  }
  .header .header-btns .header-btn-sp--meeting img {
    width: 25px;
    height: 26px;
    margin: 10px 22px 5px 23px;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .header .header-inner {
    height: clamp(55px, 55px + (100vw - 320px) * 9 / 70, 64px);
    min-height: unset;
    overflow-x: clip;
  }
  .header .header-logo {
    margin-top: clamp(3px, 3px + (100vw - 320px) * 1 / 70, 4px);
    margin-bottom: clamp(8px, 8px + (100vw - 320px) * 2 / 70, 10px);
    margin-right: clamp(8px, 8px + (100vw - 320px) * 8 / 70, 24px);
  }
  .header .header-logo img {
    width: clamp(175px, 175px + (100vw - 320px) * 58 / 70, 233px);
    height: clamp(41px, 41px + (100vw - 320px) * 9 / 70, 50px);
    max-width: calc(100vw - clamp(108px, 108px + (100vw - 320px) * 32 / 70, 140px) - clamp(8px, 8px + (100vw - 320px) * 8 / 70, 24px) + 5px);
  }
  .header .header-btns {
    /*flex: 0 0 clamp(108px, calc(108px + (100vw - 320px) * 32 / 70), 140px);
    width: clamp(108px, calc(108px + (100vw - 320px) * 32 / 70), 140px);
    max-width: clamp(108px, calc(108px + (100vw - 320px) * 32 / 70), 140px);*/
  }
  .header .header-btns .btn-cta.header-btn-sp.sp,
  .header .header-btns .header-btn-sp {
    flex: 0 0 clamp(54px, 54px + (100vw - 320px) * 16 / 70, 70px);
    width: clamp(54px, 54px + (100vw - 320px) * 16 / 70, 70px);
    min-width: clamp(54px, 54px + (100vw - 320px) * 16 / 70, 70px);
    height: 100%;
  }
  .header .header-btns .btn-cta.header-btn-sp.sp .btn-text,
  .header .header-btns .header-btn-sp .btn-text {
    width: clamp(40px, 40px + (100vw - 320px) * 11 / 70, 51px);
    margin: 0 auto clamp(6px, 6px + (100vw - 320px) * 2 / 70, 8px);
    font-size: clamp(10px, 10px + (100vw - 320px) * 2 / 70, 12px);
    line-height: clamp(12px, 12px + (100vw - 320px) * 2 / 70, 14px);
    letter-spacing: clamp(0.02em, 0.02em + (100vw - 320px) * 0.06 / 70, 0.08em);
  }
  .header .header-btns .header-btn-sp--materials img {
    width: clamp(24px, 24px + (100vw - 320px) * 6 / 70, 30px);
    height: clamp(25px, 25px + (100vw - 320px) * 7 / 70, 32px);
    margin: clamp(6px, 6px + (100vw - 320px) * 2 / 70, 8px) auto clamp(1px, 1px + (100vw - 320px) * 1 / 70, 2px);
  }
  .header .header-btns .header-btn-sp--meeting img {
    width: clamp(20px, 20px + (100vw - 320px) * 5 / 70, 25px);
    height: clamp(21px, 21px + (100vw - 320px) * 5 / 70, 26px);
    margin: clamp(7px, 7px + (100vw - 320px) * 3 / 70, 10px) auto clamp(3px, 3px + (100vw - 320px) * 2 / 70, 5px);
  }
}

/* ========================================
   Buttons
   ======================================== */
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(41, 55, 91, 0.08);
}
@media (hover: hover) and (pointer: fine) {
  .btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(41, 55, 91, 0.2);
  }
}
.btn-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(41, 55, 91, 0.2), 0 0 0 3px rgba(23, 41, 141, 0.35);
}
.btn-cta:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(41, 55, 91, 0.14);
}
.btn-cta.red {
  background-color: #c2272d;
}
@media (hover: hover) and (pointer: fine) {
  .btn-cta.red:hover {
    background-color: rgb(160.0291845494, 32.1708154506, 37.1201716738);
  }
}
.btn-cta.red:focus-visible {
  background-color: rgb(160.0291845494, 32.1708154506, 37.1201716738);
}
.btn-cta.red .btn-icon {
  color: #c2272d;
}
.btn-cta.orange {
  background-color: #ef9b00;
}
@media (hover: hover) and (pointer: fine) {
  .btn-cta.orange:hover {
    background-color: rgb(198.2, 128.539748954, 0);
  }
}
.btn-cta.orange:focus-visible {
  background-color: rgb(198.2, 128.539748954, 0);
}
.btn-cta.orange .btn-icon {
  color: #ef9b00;
}

.btn-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 12px;
  color: #c2272d;
  flex-shrink: 0;
}

/* ========================================
   Typography & shared components
   ======================================== */
body h1,
body h2,
body h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #17298d;
}

.block-heading {
  margin: 0 0 24px;
  font-size: 32px;
}

.heading-center {
  margin: 0 0 40px;
  font-size: 40px;
  text-align: center;
}

.subheading-marked {
  margin: 0 0 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 18px;
}

.catchphrase {
  margin: 0;
  font-size: 40px;
  text-align: center;
}

.footnote {
  margin-top: 32px;
  font-size: 14px;
  color: #666;
  text-align: center;
}

.transition-lead {
  margin-top: 48px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 18px;
  color: #17298d;
  text-align: center;
}

.body-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

/* ========================================
   Hero
   ======================================== */
.mv {
  position: relative;
  z-index: 2;
  height: 687px;
  margin-top: 0;
  padding: 0;
  background-color: #f1f4f9;
  overflow: visible;
}
.mv .mv-photos {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.mv .mv-img {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  max-width: none;
  background-color: #f1f4f9;
  background-repeat: no-repeat;
}
.mv .mv-img-left {
  left: 0;
  width: 444px;
  background-image: url("../img-teacher/hero-man.png");
  background-size: cover;
  background-position: right center;
}
.mv .mv-img-right {
  right: 0;
  width: 468px;
  background-image: url("../img-teacher/hero-woman.png");
  background-size: cover;
  background-position: right center;
}
.mv .mv-inner {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  padding-block: 82px 110px;
  padding-inline: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: transparent;
}
.mv .mv-label {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 216px;
  height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: #17298d;
  white-space: nowrap;
}
.mv .mv-lead {
  margin: 0 0 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 36px;
  color: #29375b;
  white-space: nowrap;
}
.mv .mv-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 784px;
  height: 162px;
  margin: 0 0 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 56px;
  line-height: normal;
  color: #29375b;
}
.mv .mv-title-line {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  font-size: inherit;
  line-height: normal;
  background-color: #fff;
  white-space: nowrap;
  padding-left: 16px;
}
.mv .mv-title-line-wide {
  width: 784px;
}
.mv .mv-title-line-narrow {
  width: 504px;
}
.mv .mv-copy {
  margin: 0 0 35px;
  width: 380px;
  height: 86px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  color: #29375b;
}
.mv .btn-cta {
  width: 434px;
  height: 80px;
  padding: 0 24px 0 48px;
  border-radius: 40px;
  gap: 20px;
  justify-content: flex-start;
}
.mv .btn-text {
  flex: 0 0 306px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 306px;
  height: 24px;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.mv .btn-text br {
  display: none;
}
.mv .btn-icon {
  flex: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  background-color: transparent;
}
.mv .btn-icon img {
  display: block;
  width: 36px;
  height: 36px;
}
@media (max-width: 1200px) {
  .mv {
    height: 480px;
    min-height: 0;
    margin-top: 0;
    overflow: hidden;
    background: #F1F4F9 url(../img-teacher/md-mv.png) no-repeat center bottom;
    background-size: 100%;
  }
}
@media (max-width: 1200px) and (max-width: 480px) {
  .mv {
    height: 510px;
    background: #F1F4F9 url(../img-teacher/sp-mv.png) no-repeat center bottom;
    background-size: 100%;
  }
}
@media (max-width: 1200px) {
  .mv .mv-photos {
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 259px;
    margin: 0;
    overflow: hidden;
    pointer-events: none;
  }
  .mv .mv-img {
    top: 0;
    bottom: auto;
    height: 259px;
    max-width: none;
    background-size: 100% 100%;
    clip-path: none;
  }
  .mv .mv-img-left {
    display: none;
  }
  .mv .mv-img-right {
    display: none;
  }
  .mv .mv-inner {
    position: relative;
    z-index: 2;
    height: auto;
    max-width: none;
    align-items: center;
    padding: 48px 0 32px;
  }
  .mv .mv-inner.container {
    padding-inline: 24px;
  }
  .mv .mv-label {
    width: 144px;
    height: 19px;
    margin: 0 auto 4px;
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .mv .mv-label {
    font-size: calc(16px * (1 + (100vw - 394px) * 87px / (29670px * 1px)));
  }
}
@media (max-width: 1200px) and (max-width: 640px) and (max-width: 560px) {
  .mv .mv-label {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .mv .mv-lead {
    width: 260px;
    height: 29px;
    margin: 0 auto 16px;
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .mv .mv-lead {
    font-size: calc(20px * (1 + (100vw - 394px) * 87px / (29670px * 1px)));
  }
}
@media (max-width: 1200px) and (max-width: 640px) and (max-width: 560px) {
  .mv .mv-lead {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .mv .mv-title {
    box-sizing: border-box;
    width: 353px;
    max-width: none;
    height: 76px;
    min-height: 0;
    margin: 0 auto 16px;
    align-items: center;
    gap: 8px;
    overflow: visible;
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .mv .mv-title {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1200px) and (max-width: 640px) and (max-width: 560px) {
  .mv .mv-title {
    width: 353px;
    font-size: 26px;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .mv .mv-title {
    font-size: calc(26px * (1 + (100vw - 394px) * 87px / (29670px * 1px)));
  }
}
@media (max-width: 1200px) and (max-width: 640px) and (max-width: 560px) {
  .mv .mv-title {
    width: 353px;
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .mv .mv-title-line {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: -moz-max-content;
    width: max-content;
    max-width: none;
    min-width: -moz-max-content;
    min-width: max-content;
    height: 34px;
    padding: 0;
    font-size: inherit;
    line-height: 34px;
    background-color: #fff;
    white-space: nowrap;
  }
  .mv .mv-title-line-wide,
  .mv .mv-title-line-narrow {
    width: auto;
    max-width: 100%;
  }
  .mv .mv-copy {
    position: relative;
    z-index: 2;
    width: 240px;
    height: 58px;
    margin: 0 auto 88px;
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .mv .mv-copy {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1200px) and (max-width: 640px) and (max-width: 560px) {
  .mv .mv-copy {
    width: 240px;
    font-size: 20px;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .mv .mv-copy {
    font-size: calc(20px * (1 + (100vw - 394px) * 87px / (29670px * 1px)));
  }
}
@media (max-width: 1200px) and (max-width: 640px) and (max-width: 560px) {
  .mv .mv-copy {
    width: 240px;
    font-size: 20px;
  }
}
@media (max-width: 1200px) and (max-width: 480px) {
  .mv .mv-copy {
    margin: 0 auto 120px;
  }
}
@media (max-width: 1200px) {
  .mv .btn-cta {
    position: relative;
    z-index: 3;
    width: 345px;
    max-width: 100%;
    height: 80px;
    padding: 16px 24px 16px 40px;
    gap: 25px;
    box-shadow: none;
  }
}
@media (max-width: 1200px) and (hover: hover) and (pointer: fine) {
  .mv .btn-cta:hover {
    transform: translateY(-2px);
  }
}
@media (max-width: 1200px) {
  .mv .btn-cta:active {
    transform: none;
  }
  .mv .btn-cta:focus-visible {
    transform: translateY(-2px);
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .mv .btn-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1200px) and (max-width: 640px) and (max-width: 560px) {
  .mv .btn-cta {
    width: 345px;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .mv .btn-text {
    flex: 0 0 220px;
    width: 220px;
    height: 48px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-align: left;
  }
  .mv .btn-text br {
    display: inline;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .mv .btn-text {
    flex: 0 1 auto;
    width: auto;
    max-width: none;
    text-align: left;
  }
}
@media (max-width: 1200px) and (max-width: 640px) and (max-width: 560px) {
  .mv .btn-text {
    flex: 0 0 220px;
    width: 220px;
    max-width: none;
  }
}
@media (max-width: 1200px) {
  .mv .btn-icon {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .mv .btn-icon {
    flex: 0 0 36px;
    margin: 0;
  }
}
@media (max-width: 1200px) and (max-width: 640px) and (max-width: 560px) {
  .mv .btn-icon {
    flex: none;
    width: 36px;
  }
}
@media (max-width: 1200px) {
  .mv .mv-photos {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 100%;
  }
}
@media (max-width: 1200px) and (max-width: 560px) {
  .mv .mv-photos {
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .mv .mv-img-left {
    left: 0;
    right: auto;
    width: 290px;
  }
  .mv .mv-img-right {
    right: 0;
    left: auto;
    width: 290px;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .mv .mv-photos {
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
  }
  .mv .mv-img-left {
    left: 0;
    right: auto;
    width: 196px;
  }
  .mv .mv-img-right {
    right: 0;
    left: auto;
    width: 197px;
  }
}
@media (max-width: 1200px) and (max-width: 640px) and (max-width: 392px) {
  .mv .mv-img-left {
    width: 49.8727735369%;
  }
  .mv .mv-img-right {
    width: 50.1272264631%;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .mv .mv-label {
    width: auto;
    max-width: 100%;
    height: auto;
    font-size: clamp(14px, 14px + (100vw - 320px) * 2 / 70, 16px);
  }
  .mv .mv-lead {
    width: auto;
    max-width: 100%;
    height: auto;
    font-size: clamp(18px, 18px + (100vw - 320px) * 2 / 70, 20px);
  }
  .mv .mv-title {
    width: 100%;
    max-width: calc(100% - 48px);
    height: auto;
    min-height: 0;
    margin-inline: auto;
    font-size: clamp(20px, 20px + (100vw - 320px) * 6 / 70, 26px);
    line-height: normal;
  }
  .mv .mv-copy {
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 58px;
    font-size: clamp(16px, 16px + (100vw - 320px) * 4 / 70, 20px);
  }
  .mv .btn-cta {
    container-type: inline-size;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    max-width: 345px;
    height: auto;
    min-height: 80px;
    margin-inline: auto;
    padding: 16px 24px 16px 40px;
    align-items: center;
  }
  .mv .btn-text {
    display: block;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: auto;
    white-space: normal;
    font-size: clamp(14px, 14px + (100vw - 320px) * 4 / 70, 18px);
    line-height: clamp(20px, 20px + (100vw - 320px) * 4 / 70, 24px);
    text-align: left;
  }
  .mv .btn-text br {
    display: inline;
  }
}

/* ========================================
   Values
   ======================================== */
.values {
  padding-block: 80px 96px;
  background-color: #fff;
}
.values .container.values-inner {
  max-width: 1120px;
  padding-inline: 0;
}
.values .values-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
}
.values .values-deco-top {
  display: block;
  width: 59px;
  height: 20px;
  margin: 0 0 16px;
  flex-shrink: 0;
}
.values .heading-center {
  margin: 0;
  box-sizing: border-box;
  width: 600px;
  max-width: 100%;
  min-height: 58px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  color: #29375b;
  text-align: center;
}
.values .value-grid.merit-grid {
  display: grid;
  grid-template-columns: repeat(3, 352px);
  gap: 32px;
  justify-content: center;
  margin: 0;
}
.values .value-card {
  box-sizing: border-box;
  width: 352px;
  height: 482px;
  margin: 0;
  padding: 0;
  background-color: #f1f4f9;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.values .value-card > img:first-of-type {
  width: 352px;
  height: 240px;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  flex-shrink: 0;
}
.values .value-card-title {
  margin: 32px 0 0;
  box-sizing: border-box;
  height: 40px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #17298d;
  text-align: center;
}
.values .value-card-deco {
  display: block;
  width: 59px;
  height: 16px;
  margin: 10px 0 0;
  flex-shrink: 0;
}
.values .value-card-copy {
  box-sizing: border-box;
  width: 284px;
  max-width: 100%;
  margin-top: 16px;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #29375b;
  text-align: left;
}
.values .value-card-copy-a {
  height: 72px;
  margin-right: 36px;
  margin-bottom: 56px;
  margin-left: 32px;
}
.values .value-card-copy-b {
  height: 96px;
  margin-right: 34px;
  margin-bottom: 32px;
  margin-left: 34px;
}
.values .value-card-copy-c {
  height: 72px;
  margin-right: 32px;
  margin-bottom: 56px;
  margin-left: 36px;
}
.values .transition-lead {
  margin: 48px 0 80px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  text-align: center;
}
.values .transition-lead-base {
  color: #29375b;
}
.values .transition-lead-accent {
  color: #17298d;
}
.values .values-cta {
  margin: 0;
}
.values .values-cta .values-cta-link {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: left;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  border-radius: 8px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .values .values-cta .values-cta-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(41, 55, 91, 0.16);
    opacity: 0.98;
  }
}
.values .values-cta .values-cta-link:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(41, 55, 91, 0.16);
  opacity: 0.98;
  outline: 2px solid #17298d;
  outline-offset: 4px;
}
.values .values-cta .values-cta-link:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(41, 55, 91, 0.12);
}
.values .values-cta img {
  display: block;
  width: 1120px;
  max-width: 100%;
  height: auto;
}
.values .value-card-copy-b br.sp-br {
  display: none;
}
@media (max-width: 1200px) {
  .values {
    padding-block: 32px 40px;
  }
  .values .container.values-inner {
    max-width: none;
    padding-inline: 24px;
  }
  .values .values-head {
    margin-bottom: 32px;
  }
  .values .values-deco-top {
    width: 59px;
    height: 20px;
    margin-bottom: 16px;
  }
  .values .heading-center {
    box-sizing: border-box;
    width: 288px;
    max-width: 100%;
    min-height: 92px;
    margin: 0;
    font-size: 32px;
    line-height: normal;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .values .heading-center {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1200px) {
  .values .value-grid.merit-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 560px;
    margin-inline: auto;
    margin-bottom: 32px;
  }
  .values .value-grid.merit-grid > .value-card:nth-child(3) {
    margin-top: 8px;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .values .value-grid.merit-grid {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1200px) {
  .values .value-card {
    box-sizing: border-box;
    width: 100%;
    height: 387px;
    margin-inline: auto;
  }
  .values .value-card > img:first-of-type {
    width: 100%;
    height: 200px;
    margin: 0 0 24px;
    aspect-ratio: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .values .value-card-title {
    box-sizing: border-box;
    height: 35px;
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 35px;
  }
  .values .value-card-deco {
    width: 59px;
    height: 16px;
    margin: 0 0 16px;
  }
  .values .value-card-copy,
  .values .value-card-copy-a,
  .values .value-card-copy-b,
  .values .value-card-copy-c {
    box-sizing: border-box;
    align-self: flex-start;
    width: 297px;
    max-width: calc(100% - 48px);
    margin: 0 24px 24px;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
  }
  .values .value-card-copy-a {
    min-height: 60px;
    height: auto;
  }
  .values .value-card-copy-b,
  .values .value-card-copy-c {
    height: auto;
  }
  .values .transition-lead {
    margin: 0 0 40px;
    padding: 0;
    font-size: 20px;
    line-height: normal;
    text-align: center;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .values .transition-lead {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    min-height: auto;
    /*padding-left: 13px;
    padding-right: 12px;*/
    font-size: calc(20px * (1 + (100vw - 394px) * 87px / (29670px * 1px)));
  }
}
@media (max-width: 1200px) {
  .values .values-cta {
    width: 560px;
    max-width: 100%;
    margin-inline: auto;
  }
  .values .values-cta .values-cta-link img.pc {
    display: none !important;
  }
  .values .values-cta .values-cta-link img.sp {
    display: block !important;
    width: 100%;
    height: auto;
    margin-inline: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .values .value-grid.merit-grid {
    width: 100%;
    gap: clamp(24px, 24px + (100vw - 320px) * 8 / 70, 32px);
  }
  .values .value-card {
    width: 100%;
    height: auto;
    min-height: clamp(340px, 340px + (100vw - 320px) * 47 / 70, 387px);
  }
  .values .value-card > img:first-of-type {
    width: 100%;
    height: clamp(168px, 168px + (100vw - 320px) * 32 / 70, 200px);
  }
  .values .value-card-copy,
  .values .value-card-copy-a,
  .values .value-card-copy-b,
  .values .value-card-copy-c {
    width: auto;
    max-width: calc(100% - 48px);
    margin: 0 24px clamp(20px, 20px + (100vw - 320px) * 4 / 70, 24px);
  }
  .values .heading-center {
    min-height: auto;
    font-size: clamp(26px, 26px + (100vw - 320px) * 6 / 70, 32px);
  }
  .values .value-card-title {
    height: auto;
    min-height: 35px;
    font-size: clamp(20px, 20px + (100vw - 320px) * 4 / 70, 24px);
    line-height: clamp(28px, 28px + (100vw - 320px) * 7 / 70, 35px);
  }
  .values .value-card-copy,
  .values .value-card-copy-a,
  .values .value-card-copy-b,
  .values .value-card-copy-c {
    font-size: clamp(14px, 14px + (100vw - 320px) * 2 / 70, 16px);
    line-height: clamp(18px, 18px + (100vw - 320px) * 2 / 70, 20px);
  }
}
@media (max-width: 1200px) and (max-width: 640px) and (max-width: 347px) {
  .values .value-card-copy-b br {
    display: none;
  }
}
@media (max-width: 1200px) and (max-width: 640px) and (max-width: 347px) and (max-width: 640px) {
  .values .value-card-copy-b br {
    display: none !important;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .values .transition-lead {
    /*margin: 0 0 clamp(28px, calc(28px + (100vw - 320px) * 12 / 70), 40px);*/
    font-size: clamp(17px, 17px + (100vw - 320px) * 3 / 70, 20px);
  }
}

/* ========================================
   Talent
   ======================================== */
.talent.talent-hero {
  position: relative;
  padding: 80px 0 48px;
}
.talent.talent-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 390px;
  background-color: #f1f4f9;
  z-index: 0;
  pointer-events: none;
}
.talent.talent-hero > .talent-hero-stage {
  position: relative;
  z-index: 1;
}
.talent .talent-hero-stage {
  position: relative;
  margin-bottom: 0;
}
.talent .talent-hero-inner {
  position: relative;
  z-index: 2;
}
.talent .talent-hero-copy {
  max-width: 560px;
}
.talent .talent-label {
  margin: 0 0 12px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #17298d;
}
.talent .talent-hero-title {
  margin: 0 0 32px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  color: #29375b;
}
.talent .talent-hero-lead {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #29375b;
}
.talent .talent-hero-visual {
  margin-top: 24px;
}
.talent .talent-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.talent .talent-criteria {
  padding: 0;
  position: relative;
  z-index: 5;
}
.talent .talent-grid-wrap {
  position: relative;
}
.talent .talent-center-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: min(193px, 44vw);
  height: auto;
  aspect-ratio: 1;
  pointer-events: none;
}
.talent .talent-center-badge img {
  display: block;
  width: 100%;
  height: auto;
}
.talent .talent-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.talent .talent-card {
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.talent .talent-card img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.talent.talent-hero {
  padding: 0 0 80px;
}
.talent.talent-hero::before {
  height: 390px;
}
.talent .talent-hero-stage {
  --talent-content-inset: max(24px, calc((100% - 1120px) / 2));
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-inline: var(--talent-content-inset);
  overflow-x: clip;
}
.talent .talent-hero-stage .talent-criteria {
  margin-top: 72px;
}
.talent .talent-hero-inner.container {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: 0;
}
.talent .talent-hero-copy {
  box-sizing: border-box;
  width: 100%;
  max-width: 640px;
  padding-top: 120px;
}
.talent .talent-criteria .container.talent-criteria-inner {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: 0;
}
.talent .talent-label {
  box-sizing: border-box;
  width: 100%;
  max-width: 384px;
  min-height: 46px;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  color: #17298d;
}
.talent .talent-hero-title {
  box-sizing: border-box;
  width: 100%;
  max-width: 640px;
  min-height: 186px;
  margin-bottom: 32px;
  font-size: 64px;
  font-weight: 600;
}
.talent .talent-hero-lead {
  box-sizing: border-box;
  width: 100%;
  max-width: 448px;
  min-height: 80px;
  font-size: 32px;
  line-height: 40px;
}
.talent .talent-hero-visual {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  width: 1012px;
  max-width: none;
  height: 710px;
  z-index: 0;
  overflow: visible;
  isolation: isolate;
  background-color: #fff;
}
.talent .talent-hero-visual img {
  position: relative;
  z-index: 0;
  display: block;
  width: 1012px;
  height: 710px;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.talent .talent-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #fff 0, #fff 12.6482213439%, rgba(255, 255, 255, 0.44) 28.371541502%, rgba(255, 255, 255, 0) 83.682687747%, rgb(255, 255, 255) 100%);
}
.talent .talent-center-badge {
  width: 193px;
  height: 193px;
}
.talent .talent-center-badge img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.talent .talent-grid {
  grid-template-columns: repeat(2, minmax(0, 552px));
  gap: 16px;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin-inline: 0;
}
.talent .talent-card {
  width: 100%;
  max-width: 552px;
  height: 228px;
}
.talent .talent-card img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 1200px) {
  .talent.talent-hero {
    position: relative;
    padding: 48px 0 0;
    overflow: visible;
  }
  .talent.talent-hero::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    z-index: 0;
    display: block;
    height: 731px;
    background-color: #f1f4f9;
    pointer-events: none;
  }
  .talent .talent-hero-stage {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    overflow: visible;
  }
  .talent .talent-hero-stage .talent-criteria {
    order: 3;
    position: relative;
    z-index: 3;
    margin-top: -60px;
    padding-top: 0;
    overflow: visible;
    background-color: transparent;
  }
  .talent .talent-hero-inner.container {
    box-sizing: border-box;
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
    order: 1;
    position: relative;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .talent .talent-hero-inner.container {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .talent .talent-hero-copy {
    box-sizing: border-box;
    width: 100%;
    max-width: 345px;
    margin: 0;
    padding-top: 0;
  }
  .talent .talent-label {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 29px;
    margin: 0 0 8px;
    font-size: 20px;
    line-height: normal;
  }
  .talent .talent-hero-title {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 92px;
    margin: 0 0 20px;
    font-size: 32px;
    line-height: normal;
  }
  .talent .talent-hero-lead {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 80px;
    margin: 0;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .talent .talent-hero-visual {
    order: 2;
    position: relative;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 560px;
    margin-top: 0;
    margin-inline: auto;
    height: 276px;
    z-index: 2;
    background-color: transparent;
    overflow: hidden;
    isolation: isolate;
  }
  .talent .talent-hero-visual img {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .talent .talent-hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-image: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0) 87%, #fff 100%);
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .talent .talent-hero-visual {
    left: calc(50% - 50vw);
    right: auto;
    width: 100vw;
    max-width: 100vw;
    height: 276px;
    margin-inline: 0;
    transform: none;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .talent .talent-hero-visual {
    max-width: none;
  }
}
@media (max-width: 1200px) {
  .talent .talent-criteria .container.talent-criteria-inner.talent-grid-wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 40px;
    overflow: visible;
  }
  .talent .talent-center-badge {
    position: absolute;
    top: 0;
    left: 50%;
    width: 128px;
    height: 128px;
    margin: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
    aspect-ratio: 1;
    z-index: 2;
  }
  .talent .talent-center-badge img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .talent .talent-grid.pc {
    display: none !important;
  }
  .talent .talent-cards-sp {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    aspect-ratio: 345/771;
    margin: 60px 0 0;
    padding: 0;
    overflow: visible;
  }
  .talent .talent-cards-sp img {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .talent .talent-cards-sp {
    width: 100%;
    max-width: none;
    aspect-ratio: 345/771;
  }
  .talent .talent-cards-sp img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .talent .talent-label {
    min-height: auto;
    font-size: clamp(18px, 18px + (100vw - 320px) * 2 / 70, 20px);
  }
  .talent .talent-hero-title {
    min-height: auto;
    font-size: clamp(26px, 26px + (100vw - 320px) * 6 / 70, 32px);
  }
  .talent .talent-hero-lead {
    min-height: auto;
    white-space: normal;
    font-size: clamp(18px, 18px + (100vw - 320px) * 6 / 70, 24px);
    line-height: clamp(30px, 30px + (100vw - 320px) * 10 / 70, 40px);
  }
}

/* ========================================
   Closing
   ======================================== */
.closing {
  position: relative;
  z-index: auto;
  margin-bottom: -56px;
  padding: 80px 0 0;
  background-color: #f1f4f9;
  overflow: visible;
}
.closing .closing-hero-wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 898px;
  height: auto;
  aspect-ratio: 748/552;
}
@media (max-width: 1919px) {
  .closing .closing-hero-wrap {
    width: 748px;
    height: 552px;
  }
}
.closing .closing-hero-wrap {
  overflow: hidden;
  border: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
  background-color: #f1f4f9;
  pointer-events: none;
}
.closing .closing-hero-wrap img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
.closing .closing-hero-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  box-shadow: inset 24px 0 32px -8px #f1f4f9;
  background-image: linear-gradient(to left, rgba(241, 244, 249, 0) 0%, rgba(241, 244, 249, 0) 52%, rgba(241, 244, 249, 0.08) 60%, rgba(241, 244, 249, 0.28) 67%, rgba(241, 244, 249, 0.55) 76%, rgba(241, 244, 249, 0.8) 85%, #f1f4f9 100%), linear-gradient(180deg, rgba(241, 244, 249, 0) 81%, #f1f4f9 100%), linear-gradient(180deg, #f1f4f9 0%, rgba(241, 244, 249, 0) 19%);
  background-repeat: no-repeat;
  background-position: 0 0, 0 0;
  background-size: 100% 100%, 100% 100%;
}
.closing .container.closing-inner {
  padding-inline: 0;
}
.closing .closing-head {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 310px;
  padding: 0;
}
.closing .closing-deco-wrap {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 40px;
}
.closing .closing-deco-top {
  display: block;
  width: 567px;
  height: 18px;
  max-width: 100%;
  flex-shrink: 0;
}
.closing .heading-center.closing-title {
  box-sizing: border-box;
  min-height: 140px;
  margin: 0 0 32px;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0.08em;
  color: #29375b;
  text-align: left;
}
.closing .closing-title-line {
  font-size: 40px;
  color: #29375b;
}
.closing .closing-title .txt-red {
  font-size: 48px;
  color: #c2272d;
}
.closing .closing-title .txt-orange {
  font-size: 48px;
  color: #cf8502;
}
.closing .closing-lead {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  color: #29375b;
  text-align: left;
}
.closing .cta-floating-card {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  width: 1120px;
  max-width: 100%;
  min-height: 406px;
  margin: 64px auto 0;
  padding: 56px 64px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 8px 32px rgba(41, 55, 91, 0.12);
}
.closing .cta-floating-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  gap: 40px;
}
.closing .cta-floating-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  gap: 53px;
}
.closing .cta-floating-row--bottom {
  gap: 40px;
}
.closing .cta-floating-logo {
  flex: 0 0 267px;
  width: 267px;
  margin: 0;
}
.closing .cta-floating-logo img {
  display: block;
  width: 267px;
  height: 67px;
  max-width: none;
}
.closing .cta-floating-intro {
  box-sizing: border-box;
  flex: 0 0 672px;
  width: 672px;
  min-height: 70px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.08em;
  color: #29375b;
  text-align: left;
}
.closing .cta-floating-intro-pc {
  display: block;
}
.closing .cta-floating-intro-pc .cta-intro-line {
  display: block;
  white-space: nowrap;
}
.closing .cta-floating-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 476px;
  flex-shrink: 0;
  width: 476px;
  max-width: none;
}
.closing .cta-floating-actions .btn-cta {
  box-sizing: border-box;
  width: 476px;
  max-width: 100%;
  height: 80px;
  margin: 0;
  padding: 0;
  border-radius: 40px;
  gap: 0;
  justify-content: flex-start;
  align-items: center;
}
.closing .cta-floating-actions .btn-cta.orange {
  background-color: #f8a100;
}
@media (hover: hover) and (pointer: fine) {
  .closing .cta-floating-actions .btn-cta.orange:hover {
    background-color: rgb(212.3, 137.8237903226, 0);
  }
}
.closing .cta-floating-actions .btn-cta.orange:focus-visible {
  background-color: rgb(212.3, 137.8237903226, 0);
}
.closing .cta-floating-actions .btn-cta + .btn-cta {
  margin-top: 24px;
}
.closing .cta-floating-actions .btn-text {
  box-sizing: border-box;
  flex: 1 1 auto;
  min-width: 0;
  height: auto;
  margin: 0;
  padding: 28px 49px 28px 109px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: left;
  white-space: nowrap;
}
.closing .cta-floating-actions .btn-text .pc {
  white-space: nowrap;
}
.closing .cta-floating-actions .btn-text-line {
  white-space: nowrap;
}
.closing .cta-floating-actions .btn-icon {
  flex: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 22px 24px 22px 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.closing .cta-floating-actions .btn-icon img {
  display: block;
  width: 36px;
  height: 36px;
  max-width: none;
  margin: 0;
}
.closing .cta-floating-contact {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 476px;
  flex-shrink: 0;
  width: 476px;
  height: 184px;
  min-height: 184px;
  max-width: none;
  margin: 0;
  padding: 24px 0 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
}
.closing .cta-contact-heading {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: #17298d;
  text-align: center;
}
.closing .cta-floating-tel-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px 0 0;
  padding: 0;
  width: 100%;
}
.closing .cta-tel-icon {
  display: block;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
  max-width: none;
}
.closing .cta-floating-tel-num {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 263px;
  height: 57px;
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  color: #29375b;
  cursor: default;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.closing .tel-hours {
  margin: 10px 0 0;
  padding: 0;
  width: 100%;
}
.closing .tel-hours-pc {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 0;
  width: 100%;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #29375b;
  text-align: center;
}
.closing .tag-hours {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 74px;
  height: 25px;
  margin: 0;
  padding: 2px 9px 3px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  color: #fff;
  background-color: #17298d;
  border-radius: 4px;
  overflow: hidden;
}
.closing .tel-hours-text {
  display: inline-block;
  flex: 0 1 auto;
  min-width: 0;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  min-height: 20px;
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #29375b;
  text-align: left;
}
@media (max-width: 1200px) {
  .closing {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: auto;
    box-sizing: border-box;
    margin-bottom: -214px;
    padding: 40px 0 0;
    background-color: #f1f4f9;
    overflow: visible;
  }
  .closing .container.closing-inner {
    display: contents;
  }
  .closing .closing-head {
    order: 1;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    min-height: 0;
    padding-inline: 24px;
  }
  .closing .closing-deco-wrap {
    display: flex;
    justify-content: center;
    margin: 0 0 24px;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .closing .closing-deco-wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0 0 24px;
  }
}
@media (max-width: 1200px) {
  .closing .closing-deco-top {
    display: block;
    width: min(345px, 100vw - 48px);
    max-width: 100%;
    height: 11px;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .closing .closing-deco-top {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 567/18;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1200px) {
  .closing .heading-center.closing-title {
    box-sizing: border-box;
    width: min(336px, 100vw - 48px);
    max-width: 100%;
    min-height: 82px;
    margin: 0 auto 16px;
    padding: 0;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0.08em;
    color: #29375b;
    text-align: center;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .closing .heading-center.closing-title {
    width: calc(336px * (1 + (100vw - 394px) * 87px / (29670px * 1px)));
    max-width: 100%;
    font-size: calc(24px * (1 + (100vw - 394px) * 87px / (29670px * 1px)));
  }
}
@media (max-width: 1200px) {
  .closing .closing-title-line {
    font-size: 24px;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .closing .closing-title-line {
    font-size: calc(24px * (1 + (100vw - 394px) * 87px / (29670px * 1px)));
  }
}
@media (max-width: 1200px) {
  .closing .closing-title .txt-red,
  .closing .closing-title .txt-orange {
    font-size: 28px;
  }
  .closing .closing-lead {
    box-sizing: border-box;
    width: min(330px, 100vw - 48px);
    max-width: 100%;
    min-height: 48px;
    margin: 0 auto;
    font-size: clamp(11px, 15px * min(330px, 100vw - 48px) / 330px, 15px);
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    white-space: nowrap;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .closing .closing-lead {
    width: calc(330px * (1 + (100vw - 394px) * 87px / (29670px * 1px)));
    max-width: 100%;
    font-size: calc(15px * (1 + (100vw - 394px) * 87px / (29670px * 1px)));
  }
}
@media (max-width: 1200px) {
  .closing .closing-hero-wrap {
    order: 2;
    position: absolute;
    top: 245px;
    left: 50%;
    right: auto;
    z-index: 0;
    width: 100%;
    max-width: 560px;
    height: 290px;
    margin: 0;
    aspect-ratio: auto;
    pointer-events: none;
    transform: translateX(-50%);
    overflow: visible;
  }
  .closing .closing-hero-wrap img {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .closing .closing-hero-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    box-shadow: none;
    background-image: linear-gradient(180deg, rgba(241, 244, 249, 0) 81%, #f1f4f9 100%), linear-gradient(180deg, #f1f4f9 0%, rgba(241, 244, 249, 0) 19%);
    background-repeat: no-repeat;
    background-position: 0 0, 0 0;
    background-size: 100% 100%, 100% 100%;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .closing .closing-hero-wrap {
    left: calc(50% - 50vw);
    right: auto;
    width: 100vw;
    max-width: 100vw;
    height: 290px;
    margin-inline: 0;
    transform: none;
  }
}
@media (max-width: 1200px) {
  .closing .cta-floating-card {
    order: 3;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 560px;
    height: auto;
    /*min-height: 578px;*/
    margin: 284px auto 0;
    padding: 24px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 8px 24px rgba(41, 55, 91, 0.12);
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .closing .cta-floating-card {
    --closing-contact-scale: 1;
    width: calc(100vw - 48px);
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .closing .cta-floating-body {
    gap: 24px;
  }
  .closing .cta-floating-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 24px;
  }
  .closing .cta-floating-row--top {
    gap: 24px;
  }
  .closing .cta-floating-row--bottom {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 24px;
  }
  .closing .cta-floating-logo {
    flex: none;
    width: 192px;
    margin-inline: auto;
    text-align: center;
  }
  .closing .cta-floating-logo img {
    display: block;
    width: 192px;
    height: 48px;
    max-width: none;
    margin-inline: auto;
  }
  .closing .cta-floating-intro {
    flex: none;
    /*width: min(297px, calc(min(345px, calc(100vw - 2 * 24px)) - clamp(32px, 32px + (100vw - 320px) * 16 / 70, 48px)));*/
    max-width: 100%;
    min-height: 92px;
    /*margin: 0 auto 24px;*/
    padding: 0;
    overflow: visible;
    font-size: clamp(14px, (min(345px, 100vw - 48px) - clamp(32px, 32px + (100vw - 320px) * 16 / 70, 48px)) / 20, 16px);
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: center;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .closing .cta-floating-intro {
    width: 100%;
    max-width: none;
    font-size: clamp(14px, (100vw - 48px - 48px) / 20, 16px);
  }
}
@media (max-width: 1200px) {
  .closing .cta-floating-intro-sp {
    display: block;
    white-space: nowrap;
  }
  .closing .cta-floating-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: none;
    width: min(297px, min(345px, 100vw - 48px) - clamp(32px, 32px + (100vw - 320px) * 16 / 70, 48px));
    max-width: 100%;
    margin-inline: auto;
    gap: 16px;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .closing .cta-floating-actions {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1200px) {
  .closing .cta-floating-actions .btn-cta {
    box-sizing: border-box;
    align-items: center;
    width: 100%;
    max-width: min(297px, min(345px, 100vw - 48px) - clamp(32px, 32px + (100vw - 320px) * 16 / 70, 48px));
    height: 68px;
    min-height: 68px;
    margin: 0;
    padding: 0;
    border-radius: 34px;
    justify-content: space-between;
    overflow: hidden;
    gap: 0;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .closing .cta-floating-actions .btn-cta {
    max-width: none;
  }
}
@media (max-width: 1200px) {
  .closing .cta-floating-actions .btn-cta + .btn-cta {
    margin-top: 0;
  }
  .closing .cta-floating-actions .btn-text {
    box-sizing: border-box;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .closing .cta-floating-actions .btn-text-sp {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1 1 auto;
    height: auto;
    min-height: 0;
    padding-block: 0;
    padding-inline: 32px 39px;
    font-size: clamp(13px, (min(345px, 100vw - 48px) - clamp(32px, 32px + (100vw - 320px) * 16 / 70, 48px) - 123px) / 11, 18px);
    line-height: 1.22;
    letter-spacing: 0.08em;
    white-space: nowrap;
    text-align: left;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .closing .cta-floating-actions .btn-text-sp {
    font-size: clamp(13px, (100vw - 48px - 48px - 123px) / 11, 18px);
  }
}
@media (max-width: 1200px) {
  .closing .cta-floating-actions .btn-text-line {
    display: block;
    white-space: inherit;
  }
  .closing .cta-floating-actions .btn-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    margin: 0 16px 0 0;
    padding: 0;
  }
  .closing .cta-floating-actions .btn-icon img {
    display: block;
    width: 36px;
    height: 36px;
    max-width: none;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .closing .cta-floating-card {
    padding: 16px;
  }
  .closing .heading-center.closing-title,
  .closing .closing-title-line {
    font-size: clamp(20px, 20px + (100vw - 320px) * 4 / 70, 24px);
  }
  .closing .closing-title .txt-red,
  .closing .closing-title .txt-orange {
    font-size: clamp(24px, 24px + (100vw - 320px) * 4 / 70, 28px);
  }
  .closing .closing-lead {
    min-height: auto;
  }
  .closing .cta-floating-actions .btn-cta {
    height: auto;
    min-height: 68px;
  }
}
@media (max-width: 1200px) {
  .closing .cta-floating-contact {
    --closing-contact-scale: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: none;
    width: 100%;
    height: auto;
    min-height: calc(166px * var(--closing-contact-scale));
    margin: 0 auto;
    padding: calc(20px * var(--closing-contact-scale)) 0;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    overflow: hidden;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .closing .cta-floating-contact {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .closing .cta-floating-contact {
    --closing-contact-scale: min(1, calc(calc(min(345px, calc(100vw - 2 * 24px)) - clamp(32px, 32px + (100vw - 320px) * 16 / 70, 48px)) / 297px));
  }
}
@media (max-width: 1200px) {
  .closing .cta-contact-heading {
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    min-height: calc(23px * var(--closing-contact-scale));
    margin: 0 auto;
    padding: 0;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: calc(16px * var(--closing-contact-scale));
    line-height: normal;
    color: #17298d;
    text-align: center;
    white-space: nowrap;
  }
  .closing .cta-floating-tel-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    width: calc(246px * var(--closing-contact-scale));
    height: calc(46px * var(--closing-contact-scale));
    margin: 0 auto 0;
    padding: 0;
    gap: calc(8px * var(--closing-contact-scale));
  }
  .closing .cta-tel-icon {
    display: block;
    flex: 0 0 calc(28px * var(--closing-contact-scale));
    width: calc(28px * var(--closing-contact-scale));
    height: calc(28px * var(--closing-contact-scale));
    margin: 0;
    max-width: none;
  }
  .closing .cta-floating-tel-num {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 calc(210px * var(--closing-contact-scale));
    width: calc(210px * var(--closing-contact-scale));
    height: calc(46px * var(--closing-contact-scale));
    min-height: calc(46px * var(--closing-contact-scale));
    margin: 0;
    padding: 0;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: calc(32px * var(--closing-contact-scale));
    line-height: normal;
    color: #29375b;
    cursor: default;
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
    white-space: nowrap;
  }
  .closing .tel-hours {
    margin: calc(8px * var(--closing-contact-scale)) auto 0;
    padding: 0;
    width: 100%;
  }
  .closing .tel-hours-sp.sp {
    display: grid !important;
    grid-template-columns: calc(74px * var(--closing-contact-scale)) 1fr;
    -moz-column-gap: calc(12px * var(--closing-contact-scale));
         column-gap: calc(12px * var(--closing-contact-scale));
    row-gap: calc(4px * var(--closing-contact-scale));
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    color: #29375b;
    text-align: left;
  }
  .closing .tel-hours-sp .tag-hours {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    width: auto;
    min-width: calc(74px * var(--closing-contact-scale));
    height: calc(25px * var(--closing-contact-scale));
    margin: 0;
    padding: calc(2px * var(--closing-contact-scale)) calc(9px * var(--closing-contact-scale)) calc(3px * var(--closing-contact-scale));
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: calc(14px * var(--closing-contact-scale));
    line-height: calc(20px * var(--closing-contact-scale));
    letter-spacing: normal;
    color: #fff;
    background-color: #17298d;
    border-radius: calc(4px * var(--closing-contact-scale));
    overflow: hidden;
    white-space: nowrap;
  }
  .closing .tel-hours-sp .tel-hours-text {
    display: contents;
  }
  .closing .tel-hours-sp .tel-hours-line--weekday {
    box-sizing: border-box;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: calc(23px * var(--closing-contact-scale));
    margin: 0;
    padding: 0;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: calc(16px * var(--closing-contact-scale));
    line-height: 1.44;
    letter-spacing: normal;
    color: #29375b;
    white-space: nowrap;
  }
  .closing .tel-hours-sp .tel-hours-line--saturday {
    box-sizing: border-box;
    grid-column: 1/-1;
    grid-row: 2;
    align-self: start;
    justify-self: center;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: calc(20px * var(--closing-contact-scale));
    margin: 0;
    padding: 0;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: calc(14px * var(--closing-contact-scale));
    line-height: 1.43;
    letter-spacing: normal;
    color: #29375b;
    white-space: nowrap;
  }
}

/* ========================================
   Pain points
   ======================================== */
.pain-points > .pain-visual {
  position: absolute;
  top: -14px;
  left: 0;
  z-index: 1;
  width: 866px;
  max-width: 100%;
  height: 654px;
  isolation: isolate;
}
@media (max-width: 1919px) {
  .pain-points > .pain-visual {
    width: 753px;
  }
}
.pain-points > .pain-visual img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pain-points .pain-points-inner > .pain-body {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  min-height: 654px;
  width: 640px;
  max-width: calc(100% - 480px);
  margin: 0;
  margin-left: calc(44.4444444444vw - max(0px, (100vw - 1120px) / 2));
  padding: 90px 0 0;
}
.pain-points .check-list {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}
.pain-points .check-list li::after {
  left: 0;
  right: auto;
  width: 100%;
}
@media (max-width: 1280px) {
  .pain-points > .pain-visual {
    margin-left: -50px;
  }
}
.pain-points > .pain-visual img {
  -o-object-position: left center;
     object-position: left center;
}
@media (max-width: 1919px) {
  .pain-points > .pain-visual img {
    -o-object-position: center;
       object-position: center;
  }
}
.pain-points .block-heading {
  width: 100%;
  max-width: none;
  min-height: 70px;
  margin: 0 0 58px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
  color: #29375b;
  white-space: nowrap;
}
.pain-points .check-list-br {
  display: none;
}
.pain-points .check-list {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pain-points .check-list li {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 29px;
  line-height: 29px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #29375b;
  border-bottom: none;
  white-space: nowrap;
}
.pain-points .check-list li::before {
  content: "";
  flex: 0 0 26px;
  width: 26px;
  height: 24px;
  background: url("../img-teacher/checkbox.svg") no-repeat center/contain;
}
.pain-points .check-list li::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  top: calc(100% + 8px);
  height: 1px;
  background-color: #cecece;
}
.pain-points {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
  background: linear-gradient(to bottom, #fff 0, #fff 1090.5px, #f1f4f9 1090.5px, #f1f4f9 100%);
}
.pain-points .pain-points-inner {
  padding-inline: 0;
  overflow: visible;
}
.pain-points .pain-points-inner > .pain-points-gallery {
  padding-top: 82px;
  padding-inline: 0;
}
.pain-points .check-list li:not(:last-child) {
  margin-bottom: 41px;
}
.pain-points .pain-points-gallery-head {
  text-align: center;
}
.pain-points .catchphrase-accent {
  color: #17298d;
}
.pain-points .pain-points-gallery .subheading-marked {
  box-sizing: border-box;
  height: 41px;
  margin: 0 0 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 41px;
  color: #29375b;
}
.pain-points .pain-points-inner > .pain-points-gallery .catchphrase-row {
  display: grid;
  grid-template-columns: auto minmax(0, 760px) auto;
  grid-template-rows: auto auto;
  height: 116px;
  align-items: center;
  justify-content: center;
  -moz-column-gap: clamp(24px, 5vw, 63px);
       column-gap: clamp(24px, 5vw, 63px);
  row-gap: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 56px;
}
.pain-points .pain-points-inner > .pain-points-gallery .catchphrase-deco-side {
  display: block;
  flex: 0 0 auto;
  width: 117px;
  height: 40px;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.pain-points .pain-points-inner > .pain-points-gallery .catchphrase-deco-side--left {
  grid-column: 1;
  grid-row: 1/span 2;
  justify-self: end;
  align-self: center;
}
.pain-points .pain-points-inner > .pain-points-gallery .catchphrase-deco-side--right {
  grid-column: 3;
  grid-row: 1/span 2;
  justify-self: start;
  align-self: center;
}
.pain-points .pain-points-inner > .pain-points-gallery .catchphrase {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-column: 2;
  grid-row: 1/span 2;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-height: unset;
  height: 116px;
  margin: 0;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  color: #29375b;
}
.pain-points .pain-points-inner > .pain-points-gallery .catchphrase-line:not(.catchphrase-line--last) {
  display: block;
  box-sizing: border-box;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0;
  color: inherit;
}
.pain-points .pain-points-inner > .pain-points-gallery .catchphrase-line-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
  box-sizing: border-box;
  width: auto;
  max-width: none;
  margin: 0;
  white-space: nowrap;
}
.pain-points .pain-points-inner > .pain-points-gallery .catchphrase-line-group .catchphrase-line {
  display: inline;
  width: auto;
  max-width: none;
  white-space: nowrap;
}
.pain-points .pain-points-inner > .pain-points-gallery .catchphrase-line-group .catchphrase-line--last {
  display: inline;
  flex: unset;
  flex-direction: unset;
  align-items: unset;
  align-self: unset;
  justify-content: unset;
  gap: unset;
  width: auto;
  max-width: none;
  margin: 0;
  white-space: nowrap;
}
.pain-points .pain-points-inner > .pain-points-gallery .catchphrase-line-group .catchphrase-deco-inline {
  display: none;
}
.pain-points .pain-points-inner > .pain-points-gallery .catchphrase-line-group .catchphrase-last-text {
  display: inline;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.pain-points .pain-points-gallery-photos {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16.47px;
  width: 1120px;
  max-width: 100%;
  height: 289px;
  margin-inline: auto;
}
.pain-points .pain-points-gallery-photos img {
  flex-shrink: 0;
  display: block;
  width: 210.59px;
  height: 256.11px;
  max-width: none;
  margin: 0;
  padding: 0;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.pain-points .pain-points-gallery-photos img:nth-child(3) {
  width: 211.76px;
}
.pain-points .pain-points-gallery-photos img:nth-child(odd) {
  align-self: flex-start;
}
.pain-points .pain-points-gallery-photos img:nth-child(even) {
  align-self: flex-end;
}
@media (max-width: 1200px) {
  .pain-points {
    position: relative;
    padding-bottom: 24px;
    background: #fff;
    overflow: visible;
  }
  .pain-points .pain-points-inner {
    position: relative;
    z-index: 2;
    overflow: visible;
  }
  .pain-points > .pain-visual {
    position: absolute;
    top: 48px;
    left: 50%;
    right: auto;
    z-index: 1;
    box-sizing: border-box;
    width: 560px;
    max-width: 100%;
    height: 272px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    isolation: isolate;
    transform: translateX(-50%);
    background-color: #fff;
  }
  .pain-points > .pain-visual img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    max-width: none;
    height: calc(100% + 16px);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 42% 2%;
       object-position: 42% 2%;
    transform: scale(1.16) translateX(5%);
    transform-origin: 42% 2%;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, #000 34%, #000 81%, transparent 100%);
    mask-image: linear-gradient(to top, transparent 0%, #000 34%, #000 81%, transparent 100%);
    -webkit-mask-size: 100% 272px;
    mask-size: 100% 272px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
  }
  .pain-points > .pain-visual::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 34%, rgba(255, 255, 255, 0) 81%, #ffffff 100%);
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .pain-points > .pain-visual {
    left: calc(50% - 50vw);
    right: auto;
    width: 100vw;
    max-width: 100vw;
    height: 272px;
    margin-inline: 0;
    transform: none;
  }
}
@media (max-width: 1200px) {
  .pain-points .pain-points-inner > .pain-body {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    max-width: none;
    padding: 40px 0 0;
  }
  .pain-points .pain-points-inner > .pain-body .block-heading {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: min(312px, 100vw - 48px);
    max-width: 100%;
    min-height: 35px;
    margin-inline: auto;
    padding: 0;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }
  .pain-points .pain-points-inner > .pain-body .check-list {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 560px;
    margin-top: 265px;
    margin-inline: auto;
    padding: 0 24px;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .pain-points .pain-points-inner > .pain-body .check-list {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1200px) {
  .pain-points .pain-points-inner > .pain-body .check-list li {
    align-items: flex-start;
    gap: 8px;
    height: auto;
    min-height: 0;
    padding: 0 0 19px;
    margin: 0 0 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0;
  }
  .pain-points .pain-points-inner > .pain-body .check-list li:nth-child(1), .pain-points .pain-points-inner > .pain-body .check-list li:nth-child(3), .pain-points .pain-points-inner > .pain-body .check-list li:nth-child(5) {
    padding-bottom: 16px;
  }
  .pain-points .pain-points-inner > .pain-body .check-list li:nth-child(2), .pain-points .pain-points-inner > .pain-body .check-list li:nth-child(4) {
    padding-bottom: 16px;
  }
  .pain-points .pain-points-inner > .pain-body .check-list li:last-child {
    margin-bottom: 0;
  }
  .pain-points .pain-points-inner > .pain-body .check-list li .check-list-br {
    display: block;
  }
  .pain-points .pain-points-inner > .pain-body .check-list li::before {
    flex: 0 0 26px;
    width: 26px;
    height: 24px;
    margin-top: 0;
  }
  .pain-points .pain-points-inner > .pain-body .check-list li::after {
    top: auto;
    bottom: 0;
  }
  .pain-points .pain-points-inner > .pain-body .check-list li:not(:last-child)::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .pain-points .pain-points-inner > .pain-body .check-list li:not(:last-child)::after {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1200px) {
  .pain-points .pain-points-inner > .pain-body .check-list li:last-child::after {
    left: calc(50% - 50vw);
    width: 100vw;
    max-width: none;
    margin-left: 0;
    right: auto;
  }
  .pain-points .pain-points-inner > .pain-points-gallery {
    position: relative;
    max-width: none;
    padding-top: 36px;
    padding-inline: 0;
    padding-bottom: 0;
    overflow: visible;
  }
  .pain-points .pain-points-inner > .pain-points-gallery::after {
    content: "";
    position: absolute;
    bottom: -24px;
    z-index: 0;
    height: 80px;
    background-color: #f1f4f9;
    pointer-events: none;
    left: calc(50% - 50vw);
    width: 100vw;
    max-width: none;
    margin-left: 0;
    right: auto;
  }
  .pain-points .pain-points-inner > .pain-points-gallery .subheading-marked {
    box-sizing: border-box;
    width: min(320px, 100vw - 48px);
    max-width: 100%;
    height: 23px;
    margin: 0 auto 12px;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #29375b;
  }
  .pain-points .pain-points-inner > .pain-points-gallery .subheading-marked .marker-line {
    display: inline;
    line-height: 23px;
    white-space: nowrap;
  }
  .pain-points .pain-points-inner > .pain-points-gallery .pain-points-gallery-head {
    position: relative;
    z-index: 1;
  }
  .pain-points .pain-points-inner > .pain-points-gallery .catchphrase-row {
    display: block;
    grid-template-columns: none;
    grid-template-rows: none;
    height: auto;
    align-items: stretch;
    justify-content: flex-start;
    -moz-column-gap: normal;
         column-gap: normal;
    row-gap: normal;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    padding-inline: 0;
  }
  .pain-points .pain-points-inner > .pain-points-gallery .catchphrase-deco-side {
    display: none;
  }
  .pain-points .pain-points-inner > .pain-points-gallery .catchphrase-line-group {
    display: contents;
  }
  .pain-points .pain-points-inner > .pain-points-gallery .catchphrase {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    grid-column: auto;
    grid-row: auto;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    min-height: 105px;
    height: auto;
    margin: 0;
    padding: 0;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    color: #29375b;
  }
  .pain-points .pain-points-inner > .pain-points-gallery .catchphrase-line {
    display: block;
    box-sizing: border-box;
    width: auto;
    max-width: min(332px, 100vw - 48px, 100%);
    white-space: nowrap;
  }
  .pain-points .pain-points-inner > .pain-points-gallery .catchphrase-line--last,
  .pain-points .pain-points-inner > .pain-points-gallery .catchphrase-line-group .catchphrase-line--last {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0;
    box-sizing: border-box;
    white-space: normal;
    align-self: center;
    width: 345px;
    max-width: 345px;
    margin-inline: auto;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .pain-points .pain-points-inner > .pain-points-gallery .catchphrase-line--last,
  .pain-points .pain-points-inner > .pain-points-gallery .catchphrase-line-group .catchphrase-line--last {
    align-self: stretch;
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }
}
@media (max-width: 1200px) and (max-width: 560px) {
  .pain-points .pain-points-inner > .pain-points-gallery .catchphrase-line--last,
  .pain-points .pain-points-inner > .pain-points-gallery .catchphrase-line-group .catchphrase-line--last {
    align-self: stretch;
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }
}
@media (max-width: 1200px) {
  .pain-points .pain-points-inner > .pain-points-gallery .catchphrase-line-group .catchphrase-line {
    display: block;
    width: auto;
    max-width: min(332px, 100vw - 48px, 100%);
    white-space: nowrap;
    margin: 0 auto;
  }
  .pain-points .pain-points-inner > .pain-points-gallery .catchphrase-line-group .catchphrase-last-text {
    display: block;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
  .pain-points .pain-points-inner > .pain-points-gallery .catchphrase-last-text {
    flex: 0 0 auto;
    margin: 0;
    white-space: nowrap;
  }
  .pain-points .pain-points-inner > .pain-points-gallery .catchphrase-deco {
    position: static;
    top: auto;
    flex: 0 0 59px;
    width: 59px;
    height: 20px;
    margin: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .pain-points .pain-points-inner > .pain-points-gallery .pain-points-gallery-photos {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 16px 0 0;
    overflow-x: clip;
    background-color: transparent;
  }
  .pain-points .pain-points-inner > .pain-points-gallery .pain-points-gallery-photos img {
    flex: 0 0 auto;
    display: block;
    min-width: 0;
    max-width: none;
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .pain-points .pain-points-inner > .pain-points-gallery .pain-points-gallery-photos img:nth-child(1),
  .pain-points .pain-points-inner > .pain-points-gallery .pain-points-gallery-photos img:nth-child(5) {
    display: none;
  }
  .pain-points .pain-points-inner > .pain-points-gallery .pain-points-gallery-photos img:nth-child(2) {
    width: 172px;
    height: 200px;
    margin: 18px 0 0;
  }
  .pain-points .pain-points-inner > .pain-points-gallery .pain-points-gallery-photos img:nth-child(3) {
    width: 172px;
    height: 200px;
    margin: 0 0 18px;
  }
  .pain-points .pain-points-inner > .pain-points-gallery .pain-points-gallery-photos img:nth-child(4) {
    width: 172px;
    height: 200px;
    margin: 18px 0 0;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .pain-points .pain-points-inner > .pain-body .block-heading {
    width: min(312px, 100vw - 48px);
    max-width: 100%;
    min-height: auto;
    font-size: clamp(20px, 20px + (100vw - 320px) * 4 / 70, 24px);
  }
  .pain-points .pain-points-inner > .pain-body .check-list li {
    font-size: clamp(14px, 14px + (100vw - 320px) * 2 / 70, 16px);
    margin-bottom: clamp(16px, 16px + (100vw - 320px) * 2 / 70, 18px);
    padding-bottom: clamp(16px, 16px + (100vw - 320px) * 3 / 70, 19px);
  }
  .pain-points .pain-points-inner > .pain-body .check-list li:nth-child(2), .pain-points .pain-points-inner > .pain-body .check-list li:nth-child(4) {
    padding-bottom: clamp(14px, 14px + (100vw - 320px) * 2 / 70, 16px);
  }
  .pain-points .pain-points-inner > .pain-body .check-list li:last-child {
    padding-bottom: clamp(16px, 16px + (100vw - 320px) * 3 / 70, 19px);
  }
  .pain-points .pain-points-inner > .pain-body .check-list li::before {
    flex: 0 0 clamp(22px, 22px + (100vw - 320px) * 4 / 70, 26px);
    width: clamp(22px, 22px + (100vw - 320px) * 4 / 70, 26px);
    height: clamp(20px, 20px + (100vw - 320px) * 4 / 70, 24px);
  }
  .pain-points .pain-points-inner > .pain-points-gallery .subheading-marked {
    width: auto;
    max-width: min(320px, 100vw - 48px, 100%);
    height: auto;
    min-height: clamp(20px, 20px + (100vw - 320px) * 3 / 70, 23px);
    font-size: clamp(13px, (100vw - 48px) / 20, 16px);
    white-space: nowrap;
  }
  .pain-points .pain-points-inner > .pain-points-gallery .subheading-marked .marker-line {
    line-height: 1.4375;
    white-space: nowrap;
  }
  .pain-points .pain-points-inner > .pain-points-gallery .catchphrase {
    min-height: auto;
    font-size: clamp(17px, 17px + (100vw - 320px) * 7 / 70, 24px);
  }
  .pain-points .pain-points-inner > .pain-points-gallery .catchphrase-line:not(.catchphrase-line--last) {
    max-width: min(332px, 100vw - 48px, 100%);
  }
  .pain-points .pain-points-inner > .pain-body .check-list li:nth-child(1),
  .pain-points .pain-points-inner > .pain-body .check-list li:nth-child(3) {
    white-space: normal;
  }
  .pain-points .pain-points-inner > .pain-points-gallery .pain-points-gallery-photos {
    gap: clamp(5px, 5px + (100vw - 320px) * 3 / 70, 8px);
    padding-top: clamp(14px, 14px + (100vw - 320px) * 2 / 70, 16px);
  }
  .pain-points .pain-points-inner > .pain-points-gallery .pain-points-gallery-photos img:nth-child(2),
  .pain-points .pain-points-inner > .pain-points-gallery .pain-points-gallery-photos img:nth-child(4) {
    width: min(clamp(86px, 86px + (100vw - 320px) * 23 / 70, 109px), (100% - 2 * clamp(5px, 5px + (100vw - 320px) * 3 / 70, 8px)) * 109 / 329);
    height: clamp(110px, 110px + (100vw - 320px) * 24 / 70, 134px);
    margin-top: clamp(14px, 14px + (100vw - 320px) * 4 / 70, 18px);
  }
  .pain-points .pain-points-inner > .pain-points-gallery .pain-points-gallery-photos img:nth-child(3) {
    width: min(clamp(88px, 88px + (100vw - 320px) * 23 / 70, 111px), (100% - 2 * clamp(5px, 5px + (100vw - 320px) * 3 / 70, 8px)) * 111 / 329);
    height: clamp(110px, 110px + (100vw - 320px) * 24 / 70, 134px);
    margin-bottom: clamp(14px, 14px + (100vw - 320px) * 4 / 70, 18px);
  }
}

/* ========================================
   CEO message
   ======================================== */
.ceo-message {
  position: relative;
  z-index: 2;
  background-color: #fff;
  background-image: url("../img-teacher/grid-back.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 1440px 1314px;
}
.ceo-message::before, .ceo-message::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  height: 0;
  margin: 0;
  border: 0;
  padding: 0;
  background: none;
  pointer-events: none;
  z-index: 10;
  transform: translateZ(0);
}
.ceo-message::before {
  top: 0;
  border-top: 1px solid #17298d;
}
.ceo-message::after {
  bottom: 0;
  border-bottom: 1px solid #17298d;
}
.ceo-message {
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: top left;
  padding-block: 96px;
}
.ceo-message .container.ceo-inner,
.ceo-message .container.ceo-cta {
  max-width: 1120px;
  padding-inline: 0;
}
.ceo-message .ceo-inner {
  display: grid;
  grid-template-columns: 431px minmax(0, 1fr);
  align-items: start;
  gap: 72px;
}
.ceo-message .ceo-visual {
  width: 431px;
}
.ceo-message .ceo-visual-pc img {
  display: block;
  width: 431px;
  max-width: none;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ceo-message .ceo-body {
  box-sizing: border-box;
  width: 618px;
  max-width: 100%;
  min-width: 0;
}
.ceo-message .ceo-body .block-heading {
  box-sizing: border-box;
  height: 116px;
  margin: 0 0 32px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  color: #17298d;
}
.ceo-message .ceo-body .body-text {
  margin: 0 0 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #29375b;
}
.ceo-message .ceo-body > .ceo-emphasis:first-of-type {
  width: 618px;
  max-width: 100%;
  height: 120px;
}
.ceo-message .ceo-body > .ceo-emphasis:last-of-type {
  margin-bottom: 0;
}
.ceo-message .ceo-emphasis {
  margin: 0 0 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #29375b;
}
.ceo-message .ceo-sign {
  display: flex;
  width: 617px;
  max-width: 100%;
  margin: 0;
  padding: 0 0 0 387px;
  gap: 12px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  line-height: normal;
  color: #29375b;
}
.ceo-message .ceo-sign-role {
  width: 90px;
  margin: 10px 0 10px;
  font-size: 18px;
  line-height: 26px;
  white-space: nowrap;
}
.ceo-message .ceo-sign-name {
  width: 128px;
  margin: 0;
  font-size: 32px;
  line-height: 46px;
  white-space: nowrap;
}
.ceo-message .ceo-cta {
  margin-top: 80px;
}
.ceo-message .ceo-cta-banner {
  margin: 0;
}
.ceo-message .ceo-cta-banner .ceo-cta-banner-link {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: left;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  border-radius: 8px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .ceo-message .ceo-cta-banner .ceo-cta-banner-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(41, 55, 91, 0.16);
    opacity: 0.98;
  }
}
.ceo-message .ceo-cta-banner .ceo-cta-banner-link:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(41, 55, 91, 0.16);
  opacity: 0.98;
}
.ceo-message .ceo-cta-banner .ceo-cta-banner-link:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(41, 55, 91, 0.12);
}
.ceo-message .ceo-cta-banner .ceo-cta-banner-link:focus-visible {
  outline: 2px solid #17298d;
  outline-offset: 4px;
}
.ceo-message .ceo-cta-banner img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .ceo-message {
    padding-block: 24px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    background-image: url("../img-teacher/grid-back.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: top left;
  }
  .ceo-message::before, .ceo-message::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    height: 0;
    margin: 0;
    padding: 0;
    background: none;
    background-image: none;
    border-left: 0;
    border-right: 0;
    pointer-events: none;
    z-index: 10;
    transform: translateZ(0);
  }
  .ceo-message::before {
    top: 0;
    bottom: auto;
    border-top: 1px solid #17298d;
    border-bottom: 0;
  }
  .ceo-message::after {
    top: auto;
    bottom: 0;
    border-top: 0;
    border-bottom: 1px solid #17298d;
  }
  .ceo-message .container.ceo-inner,
  .ceo-message .container.ceo-cta {
    position: relative;
    z-index: 1;
    max-width: none;
    padding-inline: 24px;
  }
  .ceo-message .ceo-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .ceo-message .ceo-visual {
    width: 560px;
    margin-inline: auto;
    overflow: hidden;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .ceo-message .ceo-visual {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1200px) {
  .ceo-message .ceo-visual-sp img {
    display: block;
    width: 100%;
    height: auto;
  }
  .ceo-message .ceo-body {
    width: 560px;
    margin-inline: auto;
  }
  .ceo-message .ceo-body .block-heading {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 70px;
    margin: 0 0 16px;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
  }
  .ceo-message .ceo-body .body-text {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .ceo-message .ceo-body > .ceo-emphasis:last-of-type {
    margin-bottom: 0;
  }
  .ceo-message .ceo-emphasis {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
  }
  .ceo-message .ceo-sign {
    justify-content: end;
    align-items: center;
    width: 100%;
    margin: 0 0 36px;
    padding: 0;
    gap: 12px;
  }
  .ceo-message .ceo-sign-role {
    width: 90px;
    margin: 0;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .ceo-message .ceo-sign-name {
    width: 128px;
    margin: 0;
    font-size: 32px;
    line-height: normal;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .ceo-message .ceo-cta {
    margin-top: 0;
    padding-inline: 0;
  }
  .ceo-message .ceo-cta-banner .ceo-cta-banner-link {
    width: 560px;
    max-width: 100%;
    margin: 0 auto;
  }
  .ceo-message .ceo-cta-banner .ceo-cta-banner-link img.pc {
    display: none !important;
  }
  .ceo-message .ceo-cta-banner .ceo-cta-banner-link img.sp {
    display: block !important;
    width: 100%;
    height: auto;
    margin-inline: auto;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .ceo-message .ceo-body .block-heading {
    width: auto;
    max-width: 100%;
    min-height: auto;
    font-size: clamp(20px, 20px + (100vw - 320px) * 4 / 70, 24px);
  }
  .ceo-message .ceo-body .body-text {
    font-size: clamp(14px, 14px + (100vw - 320px) * 2 / 70, 16px);
    line-height: clamp(21px, 21px + (100vw - 320px) * 3 / 70, 24px);
  }
  .ceo-message .ceo-emphasis {
    font-size: clamp(14px, 14px + (100vw - 320px) * 6 / 70, 20px);
    line-height: clamp(24px, 24px + (100vw - 320px) * 8 / 70, 32px);
  }
  .ceo-message .ceo-emphasis br {
    display: none;
  }
  .ceo-message .ceo-sign-role {
    font-size: clamp(16px, 16px + (100vw - 320px) * 2 / 70, 18px);
  }
  .ceo-message .ceo-sign-name {
    font-size: clamp(26px, 26px + (100vw - 320px) * 6 / 70, 32px);
  }
}

/* ========================================
   Merit
   ======================================== */
.merit {
  padding-block: 80px 96px;
  background-color: #fff;
}
.merit .container.merit-inner {
  max-width: 1120px;
  padding-inline: 0;
}
.merit .merit-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
}
.merit .merit-deco-top {
  display: block;
  width: 59px;
  height: 20px;
  margin: 0 0 16px;
  flex-shrink: 0;
}
.merit .heading-center {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  color: #29375b;
  text-align: center;
}
.merit .merit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
}
.merit .merit-grid > .merit-card:nth-child(1) .merit-card-title {
  margin: 0 43px 8px 39px;
}
.merit .merit-grid > .merit-card:nth-child(2) .merit-card-title {
  margin: 30px 41px 28px;
}
.merit .merit-grid > .merit-card:nth-child(3) .merit-card-title {
  margin: 0 84px 8px 88px;
}
.merit .merit-card {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f1f4f9;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.merit .merit-card-photo {
  display: block;
  width: 100%;
  height: 240px;
  max-width: none;
  margin: 0 0 36px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.merit .merit-card-deco-top {
  display: block;
  width: 99px;
  height: 15px;
  margin: 0 auto 10px;
  flex-shrink: 0;
}
.merit .merit-card-title {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #17298d;
  text-align: center;
}
.merit .merit-card--trial .merit-card-deco-top {
  margin-bottom: 0;
}
.merit .merit-card-deco-mid {
  display: block;
  width: 59px;
  height: 16px;
  margin: 0 auto 16px;
  flex-shrink: 0;
}
.merit .merit-card-text {
  box-sizing: border-box;
  width: 288px;
  min-height: 72px;
  height: auto;
  margin: 0 32px 32px;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #29375b;
  text-align: left;
}
.merit .footnote {
  margin: 40px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #29375b;
  text-align: center;
}
.merit .transition-lead {
  margin: 64px 0 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  text-align: center;
}
.merit .transition-lead-base {
  color: #29375b;
}
.merit .transition-lead-accent {
  color: #17298d;
}
.merit .merit-cta {
  margin: 64px 0 0;
}
.merit .merit-cta .merit-cta-link {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: left;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  border-radius: 8px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .merit .merit-cta .merit-cta-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(41, 55, 91, 0.16);
    opacity: 0.98;
  }
}
.merit .merit-cta .merit-cta-link:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(41, 55, 91, 0.16);
  opacity: 0.98;
}
.merit .merit-cta .merit-cta-link:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(41, 55, 91, 0.12);
}
.merit .merit-cta .merit-cta-link:focus-visible {
  outline: 2px solid #17298d;
  outline-offset: 4px;
}
.merit .merit-cta img {
  display: block;
  width: 1120px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .merit {
    padding-block: 32px 40px;
  }
  .merit .container.merit-inner {
    max-width: none;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .merit .container.merit-inner {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 1200px) {
  .merit .container.merit-inner {
    box-sizing: border-box;
    width: 560px;
    margin-inline: auto;
  }
}
@media (max-width: 1200px) and (max-width: 560px) {
  .merit .container.merit-inner {
    width: auto;
    margin-inline: 0;
  }
}
@media (max-width: 1200px) {
  .merit .merit-head {
    margin-bottom: 32px;
  }
  .merit .merit-deco-top {
    width: 59px;
    height: 20px;
    margin-bottom: 16px;
  }
  .merit .heading-center {
    box-sizing: border-box;
    width: 560px;
    min-height: 138px;
    margin: 0;
    font-size: 32px;
    line-height: normal;
  }
  .merit .merit-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    box-sizing: border-box;
    width: 100%;
    margin-inline: auto;
  }
  .merit .merit-grid > .merit-card:nth-child(1) {
    height: 449px;
  }
  .merit .merit-grid > .merit-card:nth-child(1) .merit-card-title {
    line-height: 32px;
  }
  .merit .merit-grid > .merit-card:nth-child(2) .merit-card-title,
  .merit .merit-grid > .merit-card:nth-child(3) .merit-card-title {
    line-height: normal;
  }
  .merit .merit-grid > .merit-card:nth-child(3) .merit-card-text {
    min-height: 0;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .merit .merit-grid > .merit-card:nth-child(3) .merit-card-text {
    width: auto;
    max-width: calc(100% - 55px);
    margin: 0 31px 24px 24px;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .merit .merit-grid {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1200px) {
  .merit .merit-card {
    box-sizing: border-box;
    width: 560px;
    height: auto;
    margin-inline: auto;
  }
  .merit .merit-card-photo {
    width: 560px;
    height: 200px;
    margin: 0 0 24px;
    aspect-ratio: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .merit .merit-card-deco-top {
    width: 99px;
    height: 15px;
    margin: 0 auto 10px;
  }
  .merit .merit-card--trial .merit-card-deco-top {
    margin-bottom: 10px;
  }
  .merit .merit-card-title {
    box-sizing: border-box;
    min-height: 35px;
    margin: 0 auto 8px !important;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
  }
  .merit .merit-card-deco-mid {
    width: 59px;
    height: 16px;
    margin: 0 auto 16px;
  }
  .merit .merit-card-text {
    box-sizing: border-box;
    flex: 0 0 auto;
    align-self: flex-start;
    width: 297px;
    max-width: calc(100% - 55px);
    min-height: 72px;
    height: auto;
    margin: 0 31px 24px 24px;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
  }
  .merit .merit-card--trial .merit-card-text {
    min-height: 0;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .merit .merit-card--trial .merit-card-text {
    min-height: 0;
  }
}
@media (max-width: 1200px) {
  .merit .footnote {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 96px;
    margin: 24px 0 0;
    padding-right: 7px;
    padding-left: 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
  }
  .merit .transition-lead {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 58px;
    margin: 32px 0 0;
    /*padding-left: 13px;
    padding-right: 12px;*/
    font-size: 20px;
    line-height: normal;
    text-align: center;
  }
}
@media (max-width: 1200px) and (max-width: 392px) {
  .merit .transition-lead {
    /*padding-left: clamp(0px, calc((100vw - 320px) * 13 / 72), 13px);
    padding-right: clamp(0px, calc((100vw - 320px) * 12 / 72), 12px);*/
  }
}
@media (max-width: 1200px) {
  .merit .merit-cta {
    box-sizing: border-box;
    width: 560px;
    min-height: 489px;
    margin: 40px 0 0;
  }
  .merit .merit-cta .merit-cta-link img.pc {
    display: none !important;
  }
  .merit .merit-cta .merit-cta-link img.sp {
    display: block !important;
    width: 100%;
    height: auto;
    margin-inline: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .merit .merit-cta {
    width: 100%;
    max-width: none;
    min-height: 0;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .merit .merit-grid {
    width: 100%;
  }
  .merit .merit-grid > .merit-card:nth-child(1) {
    height: auto;
    min-height: clamp(400px, 400px + (100vw - 320px) * 49 / 70, 449px);
  }
  .merit .merit-grid > .merit-card:nth-child(1) .merit-card-title {
    line-height: clamp(28px, 28px + (100vw - 320px) * 4 / 70, 32px);
  }
  .merit .merit-card {
    width: 100%;
  }
  .merit .merit-card-photo {
    width: 100%;
    height: clamp(168px, 168px + (100vw - 320px) * 32 / 70, 200px);
  }
  .merit .merit-card-text {
    width: auto;
    max-width: calc(100% - 48px);
    margin: 0 24px clamp(20px, 20px + (100vw - 320px) * 4 / 70, 24px);
    font-size: clamp(15px, 15px + (100vw - 320px) * 3 / 70, 18px);
    line-height: clamp(20px, 20px + (100vw - 320px) * 4 / 70, 24px);
  }
  .merit .footnote {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    min-height: auto;
    font-size: clamp(12px, 12px + (100vw - 320px) * 2 / 70, 14px);
    line-height: clamp(20px, 20px + (100vw - 320px) * 4 / 70, 24px);
  }
  .merit .heading-center {
    min-height: auto;
    font-size: clamp(26px, 26px + (100vw - 320px) * 6 / 70, 32px);
  }
  .merit .merit-card-title {
    font-size: clamp(20px, 20px + (100vw - 320px) * 4 / 70, 24px);
  }
  .merit .transition-lead {
    min-height: auto;
    font-size: clamp(17px, 17px + (100vw - 320px) * 3 / 70, 20px);
  }
  .merit .merit-cta {
    min-height: 0;
    margin-top: clamp(28px, 28px + (100vw - 320px) * 12 / 70, 40px);
  }
  .merit .merit-cta .merit-cta-link img.sp {
    height: auto;
  }
}

/* ========================================
   Reward simulation
   ======================================== */
.reward-simulation {
  padding-block: 96px;
  background-color: #f1f4f9;
}
.reward-simulation .container.reward-simulation-inner {
  max-width: 1120px;
  padding-inline: 0;
}
.reward-simulation .container.reward-simulation-inner small {
  display: block;
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
}
.reward-simulation .heading-center {
  box-sizing: border-box;
  width: 680px;
  max-width: 100%;
  min-height: 58px;
  margin: 0 auto 64px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  color: #29375b;
  text-align: center;
}
.reward-simulation .simulation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
}
.reward-simulation .simulation-card {
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: 1120px;
  max-width: 100%;
  height: 220px;
  padding: 32px;
  margin: 0;
  background-color: #fff;
  box-shadow: none;
}
.reward-simulation .card-profile {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}
.reward-simulation .card-profile-img {
  flex: 0 0 auto;
  box-sizing: content-box;
  width: 156px;
  height: 156px;
  max-width: none;
  padding-right: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reward-simulation .card-profile-body {
  box-sizing: border-box;
  width: 420px;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 19px;
}
.reward-simulation .card-meta {
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  min-height: 23px;
  margin: 0;
  padding: 0 0 12px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #17298d;
  white-space: nowrap;
}
.reward-simulation .card-desc {
  box-sizing: border-box;
  width: 420px;
  max-width: 100%;
  min-height: 82px;
  margin: 0;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: normal;
  color: #29375b;
}
.reward-simulation .reward-box {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex: 0 0 392px;
  justify-content: space-between;
  width: 392px;
  max-width: 100%;
  height: 156px;
  margin: 0;
  padding: 0 32px;
  background-color: #f1f4f9;
  border-radius: 12px;
}
.reward-simulation .reward-label {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: #17298d;
  white-space: nowrap;
}
.reward-simulation .reward-amount {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  line-height: normal;
  color: #29375b;
  white-space: nowrap;
}
.reward-simulation .reward-amount-num {
  font-size: 24px;
}
.reward-simulation .reward-amount-yen {
  font-size: 24px;
}
@media (max-width: 1200px) {
  .reward-simulation {
    padding-block: 40px;
  }
  .reward-simulation .container.reward-simulation-inner {
    max-width: none;
    padding-inline: 24px;
  }
  .reward-simulation .heading-center {
    width: min(345px, 100vw - 48px);
    max-width: 100%;
    min-height: 82px;
    margin: 0 auto;
    font-size: clamp(22px, min(345px, 100vw - 48px) / 10, 28px);
    line-height: normal;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .reward-simulation .heading-center {
    width: 100%;
    max-width: none;
    font-size: clamp(22px, (100vw - 48px) / 10, 28px);
  }
}
@media (max-width: 1200px) {
  .reward-simulation .simulation-list {
    gap: 48px;
    width: 100%;
    margin-top: 44px;
    padding-top: 0;
  }
  .reward-simulation .simulation-card {
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 560px;
    height: 318px;
    margin-inline: auto;
    padding: 96px 24px 24px;
    text-align: center;
    overflow: visible;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .reward-simulation .simulation-card {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1200px) {
  .reward-simulation .card-profile-img {
    flex: none;
    width: 104px;
    height: 104px;
    margin: -120px auto 16px;
    padding-right: 0;
    border-radius: 50%;
  }
  .reward-simulation .card-profile {
    width: 100%;
  }
  .reward-simulation .card-profile-body {
    width: 100%;
    padding: 0;
  }
  .reward-simulation .card-meta {
    min-height: 22px;
    margin: 0 auto 4px;
    padding: 0;
    font-size: clamp(12px, min(297px, 100vw - 48px - 48px) / 18, 15px);
    line-height: normal;
    white-space: nowrap;
  }
  .reward-simulation .card-desc {
    min-height: 52px;
    margin-inline: auto;
    font-size: clamp(14px, min(297px, 100vw - 48px - 48px) / 16, 18px);
    line-height: normal;
  }
  .reward-simulation .reward-box {
    flex-direction: column;
    flex: none;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    height: auto;
    margin: 20px 0 0;
    padding: 16px 77px 16px 78px;
    border-radius: 8px;
  }
  .reward-simulation .reward-label {
    box-sizing: border-box;
    align-self: center;
    width: 90px;
    min-height: 22px;
    margin: 0;
    padding: 0;
    font-size: clamp(12px, min(297px, 100vw - 48px - 48px) / 6, 15px);
    line-height: normal;
    white-space: nowrap;
  }
  .reward-simulation .reward-amount {
    box-sizing: border-box;
    align-self: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .reward-simulation .reward-amount-num {
    font-size: clamp(20px, min(297px, 100vw - 48px - 48px) / 8, 20px);
  }
  .reward-simulation .reward-amount-yen {
    font-size: clamp(13px, min(297px, 100vw - 48px - 48px) / 20, 16px);
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .reward-simulation .heading-center {
    width: auto;
    max-width: 100%;
    min-height: auto;
  }
  .reward-simulation .simulation-list {
    gap: clamp(40px, 40px + (100vw - 320px) * 8 / 70, 48px);
  }
  .reward-simulation .simulation-card {
    width: 100%;
    height: auto;
    min-height: clamp(265px, 265px + (100vw - 320px) * 53 / 70, 318px);
    padding: clamp(78px, 78px + (100vw - 320px) * 18 / 70, 96px) 24px clamp(20px, 20px + (100vw - 320px) * 4 / 70, 24px);
  }
  .reward-simulation .card-profile-img {
    width: clamp(88px, 88px + (100vw - 320px) * 16 / 70, 104px);
    height: clamp(88px, 88px + (100vw - 320px) * 16 / 70, 104px);
    margin: clamp(-102px, -102px + (100vw - 320px) * -18 / 70, -120px) auto clamp(12px, 12px + (100vw - 320px) * 4 / 70, 16px);
  }
  .reward-simulation .card-meta {
    min-height: auto;
  }
  .reward-simulation .card-desc {
    min-height: auto;
  }
  .reward-simulation .reward-box {
    margin-top: clamp(16px, 16px + (100vw - 320px) * 4 / 70, 20px);
    padding: clamp(12px, 12px + (100vw - 320px) * 4 / 70, 16px) clamp(48px, 48px + (100vw - 320px) * 29 / 70, 77px);
  }
  .reward-simulation .reward-label {
    min-height: auto;
  }
  .reward-simulation .reward-amount {
    min-height: auto;
  }
}

/* ========================================
   Teacher voices
   ======================================== */
.teacher-voices {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  background-color: #fff;
  background-image: url("../img-teacher/grid-back.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 1440px 1314px;
}
.teacher-voices::before, .teacher-voices::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  height: 0;
  margin: 0;
  border: 0;
  padding: 0;
  background: none;
  pointer-events: none;
  z-index: 10;
  transform: translateZ(0);
}
.teacher-voices::before {
  top: 0;
  border-top: 1px solid #17298d;
}
.teacher-voices::after {
  bottom: 0;
  border-bottom: 1px solid #17298d;
}
.teacher-voices {
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: top left;
  padding-block: 96px;
}
.teacher-voices .container.teacher-voices-inner {
  max-width: 1120px;
  padding-inline: 0;
}
.teacher-voices .teacher-voices-head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
}
.teacher-voices .teacher-voices-deco {
  display: block;
  width: 117px;
  height: 40px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.teacher-voices .teacher-voices-deco-left {
  margin-right: 24px;
}
.teacher-voices .teacher-voices-deco-right {
  margin-left: 24px;
}
.teacher-voices .heading-voices {
  box-sizing: border-box;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 360px;
  height: 58px;
  min-height: 58px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  color: #29375b;
  text-align: center;
  white-space: nowrap;
}
.teacher-voices .voice-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0;
  padding: 0;
}
.teacher-voices .voice-card {
  box-sizing: border-box;
  width: 1120px;
  max-width: 100%;
  height: 467px;
  margin: 0 auto;
  border: 1px solid #17298d;
  overflow: hidden;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.teacher-voices .voice-card--suzuki {
  background-image: url("../img-teacher/voice-suzuki.png");
}
.teacher-voices .voice-card--otsuka {
  background-image: url("../img-teacher/voice-otsuka.png");
}
.teacher-voices .voice-card-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 467px;
}
.teacher-voices .voice-card-main {
  box-sizing: border-box;
  flex: 1 1 auto;
  width: 674px;
  max-width: min(674px, 100% - 446px);
  min-width: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.teacher-voices .voice-card-bar {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  min-height: 46px;
  height: 46px;
  max-height: 46px;
  margin: 0;
  padding: 10px 20px;
  background-color: #17298d;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.teacher-voices .voice-card-bar--long {
  align-self: flex-start;
  width: 432px;
  max-width: 100%;
  margin-left: 0;
}
.teacher-voices .voice-card-bar--short {
  align-self: flex-start;
  width: 341px;
  max-width: 100%;
  margin-left: 0;
}
.teacher-voices .voice-subtitle {
  box-sizing: border-box;
  width: 100%;
  margin: 48px 0 0;
  padding: 0 0 0 64px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: #29375b;
}
.teacher-voices .voice-quote {
  box-sizing: border-box;
  margin: 16px 0 0;
  padding: 0 0 0 64px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  color: #17298d;
}
.teacher-voices .voice-quote.voice-quote--suzuki {
  margin: 16px 0 0 64px;
  padding: 0;
  min-height: 92px;
  line-height: 46px;
}
.teacher-voices .voice-quote.voice-quote--otsuka {
  margin: 16px 0 0 64px;
  padding: 0;
  min-height: 92px;
  line-height: 46px;
}
.teacher-voices .body-text {
  box-sizing: border-box;
  width: 610px;
  min-height: 92px;
  margin: 20px 0 0 64px;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #29375b;
}
.teacher-voices .voice-name {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  padding: 0 0 0 64px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  line-height: normal;
  color: #17298d;
  text-align: right;
}
.teacher-voices .voice-name-core {
  font-size: 32px;
}
.teacher-voices .voice-name-suffix {
  font-size: 24px;
}
.teacher-voices .heading-voices-line {
  display: block;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.teacher-voices .heading-voices-br {
  display: none;
}
.teacher-voices .voice-quote-br--sp {
  display: none;
}
.teacher-voices .voice-card-bar-item,
.teacher-voices .voice-card-bar-sep {
  display: inline;
}
@media (max-width: 1200px) {
  .teacher-voices {
    box-sizing: border-box;
    padding-block: 40px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    background-image: url("../img-teacher/grid-back.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: top left;
  }
  .teacher-voices::before, .teacher-voices::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    height: 0;
    margin: 0;
    padding: 0;
    background: none;
    background-image: none;
    border-left: 0;
    border-right: 0;
    pointer-events: none;
    z-index: 10;
    transform: translateZ(0);
  }
  .teacher-voices::before {
    top: 0;
    bottom: auto;
    border-top: 1px solid #17298d;
    border-bottom: 0;
  }
  .teacher-voices::after {
    top: auto;
    bottom: 0;
    border-top: 0;
    border-bottom: 1px solid #17298d;
  }
  .teacher-voices .container.teacher-voices-inner {
    position: relative;
    z-index: 1;
    max-width: none;
    padding-inline: 24px;
  }
  .teacher-voices .teacher-voices-head {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
    box-sizing: border-box;
    width: 346px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 32px;
    overflow-x: clip;
  }
  .teacher-voices .teacher-voices-deco {
    flex: 0 0 59px;
    width: 59px;
    height: 20px;
    margin: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .teacher-voices .heading-center.heading-voices {
    flex: 0 0 168px;
    box-sizing: border-box;
    display: block;
    width: 168px;
    height: 82px;
    margin: 0;
    padding: 0;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 41px;
    letter-spacing: 0;
    color: #29375b;
    text-align: center;
  }
  .teacher-voices .heading-voices-line {
    display: block;
    box-sizing: border-box;
    height: 41px;
    margin: 0;
    padding: 0;
    font-size: 28px;
    line-height: 41px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }
  .teacher-voices .voice-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 0;
    padding: 0;
  }
  .teacher-voices .voice-card {
    position: relative;
    box-sizing: border-box;
    width: 560px;
    margin-inline: auto;
    padding: 0;
    border: 1px solid #17298d;
    overflow: hidden;
    background-color: #f1f4f9;
    background-image: none;
  }
  .teacher-voices .voice-card--suzuki::after,
  .teacher-voices .voice-card--otsuka::after {
    content: "";
    position: absolute;
    bottom: -3px;
    z-index: 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
    pointer-events: none;
  }
  .teacher-voices .voice-card--suzuki {
    height: 560px;
  }
  .teacher-voices .voice-card--suzuki::after {
    width: 100%;
    height: 549px;
    background-image: url("../img-teacher/sp-voice-suzuki.png");
    background-position: right bottom -24px;
    background-size: 100%;
  }
  .teacher-voices .voice-card--otsuka {
    height: 640px;
  }
  .teacher-voices .voice-card--otsuka::after {
    left: 0;
    width: 100%;
    height: 593px;
    background-image: url("../img-teacher/sp-voice-otsuka.png");
    background-position: right bottom -24px;
    background-size: 100%;
  }
  .teacher-voices .voice-card-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
  }
  .teacher-voices .voice-card-bar {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    height: auto;
    min-height: 39px;
    margin: 0;
    padding: 10px 12px;
    background-color: #17298d;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: clamp(10px, (min(345px, 100vw - 48px) - 24px) / 25, 13px);
    line-height: 1.46;
    white-space: nowrap;
  }
  .teacher-voices .voice-card-bar--short {
    font-size: clamp(10px, (min(345px, 100vw - 48px) - 24px) / 21, 13px);
  }
  .teacher-voices .voice-card-bar--long,
  .teacher-voices .voice-card-bar--short {
    align-self: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
  .teacher-voices .voice-card-bar-item,
  .teacher-voices .voice-card-bar-sep {
    display: inline;
    color: #fff;
    font: inherit;
    line-height: inherit;
    white-space: inherit;
  }
  .teacher-voices .voice-card-main {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: none;
    min-height: 0;
    padding: 0 24px;
  }
  .teacher-voices .voice-subtitle {
    box-sizing: border-box;
    margin: 20px auto 0;
    padding: 0;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: clamp(11px, min(297px, 100vw - 48px - 48px) / 21, 14px);
    line-height: 1.43;
    letter-spacing: 0;
    color: #29375b;
    text-align: center;
    white-space: nowrap;
  }
  .teacher-voices .voice-quote {
    box-sizing: border-box;
    margin: 8px auto 0;
    padding: 0;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: clamp(14px, min(297px, 100vw - 48px - 48px) / 16, 20px);
    line-height: 1.45;
    letter-spacing: 0;
    color: #17298d;
    text-align: center;
  }
  .teacher-voices .voice-quote.voice-quote--suzuki {
    margin: 8px auto 0;
    padding: 0;
    min-height: 58px;
    font-size: clamp(14px, min(297px, 100vw - 48px - 48px) / 14, 20px);
    line-height: 1.45;
    text-align: center;
  }
  .teacher-voices .voice-quote.voice-quote--otsuka {
    margin: 8px auto 0;
    padding: 0;
    min-height: 87px;
    font-size: clamp(14px, min(297px, 100vw - 48px - 48px) / 16, 20px);
    line-height: 1.45;
    text-align: center;
  }
  .teacher-voices .voice-quote-br--pc {
    display: none;
  }
  .teacher-voices .body-text {
    width: 100%;
    box-sizing: border-box;
    margin: 12px auto 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    color: #29375b;
    text-align: left;
  }
  .teacher-voices .voice-card--suzuki .voice-name,
  .teacher-voices .voice-card--otsuka .voice-name {
    box-sizing: border-box;
    width: 128px;
    max-width: 100%;
    height: 35px;
    margin: 8px 0 0;
    padding: 0;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    line-height: 35px;
    color: #17298d;
    text-align: left;
  }
  .teacher-voices .voice-name-core {
    font-size: clamp(20px, min(297px, 100vw - 48px - 48px) / 6, 24px);
    line-height: 1.46;
  }
  .teacher-voices .voice-name-suffix {
    font-size: clamp(14px, min(297px, 100vw - 48px - 48px) / 10, 16px);
    line-height: 1.46;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .teacher-voices .teacher-voices-head {
    width: 100%;
    max-width: 100%;
    -moz-column-gap: clamp(20px, 20px + (100vw - 320px) * 10 / 70, 30px);
         column-gap: clamp(20px, 20px + (100vw - 320px) * 10 / 70, 30px);
    overflow-x: clip;
  }
  .teacher-voices .teacher-voices-deco {
    flex: 0 1 auto;
    width: clamp(48px, 48px + (100vw - 320px) * 11 / 70, 59px);
    max-width: 59px;
    height: clamp(16px, 16px + (100vw - 320px) * 4 / 70, 20px);
  }
  .teacher-voices .heading-center.heading-voices {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: 168px;
    height: auto;
    min-height: auto;
    font-size: clamp(22px, min(22px + (100vw - 320px) * 6 / 70, (min(345px, 100vw - 48px) - 2 * clamp(48px, 48px + (100vw - 320px) * 11 / 70, 59px) - 2 * clamp(20px, 20px + (100vw - 320px) * 10 / 70, 30px)) / 6), 28px);
    line-height: 1.4642857143;
  }
  .teacher-voices .heading-voices-line {
    height: auto;
    min-height: auto;
    font-size: clamp(22px, min(22px + (100vw - 320px) * 6 / 70, (min(345px, 100vw - 48px) - 2 * clamp(48px, 48px + (100vw - 320px) * 11 / 70, 59px) - 2 * clamp(20px, 20px + (100vw - 320px) * 10 / 70, 30px)) / 6), 28px);
    line-height: 1.4642857143;
  }
  .teacher-voices .voice-card {
    width: 100%;
  }
  .teacher-voices .voice-card-main {
    padding-inline: clamp(24px, 24px + (100vw - 320px) * 8 / 70, 24px);
  }
  .teacher-voices .voice-subtitle,
  .teacher-voices .voice-quote,
  .teacher-voices .voice-quote.voice-quote--suzuki,
  .teacher-voices .voice-quote.voice-quote--otsuka,
  .teacher-voices .body-text {
    width: auto;
    max-width: 100%;
  }
  .teacher-voices .voice-subtitle {
    margin-top: clamp(16px, 16px + (100vw - 320px) * 4 / 70, 20px);
  }
  .teacher-voices .voice-quote,
  .teacher-voices .voice-quote.voice-quote--suzuki,
  .teacher-voices .voice-quote.voice-quote--otsuka {
    margin-top: clamp(6px, 6px + (100vw - 320px) * 2 / 70, 8px);
    min-height: auto;
  }
  .teacher-voices .body-text {
    margin-top: clamp(10px, 10px + (100vw - 320px) * 2 / 70, 12px);
  }
  .teacher-voices .voice-card--suzuki .body-text,
  .teacher-voices .voice-card--otsuka .body-text {
    min-height: auto;
  }
  .teacher-voices .voice-card--suzuki .voice-name,
  .teacher-voices .voice-card--otsuka .voice-name {
    margin-top: clamp(6px, 6px + (100vw - 320px) * 2 / 70, 8px);
    height: auto;
    line-height: 1.46;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .teacher-voices .teacher-voices-head {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .teacher-voices .teacher-voices-deco,
  .teacher-voices .teacher-voices-deco-left,
  .teacher-voices .teacher-voices-deco-right {
    margin: 0;
  }
  .teacher-voices .voice-list {
    width: 100%;
    max-width: none;
  }
  .teacher-voices .voice-card {
    width: 100%;
    max-width: none;
    margin-inline: auto;
    background-color: #f1f4f9;
  }
  .teacher-voices .voice-card--suzuki {
    height: 560px;
  }
  .teacher-voices .voice-card--suzuki::after {
    right: -3px;
    width: calc(353px * (100vw - 48px) / 345px);
    height: calc(549px * (100vw - 48px) / 345px);
    background-size: calc(353px * (100vw - 48px) / 345px) calc(549px * (100vw - 48px) / 345px);
    clip-path: inset(calc(1px * (100vw - 48px) / 345px) calc(2px * (100vw - 48px) / 345px) 0 calc(1px * (100vw - 48px) / 345px));
  }
  .teacher-voices .voice-card--otsuka {
    height: 640px;
  }
  .teacher-voices .voice-card--otsuka::after {
    left: 0;
    right: -3px;
    width: 100%;
    height: calc(593px * (100vw - 48px) / 345px);
    background-position: right bottom;
    background-size: calc(345px * (100vw - 48px) / 345px) calc(593px * (100vw - 48px) / 345px);
  }
  .teacher-voices .voice-card-main {
    padding-inline: 24px;
  }
  .teacher-voices .voice-subtitle,
  .teacher-voices .voice-quote,
  .teacher-voices .voice-quote.voice-quote--suzuki,
  .teacher-voices .voice-quote.voice-quote--otsuka,
  .teacher-voices .body-text {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
  .teacher-voices .voice-subtitle {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.43;
    text-align: center;
  }
  .teacher-voices .voice-quote,
  .teacher-voices .voice-quote.voice-quote--suzuki,
  .teacher-voices .voice-quote.voice-quote--otsuka {
    margin-top: 8px;
    min-height: auto;
    line-height: 1.45;
    text-align: center;
  }
  .teacher-voices .voice-quote.voice-quote--suzuki {
    font-size: 20px;
  }
  .teacher-voices .voice-quote.voice-quote--otsuka {
    font-size: 18.5625px;
  }
  .teacher-voices .body-text {
    margin-top: 12px;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }
  .teacher-voices .voice-card--suzuki .body-text,
  .teacher-voices .voice-card--otsuka .body-text {
    min-height: auto;
  }
  .teacher-voices .voice-card--suzuki .voice-name,
  .teacher-voices .voice-card--otsuka .voice-name {
    margin: 8px 0 0;
  }
  .teacher-voices .voice-name-core {
    font-size: 24px;
    line-height: 1.46;
  }
  .teacher-voices .voice-name-suffix {
    font-size: 16px;
    line-height: 1.46;
  }
  .teacher-voices .voice-card-bar,
  .teacher-voices .voice-card-bar--short {
    font-size: clamp(10px, (100vw - 48px - 24px) / 25, 13px);
  }
  .teacher-voices .voice-card-bar--short {
    font-size: clamp(10px, (100vw - 48px - 24px) / 21, 13px);
  }
}

/* ========================================
   Footer
   ======================================== */
.footer {
  position: relative;
  z-index: 0;
  background-color: #29375b;
  color: #fff;
}
.footer .footer-main-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 120px;
  padding-bottom: 64px;
  padding-inline: 0;
}
.footer .footer-company {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  color: #fff;
}
.footer .footer-company p {
  margin: 0;
}
.footer .footer-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 32px;
}
.footer .footer-tagline {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: #fff;
}
.footer .footer-meta-head {
  display: contents;
}
.footer .footer-divider {
  display: none;
}
.footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
  margin: 0;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  color: #fff;
}
.footer .footer-links a {
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer-links a:hover {
    transform: translateY(-2px);
  }
}
.footer .footer-links a:focus-visible {
  transform: translateY(-2px);
  outline: 2px solid rgba(255, 255, 255, 0.55);
  outline-offset: 3px;
}
.footer .footer-links a:active {
  transform: translateY(0);
}
.footer .footer-copy {
  padding-block: 24px;
  text-align: center;
  background-color: #fff;
}
.footer .footer-copy .container {
  width: -moz-max-content;
  width: max-content;
  max-width: none;
  margin-inline: auto;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #29375b;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .footer {
    position: relative;
    z-index: 0;
  }
  .footer .container {
    max-width: none;
    padding-inline: 24px;
  }
  .footer .container.footer-main-inner {
    box-sizing: border-box;
    width: 100%;
    min-height: 425px;
    gap: 8px;
    margin-top: 0;
    padding-top: 246px;
    padding-bottom: 20px;
    text-align: center;
  }
  .footer .footer-company {
    box-sizing: border-box;
    width: min(306px, 100vw - 48px);
    max-width: 100%;
    height: 66px;
    margin-top: 0;
    margin-inline: auto;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
  }
  .footer .footer-company p {
    margin: 0;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .footer .footer-company {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1200px) {
  .footer .footer-meta-row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .footer .footer-meta-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: min(345px, 100vw - 48px);
    margin-inline: auto;
  }
  .footer .footer-tagline {
    width: 100%;
    max-width: min(210px, 100vw - 48px);
    margin: 0 auto;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
  }
  .footer .footer-divider {
    display: block;
    width: 100%;
    max-width: min(345px, 100vw - 48px);
    height: 1px;
    margin: 24px 0 0;
    padding: 0;
    border: 0;
    background-color: #566488;
  }
  .footer .footer-links {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    max-width: min(318px, 100vw - 48px);
    margin-inline: auto;
    justify-content: center;
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 0;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
  }
  .footer .footer-links a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .footer .footer-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-block: 20px;
    padding-inline: 0;
    text-align: center;
    background-color: #fff;
  }
  .footer .footer-copy .container {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(306px, 100vw - 48px);
    max-width: 100%;
    height: 20px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    color: #29375b;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .footer .footer-company {
    height: auto;
    width: min(306px, 100vw - 48px);
    font-size: clamp(16px, 16px + (100vw - 320px) * 4 / 70, 20px);
    line-height: clamp(26px, 26px + (100vw - 320px) * 7 / 70, 33px);
  }
  .footer .footer-company p {
    font-size: clamp(16px, 16px + (100vw - 320px) * 4 / 70, 20px);
    line-height: clamp(26px, 26px + (100vw - 320px) * 7 / 70, 33px);
  }
  .footer .footer-tagline {
    max-width: 100%;
    font-size: clamp(11px, 11px + (100vw - 320px) * 3 / 70, 14px);
    line-height: clamp(16px, 16px + (100vw - 320px) * 4 / 70, 20px);
  }
  .footer .footer-links {
    max-width: 100%;
    -moz-column-gap: clamp(8px, 8px + (100vw - 320px) * 16 / 70, 24px);
         column-gap: clamp(8px, 8px + (100vw - 320px) * 16 / 70, 24px);
    font-size: clamp(11px, 11px + (100vw - 320px) * 3 / 70, 14px);
    line-height: clamp(16px, 16px + (100vw - 320px) * 4 / 70, 20px);
  }
  .footer .footer-links a {
    font-size: clamp(11px, 11px + (100vw - 320px) * 3 / 70, 14px);
    line-height: clamp(16px, 16px + (100vw - 320px) * 4 / 70, 20px);
  }
  .footer .footer-copy .container {
    height: auto;
    width: min(306px, 100vw - 48px);
    font-size: clamp(11px, 11px + (100vw - 320px) * 3 / 70, 14px);
    line-height: clamp(16px, 16px + (100vw - 320px) * 4 / 70, 20px);
  }
}/*# sourceMappingURL=teacher.css.map */