@charset "UTF-8";
/* ====================================================
   Reset & Base
   ==================================================== */
:root {
  --serif: "Shippori Mincho", serif;
  --sans-serif: "Noto Sans JP", sans-serif;
  --kakugo: "Zen Kaku Gothic New", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--sans-serif);
  color: #333;
  line-height: 1.8;
  background-color: #fcfcfc;
  @media (max-width: 768px) {
    padding-bottom: 70px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* ====================================================
   Required Utility Classes
   ==================================================== */
.wbr {
  display: inline-block;
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.main_content {
  overflow: hidden;
}

/* 言語切り替え制御 */
body[data-lang="en"] .lang-ja {
  display: none !important;
}

body[data-lang="ja"] .lang-en {
  display: none !important;
}

/* インライン要素用の調整 */
span.lang-ja,
span.lang-en {
  display: inline;
}

/* ====================================================
   Common Components
   ==================================================== */
.section_title {
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 10px;
  font-family: var(--serif);
}

.section_title span {
  font-size: 1.5rem;
}

.section_triangle {
  text-align: center;
  color: #d4af37;
  font-size: 1rem;
  margin: 30px auto;
  letter-spacing: 0.2em;
}

/* ====================================================
   Header
   ==================================================== */
.header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0 0 16px 0;
  @media (max-width: 768px) {
    position: relative !important;
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .header_nav.pc {
    display: none !important;
  }

  /* SP固定ナビゲーションのスタイル */
  .sp_fixed_nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
    z-index: 10000;
  }

  .sp_fixed_nav .nav_item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    border-right: 1px solid #eee;
    background: none;
    border-top: none;
    border-left: none;
    border-bottom: none;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
  }

  .sp_fixed_nav .lang-toggle-btn {
    flex-direction: row;
    gap: 6px;
  }

  .sp_fixed_nav .nav_item span {
    display: block;
  }

  .sp_fixed_nav .nav_item.reserve {
    background: #b1965c;
    color: #fff;
    border-right: none;
  }

  .sp_fixed_nav .nav_item:last-child {
    border-right: none;
  }
}

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

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  @media (max-width: 768px) {
    justify-content: center;
  }
}

.header_logo {
  flex: 0 0 280px;
}

.nav_list {
  display: flex;
  gap: 20px;
  font-size: 0.9rem;
  width: 100%;
  align-items: flex-end;
}

.header_btn {
  background: #ffdf40;
  color: #39538e;
  padding: 10px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: bold;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  text-align: left;
  font-weight: bold;
}

