@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, :after, :before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed, iframe, img, object, svg {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled, button:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

fieldset, option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/******************************************************************

StyleSheet: ベーススタイル

******************************************************************/
.background-set, .wp-pagenavi .first::before, .wp-pagenavi .last::before, .post-navigation a:nth-child(1)::before, .post-navigation a:nth-child(2)::before, body.page .mv, body.home .hero, .header__line a span::before, .header__line a span::after, .com-btn-line a span::before, .com-btn-line a span::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  color: #0F2B3A;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

#global-container {
  min-width: 330px;
}

.wrap {
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .wrap {
    width: 90%;
    margin: 0 auto;
  }
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

/********************************
 共通タイトル・ボタン
*********************************/
.main-ttl {
  text-align: center;
  font-weight: 700;
  font-size: clamp(25px, 6.5vw, 40px);
  position: relative;
}
.main-ttl::before {
  line-height: 1;
  letter-spacing: 0.1em;
  color: #E6F4F1;
  font-weight: 600;
  font-size: clamp(90px, 25vw, 170px);
  content: "Q&A";
  font-family: "Poppins", sans-serif;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  position: absolute;
}

.com-btn {
  width: 80%;
  max-width: 300px;
  margin-inline: auto;
}
.com-btn a {
  justify-content: center;
  border: 1px solid #009C83;
  display: flex;
  padding: 8%;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .com-btn a {
    padding: 7%;
  }
}
.com-btn span {
  position: relative;
}
.com-btn span::after {
  content: "";
  background: #009C83;
  width: 10%;
  aspect-ratio: 1;
  position: absolute;
  left: 105%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: clamp(16px, 4.3vw, 18px);
}

.com-btn-line {
  position: relative;
}
@media screen and (min-width: 768px) {
  .com-btn-line {
    max-width: 800px;
    margin-inline: auto;
  }
}
.com-btn-line > span {
  width: 80%;
  text-align: center;
  font-size: clamp(12px, 4.3vw, 24px);
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80%;
  background-color: #06C755;
  padding: 3% 5%;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .com-btn-line > span {
    padding: 2%;
  }
}
.com-btn-line a {
  display: flex;
  background-color: #FFFFFF;
  padding: 6% 5% 5% 5%;
  justify-content: center;
  border-radius: clamp(30px, 8vw, 100px);
  border: 4px solid #06C755;
}
@media screen and (min-width: 768px) {
  .com-btn-line a {
    padding: 4%;
  }
}
.com-btn-line a span {
  font-weight: 700;
  width: 75%;
  text-align: center;
  color: #06C755;
  font-size: clamp(12px, 4.3vw, 23px);
  position: relative;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .com-btn-line a span {
    font-size: 30px;
    max-width: 450px;
  }
}
.com-btn-line a span::before {
  content: "";
  background-image: url(../images/LINE_Brand_icon.png);
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 10%;
  aspect-ratio: 1;
}
.com-btn-line a span::after {
  content: "";
  background-image: url(../images/line-icon.svg);
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 3%;
  aspect-ratio: 1;
}

/********************************
 ディスプレイ用
*********************************/
.d-none {
  display: none;
}

.hidden {
  visibility: hidden;
}

.md-flex {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .md-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 768px) {
  .md-none {
    display: none !important;
  }
}

.md-show {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .md-show {
    display: block !important;
  }
}

@media screen and (min-width: 480px) {
  .sm-none {
    display: none !important;
  }
}

.sm-show {
  display: none !important;
}
@media screen and (min-width: 480px) {
  .sm-show {
    display: block !important;
  }
}

.sm-flex {
  display: none !important;
}
@media screen and (min-width: 480px) {
  .sm-flex {
    display: flex !important;
  }
}

/********************************
 共通クラス
*********************************/
.flex-row {
  display: flex;
  align-items: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

/********************************
 モバイルメニュー
*********************************/
.mobile-menu__btn {
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  border: 1px solid #0F2B3A;
}
.mobile-menu__btn span {
  background-color: #0F2B3A;
  width: 17px;
  height: 2px;
  display: block;
  margin-bottom: 7px;
  transition: transform 0.5s;
}
.mobile-menu__btn span:nth-last-child(1) {
  margin-bottom: 0;
}

.menu-open {
  position: relative;
}
.menu-open .mobile-menu {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}
.menu-open .mobile-menu__btn span {
  background-color: #0F2B3A;
}
.menu-open .mobile-menu__btn span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(5px) rotate(135deg);
}
.menu-open .mobile-menu__btn span:nth-child(2) {
  transition-delay: 140ms;
  transform: translateY(-4px) rotate(-135deg);
}

/********************************
 詳細ページの目次カスタマイズ プラグインTOS
*********************************/
body.single #toc_container {
  padding: 0;
  width: 100%;
  border: 1px solid #009C83;
  margin-bottom: 50px;
  background-color: #FFFFFF;
}
body.single #toc_container > ul {
  padding: 0 0 20px 20px;
  line-height: 2;
}
body.single #toc_container > ul > li > a {
  font-weight: 700;
}
body.single #toc_container p.toc_title {
  padding-left: 3%;
  color: #FFFFFF;
  background-color: #009C83;
  display: flex;
  font-size: 23px;
  margin-bottom: 20px;
}
body.single #toc_container p.toc_title span.toc_toggle {
  line-height: 1;
  margin-left: 20px;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  background-color: #CBCBCB;
}
body.single #toc_container p.toc_title span.toc_toggle a {
  color: #FFFFFF;
  text-decoration: none;
}
body.single #toc_container p.toc_title span.toc_brackets {
  display: none;
}

