@charset "UTF-8";
/* レスポンシブ設定 */
@media screen and (min-width: 321px) {
  .ssp {
    display: none;
  }
}
@media screen and (min-width: 541px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nb {
    display: none;
  }
}
:root {
  --base-black:#3C3C3C;
  --base-darkgray:#858585;
  --base-gray:#CCCCCC;
  --base-lightgray:#EAEAEA;
  --base-blightgray:#F6F6F6;
  --base-white:#ffffff;
  --blue-dark:#6068D5;
  --blue-main:#7980E9;
  --blue-light:#E2E4FF;
  --blue-blight:#F6F7FF;
  --sky-moredark:#199FB4;
  --sky-dark:#1EBED7;
  --sky-main:#79DAE9;
  --sky-light:#E3FCFF;
  --sky-blight:#F2FEFF;
  --green-dark:#2AC854;
  --green-main:#82E36C;
  --green-light:#E3FFDD;
  --green-blight:#F1FFEE;
  --accent-gradation:linear-gradient(135deg,var(--green-main),var(--sky-main),var(--blue-main));
  --accent-light-gradation:linear-gradient(135deg,var(--green-light),var(--sky-light),var(--blue-light));
}

header {
  background-color: var(--base-white);
  border-bottom: 1px solid var(--base-gray);
}

