:root {
  --camellie-accent: #e4007f;
  --camellie-navy: #1f2a44;
  --camellie-ink: #20253a;
  --camellie-soft: #f7f1f6;
  --camellie-line: rgba(31, 42, 68, 0.12);
}

body.camellie-page {
  background: linear-gradient(180deg, #fff 0%, #fcfbfd 100%);
}

body.camellie-page .wrap {
  width: min(1250px, 92vw);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

header nav ul li a.current {
  color: var(--camellie-accent);
}

header nav.flex-box {
  align-items: stretch;
}

header nav.flex-box .camellie-main-nav {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-left: auto;
  padding: 0;
  list-style: none;
  background: transparent;
}

header nav.flex-box .camellie-main-nav > li {
  position: relative;
  margin: 0 !important;
  display: flex;
  align-items: stretch;
}

header nav.flex-box .camellie-main-nav > li > a,
header nav.flex-box .camellie-main-nav > li:first-of-type > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 46px 18px 38px !important;
  white-space: nowrap;
}

header.scrl nav.flex-box .camellie-main-nav > li > a,
header.scrl nav.flex-box .camellie-main-nav > li:first-of-type > a {
  padding: 26px 18px 18px !important;
}

header nav.flex-box .camellie-main-nav > li.has-children > a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}

header nav.flex-box .camellie-main-nav > li.is-current > a,
header nav.flex-box .camellie-main-nav > li:hover > a,
header nav.flex-box .camellie-main-nav > li:focus-within > a {
  color: var(--camellie-accent);
}

header nav.flex-box .camellie-submenu {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 320px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: #fff !important;
  border: 1px solid rgba(31, 42, 68, 0.12);
  border-top: 3px solid var(--camellie-accent);
  border-radius: 18px;
  box-shadow: 0 24px 48px rgba(31, 42, 68, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 14px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 1002;
}

header nav.flex-box .camellie-menu-item:hover > .camellie-submenu,
header nav.flex-box .camellie-menu-item:focus-within > .camellie-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

header nav.flex-box .camellie-submenu li,
header nav.flex-box .camellie-submenu li:first-of-type {
  display: block;
  margin: 0 !important;
}

header nav.flex-box .camellie-submenu a,
header nav.flex-box .camellie-submenu li:first-of-type a {
  display: block;
  padding: 12px 18px !important;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  color: #4c5673;
  white-space: normal;
}

header nav.flex-box .camellie-submenu a::before,
header nav.flex-box .camellie-submenu a::after {
  content: none !important;
}

header nav.flex-box .camellie-submenu a:hover,
header nav.flex-box .camellie-submenu a.current {
  color: var(--camellie-accent);
  background: var(--camellie-soft);
}

header nav.flex-box a#header-contact.camellie-contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 10px;
  width: auto;
  height: auto;
  min-width: 136px;
  margin-left: 12px;
  padding: 0 24px !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: linear-gradient(135deg, #e4007f, #ff4aa4);
  box-shadow: 0 12px 24px rgba(228, 0, 127, 0.22);
}

header nav.flex-box a#header-contact.camellie-contact-link img {
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: auto;
  margin: 0 !important;
}

header nav.flex-box a#header-contact.camellie-contact-link.current,
header nav.flex-box a#header-contact.camellie-contact-link:hover {
  opacity: 0.92;
  transform: none;
}

