/* ==========================================
   パンくずリスト
   ========================================== */
.breadcrumb {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 52px 20px 36px;
  box-sizing: border-box;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.breadcrumb ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.breadcrumb li:not(:last-child) {
  margin-right: 8px;
  padding-right: 30px;
}

/* パンくずの矢印 */
.breadcrumb li:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  transform: translateY(-52%);
  background: none;
  color: inherit;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Times New Roman", "Noto Serif JP", "Yu Mincho", serif;
  padding-bottom: 4px;
}

.breadcrumb a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.breadcrumb a:hover {
  opacity: 0.7;
}

.breadcrumb span {
  display: inline-block;
}

/* トップページ */
.breadcrumb li:first-child a {
  color: #539AC3;
}

/* ==========================================
   タブレット
   ========================================== */

@media screen and (max-width: 1024px) {
  .breadcrumb {
    padding: 42px 20px 30px;
  }

  .breadcrumb li {
    font-size: 14px;
  }

  .breadcrumb li:not(:last-child) {
    margin-right: 36px;
    padding-right: 36px;
  }

.breadcrumb li:not(:last-child)::after {
    font-size: 18px;
    transform: translateY(-52%);
    padding-bottom: 0px;
  }
}

/* ==========================================
   スマホ
   ========================================== */

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 24px 18px 24px;
  }

  .breadcrumb ol {
    row-gap: 8px;
  }

  .breadcrumb li {
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  .breadcrumb li:not(:last-child) {
    margin-right: 18px;
    padding-right: 28px;
  }

.breadcrumb li:not(:last-child)::after {
    font-size: 15px;
    transform: translateY(-52%);
    padding-bottom: 0px;
  }
}

/* ==========================================
   小さいスマホ
   ========================================== */

@media screen and (max-width: 375px) {
  .breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
  }

  .breadcrumb li {
    font-size: 10px;
  }

  .breadcrumb li:not(:last-child) {
    margin-right: 14px;
    padding-right: 28px;
  }
}


