@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@300;400;500;700;900&display=swap');

/* 変数定義 */
/*--------------------------
font-size
---------------------------*/
/*行間計算*/
/*--------------------------
content-width
---------------------------*/
/* ----------------------------------------
All
---------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #161628;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

#body.active {
  overflow: hidden;
}

main {
  padding-top: 0;
}

@media screen and (max-width: 975px) {
  main {
    padding-top: 46px;
  }
}

@media screen and (max-width: 975px) {
  footer {
    padding-bottom: 56px;
  }
}

#isear-toggler,
tldx-lmi-shadow-root {
  display: none;
}

img {
  display: block;
  display: block;
  width: 100%;
  height: auto;
}

/* ----------------------------------------
top=title
---------------------------------------- */
.top-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(33, 49, 68)), to(rgb(68, 119, 163)));
  background: linear-gradient(0deg, rgb(33, 49, 68) 0%, rgb(68, 119, 163) 100%);
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 5;
  position: relative;
}

@media screen and (max-width: 975px) {
  .top-title {
    font-size: 1.5rem;
  }
}

/* ----------------------------------------
container
---------------------------------------- */
.container {
  width: 100%;
  margin: 0 auto;
}

.max-container {
  max-width: 1600px;
}

.min-container {
  max-width: 1000px;
}

.e-con.e-flex>.e-con-inner {
  max-width: 1030px;
}

/* ----------------------------------------
btn
---------------------------------------- */
.btn {
  width: 251px;
  height: 94px;
  padding: 28px 0 0 20px;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.tel-btn {
  border: 2px solid rgba(56, 80, 107, .9);
  background-color: rgba(255, 255, 255, .9);
}

.phone-btn {
  background-color: rgba(56, 80, 107, .9);
}

.line-btn {
  background-color: rgba(24, 189, 24, .9);
}

.btn .icon-wrap {
  padding-top: 2px;
}

.btn .icon-wrap img {
  height: 35px;
  width: auto;
}

.btn .text-wrap {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.btn .text-wrap .top-text {
  font-size: 12px;
  font-size: 0.75rem;
}

.btn .text-wrap .main-text {
  font-size: 15px;
  font-size: 0.9375rem;
}

.btn .text-wrap .main-text span {
  font-size: 24px;
  font-size: 1.5rem;
}

.tel-btn .text-wrap {
  color: #38506B;
}

.phone-btn .text-wrap,
.line-btn .text-wrap {
  color: #fff;
}

.btn__point-box {
  display: none;
}

/* ----------------------------------------
box btn
---------------------------------------- */
.box-btn {
  border: 1px solid #38506B;
  display: block;
  width: 290px;
}

.box-btn span {
  color: #38506B;
  padding: 24px 0;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 100%;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 975px) {
  .box-btn span {
    padding: 20px 0;
    font-size: 0.9375rem;
  }
}

.box-btn span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #38506B;
  right: -16px;
  bottom: 16px;
}

@media screen and (max-width: 975px) {
  .box-btn span::after {
    right: -14px;
    bottom: 14px;
  }
}

.box-btn span::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #38506B;
  right: -16px;
  bottom: 16px;
  -webkit-transform: rotate(30deg) translateY(-3px);
  transform: rotate(30deg) translateY(-3px);
}

@media screen and (max-width: 975px) {
  .box-btn span::before {
    right: -14px;
    bottom: 14px;
  }
}

/* ----------------------------------------
more btn
---------------------------------------- */
.more-btn,
#page-content .elementor-post__read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  color: #38506B;
  font-size: 18px;
  line-height: 0.8;
}

@media screen and (max-width: 975px) {

  .more-btn,
  #page-content .elementor-post__read-more {
    line-height: 0.7;
    font-size: 16px;
    gap: 6px;
  }
}

#page-content .elementor-post__read-more {
  font-size: 14px;
}

.more-btn::after,
#page-content .elementor-post__read-more::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 975px) {

  .more-btn::after,
  #page-content .elementor-post__read-more::after {
    width: 15px;
    height: 15px;
  }
}

#page-content .elementor-post__read-more::after {
  width: 15px;
  height: 15px;
}

/* ----------------------------------------
hover
---------------------------------------- */
a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

/* ----------------------------------------
marker
---------------------------------------- */
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFF9AC));
  background: linear-gradient(transparent 60%, #FFF9AC 0%);
  display: inline;
  padding: 0 1px 0px;
  font-weight: bold;
  color: #38506B;
  font-size: 110%;
}

/* ----------------------------------------
header
---------------------------------------- */
/* ----------------------------------------
top-header 
---------------------------------------- */
#top-header {
  height: 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1240px) {
  #top-header {
    display: none;
  }
}

#top-header .top-header__left,
#top-header .top-header__right {
  padding: 24px 24px 0;
  position: absolute;
  top: 0;
}

#top-header .top-header__left {
  left: 0;
}

#top-header .top-header__right {
  right: 0;
}

#top-header .top-header__left>h1 {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #38506B;
}

#top-header .top-header__left img {
  width: 300px;
  margin-top: 10px;
}

#top-header .top-header__right>p {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: right;
}

#top-header .top-header__btns {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

/* ----------------------------------------
sp-header
---------------------------------------- */
#sp-header {
  height: 46px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #161628;
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 767px) {
  #sp-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sp-header__left {
  padding-top: 6px;
  padding-left: 12px;
  width: 85%;
  display: flex;
}

.sp-header__left .sp-header__read {
  font-size: 10px;
  letter-spacing: 0.05em;
  -webkit-transform: scale(0.8) translateX(-12%);
  transform: scale(0.8) translateX(-12%);
  white-space: nowrap;
  color: #fff;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #7A6500;
  align-content: center;
}

.sp-header__left>img,
.sp-header__left>a img {
  height: 30px;
  width: auto;
  object-fit: cover;
  margin-top: 4px;
}

.sp-header__right {
  cursor: pointer;
  width: 46px;
  aspect-ratio: 1/1;
  height: auto;
  background-color: #fff;
  position: relative;
}

.sp-header__right span {
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  height: 2px;
  width: 24px;
  border-radius: 100px;
  background-color: #031C52;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.sp-header__right span:nth-child(1) {
  top: 13px;
}

.sp-header__right span:nth-child(2) {
  top: 22px;
}

.sp-header__right span:nth-child(3) {
  bottom: 13px;
}

.sp-header__right.open span:nth-child(1) {
  top: 22px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp-header__right.open span:nth-child(2) {
  top: 22px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp-header__right.open span:nth-child(3) {
  opacity: 0;
}

/* ----------------------------------------
scroll header
---------------------------------------- */
#follow-header {
  font-family: "Shippori Mincho", serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  z-index: 10;
  /*   padding: 28px 36px 20px 48px; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 767px) {
  #follow-header {
    display: none;
  }
}

#follow-header.is-top {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#follow-header.is-top.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#follow-header .header-upper {
  width: 100%;
  background: #161628;
  color: #fff;
  border-bottom: 1px solid #866E00;
}

#follow-header .header-upper-text {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  font-size: min(0.7vw, 10px);
  line-height: 2.5;
}

#follow-header .header-upper-text::before,
#follow-header .header-upper-text::after {
  content: "";
  width: 20%;
  height: 1px;
  background: linear-gradient(to bottom right, #7A6500, #C3A419);
  position: absolute;
  top: 50%;
}

#follow-header .header-upper-text::before {
  transform: translate(-100%, -50%);
  left: -5%;
}

#follow-header .header-upper-text::after {
  transform: translate(100%, -50%);
  right: -5%;
}

#follow-header .header-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.follow-header__logo {
  display: block;
  background: #fff;
  width: 18%;
  padding: 10px 0;
  align-content: center;
}

.follow-header__logo img {
  display: block;
  width: 50%;
  margin: 0 auto;
}

#follow-header .follow-header__nav {
  width: 80%;
  margin: 0 15px;
}

#follow-header .follow-header__nav a {
  color: #fff;
  font-weight: normal;
  display: block;
  height: 100%;
  align-content: center;
  position: relative;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  line-height: 1.3;
  font-size: min(14px, 1vw);
  letter-spacing: 0.1em;
}


#follow-header .follow-header__nav a.nav-arrow::before {
  content: '';
  width: min(8.4px, 0.6vw);
  height: min(8.4px, 0.6vw);
  border: 0;
  border-bottom: solid 2px rgba(255, 255, 255, 0.7);
  border-right: solid 2px rgba(255, 255, 255, 0.7);
  transform: translate(-50%, -100%) rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: auto;
}

#follow-header .follow-header__nav a.nav-online-store {
  padding-bottom: 0;
}

#follow-header .follow-header__nav a.nav-online-store::before {
  content: "";
  display: inline-block;
  width: 1vw;
  max-width: 14px;
  height: 1vw;
  max-height: 14px;
  background-image: url('https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/header-icon-online-store.png');
  background-position: center;
  background-size: contain;
  position: absolute;
  transform: translate(30%, -43%);
  top: 50%;
  right: 0;
  border: none;
  margin: 0;
}

#follow-header .follow-header__nav .nav-list li:nth-child(n+2) a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  left: -10px;
}

#follow-header .follow-header__nav a .nav-sub {
  font-size: min(12px, 0.86vw);
  letter-spacing: 0.2em;
}

#follow-header .follow-header__nav .global__nav {
  height: 100%;
}

#follow-header .follow-header__nav .global__nav ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

/* ----------------------------------------
mv
---------------------------------------- */
#mv {
  background-color: #fff;
}

.mv__wrap {
  max-width: 1580px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.mv-nav {
  position: absolute;
  bottom: 24px;
  left: 0;
  max-width: 1600px;
  padding: 0 64px;
  width: 100%;
}

@media screen and (max-width: 1240px) {
  .mv-nav {
    padding: 0 24px;
  }
}

@media screen and (max-width: 975px) {
  .mv-nav {
    display: none;
  }
}

.mv-nav .global__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.mv-nav .global__nav ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}

/* ----------------------------------------
mv text
---------------------------------------- */
.mv__campaign,
.mv__copy,
.mv__read,
.mv__points {
  position: absolute;
}

.mv__campaign {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #38506B;
  padding: 10px 12px;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  font-weight: bold;
  top: 150px;
  right: 40px;
  background-color: #fff;
  line-height: 1.4;
  white-space: nowrap;
}

@media screen and (max-width: 1240px) {
  .mv__campaign {
    top: 8px;
    right: 0;
  }
}

@media screen and (max-width: 975px) {
  .mv__campaign {
    -ms-writing-mode: unset;
    -webkit-writing-mode: unset;
    writing-mode: unset;
    font-size: 1rem;
    background-color: rgba(255, 255, 255, .8);
  }
}

.mv__copy {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  bottom: 70px;
  left: 84px;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.6;
  letter-spacing: 0.3em;
  white-space: nowrap;
  font-weight: bold;
  text-indent: -1em;
  text-indent: -5.8em;
}

@media screen and (max-width: 1240px) {
  .mv__copy {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 975px) {
  .mv__copy {
    bottom: unset;
    top: 10svw;
    left: 8svw;
    text-indent: 0em;
  }
}

.mv__read {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 1240px) {
  .mv__read {
    top: 34%;
  }
}

@media screen and (max-width: 975px) {
  .mv__read {
    top: 50%;
  }
}

.mv__read-top .is-36 {
  background-image: radial-gradient(circle at center, #fff 20%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: 0.4em;
  /* 縦方向の位置調整 */
}

.mv__read .is-26 {
  font-size: 26px;
  font-size: 1.625rem;
}

@media screen and (max-width: 975px) {
  .mv__read .is-26 {
    font-size: 4svw;
  }
}

.mv__read .is-36 {
  font-size: 36px;
  font-size: 2.25rem;
}

@media screen and (max-width: 975px) {
  .mv__read .is-36 {
    font-size: 6svw;
  }
}

.mv__read .is-64 {
  font-size: 64px;
  font-size: 4rem;
}

@media screen and (max-width: 975px) {
  .mv__read .is-64 {
    font-size: 10svw;
  }
}

.mv__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  right: 40px;
  bottom: 56px;
}

@media screen and (max-width: 975px) {
  .mv__points {
    gap: 2svw;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    right: 50%;
    bottom: 24px;
  }
}

.mv__points .mv__point {
  aspect-ratio: 1/1;
  width: 168px;
  background: rgba(121, 166, 197, .8);
  border-radius: 50%;
  position: relative;
}

@media screen and (max-width: 975px) {
  .mv__points .mv__point {
    width: 26svw;
  }
}

.mv__points .mv__point .mv__point-text {
  position: absolute;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 975px) {
  .mv__points .mv__point .mv__point-text {
    font-size: 2.2svw;
  }
}

.mv__points .mv__point .mv__point-text p {
  margin: 0.1em 0 0.1em;
}

.mv__points .mv__point .mv__point-text p.is-big {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
}

@media screen and (max-width: 975px) {
  .mv__points .mv__point .mv__point-text p.is-big {
    font-size: 3.6svw;
  }
}

.mv__points .mv__point .mv__point-text p.is-space {
  letter-spacing: 0.6em;
}

/* ----------------------------------------
top-btn
---------------------------------------- */
.top-btn-box {
  text-align: center;
}

.top-btn-gold {
  display: inline-block;
  position: relative;
  padding: min(1.4vw, 20px) min(3.86vw, 54px) min(1.4vw, 20px) min(1.71vw, 24px);
  background: linear-gradient(to right, #7A6500, #C3A419);
  border-radius: 0;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.1vw, 15px);
  color: #fff;
  text-align: left;
  margin: 10px 24px;
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.15);
  min-width: 300px;
}

.top-btn-gold::before {
  content: "";
  position: absolute;
  width: 2.14vw;
  height: 1.02vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 54%;
  right: min(1.07vw, 15px);
  background-image: url(../img/icon-btn-obj01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 767px) {
  .top-btn-gold::before {
    max-width: 30px;
    max-height: 14px;
  }
}

@media screen and (max-width: 767px) {
  .top-btn-gold {
    padding: 4vw 16vw 4vw 5vw;
    font-size: 3.73vw;
    margin: 3vw auto;
  }

  .top-btn-gold::before {
    width: 6.4vw;
    height: 3.1vw;
    top: 54%;
    right: 5vw;
  }
}


/* ----------------------------------------
top-h2
---------------------------------------- */
.top-h2 {
  font-family: "Shippori Mincho", serif;
  color: #161628;
  letter-spacing: 0.1em;
  text-align: center;
}

.top-h2 .top-h2-en {
  font-size: min(7.14vw, 100px);
  background: linear-gradient(to bottom right, #7A6500, #C3A419);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

.top-h2 .top-h2-jp {
  font-size: min(1.14vw, 16px);
  font-weight: bold;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {

  .top-h2 .top-h2-en {
    font-size: 10.67vw;
  }

  .top-h2 .top-h2-jp {
    font-size: 3.73vw;
  }
}

/* ----------------------------------------
top-fv
---------------------------------------- */
#top-fv-section {
  width: 100vw;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  color: #fff;
  /* 	background: linear-gradient(to bottom right, #031C52, #324772); */
}

#top-fv-section .fv-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 55vw;
  max-height: 770px;
  position: relative;
  overflow: hidden;
}

#top-fv-section .slide-image {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 800px;
  background-size: cover;
  background-position: center;
  /* 	transition: opacity 1s ease-in-out; */
  z-index: -1;
}

@keyframes slide {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}


#top-fv-section .slide-image:nth-child(1) {
  background-image: url('https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/top-fv-1.png');
  /* 	animation: slide 10s infinite; */
}

#top-fv-section .slide-image:nth-child(2) {
  background-image: url('https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/top-fv-2.png');
  opacity: 0;
  animation: slide 10s 5s infinite;
}

#top-fv-section .fv-access {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: fit-content;
  padding: 5px 15px;
}

#top-fv-section .fv-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: fit-content;
}

#top-fv-section .fv-point {
  width: 55vw;
  max-width: 730px;
  height: 4.7vw;
  max-height: 66px;
  position: relative;
  /* 	padding-left: min(10.7vw, 150px); */
  margin: 10px 0;
}

#top-fv-section .fv-point-background {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #031C52, #324772);
  clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%);
  border-top: 2px solid;
  border-image: linear-gradient(to right, #7A6500, #C3A419) 1;
  position: absolute;
  top: 0;
  left: 0;
}

#top-fv-section .fv-point-label {
  display: inline-block;
  width: 9vw;
  max-width: 140px;
  height: 2.2vw;
  max-height: 30px;
  background: linear-gradient(to bottom right, #7A6500, #C3A419);
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
  padding: 5px 0;
  text-align: center;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: -5%;
  line-height: 1;
}

#top-fv-section .fv-point-text {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: min(10.7vw, 150px);
}

#top-fv-section .fv-circle {
  width: 12.3vw;
  max-width: 172px;
  height: 12.3vw;
  max-height: 172px;
  background: linear-gradient(135deg, #C8A500 0%, #FFF9DD 100%);
  border-radius: 999px;
  padding: 2px;
}

#top-fv-section .fv-circle-content {
  width: 100%;
  height: 100%;
  text-align: center;
  /*     align-content: center; */
  background: linear-gradient(135deg, #161628 0%, #2B2B42 100%);
  border-radius: 999px;
  padding-top: min(1.1vw, 15px);
}

#top-fv-section .fv-circle-title {
  width: fit-content;
  padding: 5px;
  margin: 0 auto;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #7A6500, #C3A419) 1;
}

#top-fv-section .fv-info {
  display: flex;
}

#top-fv-section .fv-info .fv-circle:nth-child(2) {
  margin-left: -10px;
}

#top-fv-section .fv-btn {
  width: 23.6vw;
  max-width: 330px;
  height: 8.6vw;
  max-height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid;
  border-image: linear-gradient(to right, #C8A500, #FFF9DD) 1;
  position: relative;
  overflow-wrap: break-word;
  margin: 10px 0;
}

#top-fv-section .fv-btn:nth-child(1) {
  background-image: url(https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/top-fv-btn-background-2.png);
}

#top-fv-section .fv-btn:nth-child(2) {
  background-image: url(https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/top-fv-btn-background-1.png);
}

#top-fv-section .fv-btn a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  align-content: center;
  position: relative;
  z-index: 2;
}

#top-fv-section .fv-btn-background-text {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  line-height: 0.9;
  text-align: center;
  color: rgba(255, 255, 255, .15);
}




@media screen and (min-width: 767px) {
  #top-fv-section .fv-container {
    display: flex;
    justify-content: space-between;
  }

  #top-fv-section .fv-flex-block {
    margin: min(32px, 2.3vw);
    padding-top: min(150px, 10.7vw);
  }

  #top-fv-section .fv-flex-block-right {
    padding-top: min(220px, 15.7vw);
  }

  #top-fv-section .fv-access {
    font-size: min(20px, 1.43vw);
    font-weight: bold;
  }

  #top-fv-section .fv-title {
    font-size: min(46px, 3.29vw);
    line-height: 1.5;
    font-weight: bold;
    margin: min(50px, 3.57vw) 0;
    padding-bottom: min(50px, 3.57vw);
  }

  #top-fv-section .fv-points {
    font-size: min(16px, 1.14vw);
    padding-left: min(3vw, 42px);
  }

  #top-fv-section .fv-point-note {
    font-size: min(12px, 0.86vw);
  }

  #top-fv-section .fv-point-label {
    font-size: min(20px, 1.43vw);
  }

  #top-fv-section .fv-circle {
    font-size: min(16px, 1.14vw);
  }

  #top-fv-section .fv-circle-number span {
    font-size: min(32px, 2.29vw);
    letter-spacing: 0.05em;
  }

  #top-fv-section .fv-circle-note {
    font-size: min(10px, 0.71vw);
  }

  #top-fv-section .fv-btn-list {
    font-size: min(22px, 1.57vw);
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin-top: min(4.29vw, 60px);
  }

  #top-fv-section .fv-btn-background-text {
    font-size: min(64px, 4.57vw);
  }
}

@media screen and (max-width: 767px) {
  #top-fv-section .slide-image {
    max-height: 200vw;
  }

  #top-fv-section .fv-access {
    font-size: 3.7vw;
    margin-bottom: 3vw;
  }

  #top-fv-section .fv-title {
    font-size: 5.6vw;
  }

  #top-fv-section .fv-circle {
    font-size: 3.2vw;
  }

  #top-fv-section .fv-circle-number span {
    font-size: 6.1vw;
  }

  #top-fv-section .fv-circle-note {
    font-size: 2.4vw;
    line-height: 1.2;
  }

  #top-fv-section .fv-btn-list {
    font-size: 3.7vw;
    display: flex;
    justify-content: space-between;
  }

  #top-fv-section .fv-btn {
    width: 43.5vw;
    max-width: none;
    height: 22.7vw;
    max-height: none;
  }

  #top-fv-section .fv-btn-background-text {
    font-size: 9vw;
    align-content: center;
  }

  #top-fv-section .slide-image:nth-child(1) {
    background-image: url('https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/top-fv-1-sp.png');
  }

  #top-fv-section .slide-image:nth-child(2) {
    background-image: url('https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/top-fv-2-sp.png');
  }

  #top-fv-section .fv-container {
    height: 200vw;
    max-height: none;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  #top-fv-section .fv-flex-block {
    padding: 15vw 5.3vw 5.3vw 5.3vw;
  }

  #top-fv-section .fv-circle {
    width: 31.5vw;
    max-width: none;
    height: 31.5vw;
    max-height: none;
  }

  #top-fv-section .fv-info .fv-circle:nth-child(1) {
    margin-left: auto;
  }

  #top-fv-section .fv-point {
    width: 100%;
    max-width: none;
    height: 15vw;
    max-height: none;
  }

  #top-fv-section .fv-point:nth-child(3) {
    height: 18vw;
  }

  #top-fv-section .fv-point-label,
  #top-fv-section .fv-point-text {
    font-size: 3.7vw;
    line-height: 1.3;
  }

  #top-fv-section .fv-point-label {
    width: 14.5vw;
    max-width: none;
    height: 11.2vw;
    max-height: none;
  }

  #top-fv-section .fv-point-text {
    left: 13vw;
  }

  #top-fv-section .fv-point-text .fv-point-note {
    font-size: 3.2vw;
  }
}

}

/* ----------------------------------------
再生医療 top-fv
---------------------------------------- */

#top-fv-section.regenerative-fv .fv-flex-block-right {
  padding-top: 0 !important;
  margin-top: auto !important;
}

#top-fv-section.regenerative-fv .fv-flex-block-right {
  padding-top: 0 !important;
  margin-top: auto !important;
}

@media screen and (min-width: 767px) {
  #top-fv-section.regenerative-fv .slide-image:nth-child(1) {
    background-image: url('https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/regenerative-fv.png');
  }
}

/* ----------------------------------------
美容外科 top-fv
---------------------------------------- */
#top-fv-section.beauty-fv .fv-flex-block-right {
  padding-top: 0 !important;
  margin-top: auto !important;
}

@media screen and (min-width: 767px) {
  #top-fv-section.beauty-fv .slide-image:nth-child(1) {
    background-image: url('https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/beauty-fv-1.png');
  }

  #top-fv-section.beauty-fv .slide-image:nth-child(2) {
    background-image: url('https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/beauty-fv-2.png');
  }
}

@media screen and (max-width: 767px) {
  #top-fv-section.beauty-fv .slide-image:nth-child(1) {
    background-image: url('https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/beauty-fv-1-sp.png');
  }

  #top-fv-section.beauty-fv .slide-image:nth-child(2) {
    background-image: url('https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/beauty-fv-2-sp.png');
  }
}

/* ----------------------------------------
authorization-section
---------------------------------------- */
.authorization-section {
  width: 100vw;
  background: #F8F9FA;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.authorization-section .authorization-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.authorization-section .authorization-info {
  width: 72%;
  max-width: 1000px;
  margin: 30px auto;
  margin-bottom: 50px;
  box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.2);
  font-family: "Shippori Mincho", serif;
  border: 1px solid;
  border-image: linear-gradient(to right, #7A6500, #C3A419) 1;
}

.authorization-section .authorization-content {
  padding: 20px 0;
}

.authorization-section .authorization-description {
  color: #fff;
  background: linear-gradient(90.47deg, #031C52 0%, #324772 100%);
  width: fit-content;
  padding: 5px 30px;
  margin-bottom: 5px;
}

.authorization-section .authorization-info-text {
  padding: 10px 30px;
}

.authorization-section .authorization-image-box {
  background: linear-gradient(to bottom right, #031C52, #324772);
  padding: 3% 4%;
}

.authorization-section .authorization-banner {
  width: 100%;
}

.authorization-section .authorization-details {
  font-family: "Shippori Mincho", serif;
  width: 72%;
  margin: 0 auto;
  text-align: center;
}

.authorization-section .authorization-details-title {
  background: linear-gradient(to bottom right, #7A6500, #C3A419);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 50px 0;
  font-weight: bold;
}

.authorization-section .authorization-details-text {
  margin: 30px 0;
}

.authorization-section .tp-point {
  text-align: left;
}

.authorization-section .tp-point-question .tp-point-title::before {
  background-image: url(https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/regeneration-authorization-caution-icon.png);
}

@media screen and (min-width: 767px) {
  .authorization-section {
    font-size: min(14px, 1vw);
  }

  .authorization-section .top-h2-en {
    font-size: min(144px, 10.3vw);
  }

  .authorization-section .authorization-info {
    display: flex;
    justify-content: space-between;
  }

  .authorization-section .authorization-content {
    width: 70%;
  }

  .authorization-section .authorization-image-box {
    width: 26%;
  }

  .authorization-section .authorization-description {
    font-size: min(20px, 1.43vw);
  }

  .authorization-section .authorization-details-title {
    font-size: min(32px, 2.3vw);
  }
}



/* ----------------------------------------
top-doctor
---------------------------------------- */
.top-doctor-container {
  width: 100vw;
  background: #F8F9FA;
}

#top-doctor-section,
#top-about-section {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: min(1.14vw, 16px);
}

#top-doctor-section {
  overflow-x: hidden;
  margin-bottom: 0;
}

#top-doctor-section .top-h2,
#top-about-section .top-h2 {
  text-align: left;
}

