/*

  SV テンプレート

================================================================
*/
#sv {
  width: 100%;
  height: min(480px, 50svh);
  min-height: 350px;
  margin-top: 80px;
  padding: 0 20px;
}
#sv > div {
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  border-radius: 20px;
}
#sv.under-menu {
  min-height: clamp(24.375rem, 23.078rem + 5.61vw, 28.125rem);
  padding: 0;
}
#sv.under .sv-menu {
  background-position: center center;
}
#sv .flex {
  display: flex;
  height: 100%;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
#sv .flex .en {
  font-size: clamp(52px, calc(3.25rem + ((1vw - 12px) * 1)), 60px);
  color: #fff;
}
#sv .flex h1,
#sv .flex .jp {
  margin-top: 20px;
  font-weight: 400;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
  color: #fff;
}
#sv.under {
  height: min(280px, 40svh);
  min-height: 200px;
  border-bottom: 1px solid #c7bfb4;
}
#sv.under .flex .en {
  color: #241000;
}
#sv.under .flex h1,
#sv.under .flex .jp {
  color: #241000;
}

/*  各ページごとの背景イメージ
--------------------------------------------------------------*/
.sv-clinic {
  background-image: url(../img/under/sv_under_clinic2.jpg);
}
.sv-flow {
  background-image: url(../img/under/sv_under_flow2.jpg);
}
.sv-doctor {
  background-image: url(../img/under/sv_under_doctor2.jpg);
}
.sv-price {
  background-image: url(../img/under/sv_under_price2.jpg);
}
.sv-faq {
  background-image: url(../img/under/sv_under_faq2.jpg);
}
.sv-access {
  background-image: url(../img/under/sv_under_access2.jpg);
}
.sv-recruit {
  background-image: url(../img/under/sv_under_recruit.png);
}
.sv-discount {
  background-image: url(../img/under/sv_under_discount2.png);
}
.sv-problem {
  background-image: url(../img/under/sv_under_problem2.webp);
}
.sv-menu {
  background-image: url(../img/under/sv_under_menu2.webp);
}
@media (max-width: 767px) {
  .sv-problem {
    background-image: url(../img/under/sv_under_problem2-sp.webp);
  }
  .sv-menu {
    background-image: url(../img/under/sv_under_menu2-sp.webp);
  }
}

/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  #sv {
    height: 100vw;
    min-height: auto;
    margin-top: 15vw;
    padding: 0 3vw;
  }
  #sv.under-menu {
    padding: 0 3vw;
  }
  #sv > div {
    background-position: right center;
    border-radius: 3vw;
  }
  #sv .flex .en {
    font-size: 12vw;
  }
  #sv .flex h1 {
    margin-top: 3vw;
    font-size: 3.2vw;
  }
  #sv.under .flex .en {
    font-size: 8vw;
  }
  #sv.under {
    height: 40vw;
    min-height: auto;
  }
}

/*

  pankz

================================================================
*/
#pankz {
  padding: 1% 0 0;
  font-size: clamp(11px, calc(0.6875rem + ((1vw - 12px) * 0.125)), 12px);
}
#pankz .inner {
  display: flex;
  justify-content: flex-end;
}
#pankz ul {
  overflow-x: auto;
  display: flex;
  padding-bottom: 1.5%;
  letter-spacing: 0.2em;
}
#pankz ul li {
  flex-shrink: 0;
}
#pankz ul li + li {
  position: relative;
  margin-left: 50px;
}
#pankz ul li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -35px;
  width: 16px;
  height: 1px;
  background-color: #c7bfb4;
}
#pankz a {
  color: #241000;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  #pankz {
    padding: 3vw 5vw 0;
    font-size: 2.8vw;
  }
  #pankz ul {
    padding-bottom: 3vw;
  }
  #pankz ul li + li {
    margin-left: 8vw;
  }
  #pankz ul li + li:before {
    left: -6vw;
    width: 4vw;
  }
}

/*

  下層ページ下部の導線パーツ

================================================================
*/
.p-under-footer {
  width: 100%;
  height: min(280px, 30svh);
  min-height: 220px;
}
.p-under-footer ul {
  display: flex;
  width: 100%;
  height: 100%;
}
.p-under-footer ul li {
  width: calc(100% / 3);
}
.p-under-footer ul li + li {
  border-left: 1px solid #c7bfb4;
}
.p-under-footer ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f5f4f3;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 12px) * 0.25)), 20px);
  color: #241000;
  transition: 0.2s;
}
.p-under-footer ul li a:after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.p-under-footer ul li a span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  height: 62%;
  padding-bottom: 10px;
  border-radius: 100%;
  border: 1px solid #c7bfb4;
  background: url(../img/common/icon_arrow_right_black.svg) no-repeat center
    calc(50% + 20px) / 13px auto;
  transition: 0.2s;
  z-index: 2;
}
.p-under-footer ul li a:hover {
  color: #fff;
}
.p-under-footer ul li a:hover span {
  height: 70%;
  background-image: url(../img/common/icon_arrow_right_white.svg);
  border-color: #fff;
}
.p-under-footer ul li a:hover:after {
  opacity: 1;
}
.p-under-footer ul li.doctor a:after {
  background-image: url(../img/under/p-under-footer_doctor2.jpg);
}
.p-under-footer ul li.access a:after {
  background-image: url(../img/under/p-under-footer_access2.jpg);
}
.p-under-footer ul li.flow a:after {
  background-image: url(../img/under/p-under-footer_flow2.jpg);
}
.p-under-footer ul li.price a:after {
  background-image: url(../img/under/p-under-footer_price2.jpg);
}
.p-under-footer ul li.faq a:after {
  background-image: url(../img/under/p-under-footer_faq2.jpg);
}
.p-under-footer ul li.clinic a:after {
  background-image: url(../img/under/p-under-footer_clinic2.jpg);
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .p-under-footer {
    height: 20vw;
    min-height: auto;
  }
  .p-under-footer ul li a {
    display: block;
    height: 100%;
    font-size: 3.5vw;
    transition: 0;
  }
  .p-under-footer ul li a:after {
    display: none;
  }
  .p-under-footer ul li a span {
    display: flex;
    aspect-ratio: auto;
    height: 100%;
    padding-bottom: 2vw;
    border-radius: 0;
    border: none;
    background: url(../img/common/icon_arrow_right_black.svg) no-repeat center
      calc(50% + 3.5vw) / 2.5vw auto;
    transition: 0;
  }
  .p-under-footer ul li a:hover {
    color: #241000;
  }
  .p-under-footer ul li a:hover span {
    height: 100%;
    border-color: #fff;
    background-image: url(../img/common/icon_arrow_right_black.svg);
  }
}

/*

  メニュー一覧

================================================================
*/
.p-menu-01 {
  position: relative;
  padding: 2% 0 5%;
}
.p-menu-01 .flex {
  display: flex;
  justify-content: space-between;
}
.p-menu-01 .flex h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  font-weight: 400;
  font-size: clamp(30px, calc(1.875rem + ((1vw - 12px) * 0.25)), 32px);
  line-height: 1.6;
  letter-spacing: 0.2em;
}
.p-menu-01 .flex p {
  width: 600px;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
  line-height: 2;
}
.p-menu-01 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.p-menu-01 ul li {
  width: 23.8%;
  margin-top: 20px;
}
.p-menu-01 ul li:nth-child(-n + 4) {
  margin-top: 0;
}
.p-menu-01 ul li + li {
  margin-left: 1.6%;
}
.p-menu-01 ul li:nth-child(4n + 1) {
  margin-left: 0;
}
.p-menu-01 ul li a {
  display: flex;
  align-items: center;
  height: 52px;
  padding-left: 30px;
  border-radius: 100px;
  border: 1px solid #c7bfb4;
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: right 25px center;
  background-image: url(../img/common/icon_arrow_right_black.svg);
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
  color: #241000;
  transition: 0.2s;
}
.p-menu-01 ul li a:hover {
  background-position: right 20px center;
  background-color: #fff;
}
.p-menu-01 ul + figure {
  overflow: hidden;
  margin-top: 60px;
  border-radius: 20px;
}
.p-menu-01 ul + figure img {
  object-fit: cover;
  width: 100%;
  height: 360px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .p-menu-01 {
    padding: 10vw 7vw 15vw;
  }
  .p-menu-01 .flex {
    flex-direction: column;
  }
  .p-menu-01 .flex h2 {
    width: 100%;
    margin-bottom: 7vw;
    font-size: 6.5vw;
  }
  .p-menu-01 .flex p {
    width: 100%;
    font-size: 3.2vw;
  }
  .p-menu-01 ul {
    margin-top: 10vw;
    border-top: 1px solid #c7bfb4;
    justify-content: space-between;
  }
  .p-menu-01 ul li {
    width: 49%;
    margin-top: 0;
  }
  .p-menu-01 ul li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .p-menu-01 ul li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .p-menu-01 ul li + li {
    margin-left: 0;
  }
  .p-menu-01 ul li a {
    align-items: center;
    height: 13vw;
    padding: 0 5vw 0 2vw;
    border-width: 0 0 1px 0;
    border-radius: 0;
    background-size: 2.5vw auto;
    background-position: right 1vw center;
    font-size: 3.2vw;
    line-height: 1.3;
    transition: 0;
    letter-spacing: 0.1em;
  }
  .p-menu-01 ul li a:hover {
    background-position: right 1vw center;
    background-color: transparent;
    border-color: #c7bfb4;
  }
  .p-menu-01 ul + figure {
    margin-top: 10vw;
    border-radius: 3vw;
  }
  .p-menu-01 ul + figure img {
    height: 50vw;
  }
}
.p-menu-02 {
  position: relative;
  padding-bottom: 5%;
}
.p-menu-02 .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-menu-02 .flex > div {
  display: flex;
  justify-content: space-between;
  width: 49.5%;
  padding: 30px;
  border-radius: 20px;
  background: url(../img/top/top_menu_memoto_bg.jpg) no-repeat center / cover;
}
.p-menu-02 .flex > div .cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0 20px 20px;
}
.p-menu-02 .flex > div figure img {
  width: 200px;
  height: auto;
  border-radius: 80px;
}
.p-menu-02 .flex > div .cont .txtbox .en {
  margin-bottom: 10px;
  color: #c7bfb4;
}
.p-menu-02 .flex > div .cont .txtbox h2 {
  font-size: clamp(30px, calc(1.875rem + ((1vw - 12px) * 0.25)), 32px);
  font-weight: 400;
  letter-spacing: 0.25em;
  line-height: 1.4;
  color: #fff;
}
.p-menu-02 .flex > div .cont ul li {
  width: 220px;
}
.p-menu-02 .flex > div .cont ul li + li {
  margin-top: 10px;
}
.p-menu-02 .flex > div .cont ul li a {
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 30px;
  border-radius: 100px;
  border: 1px solid #fff;
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: right 25px center;
  background-image: url(../img/common/icon_arrow_right_white.svg);
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
  color: #fff;
  transition: 0.2s;
}
.p-menu-02 .flex > div .cont ul li a:hover {
  background-position: right 20px center;
  background-color: #c7bfb4;
  border-color: #c7bfb4;
}
.p-menu-02 .flex .tr-memoto {
  width: 100%;
  margin-bottom: 12px;
}
.p-menu-02 .flex .tr-memoto figure img {
  width: 420px;
  height: auto;
  border-radius: 110px;
}
.p-menu-02 .flex .tr-memoto .cont .txtbox h2 {
  position: relative;
  line-height: 1.5;
}
.p-menu-02 .flex .tr-memoto .cont .txtbox h2:after {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: -100px;
  right: -250px;
  width: 390px;
  height: 143px;
  background: url(../img/under/p-mene-recommend.png) no-repeat center / cover;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .p-menu-02 {
    padding: 0 5vw;
    padding-bottom: 15vw;
  }
  .p-menu-02 .flex > div {
    width: 49%;
    padding: 2vw;
    height: 47vw;
    border-radius: 3vw;
  }
  .p-menu-02 .flex > div .cont {
    padding: 3vw;
  }
  .p-menu-02 .flex > div figure img {
    display: none;
  }
  .p-menu-02 .flex > div .cont .txtbox .en {
    margin-bottom: 2vw;
    font-size: 3vw;
  }
  .p-menu-02 .flex > div .cont .txtbox h2 {
    white-space: nowrap;
    line-height: 1.6;
    letter-spacing: 0.2em;
    font-size: 5vw;
  }
  .p-menu-02 .flex > div .cont .txtbox .txt {
    white-space: nowrap;
    margin-top: 3.5vw;
    font-size: 3vw;
  }
  .p-menu-02 .flex > div .cont ul li {
    width: 34vw;
  }
  .p-menu-02 .flex > div .cont ul li + li {
    margin-top: 2vw;
  }
  .p-menu-02 .flex > div .cont ul li a {
    height: 10vw;
    padding-left: 5vw;
    background-size: 2.5vw auto;
    background-position: right 3vw center;
    font-size: 3.5vw;
    transition: 0;
  }
  .p-menu-02 .flex > div .cont ul li a:hover {
    background-position: right 3vw center;
    background-color: transparent;
    border-color: #fff;
  }
  .p-menu-02 .flex .tr-memoto {
    margin-bottom: 1.6vw;
  }
  .p-menu-02 .flex .tr-memoto .cont ul li {
    width: 50vw;
  }
  .p-menu-02 .flex .tr-memoto .cont .txtbox h2 {
    font-size: 5.4vw;
    line-height: 1.6;
  }
  .p-menu-02 .flex .tr-memoto .cont .txtbox h2:after {
    position: absolute;
    bottom: 19vw;
    right: 0;
    width: 50vw;
    height: 18.5vw;
  }
}