@media screen and (max-width: 1330px) {
  header nav.flex-box .camellie-main-nav > li > a,
  header nav.flex-box .camellie-main-nav > li:first-of-type > a {
    font-size: 13px;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  header.scrl nav.flex-box .camellie-main-nav > li > a,
  header.scrl nav.flex-box .camellie-main-nav > li:first-of-type > a {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  header nav.flex-box a#header-contact.camellie-contact-link {
    min-width: 124px;
    padding: 0 18px !important;
    font-size: 13px;
  }
}

@media screen and (max-width: 1240px) {
  header nav.flex-box .camellie-main-nav > li > a,
  header nav.flex-box .camellie-main-nav > li:first-of-type > a {
    font-size: 12px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  header nav.flex-box .camellie-submenu {
    min-width: 280px;
  }

  header nav.flex-box a#header-contact.camellie-contact-link {
    min-width: 116px;
    padding: 0 14px !important;
    font-size: 12px;
  }
}

.spNav .camellie-mobile-nav {
  width: 100%;
  margin: 0;
  padding: 14px 13% 26px;
  background: none;
}

.spNav .camellie-mobile-nav > li {
  margin: 0 0 16px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(31, 42, 68, 0.08);
}

.spNav .camellie-mobile-nav > li > a,
.spNav .camellie-mobile-nav > li > a:first-of-type {
  padding: 18px 20px;
  border-bottom: none;
  color: var(--camellie-navy);
  background: #f8f4f7;
  font-weight: 700;
}

.spNav .camellie-mobile-nav > li > a::after {
  content: none;
}

.spNav .camellie-mobile-nav > li.is-current > a,
.spNav .camellie-mobile-nav > li > a.current {
  color: var(--camellie-accent);
}

.spNav .camellie-mobile-submenu {
  width: 100%;
  margin: 0;
  padding: 4px 20px 14px;
  background: #fff !important;
}

.spNav .camellie-mobile-submenu li {
  margin: 0;
}

.spNav .camellie-mobile-submenu li a,
.spNav .camellie-mobile-submenu li:last-child a {
  padding: 12px 0;
  border-bottom: 1px solid #ece7ee;
  font-size: 14px;
  line-height: 1.6;
  color: #4c5673;
  position: relative;
}

.spNav .camellie-mobile-submenu li a::after {
  content: none;
}

.spNav .camellie-mobile-submenu li a::before {
  content: none;
}

.spNav .camellie-mobile-submenu li:last-child a {
  border-bottom: none;
}

.spNav .camellie-mobile-submenu li a:hover,
.spNav .camellie-mobile-submenu li a.current {
  color: var(--camellie-accent);
}

.spNav .camellie-contact-link-mobile {
  margin: 6px 13% 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e4007f, #ff4aa4);
  box-shadow: 0 12px 24px rgba(228, 0, 127, 0.2);
}

.spNav .camellie-contact-link-mobile.current,
.spNav .camellie-contact-link-mobile:hover {
  color: #fff;
  opacity: 0.94;
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--camellie-accent);
  font-weight: 700;
  text-decoration: none;
  margin-top: 16px;
}

.inline-link::after {
  content: "→";
  font-size: 14px;
}

.contact-mail {
  margin: 16px 0 0;
  font-size: 14px;
}

.contact-mail a {
  color: #fff;
  text-decoration: none;
}

footer .base-footer-wapper .inner-wapper .base-footer-figure {
  width: 50%;
}

@media only screen and (max-width: 736px) {
  footer .base-footer-wapper .inner-wapper .base-footer-figure {
    width: 64%;
  }
}

.mv-banner-caption,
.requirement-line {
  margin: 0 0 14px;
  color: #6b274f;
  line-height: 1.9;
  font-size: 14px;
  font-weight: 700;
}

.mv-banner-caption {
  color: rgba(255, 255, 255, 0.84);
  margin-top: 18px;
  max-width: 420px;
}

.thinking--box > h2.txt-vtcl {
  color: var(--camellie-accent);
}

/* Keep content imagery stable when editors replace assets with different proportions. */
.statement-photo,
.page-card__image,
.service-summary-card__image,
.service-detail__photo,
.news-card figure,
.news-card__thumb,
.news-article__featured,
.news-article__latest figure,
.mv--slide figure,
.strength--slide figure,
.strength-img,
.president figure {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  line-height: 0;
}

.statement-photo,
.page-card__image,
.service-detail__photo {
  aspect-ratio: 4 / 3;
  border-radius: 18px;
}

.service-summary-card__image {
  aspect-ratio: 4 / 3;
}

.news-card figure,
.news-card__thumb {
  aspect-ratio: 16 / 10;
}

.news-article__latest figure {
  aspect-ratio: 4 / 3;
}

.strength--content .strength-img {
  overflow: visible;
  background: transparent;
  line-height: normal;
}

.mv--slide figure img,
.strength--slide figure img,
.strength-img img,
.president figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service .detail-box .img {
  background-image: url("../img_renew/kamerie/retail.jpg") !important;
}

