@charset "UTF-8";
/* ===================================
色設定
=================================== */
/* ===================================
フォント
=================================== */
/* ===================================
CASE
=================================== */
/*全体
=================================== */
.stickyBox {
  top: 160px;
}

.img_area {
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  gap: 20px;
  align-items: center;
  margin-top: 85px;
}
.img_area img {
  width: 100%;
}
.img_area--single {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 500px) {
  .img_area--single {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 767px) {
  .img_area {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .img_area {
    gap: 14px;
    grid-template-columns: 30px 1fr 30px;
  }
}

.img_area.no_img {
  grid-template-columns: 1fr;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative !important;
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
  width: 50px !important;
  height: 50px !important;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #000;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
  margin-top: 0 !important;
  color: transparent !important;
}
@media screen and (max-width: 500px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "" !important;
  font-family: inherit !important;
  font-size: 0 !important;
  width: 16px;
  height: 22px;
  background: url(../img/common/icon_prev_next.png) no-repeat center center !important;
  background-size: contain !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    width: 10px;
    height: 14px;
  }
}

.swiper-button-next::after {
  transform: translateY(-50%);
  transition: transform 0.5s;
}
@media (hover: hover) {
  .swiper-button-next:hover::after {
    transform: translateY(-50%) translateX(4px);
  }
}

.swiper-button-prev {
  transform: rotate(180deg);
}
.swiper-button-prev::after {
  transition: transform 0.5s;
}
@media (hover: hover) {
  .swiper-button-prev:hover::after {
    transform: translateY(-50%) translateX(4px);
  }
}

.swiper-img-slider {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.swiper-img-slider .image-slider {
  display: flex !important;
  align-items: center;
}
.swiper-img-slider .image-slider .swiper-slide {
  width: 100% !important;
  aspect-ratio: 1/1;
}
.swiper-img-slider .image-slider .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.post_content {
  margin-bottom: 0;
}

h2.wp-block-heading {
  margin-top: 60px;
  padding: 16px 20px;
  background: #000;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  h2.wp-block-heading {
    font-size: 18px;
    margin-top: 40px;
  }
}

h3.wp-block-heading {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.44px;
  color: #000;
  font-family: Noto Sans JP;
}
@media screen and (max-width: 767px) {
  h3.wp-block-heading {
    margin-top: 30px;
    font-size: 16px;
  }
}

.secCase {
  margin-top: 30px;
}

.casePhotoList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 40px;
}
@media screen and (max-width: 1023px) {
  .casePhotoList {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .casePhotoList {
    grid-template-columns: repeat(2, 1fr);
  }
}

.casePhotoList_item {
  width: 100%;
  margin-top: 0 !important;
  padding: 0 !important;
}
.casePhotoList_item .thumbnail {
  height: 260px;
  margin-bottom: 20px;
}
.casePhotoList_item .thumbnail img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.casePhotoList_item a img {
  width: 100% !important;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.casePhotoList_item .case-concerns__ttl {
  display: grid;
  gap: 6px;
  margin-top: 20px;
}
.casePhotoList_item .case-concerns__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.casePhotoList_item .cat_wrap {
  display: grid;
  gap: 6px;
}
.casePhotoList_item .case-concerns__item {
  padding: 0 12px !important;
  border: 1px solid #CCC;
  display: inline-block;
  margin-top: 0 !important;
  color: #333;
  font-size: 12px;
  font-weight: 300;
  line-height: 170%;
  letter-spacing: 0.96px;
}
.casePhotoList_item .case-concerns__item:before {
  display: none !important;
}
.casePhotoList_item .ttl {
  margin: 0px !important;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.28px;
}
.casePhotoList_item .cat {
  color: #aaa;
  font-family: "Montserrat", Verdana, "Droid Sans", sans-serif;
  font-weight: 200;
  line-height: 1;
}
.casePhotoList_item a {
  display: block;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .casePhotoList_item a:hover {
    opacity: 0.7;
  }
}
.casePhotoList_item:before {
  display: none !important;
}
.casePhotoList_item .case-menu-list {
  margin-top: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.casePhotoList_item .case-menu-list .case-menu-list__item {
  display: inline-block;
  margin-top: 0 !important;
  color: #333;
  font-size: 12px;
  font-weight: 300;
  line-height: 170%;
  letter-spacing: 0.96px;
  padding: 0;
}
.casePhotoList_item .case-menu-list .case-menu-list__item:before {
  display: none !important;
}
.casePhotoList_item .case-treatment {
  margin-top: 24px;
  interpolate-size: allow-keywords;
}
.casePhotoList_item .case-treatment::details-content {
  overflow: clip;
  height: 0;
  transition: height 0.5s ease, content-visibility 0.5s ease allow-discrete;
}
.casePhotoList_item .case-treatment[open]::details-content {
  height: auto;
}
.casePhotoList_item .case-treatment[open] .el_accordion_title_icon:after {
  height: 0;
}
.casePhotoList_item .el_accordion_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding: 9px 12px 10px;
  border-top: 1px solid var(--line-01, #DAD7D7);
  border-bottom: 1px solid var(--line-01, #DAD7D7);
  cursor: pointer;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .casePhotoList_item .el_accordion_title:hover {
    opacity: 0.7;
  }
}
.casePhotoList_item .el_accordion_title.is_active .el_accordion_title_icon:after {
  height: 0;
}
.casePhotoList_item .el_accordion_title p {
  margin: 0;
  text-align: left;
}
.casePhotoList_item .el_accordion_title .el_accordion_title_icon {
  width: 13px;
  height: 13px;
  position: relative;
  transition: transform 0.5s;
}
.casePhotoList_item .el_accordion_title .el_accordion_title_icon:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 13px;
  height: 1px;
  background-color: #333;
}
.casePhotoList_item .el_accordion_title .el_accordion_title_icon:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 1px;
  height: 13px;
  background-color: #333;
}
.casePhotoList_item .bl_accordion_content {
  padding: 14px 0;
}
.casePhotoList_item .bl_accordion_content .bl_accordion_content_ttl {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #DAD7D7;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.12px;
}
.casePhotoList_item .bl_accordion_content p {
  margin-top: 8px;
  font-weight: 300;
}
.casePhotoList_item .bl_accordion_content > *:nth-child(1) {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.single-case .related-cases .bl-link-wrap,
.secCase .bl-link-wrap {
  margin-top: 60px;
  padding-bottom: 10px;
  text-align: center;
}

.bl-link-wrap__ig {
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  .casePhotoList_item .thumbnail {
    height: 21.5vw;
  }
}
@media screen and (min-width: 1024px) {
  .case .pageWrap_main {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .casePhotoList_item .thumbnail {
    height: 30.5vw;
  }
}
@media screen and (max-width: 767px) {
  .casePhotoList_item {
    width: 100%;
  }
  .casePhotoList_item .thumbnail {
    margin-bottom: 10px;
    height: 92.5vw;
  }
  .casePhotoList_item .ttl {
    font-size: 13px;
  }
  .casePhotoList_item .cat {
    font-size: 11px;
  }
  .bl-link-wrap__ig {
    margin-top: 30px;
  }
}
/* ===================================
 お悩みカテゴリー,タイトル
  =================================== */
/* ===================================
 基本情報テーブル
  =================================== */
.bl_InfoTable {
  margin-top: 30px;
  width: 100%;
}

/* ===================================
 症例写真
  =================================== */
/* ===================================
 シングルページ
  =================================== */
.single-case .post_content {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .single-case .post_content {
    margin-top: 30px;
  }
}

.single-case_cat_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.single-pager {
  border: none;
}

.related-cases__ttl {
  display: grid;
  gap: 6px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 160px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .related-cases__ttl {
    margin-top: 120px;
  }
}
.related-cases__ttl .related-cases__ttl_en {
  color: #000;
  font-family: Montserrat, "Noto Sans JP";
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 3.2px;
}
.related-cases__ttl .related-cases__ttl_ja {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  letter-spacing: 1.12px;
}

/* ===================================
 archive-caseページのフィルター
  =================================== */
.filter-nav {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .filter-nav {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .filter-nav {
    gap: 40px;
  }
}
.filter-nav .selectbox_item {
  display: flex;
  gap: 24px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .filter-nav .selectbox_item {
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .filter-nav .selectbox_item {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
.filter-nav .selectbox_item .selectbox_label {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 1023px) {
  .filter-nav .selectbox_item .selectbox_label {
    width: 155px;
    text-align: left;
  }
}
.filter-nav .selectbox_item .select-wrap {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .filter-nav .selectbox_item .select-wrap {
    width: 100%;
  }
}
.filter-nav .selectbox_item .select-wrap select {
  padding: 14px 34px;
  padding-right: 50px;
  width: 300px;
  border-radius: 100px;
  border: 1px solid var(--gray01, #CCC);
  background: var(--White, #FFF);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  line-height: 170%;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 1023px) {
  .filter-nav .selectbox_item .select-wrap select {
    width: 100%;
  }
}
.filter-nav .selectbox_item .select-wrap::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/common/selectbox_arrow.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  pointer-events: none;
}

.archive-case .casePhotoList {
  margin-top: 136px;
}
@media screen and (max-width: 1023px) {
  .archive-case .casePhotoList {
    margin-top: 60px;
  }
}

.p-case-archive__pagination {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: baseline;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-case-archive__pagination {
    margin-top: 50px;
  }
}
@media screen and (max-width: 500px) {
  .p-case-archive__pagination {
    gap: 15px;
  }
}
.p-case-archive__pagination a.page-numbers {
  color: #AAAAAA;
}
.p-case-archive__pagination .page-numbers.current {
  color: #000;
  border-bottom: 1px solid var(--Black, #000);
  padding-bottom: 4px;
  box-sizing: content-box;
}
.p-case-archive__pagination a.page-numbers,
.p-case-archive__pagination .page-numbers.current {
  display: flex;
  align-items: center;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 200;
  line-height: 100%;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 500px) {
  .p-case-archive__pagination a.page-numbers,
  .p-case-archive__pagination .page-numbers.current {
    font-size: 14px;
  }
}
.p-case-archive__pagination a.page-numbers span,
.p-case-archive__pagination .page-numbers.current span {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.36px;
  transition: transform 0.5s;
}
@media screen and (max-width: 500px) {
  .p-case-archive__pagination a.page-numbers span,
  .p-case-archive__pagination .page-numbers.current span {
    font-size: 16px;
  }
}
.p-case-archive__pagination .page-numbers.next,
.p-case-archive__pagination .page-numbers.prev {
  align-items: baseline;
  color: #000;
  display: flex;
  gap: 8px;
}
@media (hover: hover) {
  .p-case-archive__pagination .page-numbers.next:hover .page-numbers.next span,
  .p-case-archive__pagination .page-numbers.prev:hover .page-numbers.next span {
    transform: translateX(4px);
  }
  .p-case-archive__pagination .page-numbers.next:hover .page-numbers.prev span,
  .p-case-archive__pagination .page-numbers.prev:hover .page-numbers.prev span {
    transform: translateX(-4px);
  }
}

.single-case .img_area {
  align-items: flex-start;
}
.single-case .swiper-button-next,
.single-case .swiper-button-prev {
  align-self: center;
}
.single-case .swiper-button-prev {
  transform: rotate(180deg);
}
.single-case .image-slider {
  align-items: flex-start;
}
