@charset "UTF-8";
/* 共通CSS
-----------------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px; 
}

body {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Noto Serif JP', 'cormorant-garamond', 'Zen Kaku Gothic Antique', 'Shippori Mincho', serif;
  background-color: #F2F1F1;
  letter-spacing: 0.1em;
}
img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
a, span {
  display: inline-block;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 590px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* font
-----------------------------------------------*/
.f-Garamond {
  font-family: 'Cormorant Garamond', serif;
}
/* ボタン
-----------------------------------------------*/
/*CTA*/
a.p-btn {
  display: block;
  max-width: 550px;
  position: relative;
  margin: 0 auto;
}
a.btn-contact {
  display: block;
  max-width: 550px;
  margin: 0 auto;
}
a.p-btn:hover {
  border-radius: 10px;
}
.btn-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.p-btn__text--cat {
  max-width: 150px;
  width: 100%;
  margin: 0 auto 10px;
  padding: 7px 10px;
  color: #fff;
  background-color: #aa8c5a;
  border-radius: 100vh;
}
.p-btn__text {
  font-size: 22px;
  font-weight: 600;
}
.btn-icon img {
  height: 107px;
}
@media screen and (max-width: 590px) {
  .p-btn__text {
    font-size: 14px;
  }
  .p-btn__text .inline-block {
    padding-top: 10px;
    font-size: 22px;
  }
  a.p-btn {
    height: auto;
    padding: 0;
  }
  .btn-icon img {
    height: auto;
  }
  .btn-icon {
    position: relative;
  }
}
/*case CTA*/
.p-case__btn {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 10px;
}
.p-case__btn-inner {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0;
  background: linear-gradient(125deg, rgba(137, 119, 90, 1) 0%, rgba(148, 136, 110, 1) 100%);
  border-radius: 10px;
  overflow: hidden;
  transition: color 0.3s ease;
}
/* ホバー背景用擬似要素 */
.p-case__btn-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, #fff 0%, #fff 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
/* ホバー時に背景を表示 */
.p-case__btn-inner:hover::before {
  opacity: 1;
}
/* テキストを前面に */
.p-case__btn-text--top, .p-case__btn-text--bottom {
  position: relative;
  z-index: 1;
  display: block;
  color: #fff;
  transition: color 0.3s ease;
}
.p-case__btn-text--top {
  font-size: 18px;
  line-height: calc(38 / 18);
}
.p-case__btn-text--bottom {
  font-size: 24px;
  line-height: calc(38 / 24);
}
.p-case__btn-inner:hover .p-case__btn-text--top, .p-case__btn-inner:hover .p-case__btn-text--bottom {
  color: #89775a;
}
@media screen and (max-width: 590px) {
  .p-case__btn {
    width: 90%;
  }
  .p-case__btn-text--top {
    font-size: 12px;
  }
  .p-case__btn-text--bottom {
    font-size: 18px;
  }
}
/* ふわふわ　装飾
-----------------------------------------------*/
.shape-bubble {
  mix-blend-mode: screen;
  pointer-events: none;
}
.p-fv__img-bubble {
  position: absolute;
  top: 45%;
  left: -6.5%;
  width: 100%;
  max-width: 775px;
}
.p-check__img-bubble {
  position: absolute;
  bottom: -45%;
  left: -5.5%;
  width: 100%;
  max-width: 575px;
  opacity: 0.15;
}
.p-safe__img-bubble {
  position: absolute;
  right: 80px;
  bottom: -80px;
  z-index: 1;
  width: 100%;
  max-width: 440px;
  opacity: 0.75;
}
.p-case__img-bubble {
  position: absolute;
  bottom: -350px;
  left: 80px;
  z-index: 1;
  width: 100%;
  max-width: 340px;
}
.p-reason__img-bubble--left, .p-reason__img-bubble--right {
  position: absolute;
  top: -400px;
  max-width: 975px;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: -1;
}
.p-reason__img-bubble--right {
  right: 0;
}
.p-reason__img-bubble--left {
  left: 0;
}
.p-reason__img-bubble--right02 {
  position: absolute;
  right: 0;
  bottom: -290px;
  max-width: 313px;
  z-index: 3;
}
.p-message__img-bubble {
  position: absolute;
  bottom: -45%;
  right: 0;
  width: 100%;
  max-width: 939px;
  opacity: 0.95;
}
.p-check__img-bubble, .p-price__img-bubble--left-top, .p-price__img-bubble--right-top, .p-price__img-bubble--right-middle, .p-price__img-bubble--left-bottom {
  position: absolute;
  mix-blend-mode: screen;
}
.p-price__img-bubble--left-top {
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 570px;
}
.p-price__img-bubble--right-top {
  top: 0;
  right: 0;
}
.p-price__img-bubble--right-middle {
  top: 35%;
  right: 60px;
  width: 100%;
  max-width: 370px;
}
.p-price__img-bubble--left-bottom {
  bottom: 11%;
  left: 80px;
  width: 100%;
  max-width: 370px;
  z-index: -1;
}
.p-risk__img-bubble--left {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 370px;
}
.p-risk__img-bubble--right {
  position: absolute;
  bottom: -80px;
  right: 0;
  max-width: 370px;
}
.p-fv__img-bubble, .p-check__img-bubble, .p-safe__img-bubble, .p-case__img-bubble, .p-reason__img-bubble--left, .p-reason__img-bubble--right, .p-reason__img-bubble--right02, .p-message__img-bubble, .p-price__img-bubble--left-top, .p-price__img-bubble--right-top, .p-price__img-bubble--right-middle, .p-price__img-bubble--left-bottom, .p-risk__img-bubble--left, .p-risk__img-bubble--right {
  animation: floatBubble 6s ease-in-out infinite;
  will-change: transform;
}
/* シャボン玉ふわふわアニメーション */
@keyframes floatBubble {
  0% {
    transform: translateY(0); /* transform: translateY(0) translateX(0) rotate(0deg) */
  }
  25% {
    transform: translateY(-10px); /* transform: translateY(-10px) translateX(5px) rotate(2deg) */
  }
  50% {
    transform: translateY(-20px); /* transform: translateY(-20px) translateX(-5px) rotate(-2deg) */
  }
  75% {
    transform: translateY(-10px); /* transform: translateY(-10px) translateX(5px) rotate(1deg) */
  }
  100% {
    transform: translateY(0); /* transform: translateY(0) translateX(0) rotate(0deg) */
  }
}
@media screen and (max-width: 1540px) {
  .p-fv__img-bubble {
    top: 55%;
    max-width: 475px;
  }
  .p-safe__img-bubble {
    max-width: 240px;
  }
  .p-case__img-bubble {
    bottom: -250px;
    max-width: 240px;
  }
  .p-reason__img-bubble--left, .p-reason__img-bubble--right {
    max-width: 475px;
  }
  .p-risk__img-bubble--left {
    max-width: 270px;
  }
  .p-price__img-bubble--left-top {
    max-width: 350px;
  }
}
@media screen and (max-width: 1180px) {
  .p-risk__img-bubble--left.p-fv__img-bubble {
    max-width: 180px;
  }
  .p-risk__img-bubble--right {
    max-width: 200px;
    bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-fv__img-bubble {
    top: 40%;
    max-width: 375px;
  }
  .p-price__img-bubble--left-bottom {
    left: 0;
    max-width: 270px;
  }
}
@media screen and (max-width: 590px) {
  .p-fv__img-bubble {
    top: 60%;
    max-width: 275px;
  }
  .p-reason__img-bubble--right02 {
    max-width: 200px;
  }
  .p-case__img-bubble {
    bottom: -150px;
    max-width: 140px;
  }
  .p-safe__img-bubble {
    bottom: -35px;
    max-width: 140px;
  }
  .p-risk__img-bubble--left {
    max-width: 170px;
    top: -80px;
  }
  .p-risk__img-bubble--right {
    max-width: 100px;
  }
  .p-price__img-bubble--right-middle {
    z-index: -1;
  }
}

/* 共通
-----------------------------------------------*/
a img {
  transition: all 0.5s ease 0s;
}
a:hover img {
  opacity: 0.5;
  transition: all 0.5s ease 0s;
}
/*装飾帯*/
.shape-kv-bottom {
  position: absolute;
  bottom: -2px;
  width: 100%;
}
.shape-safe-head {
  position: absolute;
  top: -1px;
  width: 100%;
  z-index: -1;
}
.shape-safe-bottom {
  position: absolute;
  bottom: -2px;
  width: 100%;
}
.shape-case-bottom {
  position: relative;
  top: -1px;
}
.shape-shadow,
.shape-risk {
  margin-top: -1px;
}

.inline-block {
  display: inline-block;
}
/*タイトル（短い下線付き）*/
.title-under__inner {
  margin-bottom: 80px;
}
.title-under__en {
  position: relative;
  font-size: 90px;
  font-family: 'Cormorant Garamond', serif;
}
.title-under-white {
  color: #fff;
}
.title-under-black {
  color: #000;
}
.title-under__en::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 110px;
  width: 200px;
  height: 1px;
}
.title-under__inner.center {
  text-align: center;
}
.title-under-white .title-under__en::after {
  background-color: #fff;
}
.title-under-black .title-under__en::after {
  background-color: #000;
}
.title-under__jp {
  display: block;
  padding-top: 10px;
  padding-left: 150px;
  font-size: 26px;
}
.title-under__jp span {
  margin-left: 20px;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .title-under__en {
    font-size: 60px;
  }
  .title-under__jp {
    font-size: 20px;
  }
  .title-under__en::after {
    left: 0;
    width: 100%;
  }
  .title-under__jp {
    padding-left: 100px;
  }
}
@media screen and (max-width: 768px) {
  .title-under__jp {
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 590px) {
  .title-under__inner {
    margin-bottom: 30px;
  }
  .title-under__jp span {
    display: block;
    padding-bottom: 10px;
  }
}
/*タイトル（下線付き）*/
.title-under-long {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 60px;
  padding: 0 35px 15px 35px;
  border-bottom: 1px solid #d6d6d4;
}
.title-under-long__en {
  font-size: 90px;
}
.title-under-long__ja {
  font-size: 26px;
}
@media screen and (max-width: 1480px) {
  .title-under-long {
    padding: 0 35px 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .title-under-long__en {
    font-size: 60px;
  }
.title-under-long__ja {
  font-size: 18px;
  }
}
@media screen and (max-width: 590px) {
  .title-under-long {
    display: block;
  }
  .title-under-long__en {
    font-size: 50px;
  }
  .title-under-long__ja {
    font-size: 14px;
  }
}
/*コンテンツ*/
.l-container-wide-large {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
.l-container-wide {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 65px;
  padding-right: 65px;
}
.l-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 65px;
  padding-right: 65px;
}
@media screen and (max-width: 1480px) {
  .l-container-wide, .l-container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 768px) {
  .l-container-wide, .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* KV
-----------------------------------------------*/
.p-fv {
  position: relative;
}
/* KVスライダー */
.slider-kv {
  position: relative;
  width: 100%;
  margin: auto;
}
.item-kv {
  box-sizing: border-box;
}
.item-kv img {
  height: auto;
  width: 100%;
  transition: transform .5s;
}
.p-fv__jumbotron {
  position: absolute;
  top: 45%;
  left: 5%;
  z-index: 3;
}
.p-fv__jumbotron-text {
  display: block;
  margin-bottom: 30px;
  color: #fff;
  font-size: 34px;
}
.p-fv__jumbotron-title {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 80px;
  letter-spacing: 0.1em;
}
.p-fv__jumbotron-title span {
  margin-left: -25px;
}
.p-fv__jumbotron-en {
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.1em;
  padding-left: 10px;
}
.p-fv__consultation {
  position: absolute;
  top: 38%;
  right: 6%;
  z-index: 10;
  width: 100%;
  max-width: 230px;
  height: 100%;
  max-height: 230px;
  border: 1px solid #feffff;
  cursor: pointer;
}
.p-fv__consultation-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 220px;
  height: 100%;
  max-height: 220px;
  color: #fff;
  border: 1px solid rgba(254, 255, 255, 0.63);
  transition: all 0.3s ease;
}
.p-fv__consultation-inner:hover {
  color: #c5b08e;
  background-color: #fff;
}
.p-fv__consultation-text-box {
  margin-bottom: 30px;
  padding: 10px;
  text-align: center;
  border-bottom: 1px dotted #fff;
}
.p-fv__consultation-inner:hover .p-fv__consultation-text-box {
  border-bottom: 1px dotted #c5b08e;
}
.p-fv__consultation-ja {
  margin-bottom: 15px;
  font-size: 22px;
  letter-spacing: 0.1em;
}
.p-fv__consultation-en {
  line-height: calc(19 / 16);
  letter-spacing: 0.1em;
}
.c-arrow-right {
  position: relative;
  display: block;
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
}
.p-fv__consultation-inner:hover .c-arrow-right {
  background-color: #c5b08e;
}
.c-arrow-right::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -2px;
  display: block;
  width: 8px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  transform: rotate(-45deg);
}
.p-fv__consultation-inner:hover .c-arrow-right::before {
  background-color: #c5b08e;
}
.c-arrow-right::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: -2px;
  display: block;
  width: 8px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  transform: rotate(45deg);
}
.p-fv__consultation-inner:hover .c-arrow-right::after {
  background-color: #c5b08e;
}
@media screen and (max-width: 1280px) {
  .p-fv__jumbotron {
    left: 15px;
  }
  .p-fv__jumbotron-text {
    font-size: 28px;
  }
  .p-fv__jumbotron-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 960px) {
  .p-fv__jumbotron {
    top: 35%;
  }
  .p-fv__consultation {
    top: 70%;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 360px;
    max-height: 70px;
  }
  .p-fv__consultation-inner {
    flex-direction: row;
    justify-content: flex-start;
    gap: 30px;
    max-width: 350px;
    max-height: 60px;
  }
  .p-fv__consultation-text-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 0;
    padding: 10px 20px 10px 10px;
    border-right: 1px solid #fff;
    border-bottom: none;
  }
  .p-fv__consultation-ja {
    margin-bottom: 0;
    font-size: 18px;
  }
  .c-arrow-right {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__jumbotron {
    top: 55%;
  }
  .p-fv__consultation {
    top: 80%;
  }
  .p-fv__jumbotron-text {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .p-fv__jumbotron-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 590px) {
  .item-kv {
    height: 100vh;
  }
  .p-fv__jumbotron {
    top: 70%;
  }
  .p-fv__consultation {
    top: 60%;
    max-width: 320px;
    max-height: 60px;
  }
  .p-fv__consultation-inner {
    max-height: 50px;
    max-width: 310px;
  }
  .p-fv__jumbotron-text {
    font-size: 14px;
  }
  .p-fv__jumbotron-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .p-fv__consultation {
    top: 84%;
  }
  .p-fv__jumbotron-en {
    font-size: 14px;
    padding-left: 0;
  }
  .p-fv__consultation-en {
    font-size: 14px;
  }
}
/* 今のお悩みをチェック
-----------------------------------------------*/
.p-check {
  position: relative;
  background: #023057;
}
.p-check__text-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px 35px 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.p-check__text-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  letter-spacing: 0.06em;
}
.p-check__text-ja {
  font-size: 26px;
  line-height: 1.5;
}
/*お悩みコンテンツ*/
.p-check__title-box {
  display: flex;
  justify-content: space-between;
  padding: 45px 35px 70px;
}
.p-check__title {
  width: 350px;
  color: #fff;
  font-size: 40px;
  padding-top: 45px;
  padding-right: 10px;
}
.p-check__title span {
  display: block;
  text-align: right;
  padding-top: 10px;
}
.p-check__title-img {
  max-width: 380px;
  margin-top: -60px;
}
.p-check__title-img__tab {
  display: none;
}
.p-check__item-box {
  width: 40%;
  padding-top: 60px;
}
.p-checkbox__label {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  margin-bottom: 5px;
  cursor: pointer;
}
.p-checkbox__input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.p-checkbox__text {
  color: #fbfbfb;
  font-size: 16px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  line-height: 2;
}
.p-checkbox__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.29);
  background-color: rgba(255, 255, 255, 0.2);
}
.p-checkbox__input:checked + .p-checkbox__text::before {
  border-color: #3498db;
}
.p-checkbox__input:checked + .p-checkbox__text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 10px;
  height: 15px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.p-check__btn {
  margin-inline: auto;
}
.shape-check-bottom {
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .p-check__title-img {
    display: none;
  }
  .p-check__title-img__tab {
    display: block;
    padding-top: 30px;
    margin: 0 auto;
    width: 280px;
  }
  .p-check__item-box {
    width: 60%;
    display: flex;
    align-items: center;
  }
  .p-check__text-box {
    display: block;
  }
  .p-check__text-en {
    padding-bottom: 15px;
  }
  .p-check__title {
    padding-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .p-check__title {
    font-size: 26px;
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .p-check__text-box {
    padding: 0 15px 35px 15px;
  }
  .p-check__title-box {
    padding: 25px 15px 70px;
  }
  .p-check__text-en {
    font-size: 20px;
  }
}
@media screen and (max-width: 590px) {
  .p-check {
    padding-top: 45px;
  }
  .p-check__title-box {
    display: block;
  }
  .p-check__text-en {
    font-size: 14px;
  }
  .p-check__text-ja {
    font-size: 22px;
}
  .p-check__title {
    font-size: 24px;
    text-align: center;
    padding-top: 0;
    padding-right: 0;
  }
  .p-checkbox__text {
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .p-checkbox__label {
    padding-left: 30px;
  }
  .p-checkbox__text::before {
    width: 15px;
    height: 15px;
  }
  .p-check__title, .p-check__item-box {
    width: 100%;
  }
  .p-check__title span {
    text-align: center;
  }
  .p-check__text-box {
    padding: 0 0 35px 0;
  }
  
}
/* 安心して治療を受けて頂くために
-----------------------------------------------*/
.p-safe {
  position: relative;
  padding-bottom: 380px;
}
.p-safe__inner {}
.p-safe__title {
  color: #fff;
  font-size: 250px;
  font-family: 'Cormorant Garamond', serif;
  padding-top: 60px;
}
.p-safe__subtitle {
  margin-top: 15px;
  margin-bottom: 50px;
  text-align: center;
}
.p-safe__subtitle h2 {
  font-size: 40px;
  line-height: 1.75;
}
.p-safe__text-box {
  text-align: center;
}
.p-safe__text {
  font-size: 18px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  line-height: 2.3;
}
.p-safe__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1000px;
  opacity: 0.2;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-safe__title {
    font-size: 150px;
    padding-top: 100px;
  }
  .p-safe__subtitle h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 590px) {
  .p-safe__title {
    font-size: 90px;
  }
  .p-safe__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .p-safe__text br {
    display: none;
  }
  .p-safe {
    padding-bottom: 200px;
  }
  
}
/* ケース
-----------------------------------------------*/
.p-case {
  position: relative;
  background: linear-gradient(185deg, #b9a077, #ccba9c);
  padding-top: 100px;
}
/*症例スライダー*/
/*ナビメニュー*/
.nav-case {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.nav-case__btn {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  text-align: center;
  padding: 20px 15px;
  border-right: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  transition: opacity .5s ease;
}
.nav-case__btn:last-child {
  border-right: none;
}
.nav-case__btn span {
  margin-left: 10px;
  font-size: 40px;
  font-family: 'Noto Sans CJK JP', sans-serif;
}
.nav-case__btn.current {
  position: relative;
}
.nav-case__btn.current::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 19px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/tryangle-bottom.png);
}
.nav-case__btn:hover {
  opacity: .7;
}

@media screen and (max-width: 590px) {
  .nav-case__btn {
    font-size: 16px;
    padding: 10px;
  }
  .nav-case__btn span {
    margin-left: 0;
    font-size: 24px;
  }
  .nav-case__btn.current::after {
    width: 10px;
    height: 9px;
    bottom: -10px;
  }
  .nav-case {
    margin-bottom: 30px;
  }
}

/*スライダーコンテンツ*/
.slider-case {
  position: relative;
  width: 100%;
  margin: auto;
}
.item-case {
  box-sizing: border-box;
  padding: 15px;
}
.p-case__flex-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 60px;
  padding: 65px 15px 0;
}
.p-case__before, .p-case__after {
  width: 50%;
}
.p-case__img {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.p-case__img img {
  border-radius: 10px;
}
.p-case__label--before, .p-case__label--after {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #b9a076;
  font-size: 24px;
  font-family: 'Cormorant Garamond', serif;
  line-height: calc(37 / 30);
  letter-spacing: 0.06em;
  background-color: #fff;
  border-radius: 50%;
}
.p-case__label--before {
  top: -65px;
  left: -45px;
}
.p-case__label--after {
  top: -65px;
  right: -45px;
}
.p-case__contents--before, .p-case__contents--after {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  width: 100%;
  max-width: 570px;
  margin-inline: auto;
}
.p-case__text-box {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 10px 30px 10px 10px;
}
.p-case__text-title {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: calc(23 / 19);
}
.p-case__text-description {
  margin-left: 15px;
  line-height: 1.75;
  font-size: 16px;
}
.p-case__contents--after div:nth-child(even) {
  padding: 20px 30px;
}
.p-case__text-box ul {
  margin-left: 15px;
}
.p-case__text-box ul li {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.75;
}
.p-case__text-box ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .p-case__label--before,
  .p-case__label--after {
    top: -65px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .p-case__flex-box {
    padding: 65px 0 0;
  }
  .item-case {
    padding: 15px 0;;
  }
}
@media screen and (max-width: 590px) {
  .p-case__flex-box {
    padding: 35px 0 0;
    gap: 7px;
  }
  .p-case__text-box,
  .p-case__contents--after div:nth-child(even) {
    padding: 20px 10px;
  }
  .p-case__text-description,
  .p-case__text-box ul {
    margin-left: 0;
  }
  .p-case__label--before, .p-case__label--after {
    top: -35px;
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
  .p-case__text-title {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 1.5;
  }
  .p-case__text-description {
    line-height: 1.5;
    font-size: 14px;
  }
  .p-case__text-box ul li {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.5;
  }
}
/* あきらめる前に知ってほしい選択肢
-----------------------------------------------*/
.p-choice {
  position: relative;
  padding-top: 100px;
}
.p-choice__flex-box {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 220px;
  padding-left: 35px;
  padding-right: 35px;
}
.p-choice__contents {
  width: 40%;
}
.p-choice__title-box {
  margin-bottom: 60px;
}
.p-choice__sub-title {
  margin-bottom: 20px;
  color: #2a2a2a;
  font-size: 22px;
}
.p-choice__title {
  color: #2a2a2a;
  font-size: 40px;
  line-height: 1.75;
}
.p-choice__title span.pl-50 {
  margin-left: 50px;
}
.p-choice__img-box {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 500px;
  margin-inline: auto 0;
}
.p-choice__list-box {
  position: relative;
  z-index: 30;
  width: 60%;
  padding-left: 60px;
}
.p-choice__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-choice__item {
  display: flex;
  align-items: center;
  height: 120px;
  padding: 45px 30px;
  border: 1px solid #ac8522;
  background-color: #fff;
  border-radius: 10px;
}
.p-choice__item-label {
  color: #ac8522;
  font-size: 24px;
  font-family: 'Cormorant Garamond', serif;
  width: 25%;
}
.p-choice__item-label span {
  margin-left: 10px;
  font-size: 30px;
  font-family: 'Shippori Mincho', serif;
  line-height: calc(36 / 30);
  letter-spacing: 0.06em;
}
.p-choice__item-text {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  line-height: calc(45 / 20);
  width: 75%;
}
.p-choice__text {
  position: relative;
  z-index: 30;
  color: #ac8522;
  font-size: 22px;
  line-height: 1.75;
  text-align: center;
}
.p-choice__message-box {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.p-choice__message {
  width: 90%;
  color: #fff;
  font-size: 140px; /* 本来は180px */
  font-family: 'Cormorant Garamond', serif;
  margin: 0 auto;
}
.p-choice__message span {
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 1480px) {
  .p-choice__title br {
    display: none;
  }
  .p-choice__title span.pl-50 {
    display: inline;
    margin-left: 0;
  }
  .p-choice__message {
    font-size: 100px;
  }
  .p-choice__item {
    align-items: center;
    height: 120px;
    padding: 25px;
  }
}
@media screen and (max-width: 1180px) {
  .p-choice__title {
    font-size: 26px;
  }
  .p-choice__sub-title {
    font-size: 16px;
  }
  .p-choice__list-box {
    padding-left: 30px;
  }
   .p-choice__message {
    font-size: 60px;
  }
  .p-choice__message br {
    display: none;
  }
  .p-choice__message,
  .p-choice__message span {
    text-align: center;
  }
  .p-choice__message-box {
    bottom: 95px;
  }
}
@media screen and (max-width: 768px) {
  .p-choice__flex-box {
    display: block;
  }
  .p-choice__contents, .p-choice__list-box {
    width: 100%;
  }
  .p-choice__title {
    text-align: center;
  }
  .p-choice__title span.pl-50 {
    display: inline-block;
  }
  .p-choice__message-box {
    bottom: 125px;
  }
}
@media screen and (max-width: 590px) {
  .p-choice__flex-box {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 100px;
  }
  .p-choice__sub-title {
    text-align: center;
  }
  .p-choice__list-box {
    padding-left: 0;
  } 
  .p-choice__item {
    height: auto;
    padding: 25px 10px;
  }
  .p-choice__item-label {
    font-size: 14px;
    text-align: center;
  }
  .p-choice__item-label span {
    font-size: 24px;
    margin-left: 0;
  }
  .p-choice__item-text {
    line-height: 1.5;
    padding-left: 10px;
  }
  .p-choice__message {
    font-size: 30px;
  }
  .p-choice__text {
    font-size: 16px;
  }
  .p-choice__message-box {
    bottom: 70px;
  }
  .p-choice__title-box {
    margin-bottom: 30px;
  }
}
/* 治療の流れ
-----------------------------------------------*/
.p-flow {
  background: #fff;
}
.slider-flow {
  position: relative;
  width: 100%;
  margin: auto;
}
.item-flow {
  padding: 0 15px;
}
/* スライダーの中身 */
.p-flow__step-box {
  margin-bottom: 100px;
}
.p-flow__step-img {
  position: relative;
  margin-bottom: 95px;
}
.p-flow__step-label {
  position: absolute;
  bottom: -77px;
  left: 0;
  z-index: 10;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: 500;
}
.p-flow__step-label span {
  margin-left: 10px;
  color: #2a2a2a;
  font-size: 120px;
  font-family: 'Shippori Mincho', serif;
  line-height: calc(144 / 120);
}
.p-flow__step-title {
  margin-bottom: 25px;
  font-size: 24px;
}
.p-flow__step-text {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  line-height: 1.75;
}
@media screen and (max-width: 960px) {
  .p-flow__step-label span {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__step-title {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .item-flow {
    padding: 0 5px;
  }
  .p-flow__step-label span {
    font-size: 50px;
  }
}
/* 当院が選ばれる理由
-----------------------------------------------*/
.p-reason {
  position: relative;
  width: 100%;
}
.p-reason__flex-box {
  display: flex;
  justify-content: space-between;
  gap: 90px;
  position: relative;
  z-index: 2;
}
.p-reason__list {
  width: calc(435 / 1520 * 100%); /* 本来はcalc(510 / 1520 * 100%) */
  margin-top: 100px;
}
.p-reason__list li {
  padding: 25px 30px;
  border-bottom: 1px solid #d6d6d4;
}
.p-reason__list li:first-child {
  padding-top: 0;
}
.p-reason__list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.p-reason__contents {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.p-reason__item-label {
  margin-bottom: 10px;
  color: #ac8522;
  font-size: 24px;
  font-family: 'Cormorant Garamond', serif;
  line-height: calc(29 / 24);
  letter-spacing: 0.06em;
}
.p-reason__item-label span {
  margin-left: 10px;
  font-size: 30px;
  font-family: 'Shippori Mincho', serif;
  line-height: calc(36 / 30);
  letter-spacing: 0.06em;
}
.p-reason__item-text {
  margin-left: 30px;
  font-size: 18px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  line-height: 1.75;
}
.p-faq__accordion-text a,
.p-reason__item-text a {
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
}
.p-reason__item-text a {
  color: #FFF;
  background: #ac8522;
}
.p-faq__accordion-text a {
  color: #ac8522;
  background: #efe6d7;
}
.p-reason__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.p-reason__title-box {
  text-align: center;
}
.p-reason__title {
  margin-bottom: 60px;
  color: #2a2a2a;
  font-size: 40px;
  line-height: calc(85 / 50);
}
.p-reason__subtitle {
  color: #2a2a2a;
  line-height: calc(85 / 16);
}
.p-reason__img-box {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}
.p-reason__img-box img {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .p-reason__contents {
    width: 350px;
    margin: 0 auto;
  }
  .p-reason__title {
    font-size: 30px;
  }
  .p-reason__list {
    width: 30%;
  }
  .p-reason__list li {
    padding: 25px 0;
  }
}
@media screen and (max-width: 960px) {
  .p-reason__contents {
    position: relative;
    width: 100%;
  }
  .p-reason__list {
    width: 50%;
  }
  .p-reason__flex-box {
    gap: 30px;
  }
  .p-reason__item-text {
    margin-left: 0;
  }
}
@media screen and (max-width: 590px) {
  .p-reason__title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .p-reason__list {
    margin-top: 30px;
  }
  .p-reason__flex-box {
    display: block;
    gap: 10px;
    }
  .p-reason__list {
    width: 100%;
    }
  .p-reason__item-text {
    font-size: 16px;
    line-height: 1.5;
  }
  .p-reason__list li {
    padding: 15px 0;
  }
  .p-reason__img-box {
    width: 100%;
    max-width: 250px;
  }
  .p-reason__item-label {
    font-size: 14px;
  }
  .p-reason__list li:last-child {
    border-bottom: 1px solid #d6d6d4;
  }
}
/* なぜインプラント治療を選ぶのか
-----------------------------------------------*/
.p-why {
  position: relative;
}
.p-why__inner {
  max-width: 1280px;
  margin: 0 auto;
  color: #fff;
  position: absolute;
  bottom: 150px;
  right: 0;
  left: 0;
}
.p-why__bg-img {
  width: 100%;
  height: 1350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/why-bg-img.png);
  background-position: center;
}
.p-why__title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 0 30px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.p-why__title-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 50px;
}
.p-why__title-ja {
  font-size: 26px;
}
.p-why__text-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 30px;
  padding: 0 45px 0 70px;
}
.p-why__text--left {
  width: 50%;
  font-size: 35px;
  line-height: 1.75;
}
.p-why__text--right {
  width: 50%;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  line-height: 1.75;
}
.p-why__name {
  font-size: 26px;
  line-height: calc(85 / 26);
  text-align: right;
}
.shape-why-head {
  position: absolute;
  top: -2px;
  z-index: 2;
}
.shape-why-bottom {
  position: absolute;
  bottom: -2px;
  z-index: 2;
}
@media screen and (max-width: 1380px) {
 .p-why__inner {
   padding-left: 15px;
   padding-right: 15px;
  }
  .p-why__text-box {
    padding: 0;
  }
  .p-why__title-box {
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 960px) {
  .p-why__text-box {
    display: block;
  }
  .p-why__text--left {
    width: 100%;
  }
  .p-why__text--right {
    width: 100%;
  }
  .p-why__bg-img {
    background-position: center right 20%;
  }
}
@media screen and (max-width: 590px) {
  .p-why__bg-img {
    height: 1200px;
    background-image: url(../images/why-bg-img_sp.png);
    background-position: bottom right;
}
  .p-why__inner {
    bottom: 60px;
    padding-bottom: 300px;
  }
  .p-why__title-en {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .p-why__title-ja {
    font-size: 16px;
    }
  .p-why__title-box {
    display: block;
    margin-bottom: 30px;
  }
  .p-why__title-en,
  .p-why__title-ja {
    width: 100%;
  }
  .p-why__text--left {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .p-why__name {
    font-size: 14px;
    line-height: calc(85 / 26);
  }
   .p-why__text--right {
     font-size: 14px;
  }
}
/* 歯を失った時の方法を比較
-----------------------------------------------*/
.p-compare {
  background: #fff;
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
}
.p-compare__inner {
  max-width: 1480px;
  margin: 0 auto;
}
.p-compare__title-en {
  margin-bottom: 10px;
  color: #ac8522;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  line-height: calc(22 / 18);
}
.p-compare__title {
  margin-bottom: 30px;
  color: #2a2a2a;
  font-size: 54px;
  line-height: 1.75;
}
.p-compare__subtitle {
  color: #2a2a2a;
  line-height: calc(42 / 20);
}
.p-compare__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 40px;
}
.p-compare__item {
  width: 33.33333333333333%;
  padding-top: 110px;
  padding-left: 45px;
  padding-right: 45px;
  border-right: 1px solid #d6d6d4;
}
.p-compare__item:last-child {
  border-right: none;
}
.p-compare__item-contents {
  margin-bottom: 50px;
  padding: 30px 20px 25px 30px;
  border: 1px solid #aa8c5a;
  border-radius: 10px;
}
.p-compare__item-mark {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  background-color: #ac8522;
  border-radius: 50%;
}
.p-compare__item-flex-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.p-compare__item-title-box {
  text-align: center;
}
.p-compare__item-title-en {
  color: #ac8522;
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  line-height: calc(43 / 36);
}
.p-compare__item-title-ja {
  color: #2a2a2a;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  line-height: calc(36 / 16);
}
.p-compare__item-img {
  width: 100%;
  max-width: 330px;
}
.p-compare__item-label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #ac8522;
  font-size: 17px;
  line-height: calc(40 / 17);
  text-align: right;
}
.p-compare__item-label span {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border: 2px solid #ac8522;
  border-radius: 50%;
}
.p-compare__item:last-child .p-compare__item-label {
  color: #8e8e8e;
}
.p-compare__item:last-child .p-compare__item-label span { /* 三角形の作成 */
  position: relative;
  display: inline-block;
  width: 23px;
  height: 18px;
  background: #8e8e8e;
  border: none;
  border-radius: 0;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
.p-compare__item:last-child .p-compare__item-label span::before { /* 三角形の中の白い部分 */
  content: "";
  position: absolute;
  bottom: 1.5px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 17.5px;
  height: 13.7px;
  background: #ffffff;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
.p-compare__item-text {
  padding: 0 10px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .p-compare__item {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-compare__item-text {
    padding: 0;
  }
  .p-compare__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-compare__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 590px) {
  .p-compare {
        padding-top: 60px;
    }
  .p-compare__list {
    display: block;
    padding-top: 20px;
  }
  .p-compare__item {
    width: 100%;
    border-right: none;
  }
  .p-compare__item {
    padding: 20px 5px;
  }
  .p-compare__item-text {
    text-align: left;
  }
  .p-compare__title-en {
    font-size: 14px;
  }
  .p-compare__item-contents {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .p-compare__item-mark {
    width: 10px;
    height: 10px;
  }
  .p-compare__item-title-en {
    font-size: 24px;
  }
  .p-compare__item-label {
    justify-content: center;
    font-size: 14px;
  }
  .p-compare__item-label span {
    width: 15px;
    height: 15px;
  }
  .p-compare__item-flex-box {
    margin-bottom: 10px;
  }
}


/* 噛めない未来のリスクとは
-----------------------------------------------*/
.p-risk {
  position: relative;
}
.p-risk__bg-img {}
.p-risk__inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(185deg, #bfa882, #ccba9c);
}
.p-risk__title-box {
  max-width: 1680px;
  margin-bottom: 70px;
  text-align: center;
}
.p-risk__title-ja {
  margin-bottom: 30px;
  color: #fff;
  font-size: 50px;
  line-height: 1.75;
}
.p-risk__title-en {
  color: #fff;
  line-height: calc(85 / 16);
}
.p-risk__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-risk__item {
  width: 260px;
  height: 260px;
  padding: 65px 0 50px 0;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 10px 10px; 
}
.p-risk__item-label {
  margin-bottom: 20px;
  color: #ac8522;
  font-size: 24px;
  font-family: 'Cormorant Garamond', serif;
}
.p-risk__item-label span {
  margin-left: 10px;
  font-size: 30px;
  font-family: 'Shippori Mincho B1', serif;
}
.p-risk__item-text {
  color: #434343;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  line-height: 1.75;
}

@media screen and (max-width: 1680px) {
  .p-risk__list {
    max-width: 1380px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .p-risk__title-ja {
    font-size: 40px;
  }
}
@media screen and (max-width: 960px) {
  .p-risk__title-ja {
    font-size: 35px;
  }
}
@media screen and (max-width: 590px) {
  .p-risk__title-ja {
    font-size: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-risk__title-box {
    margin-bottom: 30px;
  }
  .p-risk__item {
    width: 90%;
    height: auto;
    padding: 25px 15px;
    margin: 0 5px 10px;
    border-radius: 10px;
  }
  .p-risk__item-text br {
    display: none;
  }
  .p-risk__item-label {
    font-size: 14px;
  }
}

/* よくあるご質問
-----------------------------------------------*/
.p-faq {
  position: relative;
  background: #fff;
  padding-top: 150px;
  padding-bottom: 60px;
}
.faq-wrap {
  display: flex;
  justify-content: center;
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.faq-wrap .faq-title {
  width: 40%;
}
.faq-wrap .p-faq__inner {
  width: 60%;
}
/* アコーディオン */
.p-faq__accordion {}
.p-faq__accordion-item {
  margin-bottom: 20px;
}
.p-faq__accordion-title, 
.p-faq__accordion-text {
  width: 100%;
  padding: 30px 20px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  line-height: calc(45 / 20);
  border-bottom: 1px solid #d6d6d4;
  cursor: pointer;
}
.p-faq__accordion-item:last-child .p-faq__accordion-title, .p-faq__accordion-item:last-child .p-faq__accordion-text {
  /* border-bottom: none; */
}
.p-faq__accordion-title span, 
p.p-faq__accordion-text span {
  color: #2d4b63;
  font-size: 24px;
  font-family: 'Cormorant Garamond', serif;
  line-height: calc(29 / 24);
  width: 40px;
}
.p-faq__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.p-faq__accordion-item.is-open .p-faq__accordion-content {
  max-height: 1000px;
}
@media screen and (max-width: 590px) {
  .faq-wrap {
    display: block;
  }
  .faq-wrap .p-faq__inner {
    width: 100%;
  }
  .p-faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-faq__accordion-title, 
  .p-faq__accordion-text {
    gap: 15px;
    padding: 15px 20px;
    line-height: 1.5;
  }
  .p-faq__accordion-item {
    margin-bottom: 0;
  }
  .p-faq__accordion-title span, 
  p.p-faq__accordion-text span {
    width: 40px;
    padding-right: 0;
  }
  .faq-wrap .faq-title {
    width: 100%;
  }
}
/* 料金について
-----------------------------------------------*/
.p-price {
  position: relative;
}
.p-price__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.p-price__description {
  margin-bottom: 90px;
  line-height: calc(24 / 20);
  text-align: center;
}
.p-price__list-inner {
  margin-bottom: 70px;
  padding: 100px;
  background-color: #fff;
  border-radius: 10px;
}
.p-price__list-tax {
  margin-right: 20px;
  margin-bottom: 10px;
  line-height: calc(24 / 20);
  text-align: right;
}
.p-price__list-inner .p-price__list-contents:first-of-type {
  margin-bottom: 140px;
}
.p-price__list-inner .p-price__list-contents:nth-of-type(2) {
  margin-bottom: 190px;
}

.p-price__list-inner　.p-case__btn:hover {
  background: #b9a076!important;
}
.p-price__list-title {
  width: 100%;
  margin-bottom: 50px;
  padding: 37px 0;
  text-align: center;
  border-top: 1px solid #d6d6d4;
  border-bottom: 1px solid #d6d6d4;
}
.p-price__list-title h3 {
  color: #917c58;
  font-size: 26px;
  line-height: calc(31 / 26);
}
.p-price__list-title p {
  margin-top: 20px;
  line-height: calc(24 / 20);
}
.p-price__list-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-price__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.p-price__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.p-price__item-title {
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1.75;
}
.p-price__item-title span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #b9a076;
}
.p-price__item-fee {
  color: #b9a076;
  font-size: 22px;
  line-height: 1.75;
  padding-left: 100px;
}
/* 医療費控除とは */
.p-expenses__title-box {
  margin-bottom: 70px;
  width: 100%;
  max-width: 770px;
  margin-inline: auto;
}
.p-expenses__title {
  display: flex;
  align-items: first baseline;
  margin-bottom: 30px;
  padding: 25px;
  color: #022b4f;
  font-size: 60px;
  border-bottom: 1px dotted #707070;
}
.p-expenses__title span {
  margin-left: 50px;
  color: #2a2a2a;
  font-size: 18px;
  font-family: 'Shippori Mincho', serif;
}
.p-expenses__text {
  padding-inline: 10px;
  color: #2d2d2d;
  line-height: calc(32 / 16);
  letter-spacing: 0.08em;
  text-align: center;
}
.p-expenses__note {
  margin-bottom: 130px;
  color: #3c3c3c;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  line-height: calc(40 / 16);
  text-align: center;
}
.p-expenses__case {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  margin-inline: auto;
}
.p-expenses__case-img {
  width: 45%;
}
.p-expenses__case-contents {
  width: 55%;
}
.p-expenses__case-title-box {
  margin-bottom: 30px;
}
.p-expenses__case-title {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 30px;
  padding: 0 10px;
  color: #022b4f;
  line-height: calc(45 / 16);
  border-bottom: 1px solid #cecece;
}
.p-expenses__case-title span {
  margin-inline: 10px;
  font-size: 26px;
  line-height: calc(45 / 26);
}
.p-expenses__case-subtitle-box {
  display: flex;
  align-items: center;
}
.p-expenses__case-subtitle {
  padding: 0 20px;
  color: #2d2d2d;
  line-height: calc(32 / 16);
  border-left: 1px solid #d6d6d4;
  border-right: 1px solid #d6d6d4;
}
.p-expenses__case-subtitle:first-child {
  border-right: none;
}
.p-expenses__case-subtitle span {
  margin-left: 10px;
  color: #b9a076;
  font-size: 18px;
  line-height: calc(45 / 18);
}
.p-expenses__case-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.p-expenses__case-item {
  display: flex;
  align-items: center;
}
.p-expenses__case-item-label {
  font-size: 16px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  line-height: calc(45 / 16);
  min-width: 100px;
}
.p-expenses__case-item-label span {
  margin-left: 10px;
  font-size: 30px;
  font-family: 'Shippori Mincho', serif;
  line-height: calc(36 / 30);
}
.p-expenses__case-item-text {
  color: #3c3c3c;
  font-size: 15px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  line-height: calc(30 / 15); /* 本来は 45 / 15 */
}
.p-expenses__case-item-text span {
  color: #b9a076;
}
.p-price__case-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}
.p-price__case-item {
  width: 30%;
  text-align: center;
}
.p-price__case-item-img {
  width: 100%;
  max-width: 220px;
  margin-inline: auto;
  margin-bottom: 20px;
}
.p-price__case-item-label {
  color: #bea26d;
  font-size: 24px;
  font-family: 'Cormorant Garamond', serif;
  line-height: calc(29 / 24);
}
.p-price__case-item-label span {
  margin-left: 5px;
  font-size: 30px;
  font-family: 'Shippori Mincho', serif;
  line-height: calc(36 / 30);
}
.p-price__case-item-text {
  margin-bottom: 30px;
  
  line-height: calc(45 / 20);
}
.p-price__case-item-btn {
  width: 100%;
  max-width: 320px;
  padding: 15px 0;
  color: #fff;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  line-height: 1.5;
  background-color: #959595;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.p-price__case-item-btn:hover {
  background-color: #b9a076;
}
img.case-more {
  padding-left: 15px;
  padding-right: 15px;
}

.p-price__case-item-btn.case-more {
  display: block;
  margin: 0 auto;
  background: none;
  border: 1px solid;
  text-align: center;
}
.p-price__case-item-btn.case-form {
  background: none;
  color: #2a2a2a;
  display: inline;
  border-radius: 0;
}
/*tab*/
.tab-wrap {
  margin: 0 auto;
}
.tab-wrap ul.tab {
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  margin: 0 auto;
}
.tab-wrap ul.tab li {
  background: #fff;
  border: 1px solid #022B4F;
  border-radius: 100vh;
}
.tab-wrap ul.tab li {
  width: 48%;
  padding: 15px 0;
  text-align: center;
  list-style: none;
  cursor: pointer;
}
.tab-wrap ul.tab li.show {
  background: #022B4F;
  color: #fff;
  border: 1px solid #022B4F;
  border-radius: 100vh;
}
.tab-contents {
  display: none;
}
.tab-contents.show {
  display: block;
  padding: 60px 0;
}
.tab-contents img.koujyo {
  display: block;
  max-width: 996px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .p-price__list-inner {
    padding: 100px 40px;
  }
  .p-price__item-fee {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .p-price__list-box {
    display: block;
  }
  .p-expenses__case-item {
    display: block;
  }
  .p-price__case-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-price__list-inner {
    padding: 100px 15px;
  }
  .p-expenses__case {
    display: block;
  }
  .p-expenses__case-img,
  .p-expenses__case-contents {
    width: 100%;
  }
  .p-expenses__case-title {
    display: block;
    margin: 0 auto 15px;
    text-align: center;
  }
  .p-expenses__case-subtitle-box {
    justify-content: center;
  }
  .koujyo-wrap {
    overflow-x: scroll;
  }
  .tab-contents img.koujyo {
    min-width: 600px;
  }
  .tab-contents.show {
    padding: 60px 0 10px;
  }
  .p-price__case-item {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 590px) {
  .p-price__item {
    display: block;
  }
  .p-price__item-title {
    width: 100%;
    font-size: 14px;
  }
  .p-price__item-fee {
    width: 100%;
    text-align: right;
  }
  .p-expenses__title {
    display: block;
    line-height: 0.65;
    padding: 15px 0;
    font-size: 30px;
  }
  .p-expenses__title span {
    font-size: 16px;
  }
  .p-expenses__title span {
    margin-left: 0;
  }
  .p-expenses__text {
    text-align: left;
  }
  .p-price__case-item {
    width: 48%;
  }
  .p-price__list-inner .p-price__list-contents:first-of-type,
  .p-price__list-inner .p-price__list-contents:nth-of-type(2) {
    margin-bottom: 100px;
  }
  .p-price__description {
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .p-price__list-inner {
    padding: 40px 15px;
  }
  .p-price__list-title {
    margin-bottom: 30px;
    padding: 17px 0;
  }
  .p-price__list-title h3 {
    font-size: 20px;
  }
  .p-price__item-fee {
    font-size: 16px;
  }
  .p-price__list {
    gap: 10px;
  }
  .p-price__list-title p {
    margin-top: 14px;
  }
  .tab-wrap ul.tab {
    display: block;
  }
  .tab-wrap ul.tab li {
    width: 100%;
    margin-bottom: 5px;
  }
  .p-expenses__case-title span {
    display: block;
  }
  .p-expenses__case-item-text {
    font-size: 15px;
  }
  .p-price__case-item-btn {
    padding: 8px 0;
  }

}

/* モーダル */
.p-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}
.p-modal--active {
  display: block;
}
.p-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(185, 160, 118, 1) 0%, rgba(185, 160, 118, 1) 50%, rgba(2, 43, 79, 1) 50%, rgba(2, 43, 79, 1) 100%);
  z-index: 1;
}
.p-modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.p-modal__wrapper {
  width: 100%;
  max-width: 1680px;
  margin-inline: auto;
}
.p-modal__inner {
  position: relative;
  background-color: #fff;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 30px;
}
.p-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background-color: #b9a076;
  cursor: pointer;
}
.p-modal__close span {
  position: relative;
  display: block;
}
.p-modal__close span::before, .p-modal__close span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 45px;
  background-color: #fff;
}
.p-modal__close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal__close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-modal__flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-height: 750px;
  min-height: 350px;
  overflow-y: scroll;
}
.p-modal__flex-item {
  padding-right: 35px;
}
.p-modal__flex-item .p-price__case-item-img {
  max-width: 350px;
  width: 100%;
}
.p-modal__content .p-modal__wrapper:last-child .p-modal__flex-item:first-child { /* case03のフレックスアイテム */
  width: 40%;
}
.p-modal__content .p-modal__wrapper:last-child .p-modal__flex-item:last-child { /* case03のフレックスアイテム */
  width: 60%;
}
.p-modal__item-img {
  width: 100%;
  width: 250px;
  margin-inline: auto;
  margin-bottom: 20px;
}
.p-modal__content .p-modal__wrapper:last-child .p-modal__item-img { /* case03の画像 */
  width: 100%;
  max-width: 280px;
}
.p-modal__content .p-modal__wrapper:last-child .p-modal__item-img:nth-of-type(2) { /* case03の画像の間隔調整用 */
  margin-top: -100px;
}
.p-modal__text-box {
  margin-bottom: 20px;
  text-align: center;
}
.p-modal__text-ja {
  font-size: 34px;
  line-height: calc(64 / 34);
}
.p-modal__text-en {
  font-size: 14px;
  line-height: calc(28 / 14); /* 本来は 63 / 14 */
}
.p-modal__label {
  text-align: right;
}
.p-modal__label-text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 14.1176471%;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  line-height: calc(45 / 16);
}
.p-modal__label-text span {
  margin-left: 10px;
  font-size: 100px;
  font-family: 'Shippori Mincho', serif;
  line-height: calc(144 / 120);
}
.p-modal__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.p-modal__item-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-modal__item-label {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  line-height: calc(45 / 20);
}
.p-modal__item-label span {
  width: 10px;
  height: 10px;
  background-color: #b9a076;
  border-radius: 50%;
}
.p-modal__item-fee {
  color: #b9a076;
  font-size: 22px;
  line-height: calc(45 / 22);
}
.p-modal__total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 40px;
  
  line-height: calc(45 / 20);
}
.p-modal__total span {
  margin-left: 30px;
  color: #b9a076;
  font-size: 35px;
  line-height: calc(45 / 35);
}
.p-modal__description {
  display: flex;
  align-items: first baseline;
  
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  line-height: calc(45 / 20);
}
/* case03 */
.p-modal__contents-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.p-modal__contents-box .p-modal__text-box {
  margin-bottom: 0;
}
.p-modal__parts-box {
  display: flex;
  align-items: center;
  gap: 50px;
}
.p-modal__parts {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  border: 1px dotted #022b4f;
  border-radius: 50%;
  text-align: center;
}
.p-modal__parts p {
  color: #022b4f;
  font-size: 26px;
  line-height: calc(45 / 26);
}
.p-modal__item-list {
  width: 60%;
}
.p-modal__content .p-modal__wrapper:last-child .p-modal__item {
  margin-bottom: 10px;
}
.p-modal__content .p-modal__wrapper:last-child .p-modal__item:last-child {
  margin-bottom: 20px;
}
.p-modal__content .p-modal__wrapper:last-child .p-modal__total { /* case03の総合計 */
  width: 60%;
  margin-inline: auto;
}

@media screen and (max-width: 1480px) {
  .p-modal__flex {
    max-height: 550px;
  }
}
@media screen and (max-width: 960px) {
  .p-modal__parts {
    width: 100px;
    height: 100px;
  }
  .p-modal__content .p-modal__wrapper:last-child .p-modal__total {
    width: 100%;
  }
  .p-modal__contents-box {
    display: block;
  }
  .p-modal__content .p-modal__wrapper:last-child .p-modal__flex-item:first-child,
  .p-modal__content .p-modal__wrapper:last-child .p-modal__flex-item:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-modal__flex {
    display: block;
    padding: 60px 0 ;
  }
  .p-modal__flex-item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-modal__item-img {
    max-width: 250px;
  }
  .p-modal__label-text {
    justify-content: center;
  }

  .p-modal__label-text span {
    margin-left: 0;
    font-size: 60px;
    line-height: 1.5;
  }
  
  .p-modal__text-ja {
    font-size: 24px;
  }
  .p-modal__item-box {
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .p-modal__item-fee {
    text-align: right;
  }
  .p-modal__flex {
    max-height: 450px;
  }
  .p-modal__inner {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .p-modal__total {
    display: block;
  }
  .p-modal__total span {
    font-size: 25px;
  }
}
@media screen and (max-width: 590px) {
  .p-modal__close {
    width: 45px;
    height: 45px;
  }
  .p-modal__parts-box {
    display: block;
  }
  .p-modal__parts {
    margin: 0 auto;
  }
}
/* お問い合わせ
-----------------------------------------------*/
.p-form-contact {
  position: relative;
}
.contact-wrap {
  background: #fff;
  padding-bottom: 60px;
}
.p-contact__form {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.prof .bold {
  font-weight: 600;
  padding-top: 30px;
}
.p-modal__flex.prof {
  display: block;
  padding: 60px 30px;
}
.floating-wrap {
  display: none;
}
@media screen and (max-width: 590px) {
  .floating-wrap {
    display: block;
  }
  .floating {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
  }
  .floating > div {
    width: 50%;
  }
  .floating > div a {
    padding: 20px 15px;
    color: #fff;
  }
  .floating > div.tel {
    background: #C2A16A;
    text-align: center;
  }
  .floating > div.reserve {
    background: #C7B291;
    text-align: center;
  }
  .floating > div.tel img {
    width: 20px;
    padding-right: 5px;
  }
  .p-modal__flex.prof {
    padding: 30px 0;
  }
}

.btn-CTA {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/btn-CTA.png);
  background-position: center;
  padding: 35px 45px 40px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
}
.btn-CTA span {
  display: block;
  background: rgba(170, 140, 90, 0.6);
  max-width: 200px;
  margin: 0 auto 15px;
  border-radius: 100vh;
  padding: 5px;
  font-size: 16px;
}
.btn-CTA:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .btn-CTA {
    background-size: cover;
    border-radius: 10px;
    background-image: url(../images/btn-CTA-sp.png);
    font-size: 18px;
    padding: 15px 25px 20px!important;
  }
}