.top-title {
  margin-top: 90px;
  padding: 45px 0 60px;
  background: url(../img/info/faq-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.top-title h1 {
  font-size: 27px;
  margin-bottom: 5px;
  text-align: center;
  color: var(--base-white);
  text-shadow: 0px 0px 10px black;
}
.top-title p {
  text-align: center;
  color: var(--base-white);
  font-size: 13px;
  text-shadow: 0px 0px 10px black;
}
.top-title.price {
  background: url(../img/info/price-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 60px 0 80px;
}
.top-title.copy {
  padding: 0 0 60px;
  background: none;
}
.top-title.copy .text {
  margin-top: -60px;
  padding: 0 12px;
}
.top-title.copy .text h1 {
  color: var(--base-black);
  text-shadow: none;
  text-align: left;
  margin-bottom: 20px;
}
.top-title.copy .text h1 span {
  padding: 3px 10px;
  background: var(--base-white);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  display: inline-block;
  margin-bottom: 5px;
}
.top-title.copy .text p {
  text-shadow: none;
  color: var(--base-black);
  text-align: left;
}

.faq-content section {
  padding: 60px 0;
}
.faq-content section.bg-white {
  background: var(--base-white);
}
.faq-content section.bg-gray {
  background: var(--base-blightgray);
}
.faq-content section.bg-sky {
  background: var(--blue-blight);
}
.faq-content section.bg-green {
  background: var(--green-blight);
}
.faq-content h2 {
  text-align: center;
  font-family: "Bold";
  line-height: 1.3;
  color: var(--base-darkgray);
  margin-bottom: 30px;
}
.faq-content h2.sky-title {
  color: var(--sky-moredark);
}
.faq-content h2.green-title {
  color: var(--green-dark);
}
.faq-content .faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 640px;
  margin: 0 auto;
}
.faq-content .faq-list .faq-card {
  background: var(--base-white);
  border: 1px solid var(--base-gray);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-content .faq-list .faq-card .faq-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.faq-content .faq-list .faq-card .faq-row span.badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 11px;
  font-family: "Bold";
  line-height: 16px;
  white-space: nowrap;
}
.faq-content .faq-list .faq-card .faq-row span.badge.badge-q {
  background: var(--base-black);
  color: var(--base-white);
}
.faq-content .faq-list .faq-card .faq-row span.badge.badge-q-sky {
  background: var(--sky-dark);
  color: var(--base-white);
}
.faq-content .faq-list .faq-card .faq-row span.badge.badge-q-green {
  background: var(--green-dark);
  color: var(--base-white);
}
.faq-content .faq-list .faq-card .faq-row span.badge.badge-a {
  background: var(--base-white);
  color: var(--base-black);
  border: 1px solid #3b3b3b;
  font-family: "Inter", sans-serif;
}
.faq-content .faq-list .faq-card .faq-row span.badge.badge-a-sky {
  background: var(--base-white);
  color: var(--sky-dark);
  border: 1px solid var(--sky-dark);
  font-family: "Inter", sans-serif;
}
.faq-content .faq-list .faq-card .faq-row span.badge.badge-a-green {
  background: var(--base-white);
  color: var(--green-dark);
  border: 1px solid var(--green-dark);
  font-family: "Inter", sans-serif;
}
.faq-content .faq-list .faq-card .faq-row p.q-text {
  font-family: "Bold";
  line-height: 22px;
  flex: 1;
}
.faq-content .faq-list .faq-card .faq-row p.a-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  flex: 1;
}
.faq-content .faq-list .faq-card .divider {
  height: 1px;
  background: var(--base-gray);
  width: 100%;
}
.faq-content .cta-section h2 {
  color: var(--base-white);
}

.price-content .point {
  padding: 20px 0 35px;
}
.price-content .point .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.price-content .point .flex .circle {
  width: 114px;
  height: 114px;
  border-radius: 100%;
  border: 1px solid var(--blue-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-content .point .flex .circle p {
  text-align: center;
  font-family: "Bold";
  font-size: 16px;
  color: var(--blue-dark);
}
.price-content .menu-section {
  width: 100%;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.price-content .menu-section.bg-green-light {
  background: var(--green-blight);
}
.price-content .menu-section.bg-white {
  background: var(--base-white);
}
.price-content .menu-section.bg-sky-light {
  background: var(--sky-blight);
}
.price-content .menu-section.bg-blue-light {
  background: var(--blue-blight);
}
.price-content .menu-section.bg-gray-light {
  background: var(--base-blightgray);
}
.price-content h2.section-title {
  font-size: 23px;
  font-family: "Bold";
  line-height: 30px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.price-content h2.section-title.text-green-dark {
  color: var(--green-dark);
}
.price-content h2.section-title.text-sky-dark {
  color: var(--sky-moredark);
}
.price-content h2.section-title.text-blue-dark {
  color: var(--blue-dark);
}
.price-content h2.section-title.text-dark-gray {
  color: var(--base-darkgray);
}
.price-content h2.section-title.text-black {
  color: var(--base-black);
}
.price-content p.disclaimer {
  font-size: 11px;
  color: var(--base-darkgray);
  line-height: 1.5;
  margin: 10px auto 40px;
}
.price-content .menu-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  margin-bottom: 40px;
}
.price-content .menu-table tbody tr td {
  background: var(--base-white);
  padding: 12px 16px;
  vertical-align: middle;
}
.price-content .menu-table tbody tr td:first-child {
  border-radius: 10px 0 0 10px;
}
.price-content .menu-table tbody tr td:last-child {
  border-radius: 0 10px 10px 0;
  text-align: right;
  white-space: nowrap;
}
.price-content .menu-table tbody tr td span.item-name {
  font-size: 16px;
  font-family: "Bold";
  line-height: 18px;
  color: var(--base-black);
  display: block;
}
.price-content .menu-table tbody tr td span.item-sub {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: var(--base-darkgray);
  display: block;
  margin-top: 4px;
}
.price-content .menu-table tbody tr td span.item-price {
  font-size: 18px;
  font-family: "Bold";
  color: var(--base-black);
}
.price-content .menu-table tbody tr td span.item-price .unit {
  font-size: 13px;
  font-weight: 400;
}
.price-content .menu-table.bordered tbody tr td {
  border-top: 1px solid var(--base-lightgray);
  border-bottom: 1px solid var(--base-lightgray);
}
.price-content .menu-table.bordered tbody tr td:first-child {
  border-left: 1px solid var(--base-lightgray);
}
.price-content .menu-table.bordered tbody tr td:last-child {
  border-right: 1px solid var(--base-lightgray);
}
.price-content a.btn-outline {
  display: block;
  width: 100%;
  padding: 15px 0;
  background: var(--base-white);
  border-radius: 8px;
  border: 1.5px solid;
  font-size: 16px;
  font-family: "Bold";
  text-align: center;
  cursor: pointer;
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  transition: opacity 0.15s;
}
.price-content a.btn-outline:hover {
  opacity: 0.75;
}
.price-content a.btn-outline.btn-green {
  border-color: var(--green-dark);
  color: #1a9e3e;
}
.price-content a.btn-outline.btn-gray {
  border-color: var(--base-black);
  color: var(--base-black);
}
.price-content a.btn-outline.btn-sky {
  border-color: #189fb4;
  color: #189fb4;
}
.price-content a.btn-outline.btn-blue {
  border-color: #6068d5;
  color: #4a54c8;
}
.price-content {
  /* ── マンジャロ ── */
}
.price-content .detox-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.price-content .detox-inner .price-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", Helvetica, sans-serif;
}
.price-content .detox-inner .price-table thead tr {
  background: #f5f5f5;
  height: 36px;
}
.price-content .detox-inner .price-table th {
  font-size: 11px;
  font-family: "Medium";
  color: var(--base-darkgray);
  padding: 8px 16px;
  text-align: center;
}
.price-content .detox-inner .price-table th:first-child {
  text-align: left;
}
.price-content .detox-inner .price-table th:last-child {
  text-align: right;
}
.price-content .detox-inner .price-table td {
  padding: 10px 16px;
  font-size: 12px;
  border-bottom: 1px solid #f0f0f0;
  color: var(--base-black);
  text-align: center;
}
.price-content .detox-inner .price-table td:first-child {
  text-align: left;
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 13px;
}
.price-content .detox-inner .price-table td:last-child {
  text-align: right;
  color: #1a9e3e;
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 14px;
}
.price-content .detox-inner .detox-part {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.price-content .detox-inner .detox-part h3.subsection-header {
  font-size: 16px;
  font-family: "Bold";
  color: var(--base-black);
}
.price-content {
  /* ── 美容内服 ── */
}
.price-content .oral-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", Helvetica, sans-serif;
}
.price-content .oral-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
  background: var(--base-white);
  vertical-align: middle;
}
.price-content .oral-table td:last-child {
  text-align: right;
  white-space: nowrap;
  font-size: 15px;
  font-family: "Inter", Helvetica, sans-serif;
}
.price-content .oral-table td span.oral-name {
  font-size: 14px;
  font-family: "Medium";
  color: var(--base-black);
  display: block;
}
.price-content .oral-table td span.oral-cat {
  font-size: 12px;
  font-weight: 400;
  color: var(--base-darkgray);
  display: block;
  margin-top: 2px;
}
.price-content {
  /* ── 性病検査 ── */
}
.price-content .sti-subsection {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.price-content .sti-subsection .sti-header {
  border-bottom: 1.5px solid var(--green-dark);
  padding-bottom: 10px;
}
.price-content .sti-subsection .sti-header h3 {
  font-size: 18px;
  font-family: "Bold";
  line-height: 22px;
  color: var(--base-black);
}
.price-content .sti-subsection p.sti-note {
  font-size: 12px;
  line-height: 18px;
  color: var(--base-black);
}
.price-content .sti-subsection table.menu-table {
  margin-bottom: 0px;
}
.price-content .common-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.price-content .common-block .info-card {
  width: 100%;
  background: var(--base-white);
  border-radius: 10px;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.price-content .common-block .info-card h3 {
  font-size: 16px;
  font-family: "Bold";
  line-height: 20px;
  color: var(--base-black);
}
.price-content .common-block .info-card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: var(--base-black);
}

.access .top-title {
  background: url(../img/info/access-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 75px 0 95px;
}
.access .clinic-overview {
  padding-top: 50px;
}
.access .clinic-overview .section-title {
  text-align: center;
  font-size: 23px;
  font-family: "Bold";
  line-height: 30px;
  color: var(--base-black);
  margin-bottom: 22px;
}
.access .clinic-overview .info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.access .clinic-overview .info-list .info-item {
  background: var(--base-blightgray);
  border-radius: 8px;
  padding: 12px 16px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  min-height: 52px;
  align-items: center;
}
.access .clinic-overview .info-list .info-item .info-label {
  font-size: 13px;
  font-family: "Medium";
  line-height: 18px;
  color: var(--base-darkgray);
}
.access .clinic-overview .info-list .info-item .info-value {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--base-black);
}
.access .hours-section .hours-inner {
  position: relative;
  z-index: 1;
  max-width: 389px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.access .hours-section .hours-title {
  font-size: 23px;
  font-family: "Bold";
  line-height: 40px;
  color: var(--base-white);
  text-align: center;
}
.access .hours-section .hours-card {
  background: var(--base-white);
  border-radius: 8px;
  padding: 25px 12px;
  width: 100%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.access .hours-section .hours-card .hours-rows {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.access .hours-section .hours-card .hours-rows .hours-row {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
.access .hours-section .hours-card .hours-rows .hours-row .hours-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  min-width: 80px;
  height: 28px;
  border-radius: 3px;
  border: 1px solid;
  background: var(--base-white);
  font-size: 13px;
  font-family: "Bold";
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}
.access .hours-section .hours-card .hours-rows .hours-row .hours-badge.badge-visit {
  border-color: var(--blue-dark);
  color: var(--blue-dark);
}
.access .hours-section .hours-card .hours-rows .hours-row .hours-badge.badge-online {
  border-color: var(--sky-dark);
  color: var(--sky-moredark);
}
.access .hours-section .hours-card .hours-rows .hours-row .hours-badge.badge-closed {
  border-color: #848484;
  color: var(--base-darkgray);
}
.access .hours-section .hours-card .hours-rows .hours-row .hours-content {
  flex: 1;
  min-width: 0;
}
.access .hours-section .hours-card .hours-rows .hours-row .hours-content p.hours-main {
  font-size: 16px;
  font-family: "Medium";
  line-height: 20px;
}
.access .hours-section .hours-card .hours-rows .hours-row .hours-content p.hours-note {
  font-size: 12px;
  font-family: "Medium";
  line-height: 18px;
  color: var(--base-darkgray);
  margin-top: 4px;
}
.access .hours-section p.hours-disclaimer {
  font-size: 12px;
  font-family: "Medium";
  line-height: 18px;
  width: 100%;
}
.access .directions {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.access .directions .directions-title {
  font-size: 23px;
  font-family: "Bold";
  line-height: 35px;
  text-align: center;
}
.access .directions .directions-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.access .directions .directions-content .map-placeholder {
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  background: #9c9c9c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.access .directions .directions-content .map-placeholder iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.access .directions .directions-content .steps-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.access .directions .directions-content .steps-list .step-card {
  background: var(--base-white);
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.access .directions .directions-content .steps-list .step-card .step-number {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  background: var(--base-black);
  color: var(--base-white);
  font-size: 12px;
  font-family: "Bold";
  display: flex;
  align-items: center;
  justify-content: center;
}
.access .directions .directions-content .steps-list .step-card .step-text {
  flex: 1;
  font-size: 14px;
  font-family: "Medium";
  line-height: 22px;
}
.access .directions .directions-content .tip-card {
  background: var(--base-white);
  border-radius: 8px;
  padding: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.access .visitor-section .visitor-title {
  font-size: 23px;
  font-family: "Bold";
  line-height: 40px;
  color: var(--base-white);
  text-align: center;
  margin-bottom: 35px;
}
.access .visitor-section .guideline-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.access .visitor-section .guideline-list .guideline-card {
  background: var(--base-white);
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 15px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.access .visitor-section .guideline-list .guideline-card .guideline-icon {
  width: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.access .visitor-section .guideline-list .guideline-card .guideline-body {
  flex: 1;
  min-width: 0;
}
.access .visitor-section .guideline-list .guideline-card .guideline-body .guideline-heading {
  font-size: 16px;
  font-family: "Bold";
  line-height: 22px;
  color: var(--blue-dark);
  margin-bottom: 10px;
}
.access .visitor-section .guideline-list .guideline-card .guideline-body .guideline-desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: var(--base-darkgray);
}

.doctor-content .top-title {
  background: none;
  padding: 0;
}
.doctor-content .profile-section {
  padding: 40px 0 60px;
}
.doctor-content .profile-section .profile-header {
  margin-bottom: 30px;
}
.doctor-content .profile-section .profile-header .profile-name-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 6px;
}
.doctor-content .profile-section .profile-header .profile-name-row h2.profile-name {
  font-size: 25px;
  font-family: "Bold";
  line-height: 1.44;
}
.doctor-content .profile-section .profile-header .profile-name-row span.profile-kana {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--base-darkgray);
}
.doctor-content .profile-section .profile-header p.profile-title {
  font-size: 14px;
  font-family: "Medium";
  line-height: 1.57;
  color: var(--base-darkgray);
}
.doctor-content .profile-section .profile-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.doctor-content .profile-section .profile-cards .profile-card {
  border-radius: 8px;
  padding: 16px;
}
.doctor-content .profile-section .profile-cards .profile-card.green {
  background: var(--green-blight);
}
.doctor-content .profile-section .profile-cards .profile-card.sky {
  background: var(--sky-blight);
}
.doctor-content .profile-section .profile-cards .profile-card.blue {
  background: var(--blue-blight);
}
.doctor-content .profile-section .profile-cards .profile-card p.profile-card-title {
  font-size: 16px;
  font-family: "Bold";
  line-height: 1.25;
  margin-bottom: 8px;
  text-align: left;
}
.doctor-content .profile-section .profile-cards .profile-card ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.doctor-content .profile-section .profile-cards .profile-card ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  color: var(--base-darkgray);
  margin-left: 15px;
}
.doctor-content .message-section {
  background: url(../img/info/message-bg.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 60px 0;
}
.doctor-content .message-section h2.section-heading {
  text-align: center;
  font-size: 23px;
  font-family: "Bold";
  line-height: 1.3;
  margin-bottom: 35px;
}
.doctor-content .message-section .message-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.doctor-content .message-section .message-body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.86;
}
.doctor-content .message-section p.message-signature {
  text-align: right;
  margin-top: 34px;
  font-size: 14px;
  font-family: "Medium";
  line-height: 1.57;
}
.doctor-content .highlights-section {
  padding-bottom: 80px;
}
.doctor-content .highlights-section h2.section-heading {
  color: var(--base-white);
  margin-bottom: 35px;
}
.doctor-content .highlights-section .highlights-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
}
.doctor-content .highlights-section .highlights-list .highlight-card {
  display: flex;
  align-items: center;
}
.doctor-content .highlights-section .highlights-list .highlight-card .highlight-icon {
  z-index: 2;
}
.doctor-content .highlights-section .highlights-list .highlight-card .highlight-icon img {
  width: 92px;
  height: 92px;
}
.doctor-content .highlights-section .highlights-list .highlight-card .highlight-text {
  border-radius: 12px;
  background-color: var(--base-white);
  padding: 18px 12px;
  padding-left: 55px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: -45px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.doctor-content .highlights-section .highlights-list .highlight-card .highlight-text .highlight-title {
  font-size: 16px;
  font-family: "Bold";
  line-height: 1.25;
}
.doctor-content .highlights-section .highlights-list .highlight-card .highlight-text .highlight-desc {
  font-size: 12px;
  font-family: "Medium";
  line-height: 1.5;
  color: var(--base-darkgray);
}
.doctor-content .doctors-section {
  background: var(--base-blightgray);
  padding: 60px 0;
}
.doctor-content .doctors-section h2.section-heading {
  color: var(--base-black);
  margin-bottom: 20px;
}
.doctor-content .doctors-section p.doctors-intro {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.64;
  color: var(--base-black);
  margin-bottom: 20px;
}
.doctor-content .doctors-section p.doctors-note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--base-darkgray);
  max-width: 342px;
  margin: 0 auto;
}
.doctor-content .doctors-section .doctors-card {
  background: var(--base-white);
  border-radius: 8px;
  padding: 5px 20px;
  max-width: 342px;
  margin: 0 auto 20px;
}
.doctor-content .doctors-section .doctors-card .doctor-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}
.doctor-content .doctors-section .doctors-card .doctor-item .doctor-avatar {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  overflow: hidden;
}
.doctor-content .doctors-section .doctors-card .doctor-item .doctor-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.doctor-content .doctors-section .doctors-card .doctor-item .doctor-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.doctor-content .doctors-section .doctors-card .doctor-item .doctor-info .doctor-name {
  font-size: 15px;
  font-family: "Medium";
  line-height: 1.33;
}
.doctor-content .doctors-section .doctors-card .doctor-item .doctor-info .doctor-detail {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
}
.doctor-content .doctors-section .doctors-card .doctor-item + .doctor-item {
  border-top: 1px solid var(--base-gray);
}

.flow-content .guides-section {
  background: var(--accent-light-gradation);
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.flow-content .guides-section .guides-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.flow-content .guides-section .guides-header .logo {
  height: 28px;
  max-width: 314px;
  -o-object-fit: contain;
     object-fit: contain;
}
.flow-content .guides-section .guides-header h2 {
  font-size: 25px;
  font-family: "Bold";
  line-height: 1;
  color: var(--sky-moredark);
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  text-align: center;
}
.flow-content .guides-section .cards-container {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.flow-content .guides-section .cards-container .guide-card {
  width: 100%;
  background: var(--base-white);
  border-radius: 12px;
  border: 1px solid;
  overflow: hidden;
}
.flow-content .guides-section .cards-container .guide-card .card-header {
  padding: 24px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.flow-content .guides-section .cards-container .guide-card .card-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  opacity: 0.6;
}
.flow-content .guides-section .cards-container .guide-card .card-header {
  /* overlay for readability */
}
.flow-content .guides-section .cards-container .guide-card .card-header > * {
  position: relative;
}
.flow-content .guides-section .cards-container .guide-card .card-header .card-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.flow-content .guides-section .cards-container .guide-card .card-header .card-title-row h3 {
  font-size: 20px;
  font-family: "Bold";
  color: var(--base-white);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.flow-content .guides-section .cards-container .guide-card .card-header .card-title-row .badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 100px;
  font-size: 12px;
  font-family: "Medium";
  color: var(--base-white);
}
.flow-content .guides-section .cards-container .guide-card .card-header .card-title-row .badge.green {
  background: var(--green-main);
}
.flow-content .guides-section .cards-container .guide-card .card-header .card-title-row .badge.sky {
  background: var(--sky-dark);
}
.flow-content .guides-section .cards-container .guide-card .card-header .card-title-row .badge.blue {
  background: var(--blue-main);
}
.flow-content .guides-section .cards-container .guide-card .card-header .card-description {
  font-family: "Medium";
  line-height: 1.4;
  color: var(--base-white);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.flow-content .guides-section .cards-container .guide-card .card-header .card-description.sm {
  font-size: 14px;
}
.flow-content .guides-section .cards-container .guide-card .card-header .card-description.xs {
  font-size: 13px;
}
.flow-content .guides-section .cards-container .guide-card .card-divider {
  height: 2px;
  width: 100%;
}
.flow-content .guides-section .cards-container .guide-card .card-body {
  background: var(--base-white);
  padding: 20px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.flow-content .guides-section .cards-container .guide-card .card-body .step-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.flow-content .guides-section .cards-container .guide-card .card-body .step-row .step-number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.flow-content .guides-section .cards-container .guide-card .card-body .step-row .step-number span {
  font-size: 11px;
  font-family: "Bold";
  color: var(--base-white);
}
.flow-content .guides-section .cards-container .guide-card .card-body .step-row .step-content {
  flex: 1;
}
.flow-content .guides-section .cards-container .guide-card .card-body .step-row .step-content h4 {
  font-size: 15px;
  font-family: "Bold";
  line-height: 1.4;
  margin-bottom: 2px;
}
.flow-content .guides-section .cards-container .guide-card .card-body .step-row .step-content p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--base-darkgray);
}
.flow-content .guides-section .cards-container .guide-card .card-body .card-note {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--base-darkgray);
}
.flow-content .guides-section .cards-container .guide-card.green {
  border-color: var(--green-main);
}
.flow-content .guides-section .cards-container .guide-card.green .card-header {
  background-color: rgba(18, 114, 44, 0.8);
  background-blend-mode: multiply;
  background-image: url("../img/info/card-header_chat.png");
}
.flow-content .guides-section .cards-container .guide-card.green .card-divider {
  background: var(--green-main);
}
.flow-content .guides-section .cards-container .guide-card.green .step-number {
  background: var(--green-dark);
}
.flow-content .guides-section .cards-container .guide-card.sky {
  border-color: var(--sky-main);
}
.flow-content .guides-section .cards-container .guide-card.sky .card-header {
  background-color: rgba(25, 159, 180, 0.8);
  background-blend-mode: multiply;
  background-image: url("../img/info/card-header_online.png");
}
.flow-content .guides-section .cards-container .guide-card.sky .card-divider {
  background: var(--sky-main);
}
.flow-content .guides-section .cards-container .guide-card.sky .step-number {
  background: var(--sky-dark);
}
.flow-content .guides-section .cards-container .guide-card.blue {
  border-color: var(--blue-main);
}
.flow-content .guides-section .cards-container .guide-card.blue .card-header {
  background-color: rgba(96, 104, 213, 0.8);
  background-blend-mode: multiply;
  background-image: url("../img/info/card-header_clinic.png");
}
.flow-content .guides-section .cards-container .guide-card.blue .card-divider {
  background: var(--blue-main);
}
.flow-content .guides-section .cards-container .guide-card.blue .step-number {
  background: var(--blue-dark);
}
.flow-content .guides-section .cards-container .info-box {
  width: 100%;
  background: var(--base-white);
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.flow-content .guides-section .cards-container .info-box svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--base-black);
}
.flow-content .guides-section .cards-container .info-box span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--base-black);
}
.flow-content .pricing-section {
  background: var(--base-white);
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.flow-content .pricing-section h2 {
  font-size: 23px;
  font-family: "Bold";
  line-height: 1.3;
  color: var(--base-black);
  text-align: center;
  margin-bottom: 30px;
}
.flow-content .pricing-section .pricing-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.flow-content .pricing-section .pricing-list .pricing-item {
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 119px 1fr;
  min-height: 55px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.flow-content .pricing-section .pricing-list .pricing-item .pricing-label {
  display: flex;
  align-items: center;
  padding: 12px 11px;
}
.flow-content .pricing-section .pricing-list .pricing-item .pricing-label.green {
  background: var(--green-dark);
}
.flow-content .pricing-section .pricing-list .pricing-item .pricing-label.sky {
  background: var(--sky-dark);
}
.flow-content .pricing-section .pricing-list .pricing-item .pricing-label.blue {
  background: var(--blue-dark);
}
.flow-content .pricing-section .pricing-list .pricing-item .pricing-label span {
  white-space: nowrap;
  font-size: 14px;
  font-family: "Medium";
  line-height: 1.15;
  color: var(--base-white);
}
.flow-content .pricing-section .pricing-list .pricing-item .pricing-value {
  display: flex;
  align-items: center;
  background: var(--base-white);
  padding: 15px 11px;
}
.flow-content .pricing-section .pricing-list .pricing-item .pricing-value .val {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.15;
}
.flow-content .pricing-section .pricing-list .pricing-item .pricing-value .val small {
  font-size: 12px;
  display: block;
  line-height: 1.4;
}
.flow-content .pricing-section .notes-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 20px;
}
.flow-content .pricing-section .notes-list p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.about-content .top-title.copy {
  padding-bottom: 35px;
}
.about-content .top-title.copy .text p {
  font-size: 16px;
  font-family: "Bold";
}
.about-content {
  /* ===== SECTION: CareNarrative ===== */
}
.about-content .care-narrative {
  padding: 60px 0 80px;
  text-align: center;
  background: url(../img/info/about-message-bg.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-content .care-narrative h2 {
  font-size: 23px;
  font-family: "Bold";
  line-height: 1.55;
  margin-bottom: 25px;
}
.about-content .care-narrative p {
  font-size: 15px;
  line-height: 1.6;
}
.about-content .care-narrative p + p {
  margin-top: 0;
}
.about-content .care-narrative .spacer {
  height: 24px;
}
.about-content .experience-showcase {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
.about-content .experience-showcase h2 {
  font-size: 23px;
  font-family: "Bold";
  line-height: 2.5rem;
  color: var(--base-white);
  text-align: center;
  margin-bottom: 30px;
}
.about-content .experience-showcase .exp-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.about-content .experience-showcase .exp-list .exp-item {
  position: relative;
  padding-left: 45px;
}
.about-content .experience-showcase .exp-list .exp-item .exp-card {
  min-height: 92px;
  background: var(--base-white);
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 22px 0 22px 60px;
  display: flex;
  align-items: center;
}
.about-content .experience-showcase .exp-list .exp-item .exp-card .exp-card-inner {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.about-content .experience-showcase .exp-list .exp-item .exp-card .exp-card-inner h3 {
  font-size: 16px;
  font-family: "Bold";
  line-height: 1.25;
}
.about-content .experience-showcase .exp-list .exp-item .exp-card .exp-card-inner p {
  font-size: 12px;
  font-family: "Medium";
  line-height: 1.5;
  color: var(--base-darkgray);
}
.about-content .experience-showcase .exp-list .exp-item .exp-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 92px;
  height: 92px;
  background: var(--green-blight);
  border: 2px solid var(--base-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.about-content .first-time-assurance h2 {
  font-size: 23px;
  font-family: "Bold";
  line-height: 2.5rem;
  color: var(--base-white);
  text-align: center;
  margin-bottom: 25px;
}
.about-content .first-time-assurance .assurance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 6px;
  margin-bottom: 5px;
}
.about-content .first-time-assurance .assurance-grid .assurance-card {
  min-height: 104px;
}
.about-content .first-time-assurance .assurance-card-full {
  min-height: 88px;
  width: 100%;
}
.about-content .first-time-assurance .assurance-card, .about-content .first-time-assurance .assurance-card-full {
  background: var(--base-white);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-content .first-time-assurance .assurance-card p, .about-content .first-time-assurance .assurance-card-full p {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}
.about-content .first-time-assurance .assurance-card p .txt-teal, .about-content .first-time-assurance .assurance-card-full p .txt-teal {
  color: var(--sky-moredark);
  font-family: "Bold";
}
.about-content .first-time-assurance .assurance-card p .txt-normal, .about-content .first-time-assurance .assurance-card-full p .txt-normal {
  font-weight: 400;
}
.about-content .hero-statement {
  background: var(--accent-light-gradation);
  padding: 60px 24px 80px;
}
.about-content .hero-statement .header-parts {
  text-align: center;
  margin-bottom: 40px;
}
.about-content .hero-statement .header-parts h2 {
  font-size: 23px;
  font-family: "Bold";
  line-height: 2rem;
  color: var(--sky-moredark);
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  margin-bottom: 20px;
}
.about-content .hero-statement .header-parts p {
  font-size: 14px;
  line-height: 1.57;
}
.about-content .hero-statement .hero-cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}
.about-content .hero-statement .hero-cards .hero-card-wrap {
  position: relative;
}
.about-content .hero-statement .hero-cards .hero-card-wrap .hero-card-img {
  display: flex;
  justify-content: center;
}
.about-content .hero-statement .hero-cards .hero-card-wrap .hero-card-img img {
  width: 246px;
  height: 144px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.about-content .hero-statement .hero-cards .hero-card-wrap .hero-card-box {
  margin: -34px auto 0;
  max-width: 340px;
  background: var(--base-white);
  border-radius: 12px;
  padding: 50px 20px 24px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.about-content .hero-statement .hero-cards .hero-card-wrap .hero-card-box .hero-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.about-content .hero-statement .hero-cards .hero-card-wrap .hero-card-box .hero-card-header .hero-card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 11px;
  font-family: "Bold";
  color: var(--base-white);
  flex-shrink: 0;
}
.about-content .hero-statement .hero-cards .hero-card-wrap .hero-card-box .hero-card-header .hero-card-num.num-green {
  background: var(--green-dark);
}
.about-content .hero-statement .hero-cards .hero-card-wrap .hero-card-box .hero-card-header .hero-card-num.num-sky {
  background: var(--sky-dark);
}
.about-content .hero-statement .hero-cards .hero-card-wrap .hero-card-box .hero-card-header .hero-card-num.num-blue {
  background: var(--blue-dark);
}
.about-content .hero-statement .hero-cards .hero-card-wrap .hero-card-box .hero-card-header h3 {
  font-size: 16px;
  font-family: "Bold";
  line-height: 1.5;
}
.about-content .hero-statement .hero-cards .hero-card-wrap .hero-card-box p.hero-card-desc {
  font-size: 13px;
  line-height: 1.54;
  margin-bottom: 12px;
  white-space: pre-line;
}
.about-content .hero-statement .hero-cards .hero-card-wrap .hero-card-box .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.about-content .hero-statement .hero-cards .hero-card-wrap .hero-card-box .tag-list .tag {
  display: inline-block;
  border-radius: 100px;
  padding: 4px 10px;
  font-size: 11px;
  font-family: "Medium";
  color: var(--base-black);
}
.about-content .hero-statement .hero-cards .hero-card-wrap .hero-card-box .tag-list .tag.tag-green {
  background: var(--green-light);
}
.about-content .hero-statement .hero-cards .hero-card-wrap .hero-card-box .tag-list .tag.tag-sky {
  background: var(--sky-light);
}
.about-content .hero-statement .hero-cards .hero-card-wrap .hero-card-box .tag-list .tag.tag-blue {
  background: var(--blue-light);
}
.about-content .access-section {
  margin-top: 30px;
  background: url(../img/info/message-bg.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-content .access-section h2 {
  font-size: 23px;
  font-family: "Bold";
  line-height: 2.5rem;
  text-align: center;
  margin-bottom: 40px;
}
.about-content .access-section .access-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-content .access-section .access-cards .access-card {
  border-radius: 8px;
  border: 1.5px solid;
  padding: 20px;
  background: var(--base-white);
}
.about-content .access-section .access-cards .access-card h3 {
  font-size: 15px;
  font-family: "Bold";
  line-height: 1.47;
  margin-bottom: 8px;
  white-space: nowrap;
}
.about-content .access-section .access-cards .access-card p {
  font-size: 13px;
  line-height: 1.54;
}
.about-content .access-section .access-cards .access-card.border-green {
  border-color: #2ac854;
}
.about-content .access-section .access-cards .access-card.border-teal {
  border-color: #1dbed6;
}
.about-content .access-section .access-cards .access-card.border-blue {
  border-color: #6068d5;
}
.about-content .functionality-overview h2 {
  font-size: 23px;
  font-family: "Bold";
  line-height: 2.5rem;
  color: var(--base-white);
  text-align: center;
  margin-bottom: 30px;
}
.about-content .functionality-overview .category-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 30px;
}
.about-content .functionality-overview .category-badges .cat-badge {
  background: var(--base-white);
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 13px;
  font-family: "Medium";
  color: var(--base-black);
}
.about-content .functionality-overview .menu-card {
  width: 100%;
  background: var(--base-white);
  border-radius: 8px;
  padding: 20px 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.about-content .functionality-overview .menu-card p {
  font-size: 15px;
  font-family: "Medium";
  line-height: 1.25;
}
.about-content .functionality-overview .menu-card p + p {
  margin-top: 12px;
}
.about-content .benefit-list {
  background: var(--blue-blight);
  padding: 60px 0;
}
.about-content .benefit-list .benefit-list-inner {
  max-width: 340px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.about-content .benefit-list .benefit-list-inner .director-section, .about-content .benefit-list .benefit-list-inner .corporate-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.about-content .benefit-list .benefit-list-inner .director-section h2, .about-content .benefit-list .benefit-list-inner .corporate-section h2 {
  font-size: 23px;
  font-family: "Bold";
  letter-spacing: 2px;
  color: var(--blue-dark);
  text-align: center;
}
.about-content .benefit-list .benefit-list-inner .director-section .director-card, .about-content .benefit-list .benefit-list-inner .corporate-section .director-card {
  width: 100%;
  background: var(--base-white);
  border-radius: 12px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.about-content .benefit-list .benefit-list-inner .director-section .director-card .director-avatar, .about-content .benefit-list .benefit-list-inner .corporate-section .director-card .director-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--blue-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}
.about-content .benefit-list .benefit-list-inner .director-section .director-card .director-role, .about-content .benefit-list .benefit-list-inner .corporate-section .director-card .director-role {
  font-size: 12px;
  color: var(--blue-dark);
  text-align: center;
}
.about-content .benefit-list .benefit-list-inner .director-section .director-card .director-name, .about-content .benefit-list .benefit-list-inner .corporate-section .director-card .director-name {
  font-size: 18px;
  font-family: "Bold";
  text-align: center;
}
.about-content .benefit-list .benefit-list-inner .director-section .director-card .director-desc, .about-content .benefit-list .benefit-list-inner .corporate-section .director-card .director-desc {
  font-size: 12px;
  line-height: 1.67;
  text-align: left;
  width: 100%;
}
.about-content .benefit-list .benefit-list-inner .director-section .corporate-rows, .about-content .benefit-list .benefit-list-inner .corporate-section .corporate-rows {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-content .benefit-list .benefit-list-inner .director-section .corporate-rows .corporate-row, .about-content .benefit-list .benefit-list-inner .corporate-section .corporate-rows .corporate-row {
  background: var(--base-white);
  border-radius: 8px;
  padding: 12px 16px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  align-items: start;
}
.about-content .benefit-list .benefit-list-inner .director-section .corporate-rows .corporate-row dt, .about-content .benefit-list .benefit-list-inner .corporate-section .corporate-rows .corporate-row dt {
  font-size: 12px;
  font-family: "Medium";
  line-height: 1.5;
  color: var(--blue-dark);
}
.about-content .benefit-list .benefit-list-inner .director-section .corporate-rows .corporate-row dd, .about-content .benefit-list .benefit-list-inner .corporate-section .corporate-rows .corporate-row dd {
  font-size: 13px;
  line-height: 1.54;
}
.about-content .organization-info {
  background: var(--base-blightgray);
  padding: 50px 0 60px;
}
.about-content .organization-info .organization-info-inner {
  padding: 0 24px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.about-content .organization-info .organization-info-inner h2 {
  font-size: 23px;
  font-family: "Bold";
  line-height: 2.5rem;
  text-align: center;
  white-space: nowrap;
}
.about-content .organization-info .organization-info-inner .org-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-content .organization-info .organization-info-inner .org-content .map-placeholder {
  width: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-content .organization-info .organization-info-inner .org-content .map-placeholder iframe {
  height: 200px;
}
.about-content .organization-info .organization-info-inner .org-content .address-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-content .organization-info .organization-info-inner .org-content .address-block p, .about-content .organization-info .organization-info-inner .org-content .address-block strong {
  font-size: 14px;
  line-height: 1.29;
}
.about-content .organization-info .organization-info-inner .org-content .address-block strong {
  font-family: "Medium";
}
.about-content .organization-info .organization-info-inner .org-content .hours-card {
  background: var(--base-white);
  border-radius: 8px;
  padding: 16px;
}
.about-content .organization-info .organization-info-inner .org-content .hours-card h3 {
  font-size: 13px;
  font-family: "Bold";
  line-height: 1.54;
  margin-bottom: 8px;
  white-space: nowrap;
}
.about-content .organization-info .organization-info-inner .org-content .hours-card p {
  font-size: 12px;
  line-height: 1.5;
}/*# sourceMappingURL=style.css.map */