@charset "utf-8";
/* CSS Document */

body {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}

/* =========================
   FV
========================= */
.fv {
  position: relative;
  min-height: 1320px;
  background: #f7f7f7 url("../images/pc/fv/fv-bg-top.png") no-repeat center top / 1280px 1320px;
}

.fv__inner {
  position: relative;
  width: 1280px;
  height: 1320px;
  margin: 0 auto;
}

.fv__top {
  position: static;
}

/* logo */
.fv__logo {
  position: absolute;
  left: 43px;
  top: 65px;
  width: 345px;
  z-index: 10;
}

.fv__logo img,
.fv__label img,
.fv__copy-sub img,
.fv__copy-main img,
.fv__illust img,
.fv__circle img,
.fv__circle-illust img,
.fv__scroll img {
  display: block;
  width: 100%;
  height: auto;
}

.fv__logo a {
  display: block;
  position: relative;
}

.fv__logo a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/pc/common/fv-bg-logo_active.webp") no-repeat center / contain;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.fv__logo a:hover::after {
  opacity: 1;
}

/* nav */
.fv__nav {
  position: absolute;
  left: 674px;
  top: 56px;
  width: 507px;
  height: 48px;
  margin: 0;
  padding: 14px 19px 17px 32px;
  background: #039d9c;
  border-radius: 57px;
  z-index: 10;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transition: top 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.fv__nav.is-fixed {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(34px);
  z-index: 9999;
}

.fv__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 100%;
}

.fv__nav-list a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transition: opacity 0.3s;
}

.fv__nav-list a:hover {
  opacity: 0.7;
}

/* lead copy */
.fv__lead {
  position: absolute;
  left: 320px;
  top: 185px;
  width: 622px;
  height: 324px;
  z-index: 6;
}

.fv__label,
.fv__copy-sub,
.fv__copy-main {
  position: absolute;
  margin: 0;
}

.fv__label {
  left: 52px;
  top: 28px;
  width: 315px;
}

.fv__copy-sub {
  left: 51px;
  top: 88px;
  width: 315px;
}

.fv__copy-main {
  left: 39px;
  top: 181px;
  width: 582px;
}

/* illust */
.fv__illust {
  position: absolute;
  z-index: 5;
}

.fv__illust--right {
  left: 904px;
  top: 196px;
  width: 217px;
}

.fv__illust--left {
  left: 109px;
  top: 299px;
  width: 279px;
}

/* circle */
.fv__circle-area {
  position: absolute;
  left: 382px;
  top: 647px;
  width: 516px;
  height: 515px;
  transform: none;
  z-index: 6;
}

.fv__circle {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.fv__circle-text {
  position: absolute;
  top: 120px;
  left: 50%;
  width: 405px;
  text-align: center;
  transform: translateX(-50%);
  z-index: 2;
}

.fv__circle-text p {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
}

.fv__circle-text .fv__circle-text--accent {
  color: #00a594;
}

.fv__circle-text-gap {
  margin-top: 20px;
}

.fv__circle-illust {
  position: absolute;
  z-index: 3;
}

.fv__circle-illust--01 {
  left: -60px;
  top: 140px;
  width: 84px;
}

.fv__circle-illust--02 {
  right: -100px;
  top: 120px;
  width: 150px;
}

.fv__circle-illust--03 {
  left: 30px;
  bottom: -40px;
  width: 88px;
}

.fv__circle-illust--04 {
  right: -10px;
  bottom: -5px;
  width: 156px;
}

/* scroll */
.fv__scroll {
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 12px;
  transform: translateX(-50%);
  z-index: 30;
}

/* =========================
   POINT
========================= */
.point {
  position: relative;
  z-index: auto;
  background: #f7f7f7;
  padding-top: 0;
}

.point__inner {
  position: relative;
  width: 1280px;
  min-height: 647px;
  margin: 0 auto;
  background: #fff;
}

.point__intro {
  position: absolute;
  left: 170px;
  top: 120px;
  width: 415px;
}

.point__heading {
  width: 400px;
  margin: 0;
}

.point__heading img,
.point__visual img,
.point__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.point__text {
  margin-top: 18px;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.point__visual {
  position: absolute;
  left: 590px;
  top: 127px;
  width: 490px;
}

.point__figure {
  width: 480px;
}

.point__caption {
  width: 100%;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1;
  color: #666;
}

.point__badge {
  display: none;
}

/* =========================
   VOICE
========================= */
.voice {
  position: relative;
  background: #f7f7f7;
  padding: 0 0 32px;
}

.voice__inner,
.voice__heading {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

.voice__heading {
  z-index: 2;
}

.voice__heading img,
.voice__title img,
.voice__profile-image img,
.voice__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.voice__panel {
  width: 1030px;
  margin: -32px auto 0;
  padding: 56px 40px 48px;
  background: #fff;
  box-sizing: border-box;
}

.voice__item + .voice__item {
  margin-top: 64px;
}

.voice__title {
  width: 642px;
  margin: 0 0 20px;
}

.voice__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}

.voice__body {
  width: 580px;
  order: 1;
}

.voice__side {
  width: 249px;
  margin: -12px 24px 0 0;
  order: 2;
}

.voice__text {
  margin-top: 0;
}

.voice__text p {
  margin: 0;
  color: #231815;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.03em;
}

.voice__text p + p {
  margin-top: 12px;
}

.voice__text-accent {
  color: #039d9c !important;
}

.voice__profile-image {
  width: 249px;
}

.voice__profile-text {
  margin-top: 14px;
  color: #231815;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.voice__gallery {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  width: 952px;
  margin-top: 24px;
}

.voice__thumb {
  width: 301px;
  flex: 0 0 301px;
  margin: 0;
}

.voice__thumb figcaption {
  margin-top: 10px;
  color: #231815;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

/* =========================
   GALLERY
========================= */
.gallery {
  padding: 32px 0 0;
  background: #f7f7f7;
}

.gallery__inner {
  width: 1280px;
  margin: 0 auto;
  padding: 80px 130px 30px;
  background: url("../images/pc/gallery/bg-dot-pattern.png") repeat left top;
  box-sizing: border-box;
}

.gallery__lead {
  display: flex;
  align-items: flex-start;
  gap: 72px;
  width: 100%;
  margin: 0 auto 58px;
}

.gallery__lead-photo {
  order: 1;
  width: 498px;
  flex-shrink: 0;
}

.gallery__lead-text {
  order: 2;
  width: 450px;
  padding-top: 8px;
}

.gallery__lead-photo picture,
.gallery__data-heading picture,
.gallery__lead-photo picture img,
.gallery__data-heading picture img,
.gallery__lead-photo img,
.gallery__lead-heading,
.gallery__data-heading img,
.gallery-card__chart img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery__lead-caption {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: #231815;
}

.gallery__lead-heading {
  margin-bottom: 26px;
}

.gallery__lead-description {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.gallery__data-heading {
  width: 972px;
  max-width: 100%;
  margin: 0 auto 14px;
}

.gallery__data-description {
  margin: 0 0 38px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 426px);
  justify-content: center;
  column-gap: 72px;
  row-gap: 50px;
  margin-bottom: 28px;
}

.gallery__caption {
  margin: 0;
  padding: 0 40px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #231815;
}

.gallery__badge {
  display: none;
}

.gallery-card {
  position: relative;
  width: 100%;
  padding: 20px;
}

.gallery-card__chart {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-card__chart img {
  transform: scale(1.1);
}

.gallery-card__count {
  position: absolute;
  left: 50%;
  bottom: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  transform: translateX(-50%);
}

.gallery-card__count .js-count,
.gallery-card__percent {
  font-family: "Bahnschrift", "Montserrat", "Arial", sans-serif;
  font-weight: 400;
}

.gallery-card__count .js-count {
  font-size: 140px;
  line-height: 0.9;
}

.gallery-card__percent {
  margin-left: 4px;
  font-size: 80px;
  line-height: 1;
  transform: translateY(-10px);
}

.gallery-card__illust {
  position: absolute;
  pointer-events: none;
}

.gallery-card__illust--running {
  width: 150px;
  right: -1px;
  bottom: -48px;
}

.gallery-card__illust--laptop {
  width: 180px;
  right: -2px;
  bottom: -1px;
}

.gallery-card__illust--sitting {
  width: 130px;
  left: 280px;
  bottom: 350px;
}

.gallery-card__illust--reading {
  width: 82px;
  right: 25px;
  bottom: 1px;
}

/* =========================
   COURSE VOICE
========================= */
.course_voice {
  position: relative;
  width: 100%;
  min-height: auto;
  background: #f7f7f7;
  overflow: hidden;
  padding-bottom: 0;
}

.course_voice__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1280px;
  height: 100%;
  min-height: 100%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}

.course_voice__bg picture,
.course_voice__bg img,
.course_voice__lead-title img,
.course_voice__lead-image img,
.course_voice__panel-title img,
.course_voice__item-image img {
  display: block;
  width: 100%;
  height: auto;
}

.course_voice__bg img {
  height: 100%;
}

.course_voice__inner {
  position: relative;
  left: 50%;
  top: 50px;
  z-index: 1;
  width: 1280px;
  padding: 0 58px 100px;
  box-sizing: border-box;
  transform: translateX(-50%);
}

/* lead */
.course_voice__lead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 950px;
  margin: 0 auto 42px;
}

.course_voice__lead-text {
  width: 340px;
  padding-top: 16px;
}

.course_voice__lead-title {
  margin: 0 0 16px;
}

.course_voice__lead-description {
  margin: 0;
  color: #231815;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.course_voice__lead-image {
  width: 550px;
  flex-shrink: 0;
}

/* panel */
.course_voice__panel {
  position: relative;
  width: 950px;
  margin: 120px auto 0;
  padding: 100px 80px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #00aeb8;
  border-radius: 18px;
}

.course_voice__panel::before {
  content: "";
  position: absolute;
  top: -54px;
  left: 50%;
  width: 420px;
  height: 54px;
  background: #fff;
  border: 1px solid #00aeb8;
  border-bottom: none;
  border-radius: 18px 18px 0 0;
  box-sizing: border-box;
  transform: translateX(-50%);
}

.course_voice__panel-bg {
  display: none;
}

.course_voice__panel-inner {
  position: static;
  box-sizing: border-box;
}

.course_voice__panel-title {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 280px;
  margin: 0;
  transform: translateX(-50%);
  z-index: 2;
}

/* item */
.course_voice__item {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.course_voice__item + .course_voice__item {
  margin-top: 58px;
}

.course_voice__item-image {
  width: 320px;
  flex-shrink: 0;
}

.course_voice__item-body {
  flex: 1;
  width: 550px;
  min-width: 0;
  padding-top: 4px;
}

.course_voice__item-title {
  margin: 0 0 12px;
  color: #231815;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.course_voice__item-company {
  margin: 0 0 14px;
  padding-bottom: 10px;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  border-bottom: 2px solid #8fd3d6;
}

.course_voice__item-text {
  margin: 0;
  color: #231815;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

/* =========================
   COURSE
========================= */
.course {
  padding: 0;
  background: #f7f7f7;
}

.course__inner {
  width: 1280px;
  margin: 0 auto;
  padding: 40px 0 120px;
  background: url("../images/pc/modal/pickup-bg.png") no-repeat center top / cover;
}

.course__head {
  width: 1280px;
  margin: 0 auto 30px;
  padding-top: 40px;
}

.course__head img {
  display: block;
  width: 1280px;
  max-width: 70%;
  height: auto;
  margin: 0 auto;
}

/* filter */
.course__filter {
  width: 1120px;
  margin: 0 auto 28px;
}

.course__filter-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.course__filter-row + .course__filter-row {
  margin-top: 8px;
}

.course__filter-btn {
  flex: 0 0 auto;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  line-height: 1;
}

.course__filter-btn img {
  display: block;
  width: auto;
  height: 38px;
}

/* grid */
.course__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 28px;
  row-gap: 34px;
  width: 1070px;
  margin: 0 auto;
}

.course__card {
  position: relative;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  overflow: hidden;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.course__card:hover {
  transform: translateY(-4px);
}

.course__card-bg,
.course__card-bg img {
  display: block;
  width: 100%;
  height: auto;
}

.course__card-content {
  position: absolute;
  inset: 0;
  padding: 0;
  box-sizing: border-box;
}

.course__card-top-title {
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 87px;
  margin: 0;
  padding-top: 4px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.course__card-title {
  position: absolute;
  top: 255px;
  left: 38px;
  right: 38px;
  margin: 0;
  color: #6fa16f;
  font-size: 16.5px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.07em;
  text-align: left;
}

.course__card-tags {
  position: absolute;
  right: 38px;
  bottom: 128px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  margin: 0;
}

.course__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  box-sizing: border-box;
  background: #7faa7b;
  color: #fff;
  line-height: 1.4;
  white-space: nowrap;
}

.course__pill--card {
  padding: 9px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.course__pill--modal {
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 500;
}

.course__card-keywords-label {
  position: absolute;
  left: 38px;
  right: 20px;
  bottom: 85px;
  margin: 0;
  color: #6fa16f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

.course__card-keywords {
  position: absolute;
  left: 38px;
  right: 20px;
  bottom: 30px;
  margin: 0;
  color: #6fa16f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.01em;
  text-align: left;
}

.course__card.is-hidden {
  display: none;
}

/* course category colors */
.course__card[data-tags*="nutrition"] .course__pill,
.course-modal[class*="modal-nutrition"] .course__pill {
  background: #7bab7d;
}

.course__card[data-tags*="child"] .course__pill,
.course-modal[class*="modal-child"] .course__pill {
  background: #b772a7;
}

.course__card[data-tags*="global"] .course__pill,
.course-modal[class*="modal-global"] .course__pill {
  background: #746db8;
}

.course__card[data-tags*="life"] .course__pill,
.course-modal[class*="modal-life"] .course__pill {
  background: #84aeb7;
}

.course__card[data-tags*="nursery"] .course__pill,
.course-modal[class*="modal-nursery"] .course__pill {
  background: #d87088;
}

.course__card[data-tags*="business"] .course__pill,
.course-modal[class*="modal-business"] .course__pill {
  background: #b7a33e;
}

.course__card[data-tags*="nutrition"] .course__card-title,
.course__card[data-tags*="nutrition"] .course__card-keywords,
.course__card[data-tags*="nutrition"] .course__card-keywords-label,
.course-modal[class*="modal-nutrition"] .course-modal__title,
.course-modal[class*="modal-nutrition"] .course-modal__keywords,
.course-modal[class*="modal-nutrition"] .course-modal__keywords-label {
  color: #7bab7d;
}

.course__card[data-tags*="child"] .course__card-title,
.course__card[data-tags*="child"] .course__card-keywords,
.course__card[data-tags*="child"] .course__card-keywords-label,
.course-modal[class*="modal-child"] .course-modal__title,
.course-modal[class*="modal-child"] .course-modal__keywords,
.course-modal[class*="modal-child"] .course-modal__keywords-label {
  color: #b772a7;
}

.course__card[data-tags*="global"] .course__card-title,
.course__card[data-tags*="global"] .course__card-keywords,
.course__card[data-tags*="global"] .course__card-keywords-label,
.course-modal[class*="modal-global"] .course-modal__title,
.course-modal[class*="modal-global"] .course-modal__keywords,
.course-modal[class*="modal-global"] .course-modal__keywords-label {
  color: #746db8;
}

.course__card[data-tags*="life"] .course__card-title,
.course__card[data-tags*="life"] .course__card-keywords,
.course__card[data-tags*="life"] .course__card-keywords-label,
.course-modal[class*="modal-life"] .course-modal__title,
.course-modal[class*="modal-life"] .course-modal__keywords,
.course-modal[class*="modal-life"] .course-modal__keywords-label {
  color: #84aeb7;
}

.course__card[data-tags*="nursery"] .course__card-title,
.course__card[data-tags*="nursery"] .course__card-keywords,
.course__card[data-tags*="nursery"] .course__card-keywords-label,
.course-modal[class*="modal-nursery"] .course-modal__title,
.course-modal[class*="modal-nursery"] .course-modal__keywords,
.course-modal[class*="modal-nursery"] .course-modal__keywords-label {
  color: #d87088;
}

.course__card[data-tags*="business"] .course__card-title,
.course__card[data-tags*="business"] .course__card-keywords,
.course__card[data-tags*="business"] .course__card-keywords-label,
.course-modal[class*="modal-business"] .course-modal__title,
.course-modal[class*="modal-business"] .course-modal__keywords,
.course-modal[class*="modal-business"] .course-modal__keywords-label {
  color: #b7a33e;
}

/* =========================
   MODAL
========================= */
.course-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.course-modal.is-open {
  display: block;
}

.course-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.course-modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 968px;
  max-width: calc(100vw - 120px);
  padding: 0;
  background: none;
  transform: translate(-50%, -50%);
}

.course-modal__panel {
  position: relative;
}

.course-modal__bg,
.course-modal__bg img,
.course-modal__image {
  display: block;
  width: 100%;
  height: auto;
}

.course-modal__image {
  border-radius: 24px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
}

.course-modal__content {
  position: absolute;
  inset: 0;
  padding: 36px 36px 40px;
  box-sizing: border-box;
}

.course-modal__text-inner {
  position: relative;
  height: 100%;
}

.course-modal__top-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  margin: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.course-modal__title {
  position: absolute;
  top: 158px;
  left: 454px;
  width: 392px;
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.course-modal__tags {
  position: absolute;
  top: 244px;
  left: 454px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
}

.course-modal__keywords-label {
  position: absolute;
  top: 420px;
  left: 0;
  width: 360px;
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.course-modal__keywords {
  position: absolute;
  top: 470px;
  left: 0;
  width: 360px;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.1em;
}

.course-modal__body {
  position: absolute;
  top: 320px;
  left: 454px;
  width: 392px;
  margin: 0;
  color: #231815;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.01em;
}

.course-modal__body p {
  margin: 0;
}

.course-modal__body p + p {
  margin-top: 10px;
}

.course-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #231815;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  z-index: 10;
}

/* nursery modal */
.course-modal.modal-nursery-01 .course-modal__dialog,
.course-modal.modal-nursery-02 .course-modal__dialog,
.course-modal.modal-nursery-03 .course-modal__dialog {
  width: 980px;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  overflow-x: hidden;
}

.course-modal.modal-nursery-01 .course-modal__content,
.course-modal.modal-nursery-02 .course-modal__content,
.course-modal.modal-nursery-03 .course-modal__content {
  inset: 0;
  padding: 0;
}

.course-modal.modal-nursery-01 .course-modal__top-title,
.course-modal.modal-nursery-02 .course-modal__top-title,
.course-modal.modal-nursery-03 .course-modal__top-title {
  height: 160px;
  font-size: 25px;
  line-height: 1.45;
}

.course-modal.modal-nursery-01 .course-modal__title,
.course-modal.modal-nursery-02 .course-modal__title,
.course-modal.modal-nursery-03 .course-modal__title {
  top: 212px;
  left: 500px;
  width: 410px;
  font-size: 24px;
  line-height: 1.45;
}

.course-modal.modal-nursery-01 .course-modal__tags,
.course-modal.modal-nursery-02 .course-modal__tags,
.course-modal.modal-nursery-03 .course-modal__tags {
  top: 296px;
  left: 500px;
}

.course-modal.modal-nursery-01 .course-modal__body,
.course-modal.modal-nursery-02 .course-modal__body,
.course-modal.modal-nursery-03 .course-modal__body {
  top: 378px;
  left: 500px;
  width: 410px;
  font-size: 16px;
  line-height: 1.8;
}

.course-modal.modal-nursery-01 .course-modal__keywords-label,
.course-modal.modal-nursery-02 .course-modal__keywords-label,
.course-modal.modal-nursery-03 .course-modal__keywords-label {
  left: 34px;
  width: 420px;
  font-size: 18px;
  line-height: 1.4;
}

.course-modal.modal-nursery-01 .course-modal__keywords,
.course-modal.modal-nursery-02 .course-modal__keywords,
.course-modal.modal-nursery-03 .course-modal__keywords {
  left: 34px;
  width: 900px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.course-modal.modal-nursery-01 .course-modal__keywords-label,
.course-modal.modal-nursery-02 .course-modal__keywords-label,
.course-modal.modal-nursery-03 .course-modal__keywords-label {
  top: 500px;
}

.course-modal.modal-nursery-01 .course-modal__keywords,
.course-modal.modal-nursery-02 .course-modal__keywords,
.course-modal.modal-nursery-03 .course-modal__keywords {
  top: 540px;
}

.course-modal.modal-nursery-01 .course-modal__voices,
.course-modal.modal-nursery-02 .course-modal__voices {
  top: 625px;
}

.course-modal.modal-nursery-03 .course-modal__title {
  width: 440px;
  font-size: 22px;
}

.course-modal.modal-nursery-03 .course-modal__voices {
  top: 680px;
}

/* nursery voices */
.course-modal__voices {
  position: absolute;
  left: 20px;
  right: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.course-modal__voice-card {
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  padding: 22px 20px 18px;
  box-sizing: border-box;
}

.course-modal__voice-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 16px;
  color: #d87088;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.course-modal__voice-title::after {
  content: "";
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-block;
  border-radius: 50%;
  background-color: currentColor;
  background-repeat: no-repeat;
  background-image:
    radial-gradient(circle, #fff 0 2px, transparent 2.5px),
    radial-gradient(circle, #fff 0 2px, transparent 2.5px),
    linear-gradient(currentColor, currentColor),
    radial-gradient(ellipse at center, #fff 0 65%, transparent 66%);
  background-size: 4px 4px, 4px 4px, 14px 3px, 14px 10px;
  background-position: 10px 11px, 20px 11px, 10px 18px, 10px 18px;
}

.course-modal__voice-body p {
  margin: 0;
  color: #231815;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.01em;
}

/* =========================
   CTA
========================= */
.cta {
  position: relative;
  background: #f7f7f7;
  padding: 0;
}

.cta__inner {
  width: 1280px;
  margin: 0 auto;
}

.cta__head {
  background: #ffefe2;
  padding: 60px 0 56px;
}

.cta__body {
  background: #fff;
  padding: 52px 0 320px;
}

.cta__logo {
  display: block;
  width: 560px;
  margin: 0 auto;
}

.cta__logo img,
.cta__btn img,
.cta__top img {
  display: block;
  width: 100%;
  height: auto;
}

.cta__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 980px;
  margin: 0 auto;
}

.cta__btn {
  display: block;
  width: 100%;
}

.cta__top {
  position: fixed;
  right: 20px;
  bottom: 100px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 100;
}

.cta__top img {
  width: 90px;
}

/* =========================
   FV animation
========================= */
.fv__label,
.fv__copy-sub,
.fv__copy-main,
.fv__illust--left,
.fv__illust--right {
  opacity: 0;
  transform: scale(0.92);
  transform-origin: center center;
}

.fv__circle-text {
  opacity: 0;
  transform: translate(-50%, 20px);
}

.fv__circle-illust {
  opacity: 0;
  transform: scale(0.9);
  transform-origin: center center;
}

.fv.is-animated .fv__label,
.fv.is-animated .fv__copy-sub,
.fv.is-animated .fv__copy-main {
  animation: fvFadeCenter 0.8s ease-out forwards;
}

.fv.is-animated .fv__illust--left,
.fv.is-animated .fv__illust--right {
  animation: fvFadeCenter 0.8s ease-out 0.5s forwards;
}

.fv.is-animated .fv__circle-text {
  animation: fvCircleTextFade 0.8s ease-out 1s forwards;
}

.fv.is-animated .fv__circle-illust {
  animation: fvFadeCenter 0.8s ease-out 1.6s forwards;
}

@keyframes fvFadeCenter {
  from {
    opacity: 0;
    transform: scale(0.92);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fvCircleTextFade {
  from {
    opacity: 0;
    transform: translate(-50%, 20px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

/*----------------ここからSP版-------------------*/

/* =========================
   SP共通 / PCでSP要素非表示
========================= */
.sp-nav,
.sp-nav__panel,
.fv__title {
  display: none;
}

.sp-nav__panel {
  pointer-events: none;
}

.sp-nav__panel.is-open {
  display: block;
  pointer-events: auto;
}

.fv__circle picture,
.fv__circle picture img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .fv__title,
  .sp-nav,
  .sp-nav__panel {
    display: none !important;
  }
}

/* =========================
   SP
========================= */
@media screen and (max-width: 767px) {

  html,
  body,
  main {
    overflow-x: hidden;
  }

  body.menu-open {
    overflow: hidden;
  }

  body.menu-open .fv__illust,
  body.menu-open .fv__scroll,
  body.menu-open .cta__top {
    display: none !important;
  }

  /* =========================
     FV SP
  ========================= */
  .fv {
    min-height: auto;
    background: #f7f7f7;
    overflow: visible;
  }

  .fv__inner {
    width: 100%;
    max-width: 440px;
    height: auto;
    margin: 0 auto;
    padding: 12px 0 50px;
    background: url("../images/sp/fv/fv-bg.png") no-repeat center top / 100% auto;
    overflow: visible;
  }

  .fv__top {
    position: relative;
    min-height: 72px;
    padding: 18px 18px 0;
  }

  .fv__logo {
    position: relative;
    top: 12px;
    left: 0;
    width: 240px;
  }

  .fv__logo img,
  .fv__logo a,
  .sp-nav__open img,
  .sp-nav__close img,
  .fv__title img,
  .fv__illust img,
  .fv__scroll img {
    display: block;
    width: 100%;
    height: auto;
  }

  .fv__logo a {
    position: relative;
  }

  .fv__logo a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/pc/common/fv-bg-logo_active.webp") no-repeat center / contain;
    opacity: 0;
    transition: opacity 0.25s ease;
  }

  .fv__logo a:active::after {
    opacity: 1;
  }

  .fv__nav {
    display: none !important;
  }

  .fv__lead {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100%;
    max-width: 440px;
    height: auto;
    margin: 24px auto 0;
    padding: 0 24px;
    text-align: center;
    transform: none !important;
    z-index: 20;
  }

  .fv__lead p,
  .fv__label,
  .fv__copy-sub,
  .fv__copy-main,
  .fv__title {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0;
    transform: none !important;
  }

  .fv__label,
  .fv__copy-sub,
  .fv__copy-main {
    display: none !important;
  }

  .fv__title {
    display: block !important;
    width: 340px;
    margin: 0 auto !important;
    top: -12px !important;
  }

  .fv__title img {
    transform: translateY(-12px);
  }

  .fv__illust {
    position: absolute;
    z-index: 25;
  }

  .fv__illust--left {
    left: 18px !important;
    top: 255px !important;
    right: auto !important;
    bottom: auto !important;
    width: 108px !important;
    transform: none !important;
    z-index: 50 !important;
  }

  .fv__illust--right {
    right: 18px !important;
    top: 230px !important;
    left: auto !important;
    bottom: auto !important;
    width: 98px !important;
    transform: none !important;
    z-index: 50 !important;
  }

  .fv__circle-area {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: -30px;
    padding-bottom: 10px;
    transform: none;
    z-index: 10;
  }

  .fv__circle {
    position: relative;
    inset: auto;
    left: auto;
    width: 450px;
    max-width: none;
    margin: 0 0 0 calc(50% - 228px);
    transform: none;
    z-index: 1;
  }

  .fv__circle-text,
  .fv__circle-illust {
    display: none;
  }

  .fv__scroll {
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 5px;
    margin: 0;
    transform: translateX(-50%);
    z-index: 999;
  }

  /* SP FV animation */
  .fv__title,
  .fv__circle {
    opacity: 0;
    transform: scale(0.92);
    transform-origin: center center;
  }

  .fv.is-animated .fv__title {
    animation: fvFadeCenter 0.8s ease-out forwards;
  }

  .fv.is-animated .fv__circle {
    animation: fvFadeCenter 0.8s ease-out 0.6s forwards;
  }

  /* =========================
     SP NAV
  ========================= */
  .sp-nav {
    display: block;
  }

  .sp-nav__open {
    position: fixed;
    top: 18px;
    right: 14px;
    width: 64px;
    height: 64px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 9999;
  }

  .sp-nav__panel {
    position: fixed;
    inset: 0;
    background: #f7f7f7;
    z-index: 99999;
    overflow: hidden;
  }

  .sp-nav__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 100000;
  }

  .sp-nav__list {
    position: absolute;
    top: 150px;
    left: 50%;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    transform: translateX(-50%);
  }

  .sp-nav__list li + li {
    margin-top: 28px;
  }

  .sp-nav__list a {
    color: #06a9b3;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    text-decoration: none;
  }

  /* =========================
     POINT SP
  ========================= */
  .point {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 0 40px;
  }

  .point__inner {
    width: 100%;
    max-width: 440px;
    min-height: auto;
    margin: 0 auto;
    padding: 0 20px;
    background: #fff;
    box-sizing: border-box;
  }

  .point__intro {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-top: 130px;
    box-sizing: border-box;
  }

  .point__badge {
    display: block;
    position: absolute;
    top: -80px;
    right: 250px;
    width: 88px;
  }

  .point__badge img,
  .point__heading img,
  .point__figure picture,
  .point__figure picture img {
    display: block;
    width: 100%;
    height: auto;
  }

  .point__heading {
    width: 100%;
    margin: 0;
  }

  .point__heading img {
    padding: 0 20px;
  }

  .point__text {
    margin-top: 18px;
    padding: 0 20px;
    font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.03em;
  }

  .point__visual {
    position: relative;
    left: auto;
    top: auto;
    width: 92%;
    margin: 22px auto 0;
  }

  .point__figure {
    width: 100%;
    margin: 0;
  }

  .point__figure picture img {
    border-radius: 12px;
  }

  .point__caption {
    margin-top: 8px;
    padding: 0 2px;
    font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
    font-size: 11px;
    line-height: 1.55;
    color: #666;
    letter-spacing: 0.02em;
  }

  /* =========================
     VOICE SP
  ========================= */
  .voice {
    background: #f7f7f7;
    padding: 0 0 56px;
  }

  .voice__inner {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .voice__heading {
    position: relative;
    z-index: 2;
    width: calc(100% + 32px);
    margin: 0 0 -8px -16px;
  }

  .voice__heading picture,
  .voice__heading img,
  .voice__title img,
  .voice__profile-image img,
  .voice__thumb img {
    display: block;
    width: 100%;
    height: auto;
  }

  .voice__panel {
    width: calc(100% - 12px);
    margin: 0 auto;
    padding: 28px 14px;
    background: #fff;
    border-radius: 0;
    box-sizing: border-box;
  }

  .voice__item + .voice__item {
    margin-top: 56px;
  }

  .voice__title {
    width: 100%;
    margin: 0 0 18px;
  }

  .voice__main {
    display: block;
  }

  .voice__body,
  .voice__side {
    width: 100%;
    margin: 0;
  }

  .voice__side {
    margin-bottom: 18px;
  }

  .voice__profile-image {
    width: 82%;
    margin: 0 auto 14px;
  }

  .voice__profile-text {
    width: 92%;
    margin: 0 auto;
    color: #231815;
    font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.03em;
  }

  .voice__text {
    margin-top: 0;
  }

  .voice__text p {
    margin: 0;
    color: #231815;
    font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.95;
    letter-spacing: 0.03em;
  }

  .voice__text p + p {
    margin-top: 10px;
  }

  .voice__text-accent {
    color: #039d9c !important;
  }

  .voice__gallery {
    display: block;
    width: 100%;
    margin-top: 22px;
  }

  .voice__thumb {
    width: 100%;
    margin: 0;
  }

  .voice__thumb + .voice__thumb {
    margin-top: 20px;
  }

  .voice__thumb img {
    border-radius: 12px;
  }

  .voice__thumb figcaption {
    margin-top: 8px;
    color: #231815;
    font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }

  /* =========================
     GALLERY SP
  ========================= */
  .gallery {
    padding: 40px 0 72px;
    background: #f7f7f7;
  }

  .gallery__inner {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding: 0 24px;
    background: none;
    box-sizing: border-box;
  }

  .gallery__lead {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 0 40px;
  }

  .gallery__badge {
    display: block;
    order: 1;
    width: 100px;
    margin: 0 0 16px;
  }

  .gallery__badge img,
  .gallery__lead-heading-picture,
  .gallery__lead-heading-picture img,
  .gallery__lead-heading,
  .gallery__lead-photo picture,
  .gallery__lead-photo picture img,
  .gallery__lead-photo > img,
  .gallery__data-heading picture,
  .gallery__data-heading picture img,
  .gallery__data-heading img,
  .gallery-card__chart img {
    display: block;
    width: 100%;
    height: auto;
  }

  .gallery__lead-text {
    order: 2;
    width: 100%;
    padding-top: 0;
    margin: 0 0 20px;
  }

  .gallery__lead-heading {
    margin-bottom: 16px;
  }

  .gallery__lead-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.95;
    letter-spacing: 0.03em;
  }

  .gallery__lead-photo {
    order: 3;
    width: 100%;
    margin: 0 0 28px;
    flex-shrink: 1;
    position: static;
  }

  .gallery__lead-photo picture img {
    border-radius: 12px;
  }

  .gallery__lead-caption {
    margin: 10px 0 0;
    font-size: 11px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: #231815;
  }

  .gallery__data-heading {
    width: 100%;
    max-width: none;
    margin: 0 0 16px;
  }

  .gallery__data-description {
    margin: 0 0 32px;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }

  .gallery__grid {
    display: block;
    margin-bottom: 28px;
  }

  .gallery-card {
    position: relative;
    width: 100%;
    margin: 0 0 28px;
    padding: 0;
    background: none;
    border-radius: 0;
    box-sizing: border-box;
  }

  .gallery-card__chart {
    width: 88%;
    margin: 0 auto;
  }

  .gallery-card__chart img {
    transform: none;
  }

  .gallery-card__count {
    bottom: 52px;
  }

  .gallery-card__count .js-count {
    font-size: 72px;
  }

  .gallery-card__percent {
    font-size: 36px;
    transform: translateY(-4px);
  }

  .gallery-card__illust {
    display: block;
    position: absolute;
    pointer-events: none;
    z-index: 2;
  }

  .gallery-card--illust-running .gallery-card__illust--running {
    width: 100px;
    left: 26px;
    top: 230px;
  }

  .gallery-card--illust-laptop .gallery-card__illust--laptop {
    width: 120px;
    right: 20px;
    top: -50px;
  }

  .gallery-card--illust-sitting .gallery-card__illust--sitting {
    width: 85px;
    right: 240px;
    top: -35px;
    left: auto;
    bottom: auto;
  }

  .gallery-card--illust-reading .gallery-card__illust--reading {
    width: 62px;
    right: 19px;
    bottom: 5px;
  }

  .gallery__caption {
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }

  /* =========================
     COURSE VOICE SP
  ========================= */
  .course_voice {
    background: #dfe7e8;
    overflow: hidden;
  }

  .course_voice__bg {
    display: none;
  }

  .course_voice__inner {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding: 32px 30px 48px;
    box-sizing: border-box;
    background: none;
    transform: none;
  }

  .course_voice__lead-title picture,
  .course_voice__lead-image picture,
  .course_voice__panel-title picture,
  .course_voice__item-image picture,
  .course_voice__lead-title picture img,
  .course_voice__lead-image picture img,
  .course_voice__panel-title picture img,
  .course_voice__item-image picture img,
  .course_voice__lead-title img,
  .course_voice__lead-image img,
  .course_voice__panel-title img,
  .course_voice__item-image img {
    display: block;
    width: 100%;
    height: auto;
  }

  .course_voice__lead {
    display: block;
    width: 100%;
    margin: 0 0 28px;
  }

  .course_voice__lead-text {
    width: 100%;
    padding-top: 0;
    margin-bottom: 18px;
  }

  .course_voice__lead-title {
    margin: 0 0 14px;
  }

  .course_voice__lead-description {
    margin: 0;
    font-size: 16px;
    line-height: 1.95;
    letter-spacing: 0.03em;
    color: #231815;
  }

  .course_voice__lead-image {
    width: 100%;
  }

  .course_voice__lead-image img {
    border-radius: 12px;
  }

  .course_voice__panel {
    width: 100%;
    margin: 0;
    padding: 18px 16px 22px;
    background: #f6f6f4;
    border: none;
    border-radius: 18px;
    box-sizing: border-box;
  }

  .course_voice__panel::before,
  .course_voice__panel-bg {
    display: none;
  }

  .course_voice__panel-inner {
    position: static;
    inset: auto;
  }

  .course_voice__panel-title {
    position: static;
    width: 100%;
    margin: 0 0 22px;
    transform: none;
    z-index: auto;
  }

  .course_voice__item {
    display: block;
    margin-bottom: 32px;
  }

  .course_voice__item:last-child {
    margin-bottom: 0;
  }

  .course_voice__item-image {
    width: 100%;
    margin-bottom: 14px;
  }

  .course_voice__item-image img {
    border-radius: 10px;
  }

  .course_voice__item-body {
    min-width: 0;
    padding-top: 0;
  }

  .course_voice__item-title {
    margin: 0 0 12px;
    color: #231815;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0.02em;
  }

  .course_voice__item-company {
    margin: 0 0 12px;
    padding-bottom: 8px;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    border-bottom: 2px solid #8fd3d6;
  }

  .course_voice__item-text {
    margin: 0;
    color: #231815;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.03em;
  }

  @media screen and (max-width: 767px) {

  .course_voice__item-body {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .course_voice__item-title,
  .course_voice__item-company,
  .course_voice__item-text {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    overflow-wrap: break-word;
  }

}

  /* =========================
     COURSE SP
  ========================= */
  .course {
    padding: 0;
    background: #f7f7f7;
    overflow-x: hidden;
  }

  .course__inner {
    width: 100%;
    padding: 0 0 70px;
    background: url("../images/sp/modal/pickup-bg-sp.webp") no-repeat center top / 100% auto;
  }

  .course__head,
  .course__head img {
    width: 100%;
    height: auto;
  }

  .course__filter {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 16px;
    box-sizing: border-box;
  }

  .course__filter-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
  }

  .course__filter-row + .course__filter-row {
    margin-top: 8px;
  }

  .course__filter-row--01 .course__filter-btn--sp-break {
    flex: 0 0 100%;
  }

  .course__filter-btn img {
    display: block;
    width: auto;
    height: 31px;
  }

  @media screen and (max-width: 412px) {
  .course__inner {
    padding-bottom: 110px;
    background-size: 100% 100%;
  }
}

  /* =========================
     SP一覧カード CSS化
  ========================= */
  .course__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 18px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .course__card {
    position: relative;
    width: 100%;
    height: 470px;
    min-width: 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
  }

  .course__card-bg {
    display: none !important;
  }

  .course__card-content {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    flex-direction: column;
    height: 100%;
    padding: 0;
  }

  .course__card-top-title,
  .course__card-title,
  .course__card-tags,
  .course__card-keywords-label,
  .course__card-keywords {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .course__card-top-title {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 77px !important;
    min-height: 77px !important;
    max-height: 77px !important;
    margin: 0;
    padding: 6px 10px !important;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px !important;
    font-weight: 700;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-align: center;
    overflow: hidden;
  }

  .course__card-top-title.is-3line {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  .course__card-top-title.is-4line {
    font-size: 11px !important;
    line-height: 1.25 !important;
  }

  .course__card-image {
    display: block;
    width: calc(100% - 20px);
    margin: 12px auto 0;
  }

  .course__card-image img {
    display: block;
    width: 100%;
    height: auto;
  }

  .course__card-body {
    display: flex !important;
    flex-direction: column;
    flex: 1;
    padding: 0 10px 12px;
    box-sizing: border-box;
  }

.course__card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 最大3行に揃える */
  overflow: hidden;

  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.55;
  letter-spacing: 0;
  text-align: left;

  min-height: calc(1.55em * 3); /* ←これで高さ固定 */
}

  .course__card-tags {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    margin: 10px 0 0;
  }

  .course__pill--card {
    padding: 8px 14px;
    font-size: 12px;
    line-height: 1.2;
  }

  .course__card-keywords-label {
    display: block;
    margin: 17px 0 0;
    font-size: 13px;
    line-height: 1.4;
  }

  .course__card-keywords {
    display: block;
    margin: 4px 0 0;
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }

  /* card top colors */
  .course__card[data-tags*="nutrition"] .course__card-top-title {
    background: #7bab7d;
  }

  .course__card[data-tags*="child"] .course__card-top-title {
    background: #b772a7;
  }

  .course__card[data-tags*="global"] .course__card-top-title {
    background: #746db8;
  }

  .course__card[data-tags*="life"] .course__card-top-title {
    background: #84aeb7;
  }

  .course__card[data-tags*="nursery"] .course__card-top-title {
    background: #d87088;
  }

  .course__card[data-tags*="business"] .course__card-top-title {
    background: #b7a33e;
  }

  /* card individual adjust */
  .course__card[data-modal="modal-nursery-01"] .course__card-top-title {
    font-size: 10px !important;
    line-height: 1.22 !important;
    letter-spacing: -0.02em !important;
  }

  .course__card[data-modal="modal-global-01"] .course__card-top-title {
    font-size: 11px !important;
    line-height: 1.25 !important;
  }

  /* =========================
     COURSE MODAL SP CSS化
  ========================= */
  .course-modal {
    position: fixed;
    inset: 0;
    display: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
  }

  .course-modal.is-open {
    display: block;
  }

  .course-modal__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.62);
    z-index: 0;
  }

  .course-modal__dialog {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: calc(100% - 24px);
    max-width: 400px;
    margin: 20px auto;
    padding: 0;
    box-sizing: border-box;
    background: transparent;
    transform: none !important;
    z-index: 1;
  }

  .course-modal__panel {
    display: flex;
    flex-direction: column;
    background: #fff !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }

  .course-modal__image {
    display: none !important;
  }

  .course-modal__content,
  #courseModalContent,
  .course-modal__text-inner {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    flex-direction: column;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .course-modal__top-title,
  .course-modal__img,
  .course-modal__keywords-label,
  .course-modal__keywords,
  .course-modal__title,
  .course-modal__tags,
  .course-modal__body,
  .course-modal__voices {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .course-modal__top-title {
    order: 1;
    min-height: 70px !important;
    margin: 0 !important;
    padding: 14px 12px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }

  .course-modal__img {
    order: 2;
    display: block !important;
    width: calc(100% - 20px) !important;
    margin: 12px auto 0 !important;
  }

  .course-modal__img img {
    display: block;
    width: 100%;
    height: auto;
  }

  .course-modal__keywords-label {
    order: 3;
    margin: 14px 12px 0;
    font-size: 12px;
  }

  .course-modal__keywords {
    order: 4;
    margin: 4px 12px 0;
    font-size: 12px;
    line-height: 1.6;
  }

  .course-modal__title {
    order: 5;
    margin: 18px 12px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
  }

  .course-modal__tags {
    order: 6;
    margin: 14px 12px 0;
  }

  .course-modal__tags .course__pill--modal {
    padding: 6px 14px;
    font-size: clamp(12px, 3.4vw, 14px);
    line-height: 1.15;
  }

  .course-modal__body {
    order: 7;
    margin: 14px 12px 28px;
    font-size: 13px;
    line-height: 1.8;
    overflow: visible;
  }

  .course-modal__voices {
    order: 8;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 20px 12px;
  }

  .course-modal__voice-card {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 16px 14px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: none;
    box-sizing: border-box;
  }

  .course-modal__voice-title {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
  }

  .course-modal__voice-body,
  .course-modal__voice-body p {
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .course-modal__close {
    position: fixed;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    z-index: 10000;
  }

  .course-modal__close img,
  .course-modal__close svg {
    display: block;
    width: 100%;
    height: auto;
  }

  /* modal top colors */
  .course-modal[class*="modal-nutrition"] .course-modal__top-title {
    background: #7bab7d !important;
  }

  .course-modal[class*="modal-child"] .course-modal__top-title {
    background: #b772a7 !important;
  }

  .course-modal[class*="modal-global"] .course-modal__top-title {
    background: #746db8 !important;
  }

  .course-modal[class*="modal-life"] .course-modal__top-title {
    background: #84aeb7 !important;
  }

  .course-modal[class*="modal-nursery"] .course-modal__top-title {
    background: #d87088 !important;
  }

  .course-modal[class*="modal-business"] .course-modal__top-title {
    background: #b7a33e !important;
  }

  /* nursery modal */
  .course-modal.modal-nursery-01 .course-modal__dialog,
  .course-modal.modal-nursery-02 .course-modal__dialog,
  .course-modal.modal-nursery-03 .course-modal__dialog {
    max-height: calc(100svh - 40px);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .course-modal.modal-nursery-01 .course-modal__panel,
  .course-modal.modal-nursery-02 .course-modal__panel,
  .course-modal.modal-nursery-03 .course-modal__panel {
    border-radius: 8px !important;
    box-shadow: none !important;
  }

  .course-modal.modal-nursery-01 .course-modal__panel::before,
  .course-modal.modal-nursery-02 .course-modal__panel::before,
  .course-modal.modal-nursery-03 .course-modal__panel::before {
    content: none !important;
    display: none !important;
    background-image: none !important;
  }

  .course-modal.modal-nursery-01 .course-modal__top-title,
  .course-modal.modal-nursery-02 .course-modal__top-title,
  .course-modal.modal-nursery-03 .course-modal__top-title {
    min-height: 74px !important;
    padding: 14px 16px 12px !important;
    background: #d87088 !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
  }

  .course-modal.modal-nursery-01 .course-modal__keywords-label,
  .course-modal.modal-nursery-02 .course-modal__keywords-label,
  .course-modal.modal-nursery-03 .course-modal__keywords-label,
  .course-modal.modal-nursery-01 .course-modal__keywords,
  .course-modal.modal-nursery-02 .course-modal__keywords,
  .course-modal.modal-nursery-03 .course-modal__keywords,
  .course-modal.modal-nursery-01 .course-modal__title,
  .course-modal.modal-nursery-02 .course-modal__title,
  .course-modal.modal-nursery-03 .course-modal__title,
  .course-modal.modal-nursery-01 .course-modal__voice-title,
  .course-modal.modal-nursery-02 .course-modal__voice-title,
  .course-modal.modal-nursery-03 .course-modal__voice-title {
    color: #d87088 !important;
  }

  .course-modal.modal-nursery-01 .course-modal__title,
  .course-modal.modal-nursery-02 .course-modal__title,
  .course-modal.modal-nursery-03 .course-modal__title {
    margin-top: 24px;
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  .course-modal.modal-nursery-01 .course__pill--modal,
  .course-modal.modal-nursery-02 .course__pill--modal,
  .course-modal.modal-nursery-03 .course__pill--modal {
    background: #d87088 !important;
    color: #fff !important;
    font-size: 12px !important;
    padding: 8px 16px !important;
    line-height: 1.15 !important;
  }

  .course-modal.modal-nursery-01 .course-modal__body,
  .course-modal.modal-nursery-02 .course-modal__body,
  .course-modal.modal-nursery-03 .course-modal__body {
    color: #231815 !important;
    font-size: 12px !important;
    line-height: 1.85 !important;
    letter-spacing: 0.01em !important;
  }

  /* =========================
     CTA SP
  ========================= */
  .cta {
    background: #e7d7c8;
    padding: 0;
  }

  .cta__inner {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding: 0;
  }

  .cta__head {
    margin: 0;
    padding: 34px 24px 28px;
    background: #ffefe2;
    text-align: center;
  }

  .cta__logo {
    display: block;
    width: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: hidden;
    box-sizing: border-box;
  }

  .cta__logo img,
  .cta__btn img {
    display: block;
    width: 100%;
    height: auto;
  }

  .cta__body {
    background: #fff;
    padding: 24px 14px 150px;
  }

  .cta__buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin: 0 auto;
  }

  .cta__btn {
    display: block;
  }

  .cta__top {
    right: 15px;
    bottom: 26px;
  }

  .cta__top img {
    width: 58px;
    height: auto;
  }
}
/*------------------------------------------
  SP 412px以下：長文カード個別調整
------------------------------------------*/
@media screen and (max-width: 412px) {

  /* 中国学園大学こども・あそび・おもちゃばこ：上タイトル */
  .course__card[data-modal="modal-child-01"] .course__card-top-title {
    font-size: 10.5px !important;
    line-height: 1.25 !important;
    letter-spacing: -0.04em !important;
  }

  /* 久米南町：上タイトル */
  .course__card[data-modal="modal-global-02"] .course__card-top-title {
    font-size: 11px !important;
    line-height: 1.25 !important;
    letter-spacing: -0.04em !important;
  }

  /* 多世代交流カフェ：上タイトル */
  .course__card[data-modal="modal-life-03"] .course__card-top-title {
    font-size: 10.5px !important;
    line-height: 1.25 !important;
    letter-spacing: -0.04em !important;
  }

  /* おやこひろば：トップタイトル */
.course__card[data-modal="modal-child-02"] .course__card-top-title {
  font-size: 10px !important;
  line-height: 1.25 !important;
  letter-spacing: -0.05em !important;
}

}

/*------------------------------------------
  SP：gallery説明文 2行調整
------------------------------------------*/
@media screen and (max-width: 767px) {

  .gallery__data-description {
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: -0.02em;
  }

}