:root {
  --osawa-logo-green: #126435;
  --osawa-logo-text: #2d2e2f;
  --osawa-main: #4A9B7F;
  --osawa-sub: #BAA267;
  --osawa-bg: #FFFFFF;
  --osawa-bg-secondary: #F8F6F3;
  --osawa-bg-green: #F1F7F5;
  --osawa-text: #262626;
  --osawa-accent-text: #A97723;
  --osawa-white: #FFFFFF;
}

@media screen and (min-width: 992px) {
  .pc-none {
    display: none;
  }
}

.osawa-front-page {
  margin: 0;
  color: var(--osawa-text);
  background: var(--osawa-bg);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 2;
  overflow-x: hidden;
  overflow-x: clip;
}

.osawa-front-page > #content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.osawa-front-page *,
.osawa-front-page *::before,
.osawa-front-page *::after {
  box-sizing: border-box;
}

.osawa-front-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.osawa-front-page a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  background: rgba(255,255,255,.9);
  box-shadow: 0 1px 10px rgba(38,38,38,.035);
}

.header-top {
  width: 100%;
  min-height: 94px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: clamp(170px, 13.4vw, 205px) clamp(150px, 13.2vw, 270px) minmax(220px, 1fr) clamp(82px, 5.8vw, 104px) minmax(420px, 41vw, 840px);
  grid-template-rows: 26px 63px;
  column-gap: 0;
  row-gap: 4px;
  align-items: center;
  padding-left: clamp(18px, 2.6vw, 38px);
  font-size: 13px;
  position: relative;
}

.header-logo {
  grid-column: 1;
  grid-row: 2;
  align-self: center;
}

.site-header a,
.site-header a:link,
.site-header a:visited,
.site-header a:hover,
.site-header a:focus {
  text-decoration: none;
}

.header-logo img {
  width: clamp(160px, 13.4vw, 274px);
}

.sp-menu-toggle {
  display: none;
}

.header-tagline {
  grid-column: 1 / 3;
  grid-row: 1;
  align-self: end;
  margin: 0;
  color: var(--osawa-accent-text);
  font-family: "Zen Old Mincho", serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

.header-access p,
.header-hours p,
.header-closed p {
  margin: 0;
}

.header-closed p {
  color: var(--osawa-accent-text);
}

.header-access {
  grid-column: 2;
  grid-row: 2;
  position: relative;
  display: grid;
  gap: 5px;
  padding-left: 24px;
  color: var(--osawa-text);
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  justify-self: start;
}

.header-access::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 54px;
  background: var(--osawa-sub);
  transform: translateY(-50%);
}

.header-access p:nth-child(2) {
  width: max-content;
  padding: 2px 6px;
  background: var(--osawa-sub);
  color: var(--osawa-white);
  font-size: 12px;
  line-height: 1.2;
}

.header-hours span,
.header-closed span {
  display: block;
  margin-bottom: 8px;
  color: var(--osawa-text);
  font-family: "Zen Old Mincho", serif;
}

.header-hours {
  grid-column: 3;
  grid-row: 2;
  justify-self: center;
  color: var(--osawa-text);
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(13px, .83vw, 17px);
  line-height: 1.45;
  letter-spacing: .02em;
}

.header-hours span {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}

.header-hours p {
  display: grid;
  grid-template-columns: 6.6em max-content;
  justify-content: space-between;
  column-gap: 8px;
  font-size: 13px;
}

.header-hours small {
  display: inline-block;
  color: var(--osawa-accent-text);
  font-size: clamp(10px, .68vw, 14px);
  font-weight: 600;
}

