@charset "UTF-8";
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1160px) and (min-width: 768px) {
  html {
    font-size: 0.8620689655vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #040000;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  line-height: 1.75;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

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

.ff-en-bold {
  font-family: "Arimo", sans-serif;
  font-weight: 700;
}

.ff-en-re {
  font-family: "Arimo", sans-serif;
  font-weight: 400;
}

.section__title {
  font-size: 2.9rem;
  line-height: 2.86;
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 1.9rem;
  }
}

.top__mv-wrapper {
  display: flex;
  justify-content: center;
  align-items: space-between;
  column-gap: 9rem;
}
@media screen and (max-width: 767px) {
  .top__mv-wrapper {
    flex-direction: column;
  }
}

.top__mv-wrapper-text {
  color: #602b87;
  text-align: center;
}

.p-top__mv {
  padding-block: 12rem 10.7rem;
}
@media screen and (max-width: 767px) {
  .p-top__mv {
    padding-block: 4.4rem 0rem;
  }
}

.p-top__mv-wrapper-text-title {
  font-size: 5.1rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top__mv-wrapper-text-title {
    font-size: 2.7rem;
  }
}

.p-top__mv-wrapper-text-subtitle {
  font-size: 2.7rem;
  margin-top: 7.1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top__mv-wrapper-text-subtitle {
    font-size: 1.4rem;
    margin-top: 2.8rem;
  }
}

.top__mv-wrapper-img {
  width: 50rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top__mv-wrapper-img {
    width: fit-content;
  }
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header__right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-header__right {
    display: none;
  }
}

.l-header__top-text {
  background: #3095b4;
  display: inline-block;
  font-size: 1.76rem;
  padding: 1.6rem 3rem;
  color: #fff;
}

.p-top__detail {
  background: #602b87;
  padding-block: 2.8rem;
}

.p-top__detail-wrapper {
  display: flex;
  justify-content: center;
  column-gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top__detail-wrapper {
    flex-direction: column-reverse;
  }
}

.p-top__detail-wrapper-img {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-top__detail-wrapper-img {
    margin-top: 2rem;
    margin-inline: auto;
  }
}

.p-top__detail-wrapper-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 4.2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top__detail-wrapper-text {
    row-gap: 2.2rem;
  }
}

.p-top__detail-wrapper-text-title {
  font-size: 2.6rem;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top__detail-wrapper-text-title {
    font-size: 1.7rem;
  }
}

.p-top__detail-wrapper-text-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  font-size: 1.9rem;
  background: #3095b4;
  height: 7.2rem;
  width: 17.7rem;
}
@media screen and (max-width: 767px) {
  .p-top__detail-wrapper-text-btn {
    font-size: 1.2rem;
    height: 4.3rem;
    width: 11.6rem;
    display: flex;
  }
}

.p-top__blank {
  width: 100%;
  background: #fff;
  height: 16rem;
}
@media screen and (max-width: 767px) {
  .p-top__blank {
    height: 12rem;
  }
}

/* ========================================
   Main Visual
======================================== */
.p-adaptation-mv__inner {
  width: 100%;
  height: 37.4rem;
  overflow: hidden;
}

.p-adaptation-mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
}

/* ========================================
   Breadcrumb
======================================== */
.p-breadcrumb.c-wrapper {
  padding-inline: 3rem;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb.c-wrapper {
    padding-inline: 2rem;
  }
}

.p-breadcrumb {
  margin-top: 4.4rem;
  padding-inline: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb {
    margin-top: 2rem;
  }
}

.p-breadcrumb__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-breadcrumb__item {
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb__item {
    font-size: 1.2rem;
  }
}

.p-breadcrumb__item + .p-breadcrumb__item::before {
  content: "＞";
  margin-inline: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb__item + .p-breadcrumb__item::before {
    margin-inline: 1.2rem;
  }
}

.p-breadcrumb__link {
  text-decoration: none;
}

.p-breadcrumb__link:hover {
  opacity: 0.7;
}

/* ========================================
   Page Title
======================================== */
.p-adaptation-page-title-conainer {
  padding-block: 4rem 15.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-adaptation-page-title-conainer {
    padding-block: 2.4rem;
  }
}

.p-adaptation-page-title__sub {
  display: block;
  font-size: 2.9rem;
  margin-top: 2rem;
  line-height: 1.61;
  font-weight: 700;
  color: #602b87;
}
@media screen and (max-width: 767px) {
  .p-adaptation-page-title__sub {
    font-size: 1.3rem;
  }
}

.p-adaptation-page-title__lead {
  font-size: 2.9rem;
  line-height: 1.7;
  font-weight: 700;
  color: #602b87;
}
@media screen and (max-width: 767px) {
  .p-adaptation-page-title__lead {
    font-size: 1.3rem;
  }
}

.p-adaptation-content {
  margin-top: 10.4rem;
}
@media screen and (max-width: 767px) {
  .p-adaptation-content {
    margin-top: 2.4rem;
  }
}

.p-adaptation-content__text {
  line-height: 2.2;
  font-size: 2rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-adaptation-content__text {
    font-size: 1.3rem;
  }
}

.p-adaptation-content__text + .p-adaptation-content__text {
  margin-top: 2.4rem;
}

.p-adaptation-content__text-num {
  margin-left: -1rem;
  font-size: 1.5rem;
  position: relative;
  top: 1.55rem;
  vertical-align: top;
  line-height: 1;
  margin-right: 0.8rem;
}

