@charset "UTF-8";
.child-orthodontic_main > section,
.adult-orthodontic_main > section,
.types-of-orthodontics_main > section,
.tmj-treatment_main > section,
.director-profile_main > section,
.price_main > section,
.consent-privacy_main > section {
  scroll-margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .child-orthodontic_main > section,
  .adult-orthodontic_main > section,
  .types-of-orthodontics_main > section,
  .tmj-treatment_main > section,
  .director-profile_main > section,
  .price_main > section,
  .consent-privacy_main > section {
    scroll-margin-top: 80px;
  }
}
.child-orthodontic_main > section:nth-of-type(even),
.adult-orthodontic_main > section:nth-of-type(even),
.types-of-orthodontics_main > section:nth-of-type(even),
.tmj-treatment_main > section:nth-of-type(even),
.director-profile_main > section:nth-of-type(even),
.price_main > section:nth-of-type(even),
.consent-privacy_main > section:nth-of-type(even) {
  background-color: #fef5fc;
}
.child-orthodontic_main > section:nth-of-type(even) > .inner,
.adult-orthodontic_main > section:nth-of-type(even) > .inner,
.types-of-orthodontics_main > section:nth-of-type(even) > .inner,
.tmj-treatment_main > section:nth-of-type(even) > .inner,
.director-profile_main > section:nth-of-type(even) > .inner,
.price_main > section:nth-of-type(even) > .inner,
.consent-privacy_main > section:nth-of-type(even) > .inner {
  padding: 80px 18.75%;
}
@media screen and (max-width: 1024px) {
  .child-orthodontic_main > section:nth-of-type(even) > .inner,
  .adult-orthodontic_main > section:nth-of-type(even) > .inner,
  .types-of-orthodontics_main > section:nth-of-type(even) > .inner,
  .tmj-treatment_main > section:nth-of-type(even) > .inner,
  .director-profile_main > section:nth-of-type(even) > .inner,
  .price_main > section:nth-of-type(even) > .inner,
  .consent-privacy_main > section:nth-of-type(even) > .inner {
    padding: 60px 5% 0;
  }
}
.child-orthodontic_main > section:nth-of-type(odd),
.adult-orthodontic_main > section:nth-of-type(odd),
.types-of-orthodontics_main > section:nth-of-type(odd),
.tmj-treatment_main > section:nth-of-type(odd),
.director-profile_main > section:nth-of-type(odd),
.price_main > section:nth-of-type(odd),
.consent-privacy_main > section:nth-of-type(odd) {
  padding: 80px 18.75%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .child-orthodontic_main > section:nth-of-type(odd),
  .adult-orthodontic_main > section:nth-of-type(odd),
  .types-of-orthodontics_main > section:nth-of-type(odd),
  .tmj-treatment_main > section:nth-of-type(odd),
  .director-profile_main > section:nth-of-type(odd),
  .price_main > section:nth-of-type(odd),
  .consent-privacy_main > section:nth-of-type(odd) {
    padding: 60px 5% 0;
  }
}
@media screen and (max-width: 767px) {
  .child-orthodontic_main > section:nth-of-type(odd),
  .adult-orthodontic_main > section:nth-of-type(odd),
  .types-of-orthodontics_main > section:nth-of-type(odd),
  .tmj-treatment_main > section:nth-of-type(odd),
  .director-profile_main > section:nth-of-type(odd),
  .price_main > section:nth-of-type(odd),
  .consent-privacy_main > section:nth-of-type(odd) {
    padding: 60px 5% 0;
  }
}

.lower-page_control-900 {
  margin: 0 auto;
  max-width: 900px;
}

.lower-page_head h2,
.lower-page_head h3,
.lower-page_head span,
.lower-page_h3-title h2,
.lower-page_h3-title h3,
.lower-page_h3-title span,
.lower-page_h2-title h2,
.lower-page_h2-title h3,
.lower-page_h2-title span {
  font-family: "Zen Old Mincho", serif;
}