.service .service-box--content--box .detail-box .img.service-02 {
  background-image: url("../img_renew/kamerie/hero-product.jpg") !important;
}

.service .service-box--content--box .detail-box .img.service-03 {
  background-image: url("../img_renew/kamerie/import-fruit.jpg") !important;
}

.service .service-box--content--box .detail-box .img.service-04 {
  background-image: url("../img_renew/kamerie/lab.jpg") !important;
}

.service .service-box--content--box .detail-box .img.service-05 {
  background-image: url("../img_renew/kamerie/hero-logistics.jpg") !important;
}

.service .service-box--content--box .detail-box .img.service-06 {
  background-image: url("../img_renew/kamerie/medical.jpg") !important;
}

.service .service-box--content--box[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

.service .service-box--content--box .detail-box .txt {
  padding-right: 2vw;
}

.page-main {
  overflow: hidden;
}

.page-hero {
  position: relative;
  padding: 140px 0 84px;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(18, 26, 50, 0.92), rgba(228, 0, 127, 0.55));
}

.page-hero__inner {
  position: relative;
  z-index: 1;
}

.page-hero__eyebrow,
.section-kicker {
  display: inline-block;
  margin: 0 0 18px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--camellie-accent);
  text-transform: uppercase;
}

.page-hero__eyebrow {
  color: #ffd3eb;
}

.page-hero__lead {
  max-width: 830px;
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 2;
}

.hero-company {
  background-image: url("../img_renew/kamerie/hero-bridge.jpg");
}

.hero-company-ceo {
  background-image: url("../img_renew/kamerie/japan-vietnam-partnership.jpg");
  background-position: center 42%;
}

.hero-company-why {
  background-image: url("../img_renew/kamerie/culture.jpg");
}

.hero-careers {
  background-image: url("../img_renew/kamerie/lab.jpg");
}

.hero-services {
  background-image: url("../img_renew/kamerie/hero-logistics.jpg");
}

.hero-news {
  background-image: url("../img_renew/kamerie/hero-product.jpg");
}

.hero-contact {
  background-image: url("../img_renew/kamerie/hero-bridge.jpg");
}

.hero-service-distribution {
  background-image: url("../img_renew/kamerie/retail.jpg");
}

.hero-service-export {
  background-image: url("../img_renew/kamerie/hero-product.jpg");
}

.hero-service-import {
  background-image: url("../img_renew/kamerie/import-fruit.jpg");
}

.hero-service-oem {
  background-image: url("../img_renew/kamerie/lab.jpg");
}

.hero-service-logistics {
  background-image: url("../img_renew/kamerie/hero-logistics.jpg");
}

.hero-service-medical {
  background-image: url("../img_renew/kamerie/medical.jpg");
}

.company-summary {
  width: min(1200px, 92vw);
  margin: 24px auto 0;
  padding: 0 0 30px;
  position: relative;
  z-index: 1;
}

.access-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 36px;
  background: linear-gradient(180deg, #fff, #fff8fc);
  border: 1px solid rgba(228, 0, 127, 0.12);
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(31, 42, 68, 0.08);
}

.brand-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brand-badges span {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--camellie-soft);
  color: var(--camellie-navy);
  font-size: 13px;
  font-weight: 700;
}

.content-section {
  padding: 84px 0;
}

.content-section:nth-of-type(even) {
  background: #faf8fb;
}

.page-subttl {
  margin-bottom: 28px;
}

.statement-section {
  background: #fff;
}

.statement-grid,
.two-column,
.contact-layout,
.service-detail__grid {
  width: min(1200px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  align-items: center;
}

.statement-photo img,
.page-card__image img,
.service-summary-card__image img,
.service-detail__photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  display: block;
}

.statement-photo img,
.page-card__image img,
.service-detail__photo img {
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(31, 42, 68, 0.14);
}

.company-intro-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: 28px;
  align-items: start;
}

.company-intro-copy h2 {
  max-width: 16.5em;
}

.statement-signature {
  margin-top: 24px;
  color: var(--camellie-accent);
  font-weight: 700;
}

.vision-panel,
.value-grid,
.feature-grid,
.news-grid,
.service-summary-grid,
.page-card-grid {
  width: min(1200px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-summary-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.vision-card,
.value-card,
.feature-card,
.news-card,
.contact-form-card,
.page-card,
.service-summary-card {
  background: #fff;
  border: 1px solid var(--camellie-line);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 14px 32px rgba(31, 42, 68, 0.06);
}

.service-summary-card,
.page-card {
  padding: 0;
  overflow: hidden;
}

.page-card__body,
.service-summary-card__body {
  padding: 26px;
}

.service-summary-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f5f5f5;
  border: 1px solid rgba(31, 42, 68, 0.08);
  box-shadow: none;
  border-radius: 0;
}

.service-summary-card__image {
  margin: 0;
  overflow: hidden;
  background: #f5f5f5;
}

.service-summary-card__image img {
  height: 100%;
  border-radius: 0;
  box-shadow: none;
}

.service-summary-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  padding: 28px 30px 32px;
  background: #f5f5f5;
}

.service-summary-card__num {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #8b8575;
  font-weight: 700;
  display: none;
}

.value-card h3,
.feature-card h3,
.news-card h3,
.vision-card h3,
.page-card h3,
.service-summary-card h3 {
  margin: 0 0 14px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.5;
  color: var(--camellie-ink);
}

.value-card p,
.feature-card p,
.news-card p,
.vision-card p,
.service-detail__body p,
.contact-copy p,
.statement-copy p,
.access-card p,
.two-column p,
.page-card p,
.service-summary-card p {
  margin: 0;
  color: #4c5673;
  line-height: 2;
}

.service-summary-card h3 {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  color: #111;
}

.service-summary-card .inline-link {
  margin-top: auto;
  color: var(--camellie-ink);
}

.page-card ul,
.service-summary-card ul,
.service-detail__body ul,
.vision-card ul {
  padding-left: 20px;
  margin: 18px 0 0;
}

.page-card li,
.service-summary-card li,
.service-detail__body li,
.vision-card li {
  margin-bottom: 10px;
  color: #4c5673;
  line-height: 1.8;
}

.subpage-nav-section,
.service-nav-section {
  padding: 28px 0;
  background: #fff;
  border-bottom: 1px solid var(--camellie-line);
}