#top-doctor-section .doctor-content {
  background: #F8F9FA;
  font-family: "Shippori Mincho", serif;
}

#top-doctor-section .doctor-content .doctor-image img {
  box-shadow: 16px 16px 32px 0 rgba(0, 0, 0, 0.15);
}

#top-doctor-section .doctor-info .doctor-description {
  font-size: min(2.29vw, 32px);
  color: #161628;
  font-weight: bold;
  margin: 50px 0;
}

#top-doctor-section .doctor-info .doctor-text {
  margin-bottom: 30px;
}

#top-doctor-section .doctor-info .doctor-name {
  font-size: min(1.71vw, 24px);
}

#top-doctor-section .doctor-qualifications {
  font-family: "Shippori Mincho", serif;
  background: #fff;
}

@media screen and (min-width: 767px) {
  #top-doctor-section {
    padding-top: 100px;
  }

  #top-doctor-section .doctor-content,
  #top-about-section .about-content {
    display: flex;
    justify-content: space-between;
  }

  #top-doctor-section .doctor-content {
    padding: 100px 0;
  }

  #top-doctor-section .doctor-content .doctor-image {
    width: 40%;
    margin-top: -150px;
  }

  #top-doctor-section .doctor-content .doctor-info {
    width: 55%;
    padding-right: 10%;
  }

  #top-doctor-section .doctor-info .doctor-position,
  #top-doctor-section .doctor-info .doctor-name {
    background: linear-gradient(to bottom right, #031C52, #324772);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
  }

  #top-doctor-section .doctor-qualifications {
    padding: 50px 15%;
    display: flex;
    justify-content: space-around;
  }

  #top-doctor-section .doctor-qualifications .qualification-box:nth-child(1)::before {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 85%;
  }

  #top-doctor-section .doctor-qualifications .qualification-box:nth-child(1) {
    width: 70%;
    position: relative;
  }

  #top-doctor-section .doctor-qualifications .qualification-box:nth-child(2) {
    width: 30%;
  }
}

#top-doctor-section .doctor-qualifications {
  border-top: 1px solid;
  border-image: linear-gradient(to right, #7A6500, #C3A419) 1;
}

#top-doctor-section .doctor-qualifications .qualification-title {
  font-size: min(1.43vw, 20px);
  color: #031C52;
  font-weight: bold;
  margin-bottom: 20px;
}

#top-doctor-section .doctor-qualifications ul li {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

#top-doctor-section .doctor-gallery {
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #7A6500, #C3A419) 1;
  background: #fff;
}

#top-doctor-section .top-btn-box {
  padding: 30px 0 50px 0;
  background: #F8F9FA;
}


@media screen and (max-width: 767px) {
  #top-doctor-section .doctor-content {
    padding-top: 15vw;
  }

  #top-doctor-section .top-h2 {
    margin-bottom: 5vw;
  }

  #top-doctor-section .doctor-info .doctor-description {
    font-size: 6.4vw;
    line-height: 1.5;
  }

  #top-doctor-section .doctor-info .doctor-position,
  #top-doctor-section .doctor-info .doctor-text,
  #top-doctor-section .doctor-qualifications ul li {
    font-size: 3.73vw;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  #top-doctor-section .doctor-qualifications .qualification-title,
  #top-doctor-section .doctor-info .doctor-name {
    font-size: 5.33vw;
  }

  #top-doctor-section .doctor-qualifications {
    padding: 5.3vw;
  }

  #top-doctor-section .top-h2,
  #top-doctor-section .doctor-info .doctor-description,
  #top-doctor-section .doctor-info .doctor-text {
    padding: 0 5.3vw;
  }

  #top-doctor-section .doctor-content .doctor-image img {
    width: 80vw;
    height: 85vw;
    object-fit: cover;
  }

  #top-doctor-section .doctor-content .doctor-info .doctor-name-block {
    text-align: right;
    position: relative;
    z-index: 3;
    margin-top: -25vw;
    margin-left: 50vw;
  }

  #top-doctor-section .doctor-info .doctor-position,
  #top-doctor-section .doctor-info .doctor-name {
    background: #fff;
    color: #031C52;
    font-weight: bold;
    text-align: right;
    width: fit-content;
    padding: 5px 15px;
    margin-bottom: 5px;
  }

  #top-doctor-section .doctor-info .doctor-text {
    padding-bottom: 10vw;
    margin-bottom: 0;
  }

  #top-doctor-section .doctor-qualifications .qualification-box {
    margin: 5vw 0;
  }
}

/* ----------------------------------------
regenerative-doctor
---------------------------------------- */
.regenerative-doctor .doctor-info .doctor-description {
  background: linear-gradient(to bottom right, #031C52, #324772);
  color: #fff !important;
  width: fit-content;
  padding: 5px 20px;
  margin-bottom: 5px;
}

/* ----------------------------------------
beauty-doctor
---------------------------------------- */
#top-doctor-section.beauty-doctor .top-h2 {
  text-align: center;
}

@media screen and (min-width: 767px) {
  #top-doctor-section.beauty-doctor .doctor-content .doctor-image {
    margin-top: 0;
  }
}


/* ----------------------------------------
tp-clinic-gallery
---------------------------------------- */

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.tp-clinic-gallery .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.tp-clinic-gallery .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}

.tp-clinic-gallery .scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

@media screen and (min-width: 767px) {
  .tp-clinic-gallery .scroll-infinity__item {
    width: calc(100vw / 5);
  }
}

.tp-clinic-gallery img {
  width: 18.9vw;
  max-width: 265px;
  height: 12.6vw;
  max-height: 180px;
  object-fit: cover;
  margin: 60px 0;
  box-shadow: 16px 16px 32px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  .tp-clinic-gallery img {
    width: 60vw;
    max-width: none;
    height: 40vw;
    max-height: none;
    margin-right: 20px;
  }

  .tp-clinic-gallery .scroll-infinity__list--left {
    animation: infinity-scroll-left 60s infinite linear 0.5s both;
  }
}

/* ----------------------------------------
regenerative-gallery
---------------------------------------- */
.regenerative-gallery {
  background: #161628;
  position: relative;
  overflow: hidden;
}

.regenerative-gallery::before {
  content: "GALLERY";
  font-family: "Shippori Mincho", serif;
  font-size: min(400px, 28.5vw);
  color: rgba(255, 255, 255, 0.1);
  letter-spacing: 0.1em;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
}


/* ----------------------------------------
regenerative-gallery
---------------------------------------- */
.regenerative-gallery {
  background: #161628;
  position: relative;
  overflow: hidden;
}

.regenerative-gallery::before {
  content: "GALLERY";
  font-family: "Shippori Mincho", serif;
  font-size: min(400px, 28.5vw);
  color: rgba(255, 255, 255, 0.1);
  letter-spacing: 0.1em;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
}


/* ----------------------------------------
regenerative-reason
---------------------------------------- */
.regenerative-reason {
  padding-top: 50px;
}

.regenerative-reason .commitments-title,
.regenerative-reason .commitments-description {
  text-align: center;
  padding: 0 10% !important;
}

.regenerative-reason .commitments-content {
  background: #fff;
  border: 1px solid;
  border-image: linear-gradient(to right, #7A6500, #C3A419) 1;
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.1);
}

.regenerative-reason .regenerative-content-title {
  background: initial !important;
  -webkit-text-fill-color: initial !important;
}

.regenerative-reason .commitments-item .commitments-content .commitments-point {
  background: linear-gradient(to bottom right, #7A6500, #C3A419) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  opacity: 1 !important;
}

.regenerative-reason .commitments-item .commitments-content .commitments-content-title span {
  display: block;
  background: linear-gradient(to bottom right, #031C52, #324772);
  color: #fff;
  padding: 5px 15px;
  width: fit-content;
  margin-bottom: 5px;
}

@media screen and (min-width: 767px) {
  .regenerative-reason .commitments-item {
    position: relative;
  }

  .regenerative-reason .commitments-item:nth-child(odd) .commitments-content {
    position: absolute;
    top: 10%;
    left: -10%;
  }

  .regenerative-reason .commitments-item:nth-child(even) .commitments-content {
    position: absolute;
    top: 10%;
    right: -10%;
  }

  .regenerative-reason .commitments-item {
    margin-bottom: 150px !important;
  }

  .regenerative-reason .commitments-item .commitments-content {
    padding: 20px min(2.9vw, 40px);
    width: 70% !important;
  }

  .regenerative-reason .commitments-item img {
    width: 45.7vw !important;
    max-width: 640px !important;
    height: 28.6vw !important;
    max-height: 400px !important;
  }
}


/* ----------------------------------------
top-about
---------------------------------------- */

#top-about-section .about-background {
  width: 100vw;
  background: linear-gradient(to bottom right, #031C52, #324772);
  margin: 0 calc(50% - 50vw);
}

#top-about-section .top-h2 {
  padding-bottom: 30px;
}

#top-about-section .about-content {
  padding-top: 30px;
  padding-bottom: 50px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
}

#top-about-section .about-info {
  color: #fff;
}

#top-about-section .top-btn-gold {
  margin-top: -30px;
}

#top-about-section .about-image img {
  box-shadow: 16px 16px 32px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 767px) {
  #top-about-section .top-h2 {
    padding-left: min(14.3vw, 200px);
  }

  #top-about-section .about-info {
    padding-left: min(14.3vw, 200px);
    width: 55%;
  }

  #top-about-section .about-description {
    font-size: min(2.29vw, 32px);
    margin-bottom: 50px;
  }

  #top-about-section .about-content .about-image {
    width: 40%;
    margin-top: max(-6.4vw, -90px);
  }
}

@media screen and (max-width: 767px) {
  #top-about-section .top-h2 {
    padding-bottom: 20px;
    padding-left: 5vw;
  }

  #top-about-section .about-info {
    padding: 5vw;
  }

  #top-about-section .about-description {
    font-size: 6.4vw;
    margin-bottom: 20px;
  }

  #top-about-section .about-text {
    font-size: 3.8vw;
  }
}

/* ----------------------------------------
tp-blue-box
---------------------------------------- */
.tp-blue-box {
  width: 72%;
  margin: 50px auto;
  font-family: "Shippori Mincho", serif;
  background: linear-gradient(to bottom right, #031C52, #324772);
  position: relative;
  padding: 0 min(2.86vw, 40px) min(2.86vw, 40px) min(2.86vw, 40px);
}

.regenerative-menu .tp-blue-box {
  width: 100%;
}

.tp-blue-box::before {
  font-size: min(13.6vw, 190px);
  color: rgba(255, 255, 255, 0.08);
  letter-spacing: 0.1em;
  position: absolute;
  transform: translate(-50%, -30%);
  top: 0;
  left: 50%;
}

.regenerative-about .tp-blue-box::before {
  content: "EFFICACY";
}

.regenerative-menu .tp-blue-box::before {
  content: "OVERVIEW";
}

.tp-blue-box .tp-blue-box-title {
  color: #fff;
  text-align: center;
  padding: 25px 0;
}

.tp-blue-box .tp-blue-box-content {
  background: #fff;
  padding: min(2.14vw, 30px);
}

.tp-blue-box .tp-blue-box-content ul li {
  padding: 10px 5px;
  padding-left: min(1.43vw, 20px);
  position: relative;
  font-size: min(1.14vw, 16px);
}

.tp-blue-box .tp-blue-box-content ul li::before {
  content: "・";
  font-size: min(1.14vw, 16px);
  font-weight: bold;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

.tp-blue-box-card {
  padding: 5px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  background: linear-gradient(to bottom right, #031C52, #324772);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: min(1.43vw, 20px);
}


@media screen and (min-width: 767px) {
  .tp-blue-box .tp-blue-box-title {
    font-size: min(1.71vw, 24px);
  }

  .tp-blue-box .tp-blue-box-content ul,
  .regenerative-about .tp-blue-box .tp-blue-box-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .tp-blue-box .tp-blue-box-content ul li {
    width: 24%;
  }

  .tp-blue-box-card {
    width: 31%;
  }
}

@media screen and (max-width: 767px) {

  .tp-blue-box,
  .regenerative-menu .tp-blue-box {
    width: 90%;
  }

  .tp-blue-box .tp-blue-box-title {
    font-size: 5.3vw;
  }

  .tp-blue-box-card {
    font-size: 4.3vw;
  }

  .tp-blue-box .tp-blue-box-content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .tp-blue-box .tp-blue-box-content ul li {
    width: 50%;
    font-size: 3.7vw;
    padding-left: 3.7vw;
  }

  .tp-blue-box .tp-blue-box-content ul li::before {
    font-size: 3.7vw;
  }
}

/* ----------------------------------------
regenerative-about
---------------------------------------- */
.regenerative-about-background {
  background: #F8F9FA;
  width: 100vw;
  padding: 100px 0 50px 0;
}

.regenerative-about .about-background {
  display: contents;
}

.regenerative-about .about-info {
  color: #161628 !important;
}

/* ----------------------------------------
regenerative-menu
---------------------------------------- */
.regenerative-menu {
  padding: 100px 0;
}

.regenerative-menu .commitments-title {
  text-align: center;
  padding: 0 !important;
}

.regenerative-menu .commitments-description {
  text-align: center;
  padding: 0 10% !important;
}

@media screen and (min-width: 767px) {
  .regenerative-menu .commitments-content .top-btn-box {
    text-align: left;
  }

  .regenerative-menu .commitments-content .top-btn-gold {
    margin: 30px 24px 0 0;
  }

  .regenerative-menu .commitments-item .commitments-content {
    width: 50% !important;
  }

  .regenerative-menu .commitments-item img {
    width: 45.7vw !important;
    max-width: 640px !important;
    height: 28.6vw !important;
    max-height: 400px !important;
  }
}


/* ----------------------------------------
top-reason
---------------------------------------- */
.reason-background {
  width: 100vw;
  background: linear-gradient(to bottom right, #031C52, #324772);
  margin: 0 calc(50% - 50vw);
  padding: 50px 0;
}

#top-reason-section {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
  font-family: "Shippori Mincho", serif;
}

#top-reason-section .reason-container {
  margin: 0 min(14.2vw, 200px);
}

#top-reason-section .top-h2 .top-h2-jp {
  color: #fff;
}

#top-reason-section .reason-item {
  position: relative;
  padding: 1vw 0 2vw 0;
}

#top-reason-section .reason-image {
  width: 80%;
}

#top-reason-section .reason-point {
  position: absolute;
  top: 10%;
  right: 0;
  transform: rotate(90deg);
}

#top-reason-section .reason-description {
  padding: 1vw 1vw 1vw 0;
}

#top-reason-section .reason-text {
  padding-top: 1.5vw;
}

#top-reason-section .reason-heading {
  margin: 0.5vw 0;
  padding: 0 2vw;
  background: #fff;
  width: fit-content;
  color: #161628;
  font-weight: bold;
}



@media screen and (min-width: 767px) {
  #top-reason-section .top-h2 {
    padding-bottom: 50px;
  }

  #top-reason-section .reason-content {
    display: flex;
    justify-content: space-between;
  }

  #top-reason-section .reason-item {
    width: 33.333333333333333333%;
  }

  #top-reason-section .reason-description {
    padding: 1vw 1vw 1vw 0;
    font-size: min(1vw, 14px);
  }
}

@media screen and (max-width: 767px) {
  #top-reason-section {
    padding: 50px 0;
  }

  #top-reason-section .top-h2 {
    padding: 30px 0;
  }

  #top-reason-section .reason-item {
    padding: 4vw 0;
  }

  #top-reason-section .reason-text {
    padding-top: 3vw;
  }

  #top-reason-section .reason-heading {
    margin: 1vw 0;
    padding: 0 4vw;
  }

  #top-reason-section .reason-description {
    font-size: 3.73vw;
    padding: 2vw 2vw 2vw 0;
  }

  #top-reason-section .reason-point {
    top: 12%;
    right: -8%;
  }
}



/* ----------------------------------------
top-feature
---------------------------------------- */

#top-feature-section {
  width: 100vw;
  overflow: hidden;
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
}

/*タブ切り替え全体のスタイル*/
#top-feature-section .tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  /*   box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}

/*タブのスタイル*/
#top-feature-section .tab_item {
  width: calc(100%/2);
  background: linear-gradient(to bottom right, #031C52, #324772);
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  transition: all 0.2s ease;
  padding: 10px 0;
}

#top-feature-section .tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
#top-feature-section input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
#top-feature-section .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#top-feature-section #beauty:checked~#beauty_content,
#top-feature-section #regeneration:checked~#regeneration_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
#top-feature-section .tabs input:checked+.tab_item {
  background-color: #fff;
  background: linear-gradient(to bottom right, #031C52, #324772);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#top-feature-section .tp-commitments .commitments-item .commitments-content .commitments-content-title {
  background: linear-gradient(to bottom right, #7A6500, #C3A419);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#top-feature-section .tp-commitments .commitments-item .commitments-content .commitments-text {
  margin: 30px 0;
}

.popular-menu-box {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
}

.popular-menu-title {
  background: linear-gradient(to bottom right, #7A6500, #C3A419);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.popular-menu-btn {
  display: block;
  margin-bottom: 30px;
  box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.2);
}

/* バナーのカルーセルスライダー */
.tp-banner-gallery {
  margin: 30px auto;
  padding: 5px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 20%, #161628 20%, #161628 100%);
  position: relative;
}

.tp-banner-gallery .tp-banner-background-text {
  position: absolute;
  bottom: -40%;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.15);
  font-size: 240px;
  letter-spacing: 0.1em;
}

.tp-banner-gallery .slide-items {
  width: 100%;
  display: flex;
  max-width: 1400px;
  margin: auto;
}

.tp-banner-gallery .slide-items li {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}

.tp-banner-gallery .slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-banner-gallery .slick-dots {
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

.tp-banner-gallery .slick-dots li.slick-active button::before,
.slick-dots li button::before {
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .tp-banner-gallery .tp-banner-background-text {
    bottom: -20%;
    font-size: 5.7vw;
    letter-spacing: 0.01em;
  }
}



@media screen and (min-width: 767px) {
  #top-feature-section {
    font-size: min(16px, 1.14vw);
  }

  #top-feature-section .tab_item {
    font-size: min(32px, 8.53vw);
  }

  #top-feature-section .tp-commitments .commitments-item .commitments-content .commitments-content-title {
    font-size: min(40px, 10.7vw);
  }

  #top-feature-section .top-btn-box {
    text-align: left;
  }

  .popular-menu-title {
    font-size: min(40px, 2.85vw);
  }

  .popular-menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }

  .popular-menu-btn {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  #top-feature-section .tab_content {
    width: 100%;
    margin: 0 auto;
  }

  #top-feature-section .tab_item {
    font-size: 4.8vw;
    line-height: 1.5;
    height: 20vw;
    align-content: center;
  }

  #top-feature-section .tp-commitments .commitments-item {
    padding: 0 10%;
  }

  #top-feature-section .top-btn-gold {
    margin: 0 auto;
  }

  .popular-menu-title {
    font-size: 6.4vw;
  }
}

/* ----------------------------------------
top-treatment
---------------------------------------- */
#top-treatment-section {
  background: #F8F9FA;
  width: 100vw;
  font-family: "Shippori Mincho", serif;
  color: #161628;
  padding: 50px 0;
}

#top-treatment-section .treatment-container {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}

#top-treatment-section .treatment-description {
  text-align: center;
  margin: 30px 0;
}

#top-treatment-section .treatment-wrapper {
  padding: 20px;
  background: #fff;
}

#top-treatment-section .treatment-category {
  margin-bottom: 30px;
}

#top-treatment-section .treatment-subtitle {
  color: #031C52;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #7A6500, #C3A419) 1;
}

#top-treatment-section .treatment-flex,
#top-treatment-section .treatment-list {
  display: flex;

}

#top-treatment-section .treatment-flex .treatment-item {
  display: block;
}

#top-treatment-section .treatment-flex .treatment-item img {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.18);
}

#top-treatment-section .treatment-flex .treatment-item p {
  text-align: center;
  line-height: 3;
}

#top-treatment-section .treatment-list .treatment-card img {
  border: 5px solid #fff;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.13);
  margin-bottom: 25px;
}

#top-treatment-section .treatment-list .treatment-card>ul>li>a {
  font-weight: bold;
  color: #866E00;
}

#top-treatment-section .treatment-list .treatment-card>ul>li>ul>li {
  padding-left: min(1.28vw, 18px);
}

#top-treatment-section .treatment-list .treatment-card a {
  position: relative;
  display: inline-block;
  padding-left: min(1.28vw, 18px);
}

#top-treatment-section .treatment-list .treatment-card a::before {
  content: '';
  width: 0.5vw;
  max-width: 7px;
  height: 0.5vw;
  max-height: 7px;
  border: 0;
  border-top: solid 1px #161628;
  border-right: solid 1px #161628;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
}


@media screen and (min-width: 767px) {
  #top-treatment-section {
    font-size: min(1.14vw, 16px);
    letter-spacing: 0.1em;
  }

  #top-treatment-section .treatment-description {
    font-size: min(1.43vw, 20px);
    line-height: 1.5;
  }

  #top-treatment-section .treatment-wrapper {
    width: 100%;
  }

  #top-treatment-section .treatment-category {
    width: 100%;
  }

  #top-treatment-section .treatment-flex,
  #top-treatment-section .treatment-list {
    width: 100%;
  }

  #top-treatment-section .treatment-subtitle {
    font-size: min(1.43vw, 20px);
  }

  #top-treatment-section .treatment-flex .treatment-item {
    width: 18%;
    margin-right: 2%;
  }

  #top-treatment-section .treatment-list .treatment-card {
    width: 30%;
    margin-right: calc(10%/3);
  }

  #top-treatment-section .sp-scroll {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  #top-treatment-section .treatment-container {
    width: 90%;
  }

  #top-treatment-section .treatment-flex {
    width: calc(40vw*5);
  }

  #top-treatment-section .treatment-list {
    width: calc(75vw*3);
  }

  #top-treatment-section .treatment-flex .treatment-item {
    width: 40vw;
    margin-right: 5vw;
  }

  #top-treatment-section .treatment-list .treatment-card {
    width: 70vw;
    margin-right: 5vw;
  }

  #top-treatment-section .treatment-list .treatment-card>ul>li>ul>li {
    padding-left: 4.8vw;
  }

  #top-treatment-section .treatment-list .treatment-card a {
    padding-left: 4.8vw;
  }

  #top-treatment-section .treatment-list .treatment-card a::before {
    width: 1.87vw;
    max-width: none;
    height: 1.87vw;
    max-height: none;
  }

  #top-treatment-section .sp-scroll {
    overflow-x: scroll;
  }

  #top-treatment-section .scroll-text {
    text-align: right;
    background: linear-gradient(to bottom right, #7A6500, #C3A419);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 8vw;
    position: relative;
    margin-top: 5px;
  }

  #top-treatment-section .scroll-text::before {
    content: "";
    display: inline-block;
    width: 6.4vw;
    height: 6.4vw;
    background-image: url('https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/top-treatment-scroll.png');
    background-position: center;
    background-size: contain;
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    right: 0;
  }
}


/* ----------------------------------------
concept
---------------------------------------- */
#concept {
  background-image: url(../img/concept-bg.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 50px;
}

@media screen and (max-width: 975px) {
  #concept {
    background-image: url(../img/concept-bg-sp.png.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

.concept__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
}

@media screen and (max-width: 975px) {
  .concept__wrap {
    position: relative;
    margin: 0 auto;
  }
}

.concept__wrap .concept__title {
  width: 143px;
}

@media screen and (max-width: 975px) {
  .concept__wrap .concept__title {
    width: 65px;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 975px) {
  .concept__wrap .concept__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 975px) {
  .concept__wrap .concept__img {
    width: 74.6666666667%;
    margin-left: auto;
  }
}

.concept__title h2 {
  color: #38506B;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 36px;
  font-size: 2.25rem;
}

@media screen and (max-width: 975px) {
  .concept__title h2 {
    font-size: 1.125rem;
    display: block;
    margin-left: auto;
  }
}

.concept__title h2 span {
  font-size: 50px;
  font-size: 3.125rem;
  padding-top: 0.6em;
  line-height: 1.2;
}

@media screen and (max-width: 975px) {
  .concept__title h2 span {
    font-size: 1.5625rem;
    padding-top: 0;
  }
}

.concept__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  max-width: 1140px;
  width: calc(100% - 140px);
}

@media screen and (max-width: 975px) {
  .concept__content {
    gap: 45px;
  }
}

.concept__content .concept__text {
  width: 400px;
}

@media screen and (max-width: 975px) {
  .concept__content .concept__text {
    width: 81.3333333333%;
    margin: 0 auto;
  }
}

.concept__content .concept__text p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

@media screen and (max-width: 975px) {
  .concept__content .concept__text p {
    font-size: 0.8125rem;
  }
}

.concept__img {
  max-width: 700px;
  width: 61.4035087719%;
  height: auto;
}

/* ----------------------------------------
feature
---------------------------------------- */
.concept-feature {
  max-width: 1236px;
  width: 100%;
  margin: 30px auto 0;
}

.concept-feature .feature__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1240px) {
  .concept-feature .feature__wrap {
    padding: 0 20px;
  }
}

