@charset "UTF-8";
/* ブレイクポイント */
.section {
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  .section {
    margin-bottom: 160px;
  }
}

.section-title {
  position: relative;
  border-bottom: 2px solid #DBE5F1;
  color: #375294;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 24px;
  padding-bottom: 12px;
}
@media (max-width: 374px) {
  .section-title {
    font-size: 6.4vw;
  }
}
@media (min-width: 768px) {
  .section-title {
    font-size: 1.875rem;
    margin-bottom: 48px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .section-title {
    font-size: 2.5rem;
  }
}
.section-title::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px rgba(55, 82, 148, 0.6);
  left: 0;
  bottom: -2px;
  width: 42px;
}
@media (min-width: 768px) {
  .section-title::before {
    width: 64px;
  }
}
.section-title span {
  position: relative;
  color: #B3C9E4;
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding-left: 14px;
  letter-spacing: 0.28em;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .section-title span {
    font-size: 0.875rem;
    margin-bottom: 8px;
  }
}
.section-title span::before {
  position: absolute;
  content: "";
  background-color: #B3C9E4;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.textBox .text:not(:last-child) {
  margin-bottom: 16px;
}

.button01 {
  position: relative;
  background-color: #fff;
  border: 1px solid #C4D3E6;
  -webkit-box-shadow: 0 3px 6px rgba(11, 98, 69, 0.13);
          box-shadow: 0 3px 6px rgba(11, 98, 69, 0.13);
  border-radius: 999px;
  color: #375294;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 13px 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .button01 {
    padding: 14px 28.5px;
  }
}
.button01 span {
  margin-right: 14px;
}
.button01 .button-arrow {
  color: #375294;
}
.button01:hover {
  background-color: #2F4D8A;
  border-color: #2F4D8A;
  color: #fff;
}
.button01:hover .button-arrow {
  color: #fff;
}

.button-box.column .util-link01 {
  max-width: 200px;
  width: 100%;
}
@media (min-width: 768px) {
  .button-box.column .util-link01 {
    max-width: initial;
    width: initial;
  }
}

@media (min-width: 768px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.lead {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .lead {
    margin-bottom: 24px;
  }
}

/* ログインユーザーのみに適用される管理バー（#wpadminbar）のスタイル */
html {
  margin-top: 0 !important;
}

#wpadminbar {
  top: auto !important;
  /* 上部固定を解除 */
  bottom: 0 !important;
  /* 下部に固定 */
  position: fixed;
  /* 念のため固定を明示 */
  /* z-indexが他の要素と競合する場合は調整してください */
}

/* 管理バーを下に移動した場合、body要素の下部に余白が必要になります */
/* SP表示のときに管理バーとフッターが重ならないように注意 */
body.admin-bar {
  padding-top: 0 !important;
  padding-bottom: 32px !important;
  /* 管理バーの高さ(32px)分、ページ最下部に余白を追加 */
}

/* SP表示（管理バーが小さくなる 600px以下）の調整 */
@media screen and (max-width: 600px) {
  body.admin-bar {
    padding-bottom: 46px !important;
    /* SP時の管理バーの高さ(46px)分に調整 */
  }
  body.admin-bar .bottom-contact-sp {
    bottom: 46px;
  }
}
body.admin-bar .footer {
  padding-bottom: 40px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  body.admin-bar .footer {
    padding-bottom: 24px;
  }
}
body.admin-bar .bottom-contact-sp {
  bottom: 46px;
}

/* header */
.header {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(5px);
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  z-index: 20;
}
@media (min-width: 1200px) {
  .header {
    padding-top: 10px;
    height: initial;
  }
}

.header__inner {
  margin: auto;
  max-width: 1240px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .header__inner {
    display: block;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    height: initial;
  }
}
@media (min-width: 1600px) {
  .header__inner {
    max-width: 1380px !important;
  }
}

