@charset "UTF-8";

/* ============================================
   コラム機能用CSS（bon-m.com）
   参考サイト（La Villa Hiroo）のapp.cssから抽出
   ============================================ */

/* --------------------------------------------
   共通ベース
   -------------------------------------------- */
.c-container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-padding {
  padding: 80px 0px;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

/* --------------------------------------------
   サブページタイトル（MV）
   -------------------------------------------- */
section.subpage-title {
  background-color: #02506f;
  padding: 60px 0px;
  overflow: hidden;
}

section.subpage-title .inner {
  position: relative;
}

section.subpage-title .inner .subpage-title__en {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Ms Madi";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

section.subpage-title .inner .subpage-title__jp {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
  width: 100%;
  margin: auto;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

section.subpage-title .inner .subpage-title__jp::before {
  content: "";
  position: relative;
  display: block;
  width: 50px;
  height: 1px;
  background-color: #fff;
  margin-right: 20px;
}

/* --------------------------------------------
   コラム一覧・詳細 共通ラッパー
   -------------------------------------------- */
section.post-wrapper {
  margin: 80px 0px;
}

section.post-wrapper .inner-content {
  max-width: 1280px;
  margin: auto;
}

section.post-wrapper .inner-content .inner-wrapper {
  padding: 0px 20px;
  display: grid;
  grid-template-columns: 1fr 368px;
  gap: 70px;
}

/* --------------------------------------------
   コラム一覧 - 記事カード
   -------------------------------------------- */
section.post-wrapper .inner-content .inner-wrapper .list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  height: fit-content;
}

section.post-wrapper .inner-content .inner-wrapper .list-wrapper .list-item {
  display: block;
  padding: 30px 20px;
  background-image: url(../images/blog-list-item-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.post-wrapper .inner-content .inner-wrapper .list-wrapper .list-item:hover {
  opacity: 0.8;
}

section.post-wrapper .inner-content .inner-wrapper .list-wrapper .list-item .list-item__img {
  width: 100%;
  aspect-ratio: 335/290;
}

section.post-wrapper .inner-content .inner-wrapper .list-wrapper .list-item .list-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.post-wrapper .inner-content .inner-wrapper .list-wrapper .list-item .list-item__content {
  margin-top: 20px;
}

section.post-wrapper .inner-content .inner-wrapper .list-wrapper .list-item .list-item__content .category-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

section.post-wrapper .inner-content .inner-wrapper .list-wrapper .list-item .list-item__content .category-wrapper .date {
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
}

section.post-wrapper .inner-content .inner-wrapper .list-wrapper .list-item .list-item__content .category-wrapper .category {
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.48px;
  padding: 4px 12px;
  background-color: #02506f;
}

section.post-wrapper .inner-content .inner-wrapper .list-wrapper .list-item .list-item__content .list-item__title {
  margin-top: 16px;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

section.post-wrapper .inner-content .inner-wrapper .list-wrapper .list-item .list-item__content .description {
  margin-top: 16px;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* --------------------------------------------
   コラム詳細 - 本文エリア
   -------------------------------------------- */
section.post-wrapper .single-content {
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

section.post-wrapper .single-content .category-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
}

section.post-wrapper .single-content .category-wrapper .date {
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
}

section.post-wrapper .single-content .category-wrapper .category {
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.48px;
  padding: 4px 12px;
  background-color: #02506f;
}

section.post-wrapper .single-content .single-content__title {
  margin-top: 10px;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

section.post-wrapper .single-content .single-content__thumbnail {
  margin-top: 24px;
  margin-bottom: 24px;
  width: 100%;
}

section.post-wrapper .single-content .single-content__thumbnail .single-content__thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 目次 */
section.post-wrapper .single-content .index-content {
  margin: 40px 0px;
  padding: 20px 0px;
  background-image: url(../images/index-content-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.post-wrapper .single-content .index-content .index-content__title {
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  padding: 0px 64px;
  width: fit-content;
}

section.post-wrapper .single-content .index-content .index-content__title::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #02506f;
  top: calc(50% - 1px);
  left: 0px;
}

section.post-wrapper .single-content .index-content .index-content__title::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #02506f;
  top: calc(50% - 1px);
  right: 0px;
}

section.post-wrapper .single-content .index-content .index-content__list {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  list-style: none !important;
}

section.post-wrapper .single-content .index-content .index-content__list > li a {
  display: block;
  position: relative;
  padding-left: 40px;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  width: fit-content;
}

section.post-wrapper .single-content .index-content .index-content__list > li a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  width: 20px;
  height: 20px;
  background-color: #02506f;
}

/* 本文内の見出し */
section.post-wrapper .single-content h2 {
  margin-top: 40px;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-bottom: 10px;
  border-bottom: 2px solid #af9454;
}

section.post-wrapper .single-content p {
  margin-top: 16px;
}

section.post-wrapper .single-content h3 {
  margin-top: 40px;
  padding-left: 16px;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border-left: 4px solid #af9454;
}

section.post-wrapper .single-content h4 {
  margin-top: 32px;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

section.post-wrapper .single-content ul {
  margin-top: 32px;
  list-style: disc;
  padding-left: 20px;
}

section.post-wrapper .single-content ol {
  margin-top: 32px;
  padding-left: 20px;
}

/* 一覧に戻るボタンエリア */
section.post-wrapper .single-content .more-link {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 60px;
}

/* --------------------------------------------
   サイドバー（人気記事・カテゴリ）
   -------------------------------------------- */
section.post-wrapper .inner-content .inner-wrapper .nav-content .nav-item:not(:first-child) {
  margin-top: 40px;
}

section.post-wrapper .inner-content .inner-wrapper .nav-content .nav-item .label {
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.92px;
}

section.post-wrapper .inner-content .inner-wrapper .nav-content .nav-item .nav-item__wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

section.post-wrapper .inner-content .inner-wrapper .nav-content .nav-item .nav-item__wrapper .nav-item__link {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  align-items: center;
}

section.post-wrapper .inner-content .inner-wrapper .nav-content .nav-item .nav-item__wrapper .nav-item__link:hover {
  opacity: 0.8;
}

section.post-wrapper .inner-content .inner-wrapper .nav-content .nav-item .nav-item__wrapper .nav-item__link .nav-item__img {
  display: flex;
  width: 100%;
  aspect-ratio: 1/1;
}

section.post-wrapper .inner-content .inner-wrapper .nav-content .nav-item .nav-item__wrapper .nav-item__link .nav-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.post-wrapper .inner-content .inner-wrapper .nav-content .nav-item .nav-item__wrapper .nav-item__link .nav-item__content .date {
  color: #afafaf;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
}

section.post-wrapper .inner-content .inner-wrapper .nav-content .nav-item .nav-item__wrapper .nav-item__link .nav-item__content .title {
  margin-top: 8px;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

section.post-wrapper .inner-content .inner-wrapper .nav-content .nav-item .nav-category__wrapper {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

section.post-wrapper .inner-content .inner-wrapper .nav-content .nav-item .nav-category__wrapper .nav-category__link {
  display: block;
  padding: 4px 12px;
  color: #444;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.48px;
  border: 1px solid #ddd;
}

section.post-wrapper .inner-content .inner-wrapper .nav-content .nav-item .nav-category__wrapper .nav-category__link:hover {
  opacity: 0.8;
}

/* --------------------------------------------
   ページネーション
   -------------------------------------------- */
.pagination-wrapper {
  margin-top: 80px;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #02506F;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  border: none;
}

.wp-pagenavi .current {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #02506F;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  font-size: 0;
  color: transparent;
  width: 15px;
  vertical-align: bottom;
  border: none;
}

.wp-pagenavi .previouspostslink::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 8px);
  width: 5px;
  height: 10px;
  background-image: url(../images/icons/icon-before.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

.wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: calc(50% - 8px);
  width: 5px;
  height: 10px;
  background-image: url(../images/icons/icon-before.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* --------------------------------------------
   もっと見るボタン
   -------------------------------------------- */
.more-link__btn {
  position: relative;
  display: flex;
  width: fit-content;
  border: 1px solid #02506F;
  padding: 5px 30px;
  border-radius: 30px;
  color: #02506F;
  font-family: "Noto Serif JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.6px;
  padding-right: 80px;
  height: fit-content;
  text-decoration: none;
}

.more-link__btn::after {
  content: "";
  position: absolute;
  right: 30px;
  width: 26px;
  height: 26px;
  top: calc(50% - 13px);
  background-image: url(../images/icons/icon-round-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.more-link__btn:hover {
  background-color: #03597a;
  color: #fff;
}

.more-link__btn:hover::after {
  background-image: url(../images/icons/icon-round-arrow-white.svg);
}

.more-link__btn.outline-white {
  border: 1px solid #fff;
  color: #fff;
}

.more-link__btn.outline-white::after {
  background-image: url(../images/icons/icon-round-arrow-white.svg);
}

/* --------------------------------------------
   セクションタイトル
   -------------------------------------------- */
.section-title {
  width: fit-content;
  height: fit-content;
}

.section-title .section-title__en {
  color: #af9454;
  font-family: "Cormorant Garamond";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.section-title .section-title__en.text-white {
  color: #fff;
}

.section-title .section-title__jp {
  position: relative;
  margin-top: -26px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 1.12px;
  padding-left: 40px;
}

.section-title .section-title__jp::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0px;
  left: 16px;
  background-color: #af9454;
  rotate: 45deg;
}

.section-title .section-title__jp.text-black {
  color: #444;
}

/* --------------------------------------------
   監修医師プロフィール
   -------------------------------------------- */
section.doctor-profile-part {
  margin-bottom: 80px;
}

section.doctor-profile-part .doctor-profile__content {
  border: 1px solid #af9454;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}

section.doctor-profile-part .doctor-profile__content .label {
  color: #fff;
  font-family: "A-OTF Ryumin Pr6N";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
  letter-spacing: 0.32px;
  background-color: #af9454;
  padding: 3px 20px;
}

section.doctor-profile-part .doctor-profile__content .profile-wrapper {
  padding: 20px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 60px;
}

section.doctor-profile-part .doctor-profile__content .profile-wrapper .doctor-profile-photo__img {
  width: 100%;
  height: fit-content;
}

section.doctor-profile-part .doctor-profile__content .profile-wrapper .doctor-profile-photo__img img {
  width: 100%;
}

section.doctor-profile-part .doctor-profile__content .profile-wrapper .doctor-profile-photo__img .more-doctor {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}

section.doctor-profile-part .doctor-profile__content .profile-wrapper .doctor-profile-info-item .position {
  color: #444;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
  letter-spacing: 0.32px;
}

section.doctor-profile-part .doctor-profile__content .profile-wrapper .doctor-profile-info-item .name {
  color: #444;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
  letter-spacing: 0.32px;
}

section.doctor-profile-part .doctor-profile__content .profile-wrapper .doctor-profile-info-item .en-name {
  position: relative;
  padding-left: 160px;
  color: #afafaf;
  font-family: "Noto Serif JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
}

section.doctor-profile-part .doctor-profile__content .profile-wrapper .doctor-profile-info-item .en-name::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 1px;
  background-color: #afafaf;
  top: 50%;
  left: 0px;
}

section.doctor-profile-part .doctor-profile__content .profile-wrapper .doctor-profile-info-item .profile-info {
  margin-top: 20px;
  color: #444;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.8px;
}

section.doctor-profile-part .doctor-profile__content .profile-wrapper .doctor-profile-info-item .profile-info .profile-info__label {
  color: #9fa2b7;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.8px;
}

section.doctor-profile-part .doctor-profile__content .profile-wrapper .doctor-profile-info-item .sns-wrapper {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 4px;
}

section.doctor-profile-part .doctor-profile__content .profile-wrapper .doctor-profile-info-item .sns-wrapper .sns-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 142px;
  padding: 4px 20px;
  color: #444;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.56px;
}

section.doctor-profile-part .doctor-profile__content .profile-wrapper .doctor-profile-info-item .sns-wrapper .sns-item img {
  width: 26px;
  height: 26px;
}

section.doctor-profile-part .doctor-profile__content .profile-wrapper .doctor-profile-info-item .sns-wrapper .sns-item:hover {
  opacity: 0.8;
}

section.doctor-profile-part .doctor-profile__content .profile-wrapper .doctor-profile-info-item .sns-wrapper .sns-item.sns-instagram {
  border-radius: 5px;
  border: 2px solid;
  border-image: linear-gradient(90deg, #f6c543 0%, #eb4c4e 47%, #6d1df4 89.5%) 1;
}

section.doctor-profile-part .doctor-profile__content .profile-wrapper .doctor-profile-info-item .sns-wrapper .sns-item.sns-line {
  border-radius: 5px;
  border: 2px solid #00c300;
}

/* --------------------------------------------
   お問い合わせセクション
   -------------------------------------------- */
section.part-contact {
  background-image: url(../images/contact-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.part-contact.bg-white {
  background-image: none;
  background-color: #fff;
}

section.part-contact .contact-container {
  max-width: 1200px;
  padding: 0px 20px;
  margin: auto;
}

section.part-contact .contact-wrapper {
  padding: 50px 50px;
  background-color: rgba(255, 255, 255, 0.8);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 100px;
  align-items: center;
}

section.part-contact .contact-wrapper .contact-wrapper__left .description {
  margin-top: 28px;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

section.part-contact .contact-wrapper .contact-wrapper__right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

section.part-contact .contact-wrapper .contact-wrapper__right .wrap2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 10px;
}

section.part-contact .contact-wrapper .contact-wrapper__right .wrap_item {
  display: block;
  padding: 1px;
}

section.part-contact .contact-wrapper .contact-wrapper__right .wrap_item:hover {
  opacity: 0.8;
}

section.part-contact .contact-wrapper .contact-wrapper__right .wrap_item .inner {
  padding: 24px 10px;
  background-color: white;
  border-radius: 10px;
}

section.part-contact .contact-wrapper .contact-wrapper__right .wrap_item .inner .title {
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.96px;
}

section.part-contact .contact-wrapper .contact-wrapper__right .wrap_item .inner .description {
  margin-top: 10px;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 20.4px;
  text-align: center;
}

section.part-contact .contact-wrapper .contact-wrapper__right .wrap_item.item-line {
  background-color: #379f26;
}

section.part-contact .contact-wrapper .contact-wrapper__right .wrap_item.item-line .inner .title {
  color: #379f26;
}

section.part-contact .contact-wrapper .contact-wrapper__right .wrap_item.item-line .inner .description {
  color: #379f26;
}

section.part-contact .contact-wrapper .contact-wrapper__right .wrap_item.item-web {
  background-color: #af9454;
}

section.part-contact .contact-wrapper .contact-wrapper__right .wrap_item.item-web .inner .title {
  color: #af9454;
}

section.part-contact .contact-wrapper .contact-wrapper__right .wrap_item.item-web .inner .description {
  color: #af9454;
}

section.part-contact .contact-wrapper .contact-wrapper__right .wrap_item.item-phone {
  background-color: #444;
}

section.part-contact .contact-wrapper .contact-wrapper__right .wrap_item.item-phone .inner {
  display: flex;
  justify-content: space-around;
}

section.part-contact .contact-wrapper .contact-wrapper__right .wrap_item.item-phone .inner .title {
  color: #444;
}

section.part-contact .contact-wrapper .contact-wrapper__right .wrap_item.item-phone .inner .description {
  color: #444;
}

/* ============================================
   レスポンシブ
   ============================================ */

@media only screen and (max-width: 992px) {
  section.post-wrapper .inner-content .inner-wrapper {
    gap: 40px;
    grid-template-columns: 1fr;
  }

  section.post-wrapper .inner-content .inner-wrapper .list-wrapper {
    gap: 30px 20px;
  }

  section.post-wrapper .inner-content .inner-wrapper .list-wrapper .list-item {
    padding: 30px 10px;
  }

  section.part-contact .contact-wrapper {
    gap: 30px;
  }

  section.doctor-profile-part .doctor-profile__content .profile-wrapper {
    gap: 40px;
  }

  section.subpage-title .inner .subpage-title__en {
    left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .section-padding {
    padding: 40px 0px;
  }

  .mb-80 {
    margin-bottom: 50px;
  }

  .mt-80 {
    margin-top: 50px;
  }

  .mt-40 {
    margin-top: 20px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .section-title .section-title__en {
    font-size: 42px;
  }

  .section-title .section-title__jp {
    margin-top: -16px;
  }

  section.subpage-title .inner .subpage-title__jp {
    padding: 10px 0;
    font-size: 20px;
  }

  section.subpage-title .inner .subpage-title__jp::before {
    width: 25px;
  }

  section.subpage-title .inner .subpage-title__en {
    font-size: 54px;
  }

  section.subpage-title {
    padding: 20px 0px;
  }

  section.post-wrapper .single-content .single-content__title {
    font-size: 20px;
  }

  section.post-wrapper .single-content .index-content .index-content__title {
    margin-top: 10px;
  }

  section.post-wrapper .single-content h2 {
    margin-top: 30px;
    font-size: 22px;
  }

  section.post-wrapper .single-content h3 {
    font-size: 18px;
    margin-top: 20px;
  }

  section.post-wrapper .single-content h4 {
    font-size: 17px;
    margin-top: 20px;
  }

  section.post-wrapper .single-content ul {
    margin-top: 24px;
  }

  section.post-wrapper .single-content ol {
    margin-top: 24px;
  }

  section.part-contact .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 20px;
  }

  section.part-contact .contact-wrapper .section-title {
    margin: auto;
  }

  section.part-contact .contact-wrapper .contact-wrapper__left .description {
    margin-top: 10px;
    text-align: center;
  }

  section.part-contact .contact-wrapper .contact-wrapper__right .wrap_item .inner .title {
    font-size: 16px;
  }

  section.doctor-profile-part .doctor-profile__content .profile-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    position: relative;
    padding-bottom: 100px;
  }

  section.doctor-profile-part .doctor-profile__content {
    max-width: 420px;
    margin: auto;
  }

  section.doctor-profile-part .doctor-profile__content .profile-wrapper .doctor-profile-photo__img .more-doctor {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    margin-top: 0;
  }

  section.doctor-profile-part .doctor-profile__content .profile-wrapper .doctor-profile-info-item .position {
    font-size: 18px;
  }

  section.doctor-profile-part .doctor-profile__content .profile-wrapper .doctor-profile-info-item .name {
    font-size: 28px;
  }

  section.doctor-profile-part .doctor-profile__content .label {
    font-size: 20px;
  }
}

@media only screen and (max-width: 576px) {
  section.post-wrapper .inner-content .inner-wrapper .list-wrapper {
    grid-template-columns: 1fr;
  }

  section.post-wrapper .inner-content .inner-wrapper .nav-content .nav-item .nav-item__wrapper .nav-item__link .nav-item__content .title {
    font-size: 16px;
  }

  section.subpage-title .inner .subpage-title__en {
    font-size: 42px;
  }

  section.part-contact .contact-wrapper .contact-wrapper__right .wrap_item.item-phone .inner {
    flex-wrap: wrap;
  }

  section.part-contact .contact-wrapper .contact-wrapper__right .wrap_item .inner {
    padding: 16px 10px;
  }

  section.part-contact .contact-wrapper .contact-wrapper__right .wrap_item .inner .description {
    margin-top: 4px;
  }
}
