/* =========================================
   本学の魅力ページ - 共通
   ========================================= */

.charm-wrap {
  --charm-color-text: #2c364b;
  --charm-color-green: #5ebc88;
  --charm-color-pink: #c75661;
  --charm-color-bg-green: rgba(237, 249, 239, 0.65);
  --charm-color-bg-pink: #f4e9eb;
  --charm-color-border: #dfe5ea;
  --charm-color-schedule-blue: #c2dcf2;
  --charm-color-schedule-pink: #f6c7cb;
  --charm-color-schedule-gray: #eeeeef;
  --charm-color-schedule-dark: #9e9e9f;
  --charm-color-tea: #6f8b6a;
  --charm-color-dept-health: #eb6d73;
  --charm-color-dept-child: #d18b94;
  --charm-content-width: 1000px;
  --charm-text-base: 1.4rem;
  --charm-text-base-pc: 1.45rem;
  --charm-text-sub: 1.35rem;
  --charm-text-sub-pc: 1.4rem;
  --charm-text-caption: 1.25rem;
  --charm-text-small: 1.2rem;
  color: var(--charm-color-text);
}

.charm-content {
  overflow: hidden;
}

.charm-content img {
  display: block;
  max-width: 100%;
  height: auto;
}

.charm-hero-inner,
.charm-license-inner,
.charm-practice-inner,
.charm-support-inner,
.charm-employment-inner,
.charm-longterm-inner,
.charm-interview-inner,
.charm-tea-inner {
  max-width: var(--charm-content-width);
  margin: 0 auto;
}

.charm-point-heading {
  display: grid;
  gap: 10px;
  justify-items: center;
  margin-bottom: 24px;
  text-align: center;
}

.charm-point-img {
  width: min(100%, 70px);
}

.charm-point-title {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.charm-point-lead {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
}

.charm-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.charm-btn-wrap--practice {
  margin-top: 16px;
}

.charm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 44px;
  padding: 10px 24px;
  border-radius: 999px;
  background-color: var(--charm-color-green);
  color: #fff;
  font-size: var(--charm-text-base);
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.2s;
}

.charm-btn:hover {
  opacity: 0.7;
}

@media (min-width: 940px) {
  .charm-point-heading {
    margin-bottom: 34px;
    gap: 12px;
  }

  .charm-point-title {
    font-size: 3.0rem;
  }

  .charm-point-lead {
    font-size: 1.4rem;
  }

  .charm-btn {
    width: 260px;
    min-height: 38px;
    font-size: 1.5rem;
  }
}

/* =========================================
   本学の魅力 - ページタイトル
   ========================================= */

.charm-hero {
  padding: 40px 20px 44px;
  text-align: center;
  background-color: #fff;
}

.charm-hero-title {
  margin: 0 0 14px;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: var(--charm-color-text);
}

.charm-hero-line {
  display: block;
  width: 120px;
  height: 3px;
  margin: 0 auto;
  border-radius: 2px;
  background: linear-gradient(
    to right,
    #86c695 0%, #86c695 16.6%,
    #e5a83f 16.6%, #e5a83f 33.3%,
    #84bae5 33.3%, #84bae5 50%,
    #f092b5 50%, #f092b5 66.6%,
    #c75661 66.6%, #c75661 83.3%,
    #d18b94 83.3%, #d18b94 100%
  );
}

@media (min-width: 940px) {
  .charm-hero {
    padding: 56px 40px 64px;
  }

  .charm-hero-title {
    font-size: 4.5rem;
  }

  .charm-hero-line {
    width: 300px;
    height: 4px;
  }
}

/* =========================================
   POINT 01 取得できる資格が多い
   ========================================= */

.charm-license {
  padding: 8px 20px 68px;
  background-color: #fff;
}

.charm-license-chart {
  width: min(100%, 520px);
  margin: 0 auto 32px;
}

.charm-license-chart-caption {
  margin: 24px 0 0;
  color: #959595;
  font-size: var(--charm-text-caption);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.charm-license-box {
  display: grid;
  gap: 24px;
  padding: 24px 18px;
  border-radius: 8px;
  background-color: var(--charm-color-bg-green);
}

.charm-license-number {
  width: min(100%, 200px);
  margin: 0 auto 20px;
}

.charm-license-depts {
  display: grid;
  gap: 22px;
}

.charm-license-dept {
  display: grid;
  gap: 14px;
  justify-items: center;
  width: 100%;
}

.charm-license-dept-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1.5;
}