.header-closed {
  grid-column: 4;
  grid-row: 2;
  width: 70px;
  height: 63px;
  display: grid;
  align-content: center;
  justify-items: center;
  row-gap: 0;
  justify-self: center;
  border: 0;
  border-radius: 50%;
  background: var(--osawa-white);
  box-shadow: 0 0 20px rgba(38,38,38,.03);
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

.header-closed span {
  margin: 0 0 2px;
  color: var(--osawa-text);
  font-size: 12px;
}

.header-actions {
  grid-column: 5;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  align-items: center;
  height: 63px;
  justify-self: end;
  align-self: center;
  width: 100%;
  min-width: 0;
}

.header-actions a {
  height: 63px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, .8vw, 14px);
  min-width: 0;
  padding: 0 clamp(6px, .7vw, 12px);
  border: 1px solid var(--osawa-sub);
  background: var(--osawa-white);
  color: var(--osawa-accent-text);
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(14px, 1.08vw, 22px);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.header-actions img {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  object-fit: contain;
}

.header-actions .reserve img {
  height: 20px;
}

.header-actions .line img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.header-actions .tel {
  background: var(--osawa-sub);
  color: var(--osawa-white);
}

.header-actions .tel img {
  filter: brightness(0) invert(1);
}

.header-actions .tel:link,
.header-actions .tel:visited {
  color: var(--osawa-white);
}

.header-actions .tel:hover {
  background: var(--osawa-white);
  color: var(--osawa-sub);
}

.header-actions .tel:hover img {
  filter: none;
}

.header-actions .line {
  background: var(--osawa-main);
  border-color: var(--osawa-main);
  color: var(--osawa-white);
}

.header-actions .reserve:link,
.header-actions .reserve:visited {
  color: var(--osawa-accent-text);
}

.site-header .header-actions .reserve:hover {
  background: var(--osawa-sub);
  color: var(--osawa-white);
}

.site-header .header-actions .reserve:hover img {
  filter: brightness(0) invert(1);
}

.header-actions .line:link,
.header-actions .line:visited {
  color: var(--osawa-white);
}

.header-actions .line:hover {
  background: var(--osawa-white);
  color: var(--osawa-main);
}

.header-actions .line:hover img {
  filter: none;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top {
    min-height: 94px;
    grid-template-columns: 150px 128px minmax(140px, 1fr) 64px clamp(380px, 38vw, 440px);
    grid-template-rows: 26px 63px;
    padding-left: 14px;
    padding-right: 12px;
  }

  .header-logo img {
    width: 150px;
  }

  .header-actions {
    grid-template-columns: 1.1fr .9fr 1fr;
  }

  .header-actions a {
    gap: 6px;
    padding: 0 8px;
    font-size: clamp(13px, 1.18vw, 14px);
  }

  .header-actions img {
    width: 20px;
    height: 20px;
  }

  .header-actions .reserve img {
    height: 18px;
  }

  .header-actions .line img {
    width: 22px;
    height: 22px;
  }

  .header-actions a::before {
    display: none;
  }
}

.global-nav {
  border-top: 0;
}

.global-nav ul {
  width: min(1800px, calc(100% - 120px));
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  list-style: none;
}

.global-nav a {
  min-height: 86px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  color: var(--osawa-text);
  font-size: clamp(17px, 1.08vw, 22px);
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
}

.global-nav a:link,
.global-nav a:visited {
  color: var(--osawa-text);
}

.global-nav li:not(:last-child) a::after {
  content: "";
  position: absolute;
  top: 32px;
  right: 0;
  width: 1px;
  height: 22px;
  background: var(--osawa-sub);
}

.global-nav a:hover,
.global-nav a:focus-visible {
  color: var(--osawa-main);
}

.global-nav small {
  color: var(--osawa-accent-text);
  font-size: clamp(11px, .68vw, 14px);
  font-weight: 500;
  letter-spacing: .08em;
}

.hero {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
}

.hero-slider {
  --hero-slide-duration: 5s;
  --hero-slide-cycle: 10s;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--osawa-bg-secondary);
}

.hero-slide {
  display: block;
  width: 100%;
  opacity: 0;
  animation: heroSlide var(--hero-slide-cycle) infinite;
}

.hero-slide:first-child {
  opacity: 1;
}

.hero-slide + .hero-slide {
  position: absolute;
  inset: 0;
  height: 100%;
}

.hero-slide:nth-child(2) {
  animation-delay: var(--hero-slide-duration);
}

.osawa-front-page .hero-slide .hero-img {
  width: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
}

.osawa-front-page .hero-slide + .hero-slide .hero-img {
  height: 100%;
}

@keyframes heroSlide {
  0%,
  45% {
    opacity: 1;
  }

  50%,
  95% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide {
    animation: none;
  }

  .hero-slide:first-child {
    opacity: 1;
  }

  .hero-slide + .hero-slide {
    display: none;
  }
}