.subpage-nav,
.service-nav {
  width: min(1200px, 92vw);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.subpage-nav a,
.service-nav a {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--camellie-soft);
  color: var(--camellie-navy);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.subpage-nav a.current,
.service-nav a.current {
  background: linear-gradient(135deg, var(--camellie-accent), #ff4aa4);
  color: #fff;
}

.service-detail {
  padding: 84px 0;
}

.service-detail:nth-of-type(even) {
  background: #faf8fb;
}

.service-detail__cta {
  margin-top: 20px;
}

.medical-tourism-detail {
  padding-bottom: 40px;
  background:
    radial-gradient(circle at 15% 20%, rgba(228, 0, 127, 0.07), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(31, 42, 68, 0.05), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fcfbfd 100%);
}

.medical-tourism-intro {
  width: min(980px, 92vw);
  margin: 0 auto;
  text-align: center;
}

.medical-tourism-intro h2 {
  margin: 0 0 18px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.45;
  color: var(--camellie-ink);
}

.medical-tourism-intro p {
  margin: 0;
  color: #4c5673;
  line-height: 2;
}

.medical-tourism-intro__cta {
  margin-top: 28px;
}

.medical-tourism-showcase {
  position: relative;
  overflow: hidden;
}

.medical-tourism-showcase::before,
.medical-tourism-showcase::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.3;
}

.medical-tourism-showcase::before {
  top: -120px;
  left: -120px;
  background: radial-gradient(circle, rgba(228, 0, 127, 0.12), transparent 70%);
}

.medical-tourism-showcase::after {
  right: -140px;
  bottom: -140px;
  background: radial-gradient(circle, rgba(31, 42, 68, 0.1), transparent 70%);
}

.medical-tourism-showcase .wrap {
  position: relative;
  z-index: 1;
}

.medical-tourism-showcase__kicker {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.medical-tourism-showcase .page-subttl {
  text-align: center;
  margin-bottom: 42px;
}

.medical-tourism-grid {
  width: min(1240px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 46px 34px;
  justify-items: center;
}

.medical-tourism-grid--4 {
  width: min(980px, 92vw);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.medical-tourism-grid--5 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 54px 18px;
}

.medical-tourism-grid--5 > .medical-tourism-card {
  grid-column: span 2;
}

.medical-tourism-grid--5 > .medical-tourism-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.medical-tourism-grid--5 > .medical-tourism-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.medical-tourism-card {
  text-align: center;
  width: 100%;
}

.medical-tourism-card__figure {
  width: min(100%, 280px);
  aspect-ratio: 1;
  margin: 0 auto 24px;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 40px rgba(31, 42, 68, 0.14);
  background: #f5f5f5;
}

.medical-tourism-card__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.medical-tourism-card__figure.is-regenerative img {
  object-position: center 28%;
}

.medical-tourism-card__figure.is-beauty img {
  object-position: center 26%;
}

.medical-tourism-card__figure.is-checkup img {
  object-position: 82% center;
}

.medical-tourism-card__figure.is-tour img {
  object-position: center center;
}

.medical-tourism-card__figure.is-hospitality img {
  object-position: center center;
}

.medical-tourism-card__figure.is-shopping img {
  object-position: center 30%;
}

.medical-tourism-card__body {
  width: min(100%, 360px);
  margin: 0 auto;
}

.medical-tourism-card__body h3 {
  margin: 0 0 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.55;
  color: #181d2f;
}

.medical-tourism-card__body p {
  margin: 0;
  color: #4c5673;
  line-height: 2;
  font-size: 16px;
}

.medical-tourism-note {
  margin-top: 34px;
  text-align: center;
}

.news-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  color: #68718a;
  font-size: 13px;
}

.news-card__meta span {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--camellie-soft);
  color: var(--camellie-accent);
  font-weight: 700;
}

.values-orbit {
  width: min(1240px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 26px 20px;
  align-items: start;
}

.value-orbit-card {
  grid-column: span 2;
  --value-rgb: 31, 42, 68;
}

.value-orbit-card--sincerity {
  --value-rgb: 228, 0, 127;
}

.value-orbit-card--expertise {
  --value-rgb: 18, 124, 190;
}

.value-orbit-card--partnership {
  --value-rgb: 111, 72, 132;
}

.value-orbit-card--culture {
  --value-rgb: 42, 128, 118;
}

.value-orbit-card--results {
  --value-rgb: 196, 133, 35;
}

.value-orbit-card:nth-child(4) {
  grid-column: 2 / span 2;
  margin-top: -36px;
}

.value-orbit-card:nth-child(5) {
  grid-column: 4 / span 2;
  margin-top: -36px;
}

.value-orbit-card__visual {
  position: relative;
  width: min(100%, 250px);
  aspect-ratio: 1;
  margin: 0 auto 24px;
  display: grid;
  place-items: center;
}

.value-orbit-card__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid rgba(var(--value-rgb), 0.18);
  box-shadow: inset 0 0 0 1px rgba(var(--value-rgb), 0.07);
}

.value-orbit-card__visual::after {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 48% 52% 56% 44% / 52% 48% 52% 48%;
  background: radial-gradient(circle at 50% 45%, rgba(var(--value-rgb), 0.12), rgba(255, 255, 255, 0));
}

.value-orbit-card__tile {
  position: relative;
  z-index: 1;
  width: 62%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(var(--value-rgb), 0.04));
  border: 1px solid rgba(var(--value-rgb), 0.08);
  box-shadow: 0 18px 36px rgba(var(--value-rgb), 0.12);
}

.value-orbit-card__icon {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  color: rgb(var(--value-rgb));
}

.value-orbit-card__icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.value-orbit-card__icon .value-icon__halo {
  fill: rgba(var(--value-rgb), 0.08);
  stroke: none;
}

.value-orbit-card__icon .value-icon__fill {
  fill: rgba(var(--value-rgb), 0.18);
}

.value-orbit-card__copy {
  width: min(100%, 320px);
  margin: 0 auto;
  text-align: center;
}

.value-orbit-card__copy h3 {
  margin: 0 0 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  line-height: 1.55;
  color: var(--camellie-ink);
}

.value-orbit-card__copy p {
  margin: 0;
  color: #4c5673;
  line-height: 1.95;
}

.news-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
}

.news-card__summary {
  flex: 1;
}

.news-card__actions {
  margin-top: auto;
  padding-top: 8px;
}

.news-card__button {
  min-width: 168px;
}

.news-article {
  width: min(1240px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) 320px;
  gap: 52px;
  align-items: start;
}

.news-article__main {
  min-width: 0;
}

.news-article__card {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.news-article__header {
  margin-bottom: 24px;
}

.news-article__title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.5;
  color: var(--camellie-ink);
}

.news-article__lead {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 2;
  color: #4c5673;
}

.news-article__featured {
  margin: 0 0 30px;
  padding: 18px;
  background: #faf8fb;
  border-radius: 8px;
}

.news-article__featured img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.news-article__toc {
  width: min(100%, 320px);
  margin: 0 0 42px;
  padding: 22px 24px;
  background: #faf8fb;
  border-top: 4px solid var(--camellie-accent);
}

.news-article__toc h3 {
  margin: 0;
  font-size: 22px;
  color: var(--camellie-ink);
}

.news-article__toc ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.news-article__toc li {
  margin-bottom: 10px;
}

.news-article__toc a {
  color: var(--camellie-accent);
  text-decoration: none;
  line-height: 1.8;
}

.news-article__body {
  display: grid;
  gap: 0;
}

.news-article__section {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 22px;
  padding: 30px 0;
  border-top: 1px solid var(--camellie-line);
}

.news-article__section:first-child {
  padding-top: 0;
  border-top: 0;
}

.news-article__section-num {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: rgba(228, 0, 127, 0.26);
}

.news-article__section-body h3 {
  margin: 0 0 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  line-height: 1.5;
  color: #131a2c;
}

.news-article__section-body p {
  margin: 0;
  color: #4c5673;
  line-height: 2;
}

.news-article__highlights {
  margin-top: 28px;
  padding: 24px 26px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff7fb, #fff);
  border: 1px solid rgba(228, 0, 127, 0.12);
}

.news-article__highlights h3 {
  margin: 0 0 14px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  color: var(--camellie-ink);
}

.news-article__highlights ul,
.news-article__latest {
  margin: 0;
  padding-left: 20px;
}

.news-article__highlights li,
.news-article__latest li {
  margin-bottom: 12px;
  color: #4c5673;
  line-height: 1.8;
}

.news-article__aside {
  display: grid;
  gap: 34px;
  padding-left: 34px;
  border-left: 1px solid var(--camellie-line);
  align-content: start;
}

.news-article__aside-box {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.news-article__aside-box h3 {
  margin: 0 0 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--camellie-ink);
}

.news-article__categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-article__categories li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--camellie-line);
  color: #4c5673;
}

.news-article__categories li strong {
  color: #9097aa;
  font-weight: 500;
}

.news-article__latest {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 22px;
}

.news-article__latest li {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.news-article__latest a {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  text-decoration: none;
  color: inherit;
}

.news-article__latest figure {
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #faf8fb;
}

.news-article__latest img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-article__recent-copy {
  display: grid;
  gap: 8px;
}

.news-article__latest strong {
  color: var(--camellie-ink);
  line-height: 1.7;
}

.news-article__recent-date {
  font-size: 13px;
  color: #68718a;
}

.news-article__cta {
  padding: 28px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1f2a44, #5c234a);
  color: #fff;
}

.news-article__cta h3 {
  margin: 8px 0 12px;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}

.news-article__cta p {
  margin: 0;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.84);
}

.news-article__cta .news-card__meta {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.news-article__cta .news-card__meta span {
  background: rgba(255, 255, 255, 0.12);
  color: #ffd8ee;
}

.news-article__cta .cta-actions {
  margin-top: 22px;
}

.contact-layout {
  align-items: start;
}

.contact-info {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.contact-info div {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--camellie-line);
}

.contact-info strong {
  color: var(--camellie-navy);
  font-size: 14px;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--camellie-navy);
  font-size: 14px;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(31, 42, 68, 0.16);
  background: #fff;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .contact-form select,
  .contact-form select option {
    font-size: 16px !important;
    line-height: 1.6;
  }

  .contact-form select {
    min-height: 52px;
  }
}