.feature__list {
  border: 2px solid #E6F3F9;
  display: block;
  width: 230px;
  position: relative;
  padding: 5px;
}

@media screen and (max-width: 1240px) {
  .feature__list {
    width: 172px;
  }
}

@media screen and (max-width: 975px) {
  .feature__list {
    height: 172px;
    width: 49.0666666667%;
  }
}

@media screen and (max-width: 975px) {
  .feature__list:nth-child(1) {
    width: 100%;
  }
}

@media screen and (max-width: 975px) {
  .feature__list:nth-child(n+2) {
    margin-top: 8px;
  }
}

.feature__num {
  color: #38506B;
  position: absolute;
  white-space: nowrap;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Pinyon Script", serif;
  -webkit-transform: rotate(-8deg) translateX(-8px);
  transform: rotate(-8deg) translateX(-8px);
  top: 12px;
  left: 0;
}

@media screen and (max-width: 1240px) {
  .feature__num {
    top: 8px;
    font-size: 0.9375rem;
  }
}

.feature__num span {
  font-size: 34px;
  font-size: 2.125rem;
}

@media screen and (max-width: 1240px) {
  .feature__num span {
    font-size: 1.5625rem;
  }
}

.feature__con {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(243, 246, 255, .9)), color-stop(50%, rgba(255, 255, 255, .9)), to(rgba(229, 237, 246, .9)));
  background: linear-gradient(0deg, rgba(243, 246, 255, .9) 0%, rgba(255, 255, 255, .9) 50%, rgba(229, 237, 246, .9) 100%);
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 975px) {
  .feature__con {
    aspect-ratio: unset;
    height: 159px;
  }
}

.feature__img {
  width: 84px;
  padding-top: 42px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  .feature__img {
    width: 66px;
    padding-top: 28px;
  }
}

.feature__text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #38506B;
}

.feature__text p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 1em;
}

@media screen and (max-width: 1240px) {
  .feature__text p {
    font-size: 0.8125rem;
    margin-top: 0.8em;
  }
}

.feature__text h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 0.3em;
  letter-spacing: 0.035em;
}

@media screen and (max-width: 1240px) {
  .feature__text h3 {
    font-size: 1.125rem;
    line-height: 1.1;
  }
}

/*============================
============================*/
#info {
  padding: 60px 0 30px;
}

@media screen and (max-width: 975px) {
  #info {
    padding: 30px 0;
  }
}

.info__container {
  max-width: 1240px;
  padding: 0 20px;
}

@media screen and (max-width: 975px) {
  .info__container {
    padding: 0 12px;
  }
}

.info__wrap {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

@media screen and (max-width: 975px) {
  .info__wrap {
    margin-top: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px;
  }
}

.info__wrap .info__content {
  width: 50%;
}

@media screen and (max-width: 975px) {
  .info__wrap .info__content {
    width: 100%;
  }
}

.info__table {
  text-align: center;
  vertical-align: middle;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  width: 100%;
}

.info__table thead {
  background-color: #87B1C6;
  height: 45px;
}

@media screen and (max-width: 975px) {
  .info__table thead {
    height: 28px;
  }
}

.info__table thead tr th {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 975px) {
  .info__table thead tr th {
    font-size: 0.8125rem;
  }
}

.info__table thead tr th:nth-child(1) {
  width: 38%;
}

@media screen and (max-width: 975px) {
  .info__table thead tr th:nth-child(1) {
    width: 28%;
  }
}

.info__table thead tr th:nth-child(n+2) {
  width: 7.75%;
}

@media screen and (max-width: 975px) {
  .info__table thead tr th:nth-child(n+2) {
    width: 9%;
  }
}

.info__table tbody {
  color: #69A1BE;
}

.info__table tbody tr {
  height: 45px;
}

@media screen and (max-width: 975px) {
  .info__table tbody tr {
    height: 42px;
  }
}

.info__table tbody tr th {
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 975px) {
  .info__table tbody tr th {
    font-size: 0.8125rem;
  }
}

.info__table tbody tr td {
  font-weight: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  font-size: 1.25rem;
}

dl.info__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
}

dl.info__dl dt {
  width: 90px;
  gap: 10px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #87B1C6;
  line-height: 27px;
  line-height: 1.6875rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 975px) {
  dl.info__dl dt {
    line-height: 1.875rem;
  }
}

dl.info__dl:nth-of-type(n+2) dt {
  background-color: #69A1BE;
}

dl.info__dl dd {
  width: calc(100% - 100px);
  color: #69A1BE;
  font-weight: bold;
  line-height: 27px;
  line-height: 1.6875rem;
}

.info__car {
  margin-top: 26px;
  padding: 26px 38px 20px;
  color: #38506B;
  background-image: url(../img/info-bg.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (max-width: 975px) {
  .info__car {
    margin-top: 18px;
    padding: 14px 22px;
  }
}

.info__car p.info__car-top {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 975px) {
  .info__car p.info__car-top {
    font-size: 0.9375rem;
  }
}

.info__car .info__car-bottom {
  margin-top: 22px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
}

@media screen and (max-width: 975px) {
  .info__car .info__car-bottom {
    margin-top: 14px;
    font-size: 0.8125rem;
  }
}

.info__map {
  width: calc(50% - 60px);
}

@media screen and (max-width: 975px) {
  .info__map {
    width: 100%;
  }
}

.info__map iframe {
  aspect-ratio: 540/444;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 975px) {
  .info__map iframe {
    aspect-ratio: 335/205;
  }
}

.info__map a.more-btn {
  margin-top: 15px;
}

@media screen and (max-width: 975px) {
  .info__map a.more-btn {
    margin-top: 8px;
  }
}

/*============================
info
============================*/
#news {
  position: relative;
  padding: 60px 0 124px;
}

@media screen and (max-width: 975px) {
  #news {
    padding: 30px 0 85px;
  }
}

#news::after {
  position: absolute;
  content: "NEWS";
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #E6F3F9;
  font-size: 110px;
  font-size: 6.875rem;
  bottom: 24px;
  right: 24px;
}

@media screen and (max-width: 975px) {
  #news::after {
    font-size: 2.8125rem;
    bottom: 40px;
    right: unset;
    left: 14px;
  }
}

.news__container {
  max-width: 940px;
}

@media screen and (max-width: 975px) {
  .news__container {
    width: 89.3333333333%;
  }
}

.news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 975px) {
  .news__wrap {
    display: block;
  }
}

.news__title {
  width: 234px;
  padding-top: 100px;
}

@media screen and (max-width: 975px) {
  .news__title {
    width: 100%;
    padding-top: 0;
  }
}

.news__title .top-title {
  text-align: left;
}

@media screen and (max-width: 975px) {
  .news__title .top-title {
    text-align: center;
  }
}

.news__content {
  width: calc(100% - 234px);
}

@media screen and (max-width: 975px) {
  .news__content {
    width: 100%;
    margin-top: 16px;
  }
}

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

.news__tab li {
  border: 1px solid #38506B;
  background-color: #fff;
  width: 112px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}

.news__tab li.active {
  background-color: #38506B;
  margin-top: 0;
}

.news__tab li a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  color: #38506B;
  text-align: center;
  font-weight: bold;
  padding: 6px 0;
  display: block;
  width: 100%;
}

.news__tab li.active a {
  color: #fff;
  padding: 10px 0;
}

.news__area {
  display: none;
}

.news__area.is-active {
  display: block;
}

.news__area ul {
  border-top: 1px solid #38506B;
}

.news__area ul li {
  border-bottom: 1px solid #38506B;
  padding: 20px 20px 18px;
}

.news__area ul li a time {
  padding-right: 1em;
}

.news__area .more-btn {
  margin-top: 12px;
}

/* ----------------------------------------
cta
---------------------------------------- */
/* #cta {
  padding: 94px 0 92px;
  background-image: url(../img/cta-bg.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 975px) {
  #cta {
    padding: 0;
    background-image: unset;
  }
}

#cta > img {
  display: none;
}
@media screen and (max-width: 975px) {
  #cta > img {
    display: block;
  }
}

.cta__container {
  max-width: 1240px;
}
@media screen and (max-width: 975px) {
  .cta__container {
    background-image: url(../img/cta-bg-bottom-sp.png.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}

.cta__wrap {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 975px) {
  .cta__wrap {
    width: 100%;
    max-width: 314px;
    margin: -1px auto 0;
    padding: 36px 0;
  }
}

.cta__title {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  -webkit-column-rule: #fff;
     -moz-column-rule: #fff;
          column-rule: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 975px) {
  .cta__title {
    font-size: 1.5625rem;
  }
}

.cta__title span {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 975px) {
  .cta__title span {
    font-size: 1.4375rem;
  }
}

.cta__read {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 1em;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
@media screen and (max-width: 975px) {
  .cta__read {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
}

.cta__text {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  line-height: 2;
  max-width: 512px;
  width: 100%;
  margin: 2em auto 0;
}
@media screen and (max-width: 975px) {
  .cta__text {
    width: 90%;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}

.cta__btns {
  margin: 30px auto 0;
  width: 100%;
  max-width: 478px;
}
@media screen and (max-width: 975px) {
  .cta__btns {
    margin: 24px auto 0;
  }
}

.cta__btns .btn {
  width: 100%;
  padding: 20px 0 0 50px;
  gap: 12px;
}
@media screen and (max-width: 975px) {
  .cta__btns .btn {
    height: 68px;
  }
}

@media screen and (max-width: 975px) {
  .cta__btns .btn.tel-btn {
    padding: 14px 0 0 55px;
  }
}

@media screen and (max-width: 975px) {
  .cta__btns .btn.phone-btn {
    padding: 15px 0 0 24px;
  }
}

@media screen and (max-width: 975px) {
  .cta__btns .btn.line-btn {
    padding: 15px 0 0 36px;
  }
}

.cta__btns .btn:nth-child(n+2) {
  margin-top: 14px;
}

.cta__btns .btn .icon-wrap img {
  height: 50px;
}
@media screen and (max-width: 975px) {
  .cta__btns .btn .icon-wrap img {
    height: 32px;
  }
}

.cta__btns .phone-btn .main-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cta__btns .phone-btn .main-text .btn__point-box {
  display: block;
}

.cta__btns .btn .text-wrap .top-text {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 975px) {
  .cta__btns .btn .text-wrap .top-text {
    font-size: 0.8125rem;
  }
}

.cta__btns .btn .text-wrap .main-text {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (max-width: 975px) {
  .cta__btns .btn .text-wrap .main-text {
    font-size: 1.125rem;
  }
}

.cta__btns .btn .text-wrap .main-text span {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 975px) {
  .cta__btns .btn .text-wrap .main-text span {
    font-size: 1.25rem;
  }
}

.cta__btns .btn.phone-btn .text-wrap .main-text {
  margin-top: 2px;
}
@media screen and (max-width: 975px) {
  .cta__btns .btn.phone-btn .text-wrap .main-text {
    margin-top: 0;
  }
}

.cta__btns .btn.phone-btn .text-wrap .main-text span {
  margin-left: 8px;
}
@media screen and (max-width: 975px) {
  .cta__btns .btn.phone-btn .text-wrap .main-text span {
    margin-left: 4px;
  }
}

.cta__btns .btn.phone-btn .text-wrap .main-text span.btn__point-box {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  text-align: center;
  width: 30px;
  background-color: #fff;
  color: #38506B;
  padding: 8px 0;
  margin-right: 4px;
  margin-left: 0;
}
@media screen and (max-width: 975px) {
  .cta__btns .btn.phone-btn .text-wrap .main-text span.btn__point-box {
    font-size: 0.625rem;
    padding: 4px 0;
  }
}

.cta__btns .btn.tel-btn .text-wrap .main-text span {
  font-size: 35px;
  font-size: 2.1875rem;
}
@media screen and (max-width: 975px) {
  .cta__btns .btn.tel-btn .text-wrap .main-text span {
    font-size: 1.5rem;
    line-height: 0.8;
  }
} */

/* ----------------------------------------
p-cta
---------------------------------------- */
/* #page-content .p-cta {
  background-image: url(../img/page-cta-bg.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 32px;
}
@media screen and (max-width: 975px) {
  #page-content .p-cta {
    padding: 42px 12px;
  }
}
#page-content .p-cta__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.035em;
  color: #fff;
}
@media screen and (max-width: 975px) {
  #page-content .p-cta__title {
    font-size: 1.5rem;
  }
}
#page-content .p-cta__title span {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 975px) {
  #page-content .p-cta__title span {
    font-size: 1.125rem;
  }
}
#page-content .p-cta__read {
  margin-top: 0.6em;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.5;
}
#page-content .p-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
}
#page-content .p-cta__content .btn {
  max-width: 310px;
  width: 100%;
}
@media screen and (max-width: 975px) {
  #page-content .p-cta__content .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 975px) {
  #page-content .p-cta__content .btn:nth-child(n+2) {
    margin-top: 12px;
  }
}
#page-content .p-cta__content .tel-btn.btn {
  padding-left: 44px;
}
#page-content .p-cta__content .line-btn.btn {
  padding-left: 32px;
}
#page-content .phone-btn .main-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#page-content .btn .text-wrap .top-text {
  margin-bottom: 2px;
}
@media screen and (max-width: 975px) {
  #page-content .btn .text-wrap .top-text {
    margin-bottom: 0;
  }
}
#page-content .btn__point-box {
  display: block;
}
#page-content span.btn__point-box {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  text-align: center;
  width: 30px;
  background-color: #fff;
  color: #38506B;
  padding: 8px 0;
  margin-right: 4px;
  margin-left: 0;
}
@media screen and (max-width: 975px) {
  #page-content span.btn__point-box {
    font-size: 0.625rem;
    padding: 4px 0;
  }
}
#page-content .tel-btn .icon-wrap {
  background-image: url(../img/icon-tel.svg);
  width: 30.85px;
}
#page-content .phone-btn .icon-wrap {
  background-image: url(../img/icon-phone.svg);
  width: 21.82px;
}
#page-content .line-btn .icon-wrap {
  background-image: url(../img/icon-line.svg);
  width: 40px;
}
#page-content .btn .icon-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  height: 40px;
  background-position: top left;
} */


/* ----------------------------------------
tp-cta
---------------------------------------- */
.cta-section {
  width: 100vw;
  background: #F8F9FA;
  margin-bottom: 0;
}

.cta-container {
  width: 100%;
  max-width: 1400px;
  padding: min(10vw, 150px);
  margin: 0 auto;
}

.tp-cta {
  width: 100%;
  background: linear-gradient(to bottom right, #161628, #2B2B42);
  height: auto;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  padding: min(2.41vw, 33px);
  position: relative;
  overflow-x: hidden;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.2);
}

.tp-cta .cta-background-text {
  font-size: min(14.8vw, 208px);
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0.6;
}

.tp-cta .cta-lead-text {
  font-size: min(1.43vw, 20px);
}

.tp-cta .cta-title {
  font-size: min(2.57vw, 36px);
  margin-bottom: 30px;
}

.tp-cta .cta-button-list {
  margin: 20px 0;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.tp-cta .cta-button {
  /* 	border: 1px solid rgba(255,255,255,0.5); */
  border: 1px solid #808080;
  padding-bottom: 5px;
  background: #fff;
  font-weight: bold;
}

.tp-cta .cta-tel {
  background: linear-gradient(to bottom right, #031C52, #324772);
}

.tp-cta .cta-button span {
  display: block;
  /* 	width: 100%; */
}

@media screen and (min-width: 767px) {
  .tp-cta .cta-button-list {
    display: flex;
    justify-content: space-between;
  }

  .tp-cta .cta-button {
    width: 31%;
  }
}

.tp-cta .cta-label {
  font-size: min(1vw, 14px);
  line-height: 2;
  position: relative;
  margin-bottom: 10px;
}

.tp-cta .cta-label::before {
  content: "";
  width: 1.14vw;
  max-width: 16px;
  height: calc(1.14vw / 2);
  max-height: calc(16px / 2);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  transform: translate(-50%, 90%);
  bottom: 0;
  left: 50%;
}

.tp-cta .cta-web .cta-label {
  background: linear-gradient(to bottom right, #031C52, #324772);
}

.tp-cta .cta-web .cta-label::before {
  background: #1B3263;
}

.tp-cta .cta-tel .cta-label {
  background: linear-gradient(to bottom right, #7A6500, #C3A419);
}

.tp-cta .cta-tel .cta-label::before {
  background: #A0860D;
}

.tp-cta .cta-line .cta-label,
.tp-cta .cta-line .cta-label::before {
  background: #009A00;
}

.tp-cta .cta-link {
  font-size: min(1.14vw, 16px);
  position: relative;
}

.tp-cta .cta-tel .cta-link {
  font-size: min(1.43vw, 20px);
  line-height: 1.6;
  padding-left: min(1.79vw, 25px);
}

.tp-cta .cta-line .cta-link {
  letter-spacing: 0;
  color: #009A00;
  padding-left: min(2.71vw, 38px);
}

.tp-cta .cta-web .cta-link {
  color: #031C52;
  padding-left: min(1.43vw, 20px);
}

.tp-cta .cta-web .cta-link,
.tp-cta .cta-line .cta-link {
  line-height: 2.7;
}

.tp-cta .cta-note {
  font-size: min(0.79vw, 11px);
  letter-spacing: 0.05em;
}

.tp-cta .cta-tel .cta-link::before {
  content: "";
  display: inline-block;
  width: 1.43vw;
  max-width: 20px;
  height: 1.43vw;
  max-height: 20px;
  background-image: url('https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/module-icon-cta-tel.png');
  background-position: center;
  background-size: contain;
  position: absolute;
  transform: translate(0%, -43%);
  top: 50%;
  left: 20%;
}

.tp-cta .cta-web .cta-link::before {
  content: "";
  display: inline-block;
  width: 1.14vw;
  max-width: 16px;
  height: 1.14vw;
  max-height: 16px;
  background-image: url('https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/module-icon-cta-web.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  left: 10%;
}


.tp-cta .cta-line .cta-link::before {
  content: "";
  display: inline-block;
  width: 2.71vw;
  max-width: 38px;
  height: 2.71vw;
  max-height: 38px;
  background-image: url('https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/module-icon-cta-line.png');
  background-position: center;
  background-size: contain;
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  left: 1%;
}

@media screen and (max-width: 767px) {
  .cta-container {
    padding: 5.3vw;
  }

  .tp-cta {
    padding: 5.3vw;
  }

  .tp-cta .cta-background-text {
    font-size: 26.7vw;
  }

  .tp-cta .cta-lead-text {
    font-size: 4.3vw;
  }

  .tp-cta .cta-title {
    font-size: 6.4vw;
  }

  .tp-cta .cta-description {
    font-size: 3.7vw;
  }

  .tp-cta .cta-tel .cta-label,
  .tp-cta .cta-web .cta-label {
    font-size: 3.7vw;
  }

  .tp-cta .cta-tel .cta-link {
    font-size: 5.3vw;
    padding-left: 8vw;
  }

  .tp-cta .cta-note {
    font-size: 3vw;
  }

  .tp-cta .cta-web .cta-link {
    font-size: 4.3vw;
    padding-left: 7vw;
  }

  .tp-cta .cta-line .cta-label {
    font-size: 3.2vw;
  }

  .tp-cta .cta-line .cta-link {
    font-size: 4vw;
    padding-left: 7vw;
  }

  .tp-cta .cta-button {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
  }

  .tp-cta .cta-label::before {
    width: 4.3vw;
    max-width: none;
    height: calc(4.3vw/2);
    max-height: none;
  }

  .tp-cta .cta-tel .cta-link::before {
    width: 5.3vw;
    height: 5.3vw;
    max-width: none;
    max-height: none;
    transform: translate(0%, -47%);
  }

  .tp-cta .cta-web .cta-link::before {
    width: 4.3vw;
    height: 4.3vw;
    max-width: none;
    max-height: none;
  }

  .tp-cta .cta-line .cta-link::before {
    width: 7.7vw;
    height: 7.7vw;
    max-width: none;
    max-height: none;
  }

}

/* ----------------------------------------
tp-commitments
---------------------------------------- */
.tp-commitments {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  font-family: "Shippori Mincho", serif;
  color: #161628;
  letter-spacing: 0.1em;
}

.tp-commitments .commitments-title .commitments-title-en {
  font-size: min(7.14vw, 100px);
  background: linear-gradient(to bottom right, #7A6500, #C3A419);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

.tp-commitments .commitments-title .commitments-title-jp {
  font-size: min(1.14vw, 16px);
  font-weight: bold;
  letter-spacing: 0.2em;
}

.tp-commitments .commitments-item img {
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  .tp-commitments .commitments-title {
    text-align: center;
  }

  .tp-commitments .commitments-title .commitments-title-en {
    font-size: 10.67vw;
  }

  .tp-commitments .commitments-title .commitments-title-jp {
    font-size: 3.73vw;
  }

  .tp-commitments .commitments-description {
    margin: 30px 0 50px 0;
  }

  .tp-commitments .commitments-description,
  .tp-commitments .commitments-item .commitments-content {
    padding: 0 5vw;
  }

}

@media screen and (min-width: 767px) {
  .tp-commitments {
    width: 70vw;
    max-width: 980px;
  }

  .tp-commitments .commitments-description {
    padding-right: 20%;
    margin: 30px 0 100px 0;
  }

  .tp-commitments .commitments-item {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .tp-commitments .commitments-item:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .tp-commitments .commitments-item .commitments-content {
    width: 60%
  }

  .tp-commitments .commitments-item .commitments-content .commitments-text {
    font-size: min(16px, 1.14vw);
  }

  .tp-commitments .commitments-item img {
    width: 40vw;
    max-width: 560px;
    height: 25vw;
    max-height: 350px;
    object-fit: cover;
  }

  .tp-commitments .commitments-item:nth-child(even) img {
    margin-left: max(-15vw, -210px);
  }

  .tp-commitments .commitments-item:nth-child(odd) img {
    margin-right: max(-15vw, -210px);
  }
}

.tp-commitments .commitments-item .commitments-content {
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.tp-commitments .commitments-item .commitments-content .commitments-point {
  background: linear-gradient(to bottom right, #031C52, #324772);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.4;
}

.tp-commitments .commitments-item .commitments-content .commitments-point .commitments-label {
  font-size: min(1.43vw, 20px);
}

.tp-commitments .commitments-item .commitments-content .commitments-point .commitments-number {
  font-size: min(2.43vw, 34px);
  letter-spacing: 0;
}

.tp-commitments .commitments-item .commitments-content .commitments-content-title {
  font-size: min(1.71vw, 24px);
  font-weight: bold;
  background: linear-gradient(to bottom right, #031C52, #324772);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .tp-commitments .commitments-item {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .tp-commitments .commitments-item .commitments-content .commitments-point .commitments-label {
    font-size: 4.27vw;
  }

  .tp-commitments .commitments-item .commitments-content .commitments-point .commitments-number {
    font-size: 7.47vw;
  }

  .tp-commitments .commitments-item .commitments-content .commitments-content-title {
    font-size: 6.4vw;
  }

  .tp-commitments .commitments-item img {
    margin-bottom: 30px;
  }
}

/* ----------------------------------------
再生医療 regenerative-reason
---------------------------------------- */
@media screen and (max-width: 767px) {
  .regenerative-reason .commitments-item .commitments-content {
    width: 90%;
    margin: 0 auto;
  }
}

/* ----------------------------------------
tp-access
---------------------------------------- */
#top-access-section {
  width: 100vw;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 0;
}

.tp-access-background {
  width: 100%;
  background: linear-gradient(to bottom right, #031C52, #324772);
}

.tp-access {
  width: 100%;
  max-width: 1400px;
  padding: 80px 0;
  margin: 0 auto;
}

.tp-access .top-h2 .top-h2-jp {
  color: #fff;
}

.tp-access .access-content {
  margin: 50px auto;
  font-size: min(1.14vw, 16px);
}

.tp-access .access-movie-youtube {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.tp-access .access-movie-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tp-access .biz-hour-box {
  width: 100%;
  background-color: #fff;
  padding: 1vw 2vw;
}

.tp-access .biz-hour {
  width: 100%;
}

.tp-access .biz-hour tbody tr:first-child {
  border-bottom: 1px solid rgba(22, 22, 40, .5);
}

.tp-access .biz-hour tbody tr th,
.tp-access .biz-hour tbody tr td {
  padding-top: 7px;
  padding-bottom: 7px;
}

.tp-access .biz-hour tbody tr th:first-child {
  color: #866E00;
  font-size: min(1.43vw, 20px);
}

.tp-access .biz-hour tbody tr td:first-child {
  font-weight: bold;
}

.tp-access .biz-hour tbody tr th:nth-child(n+2),
.tp-access .biz-hour tbody tr td:nth-child(n+2) {
  text-align: center;
  width: 9%;
  white-space: nowrap;
}

.tp-access .biz-hour tbody tr td:nth-child(n+2) {
  background: linear-gradient(to bottom right, #031C52, #324772);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  align-content: center;
}

.tp-access .clinic-info-text {
  color: #fff;
  margin-top: 30px;
}

.tp-access .clinic-info-text dl {
  margin: 10px 0;
}

.tp-access .clinic-info-text dt {
  padding-left: 1vw;
  position: relative;
}

.tp-access .clinic-info-text dt::before {
  content: "";
  width: 2px;
  height: 1.43vw;
  background-color: #866E00;
  position: absolute;
  top: min(0.21vw, 3px);
  left: 0;
}

.tp-access .access-movie {
  padding: 2vw;
  background-color: #fff;
}

.tp-access .access-youtube-btn {
  display: inline-block;
  text-align: center;
  line-height: 2;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(to bottom right, #031C52, #324772);
  color: #fff;
}

.tp-access .access-youtube-subtitle {
  font-size: min(1vw, 14px);
  text-align: right;
  letter-spacing: 0.1em;
  margin: 5px 0;
  font-weight: bold;
  color: #545454;
}

.tp-access .google-map {
  width: 100vw;
  height: 22.86vw;
  max-height: 320px;
  margin: 50px calc(50% - 50vw);
}

.tp-access .google-map iframe {
  width: 100%;
  height: 100%;
}


@media screen and (min-width: 767px) {
  .tp-access .access-content {
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin: 100px auto;
  }

  .tp-access .clinic-info {
    width: 53%;
  }

  .tp-access .access-movie {
    width: 43%;
  }

  .tp-access .clinic-info-text dl {
    display: flex;
    justify-content: space-between;

  }

  .tp-access .clinic-info-text dt {
    width: 25%;
  }

  .tp-access .clinic-info-text dd {
    width: 70%;
  }

  .tp-access .clinic-info-text dt::before {
    max-height: 20px;
  }

}

@media screen and (max-width: 767px) {
  .tp-access {
    padding: 50px 0;
  }

  .tp-access .access-content {
    font-size: 3.73vw;
    padding: 0 5.33vw;
  }

  .tp-access .access-content .clinic-info {
    margin-bottom: 20px;
  }

  .tp-access .biz-hour-box {
    padding: 2vw 4vw;
  }

  .tp-access .biz-hour tbody tr th:first-child {
    font-size: 4vw;
  }

  .tp-access .clinic-info-text dt {
    padding-left: 3vw;
  }

  .tp-access .clinic-info-text dt::before {
    height: 4.8vw;
    top: 0.7vw;
  }

  .tp-access .google-map {
    height: 58.67vw;
  }

  .tp-access .access-movie {
    padding: 4vw;
  }

  .tp-access .access-youtube-subtitle {
    font-size: 3.73vw;
  }
}


/* ----------------------------------------
reason
---------------------------------------- */
#reason {
  padding: 164px 0 64px;
  background-image: url(../img/reason-bg.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center bottom;
}

@media screen and (max-width: 975px) {
  #reason {
    padding: 62px 0 40px;
    background-image: url(../img/reason-bg-sp.png.webp);
  }
}

#reason::before {
  position: absolute;
  content: "REASON";
  top: 78px;
  left: 18px;
  font-size: 110px;
  font-size: 6.875rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.035em;
  color: #E6F3F9;
}

@media screen and (max-width: 975px) {
  #reason::before {
    color: #fff;
    top: 26px;
    left: 8px;
    font-size: 2.8125rem;
  }
}

.reason__container {
  max-width: 1086px;
  position: relative;
  z-index: 1;
}

.top-title.is-read {
  font-size: 26px;
  font-size: 1.625rem;
}

@media screen and (max-width: 975px) {
  .top-title.is-read {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.top-title.is-title {
  font-size: 48px;
  font-size: 3rem;
}

@media screen and (max-width: 975px) {
  .top-title.is-title {
    font-size: 1.75rem;
  }
}

.top-title.is-title span {
  font-size: 62px;
  font-size: 3.875rem;
  margin-top: 0.2em;
}

@media screen and (max-width: 975px) {
  .top-title.is-title span {
    font-size: 2rem;
  }
}

.reason__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 84px;
}

@media screen and (max-width: 975px) {
  .reason__content {
    max-width: 375px;
    margin: 42px auto 0;
  }
}

.reason__list {
  width: 192px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 975px) {
  .reason__list {
    width: 33%;
  }
}

@media screen and (max-width: 975px) {
  .reason__list:nth-child(n+4) {
    width: 140px;
    margin: 24px 4px 0;
  }
}

.reason__img {
  width: 164px;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 975px) {
  .reason__img {
    width: 90px;
  }
}

.reason__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75px;
  height: auto;
}

@media screen and (max-width: 975px) {
  .reason__img img {
    width: 46px;
  }
}

.reason__text {
  margin-top: 10px;
}

@media screen and (max-width: 975px) {
  .reason__text {
    margin-top: 6px;
  }
}

.reason__text h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #38506B;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.035em;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 975px) {
  .reason__text h3 {
    font-size: 0.8125rem;
  }
}

.reason__obj {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: -50%;
  top: -24px;
  left: -24px;
}

@media screen and (max-width: 975px) {
  .reason__obj {
    top: -10px;
    left: 14px;
  }
}

.reason__obj .reason__obj-text {
  white-space: nowrap;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Pinyon Script", serif;
  font-weight: bold;
  display: block;
  color: #507F98;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 975px) {
  .reason__obj .reason__obj-text {
    font-size: 0.625rem;
  }
}

.reason__obj .reason__num {
  white-space: nowrap;
  font-size: 55px;
  font-size: 3.4375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  display: block;
  color: #C5D8E3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 975px) {
  .reason__obj .reason__num {
    font-size: 1.75rem;
  }
}

/* ----------------------------------------
reason__list-wrap
---------------------------------------- */
.reason__parent {
  position: relative;
  padding-bottom: 120px;
}

@media screen and (max-width: 975px) {
  .reason__parent {
    padding-bottom: 40px;
  }
}

.reason__parent::before {
  position: absolute;
  content: "";
  width: 51%;
  height: 94%;
  left: 0;
  bottom: 0;
  background-color: #E6F3F9;
}

@media screen and (max-width: 975px) {
  .reason__parent::before {
    width: 88.9743589744%;
  }
}

.reason-list {
  position: relative;
  z-index: 1;
}

.reason-list:nth-child(n+2) {
  margin-top: 50px;
}

@media screen and (max-width: 975px) {
  .reason-list:nth-child(n+2) {
    margin-top: 30px;
  }
}

.reason-list>img {
  width: 52.8273809524%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 975px) {
  .reason-list>img {
    width: 95.641025641%;
    position: relative;
  }
}

.reason-list:nth-child(even)>img {
  left: unset;
  right: 0;
}

@media screen and (max-width: 975px) {
  .reason-list:nth-child(even)>img {
    margin-left: auto;
  }
}

.reason-list__container {
  max-width: 1040px;
  min-height: 362px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 975px) {
  .reason-list__container {
    width: calc(100% - 40px);
    min-height: unset;
    padding: 0;
  }
}

.reason-list__wrap {
  width: 48.2%;
  position: relative;
  z-index: 2;
  margin-left: auto;
}

@media screen and (max-width: 975px) {
  .reason-list__wrap {
    width: 100%;
  }
}

.reason-list:nth-child(even) .reason-list__wrap {
  margin-left: unset;
}

.reason-list__num {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 160px;
  font-size: 10rem;
  font-family: serif;
  color: #E6F3F9;
  letter-spacing: -0.03em;
  line-height: 1;
}

@media screen and (max-width: 975px) {
  .reason-list__num {
    color: #C5D8E3;
    font-size: 2.8125rem;
    right: 28.2051282051%;
    top: 18px;
  }
}

.reason-list:nth-child(even) .reason-list__num {
  color: #fff;
}

@media screen and (max-width: 975px) {
  .reason-list:nth-child(even) .reason-list__num {
    color: #C5D8E3;
  }
}

.reason-list__obj,
.reason-list__title,
.reason-list__text {
  position: relative;
  z-index: "3";
}

.reason-list__obj {
  padding-top: 44px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Pinyon Script", serif;
  color: #38506B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 72%;
}

@media screen and (max-width: 975px) {
  .reason-list__obj {
    width: 60%;
    font-size: 0.75rem;
    padding-top: 35px;
  }
}

.reason-list__obj:after {
  border-top: 1px solid #38506B;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.reason-list__obj:after {
  margin-left: 16px;
  margin-left: 1rem;
}

.reason-list__title {
  color: #507F98;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 1em 0 0.8em;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 975px) {
  .reason-list__title {
    font-size: 1rem;
  }
}

.reason-list__text {
  line-height: 1.6;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 975px) {
  .reason-list__text {
    font-size: 0.8125rem;
  }
}

/* ----------------------------------------
complete
---------------------------------------- */
#complete {
  background-image: url(../img/complate-bg.png.webp);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 64px;
}

@media screen and (max-width: 975px) {
  #complete {
    background-image: url(../img/complate-bg-sp.png.webp);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 42px;
  }
}

.complete__wrap {
  padding: 110px 0 140px;
}

@media screen and (max-width: 975px) {
  .complete__wrap {
    padding: 54px 0;
  }
}

.complete__title {
  color: #fff;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  position: relative;
}

.complete__title::before {
  position: absolute;
  content: "ROW OF TEETH";
  color: rgba(255, 255, 255, .2);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 36%;
  left: 50%;
  font-size: 110px;
  font-size: 6.875rem;
  letter-spacing: 0.035em;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
}

@media screen and (max-width: 975px) {
  .complete__title::before {
    top: 0;
    left: 50%;
    font-size: 2.75rem;
  }
}

.complete__read {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 1em;
  text-align: center;
  line-height: 1.6;
}

.complete__container {
  max-width: 920px;
}

.complete__content {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media screen and (max-width: 975px) {
  .complete__content {
    margin: 32px auto 0;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 86.1538461538%;
  }
}

.complete__list {
  aspect-ratio: 1/1;
  width: 290px;
  height: auto;
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .9) 100%);
}

@media screen and (max-width: 975px) {
  .complete__list {
    aspect-ratio: unset;
    width: 100%;
    height: 214px;
  }
}

.complete__list::before {
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 3px solid #D8DFED;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 975px) {
  .complete__list::before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid #D8DFED;
  }
}

.complete__list-title {
  color: #38506B;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin-top: 1em;
  letter-spacing: 0.035em;
}

@media screen and (max-width: 975px) {
  .complete__list-title {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.complete__list-title rt {
  letter-spacing: 0.06em;
  font-size: 10px;
  font-size: 0.625rem;
}

.complete__list>img {
  width: 175px;
  margin: 18px auto 0;
}

@media screen and (max-width: 975px) {
  .complete__list>img {
    width: 100px;
    margin: 12px auto 0;
  }
}

.complete__text {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 230px;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 975px) {
  .complete__text {
    top: 170px;
  }
}

.complete__text p {
  line-height: 1.6;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 975px) {
  .complete__text p {
    font-size: 0.8125rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 975px) {
  .complete__text p span {
    font-size: 0.625rem;
  }
}

/* ----------------------------------------
menu
---------------------------------------- */
/* ----------------------------------------
menu top
---------------------------------------- */
.menu__top {
  padding: 100px 0 194px;
  background-image: url(../img/menu-bg01.png.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right top;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 975px) {
  .menu__top {
    padding: 54px 0 36px;
    background-image: url(../img/menu-bg01-sp.png.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right top;
  }
}

.menu__read {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 1em;
  text-align: center;
  text-shadow: 2px 3px 3px rgba(255, 255, 255, .4);
}

@media screen and (max-width: 975px) {
  .menu__read {
    font-size: 0.8125rem;
  }
}

.menu-top__obj {
  position: absolute;
  bottom: 40px;
  right: 64px;
  font-size: 110px;
  font-size: 6.875rem;
  line-height: 1.5;
  letter-spacing: 0.035em;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: rgba(235, 245, 248, .65);
  text-align: right;
}

@media screen and (max-width: 975px) {
  .menu-top__obj {
    content: none;
    display: none;
  }
}

.menu-parent__wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1164px;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 975px) {
  .menu-parent__wrap {
    padding: 0;
  }
}

.menu__container {
  max-width: 560px;
  width: 100%;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 975px) {
  .menu__container {
    width: 79.4871794872%;
    margin: 0 auto;
  }
}

.menu__top .menu-parent__wrap {
  margin-top: 96px;
}

@media screen and (max-width: 975px) {
  .menu__top .menu-parent__wrap {
    margin-top: 30px;
  }
}

@media screen and (max-width: 975px) {
  .menu__top .menu__container.is-menu-top {
    width: 87.1794871795%;
  }
}

.menu-top__read {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.035em;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 975px) {
  .menu-top__read {
    font-size: 0.9375rem;
  }
}

.menu__child-title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.035em;
  color: #38506B;
}

@media screen and (max-width: 975px) {
  .menu__child-title {
    font-size: 1.25rem;
  }
}

.menu__text {
  margin-top: 40px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

@media screen and (max-width: 975px) {
  .menu__text {
    font-size: 0.8125rem;
    margin-top: 100svw;
  }
}

.menu-top__content {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 476px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 975px) {
  .menu-top__content {
    margin-top: 24px;
    max-width: 352px;
    width: 100%;
    gap: 17px;
  }
}

.menu-top__menu img {
  width: 214px;
}

@media screen and (max-width: 975px) {
  .menu-top__menu img {
    width: 100%;
  }
}

.menu-top__menu a {
  margin-top: 20px;
  border: 1px solid #38506B;
  display: block;
  width: 100%;
}

.menu-top__menu a span {
  color: #38506B;
  padding: 24px 0;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 100%;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 975px) {
  .menu-top__menu a span {
    padding: 20px 0;
    font-size: 0.9375rem;
  }
}

.menu-top__menu a span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #38506B;
  right: -16px;
  bottom: 16px;
}

@media screen and (max-width: 975px) {
  .menu-top__menu a span::after {
    right: -14px;
    bottom: 14px;
  }
}

.menu-top__menu a span::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #38506B;
  right: -16px;
  bottom: 16px;
  -webkit-transform: rotate(30deg) translateY(-3px);
  transform: rotate(30deg) translateY(-3px);
}

@media screen and (max-width: 975px) {
  .menu-top__menu a span::before {
    right: -14px;
    bottom: 14px;
  }
}

/* ----------------------------------------
menu bottom
---------------------------------------- */
.menu__bottom {
  margin-top: -142px;
  padding: 170px 0 194px;
  background-image: url(../img/menu-bg02.png.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right top;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 975px) {
  .menu__bottom {
    margin-top: 0;
    padding: 54px 0 36px;
    background-image: url(../img/menu-bg02-sp.png.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right top;
  }
}

.menu__bottom .menu-top__obj {
  right: unset;
  left: 36px;
  top: 720px;
  bottom: unset;
  text-align: left;
  line-height: 1.2;
}

@media screen and (max-width: 975px) {
  .menu__bottom .menu__text {
    margin-top: 88svw;
  }
}

.menu__child-title span {
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (max-width: 975px) {
  .menu__child-title span {
    font-size: 0.9375rem;
  }
}

.menu__bottom .menu__container {
  margin-left: auto;
}

@media screen and (max-width: 975px) {
  .menu__bottom .menu__container {
    margin: 0 auto;
  }
}

.menu-bottom__content {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 64px;
  max-width: 750px;
  width: 100%;
  margin-left: auto;
}

@media screen and (max-width: 975px) {
  .menu-bottom__content {
    width: 69.2307692308%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    margin: 48px auto 0;
  }
}

.menu-bottom__menu {
  max-width: 352px;
  width: 100%;
}

.menu-bottom__menu>img {
  display: block;
  width: 100%;
}

.menu-bottom__menu-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  margin: 1em 0 0.6em;
  color: #38506B;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.035em;
  font-weight: bold;
}

.menu-bottom__menu>p {
  line-height: 1.6;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 975px) {
  .menu-bottom__menu>p {
    line-height: 1.4;
    font-size: 0.8125rem;
  }
}

.menu-bottom__menu .more-btn {
  margin-top: 1em;
}

/* ----------------------------------------
menu banner
---------------------------------------- */
.menu__banners {
  max-width: 1200px;
  width: 100%;
  margin: 74px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 0 20px;
}

@media screen and (max-width: 975px) {
  .menu__banners {
    margin: 36px auto 0;
    padding: 0;
    width: 85.8974358974%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media screen and (max-width: 975px) {
  .menu__banner {
    width: 100%;
  }
}

.menu__banner a {
  display: block;
}

.menu__banner a img {
  border-radius: 10px;
}

/* ----------------------------------------
case
---------------------------------------- */
#case {
  background-image: url(../img/case-bg.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  padding-bottom: 120px;
}

@media screen and (max-width: 975px) {
  #case {
    background-image: url(../img/case-bg-sp.png.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-bottom: 32px;
  }
}

.case__title {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 975px) {
  .case__title {
    padding-top: 1em;
  }
}

.case__obj {
  position: absolute;
  white-space: nowrap;
  font-size: 110px;
  font-size: 6.875rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #E6F3F9;
  left: 24px;
  bottom: 64px;
}

@media screen and (max-width: 975px) {
  .case__obj {
    font-size: 2.8125rem;
    left: 8px;
    top: 0;
    bottom: unset;
  }
}

.case__wrap {
  width: 100%;
  background-image: url(../img/case-img.png.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  padding-top: 34px;
  margin-top: 34px;
}

@media screen and (max-width: 975px) {
  .case__wrap {
    background-image: unset;
    width: 100%;
    margin: 0 auto;
    padding-top: 16px;
  }
}

@media screen and (max-width: 975px) {
  .case__wrap img {
    width: 86.1538461538%;
    margin: 0 auto;
  }
}

.case__content {
  position: relative;
  z-index: 1;
}

/* ----------------------------------------
case pickup
---------------------------------------- */
.case__pickup {
  background-color: rgba(255, 255, 255, .7);
  padding: 34px 88px 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

@media screen and (max-width: 975px) {
  .case__pickup {
    padding: 26px 44px;
    margin-top: 16px;
  }
}

.case__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin-bottom: 54px;
}

@media screen and (max-width: 975px) {
  .case__photo {
    gap: 6px;
    margin-bottom: 32px;
  }
}

.case__img img {
  width: 292px;
  aspect-ratio: 440.28/308.55;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 975px) {
  .case__img img {
    width: 100%;
  }
}

.case__img p {
  margin-top: 0.5em;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  color: #38506B;
}

@media screen and (max-width: 975px) {
  .case__img p {
    margin-top: 2px;
    font-size: 0.75rem;
  }
}

.case__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 975px) {
  .case__dl {
    margin-top: 12px;
    font-size: 0.8125rem;
  }
}

.case__dl dt {
  width: 145px;
  font-weight: 300;
}

@media screen and (max-width: 975px) {
  .case__dl dt {
    width: 40%;
  }
}

.case__dl dd {
  width: calc(100% - 145px);
}

@media screen and (max-width: 975px) {
  .case__dl dd {
    width: 60%;
  }
}

/* ----------------------------------------
case search
---------------------------------------- */
.case__search {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  margin-left: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  width: 526px;
}

@media screen and (max-width: 975px) {
  .case__search {
    display: none;
    width: 86.1538461538%;
    margin: 20px auto 0;
    row-gap: 12px;
  }
}

.case__search-con {
  width: 246px;
}

@media screen and (max-width: 975px) {
  .case__search-con {
    width: 100%;
  }
}

.case__search-con h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #38506B;
  letter-spacing: 0.035em;
  margin-bottom: 18px;
}

@media screen and (max-width: 975px) {
  .case__search-con h3 {
    font-size: 0.9375rem;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 975px) {
  .case__search-con ul {
    width: 80%;
  }
}

.case__search-con ul li {
  display: block;
  width: 100%;
}

.case__search-con ul li:nth-child(n+2) {
  margin-top: 16px;
}

@media screen and (max-width: 975px) {
  .case__search-con ul li:nth-child(n+2) {
    margin-top: 8px;
  }
}

.case__search-con ul li a {
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  width: 100%;
}

.case__search-con ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  display: none;
}

@media screen and (max-width: 975px) {
  #case .more-btn {
    margin-top: 8px;
    display: block;
  }
}

/* ----------------------------------------
greeting
---------------------------------------- */
#greeting {
  padding: 54px 0 70px;
  background-image: url(../img/greeting-bg.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: -120px;
}

@media screen and (max-width: 975px) {
  #greeting {
    padding: 64px 0 30px;
    background-image: url(../img/greeting-bg-sp.png.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
}

.greeting__obj {
  position: absolute;
  top: 20px;
  left: 12px;
  font-size: 110px;
  font-size: 6.875rem;
  color: rgba(255, 255, 255, .75);
  letter-spacing: 0.035em;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 975px) {
  .greeting__obj {
    top: 26px;
    left: 10px;
    font-size: 2.8125rem;
    letter-spacing: 0.035em;
  }
}

.greeting__wrap {
  position: relative;
  z-index: 1;
}

.greeting__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
}

@media screen and (max-width: 975px) {
  .greeting__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.greeting__content {
  padding-top: 40px;
  padding-left: 80px;
}

@media screen and (max-width: 975px) {
  .greeting__content {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
}

.greeting__title {
  text-align: left;
}

@media screen and (max-width: 975px) {
  .greeting__title {
    text-align: center;
  }
}

.greeting__read {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.035em;
  margin-top: 10px;
  color: #38506B;
}

@media screen and (max-width: 975px) {
  .greeting__read {
    font-size: 0.9375rem;
    margin-top: 0;
  }
}

.greeting__text {
  margin-top: 42px;
  color: #38506B;
  line-height: 1.4;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 975px) {
  .greeting__text {
    font-size: 0.8125rem;
    margin-top: 20px;
  }
}

.greeting__text span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
  .greeting__text span {
    font-size: 0.9375rem;
  }
}

.greeting__name {
  color: #38506B;
  line-height: 1.4;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: right;
}

@media screen and (max-width: 975px) {
  .greeting__name {
    font-size: 0.8125rem;
    margin-top: 1em;
  }
}

.greeting__btn {
  margin: 24px 0 0 auto;
}

@media screen and (max-width: 975px) {
  .greeting__btn {
    margin: 20px auto 0;
  }
}

.greeting__img {
  background-image: url(../img/greeting-img.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 975px) {
  .greeting__img {
    margin-top: 12px;
    background-image: unset;
  }
}

.greeting__img img {
  opacity: 0;
}

@media screen and (max-width: 975px) {
  .greeting__img img {
    opacity: 1;
  }
}

/*============================
policy
============================*/
#policy {
  background-image: url(../img/policy.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 70px 20px;
  margin-top: 120px;
}

@media screen and (max-width: 975px) {
  #policy {
    background-image: url(../img/policy-sp.png.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 40px 20px;
  }
}

.policy__content {
  max-width: 948px;
  width: 100%;
  padding: 40px 72px;
  border: 2px solid #38506B;
  border-radius: 10px;
  margin: 0 auto;
}

@media screen and (max-width: 975px) {
  .policy__content {
    padding: 30px 28px;
  }
}

.policy__title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0.8em;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.035em;
  color: #38506B;
}

@media screen and (max-width: 975px) {
  .policy__title {
    font-size: 0.9375rem;
    text-align: center;
  }
}

.policy__text {
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.035em;
}

@media screen and (max-width: 975px) {
  .policy__text {
    font-size: 0.6875rem;
  }
}

.policy__text a {
  text-decoration: underline;
}

/*============================
#campaign
============================*/
#campaign {
  padding: 50px 0px 30px;
}

@media screen and (max-width: 975px) {
  #campaign {
    padding: 30px 0px;
  }
}

.campaign__wrap .campaign__obj {
  color: #E6F3F9;
  font-size: 110px;
  font-size: 6.875rem;
  line-height: 1.1;
  letter-spacing: 0.035em;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  padding: 0 30px;
}

@media screen and (max-width: 975px) {
  .campaign__wrap .campaign__obj {
    font-size: 11.5svw;
    padding: 0 12px;
  }
}

.campaign__wrap h2.campaign__title {
  margin-top: -72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

@media screen and (max-width: 975px) {
  .campaign__wrap h2.campaign__title {
    margin-top: -62px;
    margin-bottom: 24px;
  }
}

.campaign__wrap h2.campaign__title::after,
.campaign__wrap h2.campaign__title::before {
  border-top: 1px solid;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 16px;
  margin-left: 1rem;
}

.campaign__wrap h2.campaign__title:before {
  margin-right: 16px;
  margin-right: 1rem;
  border-color: rgba(255, 255, 255, 0);
}

.campaign__wrap h2.campaign__title:after {
  margin-left: 16px;
  margin-left: 1rem;
}

.campaign__slider {
  max-width: 1085px;
  width: 100%;
  margin-left: auto;
  position: relative;
  margin-right: 30px;
}

@media screen and (max-width: 975px) {
  .campaign__slider {
    width: 94.9333333333%;
    margin: 0 auto;
  }
}

.swiper {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 975px) {
  .swiper {
    max-width: 950px;
    width: 79.4666666667%;
  }
}

.swiper .swiper-wrapper .swiper-slide img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 36px;
  height: 36px;
}

@media screen and (max-width: 975px) {

  .swiper-button-prev,
  .swiper-button-next,
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 20px;
    height: 20px;
    top: 58%;
  }
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev::after {
  background-image: url(../img/icon-prev.svg);
}

.swiper-button-next::after {
  background-image: url(../img/icon-next.svg);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.campaign__more {
  margin-top: -80px;
  height: 160px;
  width: 65.6661786237%;
  margin-left: auto;
  background: rgb(202, 209, 228);
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(202, 209, 228)), color-stop(80%, rgb(150, 169, 201)));
  background: linear-gradient(90deg, rgb(202, 209, 228) 20%, rgb(150, 169, 201) 80%);
  padding-top: 110px;
}

@media screen and (max-width: 975px) {
  .campaign__more {
    height: 82px;
    margin-top: -34px;
    padding-top: 52px;
    width: 92%;
  }
}

.campaign__more .more-btn {
  margin-right: 30px;
  color: #fff;
}

.campaign__more .more-btn::after {
  background-image: url(../img/icon-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 7;
}

/* ----------------------------------------
scroll pc
---------------------------------------- */
#scroll-pc {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.floating-banner .tp-cta {
  padding: 0;
}

.floating-banner .tp-cta .cta-button-list {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.floating-banner .tp-cta .cta-tel,
.floating-banner .tp-cta .cta-web {
  width: 23vw;
  max-width: 320px;
}

.floating-banner .tp-cta .cta-line {
  width: 7.9vw;
  max-width: 110px;
  background: #009A00;
}

.floating-banner .tp-cta .cta-line .cta-link {
  color: #fff;
  padding: min(3.5vw, 50px) 5px 0;
  line-height: 1.5;
  font-size: min(0.86vw, 12px);
}

.floating-banner .tp-cta .cta-line .cta-link::before {
  transform: translate(-50%, 0%);
  top: 5%;
  left: 50%;
}

.floating-banner .tp-cta .cta-tel .cta-link::before {
  width: 1.8vw;
  max-width: 25px;
  height: 1.8vw;
  max-height: 25px;
}

.floating-banner .tp-cta .cta-web .cta-link::before {
  width: 1.43vw;
  max-width: 20px;
  height: 1.43vw;
  max-height: 20px;
}

@media screen and (max-width: 767px) {

  .floating-banner .tp-cta .cta-tel,
  .floating-banner .tp-cta .cta-web {
    width: 41%;
    max-width: none;
  }

  .floating-banner .tp-cta .cta-line {
    width: 18%;
    max-width: none;
  }

  .floating-banner .tp-cta .cta-button {
    margin: 0;
  }

  .floating-banner .tp-cta .cta-tel .cta-label,
  .floating-banner .tp-cta .cta-web .cta-label {
    font-size: 2.6vw;
  }

  .floating-banner .tp-cta .cta-web .cta-link {
    padding-left: 4vw;
    font-size: 3.2vw;
  }

  .floating-banner .tp-cta .cta-tel .cta-link {
    font-size: 4.3vw;
    padding-left: 5vw;
  }

  .floating-banner .tp-cta .cta-line .cta-link {
    font-size: 2.9vw;
  }

  .floating-banner .tp-cta .cta-tel .cta-link::before {
    width: 4.5vw;
    max-width: none;
    height: 4.5vw;
    max-height: none;
    left: 3%;
  }

  .floating-banner .tp-cta .cta-web .cta-link::before {
    width: 3.5vw;
    max-width: none;
    height: 3.5vw;
    max-height: none;
    left: 5%;
  }

  .floating-banner .tp-cta .cta-web .cta-link,
  .floating-banner .tp-cta .cta-line .cta-link {
    line-height: 2;
  }

  .floating-banner .tp-cta .cta-line .cta-link {
    padding: 8vw 5px 0;
  }
}




@media screen and (max-width: 767px) {
  #scroll-pc {
    display: none;
  }
}

#scroll-pc.is-top {
  opacity: 0;
  visibility: hidden;
}

#scroll-pc.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

.scroll-pc__wrap {
  display: block;
}

.scroll-pc__wrap li {
  display: block;
}

.scroll-pc__wrap li:nth-child(n+2) {
  margin-top: 4px;
}

.scroll-pc__wrap li a {
  display: block;
  height: inherit;
  position: relative;
  height: 125px;
  width: 110px;
  border-radius: 10px 0 0 10px;
  font-weight: bold;
}

.scroll-pc__wrap li .is-tel {
  border: 2px solid #7C94AE;
  background-color: #fff;
  color: #38506B;
}

.scroll-pc__wrap li .is-phone {
  background-color: #38506B;
  color: #fff;
}

.scroll-pc__wrap li .is-line {
  background-color: #18BD18;
  color: #fff;
}

.scroll-pc__con {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.scroll-pc__con img {
  height: 37px;
  width: auto;
  margin: 0 auto;
}

.scroll-pc__con span {
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-top: 8px;
  display: block;
  width: 100%;
  font-family: "Noto Serif JP", serif;
}

/* ----------------------------------------
scroll sp
---------------------------------------- */
#scroll-sp {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 7;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}

@media screen and (max-width: 767px) {
  #scroll-sp {
    display: block;
    z-index: 1000;
  }
}

#scroll-sp.is-top {
  opacity: 1;
  visibility: visible;
}

#scroll-sp.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

.scroll-sp__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.scroll-sp__wrap li {
  width: 33.3333333333%;
  height: 56px;
}

.scroll-sp__wrap li.is-tel {
  border: 2px solid #7C94AE;
  background-color: #fff;
  color: #38506B;
}

.scroll-sp__wrap li.is-phone {
  background-color: #38506B;
  color: #fff;
}

.scroll-sp__wrap li.is-line {
  background-color: #18BD18;
  color: #fff;
}

.scroll-sp__wrap li a {
  width: 100%;
  height: inherit;
}

.scroll-sp__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 3px;
  padding: 22px 0;
  justify-content: center;
}

.scroll-sp__con img {
  height: 14px;
}

.scroll-sp__con p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.035em;
}

.scroll-sp__con p span {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
}

/* ----------------------------------------
to-top
---------------------------------------- */
#to-top-sp,
#to-top-pc {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 60px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 7;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: visible;
  display: block;
}

@media screen and (max-width: 975px) {

  #to-top-sp,
  #to-top-pc {
    width: 48px;
    right: 12px;
    bottom: 64px;
  }
}

#to-top-pc.is-top,
#to-top-sp.is-top {
  opacity: 0;
  visibility: hidden;
}