/********************************
  ヘッダー
********************************/
.header__inner {
  padding: 10px 0;
}
.header__inner > span {
  color: #0F2B3A;
  display: block;
  font-size: clamp(10px, 2vw, 16px);
  line-height: 1.5;
  margin-bottom: 10px;
}
.header__wrap {
  justify-content: space-between;
}
.header__logo {
  width: 45%;
}
.header__logo img {
  display: flex;
  width: 100%;
}
.header__box {
  justify-content: space-between;
  max-width: 270px;
  width: 50%;
}
.header__line {
  width: 70%;
}
.header__line a {
  background-color: #FFFFFF;
  border: 2px solid #06C755;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  padding: 10% 5%;
}
.header__line a span {
  color: #06C755;
  font-size: clamp(11px, 3.3vw, 20px);
  position: relative;
  text-align: center;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .header__line a span {
    font-size: 18px;
  }
}
.header__line a span::before {
  aspect-ratio: 1;
  background-image: url(../images/LINE_Brand_icon.png);
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 15%;
}
.header__line a span::after {
  aspect-ratio: 1;
  background-image: url(../images/line-icon.svg);
  content: "";
  left: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8%;
}

/********************************
 min-width:４８０px
*********************************/
@media screen and (min-width: 480px) {
  .header__inner {
    padding: 20px 0;
  }
  .header__logo {
    max-width: 308px;
    width: 45%;
  }
}
/********************************
 min-width:768px
*********************************/
@media screen and (min-width: 768px) {
  .header__inner {
    margin-inline: auto;
    max-width: 1200px;
  }
}
/********************************
 メインビジュアル
*********************************/
.hero h1 {
  background-color: #FFFFFF;
  border-radius: clamp(30px, 10vw, 100px);
  color: #009C83;
  font-size: clamp(25px, 6.5vw, 35px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
  padding: 5%;
}
.hero h2 {
  background-color: #009C83;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: clamp(24px, 7vw, 30px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 2%;
}
.hero p {
  font-size: clamp(14px, 4vw, 20px);
  line-height: 1.8;
}
.hero__inner {
  row-gap: 20px;
}
.hero .hero-txt {
  color: rgba(255, 255, 255, 0.7);
  font-size: 170px;
  font-weight: 600;
  left: 50%;
  line-height: 0.7;
  max-width: max-content;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 500%;
  z-index: -1;
}

/********************************
 min-width:768px
*********************************/
@media screen and (min-width: 768px) {
  .hero h1 {
    padding: 40px;
  }
  .hero p {
    font-size: 16px;
  }
  .hero__cont {
    margin-inline: auto;
    width: 95%;
  }
  .hero .hero-txt {
    font-size: clamp(40px, 8vw, 170px);
    width: 100%;
  }
}
/********************************
 メインビジュアルのフレーム
*********************************/
.mv {
  overflow: hidden;
  position: relative;
}
.mv__inner {
  max-width: 1200px;
  padding: 0 0 50px;
}

body.single .mv__inner {
  max-width: 1200px;
  padding: 0 0 30px;
}

body.page .mv {
  background-image: url(../images/bg-page-hero.png);
  z-index: 0;
}

.top-mv {
  background: url(../images/bg-top-mv.png) no-repeat center/cover;
  height: 100vh;
  position: relative;
  /* 下の背景 */
  width: 100%;
  z-index: 0;
}

/********************************
 min-width:480px
*********************************/
@media screen and (min-width: 480px) {
  .top-mv {
    height: 1100px;
  }
}
/********************************
 min-width:768px
*********************************/
@media screen and (min-width: 768px) {
  body.page .mv {
    background-image: url(../images/bg-page-hero.png);
  }
  .top-mv {
    background-position: 50% 95%;
    height: auto;
  }
  .top-mv-inner {
    margin-inline: auto;
    max-width: 1920px;
  }
}
/********************************
 トップ メインビジュアル
*********************************/
body.home #container {
  overflow: hidden;
}
body.home .hero {
  background-image: url(../images/mv.png);
  height: 500px;
}
body.home .hero h2 {
  align-items: flex-start;
  background: none;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
body.home .hero h2 > span {
  background-color: #009C83;
  border-radius: 10px;
  max-width: fit-content;
  padding: 15% 0;
  text-orientation: upright;
  /* 縦書き全体を右→左方向にする */
  writing-mode: vertical-rl;
}
body.home .hero h2 > span:nth-child(1) {
  border-top-left-radius: 0;
  font-size: clamp(34px, 8vw, 42px);
  order: 2;
}
body.home .hero h2 > span:nth-child(1) span {
  font-size: clamp(25px, 3vw, 32px);
}
body.home .hero h2 > span:nth-child(2) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  font-size: clamp(30px, 4vw, 38px);
  order: 1;
  position: relative;
  right: -2px;
}
body.home .hero .hero-txt {
  color: rgba(255, 255, 255, 0.7);
  font-size: 170px;
  font-weight: 600;
  left: 50%;
  line-height: 0.7;
  max-width: max-content;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 500%;
  z-index: -1;
}
body.home .hero__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  margin-inline: auto;
  max-width: 600px;
  position: relative;
  width: 95%;
}
body.home .hero__cont > img {
  display: block;
  margin-bottom: 20px;
  margin-inline: auto;
  max-width: 350px;
  position: relative;
  top: 80px;
  width: 100%;
}
body.home .hero__btn {
  position: relative;
  top: 100px;
}

/********************************
 min-width:480px
*********************************/
@media screen and (min-width: 480px) {
  body.home .hero {
    height: 800px;
  }
  body.home .hero__cont > img {
    max-width: 100%;
  }
}
/********************************
 min-width:768px
*********************************/
@media screen and (min-width: 768px) {
  body.home .hero {
    background: none;
    height: auto;
  }
  body.home .hero h2 {
    flex-direction: column;
    order: 1;
    position: static;
  }
  body.home .hero h2 > span {
    /* 縦書きにする指定 */
    padding: 1% 3%;
    /* ← 横書きに戻す */
    text-orientation: mixed;
    writing-mode: horizontal-tb;
    /* ← 通常の横書き文字向き */
  }
  body.home .hero h2 > span:nth-child(1) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 10px;
    font-size: clamp(34px, 4vw, 65px);
    order: 1;
  }
  body.home .hero h2 > span:nth-child(1) span {
    font-size: clamp(25px, 3vw, 50px);
  }
  body.home .hero h2 > span:nth-child(2) {
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    font-size: clamp(30px, 4vw, 65px);
    order: 2;
    right: 0;
    top: -5px;
  }
  body.home .hero .hero-txt {
    font-size: clamp(40px, 8vw, 170px);
    width: 100%;
  }
  body.home .hero__inner {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
    max-width: 1280px;
  }
  body.home .hero__inner > img {
    left: 0;
    position: absolute;
    top: -20px;
    width: 58%;
  }
  body.home .hero__cont {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-bottom: 70px;
    margin-left: auto;
    row-gap: clamp(10px, 2vw, 30px);
    width: 50%;
    z-index: 1;
  }
  body.home .hero__cont > img {
    margin-bottom: 6%;
    order: 2;
    position: static;
    top: auto;
  }
  body.home .hero__btn {
    order: 3;
    position: relative;
    top: auto;
    width: 100%;
  }
  body.home .hero__btn a span {
    font-size: clamp(15px, 2vw, 30px);
  }
}
/********************************
 アーカイブ・詳細 メインビジュアル
*********************************/
body.archive #container,
body.single #container {
  position: relative;
}
body.archive #container > picture img,
body.single #container > picture img {
  height: 10%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  body.archive #container > picture img,
  body.single #container > picture img {
    height: 25%;
  }
}

/********************************
 詳細 メインビジュアル
*********************************/
body.single #container > picture img {
  height: 5%;
}
@media screen and (min-width: 768px) {
  body.single #container > picture img {
    height: 10%;
  }
}