.contact-form button,
.btn-01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--camellie-accent), #ff4aa4);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 12px 22px rgba(228, 0, 127, 0.18);
}

.btn-01 span {
  display: inline-block;
  white-space: nowrap;
}

.contact-form button:hover,
.btn-01:hover {
  transform: translateY(-2px);
}

.btn-ghost {
  background: transparent;
  color: var(--camellie-accent);
  border: 1px solid rgba(228, 0, 127, 0.28);
  box-shadow: none;
}

.form-note {
  margin-top: 14px;
  color: #68718a;
  font-size: 13px;
  line-height: 1.8;
}

.cta-banner {
  width: min(1200px, 92vw);
  margin: 0 auto;
  padding: 34px 38px;
  border-radius: 24px;
  background: linear-gradient(135deg, #1f2a44, #45254c);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  color: #fff;
}

.cta-banner--center {
  justify-content: center;
  text-align: center;
}

.newsletter-banner {
  justify-content: flex-start;
}

.cta-banner h2 {
  margin: 8px 0 12px;
  font-size: clamp(26px, 3vw, 40px);
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}

.cta-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.9;
}

.cta-banner .requirement-line {
  color: rgba(255, 255, 255, 0.88);
}

.cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.intro-grid {
  align-items: start;
}

.page-main .ttl-01.page-ttl {
  color: #fff;
}

.page-main .ttl-01.page-ttl span {
  color: rgba(255, 255, 255, 0.72);
}

@media screen and (max-width: 1024px) {
  .feature-grid,
  .value-grid,
  .news-grid,
  .service-summary-grid,
  .page-card-grid,
  .statement-grid,
  .two-column,
  .contact-layout,
  .service-detail__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .values-orbit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }

  .value-orbit-card,
  .value-orbit-card:nth-child(4),
  .value-orbit-card:nth-child(5) {
    grid-column: auto;
    margin-top: 0;
  }

  .medical-tourism-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .medical-tourism-grid--5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px 34px;
  }

  .medical-tourism-grid--5 > .medical-tourism-card,
  .medical-tourism-grid--5 > .medical-tourism-card:nth-child(4),
  .medical-tourism-grid--5 > .medical-tourism-card:nth-child(5) {
    grid-column: auto;
  }

  .news-article {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .news-article__aside {
    padding-left: 0;
    padding-top: 28px;
    border-left: 0;
    border-top: 1px solid var(--camellie-line);
  }
}

@media screen and (max-width: 736px) {
  .statement-grid,
  .two-column,
  .contact-layout,
  .service-detail__grid,
  .feature-grid,
  .value-grid,
  .values-orbit,
  .vision-panel,
  .news-grid,
  .service-summary-grid,
  .page-card-grid {
    grid-template-columns: 1fr;
  }

  .medical-tourism-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .medical-tourism-grid--5 {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .page-hero {
    padding: 110px 0 60px;
  }

  .page-hero__lead {
    font-size: 15px;
  }

  .cta-banner {
    padding: 28px 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-banner--center {
    align-items: center;
  }

  .subpage-nav-section,
  .service-nav-section {
    position: static;
  }

  .contact-mail {
    margin-top: 10px;
  }

  .news-article__cta {
    padding: 24px;
  }

  .news-article__title {
    font-size: 26px;
  }

  .news-article__featured {
    padding: 12px;
  }

  .news-article__toc {
    width: 100%;
    margin-bottom: 34px;
  }

  .news-article__section {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .news-article__section-num {
    font-size: 22px;
  }

  .news-article__section-body h3 {
    font-size: 24px;
  }

  .news-article__latest a {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 12px;
  }

  .medical-tourism-intro h2 {
    font-size: 30px;
  }

  .medical-tourism-card__figure {
    width: min(100%, 240px);
    margin-bottom: 18px;
  }

  .medical-tourism-card__body h3 {
    font-size: 23px;
  }

  .value-orbit-card__visual {
    width: min(100%, 220px);
    margin-bottom: 18px;
  }

  .value-orbit-card__icon {
    width: 68px;
    height: 68px;
  }

  .value-orbit-card__copy h3 {
    font-size: 22px;
  }
}