.charm-license-dept-icon {
  width: 30px;
  flex: 0 0 auto;
}

.charm-license-dept-label {
  width: 100%;
  margin: 0;
  padding: 8px 12px;
  border-radius: 14px;
  background-color: #fff;
  font-size: var(--charm-text-sub);
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
}

.charm-license-list {
  display: grid;
  gap: 6px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: var(--charm-text-sub);
  font-weight: 700;
  line-height: 1.65;
  list-style: none;
}

.charm-license-list li {
  position: relative;
  padding-left: 1.1em;
}

.charm-license-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.charm-license-more {
  width: 100%;
  color: #c75661;
  font-size: var(--charm-text-sub);
  font-weight: 700;
  line-height: 1.65;
  text-align: right;
  text-decoration: none;
  transition: opacity 0.2s;
}

.charm-license-more:hover {
  opacity: 0.7;
}

@media (min-width: 940px) {
  .charm-license {
    padding: 10px 40px 98px;
  }

  .charm-license-chart {
    margin-bottom: 42px;
  }

  .charm-license-box {
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 42px;
    align-items: center;
    padding: 34px 42px;
  }

  .charm-license-number {
    width: min(100%, 160px);
    margin: 0;
  }

  .charm-license-depts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
    padding-left: 42px;
    border-left: 1px solid var(--charm-color-green);
  }

  .charm-license-dept-title {
    font-size: 2.05rem;
  }

  .charm-license-dept-label,
  .charm-license-list,
  .charm-license-more {
    font-size: var(--charm-text-sub-pc);
  }
}

/* =========================================
   POINT 02 充実した実習環境
   ========================================= */

.charm-practice {
  position: relative;
  padding: 62px 20px 76px;
  background-color: var(--charm-color-bg-green);
}

.charm-practice::before,
.charm-practice::after,
.charm-interview::before,
.charm-interview::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 280px;
  height: 280px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.charm-practice::before {
  top: 0;
  left: 0;
  background-image: url('../images/charm/point02-bg1.webp');
  background-position: left top;
}

.charm-practice::after {
  right: 0;
  bottom: 0;
  background-image: url('../images/charm/point02-bg2.webp');
  background-position: right bottom;
}

.charm-practice-inner {
  position: relative;
  z-index: 1;
}

.charm-practice-card {
  display: grid;
  gap: 24px;
  align-items: center;
  margin-top: 32px;
}

.charm-practice-note {
  padding: 36px 20px 24px;
  background-color: transparent;
  background-image: url('../images/charm/point02-note-bg.webp');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  box-shadow: 0 8px 24px rgba(44, 54, 75, 0.08);
}

.charm-practice-title {
  margin: 0 0 14px;
  color: var(--charm-color-text);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
}

.charm-practice-text {
  margin: 0;
  font-size: var(--charm-text-base);
  font-weight: 700;
  line-height: 1.85;
}

.charm-practice-caption {
  margin: 10px 0 0;
  font-size: var(--charm-text-caption);
  font-weight: 700;
  line-height: 1.6;
}

.charm-practice-thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.charm-practice-img {
  margin: 0;
}

.charm-voice {
  margin-top: 42px;
}

.charm-voice-title {
  width: min(100%, 240px);
  margin: 0 auto 22px;
}

.charm-voice-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.charm-voice-item img {
  width: 100%;
}

.charm-voice-item--3 img {
  width: min(100%, 58%);
  margin: 0 auto;
}

@media (min-width: 940px) {
  .charm-practice {
    padding: 82px 40px 110px;
  }

  .charm-practice::before,
  .charm-practice::after,
  .charm-interview::before,
  .charm-interview::after {
    width: min(900px, 50vw);
    height: min(900px, 50vw);
  }

  .charm-btn-wrap--practice {
    margin-top: 24px;
  }

  .charm-practice-card {
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 52px;
    margin-top: 44px;
  }

  .charm-practice-card--reverse {
    grid-template-columns: 420px minmax(0, 1fr);
  }

  .charm-practice-card--reverse .charm-practice-note {
    order: 2;
  }

  .charm-practice-card--reverse .charm-practice-img {
    order: 1;
  }

  .charm-practice-note {
    padding: 52px 34px 32px;
  }

  .charm-practice-title {
    font-size: 2.0rem;
  }

  .charm-practice-text {
    font-size: var(--charm-text-base-pc);
  }

  .charm-voice {
    margin-top: 66px;
  }

  .charm-voice-title {
    width: 280px;
    margin-bottom: 30px;
  }

  .charm-voice-list {
    position: relative;
    width: min(100%, 920px);
    max-width: 920px;
    height: 0;
    padding-bottom: 47%;
    margin: 0 auto;
  }

  .charm-voice-item {
    position: absolute;
  }

  .charm-voice-item img {
    width: 100%;
  }

  .charm-voice-item--1 {
    width: 35%;
    left: 4%;
    top: 0;
  }

  .charm-voice-item--2 {
    width: 30%;
    left: 43%;
    top: 9%;
  }

  .charm-voice-item--3 {
    width: 19%;
    right: 3%;
    top: -3%;
    left: auto;
  }

  .charm-voice-item--3 img {
    width: 100%;
    margin: 0;
  }

  .charm-voice-item--4 {
    width: 33%;
    left: 0;
    top: 47%;
  }

  .charm-voice-item--5 {
    width: 30%;
    left: 36%;
    top: 52%;
  }

  .charm-voice-item--6 {
    width: 33%;
    right: 0;
    top: 48%;
    left: auto;
  }
}

/* =========================================
   POINT 03 学費サポート制度
   ========================================= */

.charm-support {
  padding: 72px 20px 80px;
  background-color: #fff;
  overflow: visible;
}

.charm-support-inner {
  position: relative;
  z-index: 1;
}