/*

  クリニック紹介

================================================================
*/
.p-clinic-01 {
  padding: 2% 0 5%;
}
.p-clinic-01 .title {
  margin-bottom: 30px;
  color: #c7bfb4;
}
.p-clinic-01 .title span {
  position: relative;
}
.p-clinic-01 .title span:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c7bfb4;
}
.p-clinic-01 h2 {
  font-weight: 400;
  font-size: clamp(30px, calc(1.875rem + ((1vw - 12px) * 0.25)), 32px);
  letter-spacing: 0.2em;
}
.p-clinic-01 .box {
  width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
}
.p-clinic-01 .box ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-clinic-01 .box ul li + li {
  margin-top: 60px;
}
.p-clinic-01 .box ul li figure {
  position: relative;
  width: 50%;
}
.p-clinic-01 .box ul li figure:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 56px;
  color: rgba(199, 191, 180, 0.3);
}
.p-clinic-01 .box ul li:nth-child(1) figure:before {
  content: "01";
}
.p-clinic-01 .box ul li:nth-child(2) figure:before {
  content: "02";
}
.p-clinic-01 .box ul li:nth-child(3) figure:before {
  content: "03";
}
.p-clinic-01 .box ul li figure img {
  width: 100%;
  height: auto;
  border-radius: 140px;
}
.p-clinic-01 .box ul li div {
  flex: 1;
  margin-left: 50px;
}
.p-clinic-01 .box ul li div h3 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 12px) * 0.25)), 20px);
  line-height: 1.7;
}
.p-clinic-01 .box ul li div p {
  line-height: 2;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
}
.p-clinic-01 .box ul li:nth-child(even) figure {
  order: 1;
}
.p-clinic-01 .box ul li:nth-child(even) div {
  margin-left: 0;
  margin-right: 50px;
}
.p-clinic-01 .box ul li:nth-child(even) figure:before {
  left: auto;
  right: 0;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .p-clinic-01 {
    padding: 5vw 7vw 15vw;
  }
  .p-clinic-01 .title {
    margin-bottom: 10vw;
    text-align: left;
    font-size: 3.5vw;
  }
  .p-clinic-01 .title span:after {
    bottom: -3vw;
  }
  .p-clinic-01 h2 {
    font-size: 6vw;
  }
  .p-clinic-01 .box {
    width: 100%;
    margin-top: 10vw;
  }
  .p-clinic-01 .box ul li {
    flex-direction: column;
  }
  .p-clinic-01 .box ul li + li {
    margin-top: 10vw;
  }
  .p-clinic-01 .box ul li figure {
    width: 100%;
  }
  .p-clinic-01 .box ul li figure:before {
    font-size: 12vw;
  }
  .p-clinic-01 .box ul li figure img {
    border-radius: 20vw;
  }
  .p-clinic-01 .box ul li div {
    margin-left: 0;
    margin-top: 5vw;
    padding: 0;
  }
  .p-clinic-01 .box ul li div h3 {
    margin-bottom: 5vw;
    font-size: 4.4vw;
    line-height: 1.8;
  }
  .p-clinic-01 .box ul li div p {
    font-size: 3.2vw;
    line-height: 2;
  }
  .p-clinic-01 .box ul li:nth-child(even) figure {
    order: 0;
  }
  .p-clinic-01 .box ul li:nth-child(even) div {
    margin-right: 0;
  }
  .p-clinic-01 .box ul li:nth-child(even) figure:before {
    left: auto;
    right: 0;
  }
}
.p-clinic-02 .slide-p-clinic figure img {
  width: min(380px, 40svh);
  min-width: 300px;
  height: auto;
  border-radius: 20px;
}
.p-clinic-02 .slide-p-clinic figure + figure {
  margin-left: 10px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .p-clinic-02 .slide-p-clinic figure img {
    width: 60vw;
    min-width: auto;
    border-radius: 3vw;
  }
  .p-clinic-02 .slide-p-clinic figure + figure {
    margin-left: 10px;
  }
}
.p-clinic-03 {
  position: relative;
}
.p-clinic-03 .flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3%;
}
.p-clinic-03 .schedule-box {
  margin: 0;
  padding: 5% 0 0;
}
.p-clinic-03 .box {
  position: relative;
  top: -50px;
  display: flex;
  justify-content: center;
  width: 600px;
  padding-top: 70px;
  background-color: #fff;
  border-radius: 20px;
}
.p-clinic-03 .box > div {
  width: 450px;
}
.p-clinic-03 .box > div table {
  width: 100%;
  line-height: 1.7;
}
.p-clinic-03 .box > div table th {
  white-space: nowrap;
  padding: 7px 0;
  text-align: left;
  vertical-align: top;
  color: #c7bfb4;
}
.p-clinic-03 .box > div table td {
  padding: 7px 0 7px 20px;
  font-size: 14px;
}
.p-clinic-03 .box > div table tr:first-child th,
.p-clinic-03 .box > div table tr:first-child td {
  padding-top: 0;
}
.p-clinic-03 .box > div table tr:last-child th,
.p-clinic-03 .box > div table tr:last-child td {
  padding-bottom: 0;
}
.p-clinic-03 .box > div .map {
  margin-top: 30px;
  height: 260px;
}
.p-clinic-03 .box > div .map iframe {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  filter: grayscale(1);
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .p-clinic-03 {
    padding: 10vw 7vw 15vw;
  }
  .p-clinic-03 .flex {
    flex-direction: column;
    padding-bottom: 0;
  }
  .p-clinic-03 .schedule-box {
    margin: 0;
    padding: 0;
  }
  .p-clinic-03 .box {
    top: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10vw;
    padding-top: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .p-clinic-03 .box > div {
    width: 100%;
  }
  .p-clinic-03 .box > div table {
    font-size: 3.2vw;
  }
  .p-clinic-03 .box > div table th {
    white-space: nowrap;
    padding: 1.5vw 0;
    font-size: 3.5vw;
  }
  .p-clinic-03 .box > div table td {
    padding: 1.5vw 0 1.5vw 6vw;
    font-size: 3.2vw;
  }
  .p-clinic-03 .box > div .map {
    margin-top: 10vw;
    height: 50vw;
  }
  .p-clinic-03 .box > div .map iframe {
    border-radius: 20vw;
  }
}

/*

  施術の流れ

================================================================
*/
.p-flow-01 {
  padding: 2% 0 5%;
}
.p-flow-01 .title {
  margin-bottom: 30px;
  color: #c7bfb4;
}
.p-flow-01 .title span {
  position: relative;
}
.p-flow-01 .title span:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c7bfb4;
}
.p-flow-01 h2 {
  font-weight: 400;
  font-size: clamp(30px, calc(1.875rem + ((1vw - 12px) * 0.25)), 32px);
  letter-spacing: 0.2em;
}
.p-flow-01 .box {
  width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
}
.p-flow-01 .box ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-flow-01 .box ul li + li {
  margin-top: 60px;
}
.p-flow-01 .box ul li figure {
  position: relative;
  width: 50%;
}
.p-flow-01 .box ul li figure img {
  width: 100%;
  height: auto;
  border-radius: 140px;
}
.p-flow-01 .box ul li div {
  flex: 1;
  margin-left: 50px;
}
.p-flow-01 .box ul li div p {
  line-height: 2;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
}
.p-flow-01 .box ul li div p a {
  text-decoration: underline;
  color: #c7bfb4;
}
.p-flow-01 .doui {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 40px 50px;
  border: 1px solid #c7bfb4;
}
.p-flow-01 .doui .left {
  width: 640px;
  padding-right: 50px;
  border-right: 1px solid #c7bfb4;
}
.p-flow-01 .doui h3 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 12px) * 0.25)), 20px);
}
.p-flow-01 .doui .left p {
  line-height: 1.8;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
}
.p-flow-01 .doui .vmore {
  display: flex;
  justify-content: flex-end;
  width: 260px;
  height: 100%;
}
.p-flow-01 .doui .vmore a:hover {
  border-color: #c7bfb4;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .p-flow-01 {
    padding: 5vw 7vw 15vw;
  }
  .p-flow-01 .title {
    margin-bottom: 10vw;
    text-align: left;
    font-size: 3.5vw;
  }
  .p-flow-01 .title span:after {
    bottom: -3vw;
  }
  .p-flow-01 h2 {
    font-size: 6vw;
  }
  .p-flow-01 .box {
    width: 100%;
    margin-top: 10vw;
  }
  .p-flow-01 .box ul li {
    flex-direction: column;
  }
  .p-flow-01 .box ul li figure {
    width: 100%;
  }
  .p-flow-01 .box ul li figure:before {
    font-size: 12vw;
  }
  .p-flow-01 .box ul li figure img {
    border-radius: 20vw;
  }
  .p-flow-01 .box ul li div {
    margin-left: 0;
    margin-top: 5vw;
    padding: 0;
  }
  .p-flow-01 .box ul li div h3 {
    margin-bottom: 5vw;
    font-size: 4.4vw;
    line-height: 1.8;
  }
  .p-flow-01 .box ul li div p {
    font-size: 3.2vw;
    line-height: 2;
  }
  .p-flow-01 .doui {
    flex-direction: column;
    width: 100%;
    margin-top: 5vw;
    padding: 6vw;
  }
  .p-flow-01 .doui .left {
    width: 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #c7bfb4;
  }
  .p-flow-01 .doui h3 {
    text-align: center;
    margin-bottom: 5vw;
    font-size: 4.6vw;
  }
  .p-flow-01 .doui .left p {
    padding-bottom: 5vw;
    font-size: 3.2vw;
  }
  .p-flow-01 .doui .vmore {
    justify-content: center;
    width: 100%;
    margin-top: 5vw;
  }
  .ireimg {
    object-fit: cover;
    object-position: top;
    width: 100%;
  }
}
.p-flow-02 {
  padding: 5% 0;
  background-color: #f5f4f3;
  border-bottom: 1px solid #c7bfb4;
}
.p-flow-02 .title {
  margin-bottom: 50px;
  text-align: center;
  color: #c7bfb4;
}
.p-flow-02 .title span {
  position: relative;
}
.p-flow-02 .title span:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c7bfb4;
}
.p-flow-02 ul {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.p-flow-02 ul li {
  display: flex;
  align-items: center;
  width: 100%;
  border-right: 1px solid #c7bfb4;
}
.p-flow-02 ul li + li {
  margin-top: 50px;
}
.p-flow-02 ul li figure {
  position: relative;
  width: 220px;
}
.p-flow-02 ul li figure span {
  position: absolute;
  top: -12px;
  left: -22px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #c7bfb4;
  padding-bottom: 2px;
  color: #fff;
  z-index: 2;
}
.p-flow-02 ul li figure img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.p-flow-02 ul li > div {
  flex: 1;
  margin-left: 50px;
  padding-right: 50px;
}
.p-flow-02 ul li > div h2 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: clamp(16px, calc(1rem + ((1vw - 12px) * 0.25)), 18px);
}
.p-flow-02 ul li > div p {
  font-size: clamp(13px, calc(0.8125rem + ((1vw - 12px) * 0.125)), 14px);
  line-height: 2;
}
.p-flow-02.pattern2 ul li {
  border-right: none;
}
.p-flow-02.pattern2 ul li:nth-child(even) {
  margin-left: 100px;
}

