@charset "UTF-8";
/* パンくずリスト */
#breadcrumb {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-top: 100px !important;
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 768px) {
  #breadcrumb {
    margin-top: 50px !important;
  }
}
#breadcrumb .p-breadcrumb__list {
  font-size: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #breadcrumb .p-breadcrumb__list {
    font-size: 12px;
  }
}
#breadcrumb .p-breadcrumb__item:last-child span {
  display: block !important;
  opacity: 1;
}
#breadcrumb .p-breadcrumb__text .__home:before {
  color: #ffab91;
}

.home #breadcrumb,
.page-medical #breadcrumb,
.page-doctor #breadcrumb,
.page-clinic #breadcrumb,
.page-information #breadcrumb,
.page-faq #breadcrumb,
.page-calendar #breadcrumb,
.page-recruit #breadcrumb,
.page-access #breadcrumb,
.archive #breadcrumb,
.single #breadcrumb,
.single-basic #breadcrumb,
.single-special #breadcrumb {
  margin-top: 0 !important;
}

/* コンテンツの大枠 */
.l-content {
  margin-bottom: 0;
}

.w-beforeFooter {
  background-color: #fff8e1;
  border-radius: 80px;
  padding: 100px 0;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 768px) {
  .w-beforeFooter {
    border-radius: 50px;
    padding: 50px 0;
  }
}
.w-beforeFooter .c-widget + .c-widget {
  margin-top: 100px;
}

/* 一覧を見るボタン */
.btn-base a {
  color: #fff;
  background-color: #ffab91;
  border: 1px solid #ffab91;
  border-radius: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 240px;
  --the-min-width: 240px;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .btn-base a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 200px;
  }
}
.btn-base a .__icon {
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffab91;
  background: #fff;
  border-radius: 50%;
  padding: 8px;
  margin-right: 0 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .btn-base a .__icon {
    padding: 8px;
  }
}
.btn-base a:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-base a:hover .__icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media only screen and (max-width: 768px) {
  .btn-base a:hover .__icon {
    -webkit-transform: none;
            transform: none;
  }
}
.btn-base.blue a {
  background-color: #00acc1;
  border-color: #00acc1;
}
.btn-base.blue a .__icon {
  color: #00acc1;
}

/* ページタイトル */
#top_title_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 0 !important;
  margin-bottom: 100px !important;
}
@media only screen and (max-width: 768px) {
  #top_title_area {
    display: block !important;
    margin-bottom: 50px !important;
  }
}
#top_title_area::before, #top_title_area:after {
  display: none;
}
#top_title_area .page-ttl-wrapper {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  width: 65% !important;
  height: 300px;
  border-radius: 0 0 80px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  #top_title_area .page-ttl-wrapper {
    -webkit-box-flex: 2.2;
        -ms-flex: 2.2;
            flex: 2.2;
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #top_title_area .page-ttl-wrapper {
    width: 100% !important;
    border-radius: 0 0 50px 0;
    height: 150px;
    max-height: 150px;
  }
}
#top_title_area .page-ttl-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#top_title_area .l-topTitleArea__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding: 40px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #top_title_area .l-topTitleArea__body {
    padding: 30px 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #top_title_area .l-topTitleArea__body {
    padding: 10px 20px 0;
  }
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl,
#top_title_area .l-topTitleArea__body .c-pageTitle {
  font-family: "Zen Maru Gothic", serif;
  color: #00acc1;
  font-size: 48px;
  font-size: clamp(32px, 3vw, 48px);
  font-weight: bold;
  text-shadow: none;
  line-height: 1.4;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl small,
#top_title_area .l-topTitleArea__body .c-pageTitle small {
  font-family: "Montserrat", sans-serif;
  color: #ffab91;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  opacity: 1;
  margin: 0 !important;
  top: 0;
}
@media only screen and (max-width: 960px) {
  #top_title_area .l-topTitleArea__body .c-postTitle__ttl small,
  #top_title_area .l-topTitleArea__body .c-pageTitle small {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #top_title_area .l-topTitleArea__body .c-postTitle__ttl small,
  #top_title_area .l-topTitleArea__body .c-pageTitle small {
    font-size: 14px;
  }
}

.home #top_title_area,
.page-medical #top_title_area,
.page-doctor #top_title_area,
.page-clinic #top_title_area,
.page-information #top_title_area,
.page-faq #top_title_area,
.page-calendar #top_title_area,
.page-recruit #top_title_area,
.page-access #top_title_area,
.archive #top_title_area,
.single #top_title_area,
.single-basic #top_title_area,
.single-special #top_title_area {
  margin-bottom: 0 !important;
}

.single-post #top_title_area {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ページタイトルSP - 各ページ */
@media only screen and (max-width: 768px) {
  .page-clinic .page-ttl-wrapper {
    background: url("../images/page-ttl_clinic_sp.jpg") no-repeat center center/cover;
  }
  .page-clinic .page-ttl-wrapper img {
    opacity: 0;
  }
  .page-information .page-ttl-wrapper {
    background: url("../images/page-ttl_information_sp.jpg") no-repeat center center/cover;
  }
  .page-information .page-ttl-wrapper img {
    opacity: 0;
  }
  .page-doctor .page-ttl-wrapper {
    background: url("../images/page-ttl_doctor_sp.jpg") no-repeat center center/cover;
  }
  .page-doctor .page-ttl-wrapper img {
    opacity: 0;
  }
  .page-medical .page-ttl-wrapper {
    background: url("../images/page-ttl_medical_sp.jpg") no-repeat center center/cover;
  }
  .page-medical .page-ttl-wrapper img {
    opacity: 0;
  }
  .page-access .page-ttl-wrapper {
    background: url("../images/page-ttl_access_sp.jpg") no-repeat center center/cover;
  }
  .page-access .page-ttl-wrapper img {
    opacity: 0;
  }
  .page-faq .page-ttl-wrapper {
    background: url("../images/page-ttl_faq_sp.jpg") no-repeat center center/cover;
  }
  .page-faq .page-ttl-wrapper img {
    opacity: 0;
  }
  .page-calendar .page-ttl-wrapper {
    background: url("../images/page-ttl_calendar_sp.jpg") no-repeat center center/cover;
  }
  .page-calendar .page-ttl-wrapper img {
    opacity: 0;
  }
  .page-recruit .page-ttl-wrapper {
    background: url("../images/page-ttl_recruit_sp.jpg") no-repeat center center/cover;
  }
  .page-recruit .page-ttl-wrapper img {
    opacity: 0;
  }
  .archive .page-ttl-wrapper {
    background: url("../images/page-ttl_news_sp.jpg") no-repeat center center/cover;
  }
  .archive .page-ttl-wrapper img {
    opacity: 0;
  }
}
/* 見出し */
.is-style-section_ttl.section-ttl {
  font-family: "Zen Maru Gothic", serif;
  font-size: 40px !important;
  font-weight: bold;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 960px) {
  .is-style-section_ttl.section-ttl {
    font-size: 32px !important;
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-section_ttl.section-ttl {
    font-size: 24px !important;
    margin-bottom: 30px !important;
  }
}
.is-style-section_ttl.section-ttl .mininote {
  font-family: "Montserrat", sans-serif;
  color: #00acc1;
  font-size: 20px !important;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 0 15px !important;
  margin-top: 10px;
  position: relative;
  opacity: 1;
}
@media only screen and (max-width: 960px) {
  .is-style-section_ttl.section-ttl .mininote {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-section_ttl.section-ttl .mininote {
    font-size: 14px !important;
  }
}
.is-style-section_ttl.section-ttl .mininote:before, .is-style-section_ttl.section-ttl .mininote:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffab91;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.is-style-section_ttl.section-ttl .mininote:before {
  left: 0;
}
.is-style-section_ttl.section-ttl .mininote:after {
  right: 0;
}
.is-style-section_ttl.section-ttl.txt-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.is-style-section_ttl.section-ttl-horizontal {
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px !important;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px !important;
  margin-bottom: 16px !important;
  border-bottom: 1px solid #ffab91 !important;
}
@media only screen and (max-width: 768px) {
  .is-style-section_ttl.section-ttl-horizontal {
    font-size: 16px !important;
    padding-bottom: 5px !important;
    margin-bottom: 10px !important;
  }
}
.is-style-section_ttl.section-ttl-horizontal .mininote {
  font-family: "Montserrat", sans-serif;
  color: #00acc1;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 0 5px !important;
  position: relative;
}
.is-style-section_ttl.ttl-border {
  font-family: "Zen Maru Gothic", serif;
  color: #333;
  font-size: 24px !important;
  font-weight: bold;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #ffab91 !important;
  padding-bottom: 14px !important;
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
  .is-style-section_ttl.ttl-border {
    font-size: 18px !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }
}
.is-style-section_ttl.ttl-border .mininote {
  font-family: "Montserrat", sans-serif;
  color: #00acc1;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-left: 10px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .is-style-section_ttl.ttl-border .mininote {
    font-size: 14px !important;
  }
}
.is-style-section_ttl.ttl-border.pink {
  border-color: #ffab91;
}
.is-style-section_ttl.ttl-border.pink .mininote {
  color: #00acc1;
}
.is-style-section_ttl.ttl-border.blue {
  border-color: #00acc1;
}
.is-style-section_ttl.ttl-border.blue .mininote {
  color: #ffab91;
}
.is-style-section_ttl.ttl-in-border {
  font-family: "Zen Maru Gothic", serif;
  color: #333;
  font-size: 32px !important;
  font-weight: bold;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 768px) {
  .is-style-section_ttl.ttl-in-border {
    font-size: 24px !important;
    margin-bottom: 20px !important;
  }
}
.is-style-section_ttl.ttl-in-border .mininote {
  font-family: "Montserrat", sans-serif;
  color: #00acc1;
  font-size: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em;
  margin-top: 10px;
  display: block;
  border-top: 2px solid #ffab91;
}
@media only screen and (max-width: 768px) {
  .is-style-section_ttl.ttl-in-border .mininote {
    font-size: 14px !important;
  }
}
.is-style-section_ttl.ttl-in-border.pink .mininote {
  color: #00acc1;
  border-color: #ffab91;
}
.is-style-section_ttl.ttl-in-border.blue .mininote {
  color: #ffab91;
  border-color: #00acc1;
}
.is-style-section_ttl.ttl-table {
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  background-color: #00acc1;
  border: none;
  border-radius: 15px 15px 0 0;
  font-size: 24px;
  font-weight: bold;
  padding: 12px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .is-style-section_ttl.ttl-table {
    font-size: 18px;
  }
}

.ttl-name .is-style-section_ttl {
  font-size: 32px !important;
  margin-top: 0 !important;
  border: none !important;
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .ttl-name .is-style-section_ttl {
    font-size: 24px !important;
  }
}
.ttl-name .is-style-section_ttl .mininote {
  font-weight: 500 !important;
}
.ttl-name__post {
  margin-bottom: 10px;
}
.ttl-name__post strong {
  color: #fff;
  background-color: #ffab91;
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .ttl-name__post strong {
    font-size: 14px;
    padding: 2px 10px;
  }
}

/* 共通パーツ */
#content {
  padding-top: 0 !important;
}