.charm-support-note {
  position: relative;
  width: min(100%, 640px);
  margin: 0 auto;
  padding: 44px 24px 56px 32px;
  overflow: visible;
  background-color: transparent;
  background-image: url('../images/charm/point03-note-bg-sp.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}

.charm-support-note::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -10px;
  z-index: 2;
  width: min(52%, 280px);
  aspect-ratio: 2.4 / 1;
  background: url('../images/charm/point03-bg.webp') no-repeat right bottom / contain;
  pointer-events: none;
}

.charm-support-note .charm-point-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.charm-support-note .charm-point-title,
.charm-support-note .charm-point-lead {
  color: var(--charm-color-text);
}

.charm-support-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.charm-support-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 12px 6px;
  border-radius: 8px;
  background-color: #fff;
  color: var(--charm-color-text);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

@media (min-width: 940px) {
  .charm-support {
    padding: 96px 40px 88px;
  }

  .charm-support-note {
    background-image: url('../images/charm/point03-note-bg.webp');
    width: min(100%, 680px);
    padding: 36px 48px 67px 56px;
  }

  .charm-support-note::after {
    bottom: -28px;
    width: min(48%, 320px);
  }

  .charm-support-list {
    gap: 18px;
  }

  .charm-support-list li {
    min-height: 84px;
    padding: 14px 12px;
    font-size: var(--charm-text-sub-pc);
  }
}

/* =========================================
   POINT 04 高い就職実績
   ========================================= */

.charm-employment {
  padding: 72px 20px;
  background-color: var(--charm-color-bg-pink);
}

/* ノート風ボックス（POINT 04 / 05 共通） */
.charm-employment-note,
.charm-longterm-note {
  padding: 36px 20px 24px;
  background-color: transparent;
  background-repeat: no-repeat, no-repeat;
  background-position: top center, center;
  background-size: 172% auto, 100% 100%;
}

.charm-employment-note {
  display: grid;
  gap: 20px;
  align-items: center;
  width: min(100%, 700px);
  margin: 0 auto 32px;
  background-image:
    url('../images/charm/point04-note-bg.webp'),
    linear-gradient(to bottom, transparent 20%, #ffffff 80%);
}

.charm-longterm-note {
  width: min(100%, 640px);
  margin: 0 auto 24px;
  background-image:
    url('../images/charm/point05-note-bg.webp'),
    linear-gradient(to bottom, transparent 20%, #f4e9eb 80%);
}

.charm-employment-text p,
.charm-longterm-note p {
  --charm-note-line-height: 2.8rem;
  position: relative;
  margin: 0;
  color: var(--charm-color-text);
  font-size: var(--charm-text-base);
  font-weight: 700;
  line-height: var(--charm-note-line-height);
}

.charm-employment-text p::before,
.charm-longterm-note p::before {
  content: "";
  position: absolute;
  top: calc(var(--charm-note-line-height) - 1px);
  right: 0;
  bottom: calc(var(--charm-note-line-height) - 1px);
  left: 0;
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(61, 75, 83, 0.2) 0,
    rgba(61, 75, 83, 0.2) 1px,
    transparent 1px,
    transparent var(--charm-note-line-height)
  );
  pointer-events: none;
  z-index: 0;
}

.charm-employment-img {
  width: min(100%, 180px);
  margin: 0 auto;
}

.charm-employment-graphs {
  display: grid;
  gap: 60px;
  width: min(100%, 700px);
  margin: 48px auto 44px;
}

.charm-employment-graph {
  margin: 0;
}

.charm-employment-graph img {
  margin-left: auto;
  margin-right: auto;
}

.charm-employment-graph-caption {
  margin: 12px 0 0;
  color: var(--charm-color-text);
  font-size: var(--charm-text-base);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 940px) {
  .charm-employment {
    padding: 86px 40px 94px;
  }

  .charm-employment-note,
  .charm-longterm-note {
    padding: 52px 34px 32px;
    background-size: 100% auto, 100% 100%;
  }

  .charm-employment-note {
    grid-template-columns: minmax(0, 1fr) 190px;
    gap: 30px;
  }

  .charm-employment-text p {
    --charm-note-line-height: 4.2rem;
    font-size: var(--charm-text-base-pc);
  }

  .charm-employment-graphs {
    padding-left: 20px;
    padding-right: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
    margin: 56px auto 60px;
  }
}

/* =========================================
   POINT 05 長期履修制度
   ========================================= */

.charm-longterm {
  padding: 72px 20px 82px;
  background-color: #fff;
}

.charm-longterm-img {
  width: 100%;
  margin: 32px auto 40px;
}

.charm-table-title {
  margin: 20px 0 15px;
  padding: 10px 16px;
  background-color: #e8f7ed;
  color: #2c364b;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.charm-table-title--red {
  background-color: #f4e9eb;
  color: #2c364b;
}

.charm-table-scroll {
  width: min(100%, 760px);
  margin: 0 auto;
}

.charm-table {
  min-width: 640px;
}

.charm-table-scroll .tuition-table {
  font-size: var(--charm-text-base);
}

.charm-table th,
.charm-table td {
  text-align: center;
}

.charm-table--green thead tr {
  background-color: var(--charm-color-green);
}

.charm-table--green tbody tr {
  background-color: #f7fcf9;
}

.charm-table--green thead tr th:first-child,
.charm-table--red thead tr th:first-child {
  border-top: none;
  border-left: none;
  background-color: #fff;
}

.charm-table--green tbody tr:last-child td:last-child {
  background-color: #d3efde;
}

.charm-table--red thead tr {
  background-color: var(--charm-color-dept-child);
}

.charm-table--red tbody tr {
  background-color: #fff;
}

.charm-table--red tbody th[scope="row"] {
  background-color: #f9f7f8;
}

.charm-table--red tbody tr:last-child td:last-child {
  background-color: var(--charm-color-bg-pink);
}

.charm-longterm-arrow {
  width: 24px;
  height: 24px;
  margin: 22px auto 0;
  border-right: 3px solid var(--charm-color-text);
  border-bottom: 3px solid var(--charm-color-text);
  transform: rotate(45deg);
}

.charm-note {
  width: min(100%, 1000px);
  margin: 10px auto 0;
  font-size: var(--charm-text-caption);
  font-weight: 700;
  line-height: 1.6;
}

@media (min-width: 940px) {
  .charm-longterm {
    padding: 90px 40px 104px;
  }

  .charm-longterm-note p {
    --charm-note-line-height: 4.2rem;
    font-size: var(--charm-text-base-pc);
  }

  .charm-longterm-img {
    width: 460px;
    margin: 48px auto 52px;
  }

  .charm-table-scroll {
    width: min(100%, 1000px);
  }

  .charm-table-scroll .tuition-table {
    font-size: var(--charm-text-base-pc);
  }
}

/* =========================================
   Student Interview
   ========================================= */

.charm-interview {
  position: relative;
  padding: 72px 20px 86px;
  background-color: var(--charm-color-bg-pink);
}

.charm-interview::before {
  top: 0;
  right: 0;
  background-image: url('../images/charm/point05-interview-bg1.webp');
  background-position: right top;
}

.charm-interview::after {
  bottom: 0;
  left: 0;
  background-image: url('../images/charm/point05-interview-bg2.webp');
  background-position: left bottom;
}

.charm-interview-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 36px;
}

.charm-interview-title {
  width: min(100%, 220px);
  margin: 0 auto;
}

.charm-interview-card {
  display: grid;
  gap: 22px;
  width: min(100%, 600px);
  margin: 0 auto;
  padding: 28px 24px 32px;
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(44, 54, 75, 0.08);
}

.charm-interview-profile {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}

.charm-interview-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.charm-interview-icon {
  width: 36px;
  flex: 0 0 auto;
}

.charm-interview-dept {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.charm-interview-card--health .charm-interview-dept {
  color: var(--charm-color-dept-health);
}

.charm-interview-card--child .charm-interview-dept {
  color: var(--charm-color-dept-child);
}

.charm-interview-name-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 0;
  margin-top: 14px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(47, 57, 78, 0.5);
}

.charm-interview-name {
  display: inline-flex;
  flex-shrink: 0;
  align-items: flex-end;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.charm-interview-name-main {
  flex-shrink: 0;
}

.charm-interview-name-suffix {
  flex-shrink: 0;
  font-size: 0.68em;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.charm-interview-name-en-wrap {
  flex: 1;
  min-width: 0;
  margin-left: 12px;
}

.charm-interview-name-en {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-align: right;
}

.charm-interview-origin {
  margin: 10px 0 0;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(47, 57, 78, 0.5);
  font-size: var(--charm-text-caption);
  font-weight: 700;
  line-height: 1.6;
}

.charm-interview-img {
  margin: 0;
}

.charm-interview-img img {
  width: 100%;
}

.charm-interview-text {
  margin: 0;
  font-size: var(--charm-text-base);
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.charm-schedule {
  overflow-x: auto;
  padding: 12px;
  -webkit-overflow-scrolling: touch;
}

.charm-schedule-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 10px;
  color: #717071;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.charm-schedule-title::before,
.charm-schedule-title::after {
  content: "";
  display: block;
  flex: 1;
  width: auto;
  min-width: 0;
  height: 1px;
  background-color: #717071;
}

.charm-schedule-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 28px repeat(5, 88px);
  grid-auto-rows: minmax(44px, auto);
  gap: 5px;
  min-width: 493px;
}

.charm-schedule-day,
.charm-schedule-period,
.charm-schedule-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  font-size: var(--charm-text-small);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.charm-schedule-day {
  position: relative;
  z-index: 1;
  min-height: 38px;
  padding: 8px 4px 12px;
  background-color: #9e9e9f;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
}

.charm-schedule-grid > .charm-schedule-day:nth-child(2),
.charm-schedule-grid > .charm-schedule-day:nth-child(4),
.charm-schedule-grid > .charm-schedule-day:nth-child(6) {
  background-color: #888888;
}

.charm-schedule-cell {
  background-color: var(--charm-color-schedule-gray);
}

.charm-schedule-cell--class {
  background-color: var(--charm-color-schedule-blue);
  color: var(--charm-color-text);
}

.charm-schedule--pink .charm-schedule-cell--class {
  background-color: var(--charm-color-schedule-pink);
}

.charm-schedule-cell--row-span-2 {
  grid-row: span 2;
}

@media (min-width: 940px) {
  .charm-interview {
    padding: 94px 40px 112px;
  }

  .charm-interview-inner {
    gap: 52px;
  }

  .charm-interview-title {
    width: 300px;
  }

  .charm-interview-card {
    padding: 34px 38px 40px;
  }

  .charm-interview-profile {
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 18px 28px;
  }

  .charm-interview-icon {
    width: 42px;
  }

  .charm-interview-dept {
    font-size: 1.9rem;
  }

  .charm-interview-name {
    font-size: 1.9rem;
  }

  .charm-interview-name-en {
    font-size: 1.1rem;
  }

  .charm-interview-origin {
    font-size: var(--charm-text-sub);
  }

  .charm-interview-text {
    font-size: var(--charm-text-base-pc);
  }

  .charm-schedule {
    overflow-x: visible;
  }

  .charm-schedule-grid {
    min-width: 0;
    grid-template-columns: 28px repeat(5, minmax(0, 1fr));
  }
}

/* =========================================
   POINT 06 茶の道を学ぶ
   ========================================= */

.charm-tea {
  padding: 72px 20px 92px;
  background-color: #fff;
}

.charm-tea-intro {
  display: grid;
  gap: 22px;
  align-items: start;
  width: min(100%, 800px);
  margin: 0 auto 38px;
}

.charm-tea-title {
  margin: 0 0 16px;
  color: var(--charm-color-tea);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}

.charm-tea-body {
  margin: 0;
  color: var(--charm-color-text);
  font-size: var(--charm-text-base);
  font-weight: 700;
  line-height: 1.85;
}

.charm-tea-img {
  position: relative;
  width: min(100%, 260px);
  margin: 0 0 0 auto;
}

.charm-tea-img img {
  display: block;
  width: 100%;
  transform: rotate(4deg);
}

.charm-tea-lead {
  margin: 0 0 28px;
  color: var(--charm-color-tea);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.charm-tea-spirit {
  position: relative;
  width: calc(100% + 40px);
  margin-right: -20px;
  margin-left: -20px;
  padding: 8px 0 36px;
  overflow: hidden;
}

/* 下層：四隅装飾 */
.charm-tea-spirit-item {
  position: absolute;
  z-index: 1;
  width: 34%;
  pointer-events: none;
}

.charm-tea-spirit-item--1 {
  top: 17%;
  left: -8%;
}

.charm-tea-spirit-item--2 {
  top: 19%;
  right: -9%;
}

.charm-tea-spirit-item--3 {
  bottom: 5%;
  left: -8%;
}

.charm-tea-spirit-item--4 {
  right: -9%;
  bottom: 15%;
}

/* 中層：掛け軸 */
.charm-tea-spirit-scroll {
  position: relative;
  z-index: 2;
  width: min(100%, 550px);
  margin: 0 auto;
}

.charm-tea-spirit-bg {
  display: block;
  width: 100%;
  height: auto;
}

.charm-tea-spirit-content {
  position: absolute;
  top: 14%;
  right: 13%;
  bottom: 13%;
  left: 13%;
  z-index: 1;
  display: grid;
  gap: 22px;
  align-content: center;
  padding: 0 7%;
}

.charm-tea-spirit-block {
  margin: 0;
}

.charm-tea-spirit-heading {
  margin: 0 0 8px;
  color: var(--charm-color-tea);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.charm-tea-spirit-text {
  margin: 0;
  color: var(--charm-color-text);
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 1.9;
  text-align: left;
}

/* 上層：円形写真 */
.charm-tea-spirit-img {
  position: absolute;
  z-index: 3;
  width: 36%;
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
  pointer-events: none;
}

.charm-tea-spirit-img--1 {
  top: 1%;
  right: -7%;
}

.charm-tea-spirit-img--2 {
  bottom: 0;
  left: -8%;
}

.charm-tea-spirit-img--3 {
  right: -8%;
  bottom: 5%;
}

@media (min-width: 940px) {
  .charm-tea {
    padding: 92px 40px 120px;
  }

  .charm-tea-intro {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 46px;
    margin-bottom: 54px;
  }

  .charm-tea-title {
    font-size: 1.75rem;
  }

  .charm-tea-body {
    font-size: var(--charm-text-base-pc);
  }

  .charm-tea-lead {
    margin-bottom: 38px;
    font-size: 1.75rem;
  }

  .charm-tea-spirit {
    width: 860px;
    margin-right: auto;
    margin-left: auto;
    padding: 8px 0 60px;
  }

  .charm-tea-spirit-item--1 {
    top: 18%;
    left: 4%;
    width: 21.52%;
  }

  .charm-tea-spirit-item--2 {
    top: 26%;
    right: 7%;
    width: 20.23%;
  }

  .charm-tea-spirit-item--3 {
    bottom: 2.5%;
    left: 10%;
    width: 17.66%;
  }

  .charm-tea-spirit-item--4 {
    right: 0;
    bottom: 22%;
    width: 24.91%;
  }

  .charm-tea-spirit-scroll {
    width: 58%;
  }

  .charm-tea-spirit-content {
    gap: 36px;
    padding: 0 9%;
  }

  .charm-tea-spirit-heading {
    font-size: 1.5rem;
  }

  .charm-tea-spirit-text {
    font-size: var(--charm-text-sub);
  }

  .charm-tea-spirit-img {
    width: 30%;
  }

  .charm-tea-spirit-img--1 {
    top: 1%;
    right: 12%;
  }

  .charm-tea-spirit-img--2 {
    top: 56%;
    left: 4%;
    transform: translateY(-50%);
  }

  .charm-tea-spirit-img--3 {
    right: 5%;
    bottom: 0;
  }
}