/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .p-flow-02 {
    padding: 15vw 7vw;
  }
  .p-flow-02 .title {
    margin-bottom: 10vw;
    font-size: 3.5vw;
  }
  .p-flow-02 .title span:after {
    bottom: -3vw;
  }
  .p-flow-02 ul {
    width: 100%;
  }
  .p-flow-02 ul li {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    border-right: none;
  }
  .p-flow-02 ul li + li {
    margin-top: 15vw;
  }
  .p-flow-02 ul li figure {
    position: relative;
    width: 100%;
  }
  .p-flow-02 ul li figure span {
    top: -5vw;
    left: -2vw;
    width: 10vw;
    padding-bottom: 2px;
  }
  .p-flow-02 ul li figure img {
    object-fit: cover;
    width: 70vw;
    height: 40vw;
    border-radius: 0 3vw 3vw 3vw;
  }
  .p-flow-02 ul li > div {
    margin-top: 5vw;
    margin-left: 0;
    padding-right: 0;
  }
  .p-flow-02 ul li > div h2 {
    margin-bottom: 3.5vw;
    padding: 0 3vw;
    font-size: 4.2vw;
  }
  .p-flow-02 ul li > div p {
    padding: 0 3vw;
    font-size: 3.2vw;
    line-height: 1.9;
  }
  .p-flow-02.pattern2 ul li:nth-child(even) {
    margin-left: initial;
  }
}

/*

  ドクター紹介

================================================================
*/
#doctor.p-doctor01 .box .inner:before {
  top: 50%;
  margin-top: -170px;
}
#doctor.p-doctor01 .box .inner .right .accordion {
  align-self: flex-start;
}
#doctor.p-doctor01 .box .inner .right .accordion dt {
  cursor: pointer;
  margin-top: 30px;
  position: relative;
  z-index: 0;
  line-height: 1;
  border: 1px solid #c7bfb4;
  padding: 15px 30px 15px 20px;
  border-radius: 100px;
  font-weight: 500;
}
#doctor.p-doctor01 .box .inner .right .accordion dt .current {
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border-radius: 10px;
  padding: 10px 15px;
  transition: 0.3s ease-in-out;
}
#doctor.p-doctor01 .box .inner .right .accordion dt .current > span {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  background: rgb(36, 16, 0);
  display: block;
  transition: 0.3s ease-in-out;
}
#doctor.p-doctor01
  .box
  .inner
  .right
  .accordion
  dt
  .current
  > span:nth-child(1) {
  width: 11px;
  height: 1px;
  margin-left: -5px;
}
#doctor.p-doctor01
  .box
  .inner
  .right
  .accordion
  dt
  .current
  > span:nth-child(2) {
  width: 1px;
  height: 11px;
  margin-top: -5px;
}
#doctor.p-doctor01
  .box
  .inner
  .right
  .accordion
  dt.active
  .current
  > span:nth-child(2) {
  transform: rotate(90deg);
}
#doctor.p-doctor01 .box .inner .right .accordion dd {
  display: none;
  text-align: justify;
}
#doctor.p-doctor01 .box .inner .right dl.accordion dd ul li {
  font-weight: 700;
  line-height: 2;
}
#doctor.p-doctor01 .box .inner .right dl.accordion dd ul li:before {
  top: 25%;
}
#doctor.p-doctor01 .box .inner .right dl.accordion dd ul li a {
  color: rgb(36, 16, 0);
  border-bottom: 1px solid rgb(36, 16, 0);
  font-weight: 400;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  #doctor.p-doctor01 .box .inner:before {
    top: 29vw;
    margin-top: 0;
  }
  #doctor.p-doctor01 .box .inner .right .accordion dt {
    margin-top: 7vw;
    padding: 3vw 4vw 3vw 5vw;
  }
}
.p-doctor02 {
  overflow: hidden;
  padding: 3% 0 5%;
  background-color: #f7f5f5;
}
.p-doctor02 .title {
  margin-bottom: 35px;
  text-align: center;
  color: #c7bfb4;
}
.p-doctor02 .title span {
  position: relative;
}
.p-doctor02 .title span:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c7bfb4;
}
.p-doctor02 h2 {
  text-align: center;
  font-weight: 400;
  font-size: clamp(30px, calc(1.875rem + ((1vw - 12px) * 0.25)), 32px);
  letter-spacing: 0.2em;
}
.p-doctor02 .box {
  position: relative;
  width: 100%;
  min-height: 620px;
  margin-top: 45px;
}
.p-doctor02 .box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 640px;
  width: 1130px;
  height: 620px;
  border-radius: 20px 0 0 20px;
  background: url(../img/under/doctor_message.jpg) no-repeat top left / cover;
}
.p-doctor02 .box .left {
  width: 600px;
  padding-right: 40px;
}
.p-doctor02 .box .left dl {
  line-height: 1.8;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
}
.p-doctor02 .box .left dl dt {
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #c7bfb4;
}
.p-doctor02 .box .left dl dt:before {
  content: "Q";
  position: absolute;
  top: -9px;
  left: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: clamp(22px, calc(1.375rem + ((1vw - 12px) * 0.25)), 24px);
}
.p-doctor02 .box .left dl dd {
  padding-left: 40px;
}
.p-doctor02 .box .left dl dd + dt {
  margin-top: 40px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .p-doctor02 {
    padding: 15vw 5vw;
    background-color: #f7f5f5;
  }
  .p-doctor02 .title {
    margin-bottom: 8vw;
    font-size: 3.5vw;
  }
  .p-doctor02 .title span:after {
    bottom: -3vw;
  }
  .p-doctor02 h2 {
    font-size: 6vw;
  }
  .p-doctor02 .box {
    min-height: auto;
    margin-top: 10vw;
    padding-top: 80vw;
  }
  .p-doctor02 .box:after {
    left: 0;
    width: 115vw;
    height: 72vw;
    border-radius: 3vw 0 0 3vw;
  }
  .p-doctor02 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .p-doctor02 .box .left dl {
    line-height: 1.8;
    font-size: 3.2vw;
  }
  .p-doctor02 .box .left dl dt {
    margin-bottom: 3.5vw;
    padding-left: 7vw;
    line-height: 2;
  }
  .p-doctor02 .box .left dl dt:before {
    top: -2vw;
    left: 0;
    font-size: 5vw;
  }
  .p-doctor02 .box .left dl dd {
    padding-left: 7vw;
  }
  .p-doctor02 .box .left dl dd + dt {
    margin-top: 7vw;
  }
}
#case.p-doctor03 {
  border-top: none;
}

/*

  個人情報保護方針

================================================================
*/
.p-privacy-01 {
  padding: 2% 0 5%;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
  line-height: 2;
}
.p-privacy-01 .inner {
  width: 900px;
}
.p-privacy-01 .box {
  margin-top: 50px;
}
.p-privacy-01 .box h2 {
  position: relative;
  padding-left: 20px;
  line-height: 1;
  font-weight: 400;
  font-size: clamp(20px, calc(1.25rem + ((1vw - 12px) * 0.25)), 22px);
}
.p-privacy-01 .box h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-radius: 3px;
  background-color: #c7bfb4;
}
.p-privacy-01 .box h2 + p {
  margin-top: 20px;
}
.p-privacy-01 .box dl {
  margin-top: 30px;
}
.p-privacy-01 .box dl dt {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.5em;
}
.p-privacy-01 .box dl dt:before {
  position: absolute;
  top: 0;
  left: 0;
}
.p-privacy-01 .box dl dt.no01:before {
  content: "1.";
}
.p-privacy-01 .box dl dt.no02:before {
  content: "2.";
}
.p-privacy-01 .box dl dt.no03:before {
  content: "3.";
}
.p-privacy-01 .box dl dt.no04:before {
  content: "4.";
}
.p-privacy-01 .box dl dt.no05:before {
  content: "5.";
}
.p-privacy-01 .box dl dt.no06:before {
  content: "6.";
}
.p-privacy-01 .box dl dd + dt {
  margin-top: 20px;
}
.p-privacy-01 .box .outline {
  margin-top: 30px;
  padding: 30px 30px;
  border: 1px solid #c7bfb4;
}
.p-privacy-01 .box .outline table {
  width: 100%;
  font-size: clamp(12px, calc(0.75rem + ((1vw - 12px) * 0.25)), 14px);
  line-height: 1.6;
}
.p-privacy-01 .box .outline table th {
  white-space: nowrap;
  padding: 5px 0;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
}
.p-privacy-01 .box .outline table td {
  padding: 5px 0;
  padding-left: 30px;
}
.p-privacy-01 .box ul {
  padding-left: 1em;
  font-size: clamp(12px, calc(0.75rem + ((1vw - 12px) * 0.25)), 14px);
  line-height: 1.8;
}
.p-privacy-01 .box ul li {
  position: relative;
  padding-left: 1em;
}
.p-privacy-01 .box ul li + li {
  margin-top: 8px;
}
.p-privacy-01 .box ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-privacy-01 .box ul li span {
  display: block;
}
.p-privacy-01 .box p + ul {
  margin-top: 20px;
}
.p-privacy-01 .box .outline table tr:first-child th,
.p-privacy-01 .box .outline table tr:first-child td {
  padding-top: 0;
}
.p-privacy-01 .box .outline table tr:last-child th,
.p-privacy-01 .box .outline table tr:last-child td {
  padding-bottom: 0;
}
.p-privacy-01 .box .outline table a {
  text-decoration: underline;
  color: #c7bfb4;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .p-privacy-01 {
    padding: 5vw 7vw 15vw;
    font-size: 3.2vw;
  }
  .p-privacy-01 .inner {
    width: 100%;
  }
  .p-privacy-01 .box {
    margin-top: 10vw;
  }
  .p-privacy-01 .box h2 {
    padding-left: 4vw;
    font-size: 4.2vw;
  }
  .p-privacy-01 .box h2:before {
    width: 2vw;
    height: 2vw;
    margin-top: -0.8vw;
  }
  .p-privacy-01 .box h2 + p {
    margin-top: 5vw;
  }
  .p-privacy-01 .box dl {
    margin-top: 5vw;
  }
  .p-privacy-01 .box dl dt {
    margin-bottom: 2.5vw;
  }
  .p-privacy-01 .box dl dd + dt {
    margin-top: 5vw;
  }
  .p-privacy-01 .box .outline {
    margin-top: 5vw;
    padding: 5vw;
  }
  .p-privacy-01 .box .outline table,
  .p-privacy-01 .box .outline table tr,
  .p-privacy-01 .box .outline table tbody,
  .p-privacy-01 .box .outline table th,
  .p-privacy-01 .box .outline table td {
    display: block;
  }
  .p-privacy-01 .box .outline table {
    font-size: 3vw;
  }
  .p-privacy-01 .box .outline table tr + tr {
    margin-top: 3vw;
  }
  .p-privacy-01 .box .outline table th {
    margin-bottom: 1vw;
    padding: 0;
  }
  .p-privacy-01 .box .outline table td {
    padding: 0;
    padding-left: 1em;
  }
  .p-privacy-01 .box ul {
    font-size: 3.2vw;
    line-height: 2;
  }
  .p-privacy-01 .box ul li + li {
    margin-top: 1.5vw;
  }
  .p-privacy-01 .box p + ul {
    margin-top: 3vw;
  }
}