.hero-copy {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-banners {
  width: min(890px, calc(100% - 48px));
  margin: 96px auto 105px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.hero-banners::after {
  display: none;
  content: "";
  grid-column: 1 / -1;
  width: 81px;
  height: 8px;
  margin: 30px auto 0;
  background:
    radial-gradient(circle, var(--osawa-main) 0 4px, transparent 4.5px) 0 0 / 8px 8px no-repeat,
    radial-gradient(circle, var(--osawa-main) 0 4px, transparent 4.5px) 17px 0 / 8px 8px no-repeat,
    radial-gradient(circle, #d9d9d9 0 4px, transparent 4.5px) 34px 0 / 8px 8px no-repeat,
    radial-gradient(circle, #d9d9d9 0 4px, transparent 4.5px) 51px 0 / 8px 8px no-repeat,
    radial-gradient(circle, #d9d9d9 0 4px, transparent 4.5px) 68px 0 / 8px 8px no-repeat;
  opacity: .85;
}

.clinic-info {
  padding: 88px 24px 92px;
  background: var(--osawa-bg-secondary);
  border-radius: 50% 50% 0 0 / 150px 150px 0 0;
}

.section-heading {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}

.section-heading h2 {
  margin: 0;
  color: var(--osawa-logo-text);
  font-size: 28px;
  font-weight: normal;
  line-height: 1.5;
}

.section-heading p {
  margin: 0;
  color: var(--osawa-sub);
  font-size: 14px;
  line-height: 1.5;
}

.clinic-info .section-heading h2 {
  font-size: 47px;
  letter-spacing: .08em;
  font-weight: normal;
}

.clinic-info .section-heading p {
  margin-top: 8px;
  font-size: 20px;
}

.info-grid {
  width: min(860px, 100%);
  margin: 44px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption {
  text-align: left;
  font-weight: 700;
}

.schedule-card table {
  width: auto;
  margin: 0 auto;
}

.schedule-card caption {
  display: none;
}

.schedule-card th,
.schedule-card td {
  min-width: 71px;
  background: var(--osawa-bg-secondary);
  padding: 8px 6px;
  border: 0;
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.25;
}

.schedule-card table :where(th, td) {
  border: 0;
}

.osawa-front-page .schedule-card thead th {
  padding-bottom: 12px;
  border-bottom: 2px solid #D9D9D9;
}

.osawa-front-page .schedule-card tr > :first-child {
  border-right: 1px solid #D9D9D9;
  text-align: center;
  white-space: nowrap;
}

.schedule-card tbody th {
  font-family: "Noto Sans JP", sans-serif;
}

.schedule-mark {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 1.6vw, 30px);
  line-height: 1;
}

.schedule-mark.is-open {
  color: var(--osawa-sub);
}

.schedule-mark.is-closed,
.schedule-note,
.schedule-sat {
  color: var(--osawa-text);
  font-family: "Noto Sans JP", sans-serif;
}

.schedule-sat {
  display: inline-block;
  font-size: clamp(12px, .82vw, 16px);
  line-height: 1.45;
}

.info-list {
  margin: 24px 0 0;
}

.schedule-card .info-list {
  width: min(820px, 100%);
  margin: 24px auto 0;
}

.info-list div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 18px;
  margin: 8px 0;
}

.info-list dt {
  color: var(--osawa-accent-text);
}

.info-list dd {
  margin: 0;
}

.map-card {
  width: min(820px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 410px) minmax(0, 1fr);
  column-gap: 44px;
  row-gap: 28px;
  align-items: start;
}

.map-card .info-list {
  margin: 0;
}

.map-card .info-list div {
  grid-template-columns: 95px 270px;
  margin: 0 0 12px;
}

.access-title {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--osawa-sub);
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .18em;
  text-align: center;
}

.info-grid > .c-payment-methods {
  grid-column: 1 / -1;
}

.map-embed {
  width: 100%;
  aspect-ratio: 410 / 244;
  overflow: hidden;
  background: #eee;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.access-buttons,
.button-row {
  display: flex;
  gap: 82px;
  justify-content: center;
}

.map-card .access-buttons {
  grid-column: 1 / -1;
  gap: 84px;
}

.map-card .access-buttons a {
  border-color: var(--osawa-main);
  color: var(--osawa-main);
}

.access-buttons a,
.button-row a,
.more-link {
  min-width: 178px;
  padding: 17px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--osawa-sub);
  background: var(--osawa-white);
  color: var(--osawa-accent-text);
  text-align: center;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
}

.button-row a {
  padding: 11px 24px;
}

.access-buttons a:hover,
.button-row a:hover,
.more-link:hover {
  background: var(--osawa-main);
  border-color: var(--osawa-main);
  color: var(--osawa-white);
}

.contact-band {
  padding: 88px 24px;
  background: url("../images/contact-clinic-bg.webp") center / cover no-repeat;
}

@media screen and (min-width: 992px) {
  .contact-band {
    min-height: 640px;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .contact-band .contact-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.intro-card,
.treatment-card,
.news-panel {
  background: rgba(255,255,255,.94);
  box-shadow: 0 8px 34px rgba(38,38,38,.06);
}

.contact-box {
  width: min(800px, 100%);
  margin: 0 auto;
  padding: 18px 0px;
  background: transparent;
  text-align: center;
}

.contact-box .section-heading {
  margin-bottom: 30px;
}

.contact-box .section-heading h2 {
  font-size: 30px;
  margin-bottom: 5px;
}

.contact-box .section-heading p {
  font-size: 20px;
}

.contact-box p {
  margin: 0;
  font-size: 20px;
}

.contact-buttons {
  margin-top: 30px;
}

.contact-buttons a {
  gap: 12px;
  padding: 12px 15px;
  background: transparent;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: normal;
}

.contact-buttons a::before {
  content: "";
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: var(--contact-icon) center / contain no-repeat;
  mask: var(--contact-icon) center / contain no-repeat;
}

.contact-buttons img {
  display: none;
}

.contact-buttons .contact-web {
  --contact-icon: url("../images/header-icon-reserve.png");
}

.contact-buttons .contact-line {
  --contact-icon: url("../images/header-icon-line.png");
  border-color: var(--osawa-main);
  color: var(--osawa-main);
}

.contact-buttons .contact-web:hover {
  background: var(--osawa-sub);
  border-color: var(--osawa-sub);
  color: var(--osawa-white);
}

.contact-buttons .contact-line:hover {
  background: var(--osawa-main);
  border-color: var(--osawa-main);
  color: var(--osawa-white);
}

.contact-buttons .contact-line::before {
  width: 28px;
  height: 28px;
}

.notes {
  margin-top: 22px;
  text-align: left;
}

.notes p {
  font-size: 14px;
}

.intro-section {
  padding: 60px 5% 90px;
}

.intro-card {
  width: min(980px, 100%);
  margin: 0 auto;
  background: var(--osawa-bg-secondary);
}

.intro-card > picture {
  width: 90vw;
  max-width: none;
  margin-left: 50%;
  display: block;
  transform: translateX(-50%);
}

.intro-card > picture img {
  width: 100%;
}

.intro-card > div {
  position: relative;
  margin-top: -210px;
  padding: 42px 76px 58px;
  text-align: center;
  background: #fff;
  border-top: 5px solid var(--osawa-main);
}

.intro-card > div > p:not(.lead) {
  text-align: left;
}

.intro-card h2,
.treatment-card h2,
.general-card h2,
.articles h2,
.greeting-section h3 {
  margin: 0 0 18px;
  color: var(--osawa-logo-text);
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
}

.lead {
  color: var(--osawa-accent-text);
  font-family: "Zen Old Mincho", serif;
}

.intro-card h2 {
  color: var(--osawa-accent-text);
  margin-bottom: 0;
}

.intro-card .lead {
  color: var(--osawa-accent-text);
  margin-bottom: 40px;
}

.intro-card .more-link,
.icl .more-link,
.dryeye .more-link,
.greeting-section .more-link {
  margin-top: 18px;
}

.intro-card .more-link {
  background: var(--osawa-main);
  border-color: var(--osawa-main);
  color: var(--osawa-white);
  padding: 14px 0px;
  margin-top: 34px;
}

.intro-card .more-link:hover,
.greeting-section .more-link:hover {
  background: var(--osawa-white);
  border-color: var(--osawa-main);
  color: var(--osawa-main);
}

.treatment-section,
.general-section {
  padding: 82px 24px;
  background: #F1F7F5;
}

.treatment-section.icl {
  padding-top: 74px;
  padding-bottom: 66px;
}

.treatment-section.cataract {
  padding-top: 74px;
  padding-bottom: 0px;
}

.section-photo {
  width: min(950px, 100%);
  margin: 0 auto -42px;
}

.treatment-card {
  width: min(850px, 100%);
  margin: 0 auto;
  padding: 58px 72px;
  position: relative;
}

.treatment-title {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 24px;
  align-items: start;
  margin-bottom: 22px;
}

.treatment-title.reverse {
  grid-template-columns: 260px 1fr;
}

.treatment-title.reverse h2 {
  order: 2;
  text-align: right;
}

.treatment-stat {
  margin: 0;
  color: var(--osawa-accent-text);
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  line-height: 1.25;
}

.treatment-stat-number {
  display: inline-block;
  margin: 4px 0 14px;
  color: var(--osawa-main);
  font-size: 34px;
  line-height: 1.05;
}

.treatment-stat-label {
  display: block;
  color: var(--osawa-logo-text);
  line-height: 1.2;
}

.treatment-stat-note {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}

.cataract .section-photo {
  width: min(1000px, 100%);
  height: 390px;
  object-fit: cover;
  object-position: center;
  margin-bottom: -64px;
}

.treatment-card {
  width: min(850px, 100%);
  padding: 76px 52px 36px;
  border: 1px solid rgba(186,162,103,.72);
  background: rgba(245,245,245,.8);
  box-shadow: none;
}

.cataract .treatment-title {
  display: block;
  margin: 0;
}

.cataract .treatment-title h2 {
  position: absolute;
  top: -244px;
  left: 0;
  margin: 0;
  padding: 10px 28px;
  background: var(--osawa-sub);
  color: var(--osawa-white);
  font-size: 34px;
  line-height: 1.35;
  font-weight: normal;
}

.cataract .treatment-stat {
  position: absolute;
  top: -116px;
  left: 74px;
  width: 173px;
  height: 173px;
  display: grid;
  place-content: center;
  row-gap: 1px;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: var(--osawa-logo-text);
}

.cataract .treatment-stat-number {
  color: var(--osawa-accent-text);
  font-size: 34px;
  font-weight: normal;
}

.cataract .treatment-stat-note {
  color: var(--osawa-logo-text);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}

.cataract .treatment-card > p {
  margin: 0 0 28px;
  line-height: 2;
}

.cataract .button-row {
  margin-top: 36px;
  gap: 52px;
}

.cataract .button-row a {
  min-width: 200px;
  background: #fff;
}

.cataract .button-row a:hover {
  background: var(--osawa-main);
  border-color: var(--osawa-main);
  color: var(--osawa-white);
}

.cataract .button-row a:nth-child(2) {
  min-width: 430px;
}

.icl .section-photo {
  width: min(1000px, 100%);
  height: 390px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 0px;
}

.icl .treatment-title {
  display: block;
  margin: 0;
}

.icl .treatment-title h2 {
  position: absolute;
  top: -234px;
  right: -6px;
  display: grid;
  justify-items: end;
  gap: 18px;
  margin: 0;
  line-height: 1.2;
  text-align: right;
  font-weight: normal;
}

.icl .treatment-title h2 span {
  display: inline-block;
  padding: 10px 30px;
  background: var(--osawa-sub);
  color: var(--osawa-white);
  line-height: 1.2;
}

.icl .treatment-title .icl-title-main {
  min-width: 128px;
  font-size: 36px;
  text-align: center;
}

.icl .treatment-title .icl-title-sub {
  margin: 10px 0 0;
  font-size: 30px;
}

.icl .treatment-stat {
  position: absolute;
  top: -112px;
  right: 188px;
  width: 148px;
  height: 148px;
  display: grid;
  place-content: center;
  row-gap: 1px;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: var(--osawa-logo-text);
}

.icl .treatment-stat-number {
  color: var(--osawa-accent-text);
  font-size: 30px;
}

.icl .treatment-stat-note {
  color: var(--osawa-logo-text);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}

.icl .treatment-card > p {
  margin: 0 0 6px;
  line-height: 1.85;
}

.icl-card-footer {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 205px 205px 1fr;
  gap: 32px;
  align-items: start;
}

.icl-card-footer img {
  width: 205px;
}

.icl-card-footer .more-link {
  margin-top: 0;
  background: transparent;
}

.general-section {
  display: grid;
  gap: 58px;
}

.general-card.treatment-card {
  border: 0;
  background: transparent;
}

.general-card::before {
  content: "";
  position: absolute;
  top: 248px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 1px solid rgba(186,162,103,.72);
  background: rgba(245,245,245,.86);
  pointer-events: none;
}

.general-card > :not(img) {
  position: relative;
  z-index: 2;
}

.general-card img {
  margin: -58px -72px 36px;
  max-width: calc(100% + 144px);
  width: calc(100% + 144px);
}

.general-card:not(.dryeye) {
  padding-top: 318px;
}

.general-card:not(.dryeye) img {
  position: absolute;
  top: -72px;
  left: 50%;
  width: min(1000px, calc(100vw - 48px));
  max-width: none;
  height: 390px;
  margin: 0;
  object-fit: cover;
  object-position: center;
  transform: translateX(-50%);
  z-index: 0;
}

.general-card:not(.dryeye) h2 {
  position: absolute;
  top: 8px;
  left: -20px;
  margin: 0;
  padding: 10px 28px;
  background: var(--osawa-sub);
  color: var(--osawa-white);
  font-size: 30px;
  font-weight: normal;
  line-height: 1.35;
}

.general-card:not(.dryeye) > p {
  margin: 0 0 28px;
  line-height: 2;
}

.general-card.dryeye {
  margin-top: 96px;
  padding-top: 318px;
}

.general-card.dryeye img {
  position: absolute;
  top: -72px;
  left: 50%;
  width: min(1000px, calc(100vw - 48px));
  max-width: none;
  height: 390px;
  margin: 0;
  object-fit: cover;
  object-position: center;
  transform: translateX(-50%);
  z-index: 0;
}

.general-card.dryeye h2 {
  position: absolute;
  top: 18px;
  right: -8px;
  margin: 0;
  padding: 10px 28px;
  background: var(--osawa-sub);
  color: var(--osawa-white);
  font-size: 30px;
  font-weight: normal;
  line-height: 1.35;
}

.general-card.dryeye > p {
  margin: 0 0 34px;
  line-height: 2;
}

.general-card.dryeye .more-link {
  width: fit-content;
  min-width: 200px;
  margin: 48px auto 0;
  display: flex;
  background: transparent;
}

.detail-link,
.icl-card-footer .detail-link,
.general-card.dryeye .detail-link {
  min-width: 200px;
  padding: 12px 24px;
  border-color: var(--osawa-sub);
  background: #fff;
  color: var(--osawa-accent-text);
}

.detail-link:hover,
.icl-card-footer .detail-link:hover,
.general-card.dryeye .detail-link:hover {
  background: var(--osawa-main);
  border-color: var(--osawa-main);
  color: var(--osawa-white);
}

.treatment-list {
  margin: 28px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 120px;
  list-style: none;
}

.general-card:not(.dryeye) .treatment-list {
  margin: 34px 0 36px;
}

.general-card:not(.dryeye) .treatment-list a {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  border-bottom: 1px solid rgba(186,162,103,.72);
  font-family: "Zen Old Mincho", serif;
  font-size: 17px;
}

.general-card:not(.dryeye) .treatment-list a::after {
  content: "→";
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--osawa-main);
  color: var(--osawa-white);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1;
}

.symptoms {
  margin: 38px auto 0;
  padding: 24px 32px;
  border: 0;
  background: var(--osawa-white);
  text-align: center;
}

.symptoms h3 {
  margin: 0 0 24px;
  color: var(--osawa-main);
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
}

.symptoms p {
  margin: 0;
  font-weight: 500;
  line-height: 1.75;
}

.articles {
  width: min(860px, calc(100% - 48px));
  margin: 86px auto 116px;
}

.articles h2 {
  margin: 0 0 62px;
  display: grid;
  grid-template-columns: 90px max-content 1fr;
  gap: 24px;
  align-items: center;
  color: var(--osawa-logo-text);
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.5;
}

.articles h2::before,
.articles h2::after {
  content: "";
  height: 8px;
  background: repeating-linear-gradient(
    120deg,
    var(--osawa-main) 0 3px,
    transparent 3px 8px
  );
}

.article-grid {
  --article-row-gap: 108px;
  --article-column-gap: 46px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--article-row-gap) var(--article-column-gap);
}

.article-card__link {
  display: block;
  color: inherit;
}

.article-thumb {
  height: 208px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  background: var(--osawa-white);
  overflow: hidden;
}

.article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.article-card h3 {
  min-height: 80px;
  margin: 0 0 20px;
  color: var(--osawa-accent-text);
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  line-height: 1.5;
  font-weight: normal;
}

.article-card p {
  min-height: 156px;
  margin: 0 0 4px;
  font-size: 20px;
  line-height: 1.7;
}

.article-card time {
  color: var(--osawa-logo-text);
  font-size: 13px;
}

.article-card:nth-child(2n + 1) {
  position: relative;
}

.article-card:nth-child(2n + 1)::after {
  content: "";
  position: absolute;
  left: calc(100% + (var(--article-column-gap) / 2));
  bottom: calc(var(--article-row-gap) / -2);
  width: calc(200% + var(--article-column-gap));
  height: 1px;
  background: rgba(38,38,38,.14);
  transform: translateX(-50%);
}

.article-card:nth-child(2n + 1):nth-last-child(-n + 2)::after {
  bottom: -35px;
}

.feature-section {
  padding: 74px 24px 94px;
  background:
    url("../images/group-225.webp") center / cover fixed;
}

.feature-section .section-heading h2 {
  color: var(--osawa-white);
}

.feature-section .section-heading h2 {
  font-size: 47px;
}

.feature-section .section-heading p {
  color: #E0CB97;
  font-size: 20px;
  text-align: center;
  text-justify: auto;
}

.feature-grid {
  width: min(860px, 100%);
  margin: 54px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 392px));
  gap: 58px 76px;
  justify-content: center;
}

.feature-card {
  position: relative;
  min-height: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

@media screen and (min-width: 992px) {
  .feature-card:not(:first-child) {
    display: flex;
    flex-direction: column;
  }

  .feature-card:not(:first-child) > div {
    flex: 1 1 auto;
  }
}

.feature-card-04,
.feature-card-05 {
  transform: translateX(-15px);
}

.feature-card:first-child {
  grid-column: 1 / -1;
  width: min(860px, 100%);
  min-height: 374px;
  margin: 0 auto 2px;
  overflow: visible;
  background: var(--osawa-white);
  justify-self: center;
}

.feature-card span {
  position: absolute;
  top: -32px;
  left: 24px;
  z-index: 2;
  width: 64px;
  height: 64px;
  place-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--osawa-main);
  color: var(--osawa-white);
  font-family: "Zen Old Mincho", serif;
  font-size: 34px;
}

.feature-card img {
  width: 100%;
  height: 218px;
  object-fit: cover;
  object-position: right;
}

.feature-card:first-child img {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 100%;
  object-position: right center;
}

.feature-card div {
  margin: -28px auto 0;
  width: calc(100% - 24px);
  min-height: 250px;
  padding: 26px 27px;
  position: relative;
  background: var(--osawa-white);
}

.feature-card:first-child div {
  width: min(430px, 56%);
  min-height: 0;
  margin: 0;
  padding: 68px 0 54px 50px;
  background: transparent;
  position: relative;
  z-index: 1;
}

.feature-card h3 {
  margin: 0 0 18px;
  color: var(--osawa-accent-text);
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
}

.feature-card p {
  margin: 0;
  line-height: 1.7;
  font-weight: normal;
}

.download-section {
  padding: 72px 24px;
  background: var(--osawa-bg-secondary);
}

.news-section {
  padding: 66px 24px;
  background: var(--osawa-main);
  display: grid;
  justify-items: center;
}

.news-section .section-heading h2,
.news-section .section-heading p {
  color: var(--osawa-logo-text);
}

.news-section .section-heading h2 {
  font-size: 30px;
}

.news-section .section-heading p {
  font-size: 20px;
}

.news-panel {
  width: min(850px, 100%);
  padding-bottom: 40px;
  background: var(--osawa-white);
}

.news-section .section-heading,
.news-section dl {
  width: 100%;
  background: var(--osawa-white);
}

.news-section .section-heading {
  padding: 44px 48px 18px;
}

.news-section .section-heading p {
  color: var(--osawa-sub);
}

.news-section dl {
  margin: 0;
  max-height: 230px;
  padding: 8px 52px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.news-section dl div {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 42px;
  padding: 22px 8px;
  border-bottom: 1px solid rgba(38,38,38,.12);
}

.news-section dt {
  color: var(--osawa-logo-text);
  font-weight: normal;
}

.news-section dd {
  margin: 0;
  font-weight: normal;
}

.news-section dd a {
  color: inherit;
}

.news-section dd a:hover {
  color: var(--osawa-main);
}

.news-empty {
  width: 100%;
  margin: 0;
  padding: 8px 52px 0;
  background: var(--osawa-white);
  font-weight: normal;
}

.greeting-section {
  width: 100%;
  min-height: 720px;
  margin: 0;
  display: grid;
  grid-template-columns: 520px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 34px 44px;
  align-items: end;
  position: relative;
  overflow: hidden;
  background: var(--osawa-bg-secondary);
}

.greeting-heading {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  position: relative;
  z-index: 2;
  margin: 56px max(56px, calc(50vw - 425px)) 0 0;
}

.greeting-section .section-heading h2 {
  font-size: 30px;
}

.greeting-section .section-heading p {
  font-size: 20px;
}

.greeting-visual {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: end;
  position: relative;
  z-index: 1;
}

.greeting-visual picture {
  display: block;
}

.greeting-visual img {
  width: 1040px;
  max-width: none;
  margin-left: -92px;
  display: block;
}

.greeting-content {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  position: relative;
  z-index: 2;
  padding: 0 max(56px, calc(50vw - 425px)) 54px 0;
}

.greeting-section h3 {
  margin-bottom: 28px;
  color: var(--osawa-accent-text);
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}

.greeting-section .more-link {
  width: fit-content;
  min-width: 220px;
  margin: 42px auto 0;
  display: flex;
  background: var(--osawa-main);
  border-color: var(--osawa-main);
  color: var(--osawa-white);
}

.doctor-name {
  position: absolute;
  left: 258px;
  bottom: 112px;
  z-index: 2;
  margin: 0;
  padding: 16px 32px;
  background: var(--osawa-white);
  box-shadow: 3px 3px 5px rgba(38,38,38,.16);
  color: var(--osawa-logo-text);
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  line-height: 1.4;
}

.site-footer {
  background: var(--osawa-main);
  color: var(--osawa-white);
}

.footer-access {
  padding: 72px 0 56px;
  background: var(--osawa-bg);
  color: var(--osawa-text);
  box-shadow: 0 0 0 100vmax var(--osawa-bg);
  clip-path: inset(0 -100vmax);
}

.footer-access {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  gap: 48px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.footer-info {
  font-size: 15px;
  line-height: 1.9;
}

.footer-info table {
  margin-bottom: 22px;
}

.footer-info table th,
.footer-info table td {
  padding: 9px 7px;
  border-bottom: 1px solid rgba(186,162,103,.5);
  color: var(--osawa-text);
  background: var(--osawa-bg);
  font-weight: 600;
}

.footer-info table tbody th {
  color: var(--osawa-logo-text);
}

.footer-info p {
  margin: 8px 0;
}

.footer-info strong {
  min-width: 78px;
  display: inline-block;
  color: var(--osawa-accent-text);
  font-family: "Zen Old Mincho", serif;
}

.footer-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0 36px;
  display: grid;
  grid-template-columns: .55fr 1fr;
  gap: 28px 58px;
}

.footer-map .map-embed {
  min-height: 240px;
}

.footer-map .access-buttons {
  margin-top: 20px;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 8px 34px;
}

.footer-nav a:hover {
  color: var(--osawa-sub);
}

.footer-treatments p {
  margin: 0 0 8px;
}

.footer-treatments a {
  display: inline-block;
  margin-right: 18px;
}

.copyright {
  margin: 0;
  padding: 18px 24px;
  text-align: right;
  font-size: 12px;
}

.sp-fixed-actions {
  display: none;
}

.osawa-front-page table:not(.has-border-color) :where(th, td) {
  border: none;
}