.p-reference-list {
  display: grid;
  grid-template-columns: repeat(2, 40rem);
  gap: 0.6rem 2.4rem;
  margin-top: 4rem;
  justify-items: start;
}
@media screen and (max-width: 767px) {
  .p-reference-list {
    grid-template-columns: 1fr;
    gap: 0.6rem 2.4rem;
    margin-top: 2.4rem;
  }
}
.p-reference-list__item {
  padding: 0.6rem 1rem 0.6rem 0;
  font-size: 1.5rem;
  letter-spacing: -0.08rem;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .p-reference-list__item {
    font-size: 1.2rem;
  }
}

/* zephyr-target */
.p-adaptation-zephyr-target {
  padding-block: 8rem;
  background-color: #ebebeb;
}
@media screen and (max-width: 767px) {
  .p-adaptation-zephyr-target {
    padding-block: 2.4rem;
  }
}

.p-adaptation-zephyr-target__inner {
  margin-inline: auto;
}

.p-adaptation-zephyr-target__title {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.57;
  font-weight: 700;
  color: #602b87;
}
@media screen and (max-width: 767px) {
  .p-adaptation-zephyr-target__title {
    font-size: 1.9rem;
  }
}

.p-adaptation-zephyr-target__lead {
  font-size: 2rem;
  line-height: 2.2;
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-adaptation-zephyr-target__lead {
    font-size: 1.3rem;
    margin-top: 2.4rem;
  }
}

.p-adaptation-zephyr-target__content {
  margin-inline: auto;
  max-width: 92rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12rem;
  margin-top: 3.6rem;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-adaptation-zephyr-target__content {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
    margin-top: 2.4rem;
  }
}

.p-adaptation-zephyr-target__column {
  flex: 1;
}

.p-adaptation-zephyr-target__heading {
  font-size: 2rem;
  color: #5a3b8c;
  line-height: 2;
}

.p-adaptation-zephyr-target__item {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.6rem;
  font-size: 2rem;
  line-height: 2.2;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-adaptation-zephyr-target__item {
    font-size: 1.3rem;
    padding-left: 1.4rem;
  }
}

.p-adaptation-zephyr-target__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.4rem;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #3095b4;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-adaptation-zephyr-target__item::before {
    top: 1.4rem;
  }
}

.p-adaptation-zephyr-target__divider {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-adaptation-zephyr-target__divider {
    margin-block: 2rem;
  }
}
.p-adaptation-zephyr-target__divider .p-adaptation-zephyr-target__divider-image {
  width: 3rem;
  height: auto;
}

/* image-target-section */
.p-adaptation-target-image {
  padding: 11.2rem 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-adaptation-target-image {
    padding: 2.4rem 0;
  }
}

.p-adaptation-target-image__header {
  text-align: center;
}

.p-adaptation-target-image__lead {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-adaptation-target-image__lead {
    font-size: 1.3rem;
  }
}

.p-adaptation-target-image__title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 2.8rem;
  color: #3095b4;
}
@media screen and (max-width: 767px) {
  .p-adaptation-target-image__title {
    font-size: 1.8rem;
  }
}

.p-adaptation-target-image__table {
  font-size: 2.1rem;
  line-height: 2;
}

.p-adaptation-target-image__table-wrapper {
  overflow-x: auto;
  margin-top: 4.4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-adaptation-target-image__table-wrapper {
    width: 100%;
    overflow-x: auto;
  }
}

.p-adaptation-target-image__table {
  width: 100%;
  border-collapse: collapse;
  background-color: #dcedf5;
}
@media screen and (max-width: 767px) {
  .p-adaptation-target-image__table {
    font-size: 1.4rem;
    width: max-content;
    min-width: 100%;
  }
}

.p-adaptation-target-image__th,
.p-adaptation-target-image__table td,
.p-adaptation-target-image__row-heading {
  border: 1px solid #ffffff;
  padding-inline: 2rem;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-adaptation-target-image__th,
  .p-adaptation-target-image__table td,
  .p-adaptation-target-image__row-heading {
    padding: 1.2rem;
  }
}

.p-adaptation-target-image__tbody {
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-adaptation-target-image__tbody {
    font-size: 1.3rem;
  }
}

.p-adaptation-target-image__th {
  padding: 0;
  height: auto;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-adaptation-target-image__th {
    width: 24rem;
    height: 16rem;
  }
}

.p-adaptation-target-image__th img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* はみ出したらトリミング */
  display: block;
  aspect-ratio: 342/234;
}

.p-adaptation-target-image__th.p-adaptation-target-image__th--profile {
  width: 25%;
  text-align: left;
  font-weight: 700;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p-adaptation-target-image__th.p-adaptation-target-image__th--profile {
    width: 24rem;
    padding: 1.2rem;
  }
}

.p-adaptation-target-image__row-heading {
  text-align: left;
  font-weight: 400;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-adaptation-target-image__row-heading {
    width: 24rem;
  }
}

.p-adaptation-target-image__row-heading-small {
  line-height: 1.454;
  font-size: 1.7rem;
  padding-block: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-adaptation-target-image__row-heading-small {
    font-size: 1.2rem;
  }
}

.p-adaptation-target-image__row-heading-small-title {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-adaptation-target-image__row-heading-small-title {
    font-size: 1.3rem;
  }
}

.p-adaptation-target-image__table img {
  width: 100%;
  height: auto;
  display: block;
}