/*

  症例紹介

================================================================
*/
.p-case-01 {
  padding: 2% 0 0;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
  line-height: 2;
}
.p-case-01 .flex {
  display: flex;
  justify-content: space-between;
  padding: 30px 100px;
  background-color: #f5f4f3;
}
.p-case-01 .flex div select {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  width: 100%;
  border: 1px solid #bdc4bf;
  margin: 0;
  padding: 0 30px;
  border-radius: 100px;
  background: url(../img/common/icon_select.svg) no-repeat right 30px center /
    9px auto #fff;
  font-size: clamp(12px, calc(0.75rem + ((1vw - 12px) * 0.25)), 14px);
  letter-spacing: 0.2em;
  color: #241000;
}
.p-case-01 .flex .tr-select {
  width: 36%;
}
.p-case-01 .flex .tr-era {
  width: 22%;
}
.p-case-01 .flex .tr-sex {
  width: 22%;
}
.p-case-01 .flex .p-case-01-submit {
  width: 15%;
}
.p-case-01 .flex .p-case-01-submit input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  border-radius: 100px;
  background-color: #365a47;
  color: #fff;
}
@media (max-width: 767px) {
  .p-case-01 {
    padding: 0 0 5vw;
    font-size: 3.2vw;
  }
  .p-case-01 .flex {
    flex-wrap: wrap;
    padding: 5vw 7vw;
  }
  .p-case-01 .flex div select {
    height: 12vw;
    padding: 0 10vw 0 5vw;
    background-size: 2.5vw auto;
    background-position: right 5vw center;
    font-size: 3.2vw;
  }
  .p-case-01 .flex .tr-select {
    width: 100%;
    margin-bottom: 2vw;
  }
  .p-case-01 .flex .tr-era {
    width: 38%;
  }
  .p-case-01 .flex .tr-sex {
    width: 38%;
  }
  .p-case-01 .flex .p-case-01-submit {
    width: 20%;
  }
  .p-case-01 .flex .p-case-01-submit input {
    height: 12vw;
  }
}
.p-case-02 {
  margin-top: 30px;
  padding-bottom: 5%;
  font-size: clamp(12px, calc(0.75rem + ((1vw - 12px) * 0.25)), 14px);
}
.p-case-02 .search-results {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.p-case-02 .search-results span {
  letter-spacing: 0.1em;
  font-size: clamp(15px, calc(0.9375rem + ((1vw - 12px) * 0.25)), 17px);
}
.pagenav {
  margin-top: 5%;
  text-align: center;
}
.wp-pagenavi {
  display: inline-flex;
  justify-content: center;
  letter-spacing: 0;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: flex;
  aspect-ratio: 1/1;
  width: 50px;
  height: 100%;
  margin: 0 10px;
  border: 1px solid #bdc4bf;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #241000;
}
.wp-pagenavi span {
  border: none;
  color: #fff;
  background-color: #365a47;
}
.wp-pagenavi a.previouspostslink {
  border: none;
  text-indent: -9999px;
  background: url(../img/common/icon_arrow_left_black.svg) no-repeat center /
    13px auto;
}
.wp-pagenavi a.nextpostslink {
  border: none;
  text-indent: -9999px;
  background: url(../img/common/icon_arrow_right_black.svg) no-repeat center /
    13px auto;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .p-case-02 {
    margin-top: 5vw;
    padding: 0 0 15vw 7vw;
    font-size: 3.2vw;
  }
  .p-case-02 .search-results {
    margin-bottom: 3vw;
  }
  .p-case-02 .search-results span {
    font-size: 3.4vw;
  }
  .pagenav {
    width: 86vw;
    margin-top: 10vw;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 10vw;
    margin: 0 1.5vw;
  }
  .wp-pagenavi a.previouspostslink {
    background-size: 2.5vw auto;
  }
  .wp-pagenavi a.nextpostslink {
    background-size: 2.5vw auto;
  }
}

/*

  症例詳細

================================================================
*/
.p-case-detaile01 {
  padding: 2% 0 5%;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
}
.slide-case-detaile figure {
  width: 340px;
}
.slide-case-detaile figure + figure {
  margin-left: 20px;
}
.slide-case-detaile figure img {
  border-radius: 20px;
}
.slide-case-detaile .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.slide-case-detaile .slick-prev {
  left: 35px;
  background-image: url(../img/common/icon_arrow_left_big.svg);
}
.slide-case-detaile .slick-next {
  right: 35px;
  background-image: url(../img/common/icon_arrow_right_big.svg);
}
.p-case-detaile01 .detaile {
  width: 100%;
  margin-top: 4%;
  padding: 0 70px;
}
.p-case-detaile01 .detaile table {
  width: 100%;
  line-height: 1.8;
}
.p-case-detaile01 .detaile table th {
  width: 200px;
  padding: 15px 0;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  color: #c7bfb4;
}
.p-case-detaile01 .detaile table td {
  padding: 15px 0;
}
.p-case-detaile01 .detaile table tr + tr {
  border-top: 1px dashed #c7bfb4;
}
.p-case-detaile01 .detaile table tr:first-child th,
.p-case-detaile01 .detaile table tr:first-child td {
  padding-top: 0;
}
.p-case-detaile01 .detaile table tr:last-child th,
.p-case-detaile01 .detaile table tr:last-child td {
  padding-bottom: 0;
}
.p-case-detaile01 .bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5%;
  gap: 15px;
  flex-direction: column;
}
.p-case-detaile01 .bottom .go-tr {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-case-detaile01 .bottom .go-tr a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #241000;
  color: #241000;
}
.p-case-detaile01 .bottom .vmore a:hover {
  border-color: #c7bfb4;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .p-case-detaile01 {
    padding: 3vw 0 15vw;
    font-size: 3.2vw;
  }
  .slide-case-detaile figure {
    width: 75vw;
  }
  .slide-case-detaile figure + figure {
    margin-left: 5vw;
  }
  .slide-case-detaile figure img {
    border-radius: 3vw;
  }
  .slide-case-detaile .slick-arrow {
    width: 12vw;
    height: 12vw;
    margin-top: -6vw;
  }
  .slide-case-detaile .slick-prev {
    left: 4.5vw;
  }
  .slide-case-detaile .slick-next {
    right: 4.5vw;
  }
  .p-case-detaile01 .detaile {
    margin-top: 7vw;
    padding: 0 7vw;
  }
  .p-case-detaile01 .detaile table,
  .p-case-detaile01 .detaile table tr,
  .p-case-detaile01 .detaile table tbody,
  .p-case-detaile01 .detaile table th,
  .p-case-detaile01 .detaile table td {
    display: block;
  }
  .p-case-detaile01 .detaile table {
    width: 100%;
    line-height: 1.8;
  }
  .p-case-detaile01 .detaile table th {
    width: 100%;
    padding: 3vw 0 0;
  }
  .p-case-detaile01 .detaile table td {
    padding: 0 0 3vw;
  }
  .p-case-detaile01 .bottom {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10vw;
  }
  .p-case-detaile01 .bottom .go-tr {
    position: static;
  }
  .p-case-detaile01 .bottom .go-tr a {
    padding-bottom: 1.5vw;
  }
}

/*

  コラム

================================================================
*/
.p-column-01 {
  padding: 2% 0 5%;
}
.p-column-01 .flex {
  display: flex;
  justify-content: space-between;
}
.p-column-01 .flex .left {
  flex: 1;
  margin-right: 50px;
}
.p-column-01 .flex .left .sticky {
  position: sticky;
  top: 100px;
}
.p-column-01 .flex .left .all {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-bottom: 30px;
  border: 1px solid #c7bfb4;
  border-radius: 6px;
  color: #c7bfb4;
}
.p-column-01 .flex .left ul {
  font-size: clamp(12px, calc(0.75rem + ((1vw - 12px) * 0.25)), 14px);
}
.p-column-01 .flex .left ul li + li {
  border-top: 1px solid #c7bfb4;
}
.p-column-01 .flex .left ul li a {
  display: block;
  padding: 10px 0;
  line-height: 1.5;
  color: #c7bfb4;
}
.p-column-01 .flex .left .title {
  margin-bottom: 30px;
  color: #c7bfb4;
}
.p-column-01 .flex .left .title span {
  position: relative;
}
.p-column-01 .flex .left .title span:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c7bfb4;
}
.p-column-01 .flex .right {
  width: 960px;
}
.art-plus-pic {
  text-align: center;
  width: 100%;
  display: block;
  max-width: 960px;
}
.art-plus-img {
  width: 450px;
  margin-top: 5%;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .p-column-01 {
    padding: 7vw 7vw 15vw;
  }
  .p-column-01 .flex {
    flex-direction: column-reverse;
  }
  .p-column-01 .flex .left {
    width: 100%;
    margin-top: 10vw;
    margin-right: 0;
  }
  .p-column-01 .flex .left .sticky {
    position: static;
  }
  .p-column-01 .flex .left .all {
    height: 12vw;
    margin-bottom: 5vw;
  }
  .p-column-01 .flex .left ul {
    font-size: 3.2vw;
  }
  .p-column-01 .flex .left ul li a {
    padding: 3vw 0;
    line-height: 1.6;
  }
  .p-column-01 .flex .left .title {
    font-size: 3.5vw;
  }
  .p-column-01 .flex .left .title span:after {
    bottom: -3vw;
  }
  .p-column-01 .flex .right {
    width: 100%;
  }
  .art-plus-img {
    width: 86vw;
    margin-top: 10vw;
  }
}

/*

  コラム詳細

================================================================
*/
.p-column-detaile01 {
  padding: 2% 0 5%;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
}
.p-column-detaile01 .inner {
  width: 900px;
  margin: 0 auto;
}
.column-detaile .title .cate {
  margin-bottom: 15px;
  text-align: right;
  font-weight: 500;
  color: #c7bfb4;
}
.column-detaile .title h1 {
  position: relative;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5;
}
.column-detaile .column-box * + * {
  margin-top: 50px;
}
.column-detaile .column-box * + br {
  margin-top: auto;
}
.column-detaile .column-box p {
  line-height: 2;
}
.column-detaile .column-box h2 {
  position: relative;
  border: 1px solid #c7bfb4;
  border-radius: 6px;
  padding: 15px 20px 15px 25px;
  line-height: 1.5;
  font-weight: 400;
  font-size: clamp(16px, calc(1rem + ((1vw - 12px) * 0.25)), 18px);
}
.column-detaile .column-box h2:before {
  content: "";
  position: absolute;
  top: 20%;
  bottom: -20%;
  left: 10px;
  width: 2px;
  height: 60%;
  background-color: #c7bfb4;
}
.column-detaile .column-box h2 + * {
  margin-top: 20px;
}
.column-detaile .column-box h3 {
  position: relative;
  line-height: 1.5;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  font-weight: 400;
  font-size: clamp(16px, calc(1rem + ((1vw - 12px) * 0.25)), 18px);
}
.column-detaile .column-box h3 + * {
  margin-top: 15px;
}
.column-detaile .column-box h4 {
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
  font-weight: 400;
  font-size: clamp(16px, calc(1rem + ((1vw - 12px) * 0.25)), 18px);
}
.column-detaile .column-box h4:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #c7bfb4;
}
.column-detaile .column-box h4 + * {
  margin-top: 15px;
}
.column-detaile .column-box ul {
  padding: 30px;
  border: 1px solid #dddddd;
}
.column-detaile .column-box ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.6;
}
.column-detaile .column-box ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.column-detaile .column-box ul li + li {
  margin-top: 5px;
}
.column-detaile .column-box * + ul {
  margin-top: 20px;
}
.column-detaile .supervisor {
  position: relative;
  margin-top: 60px;
  padding: 40px 0;
  border: solid #c7bfb4;
  border-width: 1px 0;
}
.column-detaile .supervisor h2 {
  width: 100%;
  margin-bottom: 30px;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 12px) * 0.25)), 20px);
  font-weight: 400;
  line-height: 1.6;
  color: #c7bfb4;
}
.column-detaile .supervisor h2 .name {
  display: block;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 12px) * 0.25)), 20px);
  color: #241000;
}
.column-detaile .supervisor h2 .name > span {
  padding-right: 10px;
}
.column-detaile .supervisor .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.column-detaile .supervisor .flex > p {
  position: relative;
  width: 220px;
}
.column-detaile .supervisor .flex > p img {
  border-radius: 90px;
}
.column-detaile .supervisor .flex .box {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 40px;
}
.column-detaile .supervisor .flex .box > div {
  width: 49%;
}
.column-detaile .supervisor .flex .box > div h3 {
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 400;
  font-size: clamp(15px, calc(0.9375rem + ((1vw - 12px) * 0.125)), 16px);
}
.column-detaile .supervisor .flex .box > div ul {
  flex: 1;
  line-height: 1.6;
  margin-left: 0;
  font-size: clamp(12px, calc(0.75rem + ((1vw - 12px) * 0.25)), 14px);
}
.column-detaile .supervisor .flex .box > div ul li {
  position: relative;
  padding-left: 1em;
}
.column-detaile .supervisor .flex .box > div ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #c7bfb4;
}
.column-detaile .supervisor .flex .box > div ul li + li {
  margin-top: 5px;
}
.column-detaile .column-nav {
  overflow: hidden;
  margin-top: 60px;
}
.column-detaile .column-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
}
.column-detaile .column-nav ul li {
  width: 52px;
  height: 100%;
}
.column-detaile .column-nav ul li.all {
  width: 220px;
  margin: 0 50px;
}
.column-detaile .column-nav ul li.all a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 100px;
  border: 1px solid #c7bfb4;
  color: #241000;
}
.column-detaile .column-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #241000;
}
.column-detaile .column-nav ul li.prev a {
  text-indent: -9999px;
  border: 1px solid #c7bfb4;
  border-radius: 100%;
  background: url(../img/common/icon_arrow_left_black.svg) no-repeat center /
    13px auto;
}
.column-detaile .column-nav ul li.next a {
  text-indent: -9999px;
  border: 1px solid #c7bfb4;
  border-radius: 100%;
  background: url(../img/common/icon_arrow_right_black.svg) no-repeat center /
    13px auto;
}
#ez-toc-container .ez-toc-title-container {
  padding: 15px 20px;
  background-color: #f7f7f8;
  border: solid #dddddd;
  border-width: 1px 1px 0 1px;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