.lower-page_head {
  width: 100%;
  height: 366px;
  background-image: url("../images/lower-page/lower-page_head-bg-pc.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .lower-page_head {
    background-image: url("../images/lower-page/lower-page_head-bg-sp.png");
    height: 120px;
  }
}
.lower-page_head .content {
  width: 100%;
  border-bottom: 2px solid #f8f8f8;
  padding-bottom: 15px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .lower-page_head .content {
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 12px;
  }
}
.lower-page_head span {
  color: #f8f8f8;
  font-size: 1.5em;
  margin-left: 5%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .lower-page_head span {
    font-size: 1em;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0 18.75%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    padding: 0 5%;
  }
}
.breadcrumb li {
  font-size: 1em;
  color: #363636;
}
.breadcrumb li:not(:last-child)::after {
  content: ">";
  margin: 0 15px;
  color: #363636;
}
.breadcrumb li a {
  text-decoration: none;
  color: #363636;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.breadcrumb li a:hover {
  opacity: 0.7;
}
.breadcrumb li[aria-current=page] {
  color: #c894bd;
}

.lead-sentence {
  margin: 70px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .lead-sentence {
    padding: 0 5%;
  }
}

.lower-page_nav {
  max-width: 900px;
  background-color: #fef5fc;
  padding: 63px 40px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1024px) {
  .lower-page_nav {
    margin: 60px 5% 0;
    padding: 42px 5%;
  }
}
.lower-page_nav .anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .lower-page_nav .anchor-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-page_nav .anchor-list li {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .lower-page_nav .anchor-list li {
    width: 100%;
    padding-right: 0;
  }
}
.lower-page_nav .anchor-list li:last-child, .lower-page_nav .anchor-list li:nth-last-child(2) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .lower-page_nav .anchor-list li:nth-last-child(2) {
    margin-bottom: 32px;
  }
}
.lower-page_nav .anchor-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-page_nav .anchor-list li a:hover {
  opacity: 0.7;
}
.lower-page_nav .anchor-list li a span {
  color: #363636;
  font-family: "Zen Old Mincho", serif;
}
.lower-page_nav .anchor-list li .arrow-img {
  width: 23px;
  height: 23px;
  margin-right: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lower-page_h2-title {
  background-color: #681c35;
  padding: 22px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .lower-page_h2-title {
    padding: 22px 8px;
  }
}
.lower-page_h2-title h2 {
  font-size: 2em;
  font-weight: 500;
  text-align: center;
  color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .lower-page_h2-title h2 {
    font-size: 1.5em;
  }
}

.lower-page_h2-title-summary {
  text-align: center;
  margin-bottom: 80px;
}
.lower-page_h2-title-summary h2 {
  display: inline-block;
  border-bottom: 2px solid #681c35;
  padding-bottom: 5px;
  margin: 0 auto;
}

.lower-page_h3-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #681c35;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .lower-page_h3-title {
    margin-bottom: 40px;
  }
}
.lower-page_h3-title::before, .lower-page_h3-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #681c35;
}
.lower-page_h3-title::before {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .lower-page_h3-title::before {
    margin-right: 10px;
  }
}
.lower-page_h3-title::after {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .lower-page_h3-title::after {
    margin-left: 10px;
  }
}
.lower-page_h3-title h3 {
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .lower-page_h3-title h3 {
    font-size: 1.25em;
  }
}

.lower-page_h3-title-case {
  background-color: #f8f8f8;
  border-left: 10px solid #681c35;
  padding: 15px 20px;
  margin-bottom: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lower-page_h3-title-case h3 {
  color: #681c35;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.lower-page_basic {
  margin: 0 auto 80px;
  max-width: 850px;
}
@media screen and (max-width: 767px) {
  .lower-page_basic {
    margin: 0 auto 60px;
  }
}

.lower-page_basic-flex {
  margin: 0 auto 80px;
  max-width: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .lower-page_basic-flex {
    margin: 0 auto 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lower-page_basic-flex .txt {
  width: 56%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lower-page_basic-flex .txt {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .lower-page_basic-flex .txt {
    width: 100%;
  }
}
.lower-page_basic-flex .square-image {
  max-width: 288px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lower-page_basic-flex .square-image {
    max-width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .lower-page_basic-flex .square-image {
    margin-bottom: 40px;
  }
}
.lower-page_basic-flex .circle-image {
  max-width: 185px;
}
@media screen and (max-width: 767px) {
  .lower-page_basic-flex .circle-image {
    margin-bottom: 40px;
  }
}

.lower-page_basic-case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-page_basic-case-list .case-list {
  list-style: none;
  padding: 0;
  gap: 10px 0;
  font-size: 1em;
  line-height: 1.8;
}
.lower-page_basic-case-list .case-list li {
  position: relative;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #363636;
}
.lower-page_basic-case-list .case-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 12px;
  height: 12px;
  background-color: #681c35;
}

@media screen and (min-width: 1025px) {
  .flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1025px) {
  .lower-page_case-container {
    padding: 0 24px;
  }
}
.lower-page_case-container .lower-page_case-image {
  width: 100%;
}
.lower-page_case-container .lower-page_case-image .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .lower-page_case-container .lower-page_case-image .status {
    margin-bottom: 12px;
  }
}
.lower-page_case-container .lower-page_case-image .status span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  color: #681c35;
}
.lower-page_case-container .lower-page_case-image .image-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  background-color: #fef5fc;
  padding: 38px 0;
}
@media screen and (max-width: 767px) {
  .lower-page_case-container .lower-page_case-image .image-grid {
    gap: 5px;
    padding: 18px 0;
  }
}
.lower-page_case-container .lower-page_case-image .image-grid img {
  width: 30%;
}
.lower-page_case-container .lower-page_case-image .arrow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.lower-page_case-container .lower-page_case-image .arrow-container .down-arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #681c35;
  margin-top: 20px;
}
.lower-page_case-container .lower-page_case-list .case-details {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
  font-size: 1em;
  line-height: 1.8;
}
.lower-page_case-container .lower-page_case-list .case-details li {
  position: relative;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #363636;
}
.lower-page_case-container .lower-page_case-list .case-details li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 12px;
  height: 12px;
  background-color: #681c35;
}
.lower-page_case-container .lower-page_case-list .case-details .flex-item {
  width: 25%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .lower-page_case-container .lower-page_case-list .case-details .flex-item {
    width: 50%;
  }
}
.lower-page_case-container .lower-page_case-list .case-details .full-item {
  width: 100%;
}

.lower-page_point-section {
  margin-bottom: 80px;
}
.lower-page_point-section .point-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8f8f8;
  position: relative;
}
.lower-page_point-section .point-header .point-badge {
  background-color: #681c35;
  color: #f8f8f8;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .lower-page_point-section .point-header .point-badge {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lower-page_point-section .point-header .point-badge .label,
.lower-page_point-section .point-header .point-badge .number {
  font-family: "Zen Old Mincho", serif;
}
.lower-page_point-section .point-header .point-badge .label {
  font-size: 1.125em;
}
@media screen and (min-width: 1025px) {
  .lower-page_point-section .point-header .point-badge .label {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lower-page_point-section .point-header .point-badge .label {
    padding-left: 10px;
  }
}
.lower-page_point-section .point-header .point-badge .number {
  font-size: 2.125em;
}
@media screen and (min-width: 1025px) {
  .lower-page_point-section .point-header .point-badge .number {
    padding-left: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lower-page_point-section .point-header .point-badge .number {
    padding-left: 28px;
  }
}
.lower-page_point-section .point-header .point-title {
  font-family: "Zen Old Mincho", serif;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 6px 26px;
  font-size: 1.5em;
  color: #363636;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .lower-page_point-section .point-header .point-title {
    font-size: 1.25em;
    padding: 6px;
  }
}
.lower-page_point-section .point-content {
  background-color: #fffbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 28px 20px;
}
@media screen and (max-width: 767px) {
  .lower-page_point-section .point-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .lower-page_point-section .point-content .image {
    margin-bottom: 20px;
  }
}
.lower-page_point-section .point-content .image img {
  width: 100%;
  max-width: 304px;
  height: auto;
  display: block;
}
.lower-page_point-section .point-content .text {
  width: 56%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lower-page_point-section .point-content .text {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .lower-page_point-section .point-content .text {
    width: 100%;
  }
}

.lower-page_summary .image {
  width: 100%;
  margin-bottom: 40px;
}
.lower-page_summary .text p {
  padding-bottom: 32px;
}
.lower-page_summary .text p:last-child {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .lower-page_summary .text p:last-child {
    padding-bottom: 60px;
  }
}

.tmj-treatment_selfCheck .selfCheck-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tmj-treatment_selfCheck .selfCheck-list .case-list {
  list-style: none;
  padding: 0;
  font-size: 1em;
  line-height: 1.8;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 20px;
  max-width: 900px;
}
@media screen and (min-width: 1025px) {
  .tmj-treatment_selfCheck .selfCheck-list .case-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tmj-treatment_selfCheck .selfCheck-list .case-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tmj-treatment_selfCheck .selfCheck-list .case-list li {
  position: relative;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #363636;
}
.tmj-treatment_selfCheck .selfCheck-list .case-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 12px;
  height: 12px;
  background-color: #681c35;
}

.lower-page_director-profile .block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .lower-page_director-profile .block01 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lower-page_director-profile .block01 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .lower-page_director-profile .block01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-page_director-profile .block01 .director_img {
  max-width: 490px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lower-page_director-profile .block01 .director_img {
    max-width: 380px;
  }
}
.lower-page_director-profile .block01 .director_prf p {
  font-family: "Zen Old Mincho", serif;
}
.lower-page_director-profile .block01 .director_prf .title {
  font-size: 1.125em;
  margin-bottom: 18px;
}
.lower-page_director-profile .block01 .director_prf .director_name .name {
  font-size: 1.5em;
}
.lower-page_director-profile .block01 .director_prf .director_name .name-en {
  font-size: 1em;
  color: #c894bd;
}
.lower-page_director-profile .block02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .lower-page_director-profile .block03 {
    margin-bottom: 60px;
  }
}
.lower-page_director-profile .block03 .director__career {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #681c35;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .lower-page_director-profile .block03 .director__career {
    padding: 20px;
  }
}
.lower-page_director-profile .block03 .director__career .awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lower-page_director-profile .block03 .director__career .awards {
    gap: 8px;
  }
}
.lower-page_director-profile .block03 .director__career .awards .awards-img {
  max-width: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lower-page_director-profile .block03 .director__career .awards .awards-img {
    max-width: 170px;
  }
}
.lower-page_director-profile .block03 .director__career .career-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 80px;
  background-color: #fef5fc;
  color: #363636;
  line-height: 1.8;
}
.lower-page_director-profile .block03 .director__career .career-container .career-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .lower-page_director-profile .block03 .director__career .career-container .career-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.lower-page_director-profile .block03 .director__career .career-container .career-section {
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 1px solid #681c35;
  position: relative;
}
.lower-page_director-profile .block03 .director__career .career-container .career-section:last-child {
  margin-bottom: 0;
}
.lower-page_director-profile .block03 .director__career .career-container .career-title {
  font-size: 1.25rem;
  font-weight: normal;
  color: #444;
  margin-bottom: 15px;
  margin-top: 0;
}
.lower-page_director-profile .block03 .director__career .career-container .career-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lower-page_director-profile .block03 .director__career .career-container .career-list li {
  position: relative;
  padding-left: 20px;
  font-size: 0.875em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .lower-page_director-profile .block03 .director__career .career-container .career-list li {
    font-size: 1em;
  }
}
.lower-page_director-profile .block03 .director__career .career-container .career-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background-color: #681c35;
}

.lower-page_facility-introduction {
  background-color: #fef5fc;
  margin-top: 80px;
  padding: 80px 18.75%;
  scroll-margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .lower-page_facility-introduction {
    padding: 60px 5%;
    scroll-margin-top: 80px;
  }
}
.lower-page_facility-introduction .facility-card_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 30px;
}
.lower-page_facility-introduction .facility-card_container .facility-card {
  background-color: #ffffff;
  width: 100%;
  padding: 30px 40px;
}
@media screen and (min-width: 1025px) {
  .lower-page_facility-introduction .facility-card_container .facility-card {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lower-page_facility-introduction .facility-card_container .facility-card {
    width: calc(50% - 15px);
  }
}
.lower-page_facility-introduction .facility-card_container .facility-card image {
  max-width: 290px;
}
.lower-page_facility-introduction .facility-card_container .facility-card .facility-card_h3-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #681c35;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 20px 0;
}
.lower-page_facility-introduction .facility-card_container .facility-card .facility-card_h3-title::before, .lower-page_facility-introduction .facility-card_container .facility-card .facility-card_h3-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #681c35;
}
.lower-page_facility-introduction .facility-card_container .facility-card .facility-card_h3-title::before {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .lower-page_facility-introduction .facility-card_container .facility-card .facility-card_h3-title::before {
    margin-right: 10px;
  }
}
.lower-page_facility-introduction .facility-card_container .facility-card .facility-card_h3-title::after {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .lower-page_facility-introduction .facility-card_container .facility-card .facility-card_h3-title::after {
    margin-left: 10px;
  }
}
.lower-page_facility-introduction .facility-card_container .facility-card .facility-card_h3-title h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .lower-page_facility-introduction .facility-card_container .facility-card .facility-card_h3-title h3 {
    font-size: 1.25em;
  }
}

.lower-page_access {
  padding: 80px 18.75%;
  scroll-margin-top: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lower-page_access {
    padding: 60px 5%;
  }
}
@media screen and (max-width: 767px) {
  .lower-page_access {
    padding: 60px 5%;
    scroll-margin-top: 80px;
  }
}
.lower-page_access .gallery-container {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .lower-page_access .gallery-container {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lower-page_access .gallery-container {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .lower-page_access .gallery-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
}
.lower-page_access .gallery-container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .lower-page_access .gallery-container .item {
    min-height: 195px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lower-page_access .gallery-container .item {
    min-height: 195px;
  }
}
.lower-page_access .gallery-container .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .lower-page_access .gallery-container .main-img {
    grid-row: 1/3;
    min-height: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lower-page_access .gallery-container .main-img {
    grid-row: 1/3;
    min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .lower-page_access .gallery-container .main-img {
    grid-column: 1/3;
    aspect-ratio: 16/9;
    min-height: auto;
  }
}
.lower-page_access .lower-page_access_h2-title {
  position: relative;
  text-align: center;
  padding-top: 50px;
  margin: 80px 0 80px;
}
.lower-page_access .lower-page_access_h2-title::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #681c35;
  z-index: 1;
}
.lower-page_access .lower-page_access_h2-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 50px;
  border: 2px solid #681c35;
  border-bottom: none;
  border-radius: 100px 100px 0 0;
  background-color: #fff;
  z-index: 2;
}
.lower-page_access .lower-page_access_h2-title .icon {
  position: absolute;
  top: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  display: block;
  width: 46px;
  height: 46px;
}
.lower-page_access .lower-page_access_h2-title .nearest-station-icon {
  background: url("../images/lower-page/access/train-icon.svg") no-repeat center/contain;
}
.lower-page_access .lower-page_access_h2-title .hospital-profile-icon {
  background: url("../images/lower-page/access/tooth-icon.svg") no-repeat center/contain;
}
.lower-page_access .lower-page_access_h2-title .clinic-information-icon {
  background: url("../images/lower-page/access/watch-icon.svg") no-repeat center/contain;
}
.lower-page_access .lower-page_access_h2-title h2 {
  position: relative;
  z-index: 3;
  display: inline-block;
  margin-top: 30px;
  font-size: 1.5em;
  color: #681c35;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.lower-page_access .nearest-station .nearest-station_inner {
  padding: 0 5%;
}
.lower-page_access .nearest-station .nearest-station_inner .detail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lower-page_access .nearest-station .nearest-station_inner .detail-container .text {
  margin-bottom: 30px;
}
.lower-page_access .nearest-station .nearest-station_inner .detail-container .lower-page_access-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-page_access .nearest-station .nearest-station_inner .detail-container .lower-page_access-list .case-list {
  list-style: none;
  padding: 0;
  gap: 10px 0;
  font-size: 1em;
  line-height: 1.8;
}
.lower-page_access .nearest-station .nearest-station_inner .detail-container .lower-page_access-list .case-list li {
  position: relative;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #363636;
}
.lower-page_access .nearest-station .nearest-station_inner .detail-container .lower-page_access-list .case-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 12px;
  height: 12px;
  background-color: #681c35;
}
.lower-page_access .nearest-station .nearest-station_inner .access-h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.125em;
  font-weight: normal;
  color: #681c35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 22px;
  position: relative;
  margin: 60px auto 30px;
  line-height: 1.2;
}
.lower-page_access .nearest-station .nearest-station_inner .access-h3::before {
  content: "";
  position: absolute;
  left: 0;
  width: 12px;
  height: 1.3em;
  background-color: #681c35;
}
.lower-page_access .nearest-station .nearest-station_inner .route-list-container ol {
  list-style-position: inside;
  padding: 0;
  margin: 0;
}
.lower-page_access .nearest-station .nearest-station_inner .route-list-container ol li {
  margin-bottom: 3px;
  color: #363636;
}
@media screen and (max-width: 767px) {
  .lower-page_access .nearest-station .nearest-station_inner .route-list-container ol li {
    margin-bottom: 10px;
  }
}
.lower-page_access .hospital-profile .hospital-profile_inner .info-container {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #681c35;
}
@media screen and (min-width: 1025px) {
  .lower-page_access .hospital-profile .hospital-profile_inner .info-container {
    padding: 0 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lower-page_access .hospital-profile .hospital-profile_inner .info-container {
    padding: 0 5%;
  }
}
.lower-page_access .hospital-profile .hospital-profile_inner .info-container .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border-top: 1px solid #681c35;
  padding: 25px 0;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .lower-page_access .hospital-profile .hospital-profile_inner .info-container .info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
}
.lower-page_access .hospital-profile .hospital-profile_inner .info-container .info-row:last-child {
  border-bottom: none;
}
.lower-page_access .hospital-profile .hospital-profile_inner .info-container .info-row .info-label {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .lower-page_access .hospital-profile .hospital-profile_inner .info-container .info-row .info-label {
    width: 100%;
  }
}
.lower-page_access .hospital-profile .hospital-profile_inner .info-container .info-row .info-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  line-height: 1.6;
  color: #363636;
}
.lower-page_access .hospital-profile .hospital-profile_inner .info-container .info-row .info-content a {
  font-weight: 500;
  color: #681c35;
}
.lower-page_access .hospital-profile .hospital-profile_inner .info-container .info-row .info-content a:hover {
  color: #c894bd;
}
.lower-page_access .hospital-profile .hospital-profile_inner .info-container .info-row .reservation-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lower-page_access .hospital-profile .hospital-profile_inner .info-container .info-row .reservation-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.lower-page_access .hospital-profile .hospital-profile_inner .info-container .info-row .reservation-flex .text-box {
  width: 100%;
}
.lower-page_access .hospital-profile .hospital-profile_inner .info-container .info-row .reservation-flex .common__btn {
  text-align: left;
  width: 100%;
}
.lower-page_access .hospital-profile .hospital-profile_inner .info-container .info-row .reservation-flex .common__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  width: 100%;
  max-width: 311px;
  margin-right: 0;
  margin-left: auto;
  padding: 1.2em 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 100vh;
  border: 1px solid transparent;
  background-color: #fef5fc;
  color: #681c35;
  border-color: #681c35;
  font-size: 1rem;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lower-page_access .hospital-profile .hospital-profile_inner .info-container .info-row .reservation-flex .common__btn a::after {
  content: "→";
  font-weight: 300;
  font-size: 1.2em;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lower-page_access .hospital-profile .hospital-profile_inner .info-container .info-row .reservation-flex .common__btn a:hover {
  background-color: #681c35;
  color: #f8f8f8;
  border-color: #f8f8f8;
}
.lower-page_access .hospital-profile .hospital-profile_inner .info-container .info-row .reservation-flex .common__btn a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media screen and (max-width: 767px) {
  .lower-page_access .hospital-profile .hospital-profile_inner .info-container .info-row .reservation-flex .common__btn a {
    margin-left: auto;
    margin-right: auto;
  }
}
.lower-page_access .hospital-profile .hospital-profile_inner .info-container .info-row .reservation-btn {
  gap: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lower-page_access .hospital-profile .hospital-profile_inner .info-container .info-row .reservation-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lower-page_access .clinic-information .clinic-information_inner {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .lower-page_access .clinic-information .clinic-information_inner {
    padding: 0 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lower-page_access .clinic-information .clinic-information_inner {
    padding: 0 5%;
  }
}
.lower-page_access .clinic-information .clinic-information_inner .information-text {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.lower-page_access .clinic-information .clinic-information_inner .information-schedule .info-container {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #681c35;
}
.lower-page_access .clinic-information .clinic-information_inner .information-schedule .info-container .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border-top: 1px solid #681c35;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .lower-page_access .clinic-information .clinic-information_inner .information-schedule .info-container .info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
}
.lower-page_access .clinic-information .clinic-information_inner .information-schedule .info-container .info-row:last-child {
  border-bottom: none;
}
.lower-page_access .clinic-information .clinic-information_inner .information-schedule .info-container .info-row .info-label {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .lower-page_access .clinic-information .clinic-information_inner .information-schedule .info-container .info-row .info-label {
    width: 100%;
    margin-bottom: 20px;
  }
}
.lower-page_access .clinic-information .clinic-information_inner .information-schedule .info-container .info-row .info-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  line-height: 1.6;
  color: #363636;
}
.lower-page_access .clinic-information .clinic-information_inner .information-schedule .info-container .info-row .reservation-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lower-page_access .clinic-information .clinic-information_inner .information-schedule .info-container .info-row .reservation-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.lower-page_access .clinic-information .clinic-information_inner .information-schedule .info-container .info-row .reservation-flex .text-box {
  width: 100%;
}
.lower-page_access .clinic-information .clinic-information_inner .information-schedule .info-container .info-row .reservation-flex .common__btn {
  text-align: left;
  width: 100%;
}
.lower-page_access .clinic-information .clinic-information_inner .information-schedule .info-container .info-row .reservation-flex .common__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  width: 100%;
  max-width: 311px;
  margin-right: 0;
  margin-left: auto;
  padding: 1.2em 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 100vh;
  border: 1px solid transparent;
  background-color: #fef5fc;
  color: #681c35;
  border-color: #681c35;
  font-size: 1rem;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lower-page_access .clinic-information .clinic-information_inner .information-schedule .info-container .info-row .reservation-flex .common__btn a::after {
  content: "→";
  font-weight: 300;
  font-size: 1.2em;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lower-page_access .clinic-information .clinic-information_inner .information-schedule .info-container .info-row .reservation-flex .common__btn a:hover {
  background-color: #681c35;
  color: #f8f8f8;
  border-color: #f8f8f8;
}
.lower-page_access .clinic-information .clinic-information_inner .information-schedule .info-container .info-row .reservation-flex .common__btn a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media screen and (max-width: 767px) {
  .lower-page_access .clinic-information .clinic-information_inner .information-schedule .info-container .info-row .reservation-flex .common__btn a {
    margin-left: auto;
    margin-right: auto;
  }
}

.lower-page_price .price-list {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lower-page_price .price-list {
    margin-bottom: 60px;
  }
}
.lower-page_price .price-list .scroll-hint {
  font-size: 12px;
  color: #363636;
  text-align: right;
  margin-bottom: 5px;
}
@media screen and (min-width: 1025px) {
  .lower-page_price .price-list .scroll-hint {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lower-page_price .price-list .scroll-hint {
    display: none;
  }
}
.lower-page_price .price-list .table-container {
  font-family: "Noto Sans JP", sans-serif;
  color: #363636;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.lower-page_price .price-list .table-container::-webkit-scrollbar {
  height: 8px;
}
.lower-page_price .price-list .table-container::-webkit-scrollbar-thumb {
  background: #681c35;
  border-radius: 4px;
}
.lower-page_price .price-list .table-container table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  font-size: 14px;
}
.lower-page_price .price-list .table-container table th,
.lower-page_price .price-list .table-container table td {
  border: 1px solid #681c35;
  padding: 8px 12px;
  text-align: right;
}
.lower-page_price .price-list .table-container table thead th {
  background-color: #bd6a85;
  font-weight: 500;
  color: #ffffff;
}
.lower-page_price .price-list .table-container table tbody th {
  background-color: #f6d9f0;
  font-weight: 500;
  text-align: left;
}
.lower-page_price .price-list .table-container table tbody td {
  background-color: #fffbfb;
}
.lower-page_price .price-list .table-container table .center-text {
  text-align: center;
}

.lower-page_consent-privacy {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .lower-page_consent-privacy {
    margin-bottom: 30px;
  }
}
.lower-page_consent-privacy p {
  margin-bottom: 30px;
}
.lower-page_consent-privacy p:last-child {
  margin-bottom: 0;
}