.p-adaptation-flow {
  padding-block: 8.5rem 17rem;
}
@media screen and (max-width: 767px) {
  .p-adaptation-flow {
    padding-block: 2.4rem;
  }
}

.p-adaptation-flow__title {
  text-align: center;
  font-size: 2.9rem;
  color: #602b87;
  font-weight: 700;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .p-adaptation-flow__title {
    font-size: 1.9rem;
  }
}

.p-adaptation-flow__list {
  margin-top: 4.2rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-adaptation-flow__list {
    flex-direction: column;
  }
}

.p-adaptation-flow__item {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-adaptation-flow__item {
    width: 100%;
  }
}

.p-adaptation-flow__icon {
  width: 12rem;
  height: 12rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-adaptation-flow__icon img {
  width: 100%;
  height: auto;
}

.p-adaptation-flow__heading {
  font-size: 2.1rem;
  line-height: 1.57;
  color: #602b87;
  margin-top: 1.7rem;
}

.p-adaptation-flow__step {
  margin-top: 3.3rem;
  text-align: left;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.57;
  padding-left: 0.6rem;
  color: #040000;
}
@media screen and (max-width: 767px) {
  .p-adaptation-flow__step {
    margin-top: 1.2rem;
  }
}

.p-adaptation-flow__text {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.57;
  padding-left: 0;
  list-style: none;
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-adaptation-flow__text {
    font-size: 1.3rem;
  }
}

.p-adaptation-flow__text li {
  margin-bottom: 0.6rem;
  position: relative;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-adaptation-flow__text li {
    padding-left: 1.4rem;
  }
}

.p-adaptation-flow__text li::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 0.6%;
  transform: translateY(-50%);
  width: 0.76rem;
  height: 0.76rem;
  background: #3095b4;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-adaptation-flow__text li::before {
    left: 0;
    top: 0.9rem;
  }
}

.p-structure-page-title-conainer {
  text-align: center;
  padding-block: 4rem 9.2rem;
}
@media screen and (max-width: 767px) {
  .p-structure-page-title-conainer {
    padding-block: 2.4rem;
  }
}

.p-structure-page-title__sub {
  display: block;
  font-size: 2.9rem;
  line-height: 1.61;
  font-weight: 700;
  color: #602b87;
  line-height: 2.86;
}
@media screen and (max-width: 767px) {
  .p-structure-page-title__sub {
    font-size: 1.1rem;
  }
}

.p-structure-page-title__lead {
  font-size: 2.9rem;
  line-height: 1.7;
  font-weight: 700;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-structure-page-title__lead {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

.p-structure-content {
  font-size: 1.6rem;
  line-height: 2.2;
  text-align: left;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-structure-content {
    font-size: 1rem;
  }
}

.p-structure-mv__inner {
  width: 100%;
  height: 37.4rem;
  overflow: hidden;
}

.p-structure-mv__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
}

.p-structure-content__img {
  margin-inline: auto;
  max-width: 60rem;
  margin-top: 6rem;
}

.p-structure-treatment {
  padding-block: 7.8rem 11.4rem;
  background: #ebebeb;
}
@media screen and (max-width: 767px) {
  .p-structure-treatment {
    padding-block: 2.4rem;
  }
}

.p-structure-treatment__title {
  font-weight: 700;
  text-align: center;
  color: #3092b4;
}

.p-structure-treatment__contents {
  display: flex;
  column-gap: 4.6rem;
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-structure-treatment__contents {
    flex-direction: column;
    margin-top: 2.4rem;
    row-gap: 2.4rem;
  }
}

.p-structure-treatment__contents-video {
  width: 55rem;
  height: 31rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-structure-treatment__contents-video {
    width: 100%;
    height: auto;
    aspect-ratio: 35/20;
  }
}

.p-structure-treatment__contents-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.p-structure-treatment__contents-texts-text {
  font-size: 1.6rem;
  line-height: 2.2;
}
.p-structure-treatment__contents-texts-text:nth-of-type(2n) {
  margin-top: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-structure-treatment__contents-texts-text {
    font-size: 1rem;
  }
  .p-structure-treatment__contents-texts-text:nth-of-type(2n) {
    margin-top: 2.4rem;
  }
}

.p-structure-treatment__contents-texts-text-accent {
  margin-left: -1rem;
}

.p-structure-treatment__contents-texts-subtext {
  font-size: 1.7rem;
  line-height: 2.09;
  margin-top: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-structure-treatment__contents-texts-subtext {
    font-size: 1.1rem;
    margin-top: 2rem;
  }
}

.p-structure-overview {
  padding-block: 13rem 22rem;
}
@media screen and (max-width: 767px) {
  .p-structure-overview {
    padding-block: 2.4rem;
  }
}

.p-structure-overview__title {
  font-weight: 700;
  text-align: center;
  color: #602b87;
}
.p-structure-overview__list {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 4.6rem;
  column-gap: 6rem;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-structure-overview__list {
    grid-template-columns: 1fr;
  }
}

.p-structure-overview__item {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.p-structure-overview__step-items {
  display: flex;
  align-items: flex-start;
  align-items: center;
}

.p-structure-overview__step {
  width: 12rem;
  height: 9rem;
  background: #009dc2;
  clip-path: polygon(0 0, 70% 0, 100% 50%, 70% 100%, 0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-structure-overview__step-num {
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  background: #009dc2;
  clip-path: polygon(0 0, 60% 0, 95% 50%, 60% 100%, 0 100%);
  width: 8rem;
  height: 6rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 2.6rem;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-structure-overview__step-num {
    font-size: 3.4rem;
    width: 6.6rem;
    height: 4.6rem;
    clip-path: polygon(0 0, 60% 0, 90% 50%, 60% 100%, 0 100%);
  }
}

.p-structure-overview__img {
  width: 100%;
  height: auto;
  display: block;
}

.p-structure-overview__text {
  font-size: 1.4rem;
  line-height: 1.62;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-structure-overview__text {
    font-size: 1rem;
  }
}

.p-structure-overview__text-ls {
  letter-spacing: -0.09rem;
}

.p-structure-management {
  margin-top: 18rem;
}

.p-structure-management__title {
  text-align: center;
  color: #602b87;
  margin-top: 20rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-structure-management__title {
    margin-top: 4rem;
    font-size: 1.7rem;
  }
}

.p-structure-management__contents {
  margin-top: 6rem;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-structure-management__contents {
    flex-direction: column;
    margin-top: 2rem;
    gap: 4rem;
  }
}

.p-structure-management__contents-text {
  font-size: 1.7rem;
  line-height: 2.2;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-structure-management__contents-text {
    font-size: 1rem;
  }
}

.p-information-mv__inner {
  width: 100%;
  height: 37.4rem;
  overflow: hidden;
}

.p-information-mv__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 29%;
}

.p-information-title-container {
  padding-block: 4rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-information-title-container {
    padding-block: 2.4rem;
  }
}

.p-information-content {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-information-content {
    margin-top: 2rem;
  }
}

.p-information-content__text {
  font-size: 2rem;
  line-height: 2.2;
}
.p-information-content__textheight {
  line-height: 2.8;
}
@media screen and (max-width: 767px) {
  .p-information-content__text {
    font-size: 1.3rem;
  }
}

.p-information-explanation__list-supplement-num {
  font-size: 1.52rem;
  letter-spacing: -0.08rem;
  line-height: 0.8;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-information-explanation__list-supplement-num {
    font-size: 1.2rem;
  }
}

.p-information-page-title {
  text-align: center;
}

.p-information-page-title-container {
  padding-block: 3.2rem 13.2rem;
}
@media screen and (max-width: 767px) {
  .p-information-page-title-container {
    padding-block: 2.4rem;
  }
}

.p-information-page-title-container-inner {
  max-width: 146rem;
  margin-inline: auto;
}

.p-information-explanation-title__main {
  font-size: 2.56rem;
  font-weight: 700;
  color: #3095b4;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-information-explanation-title__main {
    font-size: 1.76rem;
  }
}

.p-information-explanation__list {
  font-size: 2rem;
  line-height: 2.2;
  display: block;
  margin-top: 2.4rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-information-explanation__list {
    font-size: 1.3rem;
  }
}

.p-information-explanation__list-item {
  position: relative;
  padding-left: 2rem;
}
.p-information-explanation__list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.76rem;
  height: 0.76rem;
  background: #3095b4;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-information-explanation__list-item {
    padding-left: 1.4rem;
  }
  .p-information-explanation__list-item::before {
    top: 1.4rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}

.p-information-explanation__list-supplement {
  font-size: 2.1rem;
  line-height: 2.61;
  margin-top: 1.6rem;
  letter-spacing: 0.02rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-information-explanation__list-supplement {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.p-information-features {
  padding-block: 6.2rem 8rem;
  background: #e5e5e6;
}
@media screen and (max-width: 767px) {
  .p-information-features {
    padding-block: 2.4rem;
  }
}

.p-information-features__title {
  color: #602b87;
  text-align: center;
  font-weight: 700;
}

.p-information-features__imgs {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-information-features__imgs {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .p-information-features__img03 {
    margin-top: -2rem;
  }
  .p-information-features__img04 {
    margin-top: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-information-features__img01 {
    margin-top: 2rem;
    width: 90%;
    margin-inline: auto;
  }
  .p-information-features__img02 {
    margin-top: -10rem;
    width: 76%;
    margin-inline: auto;
  }
  .p-information-features__img03 {
    margin-top: -5rem;
    padding-right: 3rem;
  }
  .p-information-features__img04 {
    margin-top: -14rem;
    width: 80%;
    margin-inline: auto;
  }
}

.p-information-size {
  padding-block: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-information-size {
    padding-block: 2.4rem;
  }
}

.p-information-size__title {
  color: #602b87;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-information-size__title {
    font-size: 1.52rem;
  }
}

.p-information-size__subtitle {
  margin-top: 6.2rem;
  margin-inline: auto;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-information-size__subtitle {
    margin-top: 2.2rem;
  }
}

.p-information-size__subtitle-text {
  text-align: left;
  font-size: 2rem;
  line-height: 2.5;
  position: relative;
  padding-left: 2rem;
}
.p-information-size__subtitle-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.76rem;
  height: 0.76rem;
  background: #3095b4;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-information-size__subtitle-text {
    padding-left: 1.4rem;
    font-size: 1.3rem;
  }
  .p-information-size__subtitle-text::before {
    top: 1.6rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}

.p-information-size__imgs {
  position: relative;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-information-size__imgs {
    flex-direction: column;
  }
}

.p-information-size__imgs-wrapper {
  position: relative;
  left: 4rem;
}

.p-information-size__imgs-text--vertical {
  font-size: 2.4rem;
  line-height: 2.9;
  display: inline-block;
  position: absolute;
  top: 97%;
  left: -6rem;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left top;
}

.p-information-size__imgs-text {
  font-size: 2.4rem;
  line-height: 2.9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-information-size__imgs-text {
    font-size: 1.6rem;
  }
}

/* ===========================
   スマホだけ横スクロール
   =========================== */
@media screen and (max-width: 767px) {
  /* 画像スクロール領域 */
  .p-information-size__imgs {
    overflow-x: auto;
    padding-bottom: 1rem;
    margin-left: 2rem;
  }
  .p-information-size__img {
    flex-shrink: 0;
    min-width: 200%;
  }
  /* 縦テキスト（固定） */
  .p-information-size__imgs-text--vertical {
    position: absolute;
    top: 98%;
    left: -4rem; /* ← スマホでは左に固定 */
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: left top;
    pointer-events: none;
    z-index: 10;
    font-size: 1.6rem;
  }
}
.p-information-catheter {
  padding-block: 2.8rem 7rem;
  background: #e5e5e6;
}
@media screen and (max-width: 767px) {
  .p-information-catheter {
    padding-block: 2.4rem;
  }
}

.p-information-catheter__title {
  font-weight: 700;
  color: #602b87;
  text-align: center;
}

.p-information-catheter__contents {
  display: flex;
  justify-content: space-between;
  gap: 5.4rem;
  margin-top: 6.2rem;
}
@media screen and (max-width: 767px) {
  .p-information-catheter__contents {
    flex-direction: column;
    margin-top: 1.2rem;
  }
}

.p-information-catheter__contents-text-title {
  font-size: 2.56rem;
  line-height: 3.21;
  font-weight: 700;
  color: #602b87;
}
@media screen and (max-width: 767px) {
  .p-information-catheter__contents-text-title {
    font-size: 1.52rem;
  }
}

.p-information-catheter__contents-text-list-item {
  font-size: 2rem;
  line-height: 2.2;
  position: relative;
  padding-left: 2rem;
}
.p-information-catheter__contents-text-list-item::before {
  content: "";
  position: absolute;
  top: 2.2rem;
  left: 0;
  transform: translateY(-50%);
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 50%;
  background: #000040;
}
@media screen and (max-width: 767px) {
  .p-information-catheter__contents-text-list-item {
    font-size: 1.3rem;
    padding-left: 1.4rem;
  }
  .p-information-catheter__contents-text-list-item::before {
    top: 1.4rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}

.p-information-catheter__contents-img {
  width: 56rem;
  height: 31rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-information-catheter__contents-img {
    width: 100%;
    height: auto;
  }
}

.p-information-catheter__contents-img img {
  border-radius: 2.4rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-information-catheter__contents-img img {
    height: auto;
  }
}

.p-information-system {
  padding-block: 9rem 20rem;
}
@media screen and (max-width: 767px) {
  .p-information-system {
    padding-block: 2.4rem;
  }
}

.p-information-system__title {
  font-weight: 700;
  color: #602b87;
  text-align: center;
  line-height: 1.6;
}

.p-information-system__contents {
  margin-top: 10rem;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-information-system__contents {
    flex-direction: column;
    margin-top: 4rem;
    gap: 6rem;
  }
}

.p-information-system__contents-text-title {
  font-size: 2rem;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .p-information-system__contents-text-title {
    font-size: 1.3rem;
  }
}

.p-information-system__contents-text-sub {
  font-size: 2.1rem;
  line-height: 2.09;
  margin-top: 4.4rem;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 767px) {
  .p-information-system__contents-text-sub {
    font-size: 1.2rem;
  }
}

.p-information-system__contents-text-sub-small {
  font-size: 1.8rem;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 767px) {
  .p-information-system__contents-text-sub-small {
    font-size: 1.4rem;
  }
}

.p-information-system__contents-text-img {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-information-system__contents-text-img {
    margin-top: 4rem;
  }
}

.p-information-system__contents-img {
  width: 56rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-information-system__contents-img {
    width: 100%;
  }
}

.p-clinical__mv {
  width: 100%;
  height: 37.4rem;
  overflow: hidden;
}
.p-clinical__mv-inner {
  height: 100%;
}
.p-clinical__mv-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center -37rem;
}
@media (min-width: 2200px) {
  .p-clinical__mv-inner img {
    object-position: center -50rem;
  }
}
@media screen and (max-width: 767px) {
  .p-clinical__mv-inner img {
    height: 100%;
    object-position: center;
  }
}
.p-clinical__main {
  padding-block: 4rem 14rem;
}
@media screen and (max-width: 767px) {
  .p-clinical__main {
    padding-block: 2.4rem;
  }
}
.p-clinical__main-title {
  text-align: center;
  font-weight: 700;
  color: #602b87;
}
.p-clinical__main-title-sub {
  text-align: center;
  font-size: 2.9rem;
  line-height: 2.86;
  font-weight: 700;
  color: #602b87;
}
@media screen and (max-width: 767px) {
  .p-clinical__main-title-sub {
    font-size: 1.3rem;
  }
}
.p-clinical__main-content {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-clinical__main-content {
    margin-top: 4rem;
  }
}
.p-clinical__main-content-text {
  font-size: 2rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-clinical__main-content-text {
    font-size: 1.3rem;
  }
}
.p-clinical__main-content-flex {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-clinical__main-content-flex {
    flex-direction: column;
    gap: 0;
  }
}
.p-clinical__main-content-flex-list-text {
  font-size: 2rem;
  line-height: 2.2;
  position: relative;
  padding-left: 3rem;
}
.p-clinical__main-content-flex-list-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.6%;
  transform: translateY(-50%);
  width: 0.76rem;
  height: 0.76rem;
  background: #3095b4;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-clinical__main-content-flex-list-text {
    padding-left: 2rem;
  }
  .p-clinical__main-content-flex-list-text::before {
    top: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-clinical__main-content-flex-list-text {
    font-size: 1.3rem;
  }
}
.p-clinical__main-content-flex-img {
  width: 31rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-clinical__main-content-flex-img {
    width: 100%;
    height: auto;
  }
}
.p-clinical__main-content-flex-img img {
  width: 100%;
  height: auto;
}
.p-clinical__main-content-supplement {
  font-size: 1.3rem;
  margin-top: 8rem;
  line-height: 2.61;
}
@media screen and (max-width: 767px) {
  .p-clinical__main-content-supplement {
    font-size: 1.1rem;
    margin-top: 4rem;
  }
}
.p-clinical__liberate {
  padding-block: 2rem 6rem;
  background: #e5e5e6;
}
@media screen and (max-width: 767px) {
  .p-clinical__liberate {
    padding-block: 2.4rem;
  }
}
.p-clinical__liberate-wrap {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-clinical__liberate-wrap {
    flex-direction: column;
  }
}
.p-clinical__liberate-wrap-graph {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-clinical__liberate-wrap-graph {
    width: 100%;
  }
}
.p-clinical__liberate-wrap-graphimg {
  width: 67.4rem;
  height: 46rem;
}
@media screen and (max-width: 767px) {
  .p-clinical__liberate-wrap-graphimg {
    width: 100%;
    height: auto;
  }
}
.p-clinical__liberate-wrap-graph-title {
  font-size: 3.1rem;
  line-height: 1.58;
  font-weight: 700;
  text-align: center;
  color: #602b87;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-clinical__liberate-wrap-graph-title {
    font-size: 2.6rem;
  }
}
.p-clinical__liberate-wrap-description {
  flex: 1;
}
.p-clinical__liberate-wrap-description-head {
  font-size: 2rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-clinical__liberate-wrap-description-head {
    font-size: 1.3rem;
  }
}
.p-clinical__liberate-wrap-description-title {
  font-weight: 700;
  font-size: 2.16rem;
  line-height: 2.03;
  color: #3095b4;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-clinical__liberate-wrap-description-title {
    font-size: 1.44rem;
  }
}
.p-clinical__liberate-wrap-description-list {
  font-size: 2rem;
  line-height: 2.2;
}
.p-clinical__liberate-wrap-description-list-item {
  font-size: 2rem;
  line-height: 2.5;
  position: relative;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-clinical__liberate-wrap-description-list-item {
    font-size: 1.3rem;
  }
}
.p-clinical__liberate-wrap-description-list-item::before {
  content: "";
  position: absolute;
  top: 2.4rem;
  left: 0.6%;
  transform: translateY(-50%);
  width: 0.76rem;
  height: 0.76rem;
  background: #3095b4;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-clinical__liberate-wrap-description-list-item {
    padding-left: 1.6rem;
  }
  .p-clinical__liberate-wrap-description-list-item::before {
    top: 1.6rem;
  }
}
.p-clinical__liberate-wrap-description-button {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23rem;
  height: 7.2rem;
  font-size: 1.3rem;
  background: #3095b4;
  color: #fff;
  margin-top: 8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-clinical__liberate-wrap-description-button {
    margin-top: 4rem;
    font-size: 1.3rem;
    width: 20rem;
    height: 6.2rem;
  }
}
.p-clinical__impact {
  padding-block: 10rem 24rem;
}
@media screen and (max-width: 767px) {
  .p-clinical__impact {
    padding-block: 4rem;
  }
}
.p-clinical__impact-wrap {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-clinical__impact-wrap {
    flex-direction: column;
  }
}
.p-clinical__impact-wrap-graph {
  width: 45%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-clinical__impact-wrap-graph {
    width: 100%;
  }
}
.p-clinical__impact-wrap-graph-img {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-clinical__impact-wrap-graph-img {
    margin-bottom: 0;
  }
}
.p-clinical__impact-wrap-graph-title {
  margin-bottom: 20px;
  line-height: 1.4;
}
.p-clinical__impact-wrap-description {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-clinical__impact-wrap-description {
    margin-top: 2rem;
  }
}
.p-clinical__impact-wrap-description-head {
  font-size: 2rem;
  height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-clinical__impact-wrap-description-head {
    font-size: 1.3rem;
  }
}
.p-clinical__impact-wrap-description-title {
  font-size: 2.16rem;
  line-height: 2.03;
  font-weight: 700;
  color: #3095b4;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-clinical__impact-wrap-description-title {
    font-size: 1.44rem;
  }
}
.p-clinical__impact-wrap-description-list {
  font-size: 2rem;
  line-height: 2.5;
  position: relative;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-clinical__impact-wrap-description-list {
    font-size: 1.3rem;
  }
}
.p-clinical__impact-wrap-description-list-item {
  position: relative;
}
.p-clinical__impact-wrap-description-list-item::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: -3%;
  transform: translateY(-50%);
  width: 0.76rem;
  height: 0.76rem;
  background: #3095b4;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-clinical__impact-wrap-description-list-item {
    padding-left: 0.6rem;
  }
  .p-clinical__impact-wrap-description-list-item::before {
    top: 1.6rem;
  }
}
.p-clinical__impact-wrap-description-button {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23rem;
  height: 7.2rem;
  font-size: 1.3rem;
  background: #3095b4;
  color: #fff;
  margin-top: 8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-clinical__impact-wrap-description-button {
    margin-top: 4rem;
    font-size: 1.3rem;
    width: 20rem;
    height: 6.2rem;
  }
}
.p-clinical__impact-chart {
  width: 100%;
  height: 400px;
  background: #fff;
  margin-top: auto;
}

#liberate-percent-change-fev1-12months {
  height: 56rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #liberate-percent-change-fev1-12months {
    height: 40rem;
  }
}

#impact-fev1-percent-change-baseline-6months {
  height: 40rem;
  width: 100%;
  margin-top: 2rem;
}

.p-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}
.p-modal.is-active {
  display: flex;
}
.p-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.p-modal__dialog {
  position: relative;
  z-index: 10;
  background: #fff;
  border-radius: 2.4rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
  width: 90rem;
  padding: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-modal__dialog {
    width: 32rem;
    padding: 3rem 1.8rem;
    border-radius: 1.6rem;
  }
}
.p-modal__title {
  font-size: 2rem;
  line-height: 2.53;
  font-weight: 700;
  color: #602b87;
}
@media screen and (max-width: 767px) {
  .p-modal__title {
    font-size: 1.8rem;
  }
}
.p-modal__text {
  font-size: 1.6rem;
  line-height: 2.3;
  margin-top: 1, 6rem;
  color: #602b87;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-modal__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.p-modal__buttons {
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-modal__buttons {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
}
.p-modal__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19rem;
  height: 5.6rem;
  background: #3095b4;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  transition: 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-modal__button {
    width: 100%;
    max-width: 24rem;
    height: 4.8rem;
    font-size: 1.4rem;
  }
}
.p-modal__button:hover {
  opacity: 0.7;
}

/* スクロールロック */
body.is-modal-open {
  overflow: hidden;
}

.p-facility__mv {
  width: 100%;
  height: 37.4rem;
  overflow: hidden;
}
.p-facility__mv-inner {
  height: 100%;
}
.p-facility__mv-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 29%;
}
@media screen and (max-width: 767px) {
  .p-facility__mv-inner img {
    height: 100%;
    object-position: center;
  }
}
.p-facility__main {
  padding-block: 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-facility__main {
    padding-block: 2.4rem;
  }
}
.p-facility__main-title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-facility__main-title {
    font-size: 2.9rem;
  }
}
.p-facility__main {
  /* =========================
  地域ボタン
  ========================= */
}
.p-facility__main-region-nav {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.4rem;
  row-gap: 5.4rem;
  margin-top: 7rem;
  margin-inline: auto;
  max-width: 144rem;
}
@media screen and (max-width: 767px) {
  .p-facility__main-region-nav {
    gap: 2rem;
    margin-top: 4rem;
  }
}
.p-facility__main-region-button {
  background: #4f2d7f;
  color: #fff;
  font-size: 1.76rem;
  padding-block: 2rem;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  width: 20.4rem;
  max-width: 100%;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-facility__main-region-button {
    width: calc((100% - 2rem) / 2);
    padding-block: 0.6rem;
    font-size: 1.36rem;
  }
}
@media (any-hover: hover) {
  .p-facility__main-region-button:hover {
    opacity: 0.7;
  }
}
.p-facility__main {
  /* =========================
     地域ブロック
  ========================= */
}
.p-facility__main-region {
  margin-top: 12rem;
}
.tax-clinic-category .p-facility__main-region {
  display: none;
}
.tax-clinic-category .p-facility__main-region.is-active {
  display: block;
}
.post-type-archive-clinic .p-facility__main-region {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-facility__main-region {
    margin-top: 3rem;
  }
}
.p-facility__main-region-title {
  display: inline-block;
  font-size: 2.3rem;
  line-height: 1.71;
  font-weight: 700;
  color: #4f2d7f;
  border: 2px solid #4b2e83;
  width: fit-content;
  text-align: center;
  margin-left: 1.2rem;
  padding-inline: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-facility__main-region-title {
    margin-left: 0;
    font-size: 1.6rem;
  }
}
.p-facility__main {
  /* =========================
     県名
  ========================= */
}
.p-facility__main-prefecture {
  font-size: 2.3rem;
  line-height: 1.71;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-facility__main-prefecture {
    margin-top: 2.3rem;
  }
}
.p-facility__main-prefecture-title {
  border-bottom: 3px solid #4b2e83;
  color: #4f2d7f;
  padding-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-facility__main-prefecture-title {
    font-size: 1.44rem;
  }
}
.p-facility__main {
  /* =========================
     テーブル
  ========================= */
}
.p-facility__main-table-wrapper {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-facility__main-table-wrapper {
    overflow: scroll;
    margin-top: 1.5rem;
  }
}
.p-facility__main-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.28rem;
}
@media screen and (max-width: 767px) {
  .p-facility__main-table {
    table-layout: fixed;
  }
}
.p-facility__main-table thead {
  position: relative;
}
.p-facility__main-table thead::after {
  content: "";
  display: block;
  height: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-facility__main-table thead::after {
    height: 0.6rem;
  }
}
.p-facility__main-table-col-name {
  width: 34rem;
}
@media screen and (max-width: 767px) {
  .p-facility__main-table-col-name {
    width: 15rem;
  }
}
.p-facility__main-table-col-address {
  width: 47rem;
}
@media screen and (max-width: 767px) {
  .p-facility__main-table-col-address {
    width: 37.3rem;
  }
}
.p-facility__main-table-col-link {
  width: 17rem;
}
.p-facility__main-table th {
  background: #d4cae0;
  text-align: left;
  padding: 0.6rem 1.6rem;
  font-weight: 700;
  border-right: 1px solid #fff;
  font-size: 1.92rem;
  line-height: 2.29;
}
@media screen and (max-width: 767px) {
  .p-facility__main-table th {
    white-space: nowrap;
    font-size: 1.12rem;
    padding: 0.5rem 1rem;
  }
}
.p-facility__main-table th:last-of-type {
  border-right: none;
}
.p-facility__main-table td {
  padding: 2rem 1.6rem;
  border: 0.1rem solid #4f2d7f;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 2.2;
  font-weight: 400;
  overflow-wrap: anywhere;
}
.p-facility__main-table td a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-facility__main-table td {
    white-space: normal;
    font-size: 1.12rem;
    padding: 0.5rem 1rem;
  }
}
.p-facility__main-table-link {
  color: #000;
  text-decoration: underline;
  transition: 0.2s;
  white-space: nowrap;
}
.p-facility__main-table-link:hover {
  color: #4b2e83;
}
.p-facility__main-content {
  padding-block: 2.4rem 24rem;
}
@media screen and (max-width: 767px) {
  .p-facility__main-content {
    padding-block: 2.4rem;
  }
}
.p-facility__main-content-text {
  font-size: 1.84rem;
  line-height: 2.4;
}
.p-facility__main-content-text:not(:first-of-type) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-facility__main-content-text {
    font-size: 1.28rem;
  }
}