@media (min-width: 1200px) {
  .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__logo {
  max-width: 196px;
  width: 100%;
}
@media (min-width: 992px) {
  .header__logo {
    max-width: 210px;
  }
}
@media (min-width: 1600px) {
  .header__logo {
    max-width: 243px;
  }
}
.header__logo a {
  display: block;
}

.header-contact {
  display: none;
}
@media (min-width: 1200px) {
  .header-contact {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    width: 100%;
  }
}
.header-contact .header-link {
  width: 100%;
}
.header-contact .header-link--tel {
  text-align: right;
  position: relative;
  max-width: 222px;
}
.header-contact .header-link--tel > span {
  color: #7C879A;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  text-align: left;
}
.header-contact .header-link--tel > span::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #DBE5F1;
  margin-left: 6px;
}
.header-contact .header-link--web {
  max-width: 156px;
}
.header-contact .header-link--web .cv-button {
  background-color: #C4A669;
  border-radius: 22px;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.07em;
  padding: 11.5px 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  width: 100%;
}
.header-contact .header-link--web .cv-button:hover {
  opacity: 0.7;
}
.header-contact .header-link:nth-child(1) {
  margin-right: 20px;
}
.header-contact .header-link:nth-child(2) {
  margin-right: 16px;
}
@media (min-width: 1200px) {
  .header-contact .header-link__tel {
    color: #375294;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-contact .header-link__tel span {
  font-size: 1.25rem;
  font-family: "Open Sans", sans-serif;
}
.header-contact .header-link__tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.625rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1;
  width: 100%;
}
.header-contact .cv-button {
  width: 100%;
  margin-bottom: 0;
}
.header-contact .cv-button--web {
  padding: 6.65px 0;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.header-bottom {
  display: none;
}
@media (min-width: 1200px) {
  .header-bottom {
    display: block;
  }
}

.header-nav__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-nav__item a {
  color: #474D65;
  font-size: 1rem;
  display: block;
  line-height: 1.2;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 8px 0 15px;
}
@media (min-width: 1200px) {
  .header-nav__item a {
    font-size: 0.9375rem;
    font-weight: 500;
  }
}
.header-nav__item a:hover {
  color: #C4A669;
}

/* ドロワーメニュー */
/* ドロワーメニュー */
.drawer-icon {
  position: fixed;
  background-color: #2F4D8A;
  border-radius: 50%;
  top: 10px;
  right: 20px;
  width: 38px;
  height: 38px;
  z-index: 400;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active {
  background: #2F4D8A;
  top: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.drawer-icon.is-active .drawer-icon__bars {
  height: 21px;
  top: 49%;
  left: 55%;
}
.drawer-icon.is-active .drawer-icon__bar1 {
  background: #fff;
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
  top: 0;
  width: 20px;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  opacity: 0;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  background: #fff;
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
  top: 20px;
  width: 20px;
}

.drawer-icon__bars {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 13px;
  display: block;
}
@media (min-width: 1400px) {
  .drawer-icon__bars {
    width: 0px;
  }
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  height: 1px;
  top: 0;
  right: 0;
}

.drawer-icon__bar1 {
  background: #fff;
  top: 0;
  width: 16px;
}

.drawer-icon__bar2 {
  background: #fff;
  top: 6px;
  width: 16px;
}

.drawer-icon__bar3 {
  background: #fff;
  top: 12px;
  width: 16px;
}

.drawer-content {
  background-color: #fff;
  width: 90%;
  height: 100vh;
  position: fixed;
  top: 38px;
  right: 0;
  padding-bottom: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  z-index: 299;
}
.drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__items {
  padding: 24px 32px 0;
  position: relative;
}
@media (min-width: 1200px) {
  .drawer-content__items {
    margin-left: 32px;
  }
}

.drawer-content__item {
  position: relative;
  padding: 8px 0;
  font-weight: 600;
}

.drawer-content__item:first-child {
  padding-top: 0;
}

.drawer-content__item:last-child {
  padding-bottom: 0;
}

.drawer-content__item a {
  position: relative;
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  padding-left: 16px;
}
.drawer-content__item a::before {
  position: absolute;
  content: "";
  background: url(../img/common/arrow-bottom.png) no-repeat center center/contain;
  width: 8px;
  height: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.drawer-contact {
  background-color: #2F4D8A;
  padding: 20px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .drawer-contact .cv-box__item {
    padding: 16px;
  }
}
.drawer-contact .cv-tel,
.drawer-contact .cv-web {
  width: 92.9%;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(85, 85, 85, 0.5);
  z-index: 250;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.drawer-background.is-active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1200px) {
  .drawer-background {
    display: none;
  }
}

/* footer */
.footer {
  padding-top: 16px;
  padding-bottom: 76px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.footer .copyright {
  font-size: 0.625rem;
}

.bottom-contact-sp {
  position: fixed;
  background-color: #375294;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 30;
  padding: 10px 20px;
  gap: 14px;
}
@media (min-width: 992px) {
  .bottom-contact-sp {
    display: none;
  }
}

.tel,
.web {
  width: 50%;
  height: 40px;
}

.bottom-contact__link {
  border-radius: 999px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  line-height: 1.1;
  padding: 12px 8px;
  text-align: center;
}
.bottom-contact__link span {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.bottom-contact__link--tel {
  background-color: #fff;
  color: #375294;
}
.bottom-contact__link--web {
  background-color: #C4A669;
  color: #fff;
}

/*---------------------------------
  パンくずリスト
---------------------------------*/
/* breadcrumb */
.breadcrumb-box {
  margin-top: 20px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .breadcrumb-box {
    margin-bottom: 100px;
  }
}

.breadcrumb-content {
  font-weight: 400;
  line-height: 1.2;
}
.breadcrumb-content a {
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 992px) {
  .breadcrumb-content a {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.breadcrumb-content .home {
  padding-left: 0;
}
.breadcrumb-content .current-item {
  padding-left: 6px;
}
@media (min-width: 992px) {
  .breadcrumb-content .current-item {
    padding-left: 10px;
  }
}
.breadcrumb-content .fas.fa-chevron-right {
  font-size: 0.625rem;
}
.breadcrumb-content .fas.fa-chevron-right::before {
  position: relative;
  font-size: 0.75rem;
  top: -1.5px;
  color: #606060;
}
@media (min-width: 768px) {
  .breadcrumb-content .fas.fa-chevron-right::before {
    top: -0.5px;
  }
}

.breadcrumb-content span {
  position: relative;
  color: #707885;
  top: -1px;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .breadcrumb-content span {
    top: -0.5px;
  }
}
.breadcrumb-content span #text {
  font-size: 0.625rem;
  color: #707885;
}

/*---------------------------------
  一覧ページ ページネーション
---------------------------------*/
/* pagination */
.pagination {
  text-align: center;
}

.pagination a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagination a:hover {
  opacity: 0.6;
}

.pagination a.next,
.pagination a.prev {
  position: relative;
  background-color: initial;
  color: #2F4D8A;
  font-size: 1rem;
  top: 3px;
}
@media (min-width: 768px) {
  .pagination a.next,
  .pagination a.prev {
    position: initial;
    top: initial;
  }
}

.pagination a.next:hover,
.pagination a.prev:hover {
  opacity: 0.6;
}

.page-numbers {
  background-color: #fff;
  border: 1px solid #DBE5F1;
  border-radius: 50%;
  color: #2F4D8A;
  display: inline-block;
  font-size: 1.25rem;
  font-family: "Open Sans", sans-serif;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .page-numbers {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  background-color: #2F4D8A;
  border-color: #2F4D8A;
  color: #fff;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  line-height: 40px;
  min-width: initial;
  width: auto;
}

.dots {
  background-color: initial;
}

/* -------------------------------
 著者情報
------------------------------- */
.author-boxes {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .author-boxes {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .author-content__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.author-title {
  position: relative;
  border-bottom: 1px solid #fff;
  color: #92A4D0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
  padding-left: 16px;
}
.author-title::before {
  position: absolute;
  content: "";
  background-color: #92A4D0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (min-width: 768px) {
  .author-title::before {
    width: 10px;
    height: 10px;
  }
}

.author {
  background-color: #fff;
  border: 4px solid #DBE5F1;
  border-radius: 4px;
  padding: 12px;
}
@media (min-width: 768px) {
  .author {
    padding: 16px;
  }
}

.author-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .author-box {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    margin-bottom: initial;
  }
}

.author-content {
  width: calc(100% - 100px);
}
@media (min-width: 768px) {
  .author-content {
    border-bottom: none;
    width: initial;
  }
}

.author-image {
  position: relative;
  background-color: #fff;
  max-width: 80px;
  width: 100%;
  margin-right: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .author-image {
    position: relative;
    margin-left: 0;
    margin-right: 30px;
    margin-bottom: initial;
    max-width: 100px;
    width: 100%;
  }
}

.author-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.author-content__name,
.author-content__company {
  color: #474D65;
}

.author-content__name {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .author-content__name {
    font-size: 1.125rem;
    margin-right: 16px;
  }
}

.author-content__company {
  font-size: 1rem;
  line-height: 1.428;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .author-content__company {
    font-size: 1.125rem;
    margin-right: 20px;
    margin-bottom: initial;
  }
}

.author-content__bio {
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .author-content__bio {
    font-size: 0.875rem;
  }
}

/*---------------------------------
  404
---------------------------------*/
.page-404 {
  margin-top: 60px;
  margin-bottom: 100px;
  padding-top: 80px;
  text-align: center;
}
@media (min-width: 992px) {
  .page-404 {
    margin-top: 100px;
  }
}

.page-404__title {
  color: #2F4D8A;
  font-size: 1.25rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .page-404__title {
    font-size: 1.875rem;
  }
}

.page-404__link {
  text-decoration: underline;
  display: block;
  font-size: 1rem;
  margin-top: 40px;
  font-weight: 500;
}

/* =============================
   info（クリニック案内）
============================= */
.info-box {
  background-color: #fff;
}

.info-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .info-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* 左コンテンツ */
@media (min-width: 992px) {
  .info-content {
    width: 39.833%;
  }
}

.info-contents__clinic {
  font-size: 1.125rem;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .info-contents__clinic {
    font-size: 1.5rem;
  }
}

/* DLテーブル */
.info-table {
  width: 100%;
}

.info-table__row {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .info-table__row {
    margin-bottom: 12px;
  }
}

@media (min-width: 992px) {
  .info-table__row.margin {
    margin-bottom: 20px;
  }
}

.info-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .info-table__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}

.info-table__term {
  color: #375294;
  font-size: 0.75rem;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .info-table__term {
    width: 48px;
  }
}

.info-table__desc {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .info-table__desc {
    width: calc(100% - 68px);
  }
}

.info-table__text {
  position: relative;
  padding-left: 8px;
}
.info-table__text::before {
  position: absolute;
  content: "";
  background-color: #474D65;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  top: 12px;
  left: 0;
}

.info-table__desc--tel a {
  font-size: 1.0625rem;
  line-height: 1;
}

/* 診療時間テーブル */
@media (min-width: 992px) {
  .schedule-contents {
    width: 94.5%;
  }
}

.info-schedule {
  font-size: 0.75rem;
  margin-bottom: 12px;
  width: 100%;
}
@media (min-width: 992px) {
  .info-schedule {
    font-size: 0.75rem;
  }
}
.info-schedule th,
.info-schedule td {
  line-height: 1;
}
.info-schedule thead th {
  background-color: #375294;
  color: #fff;
  font-weight: 500;
  padding: 8px 4px;
  text-align: center;
}
.info-schedule thead th:first-child {
  width: 17%;
}
.info-schedule tbody td {
  background-color: #DBE5F1;
  color: #375294;
  padding: 9px 4px;
  text-align: center;
}
.info-schedule tbody .closed {
  background-color: #F3F3F3;
}

.info-schedule__time {
  background-color: #375294 !important;
  color: #fff !important;
  font-size: 0.6875rem;
  white-space: nowrap;
  padding: 9px 8px !important;
}
@media (min-width: 992px) {
  .info-schedule__time {
    font-size: 0.75rem;
  }
}

.info-schedule__note {
  font-size: 0.75rem;
  line-height: 1.8;
}
@media (max-width: 374px) {
  .info-schedule__note {
    font-size: 3.2vw;
  }
}
@media (min-width: 992px) {
  .info-schedule__note {
    font-size: 0.833vw;
  }
}

/* 右：マップ */
.access-map {
  width: 100%;
}
@media (min-width: 992px) {
  .access-map {
    width: 56.666%;
  }
}

.iframe-wrap {
  width: 100%;
  position: relative;
  aspect-ratio: 335/192;
}
.iframe-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .iframe-wrap {
    aspect-ratio: 680/390;
  }
}

/* マップ下WEB予約ボタン */
.access-map__btn {
  background-color: #C4A669;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 24px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.access-map__btn:hover {
  opacity: 0.8;
}

.access-map__arrow {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 2px;
  background-color: #fff;
}
.access-map__arrow::before, .access-map__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  width: 8px;
  height: 2px;
  background-color: #fff;
}
.access-map__arrow::before {
  top: -5px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.access-map__arrow::after {
  bottom: -5px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

/* cv */
.cv {
  background-color: #2F4D8A;
  padding: 32px 0;
}
@media (min-width: 576px) {
  .cv {
    padding: 48px 0;
  }
}
@media (min-width: 992px) {
  .cv {
    padding: 80px 0;
  }
}

.cv-title {
  color: #fff;
  border-bottom: 1px solid rgba(219, 229, 241, 0.5);
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-bottom: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .cv-title {
    font-size: 1.5rem;
    padding-bottom: 20px;
    margin-bottom: 28px;
  }
}
@media (min-width: 992px) {
  .cv-title {
    font-size: 2rem;
  }
}

.cv-text {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .cv-text {
    font-size: 1rem;
    margin-bottom: 28px;
  }
}

/* 白ボックス全体 */
.cv-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .cv-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}

.cv-box__item {
  background-color: #fff;
  padding: 16px 30px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .cv-box__item {
    padding: 24px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .cv-box__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .cv-box__item {
    padding: 40px 60px 40px 40px;
  }
}
@media (min-width: 1200px) {
  .cv-box__item {
    padding: 32px;
  }
}

.cv-box__label {
  color: #375294;
  border-bottom: 1px solid #DBE5F1;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 14px;
  padding-bottom: 14px;
}
@media (min-width: 992px) {
  .cv-box__label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: none;
    border-right: 1px solid #DBE5F1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.25vw;
    margin-bottom: 0;
    margin-right: 32px;
    padding-right: 32px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .cv-box__label {
    margin-right: 38px;
    padding-right: 38px;
  }
}
@media (min-width: 1400px) {
  .cv-box__label {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .cv-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cv-box__note {
  color: #7C879A;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .cv-box__note {
    font-size: 0.875rem;
    margin-bottom: 12px;
  }
}

/* 電話番号：SP=ボタン／PC=テキスト */
.cv-tel {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #2F4D8A;
  border-radius: 30px;
  -webkit-box-shadow: 0 10px 22px 0 #DEE3EF;
          box-shadow: 0 10px 22px 0 #DEE3EF;
  color: #375294;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 44px;
  margin: 0 auto;
  width: 90.9%;
}
@media (max-width: 374px) {
  .cv-tel {
    padding: 14px 16px;
  }
}
@media (min-width: 768px) {
  .cv-tel {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    margin: initial;
    width: auto;
  }
}
.cv-tel .cv__arrow {
  color: #2F4D8A;
}
@media (min-width: 768px) {
  .cv-tel .cv__arrow {
    display: none;
  }
}

.cv-tel__prefix {
  color: #2F4D8A;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .cv-tel__prefix {
    font-size: 1.375rem;
  }
}

.cv-tel__number {
  color: #2F4D8A;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (max-width: 374px) {
  .cv-tel__number {
    font-size: 4vw;
  }
}
@media (min-width: 768px) {
  .cv-tel__number {
    font-size: 2.222vw;
    margin-left: 8px;
  }
}
@media (min-width: 1400px) {
  .cv-tel__number {
    font-size: 2rem;
  }
}

/* WEB予約ボタン */
.cv-web {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#CDAA72), to(#B8945C));
  background: linear-gradient(180deg, #CDAA72 0%, #B8945C 100%);
  -webkit-box-shadow: 0 10px 22px 0 rgba(184, 148, 92, 0.34);
          box-shadow: 0 10px 22px 0 rgba(184, 148, 92, 0.34);
  border-radius: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 17px 16px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin: 0 auto;
  width: 90.9%;
}
@media (max-width: 374px) {
  .cv-web {
    padding: 17px 8px;
  }
}
@media (min-width: 768px) {
  .cv-web {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    padding: 19px 16px;
    margin: initial;
    width: auto;
  }
}
.cv-web span {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 374px) {
  .cv-web span {
    font-size: 3.733vw;
  }
}
@media (min-width: 992px) {
  .cv-web span {
    font-size: 1rem;
  }
}
.cv-web:hover {
  opacity: 0.8;
}
.cv-web .cv__arrow {
  color: #fff;
}

.cv__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .cv__arrow {
    right: 24px;
  }
}

@media (min-width: 992px) {
  .cv-box__item.cv-box__item01 .cv-box__note {
    margin-bottom: 16px;
  }
}

/* cv-bottom */
.cv.cv-bottom {
  background: url(../img/index/cv-bg_sp.webp) no-repeat center center/cover;
  background-color: none;
  width: 100%;
  aspect-ratio: 375/721;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .cv.cv-bottom {
    background: url(../img/index/cv-bg_pc.webp) no-repeat center center/cover;
    aspect-ratio: 1440/498;
    min-height: 498px;
    height: 100%;
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 1400px) {
  .cv.cv-bottom {
    max-height: 498px;
  }
}
.cv.cv-bottom .cv-title {
  border-bottom: 1px solid #CACFDC;
  color: #375294;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 24px;
  padding-bottom: 12px;
}
@media (min-width: 1200px) {
  .cv.cv-bottom .cv-title {
    font-size: 2.5rem;
    padding-bottom: 16px;
  }
}
.cv.cv-bottom .cv-title span {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: 0.28em;
}
@media (min-width: 768px) {
  .cv.cv-bottom .cv-title span {
    font-size: 0.875rem;
  }
}
.cv.cv-bottom .cv-text {
  color: #474D65;
  text-align: left;
}
@media (min-width: 768px) {
  .cv.cv-bottom .cv-text {
    text-align: center;
  }
}
.cv.cv-bottom .cv-box__item {
  border: 3px solid #DBE5F1;
}
@media (min-width: 992px) {
  .cv.cv-bottom .cv-box__item {
    border-width: 5px;
  }
}
@media (min-width: 1200px) {
  .cv.cv-bottom .cv-box__item.cv-box__item01 {
    padding-right: 51px;
  }
}
.cv.cv-bottom .cv-tel,
.cv.cv-bottom .cv-web {
  width: 93%;
}
@media (min-width: 768px) {
  .cv.cv-bottom .cv-tel,
  .cv.cv-bottom .cv-web {
    width: initial;
  }
}

/*---------------------------------
  トップページ
---------------------------------*/
/* main-visual */
.main-visual {
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .main-visual {
    margin-top: 100px;
  }
}

.mv {
  position: relative;
  background: url(../img/index/mv_sp.webp) no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 375/720;
}
@media (min-width: 768px) {
  .mv {
    background: url(../img/index/mv_pc.webp) no-repeat center center/cover;
    aspect-ratio: 1440/640;
    min-height: 414px;
  }
}
@media (min-width: 992px) {
  .mv {
    min-height: 490px;
  }
}
@media (min-width: 1200px) {
  .mv {
    min-height: 558px;
  }
}
@media (min-width: 1400px) {
  .mv {
    max-height: 640px;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .inner.mv-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1600px) {
  .inner.mv-inner {
    max-width: 1380px;
  }
}

.mv-content {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .mv-content {
    margin-top: 40px;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .mv-content {
    margin-top: 72px;
  }
}
@media (min-width: 1400px) {
  .mv-content {
    margin-top: 100px;
  }
}

.mv-top {
  margin-bottom: 28px;
}
@media (min-width: 1200px) {
  .mv-top {
    margin-bottom: 48px;
  }
}

.mv-top__head {
  background-color: #fff;
  border: 1px solid #DBE5F1;
  border-radius: 20px;
  padding: 9px 14px;
  margin: 0 auto 10px;
  max-width: 324px;
  width: 100%;
}
@media (min-width: 768px) {
  .mv-top__head {
    margin: initial;
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .mv-top__head {
    border: 2px solid #DBE5F1;
    border-radius: 24px;
    padding: 9px 20px;
    margin-bottom: 24px;
    max-width: 440px;
  }
}

.mv-top__head-text {
  color: #375294;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media (max-width: 374px) {
  .mv-top__head-text {
    font-size: 3.2vw;
  }
}
@media (min-width: 992px) {
  .mv-top__head-text {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .mv-top__head-text {
    font-size: 1.125rem;
  }
}

.mv-top__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 374px) {
  .mv-top__title {
    font-size: 8.53vw;
  }
}
@media (min-width: 768px) {
  .mv-top__title {
    font-size: 2rem;
    font-size: 4.166vw;
    text-align: left;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .mv-top__title {
    font-size: 4.166vw;
    margin-bottom: 28px;
  }
}
@media (min-width: 1600px) {
  .mv-top__title {
    font-size: 3.75rem;
  }
}
.mv-top__title span {
  color: #375294;
  font-weight: 700;
}

.mv-top__text {
  position: relative;
  color: #375294;
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 8px;
}
@media (max-width: 374px) {
  .mv-top__text {
    font-size: 6.133vw;
  }
}
@media (min-width: 768px) {
  .mv-top__text {
    display: inline-block;
    font-size: 2.22vw;
  }
}
@media (min-width: 1200px) {
  .mv-top__text {
    font-size: 2rem;
  }
}
.mv-top__text::before {
  position: absolute;
  content: "";
  background: url(../img/index/mv-border.png) no-repeat left center/contain;
  width: 100%;
  height: 8px;
  bottom: -8px;
  right: 0;
}

.clinic-features {
  background-color: #fff;
  border: 3px solid #DBE5F1;
  padding: 12px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 374px) {
  .clinic-features {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .clinic-features {
    border-width: 4px;
    padding: 16px 32px;
  }
}

.clinic-features__nameBox {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .clinic-features__nameBox {
    padding-right: 32px;
    margin-right: 32px;
  }
}
.clinic-features__nameBox::after {
  position: absolute;
  content: "";
  background-color: #DBE5F1;
  width: 1px;
  height: 50px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .clinic-features__nameBox {
    height: 40px;
  }
}

.clinic-features__name {
  color: #375294;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 374px) {
  .clinic-features__name {
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  .clinic-features__name {
    font-size: 0.875rem;
  }
}
.clinic-features__name span {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 374px) {
  .clinic-features__name span {
    font-size: 3.733vw;
  }
}
@media (min-width: 768px) {
  .clinic-features__name span {
    font-size: 1rem;
  }
}

.clinic-features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media (min-width: 768px) {
  .clinic-features__list {
    gap: 8px;
  }
}
@media (min-width: 1200px) {
  .clinic-features__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}

.clinic-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.clinic-features__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22px;
  height: 22px;
}

.clinic-features__text {
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 374px) {
  .clinic-features__text {
    font-size: 4.266vw;
  }
}
@media (min-width: 1200px) {
  .clinic-features__text {
    font-size: 1.25rem;
  }
}

.mv__img {
  position: relative;
  width: 100%;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media (min-width: 576px) {
  .mv__img {
    margin: 0 auto;
    width: 60%;
  }
}
@media (min-width: 768px) {
  .mv__img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 46%;
  }
}
@media (min-width: 992px) {
  .mv__img {
    width: 45%;
  }
}
@media (min-width: 1600px) {
  .mv__img {
    position: relative;
    right: -40px;
    max-width: 653px;
    width: 100%;
  }
}

.mv__img-caption {
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 7px 11.5px;
  line-height: 1.4;
  right: 16px;
  bottom: 16px;
}
@media (min-width: 768px) {
  .mv__img-caption {
    font-size: 0.875rem;
    right: 20px;
    bottom: 20px;
    padding: 5.5px 16.5px;
  }
}
.mv__img-caption span {
  display: block;
  font-weight: 500;
  text-align: right;
}

/* trouble */
.trouble {
  padding-top: 42px;
}
@media (min-width: 768px) {
  .trouble {
    padding-top: 100px;
  }
}

.trouble-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .trouble-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.33%;
  }
}
@media (min-width: 992px) {
  .trouble-item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .trouble-item {
    gap: 5.83%;
  }
}

.trouble-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media (min-width: 768px) {
  .trouble-item__content {
    gap: 0;
    width: 45.83%;
  }
}

.trouble-item__row {
  background-color: #F5F8FC;
  padding: 12px;
}
@media (min-width: 992px) {
  .trouble-item__row {
    padding: 20px;
  }
}

.trouble-item__text {
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .trouble-item__text {
    font-size: 1.18vw;
    padding-left: 38px;
  }
}
@media (min-width: 1400px) {
  .trouble-item__text {
    font-size: 1.0625rem;
  }
}
.trouble-item__text::before {
  position: absolute;
  content: "";
  background: url(../img/common/check.png) no-repeat center center/contain;
  width: 22px;
  height: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media (min-width: 768px) {
  .trouble-item__img {
    width: 48.16%;
  }
}
@media (min-width: 992px) {
  .trouble-item__img {
    height: 100%;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .trouble-item__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.trouble-bottom {
  border: 5px solid #DBE5F1;
  padding: 25px 19px 32px;
}
@media (min-width: 768px) {
  .trouble-bottom {
    padding: 44px;
  }
}
.trouble-bottom .textBox {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .trouble-bottom .textBox {
    margin-bottom: 32px;
  }
}

.trouble-bottom__head {
  border-bottom: 3px solid #DBE5F1;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 24px;
  padding-bottom: 24px;
  text-align: center;
}
@media (max-width: 374px) {
  .trouble-bottom__head {
    font-size: 5.333vw;
  }
}
@media (min-width: 992px) {
  .trouble-bottom__head {
    font-size: 2rem;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
}
.trouble-bottom__head span {
  color: #375294;
  font-weight: 500;
}

.trouble-bottom__note {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  .trouble-bottom__note {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    width: 93%;
  }
}
.trouble-bottom__note::before {
  position: absolute;
  content: "";
  background: url(../img/common/border-top_sp.png) no-repeat center center/contain;
  width: 100%;
  height: 8px;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .trouble-bottom__note::before {
    background: url(../img/common/border-top.png) no-repeat center center/contain;
  }
}
.trouble-bottom__note::after {
  position: absolute;
  content: "";
  background: url(../img/common/border-bottom_sp.png) no-repeat center center/contain;
  width: 100%;
  height: 8px;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .trouble-bottom__note::after {
    background: url(../img/common/border-bottom.png) no-repeat center center/contain;
  }
}

.trouble-bottom__note-text {
  color: #2F4D8A;
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .trouble-bottom__note-text {
    font-size: 1.25vw;
  }
}
@media (min-width: 1400px) {
  .trouble-bottom__note-text {
    font-size: 1.125rem;
  }
}

/* case case01 */
.case-items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .case-items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media (min-width: 992px) {
  .case-items {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

.case-item {
  background: #FFF;
  -webkit-box-shadow: 0 14px 34px 0 rgba(40, 70, 120, 0.1);
          box-shadow: 0 14px 34px 0 rgba(40, 70, 120, 0.1);
}

.case-item__head {
  background-color: #C4A669;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.case-item__head span {
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.case-item__imgBoxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case-item__imgBox {
  width: 50%;
}

.case-item__img-tag {
  font-size: 0.75rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-top: 8px;
  padding-bottom: 8px;
}
.case-item__img-tag--before {
  background-color: #DBE5F1;
  color: #474D65;
}
.case-item__img-tag--after {
  background-color: #2F4D8A;
  color: #fff;
}

.case-item__body {
  padding: 14px 20px 24px;
}
@media (min-width: 992px) {
  .case-item__body {
    padding: 24px 20px;
  }
}

.case-item__body-top {
  border-bottom: 1px solid #DBE5F1;
  padding-bottom: 16px;
}

.case-item__body-title {
  color: #2F4D8A;
  font-size: 1.0625rem;
  font-weight: 500;
  margin-bottom: 2px;
}
@media (max-width: 374px) {
  .case-item__body-title {
    font-size: 4.533vw;
  }
}
@media (min-width: 992px) {
  .case-item__body-title {
    font-size: 1.125rem;
  }
}

.case-item__body-age {
  color: #7C879A;
  font-size: 0.8125rem;
  font-weight: 500;
}

.case-item__body-bottom {
  padding-top: 20px;
}

.case-item__row:not(:last-child) {
  margin-bottom: 8px;
}

.case-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case-item__row-title {
  position: relative;
  color: #2F4D8A;
  font-size: 0.75rem;
  font-weight: 600;
  width: 100px;
}
@media (max-width: 374px) {
  .case-item__row-title {
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  .case-item__row-title {
    top: 2px;
  }
}
@media (min-width: 992px) {
  .case-item__row-title {
    width: 108px;
  }
}

.case-item__row-text {
  color: #7C879A;
  font-size: 0.75rem;
  font-weight: 500;
  width: calc(100% - 100px);
}
@media (max-width: 374px) {
  .case-item__row-text {
    font-size: 3.2vw;
  }
}
@media (min-width: 992px) {
  .case-item__row-text {
    font-size: 0.875rem;
    width: calc(100% - 108px);
  }
}

/* about */
.about {
  padding-top: 64px;
}
@media (min-width: 768px) {
  .about {
    padding-top: 160px;
  }
}

.about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .about-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.33%;
    margin-bottom: 24px;
  }
}

.about-types {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .about-types {
    width: 64.16%;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.about-type {
  background-color: #F5F8FC;
  padding: 20px;
}
@media (min-width: 992px) {
  .about-type {
    padding: 30px 32px 30px 30px;
  }
}

.about-type__label {
  background-color: #2F4D8A;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  padding: 6px 12px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .about-type__label {
    margin-bottom: 20px;
    padding: 9px 17px;
    font-size: 0.875rem;
  }
}

.about-type__text {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .about-type__text {
    font-size: 1.041vw;
  }
}
@media (min-width: 1200px) {
  .about-type__text {
    font-size: 0.9375rem;
  }
}

.about-img {
  overflow: hidden;
}
@media (min-width: 768px) {
  .about-img {
    width: 32.5%;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
.about-img img {
  border: 4px solid #DBE5F1;
}
@media (min-width: 768px) {
  .about-img img {
    border-width: 6px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.about__bottom {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .about__bottom {
    font-size: 1rem;
  }
}

/* treatment */
.treatment-item:not(:last-child) {
  margin-bottom: 24px;
}

.treatment-item {
  background-color: #F5F8FC;
  padding: 20px;
}
@media (min-width: 768px) {
  .treatment-item {
    padding: 40px;
  }
}

.treatment-item__title {
  border-bottom: 2px solid #fff;
  color: #375294;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
@media (min-width: 992px) {
  .treatment-item__title {
    font-size: 1.75rem;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}
.treatment-item__title span {
  color: #6F7C92;
  font-size: 0.75rem;
  font-weight: 500;
  display: block;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .treatment-item__title span {
    display: inline-block;
    margin-left: 16px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .treatment-item__title span {
    margin-left: 32px;
  }
}

/* treatment-item01 */
@media (min-width: 768px) {
  .treatment-item01 .contents {
    gap: 3.333%;
  }
}
.treatment-item01 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .treatment-item01 .content {
    width: 58.92%;
    gap: 0;
    margin-bottom: 0;
  }
}
.treatment-item01 .row {
  background-color: #fff;
  padding: 10px;
}
@media (min-width: 768px) {
  .treatment-item01 .row {
    padding: 18px 10px 18px 20px;
  }
}
.treatment-item01 .row__title {
  color: #375294;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.treatment-item01 .row__text {
  font-size: 0.875rem;
}
@media (min-width: 1200px) {
  .treatment-item01 .row__text {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .treatment-item01 .imgBox {
    width: 37.5%;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 768px) {
  .treatment-item01 .imgBox img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* treatment-item02,03 */
.treatment-item02 .contents,
.treatment-item03 .contents {
  gap: 16px;
}
@media (min-width: 768px) {
  .treatment-item02 .contents,
  .treatment-item03 .contents {
    gap: 3.571%;
  }
}
.treatment-item02 .content,
.treatment-item03 .content {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .treatment-item02 .content,
  .treatment-item03 .content {
    margin-bottom: 10px;
    width: 29.46%;
  }
}
.treatment-item02 .text,
.treatment-item03 .text {
  font-size: 0.9375rem;
}
.treatment-item02 .imgBox-pc,
.treatment-item03 .imgBox-pc {
  display: none;
}
@media (min-width: 768px) {
  .treatment-item02 .imgBox-pc,
  .treatment-item03 .imgBox-pc {
    display: block;
    width: 66.96%;
  }
}
.treatment-item02 .imgBox-sp,
.treatment-item03 .imgBox-sp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  row-gap: 3px;
}
@media (min-width: 768px) {
  .treatment-item02 .imgBox-sp,
  .treatment-item03 .imgBox-sp {
    display: none;
  }
}
/* danger */
.danger-item {
  gap: 20px;
}
@media (min-width: 768px) {
  .danger-item {
    gap: 3.33%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .danger-item__textBox {
    width: 63.75%;
  }
}

.danger-item__img {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .danger-item__img {
    width: 32.5%;
  }
}
.danger-item__img img {
  border: 4px solid #DBE5F1;
}
@media (min-width: 992px) {
  .danger-item__img img {
    border-width: 6px;
  }
}

/* reason */
.reason {
  background-color: #F5F8FC;
  padding-top: 64px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .reason {
    padding-top: 160px;
    padding-bottom: 120px;
  }
}

.reason-items {
  counter-reset: number 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .reason-items {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 40px;
  }
}

.reason-item {
  background-color: #fff;
  -webkit-box-shadow: 0 12px 30px 0 rgba(40, 70, 120, 0.08);
          box-shadow: 0 12px 30px 0 rgba(40, 70, 120, 0.08);
}

.reason-item__img {
  position: relative;
}
.reason-item__img::before {
  position: absolute;
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  top: 0;
  left: 0;
  background-color: #2F4D8A;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 7px 19px;
  text-align: center;
  z-index: 1;
}
@media (min-width: 768px) {
  .reason-item__img::before {
    padding: 11px 18.5px;
  }
}

.reason-item__body {
  padding: 20px 20px 24px;
}
@media (min-width: 768px) {
  .reason-item__body {
    padding: 30px 30px 40px;
  }
}

.reason-item__title {
  color: #375294;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media (max-width: 374px) {
  .reason-item__title {
    font-size: 4.8vw;
  }
}
@media (min-width: 768px) {
  .reason-item__title {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}

.reason-item__text:not(:last-child) {
  margin-bottom: 16px;
}

.reason-item__text {
  font-size: 0.875rem;
}

/* case case02 */
.case.case02 .textBox {
  margin-bottom: 24px;
}
.case.case02 .case-points + .text.margin {
  margin-bottom: 32px;
}

.case-points {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .case-points {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

.case-point {
  background-color: #F5F8FC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 12px;
}
@media (min-width: 768px) {
  .case-point {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 19px 12px;
  }
}

.case-point__img {
  margin-right: 8px;
  max-width: 22px;
  width: 100%;
}
@media (min-width: 768px) {
  .case-point__img {
    margin-right: initial;
    margin: 0 auto 8px;
  }
}

.case-point__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .case-point__text {
    text-align: center;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .case-point__text {
    font-size: 1.25rem;
  }
}

/* greeting */
.greeting .greeting-contents__img {
  margin: 0 auto 24px;
  width: 68.65%;
}
@media (min-width: 576px) {
  .greeting .greeting-contents__img {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .greeting .greeting-contents__img {
    margin-bottom: initial;
    margin-right: 4.666%;
    width: 25%;
  }
}
.greeting .greeting-contents__img img {
  -webkit-box-shadow: 0 10px 20px 0 rgba(40, 70, 120, 0.12);
          box-shadow: 0 10px 20px 0 rgba(40, 70, 120, 0.12);
}
@media (min-width: 768px) {
  .greeting .greeting-contents__content {
    width: 70.333%;
  }
}
.greeting .greeting-contents__textBox {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .greeting .greeting-contents__textBox {
    margin-bottom: 48px;
  }
}
.greeting .greeting-contents__row {
  padding-left: 16px;
}
@media (min-width: 992px) {
  .greeting .greeting-contents__row {
    padding-left: 18px;
  }
}
.greeting .greeting-contents__position {
  position: relative;
  color: #7C879A;
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .greeting .greeting-contents__position {
    font-size: 1rem;
  }
}
.greeting .greeting-contents__position::before {
  position: absolute;
  content: "";
  background-color: #DBE5F1;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -16px;
}
@media (min-width: 992px) {
  .greeting .greeting-contents__position::before {
    width: 8px;
    height: 8px;
    left: -18px;
  }
}
.greeting .greeting-contents__name {
  color: #375294;
  font-size: 1.25rem;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .greeting .greeting-contents__name {
    font-size: 1.5rem;
  }
}
.greeting .greeting-contents__name span {
  color: #C4A669;
  display: inline-block;
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  margin-left: 12px;
  letter-spacing: 0.28em;
}

/* flow */
.flow {
  background-color: #F5F8FC;
  padding-top: 64px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .flow {
    padding-top: 160px;
    padding-bottom: 120px;
  }
}

.flow-items {
  counter-reset: number 0;
}

.flow-item:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .flow-item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.flow-item {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 12px 30px 0 rgba(40, 70, 120, 0.08);
          box-shadow: 0 12px 30px 0 rgba(40, 70, 120, 0.08);
}
@media (min-width: 768px) {
  .flow-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flow-item::before {
  position: absolute;
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  top: 0;
  left: 0;
  background-color: #2F4D8A;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 6px 8px;
  text-align: center;
  z-index: 1;
}
@media (min-width: 768px) {
  .flow-item::before {
    font-size: 1.125rem;
    padding: 11px 18.5px;
  }
}

.flow-item__img {
  display: inline-block;
  margin: 5px 24px 12px 5px;
  max-width: 150px;
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 374px) {
  .flow-item__img {
    margin-right: 16px;
    max-width: 120px;
  }
}
@media (min-width: 768px) {
  .flow-item__img {
    display: initial;
    margin: 0;
    padding: 4px 0 4px 4px;
    max-width: 275px;
    vertical-align: initial;
  }
}

.flow-item__content {
  display: contents;
}
@media (min-width: 768px) {
  .flow-item__content {
    padding: 24px;
    display: initial;
    width: calc(100% - 275px);
  }
}
@media (min-width: 992px) {
  .flow-item__content {
    padding: 0 40px 0 40px;
  }
}

.flow-item__title {
  color: #375294;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  vertical-align: middle;
}
@media (max-width: 374px) {
  .flow-item__title {
    font-size: 4.266vw;
    padding-right: 4px;
  }
}
@media (min-width: 768px) {
  .flow-item__title {
    font-size: 1.375rem;
    margin-bottom: 20px;
    vertical-align: initial;
  }
}

.flow-item__text {
  font-size: 0.875rem;
  padding: 0 16px 16px 16px;
}
@media (min-width: 768px) {
  .flow-item__text {
    padding: 0;
  }
}

/* cost */
.cost-table {
  background-color: #fff;
  border-collapse: collapse;
  -webkit-box-shadow: 0 12px 30px 0 rgba(40, 70, 120, 0.08);
          box-shadow: 0 12px 30px 0 rgba(40, 70, 120, 0.08);
  width: 500px;
  table-layout: fixed;
}
@media (min-width: 576px) {
  .cost-table {
    width: 800px;
  }
}
@media (min-width: 768px) {
  .cost-table {
    width: 1000px;
  }
}
@media (min-width: 992px) {
  .cost-table {
    margin: 0 auto;
  }
}
.cost-table th,
.cost-table td {
  padding: 12px;
  text-align: left;
}
@media (min-width: 768px) {
  .cost-table th,
  .cost-table td {
    padding: 16px 24px;
  }
}
.cost-table thead th {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
}
.cost-table thead .cost-table__name {
  background-color: #2F4D8A;
}
.cost-table thead .cost-table__price {
  background-color: #4A71BB;
}
.cost-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.cost-table tbody tr:nth-child(even) {
  background-color: #F5F8FC;
}
.cost-table tbody .cost-table__name {
  font-size: 0.75rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .cost-table tbody .cost-table__name {
    font-size: 1rem;
  }
}
.cost-table tbody .cost-table__price {
  color: #7C879A;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: right;
}
@media (min-width: 768px) {
  .cost-table tbody .cost-table__price {
    font-size: 0.9375rem;
  }
}

.cost-bottom {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .cost-bottom {
    margin: 16px auto 0;
    width: 1000px;
  }
}

.cost-bottom__text {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .cost-bottom__text {
    font-size: 0.875rem;
  }
}

.cost-bottom__text:not(:last-child) {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .cost-bottom__text:not(:last-child) {
    margin-bottom: 0px;
  }
}

/* top-blog */
.top-blog .blog-archive {
  padding-bottom: 0;
}
.top-blog .blog-cards {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .top-blog .blog-cards {
    margin-bottom: 60px;
  }
}

.button-box {
  text-align: center;
}
.button-box .util-link01 {
  display: inline-block;
}

/*---------------------------------
  医療コラム FV
---------------------------------*/
.fv-visual {
  background-color: #F5F8FC;
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .fv-visual {
    margin-top: 100px;
  }
}

.fv__content {
  padding-top: 34px;
  padding-bottom: 34px;
}
@media (min-width: 768px) {
  .fv__content {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

.fv__title {
  position: relative;
  color: #375294;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (max-width: 374px) {
  .fv__title {
    font-size: 6.4vw;
  }
}
@media (min-width: 768px) {
  .fv__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .fv__title {
    font-size: 2.5rem;
  }
}
.fv__title span {
  position: relative;
  color: #B3C9E4;
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding-left: 14px;
  letter-spacing: 0.28em;
}
@media (min-width: 768px) {
  .fv__title span {
    font-size: 0.875rem;
  }
}
.fv__title span::before {
  position: absolute;
  content: "";
  background-color: #B3C9E4;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

/*---------------------------------
  お知らせ 一覧ページ
---------------------------------*/
.new-info {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .new-info {
    padding-bottom: 120px;
  }
}

.new-info__contents {
  margin-bottom: 56px;
}
@media (min-width: 992px) {
  .new-info__contents {
    margin-bottom: 80px;
  }
}

.new-info__item {
  position: relative;
  border-bottom: 1px solid #E2E2E2;
  display: block;
  padding: 20px 16px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .new-info__item {
    padding: 24px 20px 24px 0;
  }
}
.new-info__item:hover .new-info__time,
.new-info__item:hover .new-info__text {
  color: #2F4D8A;
}

.new-info__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
@media (max-width: 374px) {
  .new-info__meta {
    display: block;
    margin-bottom: 6px;
  }
}
@media (min-width: 768px) {
  .new-info__meta {
    margin-bottom: 12px;
  }
}

.new-info__time {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #908C82;
  font-size: 0.875rem;
  font-family: "Noto Serif JP", serif;
  margin-right: 24px;
}
@media (min-width: 768px) {
  .new-info__time {
    margin-right: 16px;
    font-size: 1rem;
  }
}

.new-info__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-info__tag:not(:last-child) {
  margin-right: 14px;
}
@media (min-width: 768px) {
  .new-info__tag:not(:last-child) {
    margin-right: 28px;
  }
}

.new-info__category:not(:last-child) {
  margin-right: 4px;
}

.new-info__category {
  margin-bottom: 3px;
}

.new-info__text {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #474D65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  width: 100%;
  line-height: 1.46;
}
@media (min-width: 992px) {
  .new-info__text {
    font-size: 1rem;
    line-height: initial;
  }
}

.new-info__time,
.new-info__text {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/*---------------------------------
  お知らせ 医療ブログ 詳細ページ
---------------------------------*/
/* news */
.news {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .news {
    margin-bottom: 120px;
  }
}

.blog__row {
  margin-bottom: 28px;
}

.news__row {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .news__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .news__meta-row,
  .blog__meta-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.news__meta,
.blog__meta {
  display: inline-block;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .news__meta,
  .blog__meta {
    margin-bottom: 0;
  }
}

.blog__category,
.news__category,
.new-info__category {
  background-color: #2F4D8A;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 3.5px 14px;
  white-space: nowrap;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .blog__category,
  .news__category,
  .new-info__category {
    padding: 5.5px 14px;
  }
}
.blog__category:hover,
.news__category:hover,
.new-info__category:hover {
  opacity: 0.7;
}
.blog__category--blog,
.news__category--blog,
.new-info__category--blog {
  background-color: #2F4D8A;
  color: #fff;
}

.new-info__category {
  border-color: #E3E2D2;
  border-radius: 15px;
  color: #8F7E2F;
  padding: 5.5px 12px;
}

.news__category:not(:last-child),
.blog__category:not(:last-child) {
  margin-right: 8px;
}

.news__row-time {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.blog__row-time {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .blog__row-time {
    margin-bottom: 0;
  }
}

.news__date,
.blog__date {
  font-size: 0.875rem;
}

.news__date:nth-child(2),
.blog__date:nth-child(2) {
  margin-left: 8px;
}
@media (min-width: 992px) {
  .news__date:nth-child(2),
  .blog__date:nth-child(2) {
    margin-left: 24px;
  }
}

@media (min-width: 992px) {
  .news__date-icon,
  .blog__date-icon {
    padding-right: 4px;
  }
}
.news__date-icon .fa-clock,
.news__date-icon .fa-arrows-rotate,
.blog__date-icon .fa-clock,
.blog__date-icon .fa-arrows-rotate {
  color: #908C82;
}

.news__date-time,
.blog__date-time {
  color: #908C82;
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 768px) {
  .news__date-time,
  .blog__date-time {
    font-size: 1rem;
  }
}

.news__title,
.blog__title {
  color: #474D65;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .news__title,
  .blog__title {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .news__title,
  .blog__title {
    font-size: 2rem;
  }
}

.news-thumbnail img,
.blog-thumbnail img {
  margin-bottom: 20px !important;
}
@media (min-width: 992px) {
  .news-thumbnail img,
  .blog-thumbnail img {
    margin-bottom: 30px !important;
  }
}

.news article h2,
.news article h3,
.news article h4,
.news article h5,
.news article h6,
.blog article h2,
.blog article h3,
.blog article h4,
.blog article h5,
.blog article h6 {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  margin: 2.5rem 0 1rem;
}
@media (min-width: 768px) {
  .news article h2,
  .news article h3,
  .news article h4,
  .news article h5,
  .news article h6,
  .blog article h2,
  .blog article h3,
  .blog article h4,
  .blog article h5,
  .blog article h6 {
    margin: 3.5rem 0 1.25rem;
  }
}

.news article h2,
.blog article h2 {
  position: relative;
  border-bottom: 2px solid #DBE5F1;
  color: #375294;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .news article h2,
  .blog article h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .news article h2,
  .blog article h2 {
    font-size: 1.875rem;
  }
}
.news article h2:before,
.blog article h2:before {
  position: absolute;
  content: "";
  border-bottom: 2px solid rgba(55, 82, 148, 0.6);
  width: 40px;
  height: 2px;
  bottom: -2px;
  left: 0;
}

.news article h3,
.blog article h3 {
  position: relative;
  color: #375294;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  padding-left: 28px;
}
@media (min-width: 768px) {
  .news article h3,
  .blog article h3 {
    font-size: 1.25rem;
    padding-left: 32px;
  }
}
@media (min-width: 992px) {
  .news article h3,
  .blog article h3 {
    font-size: 1.5rem;
  }
}
.news article h3::before,
.blog article h3::before {
  position: absolute;
  content: "";
  background-color: #DBE5F1;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
}
@media (min-width: 768px) {
  .news article h3::before,
  .blog article h3::before {
    width: 20px;
    height: 20px;
    top: 10px;
  }
}

.news article h4,
.blog article h4 {
  position: relative;
  color: #375294;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .news article h4,
  .blog article h4 {
    margin-top: 40px;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .news article h4,
  .blog article h4 {
    font-size: 1.25rem;
  }
}

.news article h5,
.blog article h5 {
  color: #2F4D8A;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .news article h5,
  .blog article h5 {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .news article h5,
  .blog article h5 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
}

.news article p,
.blog article p {
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 1rem;
}

blockquote {
  position: relative;
  border: 5px solid #DBE5F1;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  margin: 24px 0 24px;
}
@media (min-width: 992px) {
  blockquote {
    padding: 44px 75px;
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
blockquote::before, blockquote::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
}
blockquote::before {
  background: url(../img/common/blockquote-left.png) no-repeat center center/contain;
  top: 14px;
  left: 20px;
}
@media (min-width: 992px) {
  blockquote::before {
    top: 34px;
    left: 48px;
  }
}
blockquote::after {
  background: url(../img/common/blockquote-right.png) no-repeat center center/contain;
  bottom: 14px;
  right: 20px;
}
@media (min-width: 992px) {
  blockquote::after {
    bottom: 34px;
    right: 48px;
  }
}

blockquote p {
  position: relative;
  font-size: 0.8125rem;
  margin-bottom: 12px !important;
  line-height: 1.7;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  blockquote p {
    font-size: 0.9375rem;
  }
}

blockquote cite {
  display: block;
  color: #92A4D0;
  font-size: 0.9em;
  font-weight: 700;
  font-style: initial;
  margin-top: 16px;
  margin-bottom: 0;
}

blockquote cite a {
  position: relative;
  color: #92A4D0 !important;
  font-size: 1rem !important;
  font-weight: 700;
  text-decoration: none !important;
  padding-left: 22px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
blockquote cite a::before {
  position: absolute;
  content: "";
  background-color: #E3E2D2;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: 10px;
  left: 0;
}
@media (min-width: 768px) {
  blockquote cite a::before {
    width: 10px;
    height: 10px;
    top: 7px;
  }
}
blockquote cite a:hover {
  opacity: 0.7;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
@media (min-width: 768px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 5%;
  }
}

@media (min-width: 768px) {
  .wp-block-media-text img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.wp-block-table {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/*---------------------------------
  医療コラム 一覧ページ
---------------------------------*/
.archive .blog__category,
.archive .news__category {
  padding-top: 5px;
  padding-bottom: 5px;
}

.blog-archive {
  padding-bottom: 72px;
}
@media (min-width: 992px) {
  .blog-archive {
    padding-bottom: 160px;
  }
}

.blog-cards {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
  row-gap: 20px;
}
@media (min-width: 576px) {
  .blog-cards {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 30px;
  }
}
@media (min-width: 768px) {
  .blog-cards {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
@media (min-width: 992px) {
  .blog-cards {
    margin-bottom: 88px;
  }
}
@media (min-width: 1200px) {
  .blog-cards {
    row-gap: 72px;
  }
}

.blog-card {
  position: relative;
  -webkit-box-shadow: 0 8px 22px 0 rgba(40, 70, 120, 0.06);
          box-shadow: 0 8px 22px 0 rgba(40, 70, 120, 0.06);
  background-color: #fff;
}

.blog-card__date {
  line-height: 1;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .blog-card__date {
    margin-bottom: 8px;
  }
}

.blog-card__time {
  font-size: 0.8125rem;
  color: #7C879A;
  display: block;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  line-height: 1;
}
@media (min-width: 768px) {
  .blog-card__time {
    margin-bottom: 12px;
  }
}

.blog-card__tag {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3px;
  z-index: 1;
}

.blog-card__tag .blog__category:not(:last-child) {
  margin-right: 3px;
}

.blog .blog__content a {
  color: #0074D9;
}

.blog-link {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .blog-link {
    padding-top: initial;
    padding-bottom: initial;
  }
}
.blog-link:hover {
  opacity: 0.7;
}

.blog-contents__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .blog-contents__row {
    margin-bottom: 12px;
  }
}

.blog-contents__img {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 52.5%;
  width: 100%;
}
.blog-contents__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  top: 0;
}

.blog-contents__title {
  color: #474D65;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .blog-contents__title {
    font-size: 0.9375rem;
  }
}

.blog-contents__text {
  line-height: 1.5;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .blog-contents__text {
    font-size: 1rem;
  }
}

.blog-contents__content {
  padding: 16px 20px 20px;
}
@media (min-width: 768px) {
  .blog-contents__content {
    padding: 20px 20px 32px;
  }
}

/*---------------------------------
  医療コラム 詳細ページ
---------------------------------*/
.blog {
  background-color: #fff;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .blog {
    margin-bottom: 100px;
  }
}

.blog article p {
  letter-spacing: 0.02em;
}

.news article ol,
.blog article ol {
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
  margin-bottom: 1rem;
}

.news article ol li,
.blog article ol li {
  font-weight: 400;
  list-style-type: decimal;
}

.news article ul,
.blog article ul {
  margin-bottom: 1rem;
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
}

.news article ul li,
.blog article ul li {
  font-weight: 400;
  list-style-type: disc;
  line-height: 1.5;
}

.news article ol li:not(:last-child),
.blog article ol li:not(:last-child),
.news article ul li:not(:last-child),
.blog article ul li:not(:last-child) {
  margin-bottom: 8px;
}

.news .news__content a,
.blog .blog__content a {
  color: #0000ff;
  font-style: initial;
}

.blog article a,
.news article a {
  text-decoration: underline;
}

.wp-block-image figcaption {
  font-size: calc(0.625rem * 1.4) !important;
}

.wp-block-image {
  margin: 0 0 0.875rem 0;
}
@media (min-width: 992px) {
  .wp-block-image {
    margin: 0 0 2rem 0;
  }
}

.wp-block-image :where(figcaption) {
  margin-bottom: initial;
  margin-top: 0.8em;
}

.wp-block-list li::marker {
  color: #2F4D8A;
}

.wp-block-list.is-style-default li {
  list-style-type: disc !important;
}

.wp-block-list[class*=is-style-sme-list] li,
.wp-block-list[class*=is-style-vk-] li {
  list-style-type: none !important;
}

.blog__content ol.is-style-default li {
  list-style-type: decimal !important;
}

/*---------------------------------
  関連記事
---------------------------------*/
.related-box {
  background-color: #fff;
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .related-box {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .related-box {
    padding: 60px;
  }
}

.related-posts__title {
  position: relative;
  border-bottom: 2px solid #DBE5F1;
  color: #375294;
  font-size: 1.375rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .related-posts__title {
    font-size: 1.75rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .related-posts__title {
    font-size: 2rem;
  }
}
.related-posts__title:before {
  position: absolute;
  content: "";
  border-bottom: 2px solid rgba(55, 82, 148, 0.6);
  width: 40px;
  height: 2px;
  bottom: -2px;
  left: 0;
}

.related-posts {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .related-posts {
    margin-bottom: 120px;
  }
}
.related-posts .blog-cards {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
  row-gap: 20px;
}
@media (min-width: 576px) {
  .related-posts .blog-cards {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 30px;
  }
}
@media (min-width: 768px) {
  .related-posts .blog-cards {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
@media (min-width: 992px) {
  .related-posts .blog-cards {
    margin-bottom: 88px;
  }
}
@media (min-width: 1200px) {
  .related-posts .blog-cards {
    row-gap: 72px;
  }
}
.related-posts .blog-card {
  position: relative;
  -webkit-box-shadow: 0 8px 22px 0 rgba(40, 70, 120, 0.06);
          box-shadow: 0 8px 22px 0 rgba(40, 70, 120, 0.06);
  background-color: #fff;
}
.related-posts .blog-card__date {
  line-height: 1;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .related-posts .blog-card__date {
    margin-bottom: 8px;
  }
}
.related-posts .blog-card__time {
  font-size: 0.8125rem;
  color: #7C879A;
  display: block;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  line-height: 1;
}
@media (min-width: 768px) {
  .related-posts .blog-card__time {
    margin-bottom: 12px;
  }
}
.related-posts .blog-card__tag {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3px;
  z-index: 1;
}
.related-posts .blog-card__tag .blog__category {
  padding-top: 5px;
  padding-bottom: 5px;
}
.related-posts .blog-card__tag .blog__category:not(:last-child) {
  margin-right: 3px;
}
.related-posts .blog .blog__content a {
  color: #0074D9;
}
.related-posts .blog-link {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .related-posts .blog-link {
    padding-top: initial;
    padding-bottom: initial;
  }
}
.related-posts .blog-link:hover {
  opacity: 0.7;
}
.related-posts .blog-contents__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .related-posts .blog-contents__row {
    margin-bottom: 12px;
  }
}
.related-posts .blog-contents__img {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 52.5%;
  width: 100%;
}
.related-posts .blog-contents__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  top: 0;
}
.related-posts .blog-contents__title {
  color: #474D65;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .related-posts .blog-contents__title {
    font-size: 0.9375rem;
  }
}
.related-posts .blog-contents__text {
  line-height: 1.5;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .related-posts .blog-contents__text {
    font-size: 1rem;
  }
}
.related-posts .blog-contents__content {
  padding: 16px 20px 20px;
}
@media (min-width: 768px) {
  .related-posts .blog-contents__content {
    padding: 20px 20px 32px;
  }
}

.news__meta a,
.blog__meta a {
  text-decoration: initial !important;
}

/*---------------------------------
  投稿ページ youtube
---------------------------------*/
.wp-block-embed.wp-block-embed-youtube {
  margin-top: 32px;
  margin-bottom: 32px;
}

.wp-has-aspect-ratio {
  position: relative;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  margin: auto;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed > figcaption {
  color: inherit;
  display: block !important;
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0.75em;
  opacity: 0.8;
  text-align: center;
}

.single .column-archive {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .single .column-archive {
    margin-bottom: 140px;
  }
}

.column-archive {
  text-align: center;
}
.column-archive .util-link01 {
  display: inline-block;
  margin: auto;
}

.single-news .column-archive {
  margin-bottom: 0;
}
.single-news .news__contents {
  border-bottom: 1px solid #E3E2D2;
  margin-bottom: 60px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .single-news .news__contents {
    padding-bottom: 80px;
  }
}

.single .blog__content > :first-child h2,
.single .blog__content div > :first-child h2 {
  margin: 2.5rem 0 1rem !important;
}
@media (min-width: 768px) {
  .single .blog__content > :first-child h2,
  .single .blog__content div > :first-child h2 {
    margin: 4.5rem 0 1.25rem !important;
  }
}

/*---------------------------------
  お知らせ、医療コラム一覧ページ ページトップのカテゴリ
---------------------------------*/
.category-box {
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .category-box {
    margin-bottom: 64px;
  }
}

.category-box-wrapper {
  margin: auto;
  max-width: 1040px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.category__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category__item {
  background-color: transparent;
  border-bottom: 1px solid #D9D5C8;
  border-radius: 0;
  margin-bottom: 20px;
}
.category__item:not(:last-child) {
  margin-right: 0;
}

.category__item a {
  position: relative;
  color: #908C82;
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 10px 16px 12px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media (min-width: 992px) {
  .category__item a {
    font-size: 1rem;
    padding: 0 24px 16px;
  }
}
.category__item a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2F4D8A;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.category__item a:hover {
  color: #2F4D8A;
}
.category__item a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.category__item a.is-active {
  color: #2F4D8A;
  font-weight: 700;
}
.category__item a.is-active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

html {
  font-size: 100%;
}

body {
  color: #474D65;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  overflow-x: hidden;
}
@media (max-width: 374px) {
  body {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 1rem;
    line-height: 1.7;
  }
}
body p {
  font-weight: 400;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

img {
  max-width: 100%;
  height: auto;
}

.inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner01 {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.only-pc {
  display: none;
}
@media (min-width: 768px) {
  .only-pc {
    display: block;
  }
}

@media (min-width: 768px) {
  .only-sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */