@charset "UTF-8";
/**** 共通カラー ****/
.about .page_fv_img::after {
  display: none;
}
.about .greeting_wrap {
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about .greeting_wrap {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.about .greeting_wrap::before {
  content: "";
  position: absolute;
  background-image: url(../image/about/circle_deco.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 43.75vw;
  max-width: 630px;
  aspect-ratio: 1;
  top: 20px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .about .greeting_wrap::before {
    background-image: url(../image/about/circle_deco_sp.webp);
    width: 49.6vw;
    aspect-ratio: 186/356;
    top: auto;
    bottom: 81.0666666667vw;
    left: auto;
    right: 0;
  }
}
.about .greeting_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../image/common/section_bg_deco_right.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 91.6666666667vw;
  height: 37.9166666667vw;
  pointer-events: none;
}
.about .greeting_wrap .l_inner {
  position: relative;
  z-index: 2;
}
.about .greeting_wrap .greeting_flex {
  position: relative;
  z-index: 2;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about .greeting_wrap .greeting_flex {
    flex-direction: column-reverse;
  }
}
.about .greeting_wrap .image_wrap {
  width: 41.6666666667%;
}
@media screen and (max-width: 768px) {
  .about .greeting_wrap .image_wrap {
    width: 100%;
  }
}
.about .greeting_wrap .image_wrap .note {
  margin-top: 14px;
}
.about .greeting_wrap .text_wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about .greeting_wrap .text_wrap {
    width: 100%;
  }
}
.about .greeting_wrap .text_wrap .section_tit {
  margin-left: 0;
  margin-right: auto;
}
.about .description {
  margin-bottom: 20px;
}
.about .description .accent_text {
  font-size: clamp(1.667rem, 1.389vw, 2rem);
  font-family: "NotoSansJP-Bold";
}
.about .community_wrap {
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about .community_wrap {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.about .community_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../image/common/section_bg_deco_top.webp);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  width: 91.6666666667vw;
  height: 37.9166666667vw;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .about .community_wrap::before {
    top: 0;
  }
}
.about .community_flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about .community_flex {
    flex-direction: column;
  }
}
.about .community_flex .text_wrap {
  width: 58.3333333333%;
}
@media screen and (max-width: 768px) {
  .about .community_flex .text_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about .community_flex .image_wrap {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .about .community_flex .image_wrap {
    width: 100%;
  }
}
.about .community_flex .image_wrap .note {
  margin-top: 20px;
}
.about .community_tit {
  font-size: clamp(2rem, 1.667vw, 2.4rem);
  font-family: "NotoSansJP-Bold";
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about .community_tit {
    font-size: clamp(1.667rem, 1.389vw, 2rem);
    line-height: 1.6;
    text-align: left;
    text-indent: -1rem;
    padding-left: 1rem;
  }
}
.about .community_tit::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 4px;
  height: 28px;
  background-color: #2c8ed6;
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .about .community_tit::before {
    margin-right: 0.5rem;
    transform: translateY(8px);
  }
}
.about .community_tit .description {
  margin-bottom: 20px;
}
.about .section_features {
  padding-top: 120px;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .about .section_features {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.about .section_features {
  position: relative;
}
.about .section_features::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../image/common/section_bg_deco_right.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 91.6666666667vw;
  height: 37.9166666667vw;
  pointer-events: none;
}
.about .section_features .features_flex {
  justify-content: space-between;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about .section_features .features_flex {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.about .section_features .features_flex {
  z-index: 2;
}
.about .section_features .features_flex.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .about .section_features .features_flex.reverse {
    flex-direction: column;
  }
}
.about .section_features .features_flex .text_wrap {
  width: 50.8333333333%;
}
@media screen and (max-width: 768px) {
  .about .section_features .features_flex .text_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about .section_features .features_flex .text_wrap .tit_flex {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.about .section_features .features_flex .text_wrap .tit_flex .number {
  display: inline-block;
  background-color: #f08300;
  color: #ffffff;
  margin-right: 30px;
  font-size: clamp(1.667rem, 1.389vw, 2rem);
  padding: 5px 20px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .about .section_features .features_flex .text_wrap .tit_flex .number {
    font-size: clamp(1.2rem, 1vw, 1.44rem);
    padding: 5px 10px;
    margin-right: 20px;
  }
}
.about .section_features .features_flex .text_wrap .tit_flex h3 {
  font-size: clamp(2.5rem, 2.083vw, 3rem);
}
@media screen and (max-width: 768px) {
  .about .section_features .features_flex .text_wrap .tit_flex h3 {
    font-size: clamp(2rem, 1.667vw, 2.4rem);
  }
}
.about .section_features .features_flex .text_wrap .description {
  margin-bottom: 16px;
}
.about .section_features .features_flex .text_wrap .mt_description {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .about .section_features .features_flex .text_wrap .mt_description {
    margin-bottom: 0;
  }
}
.about .section_features .features_flex .text_wrap .marker {
  background-color: #2c8ed6;
  color: #ffffff;
  display: inline;
  font-size: clamp(1.667rem, 1.389vw, 2rem);
  font-family: "NotoSansJP-Bold";
  line-height: 1.6;
}
.about .section_features .features_flex .text_wrap .accent_text {
  font-size: clamp(1.4rem, 1.111vw, 1.6rem);
}
.about .section_features .features_flex .image_wrap {
  width: 41.6666666667%;
}
@media screen and (max-width: 768px) {
  .about .section_features .features_flex .image_wrap {
    width: 100%;
  }
}
.about .section_facilities {
  background-color: #2c8ed6;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .about .section_facilities {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.about .section_facilities .l_full {
  width: 91.6666666667vw;
  margin: auto;
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 120px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .about .section_facilities .l_full {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.about .section_facilities .l_full .lead {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about .section_facilities .l_full .lead {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .about .section_facilities .l_full .facilities_block {
    display: grid;
    grid-template-areas: "text" "more" "image";
    margin-bottom: 40px;
  }
  .about .section_facilities .l_full .facilities_block:last-child {
    margin-bottom: 0;
  }
}
.about .section_facilities .l_full .facilities_flex {
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .about .section_facilities .l_full .facilities_flex {
    display: contents;
    margin-bottom: 0;
  }
}
.about .section_facilities .l_full .facilities_flex.reverse {
  flex-direction: row-reverse;
}
.about .section_facilities .l_full .facilities_flex .text_wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about .section_facilities .l_full .facilities_flex .text_wrap {
    grid-area: text;
    width: 100%;
    margin-bottom: 0;
  }
}
.about .section_facilities .l_full .facilities_flex .image_wrap {
  width: 41.6666666667%;
}
@media screen and (max-width: 768px) {
  .about .section_facilities .l_full .facilities_flex .image_wrap {
    grid-area: image;
    width: 100%;
  }
}
.about .section_facilities .l_full .facilities_tit {
  font-size: clamp(2rem, 1.667vw, 2.4rem);
  font-family: "NotoSansJP-Bold";
  margin-bottom: 20px;
  color: #1e78c8;
}
@media screen and (max-width: 768px) {
  .about .section_facilities .l_full .facilities_tit {
    font-size: clamp(1.667rem, 1.389vw, 2rem);
    line-height: 1.6;
    text-align: left;
    text-indent: -1rem;
    padding-left: 1rem;
  }
}
.about .section_facilities .l_full .facilities_tit::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 4px;
  height: 28px;
  background-color: #2c8ed6;
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .about .section_facilities .l_full .facilities_tit::before {
    margin-right: 0.5rem;
    transform: translateY(8px);
  }
}
.about .section_facilities .section_facilities_more {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .about .section_facilities .section_facilities_more {
    grid-area: more;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
  }
}
.about .section_facilities .section_facilities_more .btn_more {
  width: 19.4444444444vw;
  max-width: 280px;
}
.about .section_facilities .section_facilities_more.l_flex {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .about .section_facilities .section_facilities_more.l_flex {
    flex-direction: column;
    align-items: flex-end;
  }
}
.about .section_facilities .section_facilities_more.l_flex a:first-child {
  margin-right: 40px;
  background-color: #00b894;
}
@media screen and (max-width: 768px) {
  .about .section_facilities .section_facilities_more.l_flex a:first-child {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.about .section_hours {
  background-color: #2c8ed6;
  padding-bottom: 0;
}
.about .section_hours .l_full {
  padding-bottom: 270px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .about .section_hours .l_full {
    padding-bottom: 60px;
  }
}
.about .section_fracture {
  padding-top: 120px;
  padding-bottom: 80px;
  background: linear-gradient(180deg, #eaf6ff 0%, #eaf6ff 43%, #2c8ed6 100%);
}
@media screen and (max-width: 768px) {
  .about .section_fracture {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
.about .section_fracture .fracture_wrap {
  background-color: #ffffff;
  padding-top: 60px;
  padding-left: min(40px, 2.7777777778vw);
  padding-right: min(40px, 2.7777777778vw);
  margin-bottom: 60px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .about .section_fracture .fracture_wrap {
    padding: 30px 15px 30px 15px;
  }
}
.about .section_fracture .fracture_wrap .lead {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about .section_fracture .fracture_wrap .lead {
    margin-bottom: 30px;
  }
}
.about .section_fracture .fracture_flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .about .section_fracture .fracture_flex {
    flex-direction: column;
  }
}
.about .section_fracture .fracture_flex .item_list {
  width: 34.7222222222vw;
  max-width: 500px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about .section_fracture .fracture_flex .item_list {
    width: 100%;
    margin-bottom: 30px;
  }
}
.about .section_fracture .fracture_flex .item_tit {
  font-family: "NotoSansJP-Bold";
  font-size: clamp(1.667rem, 1.389vw, 2rem);
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about .section_fracture .fracture_flex .item_tit {
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.about .section_fracture .fracture_flex .item_tit::before {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #2c8ed6;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .about .section_fracture .fracture_flex .item_tit::before {
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.about .section_fracture .more_accordion {
  margin: 20px auto 0;
  text-align: center;
}
.about .section_fracture .more_accordion dt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  padding: 12px 28px;
  border-radius: 10px;
  background-color: #2c8ed6;
  color: #ffffff;
  font-size: clamp(1.4rem, 1.111vw, 1.6rem);
  font-family: "NotoSansJP-Bold";
  line-height: 1;
  cursor: pointer;
  user-select: none;
  transition: opacity 0.3s ease;
}
.about .section_fracture .more_accordion dt:hover {
  opacity: 0.85;
}
.about .section_fracture .more_accordion dt::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.about .section_fracture .more_accordion dt.open::after {
  margin-top: 2px;
  transform: rotate(225deg);
}
.about .section_fracture .more_accordion dd {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin: 0;
  text-align: left;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin-top 0.3s ease;
}
.about .section_fracture .more_accordion dd.open {
  max-height: 1000px;
  opacity: 1;
  margin-top: 20px;
}
.about .section_fracture .more_accordion .more_accordion_body {
  padding: 24px 20px;
  border-radius: 10px;
  background-color: #eaf6ff;
  border: 1px solid rgba(44, 142, 214, 0.18);
}
.about .section_fracture .more_accordion .more_accordion_text {
  margin-bottom: 20px;
  font-size: clamp(1.4rem, 1.111vw, 1.6rem);
  line-height: 1.8;
  text-align: left;
}
.about .section_fracture .more_accordion .more_accordion_symptoms {
  padding-top: 16px;
  border-top: 1px solid rgba(44, 142, 214, 0.2);
}
.about .section_fracture .more_accordion .more_accordion_symptoms_tit {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 14px;
  border-radius: 999px;
  background-color: #2c8ed6;
  color: #ffffff;
  font-size: clamp(1.2rem, 1vw, 1.44rem);
  font-family: "NotoSansJP-Bold";
  line-height: 1.4;
}
.about .section_fracture .more_accordion .more_accordion_symptoms ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.about .section_fracture .more_accordion .more_accordion_symptoms ul li {
  padding: 6px 12px;
  border-radius: 6px;
  background-color: #ffffff;
  color: #1e78c8;
  font-size: clamp(1.2rem, 1vw, 1.44rem);
  font-family: "NotoSansJP-Bold";
  line-height: 1.4;
  border: 1px solid rgba(44, 142, 214, 0.25);
}

/*# sourceMappingURL=about.css.map */