.page {
  /* 院長について */
  /* doctor-block */
  /* staff-block */
  /* 当院が選ばれる強み */
}
.page .doctor-block {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .page .doctor-block {
    gap: 0 !important;
  }
}
.page .doctor-block__item {
  position: relative;
}
.page .doctor-block figure {
  overflow: hidden;
  aspect-ratio: 442/385;
}
@media only screen and (max-width: 768px) {
  .page .doctor-block figure {
    aspect-ratio: 345/236;
  }
}
.page .doctor-block figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 100px 0 0 !important;
}
@media only screen and (max-width: 768px) {
  .page .doctor-block figure img {
    border-radius: 0 40px 0 0 !important;
  }
}
.page .doctor-block .wp-block-column:last-child {
  padding: 40px;
  padding-right: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page .doctor-block .wp-block-column:last-child {
    padding: 20px 0 0;
  }
}
.page .doctor-block__name {
  background-color: #fff8e1;
  border-radius: 0 40px 0 0;
  font-family: "Zen Maru Gothic", serif;
  font-size: 32px;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .page .doctor-block__name {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .page .doctor-block__name {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 15px;
    bottom: 0;
  }
}
.page .doctor-block__name span {
  font-family: "Noto Sans JP", sans-serif;
  color: #999;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page .doctor-block__name span {
    font-size: 14px;
  }
}
.page .doctor-block__name small {
  font-family: "Montserrat", sans-serif;
  color: #00acc1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .page .doctor-block__name small {
    font-size: 14px;
  }
}
.page .doctor-block__title {
  font-family: "Zen Maru Gothic", serif;
  border-bottom: 1px solid #999;
  color: #00acc1;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  padding-bottom: 16px;
  margin: 0 0 24px;
}
@media only screen and (max-width: 768px) {
  .page .doctor-block__title {
    font-size: 20px;
    padding-bottom: 10px;
    margin: 0 0 12px;
  }
}
.page .doctor-block__text {
  line-height: 2;
  margin-bottom: 60px;
}
.page .doctor-block .btn-base {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .page .doctor-block .btn-base {
    text-align: center;
    margin-top: 30px;
  }
}
.page .doctor-block__box {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 15px;
  padding: 40px;
}
.page .doctor-block__list {
  padding-left: 0;
}
.page .doctor-block__list li {
  list-style: none;
  position: relative;
  padding-left: 13px;
  margin-right: 20px;
}
.page .doctor-block__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #00acc1;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.page .staff-block {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 15px;
  padding: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .page .staff-block {
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}
.page .staff-block figure {
  overflow: hidden;
  margin-bottom: 24px;
}
.page .staff-block figure img {
  border-radius: 0 60px 0 0 !important;
}
@media only screen and (max-width: 768px) {
  .page .staff-block figure img {
    border-radius: 0 30px 0 0 !important;
  }
}
.page .staff-block__text {
  line-height: 2;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .page .staff-block .btn-base {
    text-align: center;
  }
}
.page .strengths-section {
  counter-reset: number 0;
}
.page .strengths-section .strengths-block {
  margin-bottom: 60px;
  gap: 40px !important;
}
@media only screen and (max-width: 768px) {
  .page .strengths-section .strengths-block {
    margin-bottom: 30px;
    gap: 0 !important;
  }
}
.page .strengths-section .strengths-block figure {
  overflow: hidden;
}
.page .strengths-section .strengths-block figure img {
  border-radius: 0 100px 0 0 !important;
}
@media only screen and (max-width: 768px) {
  .page .strengths-section .strengths-block figure img {
    border-radius: 0 40px 0 0 !important;
  }
}
.page .strengths-section .strengths-block .is-style-section_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 32px !important;
  font-weight: 500;
  padding-bottom: 10px !important;
  margin-bottom: 32px !important;
}
@media only screen and (max-width: 768px) {
  .page .strengths-section .strengths-block .is-style-section_ttl {
    font-size: 20px !important;
    margin-bottom: 16px !important;
  }
}
.page .strengths-section .strengths-block .is-style-section_ttl strong {
  position: relative;
  padding-bottom: 10px;
}
.page .strengths-section .strengths-block .is-style-section_ttl strong:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffab91;
}
.page .strengths-section .strengths-block .is-style-section_ttl .mininote {
  font-size: 16px !important;
}
@media only screen and (max-width: 768px) {
  .page .strengths-section .strengths-block .is-style-section_ttl .mininote {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
}
.page .strengths-section .strengths-block .is-style-section_ttl .mininote:after {
  display: none;
}
.page .strengths-section .strengths-block .wp-block-column:last-child {
  position: relative;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .page .strengths-section .strengths-block .wp-block-column:last-child {
    padding: 20px 0 40px;
  }
}
.page .strengths-section .strengths-block .wp-block-column:last-child::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  color: rgba(255, 171, 145, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .page .strengths-section .strengths-block .wp-block-column:last-child::before {
    font-size: 80px;
  }
}
.page .strengths-section .strengths-block.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page .strengths-section .strengths-block.reverse .wp-block-column:last-child {
  padding: 40px 0 60px;
}
@media only screen and (max-width: 768px) {
  .page .strengths-section .strengths-block.reverse .wp-block-column:last-child {
    margin-top: 0 !important;
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page .strengths-section .strengths-block.reverse .wp-block-column:last-child::before {
    right: auto;
    left: 0;
  }
}
.page .strengths-section .strengths-block.reverse figure img {
  border-radius: 100px 0 0 0 !important;
}
@media only screen and (max-width: 768px) {
  .page .strengths-section .strengths-block.reverse figure img {
    border-radius: 50px 0 0 0 !important;
  }
}

/* ----------------

一覧ページ 

----------------*/
.medical-section .medical-info-section {
  padding: 80px 0;
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .medical-section .medical-info-section {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .medical-section .medical-info-section {
    padding: 40px 20px;
    margin-bottom: 50px;
  }
}
.medical-section .medical-info-section:before {
  content: "";
  width: 120%;
  max-width: 1320px;
  height: 100%;
  background-color: #fff8e1;
  border-radius: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .medical-section .medical-info-section:before {
    width: 100vw;
  }
}
@media only screen and (max-width: 960px) {
  .medical-section .medical-info-section:before {
    width: 100%;
    border-radius: 10px;
  }
}

.medical-basic,
.medical-special {
  /* 詳しくはこちらボタン */
}
.medical-basic .btn-base,
.medical-special .btn-base {
  color: #fff;
  background-color: #ffab91;
  border: 1px solid #ffab91;
  border-radius: 100px;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 8px 24px;
}
@media only screen and (max-width: 768px) {
  .medical-basic .btn-base,
  .medical-special .btn-base {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 160px;
    --the-min-width: fit-content;
    padding: 8px 20px;
  }
}
.medical-basic .btn-base::after,
.medical-special .btn-base::after {
  content: "";
  background: url("../images/icon_arrow_white.svg") no-repeat center center/cover;
  width: 11px;
  height: 8px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 1px;
}

/* 基本診療 */
@media only screen and (max-width: 768px) {
  .medical-basic > .swell-block-fullWide__inner {
    width: 90vw;
  }
}
.medical-basic .p-postList {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
@media only screen and (max-width: 768px) {
  .medical-basic .p-postList {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.medical-basic .p-postList__body:hover {
  opacity: 1;
}
.medical-basic .p-postList__item {
  padding: 0 20px !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1200px) {
  .medical-basic .p-postList__item {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .medical-basic .p-postList__item {
    padding: 0 10px !important;
    margin: 20px 0 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .medical-basic .p-postList__item {
    padding: 0 !important;
  }
}
.medical-basic .p-postList__item:hover .p-postList__body {
  opacity: 1;
}
.medical-basic .p-postList__link {
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 40px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .medical-basic .p-postList__link {
    border-radius: 15px;
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .medical-basic .p-postList__link:hover .basic__img {
    margin: 0;
  }
}
.medical-basic .p-postList__link:hover .basic__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  .medical-basic .p-postList__link:hover .basic__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.medical-basic .p-postList__thumb, .medical-basic .p-postList__meta {
  display: none;
}
.medical-basic .p-postList:before {
  display: none;
}
.medical-basic .p-postList__body {
  padding: 0;
}
.medical-basic .p-postList__title {
  color: #ffab91 !important;
  font-family: "Zen Maru Gothic", serif !important;
  font-size: 24px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 0 auto 10px !important;
  border: none !important;
}
@media only screen and (max-width: 768px) {
  .medical-basic .p-postList__title {
    font-size: 18px !important;
    margin-bottom: 16px !important;
  }
}
.medical-basic .p-postList__title:before, .medical-basic .p-postList__title:after {
  display: none;
}
.medical-basic .p-postList__excerpt {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .medical-basic .p-postList__excerpt .post_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .medical-basic .p-postList__excerpt .post_content > p:nth-child(2) {
    width: calc(100% - 120px - 10px);
    text-align: left;
    margin-bottom: 0;
  }
}
.medical-basic .p-postList__excerpt .post_content .basic__img {
  width: 180px;
  height: 180px;
  border-radius: 100px;
  margin: 0 auto 10px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .medical-basic .p-postList__excerpt .post_content .basic__img {
    width: 120px;
    height: 120px;
    margin: 0 10px 0 0;
  }
}
.medical-basic .p-postList__excerpt .post_content .basic__img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medical-basic .p-postList__excerpt .post_content .basic__text {
  font-size: 16px !important;
}
@media only screen and (max-width: 768px) {
  .medical-basic .p-postList__excerpt .post_content .basic__text {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 768px) {
  .medical-basic .p-postList .btn-base {
    margin: 16px auto;
  }
}

/* 専門外来 */
.medical-special {
  /* 詳しくはこちらボタン */
}
.medical-special .p-postList {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
@media only screen and (max-width: 768px) {
  .medical-special .p-postList {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}
.medical-special .p-postList__thumb, .medical-special .p-postList__title, .medical-special .p-postList__meta {
  display: none;
}
.medical-special .p-postList:before {
  display: none;
}
.medical-special .p-postList__body {
  width: 100%;
}
.medical-special .p-postList__body:hover {
  opacity: 1;
}
.medical-special .p-postList__item {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 20px !important;
}
.medical-special .p-postList__link {
  background-color: #fff;
  border: 2px solid #ffe0b1;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  position: relative;
  padding: 25px 20px 25px 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .medical-special .p-postList__link {
    padding: 15px 10px;
  }
}
.medical-special .p-postList__link:hover .special__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  .medical-special .p-postList__link:hover .special__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.medical-special .p-postList__excerpt {
  margin: 0;
}
.medical-special .p-postList__excerpt .post_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .medical-special .p-postList__excerpt .post_content {
    padding-bottom: 50px;
  }
}
.medical-special .p-postList__excerpt .post_content > p {
  margin-bottom: 0 !important;
}
.medical-special .p-postList__excerpt .post_content .special__img {
  background-color: #fff8e1;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 140px;
  min-width: 140px;
  height: 140px;
  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;
  margin-right: 20px;
  z-index: 0;
}
@media only screen and (max-width: 960px) {
  .medical-special .p-postList__excerpt .post_content .special__img {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .medical-special .p-postList__excerpt .post_content .special__img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-right: 10px;
  }
}
.medical-special .p-postList__excerpt .post_content .special__img img {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  overflow: initial;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .medical-special .p-postList__excerpt .post_content .special__img img {
    width: 50px;
    height: 50px;
  }
}
.medical-special .p-postList__excerpt .post_content .special__title {
  color: #00acc1 !important;
  font-family: "Zen Maru Gothic", serif !important;
  font-size: 20px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 0 auto 10px !important;
  border: none !important;
}
@media only screen and (max-width: 768px) {
  .medical-special .p-postList__excerpt .post_content .special__title {
    font-size: 16px !important;
    margin-bottom: 5px !important;
  }
}
.medical-special .p-postList__excerpt .post_content .special__text {
  font-size: 16px !important;
}
@media only screen and (max-width: 768px) {
  .medical-special .p-postList__excerpt .post_content .special__text {
    font-size: 14px !important;
  }
}
.medical-special .p-postList__meta {
  display: none;
}
.medical-special .btn-base {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .medical-special .btn-base {
    min-width: 150px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* ----------------

詳細ページ 

----------------*/
.single-basic #top_title_area .c-postTitle__date,
.single-special #top_title_area .c-postTitle__date {
  display: none;
}
.single-basic #top_title_area .p-articleMetas,
.single-special #top_title_area .p-articleMetas {
  display: none;
}
.single-basic .p-articleFoot,
.single-special .p-articleFoot {
  display: none !important;
}

/* 症状 */
.m-condition-wrap {
  background-color: #fff;
  border: 2px solid #ffab91;
  border-radius: 20px;
  padding: 60px;
}
@media only screen and (max-width: 768px) {
  .m-condition-wrap {
    border-radius: 15px;
    padding: 30px 20px;
  }
}

.m-condition {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .m-condition {
    margin-bottom: 20px;
  }
}
.m-condition__img img {
  width: 180px;
}
@media only screen and (max-width: 768px) {
  .m-condition__img img {
    width: 150px !important;
    margin: 0 auto !important;
  }
}
.m-condition__list, .m-condition__list ul, .m-condition__list ol {
  list-style: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .m-condition__list, .m-condition__list ul, .m-condition__list ol {
    gap: 16px;
  }
}
.m-condition__list li, .m-condition__list ul li, .m-condition__list ol li {
  width: calc(50% - 10px);
  border-radius: 10px;
  font-size: 16px;
  margin: 0 !important;
}
@media only screen and (max-width: 768px) {
  .m-condition__list li, .m-condition__list ul li, .m-condition__list ol li {
    width: 100%;
    font-size: 14px;
  }
}
.m-condition__list li strong, .m-condition__list ul li strong, .m-condition__list ol li strong {
  font-family: "Zen Maru Gothic", serif;
  color: #00acc1;
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding-left: 35px;
  margin-bottom: 10px;
  position: relative;
}
.m-condition__list li strong + br, .m-condition__list ul li strong + br, .m-condition__list ol li strong + br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .m-condition__list li strong, .m-condition__list ul li strong, .m-condition__list ol li strong {
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 7px;
  }
}
.m-condition__list li strong::before, .m-condition__list ul li strong::before, .m-condition__list ol li strong::before {
  content: "";
  background: url("../images/icon_check.svg") no-repeat center center/cover;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .m-condition__list li strong::before, .m-condition__list ul li strong::before, .m-condition__list ol li strong::before {
    width: 20px;
    height: 20px;
  }
}
.m-condition + p {
  padding-top: 25px;
  border-top: 2px solid #ffab91;
}
@media only screen and (max-width: 768px) {
  .m-condition + p {
    padding-top: 12px;
  }
}

.m-emergency__title {
  margin-top: 40px !important;
  margin-bottom: 0 !important;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .m-emergency__title {
    margin-top: 20px !important;
  }
}
.m-emergency__title > span,
.m-emergency__title > strong {
  color: #fff;
  background-color: #ec5324 !important;
  border-radius: 100px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px !important;
  font-weight: bold;
  display: inline-block;
  padding: 15px 60px;
}
@media only screen and (max-width: 768px) {
  .m-emergency__title > span,
  .m-emergency__title > strong {
    font-size: 14px !important;
    padding: 8px 30px;
    width: 80%;
  }
}
.m-emergency__list, .m-emergency__list ul, .m-emergency__list ol {
  background-color: #fff8e1;
  border-radius: 15px;
  list-style: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 65px 40px 40px !important;
  margin-top: -35px !important;
  gap: 20px 40px;
}
@media only screen and (max-width: 768px) {
  .m-emergency__list, .m-emergency__list ul, .m-emergency__list ol {
    border-radius: 10px;
    padding: 55px 20px 20px !important;
    margin: 12px 0;
    gap: 11px 10px;
  }
}
.m-emergency__list li, .m-emergency__list ul li, .m-emergency__list ol li {
  color: #ec5324;
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .m-emergency__list li, .m-emergency__list ul li, .m-emergency__list ol li {
    font-size: 16px;
    padding-left: 23px;
  }
}
.m-emergency__list li::before, .m-emergency__list ul li::before, .m-emergency__list ol li::before {
  content: "";
  background: url("../images/icon_emergency.svg") no-repeat center center/cover;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media only screen and (max-width: 768px) {
  .m-emergency__list li::before, .m-emergency__list ul li::before, .m-emergency__list ol li::before {
    width: 20px;
    height: 20px;
  }
}

/* 主な疾患 */
.m-disease-section {
  border-radius: 80px;
  margin-bottom: 120px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .m-disease-section {
    border-radius: 50px;
    margin-bottom: 80px;
  }
}
.m-disease-section + .m-treatment-section {
  border-radius: 0 0 80px 80px;
  margin-top: -180px !important;
}
@media only screen and (max-width: 768px) {
  .m-disease-section + .m-treatment-section {
    border-radius: 0 0 50px 50px;
    margin-top: -140px !important;
  }
}
.m-disease-section .p-postList__body {
  padding: 0 !important;
}
.m-disease-section .p-postList__item {
  background-color: #fff;
  border: 2px solid #999;
  border-radius: 15px;
  width: 100%;
  padding: 40px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 768px) {
  .m-disease-section .p-postList__item {
    padding: 20px !important;
    margin-bottom: 25px !important;
  }
}
.m-disease-section .p-postList__item:hover .p-postList__body {
  opacity: 1;
}
.m-disease-section .p-postList__title {
  border-bottom: 2px solid #ffab91;
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 14px;
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
  .m-disease-section .p-postList__title {
    font-size: 18px !important;
    padding-bottom: 10px;
    margin-bottom: 12px !important;
  }
}
.m-disease-section .p-postList__excerpt {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .m-disease-section .p-postList__excerpt {
    margin-bottom: 22px;
  }
}
.m-disease-section .p-postList__treatment {
  background-color: #ffab91;
  border-radius: 5px;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .m-disease-section .p-postList__treatment {
    padding: 13px 10px;
  }
}
.m-disease-section .p-postList__treatment span {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .m-disease-section .p-postList__treatment span {
    display: block;
  }
}
.m-disease-section .p-postList__treatment span.caetgory-treatment {
  color: #fff;
  background-color: #ffab91;
  border: 2px solid #fff5aa;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 4px 20px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .m-disease-section .p-postList__treatment span.caetgory-treatment {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .m-disalbe-wrap .swell-block-columns__inner {
    gap: 20px;
  }
}

.m-disalbe-block {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  padding: 40px !important;
}
@media only screen and (max-width: 768px) {
  .m-disalbe-block {
    border-radius: 15px;
    padding: 20px !important;
  }
}
.m-disalbe-block__title {
  border-bottom: 2px solid #ffab91;
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 14px;
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
  .m-disalbe-block__title {
    font-size: 18px !important;
    padding-bottom: 10px;
    margin-bottom: 12px !important;
  }
}
.m-disalbe-block__excerpt {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .m-disalbe-block__excerpt {
    margin-bottom: 22px;
  }
}
.m-disalbe-block__treatment {
  background-color: #ffab91;
  border-radius: 5px;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .m-disalbe-block__treatment {
    padding: 13px 10px;
  }
}
.m-disalbe-block__treatment strong {
  color: #fff;
  background-color: #ffab91;
  border: 2px solid #fff5aa;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 4px 20px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .m-disalbe-block__treatment strong {
    font-size: 14px;
    margin-right: calc(100% - 9em);
    margin-bottom: 5px;
  }
}
.m-disalbe-block .cap_box {
  background-color: #fffef8;
  border: 1px solid #ffab91;
  border-radius: 10px;
  position: relative;
}
.m-disalbe-block .cap_box_ttl {
  border-radius: 8px 0 10px 0;
  font-size: 16px;
  display: inline-block;
  padding: 5px 15px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .m-disalbe-block .cap_box_ttl {
    font-size: 14px;
  }
}
.m-disalbe-block .cap_box_content {
  border: none !important;
  padding: 44px 25px 25px;
}
@media only screen and (max-width: 768px) {
  .m-disalbe-block .cap_box_content {
    padding: 44px 15px 20px;
  }
}

/* 治療方法 */
@media only screen and (max-width: 768px) {
  .m-treatment-wrap .swell-block-columns__inner {
    gap: 20px;
  }
}

.m-treatment-section {
  border-radius: 80px;
  margin-bottom: 120px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .m-treatment-section {
    border-radius: 50px;
    margin-bottom: 80px;
  }
}
.m-treatment-section .p-postList {
  gap: 4%;
}
@media only screen and (max-width: 768px) {
  .m-treatment-section .p-postList {
    gap: 20px;
  }
}
.m-treatment-section .p-postList__body {
  padding: 0 !important;
}
.m-treatment-section .p-postList__item {
  background-color: #fff;
  border: 2px solid #999;
  border-radius: 15px;
  width: 48%;
  padding: 25px !important;
}
@media only screen and (max-width: 768px) {
  .m-treatment-section .p-postList__item {
    width: 100%;
    padding: 20px !important;
    margin-bottom: 0 !important;
  }
}
.m-treatment-section .p-postList__item:hover .p-postList__body {
  opacity: 1;
}
.m-treatment-section .p-postList__title {
  border-bottom: 2px solid #ffab91;
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .m-treatment-section .p-postList__title {
    font-size: 18px !important;
    margin-bottom: 15px;
  }
}
.m-treatment-section .p-postList__excerpt {
  background-color: #fff8e1;
  border-radius: 5px;
  font-size: 16px;
  padding: 20px;
  margin: 0 !important;
}
@media only screen and (max-width: 768px) {
  .m-treatment-section .p-postList__excerpt {
    padding: 10px;
  }
}

.m-treatment-block {
  background-color: #fff;
  border-radius: 15px;
  width: 48%;
  padding: 25px 25px 25px 35px !important;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .m-treatment-block {
    width: 100% !important;
    padding: 20px 20px 20px 25px !important;
    margin-bottom: 0 !important;
  }
}
.m-treatment-block:before {
  content: "";
  background-color: #ffab91;
  width: 10px;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.m-treatment-block .ttl-border {
  padding-bottom: 10px !important;
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
  .m-treatment-block .ttl-border {
    font-size: 18px !important;
    margin-bottom: 15px !important;
  }
}
.m-treatment-block__excerpt {
  font-size: 16px;
  margin: 0 !important;
}
@media only screen and (max-width: 768px) {
  .m-treatment-block__excerpt {
    font-size: 14px;
  }
}

/* 診察・治療の流れ */
.m-flow-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.m-flow {
  counter-reset: number 0 !important;
}
.m-flow__block {
  padding-bottom: 60px;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .m-flow__block {
    padding-bottom: 20px;
  }
}
.m-flow__block:before {
  content: "";
  width: 2px;
  height: calc(100% - 110px);
  background-color: #00acc1;
  position: absolute;
  left: 50px;
  bottom: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .m-flow__block:before {
    height: calc(100% - 70px);
    left: 30px;
  }
}
.m-flow__block:last-child:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .m-flow__step {
    -ms-flex-preferred-size: 60px !important;
        flex-basis: 60px !important;
  }
}
.m-flow__step__icon {
  font-family: "Montserrat", sans-serif;
  color: #ffab91;
  background-color: #fff8e1;
  border: 2px solid #ffab91;
  border-radius: 50%;
  font-size: 16px;
  width: 100px;
  height: 100px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .m-flow__step__icon {
    font-size: 10px;
    width: 60px;
    height: 60px;
  }
}
.m-flow__step__icon:after {
  content: "\a" counter(number, decimal-leading-zero);
  font-family: "Montserrat", sans-serif;
  counter-increment: number 1;
  color: #ffab91;
  font-size: 32px;
  font-weight: 600;
  line-height: 0.3;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: pre;
  display: block;
}
@media only screen and (max-width: 768px) {
  .m-flow__step__icon:after {
    font-size: 24px;
  }
}

/* 関連する診療内容 */
.m-related-section {
  padding: 40px 0 !important;
}
@media only screen and (max-width: 768px) {
  .m-related-section {
    padding: 10px 0 0 !important;
  }
}
.m-related-section > div {
  background-color: #fff;
  border: 2px solid #ffab91;
  border-radius: 15px;
  padding: 25px !important;
}
@media only screen and (max-width: 768px) {
  .m-related-section > div {
    padding: 15px !important;
  }
}
.m-related-section .m-related__list .p-postList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .m-related-section .m-related__list .p-postList {
    gap: 10px;
  }
}
.m-related-section .m-related__list .p-postList__body {
  padding: 0 !important;
}
.m-related-section .m-related__list .p-postList__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
}
.m-related-section .m-related__list .p-postList__item .p-postList__title {
  color: #ffab91;
  background: #fff8e1;
  border: 1px solid #ffab91;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px;
}
@media only screen and (max-width: 768px) {
  .m-related-section .m-related__list .p-postList__item .p-postList__title {
    font-size: 14px;
    padding: 5px 15px;
  }
}

.info-basic-top .p-postList__thumb {
  display: none !important;
}

.home #content {
  padding-top: 0 !important;
}

/* メインビジュアル */
.mv-section .mv-wrap {
  position: relative;
}
.mv-section .mv-copy {
  margin: 0;
  position: absolute;
  left: 100px;
  bottom: 180px;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .mv-section .mv-copy {
    left: 50px;
    bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .mv-section .mv-copy {
    top: auto;
    left: 20px;
    bottom: 40px;
  }
}
.mv-section .mv-copy__title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .mv-section .mv-copy__title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .mv-section .mv-copy__title {
    margin-bottom: 20px;
  }
}
.mv-section .mv-copy__title strong {
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  font-size: clamp(34px, 3vw, 56px);
  font-weight: bold;
  display: inline-block;
}
.mv-section .mv-copy__title strong:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.mv-section .mv-copy .btn-base {
  font-size: 16px;
  margin: 0;
}
.mv-section .mv-copy .btn-base a {
  min-width: 280px;
  padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
  .mv-section .mv-copy .btn-base a {
    min-width: 240px;
  }
}
.mv-section .mv-copy .btn-base.btn-none {
  display: none !important;
}
.mv-section .mv-image {
  width: 100% !important;
  top: auto !important;
  left: auto !important;
  bottom: 0 !important;
  right: 0 !important;
  position: relative;
  border-radius: 0 !important;
  aspect-ratio: 1440/710;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .mv-section .mv-image {
    aspect-ratio: 4/3;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 550px) {
  .mv-section .mv-image {
    aspect-ratio: 390/600;
    background: url("../images/mv_sp.jpg") no-repeat center center/cover;
  }
  .mv-section .mv-image img {
    opacity: 0;
  }
}
.mv-section .mv-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-section .mv-badge {
  width: 213px;
  position: absolute;
  z-index: 2;
  right: 5%;
  bottom: 380px;
}
@media only screen and (max-width: 1200px) {
  .mv-section .mv-badge {
    width: 160px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .mv-section .mv-badge {
    width: 130px;
  }
}
@media only screen and (max-width: 550px) {
  .mv-section .mv-badge {
    right: 3%;
    bottom: 200px;
  }
}
.mv-section .mv-badge.btn-none {
  display: none !important;
}
.mv-section .mv-block {
  background-color: #fff;
  border-radius: 40px 0 0 40px;
  padding: 30px;
  position: absolute;
  bottom: 40px;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .mv-section .mv-block {
    position: inherit;
    bottom: auto;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 10px -5px rgba(51, 51, 51, 0.05);
            box-shadow: 5px 5px 10px -5px rgba(51, 51, 51, 0.05);
    padding: 20px 15px;
    margin: 20px;
  }
}
.mv-section .mv-block > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 1200px) {
  .mv-section .mv-block > .wp-block-group__inner-container {
    display: block;
  }
}
.mv-section .mv-block__title {
  font-family: "Zen Maru Gothic", serif;
  border-right: 1px solid #999;
  color: #00acc1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5em;
  padding-right: 30px;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .mv-section .mv-block__title {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    border-right: none;
    letter-spacing: 0.1em;
    padding: 0 0 15px;
    border-bottom: 1px solid #999;
  }
}
.mv-section .mv-block__contents .schedule-block {
  padding: 0;
}
.mv-section .mv-block .mv-info {
  color: #333;
  text-shadow: none !important;
  padding: 0;
  width: 100%;
  min-width: 520px;
  max-width: 540px !important;
}
@media only screen and (max-width: 960px) {
  .mv-section .mv-block .mv-info {
    padding: 0;
    margin: 0 auto;
    min-width: inherit;
  }
}
.mv-section .mv-block .mv-info__today {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .mv-section .mv-block .mv-info__today {
    margin-top: 12px;
  }
}
.mv-section .mv-block .mv-info__today > div {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .mv-section .mv-block .mv-info__today > div {
    display: block;
  }
}
.mv-section .mv-block .mv-info__today p {
  color: #fff;
  background-color: #00acc1;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .mv-section .mv-block .mv-info__today p {
    font-size: 14px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .mv-section .mv-block .mv-info__today p {
    margin-bottom: 20px;
  }
}
.mv-section .mv-block .mv-info__btn {
  margin-right: 0;
}
.mv-section .mv-block .mv-info__btn a {
  color: #00acc1;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 !important;
}
@media only screen and (max-width: 960px) {
  .mv-section .mv-block .mv-info__btn a {
    padding: 15px 0;
  }
}
.mv-section .mv-block .mv-info__btn a .__icon {
  color: #fff;
  background-color: #00acc1;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  padding: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mv-section .mv-block .mv-info__btn a:hover {
  opacity: 1;
  color: #00acc1 !important;
  background-color: #fff;
}
.mv-section .mv-block .mv-info__btn a:hover .__icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media only screen and (max-width: 768px) {
  .mv-section .mv-block .mv-info__btn a:hover .__icon {
    -webkit-transform: none;
            transform: none;
  }
}
.mv-section .mv-block .mv-info .schedule-block {
  border-radius: 0;
}
.mv-section .mv-block .mv-info .schedule-block__table table thead th {
  padding-top: 0;
}
@media only screen and (max-width: 1200px) {
  .mv-section .mv-block .mv-info .schedule-block__table table thead th {
    padding-top: 8px;
  }
}
.mv-section .mv-block .mv-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 960px) {
  .mv-section .mv-block .mv-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.mv-section .mv-block .mv-btn .mv-btn-blue,
.mv-section .mv-block .mv-btn .mv-btn-orange {
  width: 140px;
  height: 140px;
}
@media only screen and (max-width: 960px) {
  .mv-section .mv-block .mv-btn .mv-btn-blue,
  .mv-section .mv-block .mv-btn .mv-btn-orange {
    width: 100px;
    height: 100px;
  }
}
.mv-section .mv-block .mv-btn .mv-btn-blue a,
.mv-section .mv-block .mv-btn .mv-btn-orange a {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .mv-section .mv-block .mv-btn .mv-btn-blue a,
  .mv-section .mv-block .mv-btn .mv-btn-orange a {
    font-size: 14px;
  }
}
.mv-section .mv-block .mv-btn .mv-btn-blue a .__icon,
.mv-section .mv-block .mv-btn .mv-btn-orange a .__icon {
  color: #fff;
  background-color: #999;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  padding: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
@media only screen and (max-width: 960px) {
  .mv-section .mv-block .mv-btn .mv-btn-blue a .__icon,
  .mv-section .mv-block .mv-btn .mv-btn-orange a .__icon {
    width: 25px;
    height: 25px;
    bottom: 0;
  }
}
.mv-section .mv-block .mv-btn .mv-btn-blue a:hover,
.mv-section .mv-block .mv-btn .mv-btn-orange a:hover {
  opacity: 1;
}
.mv-section .mv-block .mv-btn .mv-btn-blue a:hover .__icon,
.mv-section .mv-block .mv-btn .mv-btn-orange a:hover .__icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media only screen and (max-width: 768px) {
  .mv-section .mv-block .mv-btn .mv-btn-blue a:hover .__icon,
  .mv-section .mv-block .mv-btn .mv-btn-orange a:hover .__icon {
    -webkit-transform: none;
            transform: none;
  }
}
.mv-section .mv-block .mv-btn .mv-btn-blue.btn-none,
.mv-section .mv-block .mv-btn .mv-btn-orange.btn-none {
  display: none !important;
}
.mv-section .mv-block .mv-btn .mv-btn-blue a {
  background-color: #00acc1;
}
.mv-section .mv-block .mv-btn .mv-btn-orange a {
  background-color: #ffab91;
}

/* お知らせ */
@media only screen and (max-width: 1200px) {
  .info-section-top .section-ttl {
    margin-bottom: 30px !important;
  }
}
.info-section-top .info-wrap {
  gap: 60px !important;
}
@media only screen and (max-width: 1200px) {
  .info-section-top .info-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    gap: 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .info-section-top .info-wrap__title {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .info-section-top .info-wrap__slider {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
.info-section-top .news-swiper {
  width: calc(100vw - 240px);
  width: 71vw;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .info-section-top .news-swiper {
    width: 100vw !important;
  }
}
.info-section-top .news-swiper .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.info-section-top .news-swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.info-section-top .news-swiper .swiper-wrapper .swiper-slide .p-postList__link {
  background-color: #fff;
  border: 2px solid #ffe0b2;
  border-radius: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .info-section-top .news-swiper .swiper-wrapper .swiper-slide .p-postList__link {
    border-radius: 10px;
    padding: 20px;
  }
}
.info-section-top .news-swiper .swiper-wrapper .swiper-slide .p-postList__link:hover {
  border-color: #ffab91;
}
.info-section-top .news-swiper .swiper-wrapper .swiper-slide .p-postList__link:hover:before {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}
@media only screen and (max-width: 768px) {
  .info-section-top .news-swiper .swiper-wrapper .swiper-slide .p-postList__link:hover:before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.info-section-top .news-swiper .swiper-wrapper .swiper-slide .p-postList__thumb {
  display: none !important;
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  overflow: hidden;
}
.info-section-top .news-swiper .swiper-wrapper .swiper-slide .p-postList__thumb img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.info-section-top .news-swiper .swiper-wrapper .swiper-slide .p-postList__body {
  padding: 0;
}
.info-section-top .news-swiper .swiper-wrapper .swiper-slide .p-postList__meta {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.info-section-top .news-swiper .swiper-wrapper .swiper-slide .p-postList__meta :before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .info-section-top .news-swiper .swiper-wrapper .swiper-slide .p-postList__meta {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.info-section-top .news-swiper .swiper-wrapper .swiper-slide .p-postList__times {
  color: #ffab91;
  font-family: "Montserrat", sans-serif;
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  border-bottom: 2px solid #00acc1;
  margin-bottom: 10px !important;
}
.info-section-top .news-swiper .swiper-wrapper .swiper-slide .p-postList__title {
  color: #333;
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px !important;
  font-weight: bold !important;
  margin: 0 0 24px !important;
}
@media only screen and (max-width: 960px) {
  .info-section-top .news-swiper .swiper-wrapper .swiper-slide .p-postList__title {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .info-section-top .news-swiper .swiper-wrapper .swiper-slide .p-postList__title {
    font-size: 16px !important;
    margin: 0 0 12px !important;
  }
}
.info-section-top .news-swiper .swiper-wrapper .swiper-slide .p-postList__excerpt {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 768px) {
  .info-section-top .news-swiper .swiper-wrapper .swiper-slide .p-postList__excerpt {
    font-size: 14px;
  }
}
.info-section-top .news-swiper .swiper-button-next,
.info-section-top .news-swiper .swiper-button-prev {
  top: 120%;
}
@media only screen and (max-width: 1200px) {
  .info-section-top .news-swiper .swiper-button-next,
  .info-section-top .news-swiper .swiper-button-prev {
    top: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .info-section-top .news-swiper .swiper-button-next,
  .info-section-top .news-swiper .swiper-button-prev {
    top: 10%;
  }
}
.info-section-top .news-swiper .swiper-button-next:before,
.info-section-top .news-swiper .swiper-button-prev:before {
  content: "";
  background: #fff url(../images/icon_arrow.svg) no-repeat center center/30%;
  border: 1px solid #ffab91;
  border-radius: 50%;
  width: 45px;
  min-width: 45px;
  height: 45px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .info-section-top .news-swiper .swiper-button-next:before,
  .info-section-top .news-swiper .swiper-button-prev:before {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
}
.info-section-top .news-swiper .swiper-button-next:after,
.info-section-top .news-swiper .swiper-button-prev:after {
  display: none;
}
.info-section-top .news-swiper .swiper-button-next:hover:before,
.info-section-top .news-swiper .swiper-button-prev:hover:before {
  background: #ffab91 url(../images/icon_arrow_white.svg) no-repeat center center/30%;
  border-color: #ffab91;
}
.info-section-top .news-swiper .swiper-button-next {
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .info-section-top .news-swiper .swiper-button-next {
    right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .info-section-top .news-swiper .swiper-button-next {
    right: 20px;
  }
}
.info-section-top .news-swiper .swiper-button-prev {
  right: 75px;
  left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 1200px) {
  .info-section-top .news-swiper .swiper-button-prev {
    right: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .info-section-top .news-swiper .swiper-button-prev {
    right: 75px;
  }
}
@media only screen and (max-width: 1200px) {
  .info-section-top .btn-base.pc_only {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  .info-section-top .btn-base.sp_only {
    display: block !important;
  }
}

/* 当院の強み */
.strengths-section-top .strengths-box {
  overflow: hidden;
}
.strengths-section-top .strengths-box__wrap .swell-block-columns__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .strengths-section-top .strengths-box figure {
    position: absolute;
    top: 20px;
    left: 20px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .strengths-section-top .strengths-box figure img {
    max-width: 80px;
  }
}
.strengths-section-top .strengths-box .cap_box_ttl {
  border-radius: 15px 15px 0 0;
  color: #fff;
  background-color: #ffab91;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .strengths-section-top .strengths-box .cap_box_ttl {
    font-size: 16px;
  }
}
.strengths-section-top .strengths-box .cap_box_content {
  background-color: #fff;
  background-image: linear-gradient(90deg, rgba(236, 236, 236, 0.5019607843) 1px, transparent 1px), linear-gradient(rgba(236, 236, 236, 0.5019607843) 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 17px 17px;
  border: 2px solid #ffab91;
  border-radius: 0 0 15px 15px;
  min-height: 228px !important;
  padding: 26px 20px 35px;
}
@media only screen and (max-width: 1200px) {
  .strengths-section-top .strengths-box .cap_box_content {
    padding: 20px;
    min-height: 150px !important;
  }
}
@media only screen and (max-width: 768px) {
  .strengths-section-top .strengths-box .cap_box_content .wp-block-columns {
    gap: 0 !important;
  }
}
.strengths-section-top .strengths-box__title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .strengths-section-top .strengths-box__title {
    font-size: 16px;
    padding-left: 90px;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.strengths-section-top .strengths-box__title.text-small {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .strengths-section-top .strengths-box__title.text-small {
    font-size: 14px;
  }
}

/* 診療内容 */
.medical-section-top {
  border-radius: 80px;
  /* 基本診療 */
  /* 専門外来 */
}
@media only screen and (max-width: 768px) {
  .medical-section-top {
    border-radius: 50px;
  }
}
.medical-section-top .medical-basic .p-postList__excerpt .basic__text {
  margin-bottom: 8px;
}
.medical-section-top .medical-basic .p-postList .btn-base {
  display: none;
}
.medical-section-top .medical-special-wrap-top {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .medical-section-top .medical-special-wrap-top {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.medical-section-top .medical-special-top .p-postList {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
@media only screen and (max-width: 768px) {
  .medical-section-top .medical-special-top .p-postList {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}
.medical-section-top .medical-special-top .p-postList__body:hover {
  opacity: 1;
}
.medical-section-top .medical-special-top .p-postList__item {
  width: 25% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 960px) {
  .medical-section-top .medical-special-top .p-postList__item {
    width: 33.33% !important;
  }
}
@media only screen and (max-width: 768px) {
  .medical-section-top .medical-special-top .p-postList__item {
    width: 50% !important;
  }
}
.medical-section-top .medical-special-top .p-postList__item:nth-child(5) .post-title {
  max-width: 6em;
  display: inline-block;
}
.medical-section-top .medical-special-top .p-postList__link {
  background-color: #fffef8;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 40px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .medical-section-top .medical-special-top .p-postList__link {
    padding: 15px 10px;
  }
}
.medical-section-top .medical-special-top .p-postList__link:hover .special__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  .medical-section-top .medical-special-top .p-postList__link:hover .special__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.medical-section-top .medical-special-top .p-postList__thumb, .medical-section-top .medical-special-top .p-postList__title, .medical-section-top .medical-special-top .p-postList__meta {
  display: none;
}
.medical-section-top .medical-special-top .p-postList:before {
  display: none;
}
.medical-section-top .medical-special-top .p-postList__body {
  padding: 0;
}
.medical-section-top .medical-special-top .p-postList__excerpt {
  margin: 0;
}
.medical-section-top .medical-special-top .p-postList__excerpt .post_content > p {
  margin-bottom: 0 !important;
}
.medical-section-top .medical-special-top .p-postList__excerpt .post_content .special__img {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
  width: 100%;
  z-index: 0;
}
.medical-section-top .medical-special-top .p-postList__excerpt .post_content .special__img img {
  width: 65px;
  height: 65px;
  margin: 0 auto 10px;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: initial;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .medical-section-top .medical-special-top .p-postList__excerpt .post_content .special__img img {
    width: 50px;
    height: 50px;
  }
}
.medical-section-top .medical-special-top .p-postList__excerpt .post_content .special__title {
  color: #00acc1 !important;
  font-family: "Zen Maru Gothic", serif !important;
  font-size: 20px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 0 auto 10px !important;
  border: none !important;
}
@media only screen and (max-width: 768px) {
  .medical-section-top .medical-special-top .p-postList__excerpt .post_content .special__title {
    font-size: 16px !important;
    margin-bottom: 5px !important;
  }
}
.medical-section-top .medical-special-top .p-postList__excerpt .post_content .special__text {
  font-size: 16px !important;
}
@media only screen and (max-width: 768px) {
  .medical-section-top .medical-special-top .p-postList__excerpt .post_content .special__text {
    font-size: 10px !important;
  }
}
.medical-section-top .medical-special-top .p-postList .btn-base {
  display: none;
}

/* 院長紹介 */
.doctor-section-top .doctor-block-top {
  margin-left: calc(50% - 50vw);
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .doctor-section-top .doctor-block-top {
    gap: 0 !important;
    margin-left: 0;
  }
}
.doctor-section-top .doctor-block-top figure {
  overflow: hidden;
  aspect-ratio: 620/540;
}
@media only screen and (max-width: 768px) {
  .doctor-section-top .doctor-block-top figure {
    aspect-ratio: 350/240;
  }
}
.doctor-section-top .doctor-block-top figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 100px 0 0 !important;
}
.doctor-section-top .doctor-block-top .wp-block-column:last-child {
  padding: 40px;
  padding-right: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .doctor-section-top .doctor-block-top .wp-block-column:last-child {
    padding: 20px 0 0;
  }
}
.doctor-section-top .doctor-block-top__name {
  font-family: "Zen Maru Gothic", serif;
  font-size: 32px !important;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 960px) {
  .doctor-section-top .doctor-block-top__name {
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 768px) {
  .doctor-section-top .doctor-block-top__name {
    font-size: 24px !important;
    margin-bottom: 20px;
  }
}
.doctor-section-top .doctor-block-top__name span {
  font-family: "Noto Sans JP", sans-serif;
  color: #999;
  font-size: 16px;
  display: block;
}
.doctor-section-top .doctor-block-top__name small {
  font-family: "Montserrat", sans-serif;
  color: #00acc1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-left: 10px;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .doctor-section-top .doctor-block-top__name small {
    font-size: 14px;
  }
}
.doctor-section-top .doctor-block-top__title {
  font-family: "Zen Maru Gothic", serif;
  border-bottom: 1px solid #999;
  color: #00acc1;
  font-size: 24px !important;
  font-weight: 500;
  text-align: left;
  line-height: 2;
  padding-bottom: 16px;
  margin: 0 0 24px;
}
.doctor-section-top .doctor-block-top__text {
  line-height: 2;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .doctor-section-top .doctor-block-top__text {
    margin-bottom: 30px;
  }
}
.doctor-section-top .doctor-block-top__box {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 15px;
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .doctor-section-top .doctor-block-top__box {
    padding: 20px;
  }
}
.doctor-section-top .doctor-block-top__list {
  padding-left: 0;
  gap: 0;
}
.doctor-section-top .doctor-block-top__list li {
  list-style: none;
  position: relative;
  padding-left: 13px;
  margin-right: 20px;
}
.doctor-section-top .doctor-block-top__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #00acc1;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

/* よくある質問 */
.qa-section .p-postList__body,
.qa-section-top .p-postList__body {
  padding: 0;
}
.qa-section .p-postList__body:hover,
.qa-section-top .p-postList__body:hover {
  opacity: 1 !important;
}
.qa-section .p-postList__meta,
.qa-section-top .p-postList__meta {
  display: none;
}
.qa-section .p-postList__item,
.qa-section-top .p-postList__item {
  padding: 0;
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
  .qa-section .p-postList__item,
  .qa-section-top .p-postList__item {
    margin-bottom: 12px !important;
  }
}
.qa-section .p-postList__excerpt,
.qa-section-top .p-postList__excerpt {
  margin: 0;
}

/* お知らせ一覧 */
.category-news,
.category-appeal {
  /* ページネーション */
}
.category-news #content,
.category-appeal #content {
  padding-top: 100px !important;
}
@media only screen and (max-width: 768px) {
  .category-news #content,
  .category-appeal #content {
    padding-top: 50px !important;
  }
}
.category-news .u-thin,
.category-appeal .u-thin {
  opacity: 1;
}
.category-news .p-postList,
.category-appeal .p-postList {
  border: none;
}
.category-news .p-postList__item,
.category-appeal .p-postList__item {
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .category-news .p-postList__item,
  .category-appeal .p-postList__item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.category-news .p-postList__link,
.category-appeal .p-postList__link {
  background-color: #fff;
  border: 2px solid #ffe0b2;
  border-radius: 15px;
  padding: 30px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .category-news .p-postList__link,
  .category-appeal .p-postList__link {
    border-radius: 10px;
    padding: 20px;
  }
}
.category-news .p-postList__link:hover,
.category-appeal .p-postList__link:hover {
  border-color: #ffab91;
}
.category-news .p-postList__link:hover:before,
.category-appeal .p-postList__link:hover:before {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}
@media only screen and (max-width: 768px) {
  .category-news .p-postList__link:hover:before,
  .category-appeal .p-postList__link:hover:before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.category-news .p-postList__thumb,
.category-appeal .p-postList__thumb {
  display: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
}
.category-news .p-postList__body,
.category-appeal .p-postList__body {
  padding: 0;
  opacity: 1 !important;
}
.category-news .p-postList__meta,
.category-appeal .p-postList__meta {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.category-news .p-postList__meta :before,
.category-appeal .p-postList__meta :before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .category-news .p-postList__meta,
  .category-appeal .p-postList__meta {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.category-news .p-postList__times,
.category-appeal .p-postList__times {
  color: #ffab91;
  font-family: "Montserrat", sans-serif;
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  border-bottom: 2px solid #00acc1;
  margin-bottom: 10px;
}
.category-news .p-postList__title,
.category-appeal .p-postList__title {
  color: #333;
  font-family: "Zen Maru Gothic", serif;
  font-size: 16px !important;
  font-weight: bold !important;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .category-news .p-postList__title,
  .category-appeal .p-postList__title {
    font-size: 14px !important;
    margin-bottom: 12px;
  }
}
.category-news .p-postList__excerpt,
.category-appeal .p-postList__excerpt {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media only screen and (max-width: 768px) {
  .category-news .p-postList__excerpt,
  .category-appeal .p-postList__excerpt {
    font-size: 14px;
  }
}
.category-news .c-pagination,
.category-appeal .c-pagination {
  margin: 60px auto 100px;
}
@media only screen and (max-width: 768px) {
  .category-news .c-pagination,
  .category-appeal .c-pagination {
    margin: 30px auto 50px;
  }
}
.category-news .c-pagination .page-numbers,
.category-appeal .c-pagination .page-numbers {
  color: #ffab91;
  background-color: #fff8e1;
  border: 1px solid #ffab91;
  border-radius: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  width: 30px;
  height: 30px;
  min-width: 30px;
  line-height: 30px;
}
.category-news .c-pagination .page-numbers:hover, .category-news .c-pagination .page-numbers.current,
.category-appeal .c-pagination .page-numbers:hover,
.category-appeal .c-pagination .page-numbers.current {
  color: #fff;
  background-color: #ffab91;
}
.category-news .c-pagination .page-numbers.-prev, .category-news .c-pagination .page-numbers.-next,
.category-appeal .c-pagination .page-numbers.-prev,
.category-appeal .c-pagination .page-numbers.-next {
  min-width: 74px;
}

.single-post #main_content {
  padding: 100px 0 0 !important;
  margin: 0 auto;
  /* カテゴリー */
  /* タイトル */
  /* ページ下部 */
}
@media only screen and (max-width: 768px) {
  .single-post #main_content {
    padding: 50px 0 0 !important;
  }
}
.single-post #main_content article {
  background-color: #fff;
  border: 2px solid #ffab91;
  border-radius: 40px;
  padding: 80px;
}
@media only screen and (max-width: 768px) {
  .single-post #main_content article {
    border-radius: 20px;
    padding: 40px 20px 20px;
  }
}
.single-post #main_content .p-articleMetas {
  font-size: 14px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .single-post #main_content .p-articleMetas {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.single-post #main_content .p-articleMetas .u-thin {
  opacity: 1;
}
.single-post #main_content .p-articleMetas .c-postTimes__posted {
  color: #ffab91;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  border-bottom: 2px solid #00acc1;
}
.single-post #main_content .p-articleMetas .c-postTimes__posted:before {
  display: none;
}
.single-post #main_content .p-articleHead {
  font-family: "Zen Maru Gothic", serif !important;
  margin: 16px auto;
  font-size: 24px !important;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .single-post #main_content .p-articleHead {
    font-size: 18px !important;
  }
}
.single-post #main_content .p-articleFoot {
  display: none;
}

.page,
.editor-styles-wrapper,
.single-post {
  /* 余白調整 */
}
.page .wp-block-post-content,
.page .post_content,
.editor-styles-wrapper .wp-block-post-content,
.editor-styles-wrapper .post_content,
.single-post .wp-block-post-content,
.single-post .post_content {
  /* 見出し */
  /* 画像 */
}
.page .wp-block-post-content h2:not(.is-style-section_ttl),
.page .post_content h2:not(.is-style-section_ttl),
.editor-styles-wrapper .wp-block-post-content h2:not(.is-style-section_ttl),
.editor-styles-wrapper .post_content h2:not(.is-style-section_ttl),
.single-post .wp-block-post-content h2:not(.is-style-section_ttl),
.single-post .post_content h2:not(.is-style-section_ttl) {
  color: #00acc1;
  background: transparent;
  position: relative;
  border: none !important;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 25px;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .page .wp-block-post-content h2:not(.is-style-section_ttl),
  .page .post_content h2:not(.is-style-section_ttl),
  .editor-styles-wrapper .wp-block-post-content h2:not(.is-style-section_ttl),
  .editor-styles-wrapper .post_content h2:not(.is-style-section_ttl),
  .single-post .wp-block-post-content h2:not(.is-style-section_ttl),
  .single-post .post_content h2:not(.is-style-section_ttl) {
    font-size: 16px;
    padding: 0 0 0 20px;
    margin-top: 20px;
    margin-bottom: 12px;
  }
}
.page .wp-block-post-content h2:not(.is-style-section_ttl):before,
.page .post_content h2:not(.is-style-section_ttl):before,
.editor-styles-wrapper .wp-block-post-content h2:not(.is-style-section_ttl):before,
.editor-styles-wrapper .post_content h2:not(.is-style-section_ttl):before,
.single-post .wp-block-post-content h2:not(.is-style-section_ttl):before,
.single-post .post_content h2:not(.is-style-section_ttl):before {
  content: "";
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 50%;
  background: #ffab91;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media only screen and (max-width: 768px) {
  .page .wp-block-post-content h2:not(.is-style-section_ttl):before,
  .page .post_content h2:not(.is-style-section_ttl):before,
  .editor-styles-wrapper .wp-block-post-content h2:not(.is-style-section_ttl):before,
  .editor-styles-wrapper .post_content h2:not(.is-style-section_ttl):before,
  .single-post .wp-block-post-content h2:not(.is-style-section_ttl):before,
  .single-post .post_content h2:not(.is-style-section_ttl):before {
    width: 10px;
    height: 10px;
    bottom: -1px;
  }
}
.page .wp-block-post-content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
.page .post_content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
.editor-styles-wrapper .wp-block-post-content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
.editor-styles-wrapper .post_content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
.single-post .wp-block-post-content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
.single-post .post_content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title) {
  color: #00acc1 !important;
  background-color: #fff8e1;
  border-radius: 0 5px 5px 0;
  font-size: 18px !important;
  padding: 15px 20px;
  margin-top: 32px !important;
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
  .page .wp-block-post-content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
  .page .post_content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
  .editor-styles-wrapper .wp-block-post-content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
  .editor-styles-wrapper .post_content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
  .single-post .wp-block-post-content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
  .single-post .post_content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title) {
    font-size: 15px !important;
    margin-top: 20px !important;
    margin-bottom: 12px !important;
  }
}
.page .wp-block-post-content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title):before,
.page .post_content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title):before,
.editor-styles-wrapper .wp-block-post-content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title):before,
.editor-styles-wrapper .post_content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title):before,
.single-post .wp-block-post-content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title):before,
.single-post .post_content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title):before {
  content: "";
  background-color: #ffab91;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px 0 0 5px;
}
.page .wp-block-post-content h4:not(.is-style-section_ttl),
.page .wp-block-post-content h5:not(.is-style-section_ttl),
.page .post_content h4:not(.is-style-section_ttl),
.page .post_content h5:not(.is-style-section_ttl),
.editor-styles-wrapper .wp-block-post-content h4:not(.is-style-section_ttl),
.editor-styles-wrapper .wp-block-post-content h5:not(.is-style-section_ttl),
.editor-styles-wrapper .post_content h4:not(.is-style-section_ttl),
.editor-styles-wrapper .post_content h5:not(.is-style-section_ttl),
.single-post .wp-block-post-content h4:not(.is-style-section_ttl),
.single-post .wp-block-post-content h5:not(.is-style-section_ttl),
.single-post .post_content h4:not(.is-style-section_ttl),
.single-post .post_content h5:not(.is-style-section_ttl) {
  margin-top: 32px !important;
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
  .page .wp-block-post-content h4:not(.is-style-section_ttl),
  .page .wp-block-post-content h5:not(.is-style-section_ttl),
  .page .post_content h4:not(.is-style-section_ttl),
  .page .post_content h5:not(.is-style-section_ttl),
  .editor-styles-wrapper .wp-block-post-content h4:not(.is-style-section_ttl),
  .editor-styles-wrapper .wp-block-post-content h5:not(.is-style-section_ttl),
  .editor-styles-wrapper .post_content h4:not(.is-style-section_ttl),
  .editor-styles-wrapper .post_content h5:not(.is-style-section_ttl),
  .single-post .wp-block-post-content h4:not(.is-style-section_ttl),
  .single-post .wp-block-post-content h5:not(.is-style-section_ttl),
  .single-post .post_content h4:not(.is-style-section_ttl),
  .single-post .post_content h5:not(.is-style-section_ttl) {
    margin-top: 20px !important;
    margin-bottom: 12px !important;
  }
}
.page .wp-block-post-content .wp-block-image img,
.page .post_content .wp-block-image img,
.editor-styles-wrapper .wp-block-post-content .wp-block-image img,
.editor-styles-wrapper .post_content .wp-block-image img,
.single-post .wp-block-post-content .wp-block-image img,
.single-post .post_content .wp-block-image img {
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .page .wp-block-post-content .wp-block-image img,
  .page .post_content .wp-block-image img,
  .editor-styles-wrapper .wp-block-post-content .wp-block-image img,
  .editor-styles-wrapper .post_content .wp-block-image img,
  .single-post .wp-block-post-content .wp-block-image img,
  .single-post .post_content .wp-block-image img {
    border-radius: 15px;
  }
}
.page .post_content > h2,
.editor-styles-wrapper .post_content > h2,
.single-post .post_content > h2 {
  margin: 40px 0 24px !important;
}
.page .post_content > h3,
.editor-styles-wrapper .post_content > h3,
.single-post .post_content > h3 {
  margin: 32px 0 24px !important;
}
.page .post_content > h4,
.page .post_content > h5,
.editor-styles-wrapper .post_content > h4,
.editor-styles-wrapper .post_content > h5,
.single-post .post_content > h4,
.single-post .post_content > h5 {
  margin: 32px 0 24px !important;
}
.page .post_btn-base,
.editor-styles-wrapper .post_btn-base,
.single-post .post_btn-base {
  margin: 80px auto;
}
@media only screen and (max-width: 768px) {
  .page .post_btn-base,
  .editor-styles-wrapper .post_btn-base,
  .single-post .post_btn-base {
    margin: 40px auto;
  }
}

/* リード文 */
.info-lead {
  padding: 0 0 40px !important;
  margin-bottom: 4em;
}
.info-lead .highlight-box strong {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .info-lead .highlight-box strong {
    border: 1px solid #999;
    font-size: 12px;
    padding: 6px 20px;
  }
}

/* 初心の方へ・再診の方へ */
.examination-section {
  counter-reset: number 0;
}
.examination-section.first .is-style-section_ttl small {
  color: #ec5324;
}
.examination-section .examination__list {
  color: #222;
  background-color: #fff;
  border: 2px solid #ffab91;
  border-radius: 15px;
  padding: 25px 25px 25px 100px;
  max-width: 850px;
  margin: 40px auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .examination-section .examination__list {
    padding: 20px 20px 20px 50px;
    margin: 20px auto;
  }
}
.examination-section .examination__list::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  color: #ffab91;
  background-color: #fff8e1;
  border-radius: 15px 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 600;
  width: 75px;
  height: 75px;
  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;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .examination-section .examination__list::before {
    border-radius: 13px 0 10px 0;
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
}
.examination-section .examination__list .is-style-section_ttl {
  margin-top: 20px !important;
}
@media only screen and (max-width: 768px) {
  .examination-section .examination__list .is-style-section_ttl {
    margin-top: 0 !important;
  }
}
.examination-section .examination__list figure img {
  border-radius: 0 40px 0 0 !important;
}

.page-clinic {
  /* 院長紹介 */
  /* 医院の様子 */
}
.page-clinic .about-section {
  border-radius: 80px;
}
@media only screen and (max-width: 768px) {
  .page-clinic .about-section {
    border-radius: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page-clinic .info-section .clinic-info-block .swell-block-columns__inner {
    row-gap: 20px;
  }
}
.page-clinic .info-section .clinic-info-block__item figure {
  margin-bottom: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page-clinic .info-section .clinic-info-block__item figure {
    margin-bottom: 10px;
  }
}
.page-clinic .info-section .clinic-info-block__item figure img {
  border-radius: 15px !important;
}
@media only screen and (max-width: 768px) {
  .page-clinic .info-section .clinic-info-block__item figure img {
    border-radius: 10px !important;
  }
}
.page-clinic .info-section .clinic-info-block__item p strong {
  font-family: "Zen Maru Gothic", serif;
  color: #00acc1;
  border-bottom: 2px solid #ffab91 !important;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 10px !important;
}
@media only screen and (max-width: 768px) {
  .page-clinic .info-section .clinic-info-block__item p strong {
    font-size: 20px;
    padding-bottom: 5px !important;
  }
}

.page-doctor {
  /* パーツ共通スタイル */
  /* profile-wrap */
  /* profile-block */
  /* 理事長・院長挨拶 */
  /* 理事長・院長挨拶 */
  /* 当クリニックの理念 */
  /* 名誉院長挨拶 */
}
.page-doctor .profile-wrap {
  background-color: #fff8e1;
  border-radius: 15px;
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .page-doctor .profile-wrap {
    border-radius: 10px;
    padding: 20px;
  }
}
.page-doctor .profile-block__title {
  color: #ffab91;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page-doctor .profile-block__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.page-doctor .profile-block__list li {
  font-size: 16px;
  margin: 15px 0;
}
.page-doctor .profile-block__list li::marker {
  color: #00acc1;
}
@media only screen and (max-width: 768px) {
  .page-doctor .profile-block__list li {
    font-size: 14px;
    margin: 10px 0;
  }
}
.page-doctor .profile-block__note {
  font-size: 12px;
  font-weight: 400;
  margin: 0 5px;
}
.page-doctor .profile-block.color-green {
  border-color: #ffab91;
}
.page-doctor .profile-block.color-green .profile-block__title {
  color: #ffab91;
}
.page-doctor .profile-block.color-green .profile-block__list li::marker {
  color: #ffab91;
}
.page-doctor .profile-block.color-red {
  border-color: #ec5324;
}
.page-doctor .profile-block.color-red .profile-block__title {
  color: #ec5324;
}
.page-doctor .profile-block.color-red .profile-block__list li::marker {
  color: #ec5324;
}
.page-doctor .profile-block.color-blue {
  border-color: #00acc1;
}
.page-doctor .profile-block.color-blue .profile-block__title {
  color: #00acc1;
}
.page-doctor .profile-block.color-blue .profile-block__list li::marker {
  color: #00acc1;
}
.page-doctor .message-section {
  padding-bottom: 60px !important;
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section {
    padding-bottom: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .media__wrap {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .media__wrap .p-postList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: 0;
    overflow-x: auto;
  }
}
.page-doctor .message-section .media__wrap .p-postList__link {
  background-color: #fff;
  border: 2px solid #ffe0b2;
  border-radius: 15px;
}
.page-doctor .message-section .media__wrap .p-postList__body {
  padding-top: 0 !important;
}
.page-doctor .message-section .media__wrap .p-postList__excerpt {
  margin-top: 0 !important;
}
.page-doctor .message-section .media__wrap .p-postList__item {
  display: block;
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .media__wrap .p-postList__item {
    font-size: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 60%;
    padding: 0 20px 0 0;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .media__wrap .p-postList__item:first-child {
    margin-left: 20px;
  }
}
.page-doctor .message-section .media__wrap .p-postList__item:hover .p-postList__body {
  opacity: 1;
}
.page-doctor .message-section .media__wrap .p-postList__title {
  display: none;
}
.page-doctor .message-section .media__image {
  border-radius: 13px 13px 0 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 0;
}
.page-doctor .message-section .media__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-doctor .message-section .media__year {
  color: #ffab91;
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .media__list {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .media__list .swell-block-columns__inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: 0;
    overflow-x: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .media__list .swell-block-columns__inner > .swell-block-column {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 60%;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .media__list .swell-block-columns__inner > .swell-block-column:last-child {
    margin-right: 20px;
  }
}
.page-doctor .message-section .media__text {
  padding: 15px 25px 25px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .media__text {
    padding: 10px 15px 15px;
  }
}
.page-doctor .message-section .media__year {
  color: #ffab91;
  font-family: "Montserrat", sans-serif;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  border-bottom: 2px solid #00acc1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .media__year {
    font-size: 12px !important;
  }
}
.page-doctor .message-section .media__title {
  color: #333;
  font-family: "Zen Maru Gothic", serif;
  font-size: 16px !important;
  font-weight: bold !important;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .media__title {
    font-size: 14px !important;
  }
}
.page-doctor .doctor-block__name {
  background-color: #fffef8;
}
.page-doctor .doctor-block .btn-base {
  display: none;
}
.page-doctor .philosophy-section {
  position: relative;
  border-radius: 80px;
  /* CSSアニメーション */
}
@media only screen and (max-width: 768px) {
  .page-doctor .philosophy-section {
    border-radius: 50px;
  }
}
.page-doctor .philosophy-section .swell-block-columns__inner {
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .page-doctor .philosophy-section .swell-block-columns__inner {
    gap: 20px;
  }
}
.page-doctor .philosophy-section .philosophy {
  counter-reset: number 0 !important;
  /* スライダー */
}
.page-doctor .philosophy-section .philosophy__intro {
  color: #222;
  line-height: 2;
  margin-bottom: 60px;
}
.page-doctor .philosophy-section .philosophy__list {
  color: #222;
  background-color: #fff;
  border: 2px solid #ffab91;
  border-radius: 15px;
  padding: 25px 25px 25px 100px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-doctor .philosophy-section .philosophy__list {
    padding: 20px 20px 20px 50px;
  }
}
.page-doctor .philosophy-section .philosophy__list::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  color: #ffab91;
  background-color: #fff8e1;
  border-radius: 15px 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 600;
  width: 75px;
  height: 75px;
  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;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .page-doctor .philosophy-section .philosophy__list::before {
    border-radius: 13px 0 10px 0;
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
}
.page-doctor .philosophy-section .philosophy__slider {
  margin: 100px calc(50% - 50vw);
  width: 100vw;
}
@media only screen and (max-width: 768px) {
  .page-doctor .philosophy-section .philosophy__slider {
    margin: 50px calc(50% - 50vw);
  }
}
.page-doctor .philosophy-section .philosophy__slider .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-doctor .philosophy-section .philosophy__slider .slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0 !important;
  -webkit-animation: scroll-left 20s linear infinite;
          animation: scroll-left 20s linear infinite;
  width: auto;
}
.page-doctor .philosophy-section .philosophy__slider .slider-item .wp-block-image {
  width: 25% !important;
  margin-right: 40px !important;
  min-width: 320px;
}
@media only screen and (max-width: 768px) {
  .page-doctor .philosophy-section .philosophy__slider .slider-item .wp-block-image {
    min-width: 200px;
    max-width: 200px;
    margin-right: 20px !important;
  }
}
.page-doctor .philosophy-section .philosophy__slider .slider-item .wp-block-image img {
  display: block;
  width: 100%;
  border-radius: 15px;
}
.page-doctor .philosophy-section .philosophy__slider .slider-item .wp-block-image:nth-child(odd) {
  padding-top: 40px;
}
@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.page-calendar {
  /* ページタイトル */
  /* 線の色 */
  /* カレンダー */
}
.page-calendar #top_title_area .l-topTitleArea__body .c-postTitle__ttl,
.page-calendar #top_title_area .l-topTitleArea__body .c-pageTitle {
  letter-spacing: 0;
}
.page-calendar td,
.page-calendar th,
.page-calendar thead {
  border-color: #e1e1e1 !important;
}
.page-calendar .fc-unthemed {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .page-calendar .fc-unthemed {
    margin-bottom: 30px;
  }
}
.page-calendar .fc-unthemed .fc-toolbar {
  background-color: #fff8e1;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  padding: 15px 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-calendar .fc-unthemed .fc-toolbar {
    padding: 8px 10px;
  }
}
.page-calendar .fc-unthemed .fc-toolbar .fc-left {
  float: left;
  display: inline-block;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-left h2 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-calendar .fc-unthemed .fc-toolbar .fc-left h2 {
    font-size: 16px;
  }
}
.page-calendar .fc-unthemed .fc-toolbar .fc-left h2:before {
  display: none;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right {
  float: right;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group {
  margin: 0;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group + .fc-button-group {
  margin-left: 10px;
  float: left !important;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group + .fc-button-group:last-child {
  margin-left: 0;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button {
  color: #ffab91;
  background-color: #fff;
  border: 1px solid #ffab91;
  border-radius: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  font-weight: bold;
  text-shadow: none;
  line-height: 1;
  padding: 6px 16px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button {
    font-size: 12px;
  }
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button:after {
  content: "";
  background: url(../images/icon_btn_arrow.svg) no-repeat center center/cover;
  width: 6px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button:hover {
  color: #fff;
  background-color: #ffab91;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button:hover:after {
  width: 6px;
  background: url(../images/icon_btn_arrow_w.svg) no-repeat center center/cover;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button.fc-prev-button {
  padding-left: 23px;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button.fc-prev-button:before {
  content: "前の月";
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button.fc-prev-button:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 13px;
  right: auto;
  left: 10px;
}
@media only screen and (max-width: 768px) {
  .page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button.fc-prev-button:after {
    top: 8px;
  }
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button.fc-next-button {
  padding-right: 23px;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button.fc-next-button:before {
  content: "次の月";
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button .fc-icon {
  display: none;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-today-button {
  display: none !important;
}
.page-calendar .fc-unthemed .fc-toolbar > * > * {
  float: left !important;
}
.page-calendar .fc-unthemed .fc-view > table > thead {
  background-color: #ffe0b2;
}
.page-calendar .fc-unthemed .fc-view > table > thead .fc-day-header {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-calendar .fc-unthemed .fc-view > table > thead .fc-day-header {
    font-size: 12px;
  }
}
.page-calendar .fc-unthemed .fc-view > table > tbody .fc-event {
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  padding: 2px 8px;
  margin: 5px;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .page-calendar .fc-unthemed .fc-view > table > tbody .fc-event {
    font-size: 8px;
    border-radius: 2px;
    padding: 2px;
    margin: 3px;
  }
}
.page-calendar .fc-unthemed .fc-view > table > tbody .fc-event .fc-time {
  display: none !important;
}
.page-calendar .fc-unthemed .fc-view .fc-day-number {
  color: #333;
  background-color: #e8e8e8 !important;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 1px 5px !important;
}
@media only screen and (max-width: 768px) {
  .page-calendar .fc-unthemed .fc-view .fc-day-number {
    font-size: 10px;
    padding: 1px 3px !important;
  }
}
.page-calendar .fc-unthemed .fc-view .fc-day-number.fc-sat {
  color: #00acc1;
  background-color: #e7fcff !important;
}
.page-calendar .fc-unthemed .fc-view .fc-day-number.fc-sun {
  color: #ffab91;
  background-color: #fff0ea !important;
}
.page-calendar .fc-unthemed .fc-view .fc-today {
  background-color: #fff;
}

.page-recruit {
  /* toc-recruit-list */
  /* features-section */
  /* value-section */
  /* flow-section */
  /* message-section */
  /* job-section */
}
.page-recruit .toc-recruit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-top: 100px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-recruit .toc-recruit-list {
    gap: 10px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruit .toc-recruit-list > li {
    width: calc(50% - 5px) !important;
  }
}
.page-recruit .toc-recruit-list > li a {
  color: #ffab91 !important;
  background-color: #fff8e1 !important;
  border: none !important;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  min-width: 280px;
}
@media only screen and (max-width: 768px) {
  .page-recruit .toc-recruit-list > li a {
    font-size: 12px;
    min-width: 100%;
    padding: 10px 5px;
  }
}
.page-recruit .toc-recruit-list > li a:hover {
  color: #fff !important;
  background-color: #ffab91 !important;
}
.page-recruit .features-section {
  /* 当院の3つの特徴 */
  /* Features01~03 */
}
.page-recruit .features-section .features-circle-block {
  max-width: 850px;
  margin: 40px auto;
  counter-reset: number_f 0;
}
@media only screen and (max-width: 768px) {
  .page-recruit .features-section .features-circle-block {
    margin: 20px auto;
  }
}
.page-recruit .features-section .features-circle-block .swell-block-columns__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page-recruit .features-section .features-circle-block .swell-block-columns__inner {
    margin-left: -20px !important;
  }
}
.page-recruit .features-section .features-circle-block__item {
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  aspect-ratio: 1/1;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .page-recruit .features-section .features-circle-block__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 180px;
    margin-left: 20px !important;
  }
}
.page-recruit .features-section .features-circle-block__item::before {
  content: counter(number_f, decimal-leading-zero);
  counter-increment: number_f 1;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 960px) {
  .page-recruit .features-section .features-circle-block__item::before {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruit .features-section .features-circle-block__item::before {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.page-recruit .features-section .features-circle-block__item p {
  font-family: "Zen Maru Gothic", serif;
  color: #333;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  .page-recruit .features-section .features-circle-block__item p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruit .features-section .features-circle-block__item p {
    font-size: 14px;
  }
}
.page-recruit .features-section .features-circle-block__item:nth-child(1) {
  border-color: #ffab91;
}
.page-recruit .features-section .features-circle-block__item:nth-child(1)::before {
  color: #ffab91;
}
.page-recruit .features-section .features-circle-block__item:nth-child(2) {
  border-color: #00acc1;
}
.page-recruit .features-section .features-circle-block__item:nth-child(2)::before {
  color: #00acc1;
}
.page-recruit .features-section .features-circle-block__item:nth-child(3) {
  border-color: #edb259;
}
.page-recruit .features-section .features-circle-block__item:nth-child(3)::before {
  color: #edb259;
}
.page-recruit .features-section .features-circle-block__item + .features-circle-block__item:after {
  content: "";
  background: url(../images/icon_cross.svg) no-repeat center center/cover;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 50%;
  right: calc(100% + 10.5px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .page-recruit .features-section .features-circle-block__item + .features-circle-block__item:after {
    width: 16px;
    height: 16px;
    right: calc(100% + 20px);
  }
}
@media only screen and (max-width: 480px) {
  .page-recruit .features-section .features-circle-block__item + .features-circle-block__item:after {
    width: 10px;
    height: 10px;
    right: calc(100% + 6px);
  }
}
.page-recruit .features-section .features-text {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .page-recruit .features-section .features-text {
    margin-bottom: 50px;
  }
}
.page-recruit .features-section .features-wrap {
  margin: 100px auto;
}
@media only screen and (max-width: 768px) {
  .page-recruit .features-section .features-wrap {
    margin: 50px auto;
  }
}
.page-recruit .features-section .features-block {
  margin-left: calc(50% - 50vw);
}
@media only screen and (max-width: 768px) {
  .page-recruit .features-section .features-block {
    gap: 0 !important;
  }
}
.page-recruit .features-section .features-block figure {
  overflow: hidden;
  aspect-ratio: 580/400;
}
.page-recruit .features-section .features-block figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 20px 20px 0 !important;
}
.page-recruit .features-section .features-block .is-style-section_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 24px !important;
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
  .page-recruit .features-section .features-block .is-style-section_ttl {
    font-size: 18px !important;
    margin-bottom: 12px !important;
  }
}
.page-recruit .features-section .features-block .is-style-section_ttl strong {
  position: relative;
  padding-bottom: 10px;
}
.page-recruit .features-section .features-block .is-style-section_ttl strong:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffab91;
}
.page-recruit .features-section .features-block .is-style-section_ttl .mininote {
  font-size: 16px !important;
}
@media only screen and (max-width: 768px) {
  .page-recruit .features-section .features-block .is-style-section_ttl .mininote {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
}
.page-recruit .features-section .features-block .is-style-section_ttl .mininote:after {
  display: none;
}
.page-recruit .features-section .features-block .wp-block-column:last-child {
  position: relative;
  padding: 35px 20px;
}
@media only screen and (max-width: 768px) {
  .page-recruit .features-section .features-block .wp-block-column:last-child {
    margin-top: 0 !important;
    padding: 20px 0 20px 20px;
  }
}
.page-recruit .features-section .features-block.reverse {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-recruit .features-section .features-block.reverse figure img {
  border-radius: 20px 0 0 20px !important;
}
@media only screen and (max-width: 768px) {
  .page-recruit .features-section .features-block.reverse .wp-block-column:last-child {
    margin-top: 0 !important;
    padding: 20px 20px 20px 0;
  }
}
.page-recruit .value-section {
  border-radius: 80px;
  /* value-list */
}
@media only screen and (max-width: 768px) {
  .page-recruit .value-section {
    border-radius: 50px;
  }
}
.page-recruit .value-section .value-list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 !important;
  counter-reset: number_v 0;
}
.page-recruit .value-section .value-list > li {
  width: 31%;
  height: 120px;
  list-style: none;
  font-family: "Zen Maru Gothic", serif;
  background-color: #fff;
  border: 2px solid #ffab91;
  border-radius: 15px;
  color: #00acc1;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
@media only screen and (max-width: 960px) {
  .page-recruit .value-section .value-list > li {
    width: 48%;
    border-radius: 10px;
    padding: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruit .value-section .value-list > li {
    height: 86px;
    font-size: 20px;
  }
}
.page-recruit .value-section .value-list > li:nth-child(odd) {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .page-recruit .value-section .value-list > li:nth-child(odd) {
    font-size: 16px;
  }
}
.page-recruit .value-section .value-list > li::before {
  content: counter(number_v, decimal-leading-zero);
  counter-increment: number_v 1;
  color: #f48a7c;
  background-color: #ffe0b1;
  border-radius: 13px 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 600;
  width: 60px;
  height: 60px;
  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;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .page-recruit .value-section .value-list > li::before {
    border-radius: 8px 0 10px 0;
    font-size: 24px;
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruit .value-section .value-list > li::before {
    font-size: 18px;
    width: 35px;
    height: 35px;
  }
}
.page-recruit .flow-section .step-list {
  max-width: 850px;
  margin: 0 auto;
}
.page-recruit .flow-section .step-list__img {
  width: 160px;
  max-width: 160px;
}
@media only screen and (max-width: 768px) {
  .page-recruit .flow-section .step-list__img {
    width: 100px;
    max-width: 100px;
  }
}
.page-recruit .flow-section .step-list__img figure img {
  max-width: 100%;
  height: auto;
}
.page-recruit .flow-section .step-list__item {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .page-recruit .flow-section .step-list__item {
    margin-bottom: 0;
  }
}
.page-recruit .flow-section .step-list__item:before {
  content: "";
  width: 2px;
  height: calc(100% - 80px);
  background-color: #00acc1;
  position: absolute;
  top: 170px;
  left: 80px;
}
@media only screen and (max-width: 768px) {
  .page-recruit .flow-section .step-list__item:before {
    height: calc(100% - 70px);
    top: 110px;
    left: 50px;
  }
}
.page-recruit .flow-section .step-list__item:last-of-type:before {
  display: none;
}
.page-recruit .flow-section .step-list__item .ttl-flow {
  font-family: "Zen Maru Gothic", serif;
  color: #00acc1;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .page-recruit .flow-section .step-list__item .ttl-flow {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.page-recruit .flow-section .step-list__item .ttl-flow .mininote {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #f1d15b;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 100px;
  padding: 5px 21px;
  margin-bottom: 10px;
  display: inline-block;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .page-recruit .flow-section .step-list__item .ttl-flow .mininote {
    font-size: 14px;
    padding: 4px 18px;
  }
}
.page-recruit .flow-section .step-list__item:nth-child(1) .ttl-flow .mininote {
  background-color: #f1d15b;
}
.page-recruit .flow-section .step-list__item:nth-child(2) .ttl-flow .mininote {
  background-color: #ffc677;
}
.page-recruit .flow-section .step-list__item:nth-child(3) .ttl-flow .mininote {
  background-color: #ffab91;
}
.page-recruit .flow-section .step-list__item:nth-child(4) .ttl-flow .mininote {
  background-color: #f48a7c;
}
.page-recruit .flow-section .step-list__text {
  font-size: 16px;
}
.page-recruit .message-section {
  border-radius: 80px;
}
@media only screen and (max-width: 768px) {
  .page-recruit .message-section {
    border-radius: 50px;
  }
}
.page-recruit .job-section .job_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .page-recruit .job-section .job_tab {
    display: block;
    margin-bottom: 0;
  }
}
.page-recruit .job-section .job_tab .c-tabList {
  display: block;
  width: 200px !important;
  min-width: 200px !important;
  margin-right: 60px !important;
}
@media only screen and (max-width: 768px) {
  .page-recruit .job-section .job_tab .c-tabList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 100% !important;
  }
}
.page-recruit .job-section .job_tab .c-tabList__item {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .page-recruit .job-section .job_tab .c-tabList__item {
    margin-bottom: 20px;
  }
}
.page-recruit .job-section .job_tab .c-tabList__item button {
  color: #ffab91;
  background-color: #fff;
  border: 2px solid #ffab91;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  padding: 12px;
  opacity: 1;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-recruit .job-section .job_tab .c-tabList__item button {
    font-size: 16px;
    padding: 8px;
  }
}
.page-recruit .job-section .job_tab .c-tabList__item button:hover, .page-recruit .job-section .job_tab .c-tabList__item button[aria-selected=true] {
  color: #fff;
  background-color: #ffab91;
}
.page-recruit .job-section .job_tab .c-tabBody {
  width: 100%;
  border: none;
  padding: 0;
}
.page-recruit .job-section .job_tab .c-tabBody table {
  border: 1px solid #e5e5e5;
  border-top: none !important;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}
.page-recruit .job-section .job_tab .c-tabBody table tbody {
  background-color: #fff;
  border-top: none;
  border-radius: 0 0 15px 15px;
}
.page-recruit .job-section .job_tab .c-tabBody table tbody tr:last-child th {
  border-radius: 0 0 0 15px;
}
.page-recruit .job-section .job_tab .c-tabBody table tbody tr:last-child td {
  border-radius: 0 0 15px 0;
}
.page-recruit .job-section .job_tab .c-tabBody table tbody tr th,
.page-recruit .job-section .job_tab .c-tabBody table tbody tr td {
  border: none;
  border-top: 1px solid #e5e5e5;
  background: none;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .page-recruit .job-section .job_tab .c-tabBody table tbody tr th,
  .page-recruit .job-section .job_tab .c-tabBody table tbody tr td {
    padding: 10px;
  }
}
.page-recruit .job-section .job_tab .c-tabBody table tbody tr th {
  background-color: #fff8e1;
  width: 200px;
  vertical-align: middle;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-recruit .job-section .job_tab .c-tabBody table tbody tr th {
    width: 100px;
  }
}

/* アクセス */
.access-section .access-map {
  position: relative;
  width: 100%;
  aspect-ratio: 445/460;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .access-section .access-map {
    aspect-ratio: 16/9;
  }
}
@media only screen and (max-width: 768px) {
  .access-section .access-map {
    aspect-ratio: 350/280;
  }
}
.access-section .access-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.access-section .access-image {
  margin: 40px auto;
}
@media only screen and (max-width: 768px) {
  .access-section .access-image {
    margin: 20px auto;
  }
}
.access-section .access-image img {
  border-radius: 15px !important;
}
@media only screen and (max-width: 768px) {
  .access-section .access-image img {
    border-radius: 10px !important;
  }
}

/* 医院情報 */
.access-table {
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .access-table {
    margin-bottom: 20px;
  }
}
.access-table table {
  border: none;
}
.access-table table tr th,
.access-table table tr td {
  background: none;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
}
.access-table table tr th {
  color: #00acc1;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  width: 110px !important;
}
@media only screen and (max-width: 768px) {
  .access-table table tr th {
    width: 90px !important;
  }
}
.access-table table tr th:before {
  content: "";
  background-color: #ffab91;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 20px;
  left: 0;
}

/* 診療時間 */
.schedule-block {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 25px 20px;
}
@media only screen and (max-width: 768px) {
  .schedule-block {
    padding: 10px 15px 20px;
  }
}
.schedule-block__table {
  overflow: hidden;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .schedule-block__table {
    font-size: 14px !important;
    margin-bottom: 10px;
  }
}
.schedule-block__table table thead th {
  color: #333;
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  font-weight: normal;
  vertical-align: middle;
  padding: 8px 10px;
}
@media only screen and (max-width: 768px) {
  .schedule-block__table table thead th {
    padding: 10px 5px;
  }
}
.schedule-block__table table thead th:first-of-type {
  width: 130px !important;
}
@media only screen and (max-width: 768px) {
  .schedule-block__table table thead th:first-of-type {
    width: 90px !important;
  }
}
.schedule-block__table table thead th:nth-last-of-type(2) {
  padding: 8px 1px;
}
.schedule-block__table table thead th:nth-last-of-type(2):after {
  content: "祝";
  vertical-align: bottom;
}
.schedule-block__table table thead th:last-of-type {
  display: none;
}
.schedule-block__table table tbody {
  background-color: #fff;
}
.schedule-block__table table tbody td {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 5px;
}
.schedule-block__table table tbody td .swl-inline-icon:after {
  background-color: #ffab91;
}
.schedule-block__table table tbody td:last-of-type {
  display: none;
}
.schedule-block__text .swl-inline-icon:after {
  background-color: #ffab91;
}

.fv-schedule__wrap {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .fv-schedule__wrap {
    margin-bottom: 0;
  }
}
.fv-schedule__wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 23px;
}
@media only screen and (max-width: 768px) {
  .fv-schedule__wrap > div {
    gap: 0;
  }
}
.fv-schedule__wrap > div p {
  margin-bottom: 0;
}
.fv-schedule__text {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .fv-schedule__text {
    font-size: 14px;
  }
}
.fv-schedule__text .swl-inline-icon:after {
  background-color: #ffab91;
}

/* 〇〇でお越しの方 */
.access-box {
  margin: 40px auto 60px;
}
@media only screen and (max-width: 768px) {
  .access-box {
    margin: 20px auto 30px;
  }
}
@media only screen and (max-width: 768px) {
  .access-box .swell-block-columns__inner {
    gap: 10px;
  }
}
.access-box__item {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 20px 32px !important;
}
@media only screen and (max-width: 768px) {
  .access-box__item {
    width: 100% !important;
    padding: 15px 15px 25px !important;
  }
}

/* アクセス中ページ */
.page-access {
  /* フッターコンテンツ */
}
.page-access .access-info-section {
  /* 診療時間 */
  /* 〇〇でお越しの方 */
}
.page-access .access-info-section .access-map {
  position: relative;
  width: 100%;
  aspect-ratio: 470/430;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  overflow: hidden;
}
.page-access .access-info-section .access-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.page-access .access-info-section .access-logo {
  max-width: 300px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .page-access .access-info-section .access-logo {
    max-width: 200px;
    margin-bottom: 16px;
  }
}
.page-access .access-info-section .schedule-block {
  border: 2px solid #00acc1;
  margin: 40px auto 60px;
}
@media only screen and (max-width: 768px) {
  .page-access .access-info-section .schedule-block {
    margin-bottom: 30px;
  }
}
.page-access .access-info-section .schedule-block__table table thead th:first-of-type {
  width: 160px !important;
}
@media only screen and (max-width: 768px) {
  .page-access .access-info-section .schedule-block__table table thead th:first-of-type {
    width: 90px !important;
  }
}
.page-access .access-info-section .schedule-block__table table thead th:nth-last-of-type(2) {
  padding: 8px 10px;
}
@media only screen and (max-width: 768px) {
  .page-access .access-info-section .schedule-block__table table thead th:nth-last-of-type(2) {
    padding: 10px 1px;
  }
}
.page-access .access-info-section .schedule-block__table table thead th:nth-last-of-type(2):after {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .page-access .access-info-section .schedule-block__table table thead th:nth-last-of-type(2):after {
    content: "祝";
    display: inline-block !important;
  }
}
.page-access .access-info-section .schedule-block__table table thead th:last-of-type {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .page-access .access-info-section .schedule-block__table table thead th:last-of-type {
    display: none !important;
  }
}
.page-access .access-info-section .schedule-block__table table tbody td:first-child {
  color: #00acc1;
}
.page-access .access-info-section .schedule-block__table table tbody td:last-of-type {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .page-access .access-info-section .schedule-block__table table tbody td:last-of-type {
    display: none !important;
  }
}
.page-access .access-info-section .schedule-block__text .swl-inline-icon:after {
  background-color: #ffab91;
}
.page-access .access-info-section .access-box__item {
  background-color: #fff8e1;
}
.page-access .w-beforeFooter {
  background: none !important;
  padding-top: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #e5e5e5;
}

.page-contact {
  /* エラーテキスト */
  /* 送信ボタン */
}
.page-contact .contact7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px;
  /* プレイスホルダー */
}
.page-contact .contact7 dt {
  font-size: 16px;
  font-weight: 500;
  width: 30%;
  padding-right: 30px;
  margin-top: 13px;
  /* 必須・任意 */
}
@media only screen and (max-width: 768px) {
  .page-contact .contact7 dt {
    font-size: 14px;
    width: 100%;
    padding: 0;
    margin-bottom: 13px;
  }
}
.page-contact .contact7 dt .must,
.page-contact .contact7 dt .any {
  color: #fff;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 2px 10px;
  margin-right: 5px;
}
.page-contact .contact7 dt .must {
  background-color: #ec5324;
}
.page-contact .contact7 dt .any {
  background-color: #e5e5e5;
}
.page-contact .contact7 dd {
  width: 70%;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact7 dd {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.page-contact .contact7 dd input,
.page-contact .contact7 dd select,
.page-contact .contact7 dd textarea {
  color: #333;
  background-color: #fffef8;
  border: 1px solid #999;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  padding: 15px;
}
.page-contact .contact7 dd select {
  font-size: 14px;
  padding-right: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.page-contact .contact7 dd .select-wrapper {
  position: relative;
  max-width: 260px;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact7 dd .select-wrapper {
    max-width: 100%;
  }
}
.page-contact .contact7 dd .select-wrapper:after {
  content: "";
  background: url("../images/icon_form_arrow.svg") no-repeat center center/cover;
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 10px;
  height: 6px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-contact .contact7 ::-webkit-input-placeholder {
  color: #e5e5e5;
}
.page-contact .contact7 ::-moz-placeholder {
  color: #e5e5e5;
}
.page-contact .contact7 :-ms-input-placeholder {
  color: #e5e5e5;
}
.page-contact .contact7 ::-ms-input-placeholder {
  color: #e5e5e5;
}
.page-contact .contact7 ::placeholder {
  color: #e5e5e5;
}
.page-contact .wpcf7-not-valid-tip {
  color: #ec5324;
  font-size: 14px;
}
.page-contact .contact7_btn {
  text-align: center;
  width: 100%;
  padding-top: 30px;
  margin: 0 auto !important;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact7_btn {
    padding-top: 20px;
  }
}
.page-contact .contact7_btn input {
  color: #fff;
  background-color: #999;
  border: 2px solid #e5e5e5;
  border-radius: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 20px;
  font-weight: bold;
  width: 300px;
  padding: 15px 60px;
  margin-left: 72px;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact7_btn input {
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 30px;
    margin-left: 34px;
  }
}
.page-contact .contact7_btn:hover {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact7_btn .wpcf7-spinner {
    margin: 0 5px;
  }
}

/* お問い合わせ */
.cta-section {
  background: url("../images/bg_contact.jpg") no-repeat center center/cover;
  padding: 80px 40px;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .cta-section {
    padding: 40px 20px;
  }
}
.cta-section .section-ttl {
  color: #fff;
}
.cta-section .section-ttl .mininote {
  color: #fff;
}
.cta-section .cta-txt {
  color: #fff;
  font-size: 24px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .cta-section .cta-txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.cta-section .cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .cta-section .cta-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .cta-section .cta-btn .swell-block-button a {
    min-width: 240px;
  }
}

/* header */
.l-header,
.l-fixHeader {
  /* スマホメニュー */
}
.l-header__inner,
.l-fixHeader__inner {
  background-color: #fffef8;
  max-width: 100% !important;
  padding: 20px 40px;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@media only screen and (max-width: 1200px) {
  .l-header__inner,
  .l-fixHeader__inner {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__inner,
  .l-fixHeader__inner {
    padding: 10px;
  }
}
.l-header__logo,
.l-fixHeader__logo {
  padding: 0 !important;
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .l-header__logo,
  .l-fixHeader__logo {
    min-width: auto;
  }
}
.l-header__logo .c-headLogo,
.l-fixHeader__logo .c-headLogo {
  min-width: 380px !important;
  height: auto !important;
  margin-right: 0 !important;
  text-align: left !important;
}
@media only screen and (max-width: 768px) {
  .l-header__logo .c-headLogo,
  .l-fixHeader__logo .c-headLogo {
    min-width: inherit !important;
  }
}
.l-header__logo .c-headLogo__img,
.l-fixHeader__logo .c-headLogo__img {
  height: 40px;
}
@media only screen and (max-width: 768px) {
  .l-header__logo .c-headLogo__img,
  .l-fixHeader__logo .c-headLogo__img {
    height: 30px;
  }
}
.l-header__logo .c-headLogo__link,
.l-fixHeader__logo .c-headLogo__link {
  padding: 15px 0 0 !important;
}
@media only screen and (max-width: 768px) {
  .l-header__logo .c-headLogo__link,
  .l-fixHeader__logo .c-headLogo__link {
    padding: 10px 0 0 !important;
  }
}
.l-header__logo .c-catchphrase,
.l-fixHeader__logo .c-catchphrase {
  font-size: 12px !important;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0 !important;
  display: block !important;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .l-header__logo .c-catchphrase,
  .l-fixHeader__logo .c-catchphrase {
    font-size: 10px !important;
  }
}
.l-header__customBtn,
.l-fixHeader__customBtn {
  display: none;
}
.l-header__menuBtn,
.l-fixHeader__menuBtn {
  color: #fff;
  background-color: #ffab91;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-left: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .l-header__menuBtn,
  .l-fixHeader__menuBtn {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__menuBtn,
  .l-fixHeader__menuBtn {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
}
.l-header__menuBtn .c-iconBtn__icon,
.l-fixHeader__menuBtn .c-iconBtn__icon {
  font-size: 20px;
}
.l-header .w-header__title,
.l-fixHeader .w-header__title {
  display: none;
}
.c-gnav {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
}
.c-gnav > .menu-item > a {
  padding: 10px 0;
  margin: 0 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1200px) {
  .c-gnav > .menu-item > a {
    margin: 0 10px;
  }
}
.c-gnav > .menu-item > a .ttl {
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  .c-gnav > .menu-item > a .ttl {
    font-size: 14px;
  }
}
.c-gnav > .menu-item > a:hover {
  color: #ffab91;
}
.c-gnav > .menu-item .sub-menu {
  background-color: #fffef8;
  border: 2px solid #ffab91;
  border-radius: 15px;
  overflow: hidden;
  min-width: 260px;
  padding: 10px 5px !important;
  z-index: 2;
}
.c-gnav > .menu-item .sub-menu li > a {
  color: #333 !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.c-gnav > .menu-item .sub-menu li > a:before {
  color: #ffab91 !important;
}
.c-gnav > .menu-item .sub-menu li > a:hover {
  color: #ffab91 !important;
  background-color: transparent !important;
}
.c-gnav > .menu-item .sub-menu li > a:hover span {
  left: 0;
}

.header-btn .btn-none {
  display: none !important;
}

/* ハンバーガーメニュー */
/* 元々あるハンバーガーアイコンを非表示に */
.c-iconBtn__icon {
  opacity: 0;
}
.c-iconBtn__icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ハンバーガーの3本線をCSSで作成 */
.l-header__menuBtn {
  position: relative;
}
.l-header__menuBtn .c-iconBtn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background-color: #fff;
  border-radius: 100px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.l-header__menuBtn .c-iconBtn::before, .l-header__menuBtn .c-iconBtn::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: inherit;
  border-radius: 100px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.125s;
  transition: -webkit-transform 0.125s;
  transition: transform 0.125s;
  transition: transform 0.125s, -webkit-transform 0.125s;
}
.l-header__menuBtn .c-iconBtn::before {
  top: -7px;
}
.l-header__menuBtn .c-iconBtn::after {
  top: 7px;
}

/* ハンバーガーがクリックされた時の動き */
[data-spmenu=opened] .l-header {
  top: 0 !important;
}
[data-spmenu=opened] .l-header__logo {
  opacity: 0;
}
[data-spmenu=opened] .c-iconBtn {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
[data-spmenu=opened] .c-iconBtn::before, [data-spmenu=opened] .c-iconBtn::after {
  top: auto;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
[data-spmenu=opened] .c-iconBtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
[data-spmenu=opened] .c-iconBtn::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

/* スマホ開閉メニューのデザインを調整 */
.p-spMenu__inner {
  width: 100vw;
  height: 100%;
  --color_menu_bg: rgba(0, 0, 0, 0.8);
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  padding-bottom: 100px;
}
.p-spMenu__inner::before {
  background-color: var(--color_menu_bg);
}

/* オーバーレイ背景 */
.p-spMenu {
  margin-top: 100px;
}
@media only screen and (max-width: 960px) {
  .p-spMenu {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .p-spMenu {
    margin-top: 60px;
  }
}
.p-spMenu .c-widget__title {
  display: none;
}
.p-spMenu__body {
  padding: 0;
  margin: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
}
.p-spMenu__overlay {
  background-color: transparent;
}
.p-spMenu__inner {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  background-color: #fffef8;
  padding-top: 0 !important;
  opacity: 0;
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
.p-spMenu__inner:before {
  background-color: transparent;
}
.p-spMenu .menu-item > a {
  color: #00acc1 !important;
  border-bottom: 1px dashed #ffab91;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0 15px 13px;
}
.p-spMenu .menu-item > a:before {
  content: "";
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background: #ffab91;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.p-spMenu .menu-item > a:hover {
  background-color: transparent !important;
  padding-left: 13px !important;
}
.p-spMenu .menu-item .sub-menu {
  margin-left: 1em;
}
@media only screen and (max-width: 960px) {
  .p-spMenu .menu-item .sub-menu > a:hover {
    background-color: transparent !important;
    padding-left: 2.5em !important;
  }
}

/* ヘッダーボタン */
.header-btn {
  list-style: none !important;
  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;
  gap: 10px;
  padding: 0 !important;
}
@media only screen and (max-width: 1300px) {
  .header-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 180px;
    gap: 5px;
  }
}
@media only screen and (max-width: 960px) {
  .header-btn {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 400px;
    margin: 0 auto;
    gap: 10px;
  }
}
.header-btn li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header-btn li a {
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  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;
  padding: 9px;
  border-radius: 40px;
  min-width: 160px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .header-btn li a {
    min-width: 110px;
  }
}
.header-btn li a:before {
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
.header-btn li:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .header-btn li:hover {
    opacity: 1;
  }
}
.header-btn .btn-web a {
  background-color: #ffab91 !important;
}
.header-btn .btn-web a:before {
  background: url("../images/icon_web.png") no-repeat center center/contain;
}
.header-btn .btn-line a {
  background-color: #4caf50 !important;
}
.header-btn .btn-line a:before {
  background: url("../images/icon_line.png") no-repeat center center/contain;
}

.l-container .w-footer__box:last-child {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-container .w-footer__box:last-child {
    display: block;
  }
}
.l-container .w-footer__box:last-child .header-btn {
  width: calc(100% - 30px);
  position: fixed;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  opacity: 0;
}
.l-container .w-footer__box:last-child .header-btn.is-visible {
  opacity: 1;
}
.l-container .w-footer__box:last-child .header-btn.is-scrollEnd {
  width: 100%;
  position: relative;
  left: auto;
  -webkit-transform: none;
          transform: none;
  bottom: auto;
}
.l-container .w-footer__box:last-child .header-btn li a {
  border: 1px solid #fffef8;
}

/* footer */
.l-footer {
  background-color: #fffef8;
  position: relative;
  z-index: 30;
}
.l-footer__widgetArea {
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  .l-footer__widgetArea {
    padding: 1px 0 20px;
  }
}
.l-footer .w-footer__box {
  padding: 0;
}
.l-footer .widget_media_image > a {
  display: block;
  width: 220px;
}
@media only screen and (max-width: 768px) {
  .l-footer .widget_media_image > a {
    width: 180px;
  }
}
.l-footer .c-widget + .c-widget {
  font-size: 14px;
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .l-footer .c-widget + .c-widget {
    margin-top: 12px;
  }
}
.l-footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .l-footer .menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
}
.l-footer .menu-item a {
  text-decoration: underline;
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.l-footer .menu-item a:before, .l-footer .menu-item a:after {
  display: none;
}
.l-footer .menu-item a:hover {
  opacity: 0.8;
  text-decoration: none;
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  .l-footer .menu-item a:hover {
    opacity: 1;
  }
}
.l-footer .menu-item .sub-menu a:hover {
  padding-left: 0 !important;
}
.l-footer__foot {
  font-size: 12px;
  color: #fff;
  background-color: #00acc1;
}
@media only screen and (max-width: 768px) {
  .l-footer__foot {
    font-size: 10px;
  }
}

.p-fixBtnWrap {
  display: none;
}
/*# sourceMappingURL=common.css.map */