/* ===============================================
# アーカイブクリニック用
=============================================== */
.p-archive-clinic .p-facility__main-region {
  margin-top: 0;
}
.p-archive-clinic .p-facility__main-region:first-of-type {
  margin-top: 12rem;
}
.p-archive-clinic .p-facility__main-prefecture {
  padding-bottom: 0;
  margin-top: 0;
}
.p-archive-clinic .p-facility__main-table-wrapper {
  margin-top: 0;
}
.p-archive-clinic .p-facility__main-table {
  border-collapse: separate;
  border-spacing: 0;
}
.p-archive-clinic .p-facility__main-table thead {
  position: relative;
}
.p-archive-clinic .p-facility__main-table thead::after {
  content: "";
  display: block;
  height: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-archive-clinic .p-facility__main-table thead::after {
    height: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-archive-clinic .p-facility__main-table-col-name {
    width: 22rem;
  }
}
@media screen and (max-width: 767px) {
  .p-archive-clinic .p-facility__main-table-col-address {
    width: 26rem;
  }
}
.p-archive-clinic .p-facility__main-table td {
  border: 0.08rem solid #4f2d7f;
}
.p-archive-clinic .p-facility__main-table td:first-child {
  width: 34rem;
}
@media screen and (max-width: 767px) {
  .p-archive-clinic .p-facility__main-table td:first-child {
    width: 22rem;
  }
}
.p-archive-clinic .p-facility__main-table td:nth-child(2) {
  width: 47rem;
}
@media screen and (max-width: 767px) {
  .p-archive-clinic .p-facility__main-table td:nth-child(2) {
    width: 26rem;
  }
}
.p-archive-clinic .p-facility__main-table td:nth-child(3) {
  width: 17rem;
}

.p-policy__main {
  padding-top: 3.2rem;
}
.p-policy__main-wrap {
  background: #602b87;
  color: #fff;
  padding: 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-policy__main-wrap {
    padding: 1rem 2rem;
  }
}
.p-policy__main-title-sub {
  font-size: 3.6rem;
  line-height: 1.61;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-policy__main-title-sub {
    font-size: 2rem;
  }
}
.p-policy__main-title {
  font-size: 5.5rem;
  line-height: 1.82;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy__main-title {
    font-size: 3rem;
    margin-top: 1.2rem;
  }
}
.p-policy__main-content {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-policy__main-content {
    margin-top: 2rem;
  }
}
.p-policy__main-content-text {
  font-size: 2.2rem;
  line-height: 2.2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-policy__main-content-text {
    font-size: 1.8rem;
  }
}
.p-policy__contents {
  padding-block: 3.6rem;
}
.p-policy__contents-block {
  padding-block: 3.2rem;
}
.p-policy__contents-title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #602b87;
}
@media screen and (max-width: 767px) {
  .p-policy__contents-title {
    font-size: 1.8rem;
  }
}
.p-policy__contents-text {
  margin-top: 1.2rem;
  font-size: 2.2rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-policy__contents-text {
    font-size: 1.6rem;
  }
}
.p-policy__contents-list {
  margin-top: 1.2rem;
  padding-left: 2rem;
  font-size: 2.2rem;
  line-height: 2.2;
  list-style: decimal;
}
@media screen and (max-width: 767px) {
  .p-policy__contents-list {
    font-size: 1.6rem;
  }
}
.p-policy__contents-list-item {
  margin-top: 0.4rem;
}
.p-policy__contents-flex {
  margin-top: 1.2rem;
}
.p-policy__contents-flex-text {
  font-size: 2.2rem;
  line-height: 1.8;
  color: #777;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-policy__contents-flex-text {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */