@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,
.top-faq details p::before,
.top-faq summary::before,
.top-faq summary::after,
.top-treatment__main-ttl,
.top-treatment__lists li::before,
.top-reason::before,
.top-reason__box::after,
.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;
  min-height: 750px;
  max-height: 1100px;
  position: relative;
  /* 下の背景 */
  width: 100%;
  z-index: 0;
}

/********************************
 min-width:480px
*********************************/
@media screen and (min-width: 480px) {
  .top-mv {
    height: 1100px;
    min-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;
}

/********************************
 高さが低いデバイス向けの調整
*********************************/
@media screen and (max-height: 700px) and (max-width: 479px) {
  body.home .hero__btn {
    top: 60px;
  }

  body.home .hero__cont>img {
    top: 50px;
  }
}

/********************************
 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;
}

@media screen and (max-width: 767px) {
  .top-conversion.--secondary-color {
    margin-top: 0;
  }
}

/********************************
 * 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);
  }
}

/* ========================================
 * HIVは治りません
 * ====================================== */
.top-early h2 {
  font-size: clamp(20px, 6.3vw, 40px);
  font-weight: 700;
  color: #009C83;
  line-height: 1.3;
}

.top-early h2 span {
  color: #0F2B3A;
  font-size: clamp(18px, 5.5vw, 32px);
}

.top-early__cont {
  position: relative;
  z-index: 1;
}

.top-early__cont picture {
  display: block;
}

.top-early__cont picture:nth-of-type(1) {
  margin-bottom: 40px;
}

.top-early__head {
  position: relative;
  column-gap: 10px;
  margin-bottom: 10px;
}

/********************************
 * min-width: 480px (sm)
 *********************************/
@media screen and (min-width: 480px) {
  .top-early__inner {
    padding: 80px 0 0;
  }
}

/********************************
 * min-width: 768px (md)
 *********************************/
@media screen and (min-width: 768px) {
  .top-early h2 {
    width: 75%;
    font-size: clamp(30px, 4.5vw, 60px);
  }

  .top-early h2 span {
    font-size: clamp(20px, 3.3vw, 40px);
  }

  .top-early__inner {
    max-width: 1200px;
  }

  .top-early__cont-inner {
    width: 90%;
    max-width: 1150px;
    margin-inline: auto;
  }

  .top-early__head {
    margin-bottom: 30px;
  }

  .top-early__head img:nth-of-type(1) {
    width: 10%;
  }

  .top-early__head img:nth-of-type(2) {
    right: 0;
    width: 25%;
    position: absolute;
    z-index: -1;
  }
}

/* ========================================
 * 当クリニックについて
 * ====================================== */
.top-info {
  border-top: 6px solid #009C83;
}

.top-info h2 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: clamp(25px, 6.5vw, 35px);
  color: #009C83;
}

.top-info p {
  font-size: clamp(14px, 4vw, 20px);
  line-height: 1.8;
}

.top-info p span {
  font-weight: 700;
}

.top-info__cont {
  padding-top: 200px;
  position: relative;
}

.top-info__cont>img {
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  object-fit: cover;
  z-index: -1;
}

.top-info__box {
  border-radius: 10px;
  background-color: #FFFFFF;
}

.top-info__box-inner {
  padding: 5%;
  position: relative;
  top: 50%;
  transform: translateY(-15%);
}

.top-info__img-frame {
  margin-bottom: 50px;
  justify-content: space-between;
}

.top-info__img-frame img:nth-child(1) {
  width: 40%;
  position: relative;
  top: 50px;
}

.top-info__img-frame img:nth-child(2) {
  width: 55%;
}

/********************************
 * min-width: 768px (md)
 *********************************/
@media screen and (min-width: 768px) {
  .top-info h2 {
    margin-bottom: 20px;
    font-size: clamp(15px, 2.5vw, 30px);
  }

  .top-info p {
    font-size: clamp(10px, 1.3vw, 18px);
  }

  .top-info__cont>img {
    height: 400px;
  }

  .top-info__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    max-width: 1080px;
    margin-inline: auto;
  }

  .top-info__box-inner {
    padding: 5% 0% 5% 3%;
    border-radius: 10px;
    background-color: #FFFFFF;
    top: auto;
    transform: none;
    width: 45%;
  }

  .top-info__img-frame {
    width: 50%;
  }
}

/* ========================================
 * トップ　診療の流れ
 * ====================================== */
.top-step {
  background-color: #E6F4F1;
}

.top-step h2::before {
  color: #FFFFFF;
  content: "STEP";
  letter-spacing: 0;
  line-height: 0.8;
}

.top-step h3 {
  font-weight: 700;
  font-size: clamp(25px, 6.5vw, 35px);
  color: #009C83;
  line-height: 1.5;
  width: 70%;
}

.top-step h4 {
  font-weight: 700;
  font-size: clamp(16px, 5vw, 24px);
  margin-bottom: 20px;
  line-height: 1.5;
}

.top-step h5 {
  font-weight: 700;
  font-size: clamp(20px, 6vw, 28px);
  border-bottom: 2px solid #0F2B3A;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.top-step__inner {
  padding: 22% 0 50px;
}

.top-step__head {
  width: 100%;
  align-items: center;
  row-gap: 20px;
  margin-bottom: 40px;
}

.top-step__head p {
  font-weight: 700;
  padding: 1% 2%;
  background-color: #009C83;
  color: #FFFFFF;
  font-size: clamp(20px, 6vw, 28px);
}

.top-step__cont {
  background-color: #FFFFFF;
  padding: 50px 3% 0;
}

.top-step__cont .top-step__box:nth-last-child(1) {
  border: none;
}

.top-step__cont .top-step__box:nth-of-type(2) p {
  font-weight: 700;
  font-size: clamp(16px, 4.3vw, 20px);
}

.top-step__cont .top-step__box:nth-of-type(3) .top-step__num {
  margin-bottom: 20px;
}

.top-step__cont .top-step__box:nth-of-type(3) .top-step__num::after {
  display: none;
}

.top-step__cont .top-step__box:nth-of-type(3) p {
  font-size: clamp(14px, 4vw, 20px);
  line-height: 1.8;
  margin-bottom: 20px;
}

.top-step__box {
  padding: 30px 0;
  border-bottom: 1px dotted #333333;
}

.top-step__header {
  align-items: flex-start;
  column-gap: 20px;
}

.top-step__num {
  position: relative;
  font-weight: 700;
  background-color: #009C83;
  color: #FFFFFF;
  align-items: center;
  padding: 4%;
  margin-bottom: 50px;
  /* 下の三角 ▼ */
}

.top-step__num span:nth-child(1) {
  font-size: clamp(15px, 4.3vw, 20px);
}

.top-step__num span:nth-child(2) {
  font-size: clamp(30px, 7vw, 40px);
}

.top-step__num::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #009C83;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.top-step__body {
  font-weight: 700;
}

.top-step__body img {
  margin-bottom: 20px;
}

.top-step__body p {
  line-height: 1.8;
}

.top-step__body p:nth-of-type(1) {
  font-size: clamp(18px, 5vw, 24px);
}

.top-step__body p:nth-of-type(2) {
  font-size: clamp(16px, 4.3vw, 20px);
}

.top-step__lists {
  padding: 5% 2%;
  background-color: #E6F4F1;
  border-radius: 5px;
  margin-bottom: 20px;
}

.top-step__lists ul {
  margin-bottom: 20px;
}

.top-step__lists ul:last-of-type {
  margin-bottom: 0;
}

.top-step__lists ul li:nth-child(1) {
  font-weight: 700;
  font-size: clamp(18px, 5vw, 24px);
  margin-bottom: 20px;
}

.top-step__lists ul li:nth-child(2) {
  font-size: clamp(14px, 4vw, 20px);
  line-height: 1.8;
}

.top-step__flow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.top-step__flow span {
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #009C83;
  font-size: clamp(16px, 4.3vw, 20px);
}

.top-step__case {
  background-color: #FFFFFF;
  padding: 4% 0;
  width: 40%;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  color: #005E4F;
  font-size: clamp(13px, 4vw, 20px);
}

.top-step__frame {
  padding-bottom: 50px;
  background-color: #FFFFFF;
}

.top-step__frame-inner {
  border: 1px dashed #005E4F;
  padding: 5% 2%;
}

.top-step__frame-inner p {
  letter-spacing: 0;
  line-height: 1.5;
  font-size: clamp(16px, 4.3vw, 20px);
  margin-bottom: 20px;
}

.top-step__frame-inner p:last-of-type {
  margin-bottom: 0;
}

.top-step__frame-inner p:nth-of-type(1) {
  font-weight: 700;
  font-size: clamp(18px, 5vw, 24px);
}

.top-step__frame-inner p:nth-of-type(1) span {
  font-size: clamp(14px, 4vw, 20px);
}

.top-step__frame-inner p:nth-of-type(3) {
  font-weight: 700;
  font-size: clamp(18px, 5vw, 24px);
}

/********************************
 * min-width: 768px (md)
 *********************************/
@media screen and (min-width: 768px) {
  .top-step h3 {
    width: 100%;
    font-size: 30px;
    margin-bottom: 20px;
  }

  .top-step__inner {
    padding: 150px 0 100px;
  }

  .top-step__cont {
    max-width: 1080px;
    margin-inline: auto;
  }

  .top-step__cont .top-step__box:nth-of-type(1) .top-step__body {
    display: flex;
    justify-content: space-between;
  }

  .top-step__box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .top-step__header {
    width: 8%;
    column-gap: 0;
  }

  .top-step__num {
    width: 100%;
    padding: 10%;
  }

  .top-step__num span:nth-child(1) {
    font-size: 15px;
  }

  .top-step__num span:nth-child(2) {
    font-size: 30px;
  }

  .top-step__body {
    width: 35%;
  }

  .top-step__item {
    width: 60%;
  }

  .top-step__txt {
    width: 50%;
  }

  .top-step__txt>p {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .top-step__lists {
    padding: 5%;
  }

  .top-step__lists ul li:nth-child(1) {
    font-size: 20px;
  }

  .top-step__lists ul li:nth-child(2) {
    font-size: 18px;
  }

  .top-step__case {
    font-size: clamp(13px, 1.5vw, 20px);
  }

  .top-step__frame {
    max-width: 1080px;
    margin-inline: auto;
  }

  .top-step__frame-inner p {
    font-size: 18px;
  }

  .top-step__frame-inner p:nth-of-type(1) span {
    font-size: 18px;
  }
}

/* ========================================
 * 7つの理由
 * ====================================== */
.top-reason {
  position: relative;
}

.top-reason::before {
  background-image: url(../images/bg-page-hero.png);
  content: "";
  width: 100%;
  height: 90%;
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
}

.top-reason h2 {
  line-height: 1.5;
  font-weight: 700;
  width: 65%;
  max-width: fit-content;
}

.top-reason h2>span:nth-child(1) {
  font-size: clamp(20px, 5.5vw, 35px);
  text-align: right;
}

.top-reason h2>span:nth-child(2) {
  font-size: clamp(40px, 8vw, 70px);
}

.top-reason h2>span:nth-child(2) span {
  color: #009C83;
  font-size: clamp(50px, 15vw, 100px);
}

.top-reason h3 {
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  color: #009C83;
  font-size: clamp(20px, 5vw, 35px);
}

.top-reason p {
  line-height: 1.5;
  text-align: center;
  font-size: clamp(12px, 3vw, 20px);
}

.top-reason__head {
  align-items: stretch;
  max-width: 600px;
}

.top-reason__head picture {
  width: 35%;
  object-fit: cover;
}

.top-reason__inner {
  padding: 0 0 100px;
}

.top-reason__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}

.top-reason__wrap .top-reason__box:nth-of-type(1)::after {
  background-image: url(../images/bg-top-reason01.png);
  left: 0;
}

.top-reason__wrap .top-reason__box:nth-of-type(2)::after {
  background-image: url(../images/bg-top-reason02.png);
  right: 0;
  bottom: 0;
}

.top-reason__wrap .top-reason__box:nth-of-type(3)::after {
  background-image: url(../images/bg-top-reason03.png);
  left: 0;
}

.top-reason__wrap .top-reason__box:nth-of-type(4)::after {
  background-image: url(../images/bg-top-reason04.png);
  right: 0;
  bottom: 0;
}

.top-reason__wrap .top-reason__box:nth-of-type(5)::after {
  background-image: url(../images/bg-top-reason05.png);
  left: 0;
}

.top-reason__wrap .top-reason__box:nth-of-type(6)::after {
  background-image: url(../images/bg-top-reason06.png);
  right: 0;
  bottom: 0;
}

.top-reason__wrap .top-reason__box:nth-of-type(7)::after {
  background-image: url(../images/bg-top-reason07.png);
  left: 0;
}

.top-reason__box {
  position: relative;
  border-radius: 5px;
  width: 48%;
  background-color: #FFFFFF;
  padding: 5% 3% 15%;
  row-gap: 20px;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.top-reason__box::before {
  content: "";
  background: #009C83;
  height: 4px;
  width: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.top-reason__box::after {
  content: "";
  background-size: contain;
  position: absolute;
  width: 25%;
  aspect-ratio: 1;
  max-width: 60px;
}

.top-reason__box span {
  font-size: 60px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #0F2B3A;
}

/********************************
 * min-width: 768px (md)
 *********************************/
@media screen and (min-width: 768px) {
  .top-reason {
    background-image: url(../images/bg-top-reason-lp.png);
  }

  .top-reason h3 {
    font-size: clamp(25px, 3vw, 35px);
  }

  .top-reason p {
    font-size: clamp(12px, 1.6vw, 20px);
  }

  .top-reason__head {
    max-width: 850px;
    margin-inline: auto;
    column-gap: 30px;
    align-items: center;
  }

  .top-reason__head picture {
    width: 40%;
  }

  .top-reason__inner {
    width: 95%;
    max-width: 1080px;
    margin-inline: auto;
  }

  .top-reason__wrap {
    width: 100%;
    gap: 15px;
    justify-content: center;
  }

  .top-reason__wrap .top-reason__box:nth-of-type(1)::after,
  .top-reason__wrap .top-reason__box:nth-of-type(3)::after,
  .top-reason__wrap .top-reason__box:nth-of-type(5)::after,
  .top-reason__wrap .top-reason__box:nth-of-type(7)::after {
    left: -20px;
  }

  .top-reason__wrap .top-reason__box:nth-of-type(2)::after,
  .top-reason__wrap .top-reason__box:nth-of-type(4)::after {
    right: -20px;
  }

  .top-reason__wrap .top-reason__box:nth-of-type(6)::after {
    right: -10px;
    bottom: 100px;
  }

  .top-reason__box {
    width: 23%;
    padding: 3% 0% 5%;
  }

  .top-reason__box::after {
    width: 35%;
    max-width: 75px;
  }

  .top-reason__box span {
    font-size: clamp(50px, 7vw, 80px);
  }
}

/* ========================================
 * 予防薬の選び方
 * ====================================== */
.top-treatment>img {
  width: 100%;
}

.top-treatment h2 {
  font-weight: 700;
}

.top-treatment h2 span:nth-child(1) {
  font-size: clamp(30px, 7vw, 40px);
}

.top-treatment h2 span:nth-child(2) {
  font-size: clamp(20px, 6vw, 28px);
}

.top-treatment h3 {
  font-size: clamp(18px, 5vw, 24px);
  margin-bottom: 30px;
  border-bottom: 1px solid #009C83;
  padding-bottom: 20px;
}

.top-treatment h4 {
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 1px solid #BEBEBE;
  padding-bottom: 20px;
}

.top-treatment h4 span:nth-child(1) {
  font-size: clamp(20px, 6vw, 30px);
}

.top-treatment h4 span:nth-child(2) {
  font-size: clamp(18px, 5vw, 24px);
}

.top-treatment__inner {
  padding: 5% 0;
}

.top-treatment__main-ttl {
  background-image: url(../images/bg-treatment.png);
  height: 400px;
}

.top-treatment__main-ttl__inner {
  max-width: 1080px;
}

.top-treatment__head {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 80px;
}

.top-treatment__head>span {
  position: relative;
  max-width: fit-content;
  display: block;
  color: #FFFFFF;
  font-size: clamp(18px, 5vw, 24px);
  background-color: #009C83;
  padding: 1% 2%;
  margin-bottom: 30px;
}

.top-treatment__head>span::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 20%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #009C83;
}

.top-treatment__head p {
  font-size: clamp(26px, 8vw, 34px);
}

.top-treatment__head p span {
  font-size: clamp(22px, 6vw, 28px);
}

.top-treatment__cont {
  margin-bottom: 50px;
  row-gap: 60px;
}

.top-treatment__cont .top-treatment__box:nth-of-type(2)>span {
  background-color: #F5A7C3;
}

.top-treatment__cont .top-treatment__box:nth-of-type(2) h3 {
  border-color: #F5A7C3;
}

.top-treatment__cont .top-treatment__box:nth-of-type(2) .top-treatment__ttl>span {
  background-color: #F5A7C3;
}

.top-treatment__cont .top-treatment__box:nth-of-type(2) .top-treatment__lists {
  background-color: #FFF9FB;
}

.top-treatment__cont .top-treatment__box:nth-of-type(2) .top-treatment__lists li::before {
  background-image: url(../images/bg-check-pink.svg);
}

.top-treatment__cont .top-treatment__box:nth-of-type(2) .top-treatment__flow ul li:nth-child(1) {
  color: #F5A7C3;
}

.top-treatment__box {
  position: relative;
  padding: 3% 3% 10%;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.top-treatment__box>span {
  position: absolute;
  font-weight: 700;
  background-color: #009C83;
  color: #FFFFFF;
  bottom: calc(100% - 25px);
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  padding: 2% 0;
  border-radius: 30px;
  text-align: center;
  font-size: 20px;
  max-width: 400px;
}

.top-treatment__ttl {
  align-items: center;
  margin-bottom: 30px;
}

.top-treatment__ttl>span {
  font-weight: 700;
  font-size: clamp(18px, 5vw, 24px);
  background-color: #009C83;
  color: #FFFFFF;
  width: 90%;
  padding: 3% 0;
  border-radius: 30px;
  text-align: center;
  position: relative;
  top: -30px;
}

.top-treatment__lists {
  font-size: clamp(18px, 5vw, 24px);
  font-weight: 700;
  background-color: #E6F4F1;
  padding: 5% 2%;
  border-radius: 5px;
  margin-bottom: 30px;
}

.top-treatment__lists ul {
  row-gap: 30px;
}

.top-treatment__lists li {
  line-height: 1.5;
  font-size: clamp(16px, 5vw, 24px);
  padding-left: 30px;
  position: relative;
}

.top-treatment__lists li::before {
  content: "";
  background-image: url(../images/bg-check.svg);
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% - 20px);
  position: absolute;
  width: 3%;
  aspect-ratio: 1;
}

.top-treatment__txt {
  line-height: 1.8;
  font-size: clamp(14px, 4vw, 20px);
  margin-bottom: 30px;
}

.top-treatment__frame {
  row-gap: 20px;
}

.top-treatment__frame>span {
  width: 50%;
  max-width: 107px;
  text-align: center;
}

.top-treatment__frame>span img {
  width: 20px;
  height: 20px;
}

.top-treatment__flow {
  column-gap: 30px;
  line-height: 1.3;
}

.top-treatment__flow ul li:nth-child(1) {
  font-size: clamp(20px, 6vw, 28px);
  color: #009C83;
  font-weight: 700;
}

.top-treatment__flow ul li:nth-child(2) {
  letter-spacing: 0;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: clamp(26px, 7vw, 40px);
}

.top-treatment__flow ul li:nth-child(2) span {
  font-size: clamp(20px, 6vw, 28px);
}

.top-treatment__flow ul li:nth-child(3) {
  font-size: clamp(14px, 4.3vw, 20px);
}

.top-treatment__payment {
  padding: 5% 8%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.top-treatment__payment-ttl {
  padding: 4%;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #D9D9D9;
}

.top-treatment__payment-ttl p:nth-child(1) {
  font-weight: 700;
  font-size: clamp(25px, 6.5vw, 35px);
}

.top-treatment__payment-ttl p:nth-child(2) {
  font-size: clamp(18px, 5vw, 24px);
}

.top-treatment__payment-img {
  padding: 4% 0;
}

/********************************
 * min-width: 768px (md)
 *********************************/
@media screen and (min-width: 768px) {
  .top-treatment h3 {
    font-size: 20px;
  }

  .top-treatment__inner {
    padding: 115px 0 50px;
    max-width: 1080px;
  }

  .top-treatment__main-ttl {
    display: flex;
    align-items: center;
  }

  .top-treatment__head {
    margin: 0;
    width: 100%;
  }

  .top-treatment__head>span {
    font-size: clamp(18px, 2vw, 25px);
  }

  .top-treatment__head p {
    font-size: clamp(30px, 4vw, 50px);
  }

  .top-treatment__head p span {
    font-size: clamp(20px, 3vw, 40px);
  }

  .top-treatment__cont {
    row-gap: 100px;
  }

  .top-treatment__box {
    padding: 60px 2%;
  }

  .top-treatment__sec {
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  .top-treatment__case {
    width: 48%;
  }

  .top-treatment__lists {
    width: 48%;
    font-size: 20px;
  }

  .top-treatment__lists li::before {
    max-width: 15px;
  }

  .top-treatment__txt {
    font-size: 18px;
  }

  .top-treatment__frame {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .top-treatment__frame>span {
    max-width: 20px;
  }

  .top-treatment__flow {
    width: 31%;
    column-gap: 0;
    justify-content: space-between;
  }

  .top-treatment__flow>img {
    width: 40%;
  }

  .top-treatment__flow ul {
    width: 55%;
  }

  .top-treatment__flow ul li:nth-child(1) {
    font-size: clamp(14px, 2.5vw, 20px);
  }

  .top-treatment__flow ul li:nth-child(2) {
    font-size: clamp(20px, 2.5vw, 30px);
  }

  .top-treatment__flow ul li:nth-child(2) span {
    font-size: clamp(14px, 2vw, 20px);
  }

  .top-treatment__flow ul li:nth-child(3) {
    font-size: clamp(10px, 1.3vw, 16px);
  }

  .top-treatment__payment {
    display: flex;
    padding: 3%;
  }

  .top-treatment__payment-ttl {
    border: none;
    border-right: 1px solid #D9D9D9;
    padding: 2% 1%;
  }

  .top-treatment__payment-ttl p:nth-child(1) {
    font-size: 30px;
  }

  .top-treatment__payment-ttl p:nth-child(2) {
    font-size: 20px;
  }

  .top-treatment__payment-img {
    box-sizing: content-box;
    padding: 3%;
    max-width: 380px;
  }
}

/* ========================================
 * 服用前に知っておきたいこと
 * ====================================== */
.top-usage h2 {
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 2px solid #0F2B3A;
  font-weight: 700;
  margin-bottom: 30px;
}

.top-usage h2 span:nth-child(1) {
  font-size: clamp(18px, 5vw, 24px);
}

.top-usage h2 span:nth-child(2) {
  font-size: clamp(21px, 6.5vw, 35px);
}

.top-usage h3 {
  font-weight: 700;
  font-size: clamp(18px, 5vw, 24px);
  margin-bottom: 20px;
}

.top-usage p {
  line-height: 1.8;
  font-size: clamp(14px, 4vw, 20px);
  margin-bottom: 30px;
}

.top-usage ul {
  margin-bottom: 25px;
  row-gap: 20px;
}

.top-usage li {
  padding-left: 30px;
  line-height: 1.5;
  font-size: clamp(14px, 4vw, 20px);
  position: relative;
}

.top-usage li::before {
  content: "■";
  color: #009C83;
  position: absolute;
  right: calc(100% - 15px);
  top: 0;
  width: 20%;
  max-width: 10px;
  aspect-ratio: 1;
}

.top-usage__box {
  background-color: #E6F4F1;
  padding: 5% 1%;
}

.top-usage__box ul:nth-of-type(3) {
  margin-bottom: 0;
}

.top-conversion {
  padding: 100px 0 80px;
}

/********************************
 * min-width: 768px (md)
 *********************************/
@media screen and (min-width: 768px) {
  .top-usage h2 span:nth-child(1) {
    font-size: 20px;
  }

  .top-usage h2 span:nth-child(2) {
    font-size: 28px;
  }

  .top-usage h3 {
    font-size: 20px;
  }

  .top-usage p {
    font-size: 18px;
  }

  .top-usage li {
    font-size: 18px;
  }

  .top-usage__inner {
    max-width: 1080px;
  }

  .top-usage__box {
    padding: 5%;
  }
}

/* ========================================
 * FAQ
 * ====================================== */
.top-faq {
  margin-bottom: 15%;
}

.top-faq h2 {
  margin-bottom: 50px;
}

.top-faq h2::before {
  width: 80%;
}

.top-faq h2::after {
  width: 80%;
}

.top-faq h2 span:nth-child(2) {
  width: 60%;
}

.top-faq h3 {
  font-weight: 700;
  line-height: 1.5;
  font-size: clamp(20px, 6vw, 28px);
  border-bottom: 1px solid #0F2B3A;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.top-faq__inner {
  padding: 25% 0 85px;
}

.top-faq details {
  overflow: hidden;
  font-size: clamp(18px, 5vw, 24px);
  margin-bottom: 30px;
  border: 1px solid #009C83;
  border-radius: 10px;
}

.top-faq details p {
  margin-top: 30px;
  line-height: 1.7;
  position: relative;
  padding-left: 50px;
  width: 90%;
  font-size: clamp(14px, 4vw, 20px);
}

.top-faq details p::before {
  content: "";
  background-image: url(../images/a.svg);
  background-size: contain;
  width: 10%;
  max-width: 30px;
  aspect-ratio: 1;
  position: absolute;
  right: calc(100% - 40px);
  top: 0;
}

.top-faq details[open] summary::after {
  background-image: url(../images/close.svg);
}

.top-faq details[open] p {
  padding-bottom: 30px;
}

.top-faq summary {
  font-weight: 700;
  cursor: pointer;
  height: 100%;
  line-height: 1.3;
  position: relative;
  padding-left: 50px;
  margin: 30px 0;
}

.top-faq summary span {
  color: #009C83;
  display: block;
  width: 80%;
}

.top-faq summary::marker {
  content: "";
}

.top-faq summary::before {
  content: "";
  background-image: url(../images/q.svg);
  background-size: contain;
  width: 10%;
  max-width: 30px;
  aspect-ratio: 1;
  position: absolute;
  right: calc(100% - 40px);
  top: 0;
}

.top-faq summary::after {
  content: "";
  background-image: url(../images/open.svg);
  background-size: contain;
  aspect-ratio: 1/0.8;
  width: 10%;
  max-width: 35px;
  position: absolute;
  top: 0;
  right: 20px;
}

/********************************
 * min-width: 768px (md)
 *********************************/
@media screen and (min-width: 768px) {
  .top-faq {
    margin-bottom: 150px;
  }

  .top-faq__inner {
    padding: 150px 0 85px;
    max-width: 1080px;
  }

  .top-faq details {
    font-size: 16px;
  }

  .top-faq details p {
    font-size: 18px;
  }

  .top-faq summary span {
    width: 85%;
    font-size: 20px;
  }

  .top-faq summary::after {
    right: 40px;
  }
}

/* ========================================
 * トップ コラム
 * ====================================== */
.top-column {
  margin-bottom: 30%;
}

.top-column h2 {
  margin-bottom: 12%;
}

.top-column h2::before {
  font-size: clamp(70px, 22vw, 170px);
  content: "COLUMN";
  letter-spacing: 0;
  font-weight: 600;
  line-height: 0.8;
}

.top-column h3 {
  width: 55%;
  font-weight: 700;
  line-height: 1.5;
  font-size: clamp(16px, 4vw, 24px);
}

.top-column p {
  font-size: clamp(14px, 4vw, 20px);
  line-height: 1.5;
  margin-bottom: 20px;
}

.top-column__inner {
  padding-bottom: 50px;
}

.top-column__wrap {
  row-gap: 40px;
  margin-bottom: 40px;
}

.top-column__box {
  align-items: flex-start;
  justify-content: space-between;
}

.top-column__img {
  width: 40%;
  margin-bottom: 15px;
}

.top-column__data {
  column-gap: 20px;
  font-size: clamp(16px, 4.3vw, 20px);
}

/********************************
 * min-width: 768px (md)
 *********************************/
@media screen and (min-width: 768px) {
  .top-column {
    margin-bottom: 200px;
  }

  .top-column h2 {
    margin-bottom: 50px;
  }

  .top-column h3 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .top-column p {
    font-size: 16px;
  }

  .top-column__wrap {
    margin-bottom: 50px;
    max-width: 1080px;
    margin-inline: auto;
    flex-direction: row;
    justify-content: space-between;
  }

  .top-column__cont {
    width: 32%;
  }

  .top-column__img {
    width: 100%;
  }

  .top-column__data {
    font-size: 16px;
  }
}

/* ========================================
 * トップ ドクター紹介のタイトル
 * ====================================== */
.top-doctor h2::before {
  content: "DOCTOR";
  font-size: clamp(70px, 22vw, 170px);
  letter-spacing: 0;
  font-weight: 600;
  line-height: 0.8;
}

/* ========================================
 * HIV予防クリニック
 * ====================================== */
.top-clinic {
  background-color: #E6F4F1;
}

.top-clinic h2 {
  color: #009C83;
  margin-bottom: 50px;
}

.top-clinic h2::before {
  content: "CLINIC";
  font-size: clamp(70px, 22vw, 170px);
  letter-spacing: 0;
  font-weight: 600;
  line-height: 0.8;
  color: #FFFFFF;
}

.top-clinic h3 {
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  font-size: clamp(25px, 6.5vw, 40px);
}

.top-clinic dl {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dotted #333333;
  line-height: 1.7;
}

.top-clinic dt {
  width: 30%;
  max-width: 150px;
  font-size: clamp(16px, 4.3vw, 20px);
}

.top-clinic dd {
  font-size: clamp(14px, 4vw, 20px);
}

.top-clinic li {
  padding-left: 40px;
  position: relative;
}

.top-clinic li::before {
  content: "■";
  color: #009C83;
  position: absolute;
  right: calc(100% - 15px);
  top: 0;
  width: 20%;
  max-width: 10px;
  aspect-ratio: 1;
}

.top-clinic__inner {
  padding: 20% 0 8px;
}

.top-clinic__data {
  background-color: #FFFFFF;
  padding: 3% 2%;
}

.top-clinic .top-treatment__payment {
  margin-top: 20px;
}

.top-clinic__guide {
  padding: 10% 0 20%;
}

.top-clinic__box {
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 4% 2%;
  font-size: clamp(14px, 4vw, 20px);
  line-height: 1.7;
}

/********************************
 * min-width: 768px (md)
 *********************************/
@media screen and (min-width: 768px) {
  .top-clinic__inner {
    padding: 130px 0 80px;
    max-width: 1080px;
  }

  .top-clinic__guide {
    padding: 100px 0;
  }

  .top-clinic__box {
    font-size: 16px;
  }
}