#ez-toc-container .ez-toc-title-container + nav {
  margin-top: 0;
}
#ez-toc-container nav ul li ul {
  border: none;
  margin-top: 5px;
  padding: 0;
}
#ez-toc-container nav a {
  color: #241000;
}
.kumatori-special-content,
.futae-special-content {
  margin-top: initial !important;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .p-column-detaile01 {
    padding: 5vw 7vw 15vw;
    font-size: 3.2vw;
  }
  .p-column-detaile01 .inner {
    width: 100%;
  }
  .column-detaile {
    padding: 0;
  }
  .column-detaile .title .cate {
    margin-bottom: 5vw;
    font-size: 3.5vw;
  }
  .column-detaile .title h1 {
    margin-bottom: 10vw;
    line-height: 1.6;
    font-size: 4.6vw;
  }
  .column-detaile .column-box * + * {
    margin-top: 10vw;
  }
  .column-detaile .column-box p {
    font-size: 3.2vw;
    line-height: 2;
  }
  .column-detaile .column-box h2 {
    padding: 3vw 5vw 3vw 6vw;
    line-height: 1.5;
    font-size: 4vw;
  }
  .column-detaile .column-box h2:before {
    left: 2vw;
  }
  .column-detaile .column-box h2 + * {
    margin-top: 3.5vw;
  }
  .column-detaile .column-box h3 {
    line-height: 1.5;
    padding-bottom: 2.5vw;
    font-size: 4vw;
  }
  .column-detaile .column-box h3 + * {
    margin-top: 2.5vw;
  }
  .column-detaile .column-box h4 {
    padding-left: 5vw;
    line-height: 1.5;
    font-size: 4vw;
  }
  .column-detaile .column-box h4:before {
    top: 2vw;
    width: 2vw;
    height: 2vw;
  }
  .column-detaile .column-box h4 + * {
    margin-top: 2.5vw;
  }
  .column-detaile .column-box ul {
    padding: 5vw;
  }
  .column-detaile .column-box ul li {
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .column-detaile .column-box ul li + li {
    margin-top: 2vw;
  }
  .column-detaile .column-box * + ul {
    margin-top: 5vw;
  }
  .column-detaile .supervisor {
    margin-top: 15vw;
    padding: 5vw 0;
  }
  .column-detaile .supervisor h2 {
    margin-bottom: 7vw;
    font-size: 4vw;
  }
  .column-detaile .supervisor .flex {
    flex-direction: column;
  }
  .column-detaile .supervisor .flex > p {
    width: 100%;
    margin-bottom: 5vw;
  }
  .column-detaile .supervisor .flex > p img {
    object-fit: cover;
    object-position: center -4vw;
    width: 100%;
    height: 60vw;
    border-radius: 3vw;
  }
  .column-detaile .supervisor .flex .box {
    flex-direction: column;
    margin-left: 0;
  }
  .column-detaile .supervisor .flex .box > div {
    width: 100%;
  }
  .column-detaile .supervisor .flex .box > div + div {
    margin-top: 5vw;
  }
  .column-detaile .supervisor .flex .box > div h3 {
    margin-bottom: 3.5vw;
    line-height: 1;
    font-size: 3.5vw;
  }
  .column-detaile .supervisor .flex .box > div ul {
    line-height: 1.6;
    margin-left: 0;
    font-size: 3.2vw;
  }
  .column-detaile .supervisor .flex .box > div ul li + li {
    margin-top: 1.5vw;
  }
  .column-detaile .column-nav {
    margin-top: 10vw;
  }
  .column-detaile .column-nav ul {
    justify-content: space-between;
    height: 12vw;
  }
  .column-detaile .column-nav ul li {
    width: 12vw;
  }
  .column-detaile .column-nav ul li.all {
    width: 50vw;
    margin: 0;
  }
  .column-detaile .column-nav ul li.all a {
    padding: 0;
    font-size: 3.5vw;
  }
  .column-detaile .column-nav ul li a {
    width: 12vw;
  }
  .column-detaile .column-nav ul li.prev a {
    background-size: 2.5vw auto;
  }
  .column-detaile .column-nav ul li.next a {
    background-size: 2.5vw auto;
  }
  #ez-toc-container .ez-toc-title-container {
    padding: 3.5vw 5vw;
  }
  #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 3.5vw;
  }
  #ez-toc-container nav ul li ul {
    margin-top: 2vw;
  }
}
/*

  料金一覧

================================================================
*/

.p-price-01 {
  padding: 2% 0 5%;
  border-top: 1px solid #c7bfb4;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
}
.p-price-01 .price-tab {
  position: sticky;
  top: 100px;
  z-index: 3;
}

.price-tab-undertext{
	font-size: inherit;
	font-weight: 600;
	color: #c40000;
	margin-top: 20px;
	text-align: left;
	padding-left:10px;
	@media (max-width: 767px) {
	text-align: center;
	padding-left:0;
	}
}

.p-price-01 .select {
  display: inline-flex;
  justify-content: center;
  height: 52px;
  border: 1px solid #c7bfb4;
  border-radius: 20px;
  background-color: #fff;
}
.p-price-01 .select a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  color: #241000;
}
.p-price-01 .select a + a {
  border-left: 1px solid #c7bfb4;
}
.p-price-01 .price-wrap {
  margin-top: 5%;
}
.price-detaile {
  width: 100%;
}
.price-detaile dt {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  border-top: 1px dashed #c7bfb4;
  cursor: pointer;
}
.price-detaile dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid #c7bfb4;
  background: url(../img/common/icon_plus.svg) no-repeat center / 10px auto;
}
.price-detaile dt.active:after {
  transform: rotate(45deg);
}
.price-detaile dt h3 {
  font-weight: 400;
  font-size: clamp(16px, calc(1rem + ((1vw - 12px) * 0.25)), 18px);
}
.price-detaile dd {
  display: none;
}
.price-detaile dd .note {
  line-height: 1.5;
  padding: 20px 0;
  text-align: right;
  font-size: clamp(12px, calc(0.75rem + ((1vw - 12px) * 0.25)), 14px);
  color: #a49177;
}
.price-detaile dd .note .refund {
  font-weight: 500;
  display: block;
  margin-top: 10px;
}
.price-detaile dd .note2 {
  text-align: center;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
  border: 1px solid #f5f4f3;
  padding: 1.6em;
  line-height: 1.8;
  color: #a49177;
}
.price-detaile dd .note2 span.refund {
  display: block;
  text-align: center;
  font-weight: 500;
}
.price-detaile dd .note2 a {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.price-detaile dd > div {
  padding: 30px 50px;
  background-color: #f5f4f3;
}
.price-detaile dd table {
  width: 100%;
  line-height: 1.6;
}
.price-detaile dd table tr + tr {
  border-top: 1px dashed #e4dfd9;
}
.price-detaile dd table th {
  position: relative;
  width: 40%;
  padding: 20px 50px;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
}
.price-detaile dd table th.fav::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35px auto;
  background-image: url(../img/common/icon_fav.svg);
}
.price-detaile dd table td {
  position: relative;
  width: 30%;
  padding: 20px;
  text-align: center;
  border-left: 1px solid #fff;
}
.price-detaile dd table td i {
  font-size: clamp(16px, calc(1rem + ((1vw - 12px) * 0.25)), 18px);
}
.price-detaile dd table td i span {
  display: block;
  font-size: smaller;
}
.price-detaile dd table td i span.cp-tag {
  display: inline-block;
  padding: 2px 6px;
  margin: 0 6px 0px 8px;
  border: 1px solid #c7bfb4;
  border-radius: 100px;
  vertical-align: text-top;
  font-size: x-small;
}
.price-detaile dd table td i span.cp-price {
  display: inline-block;
  font-size: inherit;
  font-weight: 600;
  color: #c40000;
}
.price-detaile dd table thead tr th {
  padding: 0;
}
.price-detaile dd table thead tr th + th {
  width: 30%;
  border-left: 1px solid #eee;
  text-align: center;
}
.price-detaile dd table thead tr th span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 13px 0;
  background-color: #fff;
  color: #a49177;
}
.p-price-01 h2 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
}
.price-detaile dt a {
  position: absolute;
  top: 50%;
  right: 50px;
  display: flex;
  align-items: center;
  width: auto;
  height: 38px;
  margin-top: -19px;
  padding: 0 20px;
  background-color: #365a47;
  border-radius: 100px;
  font-size: clamp(12px, calc(0.75rem + ((1vw - 12px) * 0.25)), 14px);
  color: #fff;
  z-index: 2;
}
.price-detaile dt a i {
  position: relative;
  top: -0.05em;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .p-price-01 {
    padding: 5vw 3vw 15vw;
    font-size: 3.2vw;
  }
  .p-price-01 .price-tab {
    top: 15vw;
  }
  .p-price-01 .select {
    width: 100%;
    height: 12vw;
    border-radius: 3vw;
  }
  .p-price-01 .select a {
    width: calc(100% / 3);
  }
  .p-price-01 .price-wrap {
    margin-top: 10vw;
  }
  .price-detaile dt {
    padding-left: 4vw;
    height: 15vw;
  }
  .price-detaile dt:after {
    right: 2vw;
    margin-top: -3vw;
    width: 6vw;
    height: 6vw;
    background-size: 2.2vw auto;
  }
  .price-detaile dt h3 {
    font-size: 3.4vw;
  }
  .price-detaile dd .note {
    padding: 3.5vw 0;
    font-size: 3vw;
  }
  .price-detaile dd .note2 {
    font-size: 3vw;
    text-align: left;
    padding: 3vw 7vw;
  }
  .price-detaile dd > div {
    padding: 3vw;
  }
  .price-detaile dd table th {
    padding: 3vw 1vw 3vw 5vw;
  }
  .price-detaile dd table th.fav::before {
    left: -4vw;
    width: 7vw;
    height: 7vw;
    background-size: 7vw auto;
  }
  .price-detaile dd table td {
    width: 30%;
    padding: 3vw 0;
  }
  .price-detaile dd table td i {
    font-size: 3.5vw;
    letter-spacing: 0.05em;
  }
  .price-detaile dd table td i span.cp-tag {
    padding: 0.2vw 2vw;
    margin-top: 0.3em;
    font-size: 3vw;
  }
  .price-detaile dd table td i span.cp-price {
    font-size: 3.8vw;
  }
  .price-detaile dd table th.fav::before {
    top: 30%;
  }
  .price-detaile dd table thead tr th {
    padding: 0;
  }
  .price-detaile dd table thead tr th span {
    padding: 2vw 0;
  }
  .price-detaile dd table.wide,
  .price-detaile dd table.wide tbody,
  .price-detaile dd table.wide tr,
  .price-detaile dd table.wide th,
  .price-detaile dd table.wide td {
    display: block;
  }
  .price-detaile dd table.wide thead {
    display: none;
  }
  .price-detaile dd table.wide tr {
    display: flex;
    flex-wrap: wrap;
  }
  .price-detaile dd table.wide th {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e4dfd9;
  }
  .price-detaile dd table.wide td {
    width: 75%;
    text-align: left;
    border-left: 0;
  }
  .price-detaile dd table.wide td:last-child {
    width: 25%;
    border-left: 1px solid #fff;
    text-align: center;
  }
  .p-price-01 h2 {
    margin-bottom: 5vw;
    text-align: center;
    font-size: 4vw;
  }
  .price-detaile dt a {
    right: 50px;
    height: 8vw;
    margin-top: -4vw;
    padding: 0 3vw;
    font-size: 3vw;
  }
  .price-detaile dt a i {
    position: relative;
    top: -0.07em;
  }
}

/*

  よくある質問

================================================================
*/
.p-faq-01 {
  padding: 0 0 5%;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
}
.p-faq-01 .box:not(:last-child) {
  margin-bottom: 80px;
}
.p-faq-01 h2 {
  border: 1px solid #c7bfb4;
  border-radius: 20px;
  padding: 30px 40px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.p-faq-01 h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 6px;
  height: 40px;
  background-color: #c7bfb4;
}
.p-faq-01 dl {
  line-height: 1.8;
}
.p-faq-01 dl dt {
  position: relative;
  z-index: 0;
  padding: 0 0 0 40px;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 500;
}
.p-faq-01 dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -17px;
  width: 20px;
  height: 30px;
  background: url(../img/common/icon_q.png) no-repeat center center / contain;
}
.p-faq-01 dl dd {
  padding: 20px 0 0 40px;
}
.p-faq-01 dl dd:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #c7bfb4;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .p-faq-01 {
    padding: 5vw 5vw 10vw;
    font-size: 3.2vw;
  }
  .p-faq-01 .box:not(:last-child) {
    margin-bottom: 10vw;
  }
  .p-faq-01 h2 {
    padding: 4vw 7vw;
    border-radius: 4vw;
    font-size: 4.2vw;
    margin-bottom: 5vw;
  }
  .p-faq-01 h2::before {
    left: 3.8vw;
    height: 56%;
    width: 1.2vw;
  }
  .p-faq-01 dl dt {
    padding: 0 0 0 7vw;
    font-size: 3.2vw;
  }
  .p-faq-01 dl dt::before {
    margin-top: -4vw;
    width: 5vw;
    height: 7vw;
  }
  .p-faq-01 dl dd {
    padding: 4vw 0 0 7vw;
  }
  .p-faq-01 dl dd:not(:last-child) {
    margin-bottom: 7vw;
    padding-bottom: 7vw;
  }
}
.p-faq-02 {
  padding: 0 0 5%;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
}
.p-faq-02 .box + .box {
  margin-top: 5%;
}
.p-faq-02 h2 {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #c7bfb4;
  border-radius: 6px;
  padding: 15px 20px 15px 25px;
  line-height: 1.5;
  font-weight: 400;
  font-size: clamp(16px, calc(1rem + ((1vw - 12px) * 0.25)), 18px);
}
.p-faq-02 h2:before {
  content: "";
  position: absolute;
  top: 20%;
  bottom: -20%;
  left: 10px;
  width: 2px;
  height: 60%;
  background-color: #c7bfb4;
}
.temp-faq-list {
  line-height: 1.8;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
}
.temp-faq-list dt {
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 500;
  color: #a49177;
}
.temp-faq-list dt:before {
  content: "Q";
  position: absolute;
  top: -9px;
  left: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: clamp(22px, calc(1.375rem + ((1vw - 12px) * 0.25)), 24px);
}
.temp-faq-list dd {
  padding-left: 40px;
}
.temp-faq-list dd + dt {
  margin-top: 40px;
}
.temp-faq-list dd a {
  text-decoration: underline;
  color: #c7bfb4;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .p-faq-02 {
    padding: 0 5vw 15vw;
    font-size: 3.2vw;
  }
  .p-faq-02 .box + .box {
    margin-top: 15vw;
  }
  .p-faq-02 h2 {
    margin-bottom: 5vw;
    padding: 3vw 5vw 3vw 6vw;
    line-height: 1.5;
    font-size: 4vw;
  }
  .p-faq-02 h2:before {
    left: 2vw;
  }
  .temp-faq-list {
    line-height: 1.8;
    font-size: 3.2vw;
  }
  .temp-faq-list dt {
    margin-bottom: 2vw;
    padding-left: 7vw;
    font-size: 3.6vw;
    line-height: 1.7;
  }
  .temp-faq-list dt:before {
    top: -2vw;
    left: 0;
    font-size: 5vw;
  }
  .temp-faq-list dd {
    padding-left: 7vw;
  }
  .temp-faq-list dd + dt {
    margin-top: 5vw;
  }
}

/*

  アクセス

================================================================
*/
.p-access-01 {
  padding: 2% 0 0;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
}
.p-access-01 .inner {
  padding: 0 100px;
}
.p-access-01 .title {
  position: absolute;
  top: 0;
  left: 0;
  color: #c7bfb4;
}
.p-access-01 .title span {
  position: relative;
}
.p-access-01 .title span:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c7bfb4;
}
.p-access-01 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-access-01 .flex .left {
  flex: 1;
}
.p-access-01 .flex .left p {
  line-height: 2;
}
.p-access-01 .flex .left .vmore {
  margin-top: 30px;
}
.p-access-01 .flex .left .vmore a:hover {
  border-color: #c7bfb4;
}
.p-access-01 .flex .right {
  width: 600px;
  height: 400px;
}
.p-access-01 .flex .right iframe {
  width: 100%;
  height: 100%;
  border-radius: 180px;
  filter: grayscale(100%);
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .p-access-01 {
    padding: 5vw 7vw 0;
    font-size: 3.2vw;
  }
  .p-access-01 .inner {
    padding: 0;
  }
  .p-access-01 .title {
    position: static;
    margin-bottom: 8vw;
    font-size: 3.5vw;
  }
  .p-access-01 .title span:after {
    bottom: -3vw;
  }
  .p-access-01 .flex {
    flex-direction: column-reverse;
  }
  .p-access-01 .flex .left {
    width: 100%;
    margin-top: 5vw;
  }
  .p-access-01 .flex .left p {
    line-height: 2;
  }
  .p-access-01 .flex .left .vmore {
    margin-top: 5vw;
  }
  .p-access-01 .flex .right {
    width: 100%;
    height: 60vw;
  }
  .p-access-01 .flex .right iframe {
    border-radius: 3vw;
  }
}

/*

  お問い合わせ

================================================================
*/
.p-contact-01 {
  padding: 2% 0 5%;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
}
.p-contact-01 .inner {
  width: 900px;
}
.p-contact-01 .status {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.p-contact-01 .status ul {
  position: relative;
  display: inline-flex;
  justify-content: center;
}
.p-contact-01 .status ul:after {
  content: "";
  position: absolute;
  top: -17px;
  left: auto;
  right: auto;
  width: 90%;
  height: 1px;
  background-color: #e4dfd9;
}
.p-contact-01 .status ul li {
  position: relative;
}
.p-contact-01 .status ul li:nth-child(2) {
  margin: 0 100px;
}
.p-contact-01 .status ul li:after {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -5px;
  background-color: #fff;
  border: 2px solid #beb1a0;
  border-radius: 100%;
  z-index: 3;
}
.p-contact-01 .status ul li.active:after {
  background-color: #beb1a0;
}
.p-contact-01 .form-box table {
  width: 100%;
}
.p-contact-01 .form-box table th {
  padding: 10px 0;
  width: 250px;
  text-align: left;
  font-weight: 400;
}
.p-contact-01 .form-box table td {
  padding: 10px 0;
}
.p-contact-01 .form-box table th span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  padding: 6px 10px 5px 10px;
  border-radius: 100px;
  background-color: #c7bfb4;
  font-size: 11px;
  color: #fff;
}
.p-contact-01 .form-box .w50 {
  display: flex;
  justify-content: space-between;
}
.p-contact-01 .form-box .w50 li {
  width: 49%;
}
.inp-select {
  width: 460px;
  height: 60px;
  border: 1px solid #e4dfd9;
  border-radius: 5px;
  padding: 0 20px;
  letter-spacing: 0.1em;
  color: #241000;
  background: url(../img/common/icon_arrow_bottom_black.svg) no-repeat right
    20px center / 10px auto;
}
.inp-text {
  width: 100%;
  height: 60px;
  border: 1px solid #e4dfd9;
  border-radius: 5px;
  padding: 0 20px;
  letter-spacing: 0.1em;
}
.inp-area {
  width: 100%;
  height: 200px;
  border: 1px solid #e4dfd9;
  border-radius: 5px;
  padding: 20px;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
.p-contact-01 .check {
  margin-top: 30px;
  text-align: center;
}
.p-contact-01 .check label {
  position: relative;
}
.p-contact-01 .check label a {
  text-decoration: underline;
  color: #241000;
}
.p-contact-01 .check label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -32px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border: 1px solid #e4dfd9;
  border-radius: 100%;
  background-color: #fff;
}
.p-contact-01 .check:has(input:checked) label:after,
.p-contact-01 .check input:checked ~ label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -27px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-radius: 100%;
  background-color: #c7bfb4;
}
.p-contact-01 .vmore {
  margin-top: 50px;
  text-align: center;
}
.p-contact-01 .vmore input {
  display: inline-block;
  width: auto;
  color: #241000;
}
.p-contact-01 .vmore input {
  padding: 13px 70px 13px 30px;
  border: 1px solid #c7bfb4;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: right 25px center;
  background-image: url(../img/common/icon_arrow_right_black.svg);
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
  transition: 0.2s;
}
.p-contact-01 .vmore input:hover {
  background-position: right 20px center;
  background-color: #fff;
}
.p-contact-01 .form-box table tr:first-child th,
.p-contact-01 .form-box table tr:first-child td {
  padding-top: 0;
}
.p-contact-01 .form-box table tr:last-child th,
.p-contact-01 .form-box table tr:last-child td {
  padding-bottom: 0;
}

.p-contact-01 .wpcf7-form .fieldset-cf7mls .cf7mls-btns {
  min-height: auto;
  text-align: center;
  margin-top: 50px;
}
.p-contact-01 .wpcf7-form .vmore .wpcf7-submit,
.p-contact-01 .cf7mls-btns .cf7mls_back.action-button,
.p-contact-01 .cf7mls-btns .cf7mls_next.action-button {
  position: relative;
  z-index: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  display: block;
  float: none;
  margin: 0 auto;
  display: inline-block;
  width: auto;
  color: #241000;
  padding: 13px 70px 13px 30px;
  border: 1px solid #c7bfb4;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-size: 13px auto;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
  transition: 0.2s;
}
.p-contact-01 .cf7mls-btns:has(.cf7mls_next.disable) {
  cursor: not-allowed;
}
.p-contact-01 .cf7mls-btns .cf7mls_next.disable {
  pointer-events: none;
  opacity: 0.6;
}
.p-contact-01 .cf7mls-btns .cf7mls_back.action-button {
  padding: 13px 30px 13px 70px;
  background-position: left 25px center;
  background-image: url(../img/common/icon_arrow_left_black.svg);
}
.p-contact-01 .wpcf7-form .vmore .wpcf7-submit,
.p-contact-01 .cf7mls-btns .cf7mls_next.action-button {
  padding: 13px 70px 13px 30px;
  background-position: right 25px center;
  background-image: url(../img/common/icon_arrow_right_black.svg);
}
.p-contact-01 .cf7mls-btns .cf7mls_next.action-button img {
  filter: invert(1);
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
}
.p-contact-01 .fieldset-cf7mls-wrapper .wpcf7-not-valid-tip {
  font-size: 10px;
  margin-top: 5px;
}
.p-contact-01 .fieldset-cf7mls-wrapper div.wpcf7-validation-errors {
  position: relative;
  z-index: 0;
  padding: 0 0 0 30px;
}
.p-contact-01
  .fieldset-cf7mls-wrapper
  div.wpcf7-validation-errors
  .wpcf7-icon-wraning {
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0 0 0 0;
}
.p-contact-01 .confirm .w50 {
  justify-content: flex-start;
}
.p-contact-01 .confirm .w50 li {
  width: auto;
}
.p-contact-01 .confirm span[class^="confirm_"] {
  display: block;
  padding: 15px;
}
.p-contact-01 .form-box:has(table.confirm) + .vmore {
  position: relative;
  z-index: 0;
}
.p-contact-01 .form-box:has(table.confirm) + .vmore .wpcf7-spinner {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
  margin: 0 0 0 0;
}
.p-contact-01 .form-box:has(table.confirm) + .vmore + .cf7mls-btns {
  margin: 15px 0 0 0;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .p-contact-01 {
    padding: 12vw 5vw 15vw;
    font-size: 3.2vw;
  }
  .p-contact-01 .inner {
    width: 100%;
  }
  .p-contact-01 .status {
    margin-bottom: 10vw;
  }
  .p-contact-01 .status ul:after {
    top: -3.8vw;
  }
  .p-contact-01 .status ul li:nth-child(2) {
    margin: 0 30vw;
  }
  .p-contact-01 .status ul li:after {
    top: -5vw;
    width: 2vw;
    height: 2vw;
    margin-left: -1vw;
  }
  .p-contact-01 .form-box table,
  .p-contact-01 .form-box table tbody,
  .p-contact-01 .form-box table tr,
  .p-contact-01 .form-box table th,
  .p-contact-01 .form-box table td {
    display: block;
  }
  .p-contact-01 .form-box table tr {
    margin: 7vw 0;
  }
  .p-contact-01 .form-box table th {
    width: 100%;
    margin-bottom: 2vw;
    padding: 0;
  }
  .p-contact-01 .form-box table td {
    padding: 0;
  }
  .p-contact-01 .form-box table th span {
    margin-left: 3vw;
    padding: 1.3vw 3vw;
    border-radius: 100px;
    font-size: 2.8vw;
  }
  .inp-select {
    width: 100%;
    height: 12vw;
    padding: 0 4vw;
    background-size: 2.5vw auto;
    background-position: right 3vw auto;
  }
  .inp-text {
    height: 12vw;
    padding: 0 4vw;
  }
  .inp-area {
    height: 50vw;
    padding: 4vw;
  }
  .p-contact-01 .check {
    margin-top: 5vw;
    padding: 0 10vw;
    text-align: left;
  }
  .p-contact-01 .check label {
    line-height: 1.7;
  }
  .p-contact-01 .check label:before {
    left: -7vw;
    width: 4vw;
    height: 4vw;
    margin-top: -2vw;
  }
  .p-contact-01 .check input:checked ~ label:after {
    left: -5.8vw;
    width: 2.2vw;
    height: 2.2vw;
    margin-top: -1vw;
  }
  .p-contact-01 .vmore {
    margin-top: 10vw;
  }
  .p-contact-01 .vmore input {
    padding: 3vw 15vw 3vw 5vw;
    background-size: 2.5vw auto;
    background-position: right 5vw center;
    font-size: 3.5vw;
    transition: 0;
  }
  .p-contact-01 .vmore input:hover {
    background-position: right 5vw center;
    background-color: transparent;
    border-color: #c7bfb4;
  }
}