#to-top-pc.active,
#to-top-sp.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

/* ----------------------------------------
sp-menu bg
---------------------------------------- */
.sp-menu__bg {
  background-color: rgba(56, 80, 107, .75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100svw;
  height: 120svh;
  z-index: 8;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1240px) {
  .sp-menu__bg {
    display: block;
  }
}

/* ----------------------------------------
sp-menu
---------------------------------------- */
.sp-menu {
  max-width: 390px;
  width: 100%;
  position: fixed;
  z-index: 9;
  right: 0;
  top: 0;
  height: 120svh;
  padding-top: 46px;
  background-color: #fff;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1240px) {
  .sp-menu {
    display: block;
  }
}

.sp-menu__bg.open,
.sp-menu.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp-menu__wrap {
  overflow-y: scroll;
  height: 100svh;
}

/* ----------------------------------------
sp-menu sitemap
---------------------------------------- */
.sp-menu__sitemap {
  position: relative;
}

.sp-menu__obj {
  position: absolute;
  font-size: 45px;
  font-size: 2.8125rem;
  color: #fff;
  top: 14px;
  left: 10px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.035em;
  font-weight: bold;
}

.sp-menu__sitemap .global__nav {
  z-index: 1;
}

.sp-menu__sitemap .global__nav ul {
  letter-spacing: 0.1em;
  font-weight: 500;
  display: block;
  font-size: 4.3vw;
  padding: 20px 10px 80px;
}

.sp-menu__sitemap .global__nav ul .nav-sub {
  font-size: 3.2vw;
  letter-spacing: 0.2em;
  background: linear-gradient(to bottom right, #7A6500, #C3A419);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sp-menu__sitemap .global__nav ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(50, 71, 114, .5);
}

.sp-menu__sitemap .global__nav ul li a {
  position: relative;
  display: block;
  border-block-end-width: 100%;
  font-family: "Noto Serif JP", serif;
  color: #161628;
}

.sp-menu__sitemap .global__nav ul li a::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #38506B;
  border-right: 1px solid #38506B;
}

/* ----------------------------------------
sp-menu cta
---------------------------------------- */
.sp-menu .cta__container {
  background-image: url(../img/cta-bg-bottom-sp.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.sp-menu .cta__wrap {
  width: 100%;
  max-width: 314px;
  margin: -1px auto 0;
  padding: 36px 0;
}

.sp-menu .cta__title {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  -webkit-column-rule: #fff;
  -moz-column-rule: #fff;
  column-rule: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

.sp-menu .cta__title span {
  font-size: 23px;
  font-size: 1.4375rem;
}

.sp-menu .cta__read {
  margin-top: 1em;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
}

.sp-menu .cta__text {
  color: #fff;
  margin: 2em auto 0;
  width: 90%;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.sp-menu .cta__btns {
  margin: 24px auto 0;
  width: 100%;
  max-width: 478px;
  padding-bottom: 48px;
}

.sp-menu .cta__btns .btn {
  width: 100%;
  padding: 20px 0 0 50px;
  gap: 12px;
  height: 68px;
}

.sp-menu .cta__btns .btn.tel-btn {
  padding: 14px 0 0 55px;
}

.sp-menu .cta__btns .btn.phone-btn {
  padding: 15px 0 0 24px;
}

.sp-menu .cta__btns .btn.line-btn {
  padding: 15px 0 0 36px;
}

.sp-menu .cta__btns .btn:nth-child(n+2) {
  margin-top: 14px;
}

.sp-menu .cta__btns .btn .icon-wrap img {
  height: 32px;
}

.sp-menu .cta__btns .phone-btn .main-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sp-menu .cta__btns .phone-btn .main-text .btn__point-box {
  display: block;
}

.sp-menu .cta__btns .btn .text-wrap .top-text {
  font-size: 13px;
  font-size: 0.8125rem;
}

.sp-menu .cta__btns .btn .text-wrap .main-text {
  font-size: 18px;
  font-size: 1.125rem;
}

.sp-menu .cta__btns .btn .text-wrap .main-text span {
  font-size: 20px;
  font-size: 1.25rem;
}

.sp-menu .cta__btns .btn.phone-btn .text-wrap .main-text {
  margin-top: 0;
}

.sp-menu .cta__btns .btn.phone-btn .text-wrap .main-text span {
  margin-left: 4px;
}

.sp-menu .cta__btns .btn.phone-btn .text-wrap .main-text span.btn__point-box {
  display: block;
  text-align: center;
  width: 30px;
  background-color: #fff;
  color: #38506B;
  margin-right: 4px;
  margin-left: 0;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 4px 0;
}

.sp-menu .cta__btns .btn.tel-btn .text-wrap .main-text span {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 0.8;
}

/* ----------------------------------------
bottom-cta
---------------------------------------- */
#bottom-cta {
  width: 100vw;
  background: #fff;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #031C52, #324772) 1;
  padding: 5px 0;
  margin-bottom: 0;
}

#bottom-cta .bottom-cta-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#bottom-cta .bottom-cta-list a {
  display: block;
}

#bottom-cta .bottom-cta-list a img {
  width: 3.43vw;
  max-width: 50px;
  height: auto;
}

@media screen and (max-width: 767px) {
  #bottom-cta .bottom-cta-list a img {
    width: 13vw;
    max-width: none;
  }
}



/* ----------------------------------------
footer
---------------------------------------- */
#footer {
  background: linear-gradient(to bottom right, #031C52, #324772);
  width: 100vw;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: min(1vw, 14px);
  letter-spacing: 0.1em;
}

.footer-wrap {
  max-width: 1000px;
  width: 80%;
  padding: 40px 20px;
  margin: 0 auto;
}

#footer .footer-logo {
  display: block;
  width: 18.7vw;
  max-width: 263px;
  margin: 2vw 1vw;
}

#footer .footer-logo img {
  width: 100%;
  height: auto;
}

#footer .footer-title {
  font-size: min(1.14vw, 16px);
  font-weight: bold;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
  padding-right: min(10px, 0.8vw);
  margin-bottom: 10px;
}

#footer .footer-main li {
  padding-left: min(1.07vw, 15px);
  position: relative;
  line-height: 2;
}

#footer .footer-main li::before {
  content: "";
  display: inline-block;
  width: 1vw;
  max-width: 14px;
  height: 1vw;
  max-height: 14px;
  background-image: url('https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/module-btn-arrow-1.png');
  background-position: center;
  background-size: contain;
  position: absolute;
  transform: translate(0%, -50%);
  top: min(1vw, 14px);
  left: 0;
}

#footer .footer-column-list .footer-column {
  margin-bottom: 20px;
}

#footer .footer-info {
  width: 96%;
  background: #fff;
  color: #161628;
  padding: 2% 4%;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 20px auto;
}

#footer .footer-info-title {
  color: #031C52;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 10px;
  width: fit-content;
  border-bottom: 1px solid #031C52;
}

#footer .footer-info a {
  text-decoration: underline;
}

#footer .footer-bottom {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0;
}

#footer .policy-link-box {
  margin: 15px 0;
}

#footer .footer-policy a {
  text-decoration: underline;
  display: inline-block;
  margin: 0 5px;
}

@media screen and (min-width: 767px) {
  #footer .footer-title {
    width: 15vw;
    max-width: 200px;
  }

  #footer .footer-links,
  #footer .footer-column-flex,
  #footer .footer-ul-flex {
    display: flex;
    justify-content: space-between;
  }

  #footer .footer-column-list {
    width: 15vw;
    max-width: 200px;
  }

  #footer .footer-column-flex .footer-column-flex-1 {
    width: 45vw;
    max-width: 550px;
  }

  #footer .footer-column-flex .footer-column-flex-2 {
    width: 15vw;
    max-width: 200px;
  }

  #footer .footer-ul-flex .footer-ul-flex-1 {
    width: 45%;
  }

  #footer .footer-ul-flex .footer-ul-flex-2 {
    width: 55%;
  }

  #footer .footer-main li li a {
    width: fit-content;
  }

  /* 	#footer .footer-main li li a::after{
		content: "";
		display: inline-block;
		width: 1vw;
		max-width: 14px;
		height: 1vw;
		max-height: 14px;
		background-image: url('https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/module-btn-arrow-1.png');
		background-position: center;
		background-size: contain;
		position: absolute;
		transform: translate(-50%, -50%);
		top: 50%;
		right: 0;
	} */

  #footer .footer-main li li::before {
    content: "・";
    display: inline-block;
    font-size: min(1vw, 14px);
    background-image: none;
    position: absolute;
    transform: translate(0%, -50%);
    top: min(0.5vw, 7px);
    left: 0;
  }

  #footer .footer-main li li li::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 100%;
    max-height: none;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: none;
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: min(0.5vw, 7px);
  }

  #footer .footer-bottom {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  #footer {
    font-size: 3.73vw;
  }

  #footer .footer-wrap {
    padding: 50px 10px;
    width: 90%;
  }

  #footer .footer-logo {
    width: 52vw;
    margin: 0 auto;
    margin-bottom: 50px;
  }


  #footer .footer-title {
    font-size: 4.27vw;
  }

  #footer .footer-column {
    margin-bottom: 20px;
  }

  #footer .footer-links ul ul,
  #footer .footer-links ul ul ul {
    display: none;
  }


  #footer .footer-main li {
    padding-left: 4vw;
  }

  #footer .footer-main li::before {
    width: 3.7vw;
    max-width: none;
    height: 3.7vw;
    max-height: none;
    top: 50%;
  }

  #footer .footer-info {
    width: 100%;
    padding: 4% 8%;
  }

  #footer .footer-bottom {
    text-align: center;
  }

  #footer .footer-copyright {
    margin-bottom: 15px;
  }
}

/* ----------------------------------------
footer top
---------------------------------------- */
/* .footer__read {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.035em;
  color: #38506B;
}
@media screen and (max-width: 975px) {
  .footer__read {
    font-size: 0.625rem;
  }
}

.footer__logo {
  margin: 18px auto 0;
  width: 442px;
}
@media screen and (max-width: 975px) {
  .footer__logo {
    margin: 14px auto 0;
    width: 248px;
  }
}

.footer__nav {
  margin-top: 16px;
}
@media screen and (max-width: 975px) {
  .footer__nav {
    margin-top: 24px;
  }
}

.footer__nav .global__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.035em;
  font-weight: 500;
}
@media screen and (max-width: 975px) {
  .footer__nav .global__nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    font-size: 0.75rem;
    border-top: 1px solid #38506B;
  }
}

@media screen and (max-width: 975px) {
  .footer__nav .global__nav ul li {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #38506B;
  }
}

@media screen and (max-width: 975px) {
  .footer__nav .global__nav ul li a {
    position: relative;
    display: block;
    border-block-end-width: 100%;
  }
}

@media screen and (max-width: 975px) {
  .footer__nav .global__nav ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #38506B;
    border-right: 1px solid #38506B;
  }
} */

/* ----------------------------------------
footer__cta
---------------------------------------- */
/* .footer__cta {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 975px) {
  .footer__cta {
    max-width: 314px;
    margin: 34px auto 0;
  }
}

.footer__cta .btn {
  width: 396px;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  .footer__cta .btn {
    height: 68px;
  }
}

.footer__cta .tel-btn {
  padding-top: 22px;
  padding-left: 64px;
}
@media screen and (max-width: 975px) {
  .footer__cta .tel-btn {
    padding: 14px 0 0 55px;
  }
}

.footer__cta .phone-btn {
  padding-top: 22px;
  padding-left: 56px;
}
@media screen and (max-width: 975px) {
  .footer__cta .phone-btn {
    padding: 15px 0 0 24px;
  }
}

.footer__cta .line-btn {
  padding-top: 24px;
  padding-left: 46px;
}
@media screen and (max-width: 975px) {
  .footer__cta .line-btn {
    padding: 15px 0 0 36px;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .btn .icon-wrap {
    height: 32px;
  }
}

.footer__cta .btn .icon-wrap img {
  height: 51px;
}
@media screen and (max-width: 975px) {
  .footer__cta .btn .icon-wrap img {
    height: 32px;
  }
}

.footer__cta .text-wrap .top-text {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 975px) {
  .footer__cta .text-wrap .top-text {
    font-size: 0.8125rem;
  }
}

.footer__cta .text-wrap .main-text {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (max-width: 975px) {
  .footer__cta .text-wrap .main-text {
    font-size: 1.125rem;
  }
}

.footer__cta .text-wrap .main-text span {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 975px) {
  .footer__cta .text-wrap .main-text span {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .btn.phone-btn .text-wrap .main-text {
    margin-top: 0;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .btn.phone-btn .text-wrap .main-text span {
    margin-left: 4px;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .btn.phone-btn .text-wrap .main-text span.btn__point-box {
    font-size: 0.625rem;
    padding: 4px 0;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .btn.tel-btn .text-wrap .main-text span {
    font-size: 1.5rem;
    line-height: 0.8;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .phone-btn .main-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .phone-btn .main-text .btn__point-box {
    display: block;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .btn.phone-btn .text-wrap .main-text span.btn__point-box {
    font-size: 0.625rem;
    padding: 4px 0;
    display: block;
    text-align: center;
    width: 30px;
    background-color: #fff;
    color: #38506B;
    margin-right: 4px;
    margin-left: 0;
  }
} */

/* ----------------------------------------
footer__links
---------------------------------------- */
/* .footer__links {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.035em;
  font-weight: 500;
}
@media screen and (max-width: 975px) {
  .footer__links {
    font-size: 0.625rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px 9px;
    white-space: nowrap;
    width: 290px;
    margin: 40px auto;
  }
}

.footer__copy {
  margin-top: 40px;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.035em;
  color: #707070;
}
@media screen and (max-width: 975px) {
  .footer__copy {
    font-size: 0.625rem;
  }
} */

/* ----------------------------------------
section
---------------------------------------- */
section {
  margin: 0 0 50px 0;
}


/* ----------------------------------------
page mv
---------------------------------------- */
#page-mv {
  background-image: url('https://sot-medical.jp/wp-content/themes/mega-clinic.com/img/under-mv.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  width: 100%;
  /*   height: 240px; */
  margin: 0 auto 00px;
}

#page-mv .page-title {
  text-align: center;
  padding: 100px 0;
  color: #333333;
  font-size: 44px;
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
  #page-mv {
    margin-bottom: 0;
    background-position: 80% center;
  }

  #page-mv .page-title {
    font-size: 2rem;
    padding: 64px 10px 82px;
  }
}

#page-content {
  font-size: 16px;
  font-size: 1rem;
  /* ----------------------------------------
  page content
  ---------------------------------------- */
  /* ----------------------------------------
  見出し
  ---------------------------------------- */
  /* ----------------------------------------

  ---------------------------------------- */
  /* ----------------------------------------
  マーカー
  ---------------------------------------- */
}
#page-content{
	margin-bottom: 50px!important;
}
@media screen and (max-width: 767px) {
  #page-content {
    font-size: 0.875rem;
    padding: 40px 5px !important;
    margin-bottom: 35px !important;
  }
}

#page-content h2.elementor-heading-title,
#page-content h3.elementor-heading-title,
#page-content h4.elementor-heading-title,
#page-content h5.elementor-heading-title {
  padding: 0.8em 1.2em;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 975px) {

  #page-content h2.elementor-heading-title,
  #page-content h3.elementor-heading-title,
  #page-content h4.elementor-heading-title,
  #page-content h5.elementor-heading-title {
    padding: 0.8em 0.8em;
  }
}

#page-content h2.elementor-heading-title {
  background: linear-gradient(to bottom right, #031C52, #324772);
  color: #fff;
  font-size: 24px;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #7A6500, #C3A419) 1;
}

@media screen and (max-width: 975px) {
  #page-content h2.elementor-heading-title {
    font-size: 1.25rem;
    padding-left: 1.5rem;
  }
}

/* #page-content h2.elementor-heading-title::after {
  content: "";
  position: absolute;
	background-color: #6F8DBA;
    width: 26px;
    height: 2px;
    left: 0;
    top: 44px;
}
@media screen and (max-width: 975px) {
  #page-content h2.elementor-heading-title::after  {
    width: 0.8rem;
        height: 2px;
        left: 0.4rem;
        top: 1.6rem;
  }
} */
#page-content h3.elementor-heading-title,
#page-content h3.elementor-heading-title,
#page-content h4.elementor-heading-title,
#page-content h5.elementor-heading-title {
  color: #031C52;
}

#page-content h3.elementor-heading-title {
  font-size: 24px;
}

@media screen and (max-width: 975px) {
  #page-content h3.elementor-heading-title {
    font-size: 1.125rem;
  }
}

#page-content h3.elementor-heading-title::before {
  height: 60%;
  width: 0.3em;
  content: "";
  position: absolute;
  background: linear-gradient(to right, #7A6500, #C3A419);
  left: 0;
  top: 20%;
}

/* #page-content h3.elementor-heading-title::after {
  height: 2px;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgb(60, 104, 142)), to(rgb(150, 197, 255)));
  background: linear-gradient(-90deg, rgb(60, 104, 142) 0%, rgb(150, 197, 255) 100%);
} */
#page-content h4.elementor-heading-title {
  font-size: 20px;
  /*   font-size: 1.5rem; */
  padding-left: 0;
}

@media screen and (max-width: 975px) {
  #page-content h4.elementor-heading-title {
    font-size: 1.125rem;
  }
}

#page-content h4.elementor-heading-title::after {
  height: 2px;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #7A6500, #C3A419);
}

/* #page-content h4.elementor-heading-title::after {
  content: "";
  position: absolute;
  background: #354C68;
  border-radius: 50%;
  height: 30%;
  width: auto;
  aspect-ratio: 1/1;
  left: 0.3em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
} */
#page-content h5.elementor-heading-title {
  font-size: 18px;
  padding-left: 0;
}

#page-content .elementor-button {
  position: relative;
  padding: 20px 54px 20px 24px;
  width: 284px;
  background: linear-gradient(to right, #7A6500, #C3A419);
  border-radius: 0;
}

#page-content .elementor-button::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 14.28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 54%;
  right: 24px;
  background-image: url(../img/icon-btn-obj01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#page-content .elementor-button span {
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-align: left;
  width: 100%;
}

#page-content .elementor-button-info .elementor-button.elementor-button-link {
  background: #154660;
}

#page-content .elementor-button-info .elementor-button.elementor-button-link::after {
  background-image: url(https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/module-btn-arrow-3.png);
  width: 32px;
  height: 32px;
  top: 50%;
}

/* #page-content .elementor-button-info .elementor-button.elementor-button-link::before {
  content: "";
  position: absolute;
  -webkit-transform: unset;
          transform: unset;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 8px);
  border: 1px solid #fff;
}
#page-content .elementor-button-info .elementor-button.elementor-button-link::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  bottom: 8px;
  right: 6px;
  top: unset;
  left: unset;
} */
#page-content .elementor-button-success .elementor-button.elementor-button-link {
  background: linear-gradient(to right, #3D8095, #6CA8B8);
}

#page-content .elementor-button-success .elementor-button.elementor-button-link::after {
  background-image: url(https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/module-btn-arrow-1.png);
  width: 20px;
  height: 20px;
  top: 50%;
}

/* #page-content .elementor-button-success .elementor-button.elementor-button-link::before {
  content: "";
  position: absolute;
  -webkit-transform: unset;
          transform: unset;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 8px);
  border: 1px solid #fff;
} */
/* #page-content .elementor-button-warning .elementor-button.elementor-button-link, #page-content .elementor-button-danger .elementor-button.elementor-button-link {
  border: 1px solid;
  border-image: linear-gradient(to right, #7A6500, #C3A419) 1;
  background: #fff;
} */
#page-content .elementor-button-warning .elementor-button.elementor-button-link {
  border: 1px solid;
  border-image: linear-gradient(to right, #7A6500, #C3A419) 1;
  background: #fff;
}

#page-content .elementor-button-warning .elementor-button span {
  color: #161628;
}

#page-content .elementor-button-warning .elementor-button.elementor-button-link::after {
  background-image: url(https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/module-btn-arrow-2.png);
  width: 22px;
  height: 22px;
}

#page-content .elementor-button-danger .elementor-button.elementor-button-link {
  background: -webkit-gradient(linear, right top, left top, from(rgb(140, 193, 235)), color-stop(20%, rgb(142, 185, 235)), color-stop(60%, rgb(145, 177, 229)), to(rgb(147, 172, 229)));
  background: linear-gradient(-90deg, rgb(140, 193, 235) 0%, rgb(142, 185, 235) 20%, rgb(145, 177, 229) 60%, rgb(147, 172, 229) 100%);
  -webkit-box-shadow: inset 0px 0px 25px rgba(255, 255, 255, .5);
  box-shadow: inset 0px 0px 25px rgba(255, 255, 255, .5);
}

#page-content .elementor-button-danger .elementor-button.elementor-button-link span {
  text-shadow: 2px 3px 5px rgba(0, 0, 0, .4);
}

#page-content .elementor-button-danger .elementor-button.elementor-button-link::after {
  background-image: url(../img/icon-btn-obj02.svg);
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
}

#page-content .elementor-widget-text-editor {
  line-height: 1.5;
}

#page-content span.marker1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #CDECFD));
  background: linear-gradient(transparent 60%, #CDECFD 0%);
  display: inline;
  padding: 0 1px 0px;
}

#page-content span.marker2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FDF8B6));
  background: linear-gradient(transparent 60%, #FDF8B6 0%);
  display: inline;
  padding: 0 1px 0px;
}

#page-content span.marker3 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, transparent), color-stop(0%, #CDECFD));
  background: linear-gradient(transparent 94%, #CDECFD 0%);
  display: inline;
  padding: 0 1px 0px;
}

#page-content span.marker4 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, transparent), color-stop(0%, #80D9CF));
  background: linear-gradient(transparent 94%, #80D9CF 0%);
  display: inline;
  padding: 0 1px 0px;
}

/* ----------------------------------------
  list
  ---------------------------------------- */
#page-content .list-box {
  padding-left: 30px;
  line-height: 1.7;
}

#page-content ul.list-normal {
  list-style-type: disc;
  /* 	list-style: inside; */
}

#page-content ol.list-order {
  list-style-type: decimal;
}

#page-content ul.list-checkbox li {
  position: relative;
}

#page-content ul.list-checkbox li::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  top: 50%;
  left: -20px;
  background-image: url(https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/module-list-checkbox.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* ----------------------------------------
  table
  ---------------------------------------- */
#page-content .elementor-widget-table-of-contents {
  background-color: #EEF8FB;
  border: unset;
  padding: 40px 60px 32px;
  position: relative;
}

@media screen and (max-width: 975px) {
  #page-content .elementor-widget-table-of-contents {
    padding: 32px 20px;
  }
}

#page-content .elementor-widget-table-of-contents::before {
  content: "CONTENTS";
  color: #fff;
  font-size: 84px;
  font-size: 5.25rem;
  letter-spacing: 0.1em;
  font-weight: 200;
  font-family: "Noto Serif JP", serif;
  top: 0;
  left: 0.2em;
  position: absolute;
}

@media screen and (max-width: 975px) {
  #page-content .elementor-widget-table-of-contents::before {
    font-size: 12svw;
  }
}

#page-content .e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
#page-content .e-con>.elementor-widget>.elementor-widget-container {
  border: unset;
  position: relative;
}

#page-content .elementor-widget-table-of-contents .elementor-toc__header {
  padding: 0;
  border: unset;
}

#page-content .elementor-widget-table-of-contents .elementor-toc__header .elementor-toc__header-title {
  font-size: 32px;
  font-size: 2rem;
  color: #38506B;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 975px) {
  #page-content .elementor-widget-table-of-contents .elementor-toc__header .elementor-toc__header-title {
    font-size: 1.5rem;
  }
}

#page-content .elementor-toc__toggle-button--collapse,
#page-content .elementor-toc__toggle-button--expand {
  position: relative;
  z-index: 5;
}

/* #page-content .elementor-toc__toggle-button--collapse::after, #page-content .elementor-toc__toggle-button--expand::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 32px;
  font-size: 2rem;
} */
@media screen and (max-width: 975px) {

  #page-content .elementor-toc__toggle-button--collapse::after,
  #page-content .elementor-toc__toggle-button--expand::after {
    font-size: 1.5rem;
  }
}

#page-content .elementor-toc__toggle-button--collapse {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page-content .elementor-toc__toggle-button--expand {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page-content .elementor-toc__toggle-button--collapse,
#page-content .elementor-toc__toggle-button--expand {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 975px) {

  #page-content .elementor-toc__toggle-button--collapse,
  #page-content .elementor-toc__toggle-button--expand {
    width: 24px;
    height: 24px;
  }
}

/* #page-content .elementor-toc__toggle-button--collapse svg, #page-content .elementor-toc__toggle-button--expand svg {
  display: none;
} */
/* #page-content .elementor-toc__toggle-button--collapse::after {
  content: "ー";
}
#page-content .elementor-toc__toggle-button--expand::after {
  content: "＋";
} */
.elementor-widget-table-of-contents .elementor-widget-container {
  overflow: visible !important;
}

.elementor-toc__toggle-button svg {
  height: 2.5em !important;
  width: 2.5em !important;
  fill: var(--toggle-button-color);
}

#page-content .elementor-widget-table-of-contents {
  background-color: #EEF8FB;
  border: unset;
  padding: 15px 60px 17px;
  position: relative;
}

#page-content .elementor-widget-table-of-contents .elementor-toc__header .elementor-toc__header-title {
  line-height: 2;
  font-size: 24px;
}

#page-content .elementor-toc__toggle-button--collapse,
#page-content .elementor-toc__toggle-button--expand {
  display: block;
  width: 2.5em !important;
  height: 2.5em !important;
  position: absolute;
  top: 7px;
  right: 0;
}

#page-content .elementor-toc--collapsed .elementor-toc__toggle-button--collapse {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page-content .elementor-toc--collapsed .elementor-toc__toggle-button--expand {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page-content .elementor-toc__body {
  margin-top: 15px;
  padding: 15px 0 0;
  border-top: 1px solid #38506B;
}

ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before {
  content: counters(item, ".") ". ";
  color: #054B7D;
}

@media screen and (max-width: 975px) {
  #page-content .elementor-toc__body {
    margin-top: 24px;
    padding: 20px 0 0;
  }
}

#page-content ol.elementor-toc__list-wrapper {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #38506B;
  list-style: none;
  counter-reset: number;
}

@media screen and (max-width: 975px) {
  #page-content ol.elementor-toc__list-wrapper {
    font-size: 0.875rem;
  }
}

#page-content ol.elementor-toc__list-wrapper .elementor-toc__list-item {
  position: relative;
  padding-left: 0;
}

#page-content ol.elementor-toc__list-wrapper .elementor-toc__list-item::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0;
  content: none;
}

#page-content ol.elementor-toc__list-wrapper ul.elementor-toc__list-wrapper {
  font-size: 80%;
  margin-top: 1em;
  margin-left: 3em;
}

@media screen and (max-width: 975px) {
  #page-content ol.elementor-toc__list-wrapper ul.elementor-toc__list-wrapper {
    margin-left: 1em;
  }
}

#page-content ol.elementor-toc__list-wrapper ol.elementor-toc__list-wrapper {
  font-size: 80%;
}

#page-content {
  /* ----------------------------------------
  s-post
  ---------------------------------------- */
}

#page-content .s-post__obj {
  background-color: #8B9FBB;
  border-radius: 10px 10px 0 0;
  padding: 14px 12px 13px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 235px;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 975px) {
  #page-content .s-post__obj {
    font-size: 0.875rem;
    min-width: unset;
    padding: 14px 18px 13px;
  }
}

#page-content .s-post__box {
  border: 1px solid #8B9FBB;
  padding: 24px 36px;
  border-radius: 0 10px 10px 10px;
  display: block;
}

@media screen and (max-width: 975px) {
  #page-content .s-post__box {
    padding: 12px 12px;
  }
}

#page-content .s-post__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

@media screen and (max-width: 975px) {
  #page-content .s-post__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
}

#page-content .s-post__img {
  width: 334px;
  height: auto;
  aspect-ratio: 334/225;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 975px) {
  #page-content .s-post__img {
    width: 100%;
  }
}

#page-content .s-post__content {
  width: calc(100% - 384px);
}

@media screen and (max-width: 975px) {
  #page-content .s-post__content {
    width: 100%;
  }
}

#page-content .s-post__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #38506B;
  line-height: 1.2;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 975px) {
  #page-content .s-post__title {
    font-size: 1.125rem;
    margin-bottom: 0.4em;
  }
}

#page-content .s-post__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

@media screen and (max-width: 975px) {
  #page-content .s-post__text {
    font-size: 0.875rem;
  }
}

#page-content {
  /* ----------------------------------------
  md
  ---------------------------------------- */
}

#page-content .s-md__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 975px) {
  #page-content .s-md__wrap {
    display: block;
  }
}

#page-content .s--md__merit.merit01 {
  border: 1px solid;
  border-image: linear-gradient(to bottom right, #031C52, #324772) 1;
}

#page-content .s--md__merit.merit02 {
  background-image: url(../img/merit-bg.jpg);
}

#page-content .s--md__demerit.demerit01 {
  border: 1px solid #939393;
}

#page-content .s--md__demerit.demerit02 {
  background: url(../img/demerit-bg.jpg);
}

#page-content .s--md__merit,
#page-content .s--md__demerit {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 45%;
  position: relative;
}

@media screen and (max-width: 975px) {

  #page-content .s--md__merit,
  #page-content .s--md__demerit {
    width: 100%;
    /*     padding: 48px 12px 24px; */
    margin: 30px 0;
  }
}

/* #page-content .s--md__merit::after, #page-content .s--md__demerit::after {
  position: absolute;
  left: 16px;
  top: 32px;
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.075em;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
@media screen and (max-width: 975px) {
  #page-content .s--md__merit::after, #page-content .s--md__demerit::after {
    left: 8px;
    top: 12px;
    font-size: 16svw;
  }
} */
/* #page-content .s--md__merit::after {
  content: "MERIT";
}
#page-content .s--md__demerit::after {
  content: "DEMERIT";
} */

#page-content .s-md__title {
  position: relative;
  z-index: 1;
  color: #fff;
  /*   border-bottom: 1px solid #38506B; */
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.035em;
  font-family: "Noto Serif JP", serif;
  padding: 20px 30px;
  text-align: center;
  background: linear-gradient(to bottom right, #031C52, #324772);
}

#page-content .s--md__demerit .s-md__title {
  background: #939393;
}

#page-content .s-md__wrap .s-check__list {
  padding: 20px 30px;
}

#page-content .s-md__wrap .s-check__list,
#page-content .s-md__wrap .s-dot__list {
  margin-top: 24px;
}

#page-content .s-check__list,
#page-content .s-dot__list {
  position: relative;
  z-index: 1;
  color: #38506B;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}

#page-content .s-check__list li,
#page-content .s-dot__list li {
  padding-left: 2em;
  position: relative;
}

#page-content .s-check__list li:nth-child(n+2),
#page-content .s-dot__list li:nth-child(n+2) {
  margin-top: 0.8em;
}

#page-content .s-dot__list li::after {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 4px;
  top: 4px;
  content: "";
  border-radius: 50%;
  background-color: #38506B;
}

#page-content .s--md__merit.merit01 .s-check__list li::after,
#page-content .s--md__demerit.demerit01 .s-check__list li::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  top: 50%;
  left: 0px;
  background-repeat: no-repeat;
  background-size: contain;
}

#page-content .s--md__merit.merit01 .s-check__list li::after {
  background-image: url(https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/module-checkbox-merit.png);
}

#page-content .s--md__demerit.demerit01 .s-check__list li::after {
  background-image: url(https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/module-checkbox-demerit.png);
}

/* #page-content .s-check__list li::after {
  width: 17px;
  height: auto;
  aspect-ratio: 1/1;
  border: 2px solid #38506B;
  position: absolute;
  left: 4px;
  top: 4px;
  content: "";
}
#page-content .s-check__list li::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #38506B;
  border-left: 2px solid #38506B;
  height: 8px;
  width: 14px;
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
  top: 5px;
  left: 8px;
} */
#page-content .s--md__merit.merit01::after {
  color: #E5F3F9;
}

#page-content .s--md__demerit.demerit02::after {
  color: #B0BFD0;
}

#page-content .s--md__demerit.demerit02 .s-md__title {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#page-content .s--md__demerit.demerit02 .s-check__list {
  color: #fff;
}

#page-content .s--md__demerit.demerit02 .s-check__list li::after {
  border: 2px solid #fff;
}

#page-content .s--md__demerit.demerit02 .s-check__list li::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

#page-content {
  /* ----------------------------------------
  table
  ---------------------------------------- */
}

#page-content .p-table__scroll {
  overflow-x: scroll;
}

#page-content .p-table__scroll .p-table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#page-content .p-table {
  width: 100%;
  border: 1px solid #031C52;
}

#page-content .p-table thead {
  background: linear-gradient(to right, #031C52, #324772);
}

#page-content .p-table thead th {
  padding: 15px 22px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

#page-content .p-table thead th:nth-child(n+2) {
  border-left: 1px solid #fff;
}

/* #page-content .p-table tbody {
  border: 1px solid #031C52;
} */
#page-content .p-table tbody tr th,
#page-content .p-table tbody tr td {
  padding: 15px 22px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  border: 1px solid #031C52;
}

#page-content .p-table tbody tr th {
  color: #031C52;
  background-color: #F8F9FA;
}

/* #page-content .p-table tbody tr:nth-child(n+2) th {
  border-top: 1px solid #fff;
}
#page-content .p-table tbody tr td:nth-child(n+2) {
  border-left: 1px solid #96A8C5;
}
#page-content .p-table tbody tr:nth-child(n+2) td {
  border-top: 1px solid #96A8C5;
} */
#page-content {
  /* ----------------------------------------
  person
  ---------------------------------------- */
  /* ----------------------------------------
  p-adv
  ---------------------------------------- */
}

#page-content .p-person,
#page-content .p-adv {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 40px;
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, .4);
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, .4);
}

@media screen and (max-width: 975px) {

  #page-content .p-person,
  #page-content .p-adv {
    padding: 12px 12px;
  }
}

#page-content .p-person__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 975px) {
  #page-content .p-person__head {
    gap: 8px;
  }
}

#page-content .p-person__head::after {
  position: absolute;
  content: "+";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  color: #38506B;
}

#page-content .p-person__head.open::after {
  content: "−";
}

#page-content .p-person__img {
  width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 975px) {
  #page-content .p-person__img {
    width: 100px;
  }
}

#page-content .p-person__title {
  font-family: "Noto Serif JP", serif;
  color: #38506B;
  font-weight: bold;
}

#page-content .p-person__title .p-person__clinic {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 2em;
  margin-bottom: 0.4em;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
  #page-content .p-person__title .p-person__clinic {
    font-size: 0.75rem;
  }
}

#page-content .p-person__title .p-person__name {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
  #page-content .p-person__title .p-person__name {
    font-size: 1.25rem;
  }
}

#page-content .p-person__body {
  margin-top: 24px;
  margin-left: 162px;
  display: none;
}

@media screen and (max-width: 975px) {
  #page-content .p-person__body {
    margin-left: 0;
    padding-bottom: 12px;
  }
}

#page-content .p-person__body p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
}

@media screen and (max-width: 975px) {
  #page-content .p-person__body p {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 975px) {
  #page-content .p-adv {
    padding-bottom: 40px;
  }
}

#page-content .p-adv__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  color: #38506B;
  margin-bottom: 0.6em;
}

@media screen and (max-width: 975px) {
  #page-content .p-adv__title {
    font-size: 0.875rem;
    text-align: center;
  }
}

#page-content .p-adv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  position: relative;
}

@media screen and (max-width: 975px) {
  #page-content .p-adv__wrap {
    display: block;
  }
}

#page-content .p-adv__wrap .p-adv__img {
  width: 306px;
  height: auto;
  aspect-ratio: 306/316;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 975px) {
  #page-content .p-adv__wrap .p-adv__img {
    margin: 8px auto 0;
    width: 60%;
  }
}

#page-content .p-adv__wrap .p-person__content .p-person__clinic {
  font-family: "Noto Serif JP", serif;
  color: #38506B;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.8em;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
  #page-content .p-adv__wrap .p-person__content .p-person__clinic {
    font-size: 0.875rem;
    margin-top: 1em;
    text-align: center;
  }
}

#page-content .p-adv__wrap .p-person__content .p-person__name {
  font-family: "Noto Serif JP", serif;
  color: #38506B;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1em;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
  #page-content .p-adv__wrap .p-person__content .p-person__name {
    font-size: 1.25rem;
    text-align: center;
  }
}

#page-content .p-adv__wrap .p-person__content .p-person__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: 3em;
}

@media screen and (max-width: 975px) {
  #page-content .p-adv__wrap .p-person__content .p-person__text {
    font-size: 0.875rem;
  }
}

#page-content .p-adv__wrap .p-person__content .more-btn,
#page-content .p-more-btn__wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}

#page-content .p-adv__wrap .p-person__content .more-btn:hover,
#page-content .p-more-btn__wrap:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page-content .p-more-btn {
  position: relative;
  padding: 14px 54px 14px 24px;
  width: 232px;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #38506B;
  display: block;
}

#page-content .p-more-btn:hover {
  background: #38506B;
}

#page-content .p-more-btn:hover span {
  color: #fff;
}

#page-content .p-more-btn:hover::after {
  background-image: url(../img/icon-btn-obj01.svg);
}

@media screen and (max-width: 975px) {
  #page-content .p-more-btn {
    position: relative;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

#page-content .p-more-btn::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 14.28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 54%;
  right: 24px;
  background-image: url(../img/icon-btn-obj04.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#page-content .p-more-btn span {
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  color: #38506B;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 975px) {
  #page-content .p-more-btn__wrap {
    position: relative;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

#page-content {
  /* ----------------------------------------
  breadcrumb
  ---------------------------------------- */
}

#page-content .p-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  font-size: 15px;
  font-size: 0.9375rem;
  white-space: nowrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.2em;
}

#page-content .p-breadcrumb a {
  color: #507F99;
  text-decoration: underline;
}

#page-content {
  /* ----------------------------------------
  p-step
  ---------------------------------------- */
}

#page-content .p-step {
  padding-left: 80px;
}

@media screen and (max-width: 975px) {
  #page-content .p-step {
    padding-left: 10px;
  }
}

#page-content .p-step__con {
  padding: 30px 30px 60px 30px;
  position: relative;
}

@media screen and (max-width: 975px) {
  #page-content .p-step__con {
    padding: 30px;
  }
}

#page-content .p-step__con::before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 0;
  top: 36px;
  background-color: #38506B;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  content: "";
}

@media screen and (max-width: 975px) {
  #page-content .p-step__con::before {
    top: 32px;
  }
}

#page-content .p-step__con::after {
  position: absolute;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 0;
  top: 64px;
  height: calc(100% - 64px);
  border-left: 1px solid #38506B;
}

@media screen and (max-width: 975px) {
  #page-content .p-step__con::after {
    height: calc(100% - 52px);
    top: 52px;
  }
}

#page-content .p-step__num {
  position: absolute;
  right: 0;
  top: 0;
  color: #E6F3F9;
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 975px) {
  #page-content .p-step__num {
    font-size: 4rem;
  }
}

#page-content .p-step__title,
#page-content .p-step__text {
  position: relative;
}

#page-content .p-step__title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #38506B;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
  #page-content .p-step__title {
    font-size: 1rem;
  }
}

#page-content .p-step__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-top: 1em;
}

@media screen and (max-width: 975px) {
  #page-content .p-step__text {
    font-size: 0.875rem;
  }
}

#page-content {
  /* ----------------------------------------
  p-point
  ---------------------------------------- */
}

@media screen and (max-width: 975px) {
  #page-content .p-point {
    padding: 0 20px;
  }
}

#page-content .p-point__content {
  position: relative;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: 50px 0;
  border: 1px solid;
  border-image: linear-gradient(to bottom right, #7A6500, #C3A419) 1;
  background-color: #F8F9FA;
}

#page-content .p-point .p-point__content:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 975px) {
  #page-content .p-point__content {
    padding: 24px 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }
}

/* #page-content .p-point__content:nth-of-type(even) {
  background-color: #E3EDF6;
} */
#page-content .p-point__obj {
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(to bottom right, #031C52, #324772);
  color: #fff;
  font-family: "Shippori Mincho", serif;
  padding: 3px 10px;
  font-size: 14px;
}

/* @media screen and (max-width: 975px) {
  #page-content .p-point__obj {
    font-size: 4rem;
    top: unset;
    bottom: 24px;
  }
} */
#page-content .p-point__content:nth-of-type(odd) .p-point__obj {
  color: white;
}

#page-content .p-point__img {
  width: 45%;
  /*   aspect-ratio: 369/248; */
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: -50px;
  box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.35);
}

#page-content .p-point__text {
  position: relative;
  width: 50%;
}

#page-content .p-point__text .p-point__title {
  padding-top: 2em;
  padding-bottom: 0.8em;
  line-height: 1.4;
  font-size: 20px;
  font-size: 1.25rem;
  color: #38506B;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
  #page-content .p-point__text .p-point__title {
    /*     padding-top: 0; */
    font-size: 1rem;
  }

  #page-content .p-point__img {
    width: 100%;
  }

  #page-content .p-point__text {
    width: 100%;
  }
}

#page-content .p-point__text .p-point__con {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
}

#page-content .p-point.is-flow .p-point__content:nth-child(n+2) {
  margin-top: 54px;
  position: relative;
}

#page-content .p-point.is-flow .p-point__content:nth-child(n+2)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  border-top: 17px solid #354C68;
  border-bottom: 0;
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#page-content {
  /* ----------------------------------------
  p-qa
  ---------------------------------------- */
}

#page-content .p-qa {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

#page-content .p-qa__content:nth-child(n+2) {
  margin-top: 50px;
}

@media screen and (max-width: 975px) {
  #page-content .p-qa__content:nth-child(n+2) {
    margin-top: 24px;
  }
}

#page-content .p-qa__title,
#page-content .p-qa__con {
  padding-left: 50px;
  padding-top: 16px;
  position: relative;
}

@media screen and (max-width: 975px) {

  #page-content .p-qa__title,
  #page-content .p-qa__con {
    padding-left: 28px;
    padding-top: 10px;
  }
}

#page-content .p-qa__title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #507F99;
  line-height: 1.5;
}

@media screen and (max-width: 975px) {
  #page-content .p-qa__title {
    font-size: 1.125rem;
  }
}

#page-content .p-qa__con {
  margin-top: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}

@media screen and (max-width: 975px) {
  #page-content .p-qa__con {
    font-size: 0.875rem;
    margin-top: 8px;
  }
}

#page-content .p-qa__title::before,
#page-content .p-qa__con::before {
  position: absolute;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-size: 2.5rem;
  left: 0;
  top: 0;
  font-weight: bold;
}

@media screen and (max-width: 975px) {

  #page-content .p-qa__title::before,
  #page-content .p-qa__con::before {
    font-size: 1.5rem;
  }
}

#page-content .p-qa__title::before {
  content: "Q";
  color: #507F99;
}

#page-content .p-qa__con::before {
  content: "A";
  color: #354C68;
}

/* ----------------------------------------
  tp-faq
  ---------------------------------------- */

.tp-faq-accordion {
  margin: 4rem auto;
  max-width: 80%;
}

.tp-faq .toggle {
  display: none;
}

.tp-faq {
  position: relative;
  margin-bottom: 1rem;
}

.tp-faq .question,
.tp-faq .answer {
  transform: translateZ(0);
  transition: all 0.3s;
}

.tp-faq .question {
  border-bottom: solid 1px rgba(22, 22, 40, .3);
  padding: 1rem 2.2rem 1rem 1rem;
  display: block;
  font-weight: bold;
  color: #161628;
  font-family: "Shippori Mincho", serif;
}

.tp-faq .question span,
.tp-faq .answer span {
  font-size: 20px;
  padding-right: 0.6rem;
  line-height: 1;
  background: linear-gradient(to bottom right, #7A6500, #C3A419);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Shippori Mincho", serif;
}

.tp-faq .question:after,
.tp-faq .question:before {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 0.75rem;
  background-color: #999;
  transition: all 0.3s;
}

.tp-faq .question:after {
  transform: rotate(90deg);
}

.tp-faq .answer {
  max-height: 0;
  overflow: hidden;
}

.tp-faq .answer div {
  margin: 2rem 1rem 2rem;
  line-height: 1.8;
  padding-left: 34px;
  position: relative;
}

.tp-faq .toggle:checked+.question+.answer {
  max-height: 500px;
  transition: all 1.5s;
}

.tp-faq .toggle:checked+.question:before {
  transform: rotate(90deg) !important;
}

@media screen and (max-width: 767px) {
  .tp-faq .question {
    font-size: 4vw;
    padding: 1rem 2.2rem 1rem 0.5rem;
  }

  .tp-faq .answer {
    font-size: 3.7vw;
  }

  .tp-faq .question span,
  .tp-faq .answer span {
    font-size: 5vw;
  }

  .tp-faq .answer div {
    margin: 2rem 0.5rem 2rem;
  }
}



#page-content {
  /* ----------------------------------------
  p-box
  ---------------------------------------- */
  /* ----------------------------------------
  matome
  ---------------------------------------- */
  /* ----------------------------------------
  check-point
  ---------------------------------------- */
}

#page-content .p-box {
  padding: 64px 80px;
}

@media screen and (max-width: 975px) {
  #page-content .p-box {
    padding: 24px 12px;
  }
}

#page-content .p-box-bg {
  border: 1px solid #38506B;
}

#page-content .p-box-border {
  background-color: #F4F9FC;
}

#page-content .p-matome {
  background-color: #F4F9FC;
  padding: 64px 80px;
  position: relative;
}

@media screen and (max-width: 975px) {
  #page-content .p-matome {
    padding: 24px 12px;
    font-size: 4rem;
  }
}

#page-content .p-matome::after {
  position: absolute;
  content: "CONTENT";
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 110px;
  font-size: 6.875rem;
  top: 2px;
  right: 2px;
}

@media screen and (max-width: 975px) {
  #page-content .p-matome::after {
    font-size: 4rem;
  }
}

#page-content .p-matome__title {
  position: relative;
  color: #38506B;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 18px;
  line-height: 1.2;
  border-bottom: 1px solid #38506B;
  z-index: 1;
}

@media screen and (max-width: 975px) {
  #page-content .p-matome__title {
    font-size: 1.5rem;
    padding-bottom: 8px;
  }
}

#page-content .p-matome__text {
  position: relative;
  z-index: 1;
  margin-top: 1em;
  line-height: 1.4;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

#page-content .p-check-point {
  position: relative;
}

#page-content .p-check-point::before {
  width: 100%;
  height: 100%;
  top: -18px;
  left: -18px;
  background-color: #F4F9FC;
  position: absolute;
  content: "";
}

@media screen and (max-width: 975px) {
  #page-content .p-check-point::before {
    top: -8px;
    left: -8px;
  }
}

#page-content .p-check-point .border01,
#page-content .p-check-point .border02 {
  width: 1px;
  height: 50%;
  position: absolute;
  content: "";
  background-color: #38506B;
}

#page-content .p-check-point .border01 {
  left: 0;
  bottom: 0;
}

#page-content .p-check-point .border02 {
  right: 0;
  top: 0;
}

#page-content .p-check-point .border03,
#page-content .p-check-point .border04 {
  height: 1px;
  width: 70%;
  position: absolute;
  background-color: #38506B;
}

@media screen and (max-width: 975px) {

  #page-content .p-check-point .border03,
  #page-content .p-check-point .border04 {
    width: 50%;
  }
}

#page-content .p-check-point .border03 {
  left: 0;
  bottom: 0;
}

#page-content .p-check-point .border04 {
  right: 0;
  top: 0;
}

#page-content .p-check-point__text {
  position: relative;
  padding: 60px 70px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #38506B;
  z-index: 1;
}

@media screen and (max-width: 975px) {
  #page-content .p-check-point__text {
    font-size: 0.875rem;
    padding: 48px 24px 24px;
  }
}

#page-content .p-check-point__text::after {
  position: absolute;
  content: "";
  width: 290px;
  height: auto;
  aspect-ratio: 290/104;
  background-image: url(../img/check-point-obj.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -40px;
  left: -40px;
}

@media screen and (max-width: 975px) {
  #page-content .p-check-point__text::after {
    width: 120px;
    top: 0px;
    left: 0px;
  }
}

#page-content {
  /* ----------------------------------------
  p-box
  ---------------------------------------- */
  /* ----------------------------------------
  p-bg-box
  ---------------------------------------- */
  /* ----------------------------------------
  p-caution
  ---------------------------------------- */
  /* ----------------------------------------
  引用
  ---------------------------------------- */
}

#page-content .p-b-box {
  position: relative;
  padding: 52px 72px;
  border: 2px solid #6F8DBA;
  border-radius: 10px;
}

@media screen and (max-width: 975px) {
  #page-content .p-b-box {
    padding: 32px 28px;
  }
}

#page-content .p-b-box__text {
  line-height: 1.4;
}

#page-content .p-b-box-title01,
#page-content .p-b-box-title02,
#page-content .p-b-box-title03 {
  font-size: 80%;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #364C68;
  font-weight: bold;
}

@media screen and (max-width: 975px) {

  #page-content .p-b-box-title01,
  #page-content .p-b-box-title02,
  #page-content .p-b-box-title03 {
    font-size: 1.125rem;
  }
}

#page-content .p-b-box-title01 {
  padding: 11px 18px;
  background-color: #F2F9FF;
  border-left: 4px solid #6F8DBA;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
  -webkit-transform: translateX(-24px);
  transform: translateX(-24px);
}

@media screen and (max-width: 975px) {
  #page-content .p-b-box-title01 {
    padding: 8px 12px;
    margin-bottom: 4px;
    -webkit-transform: unset;
    transform: unset;
  }
}

#page-content .p-b-box-title02 {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 0%;
  left: -1px;
  background-color: #6F8DBA;
  color: #fff;
}

#page-content .p-b-box-title02__wrap {
  padding: 11px 18px;
  padding-left: 64px;
  position: relative;
}

@media screen and (max-width: 975px) {
  #page-content .p-b-box-title02__wrap {
    padding: 8px 12px;
  }
}

#page-content .p-b-box-title02__wrap .obj {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 41px solid transparent;
  border-left: 41px solid transparent;
  border-bottom: 51px solid #6F8DBA;
  border-top: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: -1;
}

@media screen and (max-width: 975px) {
  #page-content .p-b-box-title02__wrap .obj {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 36px solid #6F8DBA;
  }
}

#page-content .p-b-box-title03 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #364C68;
  margin-bottom: 12px;
}

#page-content .p-b-box-title01 span,
#page-content .p-b-box-title02 span,
#page-content .p-b-box-title03 span {
  font-size: 75%;
}

#page-content .p-bg-box {
  padding: 64px 90px;
}

@media screen and (max-width: 975px) {
  #page-content .p-bg-box {
    padding: 24px 14px;
  }
}

#page-content .p-bg-box .p-bg-box-title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.035em;
  color: #38506B;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #38506B;
}

@media screen and (max-width: 975px) {
  #page-content .p-bg-box .p-bg-box-title {
    font-size: 1.25rem;
  }
}

#page-content .p-bg-box.bg01 {
  background-image: url(../img/box01.png.webp);
}

#page-content .p-bg-box.bg02 {
  background-image: url(../img/box02.png.webp);
}

#page-content .p-bg-box.bg03 {
  background-image: url(../img/box03.png.webp);
}

#page-content .p-bg-box {
  background-repeat: no-repeat;
  background-size: cover;
}

#page-content .p-caution {
  padding: 50px 60px 44px 120px;
  position: relative;
  background-color: #FDF2F2;
  border-radius: 10px;
}

@media screen and (max-width: 975px) {
  #page-content .p-caution {
    padding: 48px 12px 22px;
  }
}

#page-content .p-caution::before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-caution.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 44px;
  height: auto;
  aspect-ratio: 1/1;
  top: 40px;
  left: 44px;
}

@media screen and (max-width: 975px) {
  #page-content .p-caution::before {
    width: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 22px;
  }
}

#page-content .p-caution p {
  color: #D84242;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
}

@media screen and (max-width: 975px) {
  #page-content .p-caution p {
    font-size: 0.875rem;
  }
}

#page-content .p-quote {
  max-width: 868px;
  width: 100%;
  padding: 24px 52px 28px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 975px) {
  #page-content .p-quote {
    padding: 24px 20px 28px;
  }
}

#page-content .p-quote::before {
  background-image: url(../img/icon-top.svg);
  top: 0;
  left: 0;
}

#page-content .p-quote::after {
  background-image: url(../img/icon-bottom.svg);
  right: 0;
  bottom: 0;
}

#page-content .p-quote::before,
#page-content .p-quote::after {
  position: absolute;
  width: 36.72px;
  height: auto;
  aspect-ratio: 36.72/28.84;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 975px) {

  #page-content .p-quote::before,
  #page-content .p-quote::after {
    width: 18px;
  }
}

#page-content .p-quote__wrap .p-quote__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.2;
}

@media screen and (max-width: 975px) {
  #page-content .p-quote__wrap .p-quote__text {
    line-height: 1.6;
  }
}

#page-content .p-quote__wrap .p-quote__link {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  margin-top: 1em;
}

/* ----------------------------------------
  tp-point-caution, tp-point-question, tp-point
  ---------------------------------------- */
.tp-point {
  border: 1px solid #031c52;
  background-color: #fff;
}

.tp-point-title {
  padding: 8px 16px;
}

.tp-point-content {
  padding: 16px;
}

.tp-point-title {
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  color: #031c52;
  background-color: #F8F9FA;
  margin-bottom: 8px;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #7A6500, #C3A419) 1;
}

.tp-point-content {
  font-size: 14px;
  line-height: 1.6;
  padding-top: 8px;
}

.tp-point-question .tp-point-title,
.tp-point-caution .tp-point-title {
  color: #fff;
  padding-left: 50px;
  position: relative;
}

.tp-point-question .tp-point-title {
  background: linear-gradient(to bottom right, #031C52, #324772);
}

.tp-point-question .tp-point-title::before,
.tp-point-caution .tp-point-title::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  top: 50%;
  left: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}

.tp-point-question .tp-point-title::before {
  background-image: url(https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/module-point-2.png);
}

.tp-point-caution .tp-point-title::before {
  background-image: url(https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/module-point-1.png);
}

.tp-point-caution {
  border: 1px solid #D41714;
}

.tp-point-caution .tp-point-title {
  background: #D41714;
}

#page-content {
  /* ----------------------------------------
  p-case
  ---------------------------------------- */
}

#page-content .p-case {
  margin: 0 auto;
  max-width: 910px;
  width: 100%;
}

#page-content .p-case__num {
  font-size: 84px;
  font-size: 5.25rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  padding-left: 0.4em;
  color: #C5D8E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 0.1em;
}

@media screen and (max-width: 975px) {
  #page-content .p-case__num {
    font-size: 4rem;
  }
}

#page-content .p-case__num::before {
  position: absolute;
  content: "Case";
  font-family: "Pinyon Script", serif;
  color: #507F98;
  left: 0;
  bottom: 0;
  font-size: 35px;
  font-size: 2.1875rem;
}

@media screen and (max-width: 975px) {
  #page-content .p-case__num::before {
    ont-size: 1rem;
  }
}

#page-content .p-case__num:after {
  border-bottom: 1px solid #38506B;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
}

#page-content .p-case__num:after {
  margin-left: 16px;
  margin-left: 1rem;
}

#page-content .case__pickup {
  padding: 0;
  width: 100%;
}

#page-content .case__photo {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

@media screen and (max-width: 975px) {
  #page-content .case__photo {
    margin-bottom: 12px;
  }
}

#page-content .case__img img {
  max-width: 440px;
  width: 100%;
}

#page-content {
  /* ----------------------------------------
  reason
  ---------------------------------------- */
}

#page-content .p-reason {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#page-content .p-reason::before {
  position: absolute;
  content: "";
  width: 54%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #F4FBFF;
}

@media screen and (max-width: 975px) {
  #page-content .p-reason::before {
    width: 88.9743589744%;
  }
}

#page-content .reason-list__img {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 50%;
  aspect-ratio: 438.13/306;
  height: auto;
  margin-top: 20px;
}

@media screen and (max-width: 975px) {
  #page-content .reason-list__img {
    width: 93.3333333333%;
  }
}

#page-content .reason-list__container::before {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  background-color: #DDEAF1;
  position: absolute;
  aspect-ratio: 438.13/306;
  width: calc(50% + 20px);
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}

#page-content .reason-list:nth-child(even) .reason-list__img {
  left: unset;
  right: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
}

@media screen and (max-width: 975px) {
  #page-content .reason-list:nth-child(even) .reason-list__img {
    margin-left: auto;
  }
}

#page-content .reason-list:nth-child(even) .reason-list__container::before {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
  background-color: #DDEAF1;
  position: absolute;
  aspect-ratio: 438.13/306;
  width: calc(50% + 20px);
  top: 0;
  right: 0;
  left: unset;
  content: "";
  z-index: -1;
}

#page-content .p-reason__circle {
  background-color: #536780;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: absolute;
  bottom: -40px;
  left: 32%;
  display: block;
}

@media screen and (max-width: 975px) {
  #page-content .p-reason__circle {
    width: 120px;
    height: 120px;
    bottom: unset;
    left: 68%;
    top: 32svw;
  }
}

#page-content .p-reason__circle__wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

#page-content .p-reason__circle__wrap p {
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 117px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.6;
}

@media screen and (max-width: 975px) {
  #page-content .p-reason__circle__wrap p {
    width: 94px;
    font-size: 0.75rem;
  }
}

#page-content .reason-list:nth-child(even) .p-reason__circle {
  right: 32%;
  left: unset;
}

@media screen and (max-width: 975px) {
  #page-content .reason-list:nth-child(even) .p-reason__circle {
    right: 68%;
    top: 32svw;
  }
}

#page-content {
  /* ----------------------------------------
  scroll
  ---------------------------------------- */
}

#page-content .p-scroll {
  padding: 30px 32px;
  position: fixed;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #fff;
  background-color: #6F8DBA;
  border-radius: 10px 0 0 10px;
  right: 0;
  top: 508px;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.1;
  letter-spacing: 0.035em;
  z-index: 7;
  display: block;
}

@media screen and (max-width: 975px) {
  #page-content .p-scroll {
    padding: 12px 12px;
    top: 64px;
    font-size: 0.75rem;
  }
}

#page-content .p-scroll__text {
  padding-top: 52px;
}

@media screen and (max-width: 975px) {
  #page-content .p-scroll__text {
    padding-top: 32px;
  }
}

#page-content .p-scroll__text::before {
  position: absolute;
  content: "";
  width: 41px;
  height: auto;
  aspect-ratio: 41/38;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/icon-hospital.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 975px) {
  #page-content .p-scroll__text::before {
    width: 24px;
    top: 12px;
  }
}

#page-content .p-scroll__text span {
  font-size: 25px;
  font-size: 1.5625rem;
}

@media screen and (max-width: 975px) {
  #page-content .p-scroll__text span {
    font-size: 1rem;
  }
}

#page-content {
  /* ----------------------------------------
  post
  ---------------------------------------- */
}

#page-content .elementor-post .elementor-post__title {
  color: #38506B;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.02em;
  font-weight: bold;
}

#page-content .elementor-post .elementor-post__excerpt {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  margin-top: 0.4em;
  color: #121212;
}

#search__head {
  padding: 0 20px;
}

#earch__head .container {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

form.search-form {
  border: 1px solid #38506B;
  border-radius: 10px;
  padding: 20px;
  background-color: #EEF8FB;
}

form.search-form .search-form__group:nth-child(n+2) {
  margin-top: 24px;
}

.search-form__title {
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 1.5em;
  position: relative;
  font-family: "Noto Serif JP", serif;
  color: #121212;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (max-width: 975px) {
  .search-form__title {
    font-size: 0.875rem;
  }
}

.search-form__title::after {
  content: "";
  position: absolute;
  background: #121212;
  border-radius: 50%;
  height: 60%;
  width: auto;
  aspect-ratio: 1/1;
  left: 0.3em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.search-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  padding: 8px 12px;
  background-color: #fff;
  border-radius: 10px;
}

.search-form__label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  display: block;
  white-space: nowrap;
}

@media screen and (max-width: 975px) {
  .search-form__label {
    font-size: 0.75rem;
  }
}

.search-form__label input.search-form__checkbox {
  display: none;
}

.search-form__label span.search-form__term {
  color: #38506B;
  padding: 4px 12px;
  border: #38506B solid 1px;
  border-radius: 100px;
  background: #fff;
  display: block;
}

.search-form__label input.search-form__checkbox:checked+span.search-form__term {
  background-color: #38506B;
  color: #fff;
}

form.search-form .search-form__group input.search-form__submit {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  padding: 12px 24px;
  border-radius: 100px;
  margin: 24px auto 0;
  width: 100%;
  max-width: 180px;
  font-weight: 500;
  color: #fff;
  background-color: #38506B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

@media screen and (max-width: 975px) {
  form.search-form .search-form__group input.search-form__submit {
    font-size: 0.875rem;
  }
}

form.search-form .search-form__group input.search-form__submit:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

#case__container {
  padding: 100px 0 120px;
  margin-top: 80px;
  background-color: #EEF8FB;
}

@media screen and (max-width: 975px) {
  #case__container {
    margin-top: 48px;
    padding: 40px 20px 80px;
  }
}

.case-list__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 24px;
}

@media screen and (max-width: 975px) {
  .case-list__wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.case-list__wrap .case-list__con {
  padding: 24px 24px 60px;
  margin: 0;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, .4);
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, .4);
  border-radius: 10px;
  position: relative;
  background-color: #fff;
}

.case-list__wrap .case-list__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #38506B;
  display: block;
  margin-bottom: 8px;
}

.case-list__wrap .case__pickup {
  padding: 0;
}

.case-list__wrap .case__photo {
  margin-bottom: 12px;
}

.case-list__wrap .case__img img {
  width: 100%;
}

.case-list__wrap .more-btn {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.case__terms h3 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  color: #38506B;
}

.case__terms ul {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}

.case__terms ul li {
  display: block;
  padding: 4px 12px;
  border-radius: 100px;
  text-align: center;
  color: #38506B;
  border: 1px solid #38506B;
  font-size: 12px;
  font-size: 0.75rem;
}

.case-list__desc {
  padding: 14px;
  background-color: #EEF8FB;
  margin-top: 14px;
}

.case-list__desc .case__dl:nth-child(1) {
  margin: 0;
}

.pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
}

.pagination {
  white-space: nowrap;
}

.pagination nav.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination nav.navigation.pagination .nav-links a.page-numbers,
.pagination nav.navigation.pagination .nav-links span.page-numbers.current {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  padding-top: 0.4em;
  font-weight: bold;
  border-radius: 50%;
}

.pagination nav.navigation.pagination .nav-links a.page-numbers {
  background: #fff;
  color: #38506B;
}

.pagination nav.navigation.pagination .nav-links span.page-numbers.current {
  background: #38506B;
  color: #fff;
}

.pagination nav.navigation.pagination .nav-links a.next.page-numbers {
  background-color: unset;
  width: auto;
}

.pagination nav.navigation.pagination .nav-links a.prev.page-numbers {
  background-color: unset;
  width: auto;
}

/* ----------------------------------------
last
---------------------------------------- */
.sp-flex,
.sp-block {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp-hide {
    display: none !important;
  }

  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .sp-block {
    display: block !important;
  }
}

.orthodontic-top-image-wrap.e-con.e-flex>.e-con-inner {
  max-width: 1600px;
}

/* ----------------------------------------
tp-card
---------------------------------------- */
#page-content .tp-card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#page-content .tp-card {
  width: 306px;
  height: auto;
  padding: 16px;
  position: relative;
  border: 1px solid #031C52;
  margin: 5px;
}

#page-content .tp-card img {
  width: 100%;
  box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.35);
}

#page-content .tp-card .tp-card-num {
  position: absolute;
  top: 8px;
  left: 8px;
  background: linear-gradient(to bottom right, #031C52, #324772);
  color: #fff;
  font-family: "Shippori Mincho", serif;
  padding: 3px 7px;
  font-size: 14px;
}

#page-content .tp-card .tp-card-title {
  padding: 20px 0;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

#page-content .tp-card .tp-card-title::before {
  content: "";
  width: 72px;
  height: 1px;
  background: linear-gradient(to bottom right, #7A6500, #C3A419);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper::before {
  content: none;
}


.elementor-toc__body>ol>li {
  counter-increment: item;
}

.elementor-toc__body>ol>li::before {
  content: counter(item) ". ";
}

/* ここから慶友川口下層モジュールテンプレート用 */

#page-content .text-center {
  text-align: center;
}

/* ボタン */
#page-content {
  margin: 0 auto;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
  max-width: 980px;
  padding: 40px 60px;
  background-color: #fff;
  border-radius: 32px;
  box-shadow: 0px 0px 22px rgba(0, 53, 152, 0.1);
}

@media screen and (max-width: 767px){
  #page-content {
    font-size: 15px;
  }
}

#page-content .elementor-button {
  background: #054B7D;
  color: #fff;
  border-radius: 6px;
  font-family: "Noto Sans JP", serif;
}

#page-content .elementor-button span {
  font-family: "Noto Sans JP", serif;
}

#page-content .elementor-button::after {
  content: '';
  width: 10px;
  height: 10px;
  background-image: none;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 2em;
  margin: auto;
}

#page-content .elementor-button-info .elementor-button.elementor-button-link {
  background: #fff;
  color: #054B7D;
  border: 2px solid #054B7D;
}

#page-content .elementor-button-info .elementor-button.elementor-button-link::after {
  content: '';
  width: 10px;
  height: 10px;
  background-image: none;
  border: 0;
  border-top: solid 2px #054B7D;
  border-right: solid 2px #054B7D;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 2em;
  margin: auto;
}

#page-content .elementor-button-info .elementor-button span {
  color: #054B7D;
}

#page-content .elementor-button-success .elementor-button.elementor-button-link {
  background: #BF3C38;
  color: #fff;
}

#page-content .elementor-button-success .elementor-button.elementor-button-link::after {
  content: '';
  width: 10px;
  height: 10px;
  background-image: none;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 2em;
  margin: auto;
}

#page-content .elementor-button-warning .elementor-button.elementor-button-link {
  background: #fff;
  color: #BF3C38;
  border: 2px solid #BF3C38;
}

#page-content .elementor-button-warning .elementor-button span {
  color: #BF3C38;
}

#page-content .elementor-button-warning .elementor-button.elementor-button-link::after {
  content: '';
  width: 10px;
  height: 10px;
  background-image: none;
  border: 0;
  border-top: solid 2px #BF3C38;
  border-right: solid 2px #BF3C38;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 2em;
  margin: auto;
}

#page-content .text-center .elementor-button span {
  text-align: center;
}

@media screen and (max-width: 767px){
  #page-content .elementor-button span{
    font-size: 15px;
  }
}

/* パンくずリスト */
.tp-breadcrumb {
  color: #666666;
  font-weight: normal;
  transition: all 0.3s ease;
}

.tp-breadcrumb a {
  opacity: 0.8;
}

.tp-breadcrumb .current-page {
  font-weight: bold;
  color: #054B7D;
  opacity: 1;
}



/* hタグタイトル */
#page-content h2.elementor-heading-title {
  background: none;
  color: #054B7D;
  font-size: 32px;
  border: none;
  border-image: none;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  padding-left: 0;
}

#page-content h3.elementor-heading-title {
  color: #333333;
  font-size: 26px;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  padding: 0.8em 0.6em;
}

#page-content h3.elementor-heading-title::before {
  width: 4px;
  border-radius: 4px;
  background: #054B7D;
  font-family: "Noto Sans JP", serif;
}

#page-content h4.elementor-heading-title {
  padding: 8px 40px;
  color: #333333;
  font-size: 22px;
  border-bottom: 2px solid #054B7D;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  position: relative;
}

#page-content h4.elementor-heading-title::after {
  content: none;
}

#page-content h4.elementor-heading-title::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: #054B7D;
  position: absolute;
  top: 10px;
  left: 5px;
}

#page-content h5.elementor-heading-title {
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  color: #333333;
  padding: 8px 30px;
}

#page-content h5.elementor-heading-title::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 4px;
  border-radius: 4px;
  background: #054B7D;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 5px;
}

@media screen and (max-width: 767px){
  #page-content h2.elementor-heading-title{
    font-size: 28px;
  }

  #page-content h3.elementor-heading-title{
    font-size: 24px;
  }

  #page-content h4.elementor-heading-title{
    font-size: 20px;
  }

  #page-content h5.elementor-heading-title{
    font-size: 18px;
  }
}

/* マーカー線 */
.tp-marker-red {
  background: linear-gradient(transparent 50%, #E8B5B5 80%);
  padding-bottom: 0.1rem;
}

.tp-marker-blue {
  background: linear-gradient(transparent 50%, #A9C9E0 80%);
  padding-bottom: 0.1rem;
}


/* テーブル */
.tp-table {
  border-radius: 10px;
}

.tp-table-1 thead tr:first-child>*:first-child,
.tp-table-3 thead tr:first-child>*:first-child {
  border-radius: 10px 0 0 0;
}

.tp-table-1 thead tr:first-child>*:last-child,
.tp-table-3 thead tr:first-child>*:last-child {
  border-radius: 0 10px 0 0;
}

.tp-table-2 tbody tr:first-child>*:first-child,
.tp-table-4 tbody tr:first-child>*:first-child {
  border-radius: 10px 0 0 0;
}

.tp-table-2 tbody tr:first-child>*:last-child,
.tp-table-4 tbody tr:first-child>*:last-child {
  border-radius: 0 10px 0 0;
}

.tp-table tbody tr:last-child>*:first-child {
  border-radius: 0 0 0 10px;
}

.tp-table tbody tr:last-child>*:last-child {
  border-radius: 0 0 10px 0;
}

.tp-table th {
  font-weight: normal;
}

.tp-table {
  font-size: 0.8em;
  letter-spacing: 1px;
  background-color: #FCFBFC;
  border-radius: 10px;
  width: 100%;
}

.tp-table caption {
  caption-side: top;
  padding: 10px;
  font-weight: bold;
}

.tp-table .row-colored th {
  font-weight: bold;
}

.tp-table .row-colored-blue th,
.tp-table tbody tr .blue-column {
  background-color: #054B7D;
  color: #fff;
}

.tp-table .row-colored-red th,
.tp-table tbody tr .red-column {
  background-color: #BF3C38;
  color: #fff;
}

.tp-table th,
.tp-table td {
  padding: 15px 22px;
  min-width: 160px;
}

.tp-table__column-header th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}

.tp-table__column-header th:first-child::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
}

/* 
.tp-table th,
.tp-table td,
.tp-table th:first-child::before {
  border: 1px solid #DCE3F5;
} */

.tp-table {
  border-left: 1px solid #DCE3F5;
  border-top: 1px solid #DCE3F5;
  border-radius: 10px;
  border-collapse: separate;
}

.tp-table th,
.tp-table td {
  border-right: 1px solid #DCE3F5;
  border-bottom: 1px solid #DCE3F5;
}

.tp-table tbody tr .column-colored {
  font-weight: bold;
}

.tp-table tbody tr .column-colored-light-blue {
  font-weight: bold;
  background-color: #E1E6F5;
  border: 1px solid #fff;
}