.header_btn .icon_arrow_right {
  width: 32px;
  margin-left: 4px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.header_btn .btn_small {
  font-size: 0.7rem;
}

.nav_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.nav_list a {
  color: #000;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

/* ====================================================
   Hero Section
   ==================================================== */
.hero {
  position: relative;
  background-color: #f4f4f4;
  overflow: hidden;
  padding: 0;
  aspect-ratio: 1400 / 713;
  width: 100%;
  container-type: inline-size;
  display: flex;
  justify-content: center;
  align-items: center;
  @media (width < 768px) {
    aspect-ratio: 390 / 620;
  }
}

.hero_bg_woman,
.hero_bg_doctor {
  @media (max-width: 767px) {
    position: static;
    max-width: 50%;
    margin: 0 auto 20px;
  }
}

.hero_message {
  position: absolute;
  left: 6cqi;
  top: 4cqi;
  right: 0;
  z-index: 3;
  font-weight: normal;
  font-size: 1.7cqi;
  line-height: 1.5;
  @media (width < 768px) {
    font-size: 3cqi;
    line-height: 1.5;
    left: 30cqi;
  }
}

.hero_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  height: auto;
  width: 100cqi;
  aspect-ratio: 1400 / 713;
  @media (width < 768px) {
    aspect-ratio: 390 / 620;
  }
}

.hero_content {
  position: relative;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 3cqi;
  padding-bottom: 5cqi;
  text-align: center;
  max-width: 36cqi;
  margin: auto;
  top: 0;
  bottom: 0;
  @media (width < 768px) {
    position: absolute;
    top: 40cqi;
    left: 0;
    right: 0;
    bottom: 20cqi;
    margin: auto;
    max-width: 80cqi;
  }
}

.hero_logo img {
  width: 100cqi;
  max-width: 20cqi;
  height: auto;
  @media (width < 768px) {
    max-width: 40cqi;
  }
}

.hero_catch {
  font-size: 1.5cqi;
  line-height: 1.8cqi;
  margin-bottom: 1cqi;
  font-weight: 600;
  margin: 1cqi auto;
  padding-top: 1.5cqi;
  @media (width < 768px) {
    font-size: 5cqi;
    margin-bottom: 0;
    padding-top: 5cqi;
  }
}

.hero_catch > span {
  display: flex;
  flex-direction: column;
  gap: 1cqi;
  justify-content: center;
  align-items: center;
  @media (width < 768px) {
    gap: 4cqi;
  }
}

.hero_catch strong {
  background-image: url(images/line_zigzag.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 1cqi;
  font-weight: 600;
  font-size: 2.2cqi;
  line-height: 2.2cqi;
  width: fit-content;
  padding: 0 1cqi 1.5cqi 1cqi;
  @media (width < 768px) {
    background-size: 100% 3cqi;
    padding: 0 1cqi 3.6cqi 1cqi;
    font-size: 5cqi;
    line-height: 5cqi;
  }
}

.hero_text {
  font-size: 1cqi;
  margin: 1cqi auto;
  @media (width < 768px) {
    font-size: 3cqi;
    margin: 3cqi auto;
  }
}

.hero_cv_btn {
  display: grid;
  grid-template-columns: 85% 15%; /* 2列 */
  grid-template-rows: 0.5fr 1.5fr; /* 2行 */
  gap: 0;
  padding: 1cqi 1.5cqi;
  font-weight: bold;
  border: 2px solid #000;
  border-radius: 999px;
  border: 4px solid #fafafa;
  background: #ffdf40;
  position: absolute;
  color: #39538e;
  width: 40cqi;
  left: -3cqi;
  right: -3cqi;
  @media (width < 768px) {
    width: 90cqi;
    padding: 3cqi 5cqi;
    left: -5cqi;
    right: -5cqi;
    margin: auto;
  }
}

.hero_cv_btn .item1 {
  grid-column: 1;
  grid-row: 1;
  font-size: 1.2cqi;
  white-space: nowrap;
  text-align: center;
  @media (width < 768px) {
    font-size: 3.5cqi;
  }
}

.hero_cv_btn .item2 {
  grid-column: 1;
  grid-row: 2;
  font-size: 1.9cqi;
  white-space: nowrap;
  text-align: center;
  @media (width < 768px) {
    font-size: 4.8cqi;
  }
}

.hero_cv_btn .item3 {
  grid-column: 2;
  grid-row: 1 / 3;
  display: grid;
  place-content: center;
  background-color: white;
  border-radius: 999px;
  aspect-ratio: 1 / 1;
}

.hero_cv_btn .item3 img {
  width: 100%;
  object-fit: contain;
}

/* ====================================================
   AI Section
   ==================================================== */
.ai {
  padding: 80px 20px 0 20px;
  background-color: #fff;
  text-align: center;
  background-image: url(images/ai_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ai .section_title {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #333;
  font-family: var(--serif);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.ai .section_title .section_title_small {
  font-size: 1.3rem;
  display: block;
  @media (width < 768px) {
    font-size: 1.1rem;
  }
}

.ai_lead {
  font-family: var(--serif);
  font-size: 2.2rem;
  width: fit-content;
  padding: 1rem 4rem;
  line-height: 1.4;
  gap: 10px;
  border-top: 1px solid #525252;
  border-bottom: 1px solid #525252;
  background: #fff;
  margin: auto;
  line-height: 1.4;
  position: relative;
  z-index: 0;
  @media (width < 768px) {
    font-size: 1.6rem;
    padding: 1rem;
  }
}

.ai_lead::before {
  content: "";
  background-image: url(images/implant_model.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 320px;
  position: absolute;
  top: -150px;
  bottom: 0;
  left: -650px;
  right: 0;
  z-index: 3;
  margin: auto;
  aspect-ratio: 453 / 340;
  @media (width < 768px) {
    width: fit-content;
    position: relative;
    height: auto;
    width: 65vw;
    object-fit: contain;
    display: block;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -100px;
  }
}

.ai_lead .ai_lead_small {
  font-size: 1.5rem;
  line-height: 1;
  @media (width < 768px) {
    font-size: 1.2rem;
  }
}

.ai_sub_lead {
  margin-bottom: 86px;
  font-family: var(--serif);
  font-size: 1.2rem;
}

.ai_desc_box {
  margin: 64px auto;
  max-width: 800px;
}

.ai_model_img {
  display: block;
  max-width: 300px;
  margin: 0 auto 20px;
}

.ai_desc_text {
  text-align: left;
  font-size: 0.95rem;
}

.ai_features {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
  @media (max-width: 768px) {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}

.ai_features::before {
  content: "";
  position: absolute;
  width: 30vw;
  height: 30vw;
  aspect-ratio: 1 / 1;
  background-image: url(images/ai_img02.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 15vw;
  bottom: 0;
  left: -3vw;
  z-index: 0;
  margin: auto;
  @media (max-width: 768px) {
    width: 45vw;
    height: 45vw;
    top: -45vw;
    left: -15vw;
  }
}

.ai_features::after {
  content: "";
  position: absolute;
  width: 16vw;
  height: 16vw;
  aspect-ratio: 1 / 1;
  background-image: url(images/ai_img01.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3vw;
  z-index: 0;
  margin: auto;
  @media (max-width: 768px) {
    width: 60vw;
    height: 60vw;
    top: 40vw;
    right: -30vw;
  }
}

.feature_circle {
  width: 140px;
  height: 140px;
  background-color: rgba(207, 228, 235, 0.46);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transform: rotate(45deg);
  font-family: var(--serif);
  font-size: 1.3rem;
  line-height: 1.4;
  @media (max-width: 768px) {
    width: 160px;
    height: 160px;
  }
}

.feature_circle span {
  transform: rotate(-45deg);
}

.point_box {
  max-width: 800px;
  margin: 64px auto;
  padding: 40px 20px;
  position: relative;
  z-index: 0;
}

.point_box::before,
.point_box::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-color: #d2b472;
  border-style: solid;
}

.point_box::before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}

.point_box::after {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}

.point_label {
  background-color: #d4af37;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.point_title {
  font-weight: normal;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  font-family: var(--serif);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  z-index: 2;
  @media (max-width: 768px) {
    font-size: 1.4rem;
  }
}



.point_text {
  text-align: left;
  font-size: 0.95rem;
  display: block;
  position: relative;
  z-index: 2;
}

.point_text strong {
  background: linear-gradient(transparent 70%, #fce205 70%);
}

/* ====================================================
   Doctor Section
   ==================================================== */
.doctor {
  padding: 2rem 2rem 4rem 2rem;
  position: relative;
  z-index: 0;
  @media (max-width: 768px) {
    padding: 1rem 1rem 3rem 1rem;
  }
}

.doctor::before {
  content: "";
  background-image: url(images/bg_prof_left.webp);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 360px;
}

.doctor::after {
  content: "";
  background-image: url(images/bg_prof_right.webp);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 200px;
  bottom: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  width: 480px;
}

.doctor_content {
  padding: 2rem;
  text-align: center;
  border: 1px solid #d5b965;
  background: #fff;
  max-width: 680px;
  margin: auto;
  margin-top: 10rem;
  position: relative;
  z-index: 6;
  @media (max-width: 768px) {
    padding: 0.9rem;
  }
}

.doctor_img {
  display: block;
  max-width: 300px;
  margin: 0 auto 20px;
  margin-top: -10rem;
}

.doctor_role {
  font-size: 1.1rem;
}

.doctor_message {
  font-size: 1.1rem;
  line-height: 2;
  margin: 40px 0;
}

.history_box {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  text-align: left;
  position: relative;
  @media (max-width: 768px) {
    padding: 10px;
    text-align: center;
  }
}

.history_label {
  background-color: #d4af37;
  color: #fff;
  display: inline-block;
  padding: 5px 30px;
  position: absolute;
  top: -18px;
  left: 40px;
  @media (max-width: 768px) {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.history_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  font-size: 0.9rem;
  @media (max-width: 767px) {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.history_link {
  color: #333;
  text-decoration: underline;
}

/* =========
   Flow Section
   ==========
   */
.flow {
  padding: 80px 20px;
  background-color: #fff;
}

.flow .section_title {
  border-top: 1px solid #525252;
  border-bottom: 1px solid #525252;
  background: #fff;
  padding: 1rem 4rem;
  width: fit-content;
  display: block;
  margin: auto;
  line-height: 1.3;
  font-size: 2.5rem;
  @media (max-width: 768px) {
    font-size: 1.5rem;
  }
}

.flow_lead {
  text-align: center;
  margin-bottom: 40px;
}

.flow_list {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.flow_item {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-top: 4rem;
  @media (max-width: 767px) {
    flex-direction: column;
  }
}

.flow_img {
  flex-shrink: 0;
  width: 250px;
  position: relative;
  z-index: 2;
  @media (width < 768px) {
    margin: auto;
  }
}

.flow_title {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
  padding-left: 3rem;
  position: relative;
  z-index: 0;
  background-color: #f2f0ed;
  margin-top: -45px;
  margin-left: -45px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  @media (width < 768px) {
    margin-left: 0;
    padding: 1rem;
  }
}

.flow_title .clm1 {
  color: #a58d48;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: var(--serif);
  @media (width < 768px) {
    text-align: center;
  }
}

.flow_title .clm2 {
  color: #333;
  font-family: var(--sans-serif);
  font-size: 1.1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 180%;
  @media (width < 768px) {
    text-align: center;
  }
}

.flow_desc {
  font-size: 1rem;
  padding-right: 45px;
  @media (width < 768px) {
    padding: 0;
  }
}

/* ====================================================
   Knowledge Section
   ==================================================== */
.knowledge_section {
  padding: 80px 20px;
  background-color: #fafafa;
}

.knowledge_lead {
  text-align: center;
  margin-bottom: 40px;
}

.knowledge_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.knowledge_card {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.card_cat {
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.card_sub {
  font-size: 1rem;
  margin-bottom: 15px;
}

.card_title {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 30px;
}

.card_arrow {
  background-color: #d4af37;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/* ====================================================
   FAQ Section
   ==================================================== */
.faq_section {
  padding: 80px 20px;
  background-color: #fafafa;
}

.faq_lead {
  text-align: center;
  margin-bottom: 50px;
}

.faq_list {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.faq_item {
  padding: 2rem;
  @media (width < 768px) {
    padding: 0;
  }
}

.faq_item:nth-child(odd) {
  margin-right: 50%;
  @media (width < 768px) {
    margin: auto;
  }
}

.faq_item:nth-child(even) {
  margin-left: 50%;
  @media (width < 768px) {
    margin: auto;
  }
}



.faq_item:nth-child(2) {
  margin-top: -300px;
  @media (width < 768px) {
    margin-top: 0;
  }
}

.faq_item:nth-child(3) {
  margin-top: -300px;
  @media (width < 768px) {
    margin-top: 0;
  }
}

.faq_q {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.q_mark {
  font-size: 4rem;
  color: #8b7d6b;
  font-family: serif;
}

.q_text {
  font-size: 1.1rem;
  font-weight: normal;
  margin-top: 3px;
  color: #000;
  font-family: var(--serif);
  color: #000;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  font-weight: 400;
  line-height: 1.6;
}

.decorative-line {
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 600px;
  margin-top: -40px;
}

.decorative-line .line-left {
  flex: 1;
  height: 2px;
  background-color: #d5b965;
  margin-right: 40px;
  border-radius: 2px;
}

.decorative-line .line-right {
  position: relative;
  width: 45%;
  height: 40px;
  border-bottom: 2px solid #d5b965;
  border-right: 2px solid #d5b965;
  border-bottom-right-radius: 20px;
  box-sizing: border-box;
}

.decorative-line .line-right::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -30px;
  width: 30px;
  height: 2px;
  background-color: #d5b965;
  transform-origin: right bottom;
  transform: rotate(-45deg);
  border-radius: 2px;
}

.faq_a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  margin-top: 2rem;
  @media (max-width: 768px) {
    flex-direction: column !important;
    align-items: center;
  }
}

.a_text {
  font-size: 0.95rem;
  flex: 1;
}

.faq_img img {
  width: auto;
  height: 200px;
  @media (max-width: 768px) {
    margin: auto;
  }
}

/* ====================================================
   Footer
   ==================================================== */
.footer {
  background-color: #3b5998;
  background-image: url("images/cta_bg.webp");
  background-size: cover;
  background-position: center;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.footer.is-active {
  transform: translateY(0);
}

.footer_close {
  display: none;
}

.footer.is-active .footer_close {
  display: block;
}

.footer.is-active .footer_open {
  display: none;
}

.footer_inner {
  padding: 10rem 2rem 6rem 2rem;
  text-align: center;
  position: relative;
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: stretch;
  max-width: 1280px;
  margin: auto;
  @media (width < 1024px) {
    flex-direction: column;
    width: 100%;
    gap: 8rem;
  }
}

.footer_clm {
  position: relative;
  z-index: 10;
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.footer_img {
  display: block;
  max-width: 380px;
  margin: -120px auto 10px auto;
}

.footer_logo img {
  display: block;
  margin: 2rem auto 0.5rem auto;
  height: 3rem;
}

.footer_name {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #39538e;
  text-align: center;
  font-family: var(--sans-serif);
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
}

.hachiman .footer_name {
  color: #873c3c;
}

.footer_desc {
  font-size: 0.9rem;
  margin-bottom: 30px;
  font-family: var(--serif);
}

.footer_cv_btn {
  display: flex;
  flex-direction: column;
  background-color: #3b5998;
  color: #fff;
  padding: 15px;
  margin: 2rem auto;
  color: #fff;
  text-align: center;
  font-family: var(--serif);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hachiman .footer_cv_btn {
  background-color: #873c3c;
}

.footer_cv_btn .small {
  font-size: 1rem;
}

.footer_cv_btn .large {
  font-size: 1.3rem;
}

.footer_contact {
  margin-bottom: 30px;
}

.tel_number {
  font-size: 2rem;
  color: #3b5998;
  font-weight: bold;
}

.hachiman .tel_number {
  color: #873c3c;
}

.english_text {
  font-size: 0.85rem;
  color: #3b5998;
}

.hachiman .english_text {
  color: #873c3c;
}

.footer_time {
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.footer_address {
  font-size: 0.85rem;
  font-style: normal;
  margin-bottom: 20px;
}

.map_btn {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 30px;
  color: #333;
  font-size: 0.9rem;
}

.footer_lead {
  text-align: center;
  font-size: 1.2rem;
  color: white;
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: block;
  width: fit-content;
  margin: auto;
  line-height: 1.4;
}

.footer_lead .clm1 {
  font-size: 1.6rem;
  display: block;
  border-bottom: 2px solid #ffdf40;
  padding-bottom: 8px;
  font-family: var(--serif);
  line-height: 1.6;
}

.footer_lead .clm2 {
  font-size: 1.2rem;
  display: block;
  padding: 12px 0;
  font-weight: 300;
}

/* ====================================================
   Responsive Adjustments (Mobile Focus)
   ==================================================== */
@media (max-width: 767px) {
  .hero_section {
    padding: 40px 10px;
    min-height: auto;
  }

  .hero_bg_woman,
  .hero_bg_doctor {
    position: static;
    max-width: 50%;
    margin: 0 auto 20px;
  }

  .history_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .flow_item {
    flex-direction: column;
  }
}

.hidden {
  display: none;
}