/*

  thanks

================================================================
*/
.p-thanks-01 {
  padding: 5% 0;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
}
.p-thanks-01 .inner {
  width: 900px;
  margin: 0 auto;
}
.p-thanks-01 .txt01 {
  line-height: 2;
}
.p-thanks-01 .box {
  margin-top: 50px;
  padding: 30px 50px;
  border: 1px solid #c7bfb4;
  line-height: 2;
}
.p-thanks-01 .box .flex {
  display: flex;
  align-items: center;
}
.p-thanks-01 .box .flex span {
  margin-right: 10px;
  font-size: clamp(30px, calc(1.875rem + ((1vw - 12px) * 0.25)), 32px);
}
.p-thanks-01 .box .flex span i {
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .p-thanks-01 {
    padding: 7vw 7vw 15vw;
    font-size: 3.2vw;
  }
  .p-thanks-01 .inner {
    width: 100%;
  }
  .p-thanks-01 .box {
    margin-top: 10vw;
    padding: 5vw;
  }
  .p-thanks-01 .box .txt02 {
    text-align: center;
    line-height: 1.8;
  }
  .p-thanks-01 .box .flex {
    flex-direction: column;
  }
  .p-thanks-01 .box .flex span {
    margin-right: 2vw;
    font-size: 6vw;
  }
  .p-thanks-01 .box .flex span i {
    font-size: 4vw;
  }
}

/*

  case

================================================================
*/
.page.menu #case {
  border-bottom: 1px solid #c7bfb4;
}

/*

  Recent Post

================================================================
*/
.recentPost {
  margin-top: 50px;
}
.recentPost .articles {
  display: flex;
  flex-wrap: wrap;
  gap: 0 38px;
  margin-top: 30px !important;
}
.recentPost .articles .article {
  flex: 1;
  margin: 0 0 0 0;
}
.recentPost .articles .article a {
  display: block;
  text-decoration: none;
  color: #241000;
}
.recentPost .articles .article .images {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 0 15px 0;
}
.recentPost .articles .article .images > img {
  object-fit: cover;
  width: 197px;
  height: 140px;
}
.recentPost .articles .article .box {
  margin: 0 0 0 0;
}
.recentPost .articles .article .box .date_cate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px 0;
}
.recentPost .articles .article .box .date_cate .date {
  margin: 0 0 0 0;
  font-size: 12px;
}
.recentPost .articles .article .box .date_cate .cate {
  margin: 0 0 0 0;
  font-size: 10px;
  padding: 5px 20px;
  text-align: center;
  background: #c7bfb4;
  border-radius: 15px;
  color: #fff;
}
.recentPost .articles .article .box .title {
  margin: 0 0 0 0;
  text-align: justify;
  font-size: 14px;
}
@media (max-width: 767px) {
  .recentPost .articles {
    gap: 30px 15px;
  }
  .recentPost .articles .article {
    flex: auto;
  }
  .recentPost .articles .article .images > img {
    width: 100%;
    height: auto;
  }
}

/*
  Case Images
*/
.case_images {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.case_image {
  display: block;
  position: relative;
  z-index: 0;
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  max-width: 400px;
}
.case_image img {
  display: block;
}
/*
.case_image::before{
  position: absolute;
  z-index: 1;
  top:15px;
  left:15px;
  padding:10px 30px;
  line-height: 1;
  font-size:14px;
  min-width:60px;
  text-align: center;
  color:#fff;
  letter-spacing: 0.2em;
  background:#365A47;
  border-radius: 100px;
}
.case_image:nth-child(1)::before{
  content:"術前";

}
.case_image:nth-child(2)::before{
  content:"術後";
}
.case_image:nth-child(3)::before{
  content:"一か月後";
}
*/
@media (max-width: 767px) {
  .case_images {
    padding: 0 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .case_image {
    flex: none;
    width: 90%;
  }
}

/*

  キャンペーン

================================================================
*/
.p-cp-01 {
  padding: 0 0 5%;
}
.p-cp-01 h2 {
  border: 1px solid #c7bfb4;
  border-radius: 20px;
  padding: 30px 40px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.p-cp-01 h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 6px;
  height: 40px;
  background-color: #c7bfb4;
}
.p-cp-01 .cp-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 50px;
}
.p-cp-01 .cp-list .box {
  width: calc((100% - 2 * 50px) / 3);
}
.p-cp-01 .cp-list .box img {
  width: 100%;
}
.p-cp-01 .cp-list .box > div {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4%;
  padding-top: 10px;
}
.p-cp-01 .cp-list .box > div a {
  width: 48%;
  position: relative;
  font-size: 14px;
  color: #241000;
  transition: 0.2s;
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: left center;
  background-image: url(../img/common/icon_arrow_right_black.svg);
  padding: 12px 0 12px 24px;
  border-bottom: 1px dashed #c7bfb4;
}
.p-cp-01 .cp-list .box > div a:hover {
  background-position: left 5px center;
}
.p-cp-01 .cp-list .box > .reserve {
  margin: 20px auto 0;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  background-color: #365a47;
  border-radius: 30px;
  width: 180px;
  height: 40px;
  line-height: 40px;
  transition: 0.2s;
}
.p-cp-01 .cp-list .box > .reserve:hover {
  opacity: 0.8;
}
.p-cp-01 .cp-list + h2 {
  margin-top: 5%;
}
@media (max-width: 767px) {
  .p-cp-01 {
    padding: 0 7vw 15vw;
  }
  .p-cp-01 h2 {
    padding: 4vw 7vw;
    border-radius: 4vw;
    font-size: 4.2vw;
    margin-bottom: 5vw;
  }
  .p-cp-01 h2::before {
    left: 3.8vw;
    height: 56%;
    width: 1.2vw;
  }
  .p-cp-01 .cp-list {
    flex-direction: column;
    gap: 10vw;
  }
  .p-cp-01 .cp-list .box {
    width: 100%;
  }
  .p-cp-01 .cp-list .box > div {
    padding-top: 2vw;
  }
  .p-cp-01 .cp-list .box > div a {
    font-size: 3.3vw;
    background-size: 3vw auto;
    padding: 3vw 0 3vw 5vw;
  }
  .p-cp-01 .cp-list .box > div a:hover {
    background-position: 1.2vw;
  }
  .p-cp-01 .cp-list .box > .reserve {
    margin: 5vw auto 0;
    font-size: 3.3vw;
    border-radius: 8vw;
    width: 60vw;
    height: 10vw;
    line-height: 10vw;
  }
  .p-cp-01 .cp-list + h2 {
    margin-top: 10vw;
  }
}
.p-cp-01 .cp-list .box > p {
  padding: 12px 0;
  font-size: smaller;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .p-cp-01 .cp-list .box > p {
    padding: 3vw 0;
  }
}

/*

  コラムのcvボタン（Web・LINE予約）

================================================================
*/
.column-box .cv-box {
  width: 570px;
  margin: 0 auto;
  padding: 30px;
}
.column-box .cv-box ul {
  display: flex;
  justify-content: space-between;
  padding: initial;
  border: initial;
}
.column-box .cv-box ul li {
  width: 48%;
  height: 52px;
  padding-left: initial;
}
.column-box .cv-box ul li + li {
  margin-top: initial;
}
.column-box .cv-box ul li:before {
  content: none;
  position: initial;
}
.column-box .cv-box ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  height: 100%;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: left 25px center;
  background-size: 20px auto;
  background-color: #365a47;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
  color: #fff;
}
.column-box .cv-box ul li.web a {
  background-size: 24px auto;
  background-image: url(../img/common/icon_web.svg);
}
.column-box .cv-box ul li.line a {
  background-image: url(../img/common/icon_line.svg);
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .column-box .cv-box {
    width: 100%;
    padding: 3vw 10vw 0;
  }
  .column-box .cv-box ul {
    flex-direction: column;
    margin-top: 5vw;
  }
  .column-box .cv-box ul li {
    width: 100%;
    height: 12vw;
  }
  .column-box .cv-box ul li + li {
    margin-top: 2vw;
  }
}

.single-case .supervisor {
  position: relative;
  margin: 0 auto 60px auto;
  padding: 40px 0;
  border: solid #c7bfb4;
  border-width: 1px 0;
  max-width: 900px;
}

.single-case .supervisor h2 {
  width: 100%;
  line-height: 1.4;
  margin-bottom: 30px;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 12px) * 0.25)), 20px);
  font-family: "nsm", sans-serif;
  font-weight: 400;
  color: #c7bfb4;
}
.single-case .supervisor h2 {
  width: 100%;
  margin-bottom: 30px;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 12px) * 0.25)), 20px);
  font-weight: 400;
  line-height: 1.6;
  color: #c7bfb4;
}
.single-case .supervisor h2 .name {
  display: block;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 12px) * 0.25)), 20px);
  color: #241000;
}

.single-case .supervisor .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.single-case .supervisor .flex > p {
  position: relative;
  width: 220px;
}

.single-case .supervisor .flex > p img {
  border-radius: 90px;
}

.single-case .supervisor .flex .box {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 40px;
}

.single-case .supervisor .flex .box > div {
  width: 49%;
}

.single-case .supervisor .flex .box > div h3 {
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 400;
  font-size: clamp(15px, calc(0.9375rem + ((1vw - 12px) * 0.125)), 16px);
}

.single-case .supervisor .flex .box > div ul {
  flex: 1;
  line-height: 1.6;
  margin-left: 0;
  font-size: clamp(12px, calc(0.75rem + ((1vw - 12px) * 0.25)), 14px);
}

.single-case .supervisor .flex .box > div ul li {
  position: relative;
  padding-left: 1em;
}

.single-case .supervisor .flex .box > div ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #c7bfb4;
}

.single-case .supervisor .flex .box > div ul li + li {
  margin-top: 5px;
}
.p-case-detaile01 .vmore a {
  min-width: 14.6em;
}

@media (max-width: 767px) {
  .single-case .supervisor {
    margin: 0vw 7vw 15vw 7vw;
    padding: 5vw 0;
  }

  .single-case .supervisor h2 {
    margin-bottom: 7vw;
    font-size: 4vw;
  }

  .single-case .supervisor .flex {
    flex-direction: column;
  }

  .single-case .supervisor .flex > p {
    width: 100%;
    margin-bottom: 5vw;
  }

  .single-case .supervisor .flex > p img {
    object-fit: cover;
    object-position: center -4vw;
    width: 100%;
    height: 60vw;
    border-radius: 3vw;
  }

  .single-case .supervisor .flex .box {
    flex-direction: column;
    margin-left: 0;
  }

  .single-case .supervisor .flex .box > div {
    width: 100%;
  }

  .single-case .supervisor .flex .box > div + div {
    margin-top: 5vw;
  }

  .single-case .supervisor .flex .box > div h3 {
    margin-bottom: 3.5vw;
    line-height: 1;
    font-size: 3.5vw;
  }

  .single-case .supervisor .flex .box > div ul {
    line-height: 1.6;
    margin-left: 0;
    font-size: 3.2vw;
  }

  .single-case .supervisor .flex .box > div ul li + li {
    margin-top: 1.5vw;
  }
}

/*

  MEMOTO CLINICとは

================================================================
*/
.sv-about {
  background-image: url(../img/under/sv_about.png);
}
#sv .sv-about .flex {
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}
#sv .sv-about .flex h1 {
  margin-top: 0;
  letter-spacing: 0.2em;
  font-size: 38px;
  line-height: 1.4;
}
#sv .sv-about .flex p {
  margin-top: 40px;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
  color: #fff;
}
.p-about-01 {
  padding: 2% 0 5%;
}
.p-about-01 .box {
  display: flex;
}
.p-about-01 .box .left {
  margin-right: 50px;
}
.p-about-01 .box .left figure {
  width: 370px;
  position: relative;
}
.p-about-01 .box .left figure::before {
  content: "Ohoji Suzuki";
  position: absolute;
  top: 0;
  left: -20px;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 56px;
  color: rgba(199, 191, 180, 0.3);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.p-about-01 .box .left figure::after {
  content: "鈴木大路";
  position: absolute;
  top: 10px;
  left: 45px;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 6px;
  letter-spacing: 0.2em;
  color: #241000;
  font-size: 14px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.p-about-01 .box .right {
  margin-top: 50px;
}
.p-about-01 .box .right h2 {
  font-weight: 400;
  position: relative;
  line-height: 1.5;
  font-size: 26px;
  letter-spacing: 0.2em;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.p-about-01 .box .right h2::before {
  content: "";
  position: absolute;
  left: -100px;
  bottom: 0;
  background: #c7bfb4;
  width: calc(100% + 100px);
  height: 1px;
}
.p-about-01 .box .right p {
  line-height: 1.9;
}
.p-about-01 .box .right p + p {
  margin-top: 20px;
}
.p-about-02 {
  background-color: #fafaf9;
  border-radius: 20px;
  padding: 5%;
  margin: 0 1%;
}
.p-about-02 + .p-about-02 {
  margin-top: 5%;
}
.p-about-02 h2 {
  font-weight: 400;
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}
.p-about-02 .lead {
  text-align: center;
  line-height: 1.9;
  margin-bottom: 45px;
}
.p-about-02 .box {
  position: relative;
  background-color: #faf8f3;
  border: 1px solid #b49b37;
  padding: 50px;
}
.p-about-02 .box + .box {
  margin-top: 65px;
}
.p-about-02 .box::before,
.p-about-02 .box::after {
  content: "";
  position: absolute;
  width: 53px;
  height: 53px;
}
.p-about-02 .box::before {
  background: url(../img/under/p-about-bg-parts_top.png) center center / cover
    no-repeat;
  top: 5px;
  left: 5px;
}
.p-about-02 .box::after {
  background: url(../img/under/p-about-bg-parts_bottom.png) center center /
    cover no-repeat;
  bottom: 5px;
  right: 5px;
}
.p-about-02 .box h3 {
  position: relative;
  margin: -65px auto 40px;
  height: 68px;
  line-height: 68px;
  width: 80%;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  z-index: 1;
}
.p-about-02 .box h3::before {
  content: "";
  background: url(../img/under/p-about-head.png) center center / cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-about-02 .box figure.spn {
  width: 80%;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.p-about-02 .box .comment {
  padding: 40px;
  margin-top: -10px;
  background-color: #fff;
  border-radius: 7px;
  position: relative;
}
.p-about-02 .box .comment::before {
  content: "";
  background: url(../img/under/p-about-comment-pc.png) center center / cover
    no-repeat;
  width: 125px;
  height: 166px;
  position: absolute;
  bottom: 10px;
  left: 25px;
}
.p-about-02 .box .comment p {
  line-height: 1.9;
  padding-left: 130px;
}
.p-about-02 .box .comment p span {
  color: #613706;
}
.p-about-02 .box .comment p i {
  white-space: nowrap;
}
.p-about-02 .cta {
  display: flex;
  align-items: center;
  border: 1px solid #365a47;
  border-radius: 24px;
  overflow: hidden;
  width: 80%;
  margin: auto;
  margin-top: 50px;
}
.p-about-02 .cta figure {
  width: 40%;
}
.p-about-02 .cta .cta-box {
  width: 60%;
  color: #365a47;
  padding: 50px;
}
.p-about-02 .cta .cta-box .catch {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  border-bottom: 1px solid #e5e2dd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.p-about-02 .cta .cta-box .tel {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.p-about-02 .cta .cta-box .tel a {
  pointer-events: none;
  position: relative;
  top: 3px;
  margin-left: 5px;
  font-size: 30px;
  color: #365a47;
}
.p-about-02 .cta .cta-box .txt {
  margin-top: 15px;
  text-align: center;
  font-size: clamp(12px, calc(0.75rem + ((1vw - 12px) * 0.25)), 14px);
}
.p-about-02 .cta .cta-box ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.p-about-02 .cta .cta-box ul li {
  width: 48%;
  height: 52px;
}
.p-about-02 .cta .cta-box ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  height: 100%;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: left 25px center;
  background-size: 20px auto;
  background-color: #365a47;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
  color: #fff;
}
.p-about-02 .cta .cta-box ul li.web a {
  background-size: 24px auto;
  background-image: url(../img/common/icon_web.svg);
}
.p-about-02 .cta .cta-box ul li.line a {
  background-image: url(../img/common/icon_line.svg);
}
.p-about-02 ul.about-case {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  padding-bottom: 40px;
}
.p-about-02 ul.about-case li {
  max-width: 400px;
}
.p-about-02 ul.about-case li a {
  display: block;
  color: #241000;
  transition: 0.3s;
}
.p-about-02 ul li a:hover {
  opacity: 0.8;
}
.p-about-02 ul.about-case li img {
  border-radius: 10px;
}
.p-about-02 ul.about-case li dl {
  margin-top: 20px;
}
.p-about-02 ul.about-case li dl dt {
  margin-bottom: 6px;
  font-weight: 500;
  color: #c7bfb4;
}
.p-about-02 ul.about-case li dl dd {
  line-height: 1.7;
}
.p-about-02 ul.about-case li dl dd + dt {
  margin-top: 20px;
}
figure.p-about-bg {
  margin: 20px auto 0;
  width: 95%;
}
.p-about-03 {
  margin: -60px auto 0;
  width: 85%;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  padding: 60px 100px 80px;
}
.p-about-03 .inner {
  max-width: 100%;
}
.p-about-03 h2 {
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
}
.p-about-03 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
}
.p-about-03 ul li {
  background-color: #fafaf9;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  width: 30%;
}
.p-about-03 ul li figure {
  position: relative;
  margin-bottom: 25px;
}
.p-about-03 ul li figure span {
  position: absolute;
  top: -12px;
  left: -22px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  background-color: #c7bfb4;
  padding-bottom: 2px;
  color: #fff;
  z-index: 2;
}
.p-about-03 ul li h3 {
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
}
.p-about-03 ul li p {
  line-height: 1.8;
  padding: 10px 30px 30px 30px;
  font-size: 15px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .sv-about {
    background-image: url(../img/under/sv_about-sp.jpg);
  }
  #sv .sv-about .flex {
    padding: 10vw 5vw;
    justify-content: end;
  }
  #sv .sv-about .flex h1 {
    font-size: 6vw;
  }
  #sv .sv-about .flex p {
    margin-top: 5vw;
    font-size: 3.5vw;
    line-height: 1.4;
  }
  .p-about-01 {
    padding: 5vw 5vw 10vw;
  }
  .p-about-01 .box {
    flex-direction: column;
  }
  .p-about-01 .box .left {
    margin-right: 0;
    align-self: center;
  }
  .p-about-01 .box .left figure {
    display: block;
    width: 60vw;
  }
  .p-about-01 .box .left figure::before {
    left: -5vw;
    font-size: 10vw;
  }
  .p-about-01 .box .left figure::after {
    top: 1vw;
    left: 8vw;
    border-radius: 4vw;
    padding: 3vw 1vw;
    font-size: 3vw;
  }
  .p-about-01 .box .right {
    margin-top: 4vw;
  }
  .p-about-01 .box .right h2 {
    font-size: 5vw;
    padding-bottom: 2vw;
    margin-bottom: 4vw;
  }
  .p-about-01 .box .right h2::before {
    left: -5vw;
    width: calc(100% + 5vw);
  }
  .p-about-01 .box .right p + p {
    margin-top: 4vw;
  }
  .p-about-02 {
    padding: 10vw 5vw;
    margin: 0;
  }
  .p-about-02 + .p-about-02 {
    margin-top: 10vw;
  }
  .p-about-02 h2 {
    margin-bottom: 7vw;
    font-size: 6vw;
  }
  .p-about-02 .lead {
    font-size: 3.5vw;
    margin-bottom: 12vw;
  }
  .p-about-02 .box {
    padding: 5vw 6vw;
    margin: 0;
  }
  .p-about-02 .box + .box {
    margin-top: 14vw;
  }
  .p-about-02 .box::before,
  .p-about-02 .box::after {
    width: 8vw;
    height: 8vw;
  }
  .p-about-02 .box h3 {
    margin: -12vw auto 5vw;
    height: auto;
    min-height: 10vw;
    line-height: 1.5;
    padding: 4vw 2vw;
    width: 100%;
    font-size: 4vw;
    border-radius: 2vw;
  }
  .p-about-02 .box h3::before {
    background-image: url(../img/under/p-about-head-sp.png);
    height: 100%;
  }
  .p-about-02 .box h3.line-1::before {
    background-image: url(../img/under/p-about-head-sp2.png);
  }
  .p-about-02 .box h3.line-2 {
    margin: -13vw auto 5vw;
    padding: 2vw;
  }
  .p-about-02 .box figure.spn {
    display: none;
  }
  .p-about-02 .box .comment {
    padding: 7vw;
    margin-top: 0;
    border-radius: 2vw;
  }
  .p-about-02 .box .comment::before {
    background: url(../img/under/p-about-comment.png) center center / cover
      no-repeat;
    width: 27vw;
    height: 43vw;
    bottom: -5vw;
    left: -18vw;
  }
  .p-about-02 .box .comment p {
    padding-left: 0;
  }
  .p-about-02 .box .comment p span {
    font-weight: 500;
  }
  .p-about-02 .cta {
    flex-direction: column;
    border-radius: 4vw;
    width: 100%;
    margin-top: 5vw;
  }
  .p-about-02 .cta figure {
    width: 100%;
  }
  .p-about-02 .cta .cta-box {
    width: 100%;
    padding: 5vw;
  }
  .p-about-02 .cta .cta-box .catch {
    font-size: 4.2vw;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }
  .p-about-02 .cta .cta-box .tel {
    font-size: 3.5vw;
  }
  .p-about-02 .cta .cta-box .tel a {
    pointer-events: auto;
    top: 1vw;
    margin-left: 1vw;
    font-size: 7vw;
  }
  .p-about-02 .cta .cta-box .txt {
    margin-top: 3.5vw;
    font-size: 3vw;
  }
  .p-about-02 .cta .cta-box ul {
    flex-direction: column;
    margin-top: 5vw;
  }
  .p-about-02 .cta .cta-box ul li {
    width: 100%;
    height: 12vw;
  }
  .p-about-02 .cta .cta-box ul li + li {
    margin-top: 2vw;
  }
  .p-about-02 .cta .cta-box ul li a {
    padding-left: 3vw;
    background-position: left 5vw center;
    background-size: 5vw auto;
    font-size: 3.2vw;
  }
  .p-about-02 .cta .cta-box ul li.web a {
    background-size: 5.5vw auto;
  }
  .p-about-02 ul.about-case {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0 5vw;
    justify-content: flex-start;
    padding-bottom: 2vw;
    margin-bottom: 3vw;
  }
  .p-about-02 ul.about-case li {
    flex: none;
    width: 52vw;
  }
  .p-about-02 ul.about-case li figure img {
    border-radius: 3vw;
  }
  .p-about-02 ul.about-case li dl {
    margin-top: 5vw;
    font-size: 3vw;
  }
  .p-about-02 ul.about-case li dl dt {
    margin-bottom: 1vw;
  }
  .p-about-02 ul.about-case li dl dd + dt {
    margin-top: 3vw;
  }
  .figure.p-about-bg {
    width: 98vw;
  }
  .p-about-03 {
    margin: -8vw auto 0;
    width: 90vw;
    border-radius: 4vw;
    padding: 5vw;
  }
  .p-about-03 h2 {
    font-size: 6vw;
    margin-bottom: 5vw;
  }
  .p-about-03 ul {
    row-gap: 8vw;
    flex-direction: column;
  }
  .p-about-03 ul li {
    width: 100%;
  }
  .p-about-03 ul li figure {
    margin-bottom: 5vw;
  }
  .p-about-03 ul li figure span {
    top: -5vw;
    left: -2vw;
    width: 10vw;
    padding-bottom: 0;
  }
  .p-about-03 ul li h3 {
    font-size: 4vw;
  }
  .p-about-03 ul li p {
    padding: 2vw 8vw 5vw 8vw;
  }
}

.price-strong {
  font-weight: 700;
  color: #ff0000;
}
.line-through {
  text-decoration: line-through;
  font-size: 80%;
}

.sh1 {
  font-size: 18px !important;
  margin-bottom: 20px;
  font-weight: 400;
}