/* =====================================
   下層ページcss追加
===================================== */
.mt-section {
  margin-top: 130px;
}
@media (max-width: 767px) {
  .mt-section {
    padding: 0 16px;
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mt-section {
    padding: 0 16px;
    margin-top: 80px;
  }
}
.wp-singular .mt-section:has(+ .site-footer) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .wp-singular .mt-section:has(+ .site-footer) {
    margin-bottom: 40px;
  }
}
.sub-header {
  background-color: #fdfdfd;
  box-shadow: 0 8px 8px -4px #e2e1e0;
  padding: 100px 0 72px;
}
@media (max-width: 767px) {
  .sub-header {
    padding: 90px 0 49px;
  }
}
.sub-header__title {
  text-align: center;
}
.sub-header__title p,
.sub-header__title span {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
.sub-header__title p {
  font-size: 48px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sub-header__title p {
    font-size: 28px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sub-header__title p {
    margin-bottom: 0;
  }
}
.sub-header__title span {
  font-size: 24px;
  color: #8cb7c8;
}
@media (max-width: 767px) {
  .sub-header__title span {
    font-size: 16px;
  }
}

.text-wrap {
  max-width: 1100px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .text-wrap {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .text-wrap {
    text-align: left;
  }
}
.text-wrap p {
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.under-list {
  max-width: 800px;
  margin: 30px auto 30px;
  box-sizing: border-box;
  text-align: left;
}
.under-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -moz-column-gap: 10%;
       column-gap: 10%;
}
.under-list li {
  width: 45%;
  box-sizing: border-box;
  padding: 15px 0 15px 25px;
  border-bottom: 1px solid #8cb7c8;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.under-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: calc(15px + 0.75em);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #539ac3;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .under-list li {
    width: 100%;
    font-size: 15px;
    padding: 12px 0 12px 25px;
  }
  .under-list li::before {
    top: calc(12px + 0.75em);
  }
}

/* ==============================
   比較テーブル
============================== */
.under-table-wrap {
  width: 100%;
  margin: 32px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 960px) {
  .under-table-wrap {
    margin: 28px 0;
  }
}
@media only screen and (max-width: 480px) {
  .under-table-wrap {
    margin: 24px 0;
    padding-bottom: 10px;
    /* スクロールバーを見やすく */
  }
  .under-table-wrap::-webkit-scrollbar {
    height: 8px;
  }
  .under-table-wrap::-webkit-scrollbar-track {
    background: #edf3f5;
    border-radius: 999px;
  }
  .under-table-wrap::-webkit-scrollbar-thumb {
    background: #539ac3;
    border-radius: 999px;
  }
}
.under-table-wrap .under-table {
  width: 100%;
  min-width: 860px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #d8e2e8;
  overflow: hidden;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  /* 上部見出し */
  /* 左側見出し */
  /* 本文セル */
  /* リスト調整 */
}
@media only screen and (max-width: 960px) {
  .under-table-wrap .under-table {
    min-width: 820px;
  }
}
@media only screen and (max-width: 480px) {
  .under-table-wrap .under-table {
    min-width: 760px;
  }
}
.under-table-wrap .under-table th,
.under-table-wrap .under-table td {
  padding: 18px 20px;
  border-right: 1px solid #d8e2e8;
  border-bottom: 1px solid #d8e2e8;
  vertical-align: top;
}
.under-table-wrap .under-table th:last-child,
.under-table-wrap .under-table td:last-child {
  border-right: none;
}
@media only screen and (max-width: 960px) {
  .under-table-wrap .under-table th,
.under-table-wrap .under-table td {
    padding: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .under-table-wrap .under-table th,
.under-table-wrap .under-table td {
    padding: 14px;
  }
}
.under-table-wrap .under-table tbody tr:last-child th,
.under-table-wrap .under-table tbody tr:last-child td {
  border-bottom: none;
}
.under-table-wrap .under-table thead th {
  background: #539ac3;
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.under-table-wrap .under-table tbody th {
  width: 150px;
  background: #eef7fa;
  color: #539ac3;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 480px) {
  .under-table-wrap .under-table tbody th {
    width: 120px;
  }
}
.under-table-wrap .under-table tbody td {
  width: calc((100% - 150px) / 3);
  background: #fff;
  color: #5b4634;
}
@media only screen and (max-width: 480px) {
  .under-table-wrap .under-table tbody td {
    width: calc((100% - 120px) / 3);
  }
}
.under-table-wrap .under-table ul {
  padding-left: 20px;
  margin: 0;
}
.under-table-wrap .under-table li {
  margin: 0 0 8px;
  list-style-type: disc;
}
.under-table-wrap .under-table li::marker {
  color: #539ac3;
}
.under-table-wrap .under-table li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .under-table-wrap .under-table li {
    margin-bottom: 6px;
  }
}

.symptom-card {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fdfdfd;
  padding: 50px 100px 30px 100px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 4px 20px 0 rgba(226, 225, 224, 0.6);
}
.symptom-card__title {
  font-size: 28px;
  color: #539ac3;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin: 0 0 35px 0;
}
@media (max-width: 767px) {
  .symptom-card__title {
    font-size: 24px;
  }
}
.symptom-card__list {
  list-style: none;
  padding: 0;
  margin: 0 auto 40px auto;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 5%;
}
.symptom-card__list li {
  width: 47.5%;
  box-sizing: border-box;
  text-align: left;
  padding: 15px 0 15px 40px;
  margin-bottom: 22px;
  border-bottom: 1px solid #539ac3;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235ba1cf' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='3' width='18' height='18' rx='2' ry='2' stroke='%23d0e3ee'/><polyline points='9 11 12 14 22 4'/></svg>");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px 24px;
}
@media (max-width: 767px) {
  .symptom-card__list li {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .symptom-card {
    padding: 40px 20px;
  }
  .symptom-card__list li {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .symptom-card {
    padding: 60px 40px;
  }
}

.list-container {
  max-width: 900px;
  margin: 0 auto 70px;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0 4px 20px 0 rgba(226, 225, 224, 0.6);
}
.list-container__header {
  background-color: #539ac3;
  padding: 30px 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .list-container__header {
    padding: 20px 15px;
  }
}
.list-container__title {
  font-size: 24px;
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0.08em;
  margin: 0;
}
@media (max-width: 767px) {
  .list-container__title {
    font-size: 20px;
  }
}
.list-container__body {
  padding: 48px 40px;
}
@media (max-width: 767px) {
  .list-container__body {
    padding: 30px 20px;
  }
}
.list-container__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-container__item {
  width: 48%;
  box-sizing: border-box;
  padding: 15px 0 15px 25px;
  border-bottom: 1px solid #8cb7c8;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.list-container__item::before {
  content: "";
  position: absolute;
  left: 2px;
  top: calc(15px + 0.75em);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #539ac3;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .list-container__item {
    width: 100%;
    font-size: 15px;
    padding: 12px 0 12px 25px;
  }
  .list-container__item::before {
    top: calc(12px + 0.75em);
  }
}

.flow-block {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.flow-block__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .flow-block__inner {
    padding: 0;
  }
}
.flow-block__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  position: relative;
  box-sizing: border-box;
}
.flow-block__item::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 60px;
  bottom: -60px;
  width: 1px;
  background-color: #8cb7c8;
}
.flow-block__item:last-child {
  margin-bottom: 0;
}
.flow-block__item:last-child::before {
  display: none;
}
@media (max-width: 767px) {
  .flow-block__item {
    flex-direction: column;
    padding-left: 70px;
    margin-bottom: 40px;
  }
  .flow-block__item::before {
    left: 28px;
    top: 44px;
    bottom: -40px;
  }
}
.flow-block__content {
  width: 100%;
  padding-left: 125px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .flow-block__content {
    padding-left: 0;
  }
}
.flow-block__title h3 {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: normal;
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  position: static;
}
@media (max-width: 767px) {
  .flow-block__title h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.flow-block__number {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  background-color: #9fc7d7;
  color: #ffffff;
  font-family: serif;
  font-size: 24px;
  border-radius: 50%;
  border: 1px solid #8cb7c8;
  box-shadow: inset 0 0 0 11px #edf5f8;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .flow-block__number {
    width: 56px;
    height: 56px;
    font-size: 18px;
    left: 0;
    border: 1px solid #9fc7d7;
    box-shadow: inset 0 0 0 8px #edf5f8;
  }
}
.flow-block__text {
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin: 0;
}
@media (max-width: 767px) {
  .flow-block__text {
    font-size: 14px;
  }
}
.flow-block__image-wrapper {
  width: 47%;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .flow-block__image-wrapper {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .flow-block__image-wrapper {
    width: 100%;
    margin-top: 20px;
  }
}
.flow-block__image-wrapper img {
  width: 100%;
}

/* ==============================
   アクセス
============================== */
.gm-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.gm-wrap iframe {
  width: 100%;
}

.u-access-wrap {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .u-access-wrap .parent-component__row {
    display: block !important;
  }
  .u-access-wrap .parent-component__image-box {
    width: 100%;
    margin-bottom: 20px;
  }
}

.u-access-item:last-child {
  margin-top: 30px;
}

/* ==============================
   料金表
============================== */
.u-price-table-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.u-price-table-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.u-price-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  border-left: 1px solid #8cb7c8;
  border-right: 1px solid #8cb7c8;
}
@media (max-width: 767px) {
  .u-price-table {
    font-size: 15px;
  }
}
.u-price-table tr {
  border-top: 1px solid #8cb7c8;
}
.u-price-table tr:last-child {
  border-bottom: 1px solid #8cb7c8;
}
.u-price-table th,
.u-price-table td {
  color: #5b4634;
  width: 50%;
  padding: 16px 24px;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}
@media (max-width: 767px) {
  .u-price-table th,
.u-price-table td {
    padding: 14px 12px;
  }
}
.u-price-table th {
  background: #eaf2f7;
}
.u-price-table td {
  background: #fff;
}

#price .mt-section:last-of-type {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #price .mt-section:last-of-type {
    margin-bottom: 40px;
  }
}

/* ==============================
   院内設備
============================== */
.u-facilities {
  width: 100%;
  padding: 40px 0;
}
.u-facilities__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.u-facilities-card {
  background: #f7fafc;
  padding: 28px 24px 26px;
  text-align: center;
}
.u-facilities-card__image {
  width: 300px;
  height: 300px;
  max-width: 100%;
  margin: 0 auto 18px;
  overflow: hidden;
  background: #d9d9d9;
}
.u-facilities-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.u-facilities-card__body {
  max-width: 300px;
  margin: 0 auto;
}
.u-facilities-card__title {
  margin: 0 0 10px;
  color: #0070a8;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.u-facilities-card__text {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.9;
  text-align: left;
  letter-spacing: 0.04em;
}

/* 3つ目のHTMLで unit-card__xxx が混ざっているため、同じ見た目にする */
.unit-card__body {
  max-width: 300px;
  margin: 0 auto;
}

.unit-card__title {
  margin: 0 0 10px;
  color: #0070a8;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.unit-card__text {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.9;
  text-align: left;
  letter-spacing: 0.04em;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .u-facilities {
    padding: 36px 0;
  }
  .u-facilities__inner {
    gap: 24px;
  }
  .u-facilities-card {
    padding: 24px 18px;
  }
  .u-facilities-card__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
/* スマホ：1列 */
@media screen and (max-width: 767px) {
  .u-facilities {
    padding: 32px 0;
  }
  .u-facilities__inner {
    grid-template-columns: 1fr;
    max-width: 420px;
    gap: 24px;
  }
  .u-facilities-card {
    padding: 24px 20px;
  }
  .u-facilities-card__image {
    width: 300px;
    height: 300px;
  }
  .u-facilities-card__title {
    font-size: 16px;
  }
  .u-facilities-card__text {
    font-size: 14px;
  }
  .unit-card__title {
    font-size: 16px;
  }
  .unit-card__text {
    font-size: 14px;
  }
}
/* 画面幅が狭い端末では画像がはみ出さないように調整 */
@media screen and (max-width: 374px) {
  .u-facilities-card__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
/* ==============================
   院長紹介
============================== */
.u-director-inner {
  padding: 0 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .u-director-inner {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .u-director-inner {
    padding: 0;
  }
}
.u-director-inner .director-profile {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 36px;
  align-items: start;
  margin: 0 auto 60px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .u-director-inner .director-profile {
    grid-template-columns: 300px 1fr;
    gap: 30px;
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .u-director-inner .director-profile {
    display: block;
    margin-bottom: 48px;
  }
}
.u-director-inner .director-profile__image {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .u-director-inner .director-profile__image {
    max-width: 280px;
    margin: 0 auto 28px;
  }
}
.u-director-inner .director-profile__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.u-director-inner .director-profile__content {
  padding-top: 8px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .u-director-inner .director-profile__content {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .u-director-inner .director-profile__content {
    padding-top: 0;
  }
}
.u-director-inner .director-profile__name {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin: 0 0 16px;
  color: #539ac3;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .u-director-inner .director-profile__name {
    justify-content: left;
    gap: 12px;
    margin-bottom: 22px;
  }
}
.u-director-inner .director-profile__name span,
.u-director-inner .director-profile__name strong {
  font-family: "Noto Serif JP", serif;
}
.u-director-inner .director-profile__name span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.u-director-inner .director-profile__name strong {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.u-director-inner .director-profile__text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .u-director-inner .director-profile__text p {
    font-size: 15px;
    line-height: 1.85;
    letter-spacing: 0.06em;
  }
}
@media (max-width: 767px) {
  .u-director-inner .director-profile__text p {
    font-size: 15px;
    line-height: 1.85;
    letter-spacing: 0.05em;
  }
}
.u-director-inner .director-profile__text p + p {
  margin-top: 22px;
}
@media (max-width: 767px) {
  .u-director-inner .director-profile__text p + p {
    margin-top: 18px;
  }
}
.u-director-inner .director-info {
  margin: 0 auto;
  padding: 42px 50px 48px;
  background: #f5f9fb;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .u-director-inner .director-info {
    padding: 38px 36px 42px;
  }
}
@media (max-width: 767px) {
  .u-director-inner .director-info {
    padding: 30px 22px 34px;
  }
}
.u-director-inner .director-info__block:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .u-director-inner .director-info__block:not(:first-child) {
    margin-top: 34px;
  }
}
.u-director-inner .director-info__title {
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .u-director-inner .director-info__title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .u-director-inner .director-info__title {
    margin-bottom: 18px;
    font-size: 18px;
  }
}
.u-director-inner .director-info .director-timeline {
  margin: 0;
  padding: 0 0 0 16px;
  list-style: none;
}
@media (max-width: 767px) {
  .u-director-inner .director-info .director-timeline {
    padding-left: 0;
  }
}
.u-director-inner .director-info .director-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  min-height: 30px;
  padding-left: 38px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #5b4634;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .u-director-inner .director-info .director-timeline li {
    grid-template-columns: 68px 1fr;
    gap: 14px;
    padding-left: 34px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .u-director-inner .director-info .director-timeline li {
    display: block;
    min-height: auto;
    padding: 0 0 18px 34px;
    font-size: 14px;
    line-height: 1.7;
  }
}
.u-director-inner .director-info .director-timeline li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 30px;
  height: 1px;
  background: #8fc5e6;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .u-director-inner .director-info .director-timeline li::before {
    width: 26px;
  }
}
@media (max-width: 767px) {
  .u-director-inner .director-info .director-timeline li::before {
    width: 22px;
  }
}
.u-director-inner .director-info .director-timeline li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #8fc5e6;
}
.u-director-inner .director-info .director-timeline li:last-child::after {
  height: 0.9em;
}
.u-director-inner .director-info .director-timeline time {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .u-director-inner .director-info .director-timeline time {
    display: block;
    margin-bottom: 2px;
  }
}
.u-director-inner .director-info .director-timeline span {
  display: block;
}
.u-director-inner .director-info .director-license {
  margin: 0;
  padding: 0;
  list-style: none;
}
.u-director-inner .director-info .director-license li {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .u-director-inner .director-info .director-license li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .u-director-inner .director-info .director-license li {
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.75;
  }
}
.u-director-inner .director-info .director-license li + li {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .u-director-inner .director-info .director-license li + li {
    margin-top: 8px;
  }
}
.u-director-inner .director-info .director-license li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #62a9d6;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .u-director-inner .director-info .director-license li::before {
    width: 8px;
    height: 8px;
  }
}