.tp-table tbody tr .column-colored-light-red {
  font-weight: bold;
  background-color: #F5EDED;
}

@media screen and (max-width: 767px) {
  .tp-table-scroll {
    overflow-x: auto;
  }

  .tp-table th,
  .tp-table td {
    min-width: 300px;
  }

  .tp-table__column-header tr th:first-child {
    min-width: 100px;
  }
}


/* メリット・デメリット */
.tp-compare {
  width: 100%;
}

.tp-compare .tp-compare__block {
  padding: 1rem 2rem;
  margin: 1rem 0;
  border-radius: 10px;
}

.tp-compare__merit {
  background-color: #F4F8FC;
}

.tp-compare__demerit {
  background-color: #FCF7F7;
}

.tp-compare .tp-compare__title {
  font-size: 21px;
  font-weight: bold;
}

.tp-compare__merit .tp-compare__title {
  color: #054B7D;
}

.tp-compare__demerit .tp-compare__title {
  color: #BF3C38;
}

.tp-compare .tp-compare__text {
  margin: 10px 0 20px;
}

.tp-compare .tp-compare__list {
  list-style: none;
  padding-left: 0;
}

.tp-compare .tp-compare__item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.tp-compare .tp-compare__item::before {
  content: "・";
  color: #000000;
  font-size: 1.2em;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  font-weight: bold;
}

.tp-compare .tp-compare__merit .tp-compare__item::before {
  color: #054B7D;
}

.tp-compare .tp-compare__demerit .tp-compare__item::before {
  color: #BF3C38;
}

@media screen and (min-width: 767px) {
  .tp-compare {
    display: flex;
    justify-content: space-evenly;
  }

  .tp-compare .tp-compare__block {
    width: 45%;
  }
}


/* FAQ */
.tp-faq-accordion {
  background-color: #FCFBFC;
  border: 6px solid #fff;
  border-radius: 16px;
  margin: 2rem auto;
  padding: 2rem;
  max-width: 90%;
}

.tp-faq-accordion .tp-faq-title {
  font-size: 22px;
  font-weight: bold;
  color: #054B7D;
  padding: 10px 0;
}

.tp-faq .question {
  font-family: "Noto Sans JP", serif;
}

.tp-faq .question span {
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
  background: #054B7D;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tp-faq .answer span {
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
  background: #BF3C38;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .tp-faq-accordion {
    padding: 1rem;
    max-width: 100%;
  }
}


/* リスト */
#page-content .p-box-border {
  border-radius: 10px;
  background-color: #F4F8FC;
}

#page-content .s-dot__list li::after {
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  top: 50%;
  background-color: #054B7D;
}

#page-content .p-box-border-red {
  background-color: #FCF7F7;
}

#page-content .s-dot__list-red li::after {
  background-color: #BF3C38;
}

#page-content .s-dot__list-checkmark li::after,
#page-content .s-dot__list-checkmark-red li::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  left: 0;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
}

#page-content .s-dot__list-checkmark li::after {
  background-image: url('../img/tp-icon-checkmark-blue.png');
}

#page-content .s-dot__list-checkmark-red li::after {
  background-image: url('../img/tp-icon-checkmark-red.png');
}

@media screen and (max-width: 767px){
  #page-content .s-check__list,
  #page-content .s-dot__list{
    font-size: 16px;
  }
}

/* まとめ */
.tp-conclusion {
  background-color: #FCFBFC;
  padding: 2rem;
  border-radius: 10px;
  margin: 2rem auto;
}

.tp-conclusion .tp-conclusion-title {
  font-size: 22px;
  font-weight: bold;
  background-color: #054B7D;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .tp-conclusion {
    padding: 1rem;
  }
}


/* ポイントブロック */
.tp-point-block {
  background-color: #FAF9F7;
  padding: 1rem 2rem;
  border-radius: 10px;
  margin: 2rem auto;
}

.tp-point-block .tp-point-block-title {
  font-weight: bold;
  padding: 10px 0px;
}

.tp-point-block-yellow .tp-point-block-title {
  color: #F1AA00;
}

.tp-point-block::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(-20%, -20%);
  top: 0;
  left: 0;
}

.tp-point-block-yellow::before {
  background-image: url('../img/tp-icon-point-yellow.png');
}

.tp-point-block-green .tp-point-block-title {
  color: #A4BC07;
}

.tp-point-block-green::before {
  background-image: url('../img/tp-icon-point-green.png');
}

@media screen and (max-width: 767px) {
  .tp-point-block {
    padding: 1rem 1rem 1rem 2rem;
  }
}


/* 背景ありブロック */
.tp-bg-block {
  padding: 1rem 2rem;
  border-radius: 10px;
  margin: 2rem auto;
}

.tp-bg-block .tp-bg-block-title {
  font-weight: bold;
  font-size: 22px;
  padding: 10px 0px;
}

.tp-bg-block-blue {
  background-color: #F4F8FC;
}

.tp-bg-block-blue .tp-bg-block-title {
  color: #054B7D;
}

.tp-bg-block-yellow {
  background-color: #FCF7F7;
}

.tp-bg-block-yellow .tp-bg-block-title {
  color: #F1AA00;
}

.tp-bg-block-green {
  background-color: #F9FAF5;
}

.tp-bg-block-green .tp-bg-block-title {
  color: #A4BC07;
}

.tp-bg-block .tp-bg-block-text {
  margin-bottom: 1rem;
}

.tp-bg-block .tp-bg-block__item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.tp-bg-block .tp-bg-block__item::after {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 4px;
  top: calc(16px * 1.6 / 2);
  content: "";
  border-radius: 50%;
  transform: translateY(-50%);
}

.tp-bg-block-blue .tp-bg-block__item::after {
  background-color: #054B7D;
}

.tp-bg-block-yellow .tp-bg-block__item::after {
  background-color: #F1AA00;
}

.tp-bg-block-green .tp-bg-block__item::after {
  background-color: #A4BC07;
}

@media screen and (min-width: 767px) {
  .tp-bg-block .tp-bg-block__list-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .tp-bg-block .tp-bg-block__list-flex .tp-bg-block__item {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .tp-bg-block {
    padding: 1rem;
  }
}

/* 語句紹介ブロック */
.tp-bookmark {
  padding: 2rem 2rem 1rem;
  border-radius: 10px;
  margin: 2rem auto;
  border: 1px solid;
  position: relative;
  background-color: #fff;
}

.tp-bookmark .tp-bookmark-title {
  font-weight: bold;
  color: #666666;
  font-size: 22px;
  padding: 5px 5px 5px 30px;
  position: absolute;
  transform: translateY(-50%);
  top: 0;
  left: 2rem;
  background-color: #fff;
  border-radius: 10px;
}

.tp-bookmark::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translateY(-50%);
  top: 0;
  left: 2.2rem;
  z-index: 1;
}

.tp-bookmark-blue {
  border-color: #054B7D;
}

.tp-bookmark-yellow {
  border-color: #F1AA00;
}

.tp-bookmark-blue::before {
  background-image: url('../img/tp-icon-bookmark-blue.png');
}

.tp-bookmark-yellow::before {
  background-image: url('../img/tp-icon-bookmark-yellow.png');
}

/* 注意点ブロック */
.tp-attention {
  background-color: #F7F1F1;
  padding: 1rem 2rem;
  border-radius: 10px;
  margin: 2rem auto;
}

.tp-attention .tp-attention-text {
  font-weight: bold;
  color: #BF3C38;
  padding-left: 60px;
  position: relative;
}

.tp-attention .tp-attention-text::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url('../img/tp-icon-attention.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .tp-attention {
    padding: 1rem 1.5rem;
  }

  .tp-attention .tp-attention-text {
    padding-left: 40px;
  }

  .tp-attention .tp-attention-text::before {
    width: 30px;
    height: 30px;
  }
}

/* 引用ブロック */
.tp-quote {
  background-color: #fff;
  padding: 2rem 2rem 1rem;
  border-radius: 10px;
  margin: 2rem auto;
  border: 1px solid #DCE3F5;
}

.tp-quote .tp-quote-text {
  color: #666666;
  position: relative;
  padding-left: 40px;
  margin-bottom: 1rem;
}

.tp-quote .tp-quote-text::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('../img/tp-icon-quote.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.tp-quote .tp-quote-author-box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.tp-quote .tp-quote-author {
  color: #666666;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
}

.tp-quote .tp-quote-author::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #CCCCCC;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -40px;
}

/* 特徴ブロック単体 */
.tp-feature-block {
  padding: 1rem 2rem;
  border-radius: 10px;
  margin: 1rem auto 0;
}

.tp-feature-block .tp-feature-box {
  margin: 4rem auto;
}

.tp-feature-block div:first-child {
  margin-top: 0;
}

.tp-feature-block div:last-child {
  margin-bottom: 0;
}

.tp-feature-block .tp-feature-content-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.tp-feature-block .tp-feature-content-text {
  margin-bottom: 1rem;
}

.tp-feature-block div:nth-child(odd) .tp-feature-content-title {
  color: #054B7D;
}

.tp-feature-block div:nth-child(even) .tp-feature-content-title {
  color: #BF3C38;
}

.tp-feature-block .tp-feature-image {
  border: 6px solid #fff;
  border-radius: 10px;
  object-fit: cover;
}

@media screen and (min-width: 767px) {
  .tp-feature-block .tp-feature-box {
    display: flex;
    justify-content: space-between;
  }

  .tp-feature-block div:nth-child(even) {
    flex-direction: row-reverse;
  }

  .tp-feature-block .tp-feature-content {
    width: 55%;
  }

  .tp-feature-block .tp-feature-image {
    width: 40%;
    height: 60%;
  }
}

/* 番号付き特徴ブロック */
.tp-feature-num-block .tp-feature-content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tp-feature-num-block .tp-feature-content-title span {
  display: block;
}

.tp-feature-num-block .tp-feature-content-num {
  font-size: 60px;
  font-weight: bold;
  margin-right: 1rem;
  position: relative;
}

.tp-feature-num-block div:nth-child(odd) .tp-feature-content-num::before {
  content: "";
  display: inline-block;
  width: 61px;
  height: 37px;
  background-image: url('../img/tp-point-blue.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(-30%, -20%);
  top: 0;
  left: 0;
}

.tp-feature-num-block div:nth-child(even) .tp-feature-content-num::before {
  content: "";
  display: inline-block;
  width: 61px;
  height: 37px;
  background-image: url('../img/tp-point-red.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(-30%, -20%);
  top: 0;
  left: 0;
}

.tp-feature-num-block .tp-feature-image {
  border: none;
}


/* フローチャート */
.tp-flow-chart .tp-flow-chart-content-box {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 3rem;
  position: relative;
}

.tp-flow-chart .tp-flow-chart-content-box::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #054B7D;
  position: absolute;
  left: 32px;
  top: 1px;
}

.tp-flow-chart .tp-flow-chart-content {
  width: 90%;
}

.tp-flow-chart .tp-flow-chart-image {
  border-radius: 10px;
  object-fit: cover;
}

@media screen and (min-width: 767px) {
  .tp-flow-chart .tp-flow-chart-content-upper {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }

  .tp-flow-chart .tp-flow-chart-image {
    width: 40%;
    height: 60%;
  }
}

@media screen and (max-width: 767px) {
  .tp-flow-chart .tp-flow-chart-content-box::before {
    left: 28px;
  }

  .tp-flow-chart .tp-flow-chart-content {
    width: 80%;
  }
}

.tp-flow-chart .tp-flow-chart-num {
  width: 64px;
  height: 64px;
  font-size: 26px;
  line-height: 64px;
  font-weight: bold;
  color: #fff;
  background-color: #054B7D;
  align-content: center;
  text-align: center;
  border-radius: 50%;
  z-index: 10;
}

.tp-flow-chart .tp-flow-chart-title {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 1rem;
}

.tp-flow-chart .tp-flow-chart-list-box {
  display: flex;
  justify-content: space-between;
  background-color: #F4F8FC;
  padding: 1rem;
  border-radius: 10px;
  margin-top: 1rem;
}

.tp-flow-chart .tp-flow-chart-list-title {
  align-content: center;
  text-align: center;
  color: #054B7D;
  border-right: 1px solid #DCE3F5;
  width: 30%;
}

.tp-flow-chart .tp-flow-chart-list {
  width: 67%;
}

.tp-flow-chart .tp-flow-chart-list li {
  padding-left: 20px;
  position: relative;
}

.tp-flow-chart .tp-flow-chart-list li::before {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 4px;
  top: 50%;
  content: "";
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #054B7D;
}

/* お悩みブロック */
.tp-trouble {
  background-color: #FFFFFF;
  padding: 2rem;
  border-radius: 16px;
  margin: 2rem auto;
  box-shadow: 0px 0px 22px rgba(0, 53, 152, 0.1);
}

.tp-trouble .tp-trouble-title {
  font-size: 22px;
  font-weight: bold;
  color: #054B7D;
  padding: 10px 20px 10px 36px;
  position: relative;
  margin-bottom: 1rem;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

.tp-trouble .tp-trouble-title::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('../img/tp-icon-trouble.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

.tp-trouble .tp-trouble-list {
  list-style: none;
  padding-left: 0;
  border-top: 1px solid #DCE3F5;
  padding: 1rem 0;
}

.tp-trouble .tp-trouble-list-item {
  position: relative;
  padding-left: 32px;
  margin-bottom: 1rem;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (min-width: 767px) {
  .tp-trouble .tp-trouble-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .tp-trouble .tp-trouble-list-item {
    width: 48%;
  }
}

.tp-trouble .tp-trouble-list-item::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  background-image: url('../img/tp-icon-checkbox-blue.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translateY(-45%);
  top: calc(18px*1.5/2);
  left: 0;
}

@media screen and (max-width: 767px) {
  .tp-trouble .tp-trouble-title {
    font-size: 18px;
    text-align: left;
  }
}

/* 関連リンク */
.tp-related-link {
  background-color: #F4F8FC;
  padding: 2rem;
  border-radius: 5px;
  margin: 2rem auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.tp-related-link .tp-related-link-item {
  min-width: 240px;
  min-height: 185px;
  background-color: #FCFBFC;
  border: 6px solid #fff;
  border-radius: 8px;
  align-content: center;
}

.tp-related-link .tp-related-link-btn-image {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 1rem auto 0.2rem;
}

.tp-related-link .tp-related-link-btn-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0 30px;
}

.tp-related-link .tp-related-link-btn-title span {
  font-size: 16px;
  font-weight: 500;
  color: #054B7D;
  letter-spacing: 0.05em;
}

.tp-related-link .tp-related-link-item-1 .tp-related-link-btn {
  display: block;
  width: 100%;
  height: 100%;
}

.tp-related-link .tp-related-link-item-1 .tp-related-link-btn-title {
  position: relative;
  padding: 0 50px;
}

.tp-related-link .tp-related-link-item-1 .tp-related-link-btn-title::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url('https://sot-medical.jp/wp-content/themes/mega-clinic.com/img/tp-link-btn-arrow.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(0%, -50%);
  top: 60%;
  right: 15px;
}

.tp-related-link .tp-related-link-item-2 .tp-related-link-btn {
  display: block;
  width: 190px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  background-color: #054B7D;
  border-radius: 6px;
  color: #fff;
  position: relative;
}

.tp-related-link .tp-related-link-item-2 .tp-related-link-btn::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin: auto;
  z-index: 1;
}

/* 監修者ブロック（大） */
#page-content .tp-doctor-large {
  padding: 15px 30px;
  box-shadow: none;
  background-color: #FCFBFC;
  border: 6px solid #fff;
}

#page-content .p-adv__title {
  font-family: "Noto Sans JP", serif;
  color: #054B7D;
  font-weight: bold;
  font-size: 22px;
}

#page-content .p-adv__wrap .p-adv__img {
  width: 160px;
  height: 160px;
  aspect-ratio: 1/1;
  border-radius: 12px;
  object-fit: cover;
  border: 4px solid #fff;
}

#page-content .p-adv__wrap .p-person__content .p-person__clinic {
  font-family: "Noto Sans JP", serif;
  font-size: 13px;
  color: #054B7D;
  margin-bottom: 0.5rem;
  border: 1px solid #054B7D;
  border-radius: 999px;
  padding: 3px 15px;
  width: fit-content;
}

#page-content .p-adv__wrap .p-person__content .p-person__name {
  font-family: "Noto Sans JP", serif;
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#page-content .p-adv__wrap .p-person__content .p-person__text {
  padding-bottom: 1em;
}

#page-content .p-adv__wrap .p-person__content .more-btn {
  display: block;
  width: 190px;
  height: 50px;
  margin: 0 0 0 auto;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: normal;
  background-color: #054B7D;
  border-radius: 6px;
  color: #fff;
  position: relative;
}

#page-content .p-adv__wrap .p-person__content .more-btn::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin: auto;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #page-content .p-adv__wrap .p-person__content .more-btn {
    margin: 0 auto;
  }

  #page-content .p-adv__wrap .p-person__content .p-person__clinic {
    font-size: 2.7vw;
    margin: 0.5rem auto;
  }
}

/* 監修者ブロック（小） */
#page-content .p-person {
  padding: 16px 30px;
  box-shadow: none;
  background-color: #FCFBFC;
  border-radius: 12px;
}

#page-content .p-person__img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  border: 3px solid #fff;
}

#page-content .p-person__title .p-person__clinic {
  margin: 5px;
  padding: 3px 20px;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  color: #054B7D;
  border: 1px solid #054B7D;
  border-radius: 999px;
  width: fit-content;
}

#page-content .p-person__title .p-person__name {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin: 5px 0;
  font-family: "Noto Sans JP", serif;
}

#page-content .p-person__title .p-person__name span {
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #054B7D;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.01em;
}

#page-content .p-person__head::after {
  color: #fff;
}

#page-content .p-person__head::after {
  width: 30px;
  height: 30px;
  line-height: 28px;
  padding-left: 1px;
  text-align: center;
  background-color: #054B7D;
  border-radius: 50%;
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  #page-content .p-person__title .p-person__clinic {
    max-width: 80%;
    font-size: 2.5vw;
  }

  #page-content .p-person__img {
    margin: auto 0;
  }
}

/* コンテンツ中関連記事 */
.tp-related-article-btn {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #DCE3F5;
  box-shadow: 0px 0px 22px rgba(0, 53, 152, 0.1) !important;
}

.tp-related-article-btn .tp-related-article img {
  width: 200px;
  height: 140px;
  object-fit: cover;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .tp-related-article-btn .tp-related-article img {
    margin: 0 auto 20px;
  }
}

@media screen and (min-width: 767px) {
  .tp-related-article-btn .tp-related-article {
    display: flex;
    justify-content: space-between;
  }

  .tp-related-article-btn .tp-related-article .tp-related-article-content {
    padding-left: 20px;
  }
}

.tp-related-article-btn .tp-related-article-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

/* 関連記事 */
.tp-related-articles-block {
  background-color: #F3F3F3;
  width: 100%;
  border-radius: 5px;
  padding: 64px 20px;
}

.tp-related-articles-block .tp-list-title-box {
  text-align: center;
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
}

.tp-related-articles-block .tp-list-title {
  color: #054B7D;
  font-size: 28px;
}

.tp-related-articles-block .tp-list-title-sub {
  color: #333;
  font-size: 16px;
}

.tp-related-articles-block .tp-related-article-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.tp-related-articles-block .tp-related-article-item {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 250px;
  height: 340px;
  background-color: #FCFBFC;
  border: 6px solid #fff;
  border-radius: 12px;
}

.tp-related-articles-block .tp-related-article-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.tp-related-articles-block .tp-related-article-item-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  color: #333;
  margin: 10px 10px 5px 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* 溢れた部分を隠す */
  text-overflow: ellipsis;
  /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2;
  /* 最大行数を2行に設定 */
}

.tp-related-articles-block .tp-related-article-item-text {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin: 5px 10px 10px 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* 溢れた部分を隠す */
  text-overflow: ellipsis;
  /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 4;
  /* 最大行数を2行に設定 */
}

/* 目次 */
#page-content .elementor-widget-table-of-contents {
  border-radius: 12px;
  background-color: #FCFBFC;
}

#page-content .elementor-widget-table-of-contents::before {
  content: none;
}

#page-content .elementor-toc__body {
  border: none;
  /*   margin: 0;
  padding: 0; */
}

#page-content .elementor-widget-table-of-contents .elementor-toc__header .elementor-toc__header-title {
  color: #333;
  font-family: "Noto Sans JP", serif;
  font-size: 22px;
  font-weight: bold;
}

/* コンバージョンブロック（CTA） */
.tp-keiyu-cta {
  padding: 20px 1rem;
  align-content: center;
  background-color: #F4F8FC;
  text-align: center;
  margin: 1rem 0;
  background-image: url("https://sot-medical.jp/wp-content/themes/mega-clinic.com/img/tp-keiyu-cta-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 300px;
}

.tp-keiyu-cta .tp-cta__title {
  font-size: 24px;
  color: #054B7D;
  font-family: "Noto Sans JP", serif;
  margin-bottom: 1rem;
}

.tp-keiyu-cta .tp-cta__text {
  font-size: 14px;
  color: #333;
  font-family: "Noto Sans JP", serif;
  margin-bottom: 2rem;
}

.tp-keiyu-cta .tp-cta__btn {
  display: block;
  padding: 10px;
  text-decoration: none;
  align-content: center;
  margin: 0.5rem 0;
  width: 240px;
  height: 64px;
  border-radius: 6px;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  line-height: 1.2;
  position: relative;
}

.tp-keiyu-cta .tp-cta__tel {
  border: 2px solid #BF3C38;
  background-color: #fff;
  color: #BF0008;
}

.tp-keiyu-cta .tp-cta__btn-tel-num {
  font-size: 18px;
  padding-left: 32px;
  display: inline-block;
  position: relative;
}

.tp-keiyu-cta .tp-cta__btn-tel-num::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url('https://sot-medical.jp/wp-content/themes/mega-clinic.com/img/tp-icon-cta-tel-red.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  left: 0;
}

.tp-keiyu-cta .tp-cta__web {
  border: 2px solid #BF3C38;
  background-color: #BF3C38;
  color: #fff;
  padding-left: 48px;
}

.tp-keiyu-cta .tp-cta__web::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url('https://sot-medical.jp/wp-content/themes/mega-clinic.com/img/tp-icon-cta-web-white.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  left: 26px;
}

.tp-keiyu-cta .tp-cta__line {
  border: 2px solid #04B84E;
  background-color: #04B84E;
  color: #fff;
  padding-left: 48px;
}

.tp-keiyu-cta .tp-cta__line::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url('https://sot-medical.jp/wp-content/themes/mega-clinic.com/img/tp-icon-cta-line-white.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  left: 26px;
}

.tp-keiyu-cta .tp-cta__btn-text-small {
  font-size: 11px;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 767px) {
  .tp-cta__btn-list {
    display: flex;
    justify-content: space-evenly;
  }
}

@media screen and (max-width: 767px) {
  .tp-keiyu-cta {
    height: auto;
    background-image: url('https://sot-medical.jp/wp-content/themes/mega-clinic.com/img/tp-keiyu-cta-bg-sp.png');
    background-position: top;
  }

  .tp-keiyu-cta a {
    margin: 15px auto !important;
  }
}

/* コンバージョンボタン単体 */

.tp-cta__single-btn-list .tp-cta__single-btn {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 0.5rem 1rem;
  margin: 0.5rem;
  position: relative;
  width: 300px;
  height: 64px;
  align-content: center;
  border-radius: 6px;
  line-height: 1.2;
  font-size: 16px;
}

.tp-cta__single-btn-list .tp-cta__single-tel {
  border: 2px solid #BF3C38;
  background-color: #fff;
  color: #BF0008;
}

.tp-cta__single-btn-list .tp-cta__single-web {
  border: 2px solid #BF3C38;
  background-color: #BF3C38;
  color: #fff;
}

.tp-cta__single-btn-list .tp-cta__single-line {
  border: 2px solid #04B84E;
  background-color: #04B84E;
  color: #fff;
}

.tp-cta__single-btn-list .tp-cta__single-btn::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 2rem;
  margin: auto;
}

.tp-cta__single-btn-list .tp-cta__single-tel::before {
  border-top: solid 2px #BF3C38;
  border-right: solid 2px #BF3C38;
}

.tp-cta__single-btn-list .tp-cta__single-btn::after {
  content: "";
  display: inline-block;
  width: 54px;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  left: 0;
  border-radius: 3px;
}

.tp-cta__single-btn-list .tp-cta__single-tel::after {
  background-image: url('https://sot-medical.jp/wp-content/themes/mega-clinic.com/img/tp-cta-banner-tel.png');
}

.tp-cta__single-btn-list .tp-cta__single-web::after {
  background-image: url('https://sot-medical.jp/wp-content/themes/mega-clinic.com/img/tp-cta-banner-web.png');
}

.tp-cta__single-btn-list .tp-cta__single-line::after {
  background-image: url('https://sot-medical.jp/wp-content/themes/mega-clinic.com/img/tp-cta-banner-line.png');
}

.tp-cta__single-btn-list .tp-cta__single-btn-text-small {
  font-size: 10px;
}

.tp-cta__single-btn-list .tp-cta__single-btn-main-small {
  font-size: 12px;
}

@media screen and (min-width: 767px) {
  .tp-cta__single-btn-list {
    display: flex;
    justify-content: flex-start;
  }

  .tp-cta__single-btn-list .tp-cta__single-btn {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .tp-cta__single-btn-list .tp-cta__single-btn {
    margin: 0.5rem auto;
  }
}
.breadcrumb{
	margin: 0 auto 20px;
}
@media screen and (max-width: 767px){
	.breadcrumb{
	font-size: 12px;
}
}