/********************************
 フッター
*********************************/
.footer {
  background-color: #009C83;
}
.footer h2 {
  font-weight: 700;
}
.footer h2 img {
  width: 100%;
}
.footer h3 {
  font-size: clamp(16px, 4.3vw, 20px);
  font-weight: 700;
  margin-bottom: 20px;
}
.footer ul {
  flex-wrap: wrap;
  font-size: clamp(16px, 4.3vw, 20px);
  line-height: 1.7;
}
.footer li {
  width: 50%;
}
.footer p {
  font-size: clamp(12px, 3vw, 16px);
  line-height: 1.7;
}
.footer__inner {
  padding: 10% 0;
}
.footer__cont {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 10% 2%;
}
.footer__cont div:nth-of-type(2) {
  margin-bottom: 30px;
}
.footer__cont div:nth-of-type(3) {
  margin-bottom: 30px;
}
.footer__cont div:nth-of-type(3) li {
  width: 100%;
}
.footer__head {
  margin-inline: auto;
  max-width: 300px;
  width: 70%;
}
.footer__logo {
  margin-bottom: 30px;
  text-align: center;
}
.footer__sns {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.footer__sns a {
  width: 15%;
}
.footer__sns a img {
  width: 100%;
}

.footer-section > span {
  display: block;
  font-size: clamp(11px, 3vw, 18px);
  padding: 20px 0;
  text-align: center;
}

/********************************
 min-width:768px
*********************************/
@media screen and (min-width: 768px) {
  .footer h3 {
    font-size: clamp(12px, 1.5vw, 16px);
  }
  .footer ul {
    font-size: clamp(12px, 1.5vw, 16px);
  }
  .footer p {
    font-size: 14px;
  }
  .footer__inner {
    padding: 50px 0;
  }
  .footer__cont {
    margin-inline: auto;
    max-width: 1080px;
    padding: 5%;
  }
  .footer__cont div:nth-of-type(3) {
    margin-bottom: 0;
    max-width: fit-content;
  }
  .footer__box {
    display: flex;
    justify-content: space-between;
  }
  .footer__head {
    margin: 0;
    margin-bottom: 30px;
    max-width: 265px;
    width: 33%;
  }
  .footer__links {
    width: 33%;
  }
  .footer-section > span {
    font-size: 14px;
  }
}
/* ========================================
 * パンくずリスト
 * ====================================== */
.breadcrumb-list {
  margin-bottom: 30px;
}
.breadcrumb-list__wrap {
  padding-bottom: 10px;
  column-gap: 5px;
  width: 300%;
  max-width: max-content;
}

body.single .breadcrumb-list {
  margin-bottom: 0;
}
body.single .breadcrumb-list__inner {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/********************************
 * min-width: 768px (md)
 *********************************/
@media screen and (min-width: 768px) {
  .breadcrumb-list {
    margin-bottom: 50px;
  }
}
/********************************
 * min-width: 1024px など (lg)
 *********************************/
@media screen and (min-width: 1024px) {
  /* 元のネストと同じ最終セレクタ */
  body.single .breadcrumb-list__inner {
    overflow: visible;
  }
}
/* ========================================
 *  ドクター紹介
 * ====================================== */
.doctor-info {
  background-color: #E6F4F1;
}
.doctor-info__lists {
  line-height: 1.5;
}
.doctor-info__lists .doctor-info__list {
  font-size: clamp(14px, 4vw, 20px);
}
.doctor-info__lists .doctor-info__list:first-child {
  font-size: clamp(18px, 5vw, 24px);
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.doctor-info__lists .doctor-info__list:first-child::before {
  content: "";
  background: #009C83;
  width: 50%;
  max-width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  right: calc(100% - 20px);
  top: 50%;
  transform: translateY(-50%);
}
.doctor-info__inner {
  padding: 7% 0;
  row-gap: 50px;
}
.doctor-info__title {
  font-size: clamp(20px, 6vw, 28px);
  font-weight: 700;
  margin-bottom: 22px;
  border-bottom: 2px solid #0F2B3A;
  padding-bottom: 15px;
}
.doctor-info__head {
  padding-bottom: 15px;
  border-bottom: 2px solid #0F2B3A;
  margin-bottom: 30px;
  line-height: 1.5;
}
.doctor-info__head span:nth-child(1) {
  font-size: clamp(18px, 5vw, 24px);
  font-weight: 700;
}
.doctor-info__head span:nth-child(2) {
  font-size: clamp(20px, 6vw, 28px);
  font-weight: 700;
}
.doctor-info__frame > img {
  margin-bottom: 30px;
}
.doctor-info__box {
  padding: 5% 2%;
  background-color: #FFFFFF;
}
.doctor-info__data {
  row-gap: 30px;
  margin-bottom: 30px;
}
.doctor-info__cont {
  row-gap: 30px;
}
.doctor-info__cont .doctor-info__lists:nth-of-type(1), .doctor-info__cont .doctor-info__lists:nth-of-type(2) {
  display: none;
}

/********************************
 詳細ページ　ページネーション
*********************************/
.post-navigation {
  padding: 80px 0;
  row-gap: 30px;
}
.post-navigation a {
  font-size: clamp(16px, 4.3vw, 20px);
  line-height: 1.5;
  display: block;
  font-weight: 700;
  padding: 30px 0;
  border-top: 1px solid #E6F4F1;
  border-bottom: 1px solid #E6F4F1;
}
.post-navigation a:nth-child(1) {
  position: relative;
  padding-left: 30px;
}
.post-navigation a:nth-child(1)::before {
  content: "";
  background-image: url(../images/page-back.svg);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: calc(100% - 20px);
  width: 10%;
  aspect-ratio: 1;
  max-width: 15px;
}
.post-navigation a:nth-child(2) {
  position: relative;
  padding-right: 30px;
}
.post-navigation a:nth-child(2)::before {
  content: "";
  background-image: url(../images/page-next.svg);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: calc(100% - 30px);
  width: 10%;
  aspect-ratio: 1;
  max-width: 15px;
}

body.home .doctor-info {
  background: none;
}

/********************************
 * min-width: 768px (md)
 *********************************/
@media screen and (min-width: 768px) {
  .doctor-info__lists .doctor-info__list {
    font-size: clamp(12px, 1.5vw, 16px);
  }
  .doctor-info__lists .doctor-info__list:first-child {
    font-size: clamp(18px, 2vw, 24px);
  }
  .doctor-info__inner {
    padding: 50px 0;
    max-width: 1200px;
  }
  .doctor-info__title {
    font-size: clamp(20px, 3vw, 28px);
  }
  .doctor-info__head span:nth-child(1) {
    font-size: clamp(18px, 3vw, 24px);
  }
  .doctor-info__head span:nth-child(2) {
    font-size: clamp(20px, 3vw, 30px);
  }
  .doctor-info__frame {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .doctor-info__frame > img {
    width: 48%;
    margin-bottom: 0;
  }
  .doctor-info__body {
    width: 48%;
  }
  .doctor-info__box {
    padding: 5%;
  }
  .doctor-info__data {
    margin-bottom: 0;
  }
  /* --- body.single --- */
  body.single .doctor-info__inner {
    width: 100%;
    padding: 3%;
  }
  body.single .doctor-info__frame {
    align-items: center;
  }
  body.single .doctor-info__head {
    border: none;
    margin-bottom: 0;
  }
  body.single .doctor-info__head span:nth-child(1) {
    font-size: clamp(18px, 1.5vw, 24px);
  }
  body.single .doctor-info__head span:nth-child(2) {
    font-size: clamp(20px, 3vw, 30px);
  }
  body.single .doctor-info__data {
    display: none;
  }
  body.single .doctor-info__cont .doctor-info__lists:nth-of-type(1),
  body.single .doctor-info__cont .doctor-info__lists:nth-of-type(2) {
    display: block;
  }
  /* --- body.home --- */
  body.home .doctor-info__inner {
    max-width: 1080px;
  }
  body.home .doctor-info__box {
    padding: 0;
  }
}
/* ========================================
 * コンバージョンボタン
 * ====================================== */
.conversion__inner {
  padding: 5% 0;
}
.conversion__cont {
  row-gap: 30px;
  margin-bottom: 100px;
}
.conversion__box {
  row-gap: 30px;
}

.top-conversion {
  position: relative;
  z-index: 0;
}
.top-conversion.--secondary-color {
  margin-top: -20%;
  padding: 25% 0 50px;
  background-color: #E6F4F1;
}

/********************************
 * min-width: 768px (md)
 *********************************/
@media screen and (min-width: 768px) {
  /* conversion */
  .conversion__inner {
    padding: 50px 0 60px;
  }
  .conversion__box {
    flex-direction: row;
    max-width: 650px;
    width: 100%;
    margin-inline: auto;
  }
  /* body.single */
  body.single .conversion {
    width: 90%;
    max-width: 1080px;
    margin-inline: auto;
  }
  body.single .conversion__inner {
    margin: 0;
    width: 70%;
    max-width: 750px;
  }
  body.single .conversion__cont {
    margin: 0;
    margin-bottom: 60px;
  }
  body.single .post-navigation {
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  body.single .post-navigation a {
    width: 48%;
    font-size: 16px;
  }
  body.single .com-btn {
    width: 45%;
  }
  body.single .com-btn-line a span {
    font-size: clamp(20px, 2.5vw, 30px);
  }
  /* top-conversion */
  .top-conversion.--secondary-color {
    padding: 20% 0 10%;
    margin-top: -11%;
  }
}
/********************************
 * min-width: 1024px 等 (lg)
 *********************************/
@media screen and (min-width: 1024px) {
  .top-conversion.--secondary-color {
    padding-top: -12%;
  }
}
/********************************
 * min-width: 1280px
 *********************************/
@media (min-width: 1280px) {
  .top-conversion.--secondary-color {
    padding: 220px 0 100px;
    margin-top: -150px;
  }
}
/* ========================================
 * ページネーション プラグイン
 * ====================================== */
.list-wp-pagination {
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 50px 0;
}

.wp-pagenavi {
  width: 100%;
  display: flex;
  column-gap: 10px;
  font-size: clamp(12px, 3vw, 18px);
  align-items: center;
  justify-content: center;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .last,
.wp-pagenavi .first {
  width: 10%;
  max-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  aspect-ratio: 1;
  background-color: #FFFFFF;
  border: 1px solid #BEBEBE;
  color: #009C83;
}
.wp-pagenavi .extend {
  color: #009C83;
}
.wp-pagenavi .current {
  background-color: #009C83;
  border: none;
  color: #FFFFFF;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  color: #009C83;
}
.wp-pagenavi .first {
  position: relative;
  border: none;
}
.wp-pagenavi .first::before {
  content: "";
  background-image: url(../images/btn-first.png);
  width: 100%;
  max-width: 60px;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.wp-pagenavi .last {
  position: relative;
  border: none;
}
.wp-pagenavi .last::before {
  content: "";
  background-image: url(../images/btn-last.png);
  width: 100%;
  max-width: 60px;
  aspect-ratio: 1;
  position: absolute;
  right: 0;
  top: 0;
}

/* ========================================
 * サイドバー
 * ====================================== */
.aside__head {
  background-color: #0F2B3A;
  font-weight: 700;
  font-size: clamp(20px, 6vw, 28px);
  padding: 3%;
  color: #FFFFFF;
}
.aside__title {
  line-height: 1.5;
  color: #0F2B3A;
  font-weight: 700;
  font-size: clamp(18px, 5vw, 24px);
}
.aside__excerpt {
  font-size: clamp(14px, 4vw, 20px);
  line-height: 1.7;
}
.aside__blog {
  margin-bottom: 60px;
}
.aside__post {
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9;
}
.aside__item {
  font-size: clamp(16px, 4.3vw, 20px);
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9;
}
.aside__tag {
  margin-bottom: 100px;
}

/********************************
 * min-width: 768px (md)
 *********************************/
@media screen and (min-width: 768px) {
  .aside {
    width: 25%;
  }
  .aside__head {
    font-size: clamp(14px, 1.5vw, 20px);
  }
  .aside__title {
    font-size: clamp(14px, 1.5vw, 18px);
  }
  .aside__excerpt {
    font-size: clamp(12px, 1.5vw, 16px);
  }
  .aside__item {
    font-size: clamp(14px, 1.5vw, 18px);
  }
}
/* ========================================
 * 詳細ページ Base
 * ====================================== */
/* ▼本文エリア */
.page-content__main-cont h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: clamp(24px, 7vw, 30px);
  line-height: 1.5;
  color: #FFFFFF;
  background-color: #009C83;
  padding: 2%;
  border-radius: 5px;
}
.page-content__main-cont h3 {
  font-size: clamp(20px, 6vw, 28px);
  font-weight: 700;
  border-bottom: 2px solid #0F2B3A;
  padding-bottom: 10px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.page-content__main-cont h4 {
  font-size: clamp(18px, 5vw, 24px);
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.page-content__main-cont h4::before {
  content: "";
  background: #009C83;
  position: absolute;
  right: calc(100% - 15px);
  top: 50%;
  transform: translateY(-50%);
  width: 10%;
  aspect-ratio: 1;
  max-width: 15px;
  border-radius: 50%;
}
.page-content__main-cont h5 {
  color: #009C83;
  font-weight: 700;
  font-size: clamp(16px, 4.3vw, 20px);
  margin-bottom: 20px;
  line-height: 1.7;
}
.page-content__main-cont h6 {
  font-size: clamp(16px, 4.3vw, 20px);
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 20px;
}
.page-content__main-cont p {
  font-size: clamp(14px, 4vw, 20px);
  line-height: 1.8;
}
.page-content__main-cont figure {
  width: 100%;
}

/********************************
 * min-width: 768px (md)
 *********************************/
@media screen and (min-width: 768px) {
  /* ▼ページレイアウト */
  .page-content__wrap {
    display: flex;
    justify-content: space-between;
  }
  .page-content__main-cont {
    width: 70%;
  }
  /* ▼本文テキスト微調整 */
  .page-content__main-cont p {
    font-size: 16px;
  }
}
/* ========================================
 * 詳細ページ ヘッド
 * ====================================== */
.page-content__header {
  margin-bottom: 30px;
}
.page-content__head > span:nth-child(1) {
  margin-bottom: 15px;
  font-size: 18px;
}
.page-content__head > span:nth-child(2) {
  column-gap: 10px;
  margin-bottom: 20px;
}
.page-content__head > span:nth-child(2) span:nth-child(1) {
  background-color: #009C83;
  color: #FFFFFF;
  padding: 1%;
  font-size: 14px;
}
.page-content__head > span:nth-child(2) span:nth-child(2), .page-content__head > span:nth-child(2) span:nth-child(3) {
  font-size: clamp(8px, 2vw, 12px);
}
.page-content__eyecatch {
  margin-bottom: 15px;
  aspect-ratio: 1/0.5;
}
.page-content__eyecatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-content__post-area {
  padding: 50px 0 100px;
}
.page-content__post-wrap {
  width: 90%;
  margin-inline: auto;
  row-gap: 50px;
}
.page-content__post-head {
  font-weight: 700;
  font-size: clamp(20px, 6vw, 28px);
  border-bottom: 2px solid #333333;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-content__post-ttl {
  font-size: clamp(18px, 5vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.page-content__post-data {
  font-size: clamp(14px, 4vw, 20px);
}
.page-content__post-img img {
  width: 100%;
}

/********************************
 * min-width: 768px (md)
 *********************************/
@media screen and (min-width: 768px) {
  .page-content__head > span:nth-child(1) {
    font-size: 20px;
  }
  .page-content__head > span:nth-child(2) span:nth-child(1) {
    font-size: 16px;
  }
  .page-content__head > span:nth-child(2) span:nth-child(2), .page-content__head > span:nth-child(2) span:nth-child(3) {
    font-size: 16px;
  }
  .page-content__post-wrap {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
  }
  .page-content__post-wrap a {
    width: 32%;
  }
  .page-content__post-ttl {
    font-size: 16px;
  }
  .page-content__post-data {
    font-size: 14px;
  }
}
/* =========================================
   詳細ページ メインコンテンツ
   ========================================= */
.page-content__inner {
  padding-bottom: 70px;
}
.page-content .wp-block-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  line-height: 1.5;
  font-size: clamp(14px, 4vw, 20px);
  padding-left: 20px;
  margin-bottom: 40px;
}
.page-content .wp-block-list li {
  padding-left: 10px;
}
.page-content .wp-block-list li::marker {
  content: "■";
  color: #009C83;
}
.page-content .wp-block-group {
  margin-bottom: 40px;
  /* p の md でのサイズは下部で指定 */
}
.page-content .wp-block-group h2 {
  width: 100%;
  margin-bottom: 30px;
}
.page-content .wp-block-group__inner-container p {
  font-size: 16px;
}
.page-content .wp-block-group ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  line-height: 1.5;
  padding: 5% 8%;
  border: 1px dashed #333333;
  font-size: clamp(14px, 4vw, 20px);
}
.page-content .wp-block-group ul li {
  padding-left: 10px;
}
.page-content .wp-block-group ul li::marker {
  content: "■";
  color: #009C83;
}
.page-content .wp-block-table.type-1 {
  margin-bottom: 40px;
}
.page-content .wp-block-table.type-1 table {
  border-collapse: collapse;
}
.page-content .wp-block-table.type-1 tr {
  font-size: clamp(13px, 4vw, 20px);
  border: 1px solid #D9D9D9;
}
.page-content .wp-block-table.type-1 tr td {
  vertical-align: middle;
  border: none;
}
.page-content .wp-block-table.type-1 tr td:nth-child(1) {
  font-weight: 700;
  color: #FFFFFF;
  background-color: #009C83;
  width: 45%;
  padding: 3% 3%;
  border-bottom: 1px solid #FFFFFF;
}
.page-content .wp-block-table.type-1 tr td:nth-child(2) {
  line-height: 1.7;
  width: 55%;
  padding: 3% 3%;
  border-bottom: 1px solid #D9D9D9;
}
.page-content .wp-block-table.type-2 {
  margin-bottom: 40px;
}
.page-content .wp-block-table.type-2 table {
  border-collapse: collapse;
  width: 150%;
}
.page-content .wp-block-table.type-2 tr {
  font-size: clamp(13px, 4vw, 20px);
  border: 1px solid #D9D9D9;
}
.page-content .wp-block-table.type-2 tr td {
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  vertical-align: middle;
  border: none;
}
.page-content .wp-block-table.type-2 tr td:nth-child(1) {
  line-height: 1.5;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #009C83;
  width: 33%;
  padding: 3% 3%;
  border-bottom: 1px solid #FFFFFF;
}
.page-content .wp-block-table.type-2 tr td:nth-child(2) {
  line-height: 1.7;
  width: 33%;
  padding: 3% 3%;
  border-bottom: 1px solid #D9D9D9;
}
.page-content .wp-block-table.type-2 tr td:nth-child(3) {
  line-height: 1.7;
  width: 33%;
  padding: 3% 3%;
  border-bottom: 1px solid #D9D9D9;
}
.page-content .wp-block-table.type-3 {
  margin-bottom: 40px;
}
.page-content .wp-block-table.type-3 table {
  border-collapse: collapse;
  width: 150%;
}
.page-content .wp-block-table.type-3 thead {
  font-weight: 700;
  background-color: #009C83;
  color: #FFFFFF;
}
.page-content .wp-block-table.type-3 thead th {
  padding: 5% 1%;
  font-size: clamp(13px, 4vw, 20px);
}
.page-content .wp-block-table.type-3 tr {
  font-size: clamp(13px, 4vw, 20px);
  border: 1px solid #D9D9D9;
}
.page-content .wp-block-table.type-3 tr td {
  border: 1px solid #D9D9D9;
  vertical-align: middle;
  padding: 5% 1%;
  width: 33%;
  line-height: 1.7;
}
.page-content .step-block {
  border-bottom: 1px solid #333333;
}
.page-content .step-block .wp-block-group {
  margin-bottom: 0;
}
.page-content .step-block > .wp-block-group {
  position: relative;
}
.page-content .step-block > .wp-block-group .wp-block-group__inner-container > .wp-block-group {
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.page-content .step-block > .wp-block-group .wp-block-group__inner-container > .wp-block-group div {
  font-size: clamp(15px, 4.3vw, 30px);
  font-weight: 700;
  aspect-ratio: 1;
  width: 20%;
  gap: 0;
  background-color: #009C83;
  align-items: center;
  justify-content: center;
}
.page-content .step-block > .wp-block-group .wp-block-group__inner-container > .wp-block-group div p {
  color: #FFFFFF;
  line-height: 1;
  /* md の微調整は下部で */
}
.page-content .step-block > .wp-block-group .wp-block-group__inner-container > .wp-block-group > p {
  width: 80%;
  font-size: clamp(20px, 6vw, 28px);
  font-weight: 700;
  /* ssm の幅調整は下部で */
}
.page-content .step-block.type-1 {
  position: relative;
}
.page-content .step-block.type-1 .wp-block-group__inner-container {
  padding-bottom: 40px;
}
.page-content .step-block.type-1 .wp-block-group {
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}
.page-content .step-block.type-1 .wp-block-group div {
  font-size: clamp(15px, 4.3vw, 30px);
  font-weight: 700;
  aspect-ratio: 1;
  width: 20%;
  gap: 0;
  background-color: #009C83;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-content .step-block.type-1 .wp-block-group div p {
  color: #FFFFFF;
  line-height: 1;
}
.page-content .step-block.type-1 .wp-block-group > p {
  width: 80%;
  font-size: clamp(16px, 5vw, 24px);
  font-weight: 700;
}
.page-content .wp-block-buttons {
  margin-top: 40px;
  width: 80%;
  margin-inline: auto;
  max-width: 300px;
}
.page-content .wp-block-buttons .wp-block-button {
  width: 100%;
}
.page-content .wp-block-button__link {
  background: none;
  color: #333;
  border: 1px solid #009C83;
  padding: 6% 0;
  font-weight: 700;
  position: relative;
}
.page-content .wp-block-button__link::after {
  content: "";
  background: #009C83;
  width: 5%;
  aspect-ratio: 1;
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.column-block .wp-block-group__inner-container > div p:nth-of-type(1) {
  font-size: clamp(18px, 5vw, 24px);
  font-weight: 700;
}
.column-block.type-2 {
  width: 90%;
  margin-inline: auto;
}

/* =========================================
   Responsive (collected at bottom)
   ========================================= */
/* ---------- ssm: min-width 600px ---------- */
@media screen and (min-width: 600px) {
  .page-content .step-block > .wp-block-group .wp-block-group__inner-container {
    /* （元の順序に合わせて）まず汎用 .step-block 側 */
    width: calc(100% - 100px);
    margin-left: 100px;
  }
  .page-content .step-block > .wp-block-group .wp-block-group__inner-container > .wp-block-group div {
    position: absolute;
    max-width: 80px;
    top: 0;
    left: 0;
  }
  .page-content .step-block > .wp-block-group .wp-block-group__inner-container > .wp-block-group > p {
    width: 100%;
    margin-bottom: 30px;
  }
  .page-content .step-block > .wp-block-group .wp-block-group__inner-container > .wp-block-group div p:nth-child(2) {
    font-size: 30px;
  }
  .page-content .wp-block-buttons {
    margin: 0;
    margin-top: 30px;
  }
  .page-content .step-block.type-1 .wp-block-group__inner-container {
    /* 次に .step-block.type-1 側（元コードどおり後出し） */
    width: calc(100% - 100px);
    margin-left: 100px;
  }
  .page-content .step-block.type-1 .wp-block-group div {
    text-align: center;
    position: absolute;
    max-width: 80px;
    top: 0;
    left: 0;
  }
  .page-content .step-block.type-1 .wp-block-group div p:nth-child(2) {
    font-size: 22px;
  }
  .page-content .step-block.type-1 > .wp-block-group .wp-block-group__inner-container > .wp-block-group > p {
    /* 元の指定に margin-bottom はなし（上の汎用に含まれる） */
    width: 100%;
  }
}
/* ---------- md: min-width 768px ---------- */
@media screen and (min-width: 768px) {
  .page-content__inner {
    max-width: 1080px;
    padding-bottom: 0;
  }
  .page-content__box .wp-block-columns div:nth-of-type(1) {
    order: 2;
  }
  .page-content__box .wp-block-columns div:nth-of-type(2) {
    orphans: 1;
  }
  .page-content .wp-block-list {
    font-size: 16px;
  }
  .page-content .wp-block-group p {
    font-size: clamp(12px, 1.3vw, 16px);
  }
  .page-content .wp-block-group ul {
    padding: 5%;
    font-size: 16px;
  }
  .page-content .wp-block-table.type-1 tr {
    /* table type-1 */
    font-size: 16px;
  }
  .page-content .wp-block-table.type-1 tr td:nth-child(1) {
    font-size: 18px;
  }
  .page-content .wp-block-table.type-2 table {
    /* table type-2 */
    width: 100%;
  }
  .page-content .wp-block-table.type-2 tr {
    font-size: 16px;
  }
  .page-content .wp-block-table.type-2 tr td:nth-child(1) {
    font-size: clamp(14px, 2vw, 18px);
  }
  .page-content .wp-block-table.type-3 table {
    /* table type-3 */
    width: 100%;
  }
  .page-content .wp-block-table.type-3 thead th {
    padding: 3% 1%;
    font-size: clamp(13px, 2vw, 20px);
  }
  .page-content .wp-block-table.type-3 tr {
    font-size: clamp(12px, 1.5vw, 16px);
  }
  .page-content .wp-block-table.type-3 tr td {
    padding: 3% 1%;
  }
  .page-content .step-block > .wp-block-group .wp-block-group__inner-container > .wp-block-group div p:nth-child(1) {
    /* ラベル1行目のサイズ（汎用） */
    font-size: 15px;
  }
  .page-content .step-block.type-1 .wp-block-group div p:nth-child(1) {
    /* ラベル1行目のサイズ（type-1 にも） */
    font-size: 24px;
  }
  .column-block .wp-block-group__inner-container {
    /* column-block 横並び */
    display: flex;
    justify-content: space-between;
  }
  .column-block .wp-block-group__inner-container > div {
    width: 48%;
  }
  .column-block .wp-block-group__inner-container > div p:nth-of-type(1) {
    font-size: 18px;
  }
  .column-block.type-2 {
    width: 100%;
  }
  .column-block.type-2 .wp-block-group__inner-container > div {
    width: 32%;
  }
}