/* ==============================
   デフォルト
============================== */
.parent-component {
  max-width: 1200px;
  margin: 70px auto 0;
  box-sizing: border-box;
}
.parent-component__header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .parent-component__header {
    margin-bottom: 40px;
  }
}
.parent-component__main-title {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  padding-bottom: 18px;
  position: relative;
}
@media (max-width: 767px) {
  .parent-component__main-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.parent-component__main-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #539ac3;
}
.parent-component__main-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 26px;
  right: 0;
  height: 1px;
  background-color: #8cb7c8;
}
.parent-component__lead {
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .parent-component__lead {
    line-height: 1.7;
    text-align: left;
  }
}
.parent-component__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 5%;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .parent-component__row {
    margin-bottom: 40px;
    flex-direction: column;
    gap: 25px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .parent-component__row {
    margin-bottom: 60px;
  }
}
.parent-component__image-box {
  width: 45%;
  min-width: 320px;
  max-width: 400px;
  flex-shrink: 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .parent-component__image-box {
    width: 100%;
    margin-bottom: 24px;
    order: 2;
  }
}
.parent-component__placeholder {
  width: 100%;
}
.parent-component__placeholder img {
  width: 100%;
  height: auto;
  display: block;
}
.parent-component__content-box {
  flex: 1;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .parent-component__content-box {
    width: 100%;
    padding-left: 0;
    display: contents;
  }
}
.parent-component__sub-title {
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid #539ac3;
  margin-bottom: 25px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  .parent-component__sub-title {
    font-size: 20px;
    order: 1;
    margin-bottom: 15px;
  }
}
.parent-component__text {
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .parent-component__text {
    order: 3;
  }
}

.child-component {
  max-width: 1000px;
  margin: 70px auto 0;
  box-sizing: border-box;
}
.child-component__header {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .child-component__header {
    margin-bottom: 35px;
  }
}
.child-component__main-title {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: normal;
  margin: 0 0 15px 0;
  padding-bottom: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .child-component__main-title {
    font-size: 20px;
  }
}
.child-component__main-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background-color: #8cb7c8;
}
.child-component__sub-title {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 20px 0;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .child-component__sub-title {
    font-size: 18px;
  }
}
.child-component__sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 1px;
  background-color: #8cb7c8;
}
@media (max-width: 767px) {
  .child-component__sub-title {
    margin-bottom: 15px;
  }
}
.child-component__lead {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .child-component__lead {
    text-align: left;
  }
}
.child-component__box {
  background-color: #f7fafc;
  padding: 28px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .child-component__box {
    padding: 20px;
  }
}
.child-component__row {
  display: flex;
  justify-content: space-between;
  gap: 0 5%;
}
@media (max-width: 767px) {
  .child-component__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px 0;
  }
}
.child-component__image-box {
  width: 45%;
  min-width: 320px;
  max-width: 400px;
  flex-shrink: 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .child-component__image-box {
    width: 100%;
    margin-bottom: 25px;
  }
}
.child-component__placeholder {
  width: 100%;
}
.child-component__placeholder img {
  width: 100%;
  height: auto;
  display: block;
}
.child-component__content-box {
  flex: 1;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .child-component__content-box {
    width: 100%;
    padding-left: 0;
  }
}