@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  letter-spacing: 0;
}

:root {
  scroll-padding: 15rem;
}
@media screen and (max-width: 767px) {
  :root {
    scroll-padding: 7rem;
  }
}

html {
  font-size: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  html {
    font-size: calc(100vw / ((1280 - 1) / 10));
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / (375 / 10));
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  color: #000;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

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

a, a:visited, button {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}
a:hover, a:visited:hover, button:hover {
  opacity: 0.7;
}
a.--no-opacity, a:visited.--no-opacity, button.--no-opacity {
  opacity: 1;
}

.pc_none {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .pc_none {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}

.l-inner {
  max-width: 110rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 34.5rem;
  }
}

.l-main {
  overflow: clip;
}

.l-header {
  height: 14rem;
  background: #1D1600;
  background: -webkit-gradient(linear, left top, left bottom, from(#1D1600), color-stop(10%, #171200), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #1D1600 0%, #171200 10%, rgba(255, 255, 255, 0) 100%);
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 6rem;
  }
}
.l-header__inner {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 1rem 1rem 0;
  }
}
.l-header_logo {
  margin-top: 2.9rem;
  width: 26.9rem;
}
@media screen and (max-width: 767px) {
  .l-header_logo {
    margin-top: 0;
    width: 15.4rem;
  }
}
.l-header_top {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-header_top {
    position: absolute;
    top: 8.4rem;
    right: 1.3rem;
  }
}
.l-header_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header_lang li {
  font-size: 1.2rem;
}
.l-header_lang li a {
  padding: 0.4rem;
}
.l-header_lang li:not(.p-current) a {
  opacity: 0.7;
}
.l-header_lang li:not(:first-child)::before {
  content: "/";
}
.l-header__contact_btn {
  background-color: #B49531;
  padding: 1.4rem 4.2rem;
  display: block;
  text-align: center;
}
.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 6rem;
  }
}
.l-header__list li {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__list li {
    font-size: 1.5rem;
  }
  .l-header__list li::before {
    content: "-";
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header_menu_btn {
    position: relative;
    z-index: 1025;
    width: 4rem;
    height: 4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header_menu_btn::after {
    content: "CLOSE";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1rem;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
    opacity: 0;
  }
  .l-header_menu_btn span {
    border-top: solid 0.2rem;
    width: 2.8rem;
    position: absolute;
    top: 1.9rem;
    left: 0.6rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header_menu_btn span::before, .l-header_menu_btn span::after {
    content: "";
    border-top: solid 0.2rem;
    position: absolute;
    width: 100%;
    left: 0;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header_menu_btn span::before {
    top: -1.1rem;
  }
  .l-header_menu_btn span::after {
    top: 0.7rem;
  }
  .l-header_menu_btn.is-active {
    opacity: 0.6;
  }
  .l-header_menu_btn.is-active::after {
    opacity: 1;
  }
  .l-header_menu_btn.is-active span {
    border-color: transparent;
  }
  .l-header_menu_btn.is-active span::before, .l-header_menu_btn.is-active span::after {
    top: -0.5rem;
    width: 2.4rem;
    left: 0.2rem;
  }
  .l-header_menu_btn.is-active span::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .l-header_menu_btn.is-active span::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-header_menu {
    pointer-events: none;
    position: fixed;
    z-index: 1020;
    background-color: rgba(30, 30, 30, 0.95);
    inset: 0;
    padding: 6.6rem 5.5rem 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .l-header_menu.is-open {
    pointer-events: unset;
    opacity: 1;
  }
}

.l-footer {
  background-color: #1E1E1E;
  color: #ffffff;
}
.l-footer__inner {
  padding: 8rem 11rem 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 4rem 1.5rem 2rem;
  }
}
.l-footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .l-footer_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.l-footer_logo {
  width: 34.1rem;
}
@media screen and (max-width: 767px) {
  .l-footer_logo {
    width: auto;
  }
}
.l-footer__list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  margin-bottom: -2.4rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.l-footer__list li {
  margin-bottom: 2.4rem;
  font-size: 1.5rem;
}
.l-footer_copy {
  font-size: 1.3rem;
  color: #CCCCCC;
  text-align: center;
  white-space: nowrap;
}

.c-ttl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110rem;
  gap: 1rem;
  margin: 0 auto -3.4rem;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6rem;
  }
}
.c-ttl__en {
  width: 55rem;
  font-size: 20rem;
  line-height: 1.28;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-ttl__en {
    width: auto;
    display: block;
    font-size: 8rem;
  }
}
.c-ttl__ja {
  width: 54rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1.26;
  padding-bottom: 1rem;
  color: #311303;
  position: relative;
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .c-ttl__ja {
    font-size: 2rem;
    line-height: 1.3;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
}
.c-ttl__ja__border {
  display: block;
  background-color: #fff;
  width: 6.4rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-ttl__ja__border::before {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #B49531;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-ttl.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-ttl.--reverse .c-ttl__en {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-ttl.--center {
  display: grid;
  place-items: center;
  position: relative;
}
.c-ttl.--center .c-ttl__en {
  color: #EBE8E4;
  width: auto;
  display: block;
  text-align: center;
}
.c-ttl.--center .c-ttl__ja {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-ttl.--center .c-ttl__ja {
    position: relative;
  }
}
.c-ttl.--center .c-ttl__ja__border {
  background-color: #DBD9D4;
}

.c-ttl2 {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  text-align: center;
  background-color: #B49531;
  color: #fff;
  min-width: 37.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 3.6rem;
  padding: 1rem 1rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-ttl2 {
    font-size: 2rem;
    width: 100%;
    padding: 1.1rem 1rem;
    margin: 0 -1.5rem 3rem;
  }
}
@media screen and (min-width: 768px) {
  .c-ttl2.--left {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .c-ttl2.--right {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto 0;
  }
}

@-webkit-keyframes kvZoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes kvZoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  display: none;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
}
.c-modal::-ms-backdrop {
  display: none;
}
.c-modal::backdrop {
  display: none;
}
.c-modal__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.c-modal__container {
  position: relative;
  max-width: 80rem;
  width: 90%;
  max-height: 90vh;
  max-height: 90dvh;
  margin: 5vh auto;
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-modal__container {
    border-radius: 1.2rem;
  }
}
.c-modal__content {
  overflow-y: auto;
}
.c-modal__close {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 3.6rem;
  aspect-ratio: 1;
  cursor: pointer;
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  font-size: 2rem;
}
.c-modal__close:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-modal__close {
    width: 3.4rem;
    top: 0.4rem;
    right: 0.8rem;
  }
}

.c-smoothscroll {
  display: block;
  position: fixed;
  right: 2rem;
  bottom: 4.8rem;
  width: 2.1rem;
  aspect-ratio: 21/87.43;
  z-index: 1010;
}
@media screen and (max-width: 767px) {
  .c-smoothscroll {
    right: 0;
    bottom: 0;
    width: 3.6rem;
    aspect-ratio: 1;
    line-height: 1;
  }
}
.c-smoothscroll a {
  width: 100%;
  height: 100%;
  background: url(../images/prestige/image_scrolltop.png) center/cover;
}
@media screen and (max-width: 767px) {
  .c-smoothscroll a {
    background-image: url(../images/prestige/image_scrolltop_sp.png);
  }
}

.p-kv {
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 108rem;
}
@media screen and (max-width: 767px) {
  .p-kv {
    height: 54.2rem;
  }
}
.p-kv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 12, 0, 0.74);
  z-index: -1;
}
.p-kv__inner {
  padding: 15.8rem 0 33rem;
}
@media screen and (max-width: 767px) {
  .p-kv__inner {
    padding: 13.3rem 0 26.3rem;
    padding: 8.9rem 0 14.7rem;
  }
}
.p-kv__ttlbox__ttl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: 600;
  font-size: 6.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-kv__ttlbox__ttl {
    font-size: 4rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
  }
}
.p-kv__ttlbox__txt {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2;
  color: #EFEFEF;
}
@media screen and (max-width: 767px) {
  .p-kv__ttlbox__txt {
    font-size: 1.5rem;
  }
}
.p-kv__ttlbox__scrollicon {
  display: block;
  position: absolute;
  bottom: 36.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 1.8rem;
  aspect-ratio: 18/120;
  background: url(../images/prestige/image_kv_scrollicon.png) center/cover;
}
@media screen and (max-width: 767px) {
  .p-kv__ttlbox__scrollicon {
    background-image: url(../images/prestige/image_kv_scrollicon_sp.png);
    aspect-ratio: 18/100;
    bottom: 2.5rem;
  }
}
.p-kv__slider {
  height: 108rem;
  aspect-ratio: 2000/1080;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -2;
  margin: 0 auto;
  text-align: center;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-kv__slider {
    height: 56.2rem;
    aspect-ratio: 375/542;
  }
}
.p-kv__slider__inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  width: 100%;
  height: 100%;
}
.p-kv__slider__inner .is-active {
  -webkit-animation: kvZoomUp 10s linear 0s normal both;
          animation: kvZoomUp 10s linear 0s normal both;
}

.p-about {
  background: url(../images/prestige/image_about_bg.png) no-repeat center top/auto 149.2rem, url(../images/prestige/image_about_bg2.jpg) no-repeat center top 149.2rem/contain;
  margin-top: -47.7rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-about {
    background: url(../images/prestige/image_about_bg_sp.png) no-repeat center top/auto 167.45rem, -webkit-gradient(linear, left top, left bottom, from(#EBEAE6), to(#EBEAE6)) no-repeat center top 149.2rem;
    background: url(../images/prestige/image_about_bg_sp.png) no-repeat center top/auto 167.45rem, linear-gradient(#EBEAE6, #EBEAE6) no-repeat center top 149.2rem;
    margin-top: -5.4rem;
  }
}
.p-about__inner {
  padding: 29.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding: 11.6rem 0 0;
  }
}
.p-about__ttl {
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-about__ttl {
    margin-bottom: 3.4rem;
  }
}
.p-about__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-about__cont:nth-child(even) .p-about__cont__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-about__cont:not(:first-child)::before {
  content: "";
  background-color: #F2F0EC;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: -1;
}
.p-about__cont:nth-child(1) {
  padding-bottom: 11.6rem;
}
@media screen and (max-width: 767px) {
  .p-about__cont:nth-child(1) {
    padding-bottom: 6.2rem;
  }
}
.p-about__cont:nth-child(2) {
  padding-top: 8.5rem;
  padding-bottom: 17.7rem;
}
@media screen and (max-width: 767px) {
  .p-about__cont:nth-child(2) {
    padding-top: 5.7rem;
    padding-bottom: 3rem;
  }
  .p-about__cont:nth-child(2) .p-about__cont__item__imgbox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-about__cont:nth-child(2) .p-about__cont__item__txtbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-about__cont:nth-child(3) {
  padding-bottom: 13.6rem;
}
@media screen and (max-width: 767px) {
  .p-about__cont:nth-child(3) {
    padding-bottom: 4.6rem;
  }
}
.p-about__cont:nth-child(4) {
  padding-bottom: 16.8rem;
}
@media screen and (max-width: 767px) {
  .p-about__cont:nth-child(4) {
    padding-bottom: 0;
  }
}
.p-about__cont:nth-child(5) {
  padding-bottom: 13.6rem;
}
@media screen and (max-width: 767px) {
  .p-about__cont:nth-child(5) {
    padding-bottom: 5.1rem;
  }
}
.p-about__cont__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-about__cont__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about__cont__item__imgbox {
  width: 53rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about__cont__item__imgbox {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-about__cont__item__imgbox.--imgbox1 img {
    position: absolute;
    width: 63.4rem;
    max-width: none;
    top: -1.5rem;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__cont__item__imgbox.--imgbox1 img {
    width: 37.5rem;
    max-width: none;
    margin: -2.4rem -1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about__cont__item__imgbox.--imgbox2 img {
    position: absolute;
    top: -3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__cont__item__imgbox.--imgbox2 img {
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about__cont__item__imgbox.--imgbox3 img {
    width: 52rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__cont__item__imgbox.--imgbox3 img {
    width: 37.5rem;
    max-width: none;
    margin-inline: -1.5rem;
    margin-bottom: 3.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about__cont__item__imgbox.--imgbox4 picture {
    position: absolute;
    width: 65rem;
    max-width: none;
    left: -2rem;
    bottom: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__cont__item__imgbox.--imgbox4 picture {
    margin-bottom: 2.3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about__cont__item__imgbox.--imgbox5 img {
    position: absolute;
    width: 63.7rem;
    max-width: none;
    right: 0;
    top: -8.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__cont__item__imgbox.--imgbox5 img {
    margin-top: -0.7rem;
  }
}
.p-about__cont__item__txtbox {
  width: 53rem;
}
@media screen and (max-width: 767px) {
  .p-about__cont__item__txtbox {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-about__cont__item__txtbox__ttl {
  font-size: 4rem;
  line-height: 1.375;
  text-align: center;
  margin-bottom: 4rem;
  color: #7B460F;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}
@media screen and (max-width: 767px) {
  .p-about__cont__item__txtbox__ttl {
    font-size: 2.5rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about__cont__item__txtbox__ttl.--ttl1 {
    margin-bottom: 3.5rem;
  }
  .p-about__cont__item__txtbox__ttl.--ttl2 {
    margin-bottom: 3.9rem;
  }
}
.p-about__cont__item__txtbox__subttl {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  text-align: center;
  margin-bottom: 4.3rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}
@media screen and (max-width: 767px) {
  .p-about__cont__item__txtbox__subttl {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
  }
}
.p-about__cont__item__txtbox__txt {
  display: grid;
  gap: 3rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-about__cont__item__txtbox__txt {
    gap: 2.5rem;
  }
}
.p-about__cont__item__txtbox__note {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 2.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__cont__item__txtbox__note {
    margin-top: 1.6rem;
    text-align: left;
  }
}
.p-about__cont__item__txtbox__img {
  margin-inline: auto;
  margin-bottom: 4rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__cont__item__txtbox__img {
    margin-bottom: 3.5rem;
  }
}
.p-about__cont__item__txtbox__img.--img1 {
  width: 36rem;
}
@media screen and (max-width: 767px) {
  .p-about__cont__item__txtbox__img.--img1 {
    margin-top: 3rem;
    margin-bottom: 3.2rem;
  }
}
.p-about__cont__item__txtbox__img.--img2 {
  width: 34.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__cont__item__txtbox__img.--img2 {
    margin-bottom: 3.6rem;
  }
}
.p-about__cont__item__txtbox__img.--img3 {
  width: 20rem;
}
.p-about__cont__item__txtbox__img.--img4 {
  margin: 4.6rem auto 0;
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .p-about__cont__item__txtbox__img.--img4 {
    margin-top: 3rem;
    width: 30.6rem;
  }
}
.p-about__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin: 5.4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-about__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
  }
}
.p-about__list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-about__list__item__img {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about__list__item__img {
    margin-bottom: 2rem;
  }
}
.p-about__list__item__txtbox {
  background-color: #fff;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  padding: 0.8rem 2rem;
}
.p-about__list__item__txtbox::before {
  content: "";
  width: 0.5rem;
  height: 100%;
  background-color: #B49531;
  position: absolute;
  top: 0;
  left: 0;
}
.p-about__video {
  margin: 10rem auto 0;
  max-width: 100%;
  width: 90rem;
}
@media screen and (max-width: 767px) {
  .p-about__video {
    margin: 5rem auto 0;
  }
}
.p-about__video video {
  width: 100%;
  background-color: #000;
}

.p-doctor__ttl {
  position: absolute;
  top: -4.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-doctor__ttl {
    top: -2rem;
  }
}
.p-doctor__ttl .c-ttl__ja {
  color: #fff;
}
.p-doctor__ttl .c-ttl__en {
  opacity: 0.4;
}
.p-doctor__topic {
  color: #fff;
  padding: 15.2rem 0 11.2rem;
  background: url(../images/prestige/image_doctor_bg.jpg) no-repeat center top/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-doctor__topic {
    padding: 15.45rem 1.5rem 7.25rem;
    background-image: url(../images/prestige/image_doctor_bg_sp.jpg);
  }
}
.p-doctor__topic__item {
  max-width: 110rem;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__topic__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p-doctor__topic__item__imgbox {
  width: 100%;
  max-width: 47rem;
}
.p-doctor__topic__item__txtbox {
  width: 100%;
  max-width: 53rem;
  margin-top: 8.7rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__topic__item__txtbox {
    margin-top: 3.5rem;
  }
}
.p-doctor__topic__item__txtbox__ttl {
  font-size: 4rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3.5rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}
@media screen and (max-width: 767px) {
  .p-doctor__topic__item__txtbox__ttl {
    font-size: 2.5rem;
    line-height: 1.8;
  }
}
.p-doctor__topic__item__txtbox__txt {
  font-size: 1.6rem;
  line-height: 2;
  display: inline-grid;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__topic__item__txtbox__txt {
    font-size: 1.5rem;
  }
}
.p-doctor__conts {
  background: url(../images/prestige/image_doctor_bg2.jpg) center top/contain;
  display: grid;
  gap: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__conts {
    background-image: url(../images/prestige/image_doctor_bg2_sp.jpg);
    gap: 9rem;
    padding: 2rem 1.5rem 3.5rem;
  }
}
.p-doctor__cont {
  max-width: 110rem;
  width: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.p-doctor__cont:first-child {
  margin-top: -4.5rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont:first-child {
    margin-top: 0;
  }
}
.p-doctor__cont__inner {
  background-color: #fff;
  padding: 3rem;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0.3rem 1.6rem 0 rgba(78, 60, 0, 0.1);
          box-shadow: 0 0.3rem 1.6rem 0 rgba(78, 60, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__inner {
    padding: 1.5rem;
  }
}
.p-doctor__cont__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__profile {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .p-doctor__cont__profile--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-doctor__cont__profile__txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__profile__txtbox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-doctor__cont__profile__txtbox__tags, .p-doctor__cont__profile__txtbox__tags2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem 0.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__profile__txtbox__tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
.p-doctor__cont__profile__txtbox__tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 9rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0rem 1rem;
  background-color: #B49531;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__profile__txtbox__tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 2;
  }
}
.p-doctor__cont__profile__txtbox__tag--type1 {
  background-color: #F2F0EC;
  color: #000;
  text-align: left;
  border-left: 0.4rem solid #B49531;
}
.p-doctor__cont__profile__txtbox__tag--type2 {
  background-color: #fff;
  color: #7B460F;
  border: 1px solid;
  border-radius: 0.3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__profile__txtbox__tag--type2 {
    padding-inline: 0.6rem;
  }
}
.p-doctor__cont__profile__txtbox__ttl {
  font-size: 4rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  line-height: 1.3;
  margin: 1.5rem 0 2rem;
  border-bottom: 1px solid #DBD9D4;
  position: relative;
  padding-bottom: 0.9rem;
  padding-left: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__profile__txtbox__ttl {
    font-size: 3.5rem;
    margin-top: 2rem;
  }
}
.p-doctor__cont__profile__txtbox__ttl::after {
  content: "";
  display: block;
  background-color: #B49531;
  height: 2px;
  width: 18rem;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(75%);
          transform: translateY(75%);
}
.p-doctor__cont__profile__txtbox__ttl__en {
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  margin-left: 1.3rem;
  color: #B49531;
  vertical-align: middle;
  margin-bottom: 0.4rem;
}
.p-doctor__cont__profile__txtbox__txt {
  font-size: 1.6rem;
  line-height: 1.625;
  display: inline-grid;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__profile__txtbox__txt {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-doctor__cont__profile__img {
  width: 29rem;
  margin: -7rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__profile__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: -5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__profile__img.--img1 {
    margin-top: -7rem;
  }
}
.p-doctor__cont__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__lists {
    gap: 0;
    margin-top: 3rem;
  }
}
.p-doctor__cont__list {
  background-color: #F2F0EC;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.5rem 3rem 3rem 2.8rem;
  border-left: 0.2rem solid #B49531;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__list {
    padding: 1.8rem 1.1rem;
    border-left: 0.2rem solid #B49531;
  }
}
.p-doctor__cont__list__ttl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 1.6rem;
  font-weight: 600;
  border-bottom: 1px solid #B49531;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__list__ttl {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}
.p-doctor__cont__list__item {
  display: grid;
  gap: 0.9rem;
}
.p-doctor__cont__list__item p {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__list__item p {
    font-size: 0.8rem;
  }
}
.p-doctor__cont__list__item__tag {
  display: inline-block;
  background-color: #B49531;
  color: #fff;
  text-align: center;
  padding: 0 1rem;
  margin: 0 1rem 0.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__list__item__tag {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 0.2rem;
  }
}
.p-doctor__cont__items {
  max-width: 110rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 6.2rem;
  display: grid;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__items {
    margin-top: 3rem;
    gap: 2rem;
  }
}
.p-doctor__cont__item {
  background-color: #fff;
  display: grid;
  grid-template-columns: 48rem 1fr;
  gap: 4rem;
  padding: 3rem;
  -webkit-box-shadow: 0 0.3rem 1rem 0 rgba(78, 60, 0, 0.1);
          box-shadow: 0 0.3rem 1rem 0 rgba(78, 60, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__item {
    display: block;
    padding: 1.5rem;
  }
}
.p-doctor__cont__item__txtbox__ttl {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  background-color: #F2F0EC;
  color: #000;
  padding: 1rem;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__item__txtbox__ttl {
    font-size: 2rem;
    line-height: 1.25;
    background-color: #F2F0EC;
    margin: 2rem 0;
  }
}
.p-doctor__cont__item__txtbox__ttl span:not(.--sm) {
  position: relative;
  padding-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__item__txtbox__ttl span:not(.--sm) {
    padding-left: 1.5rem;
  }
}
.p-doctor__cont__item__txtbox__ttl span:not(.--sm)::before {
  content: "";
  background-color: #B49531;
  width: 0.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-doctor__cont__item__txtbox__txt, .p-doctor__cont__item__txtbox__txt p {
  display: grid;
  gap: 3rem;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__item__txtbox__txt, .p-doctor__cont__item__txtbox__txt p {
    font-size: 1.4rem;
  }
}
.p-doctor__cont__introduction {
  display: grid;
  grid-template-columns: 39rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__introduction {
    display: block;
  }
}
.p-doctor__cont__introduction.--gap40 {
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__introduction__imgbox {
    margin-bottom: 2rem;
  }
}
.p-doctor__cont__introduction__imgbox__txt {
  font-size: 1.6rem;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__introduction__imgbox__txt {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.p-doctor__cont__introduction__itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__introduction__itembox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__introduction__itembox__item {
    margin-inline: auto;
  }
  .p-doctor__cont__introduction__itembox__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.p-doctor__cont__introduction__itembox__item:nth-child(1) {
  width: 31.3rem;
}
.p-doctor__cont__introduction__itembox__item:nth-child(2) {
  width: 27.6rem;
}
.p-doctor__cont__introduction__card {
  padding: 1.5rem;
  border: 1px solid #ccc;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: 26rem 1fr;
  gap: 1.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__introduction__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.p-doctor__cont__introduction__card__ttl {
  font-size: 2rem;
  line-height: 1.3;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: 600;
  vertical-align: top;
  border-bottom: 1px solid #B49531;
  grid-column: 1/-1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.5rem;
  padding-bottom: 0.8rem;
  width: 100%;
}
.p-doctor__cont__introduction__card__ttl::before {
  content: "";
  display: inline-block;
  background: url(../images/prestige/image_doctor_icon.png) no-repeat center/cover;
  width: 2.5rem;
  aspect-ratio: 25/28.83;
  margin-right: 1rem;
}
.p-doctor__cont__introduction__card .--full {
  grid-column: 1/-1;
}
@media screen and (max-width: 767px) {
  .p-doctor__cont__introduction__card__img {
    width: 26rem;
    margin-inline: auto;
  }
}
.p-doctor__cont__introduction__card__txt {
  font-size: 1.2rem;
  line-height: 1.67;
}
.p-doctor__cont__introduction__card__txt2 {
  font-size: 1.5rem;
  line-height: 1.26;
  font-weight: bold;
  margin-top: 1.5rem;
}

.p-case {
  background-color: #F2F0EC;
  padding: 23.2rem 0 9.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding: 14.3rem 0 5.2rem;
  }
}
.p-case__ttl {
  position: absolute;
  top: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-case__ttl {
    top: -2rem;
  }
}
.p-case__cont {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3rem;
  overflow: hidden;
  counter-reset: list-counter;
}
@media screen and (max-width: 767px) {
  .p-case__cont {
    gap: 2rem;
  }
}
.p-case__cont__item {
  counter-increment: list-counter;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-case__cont__item {
    padding: 8rem 0;
  }
}
.p-case__cont__item::after {
  content: "";
  background-color: #fff;
  width: 180rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 50rem 50rem 0;
}
@media screen and (max-width: 767px) {
  .p-case__cont__item::after {
    width: 69.1rem;
    max-width: none;
    right: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50rem;
  }
}
@media screen and (min-width: 768px) {
  .p-case__cont__item:nth-child(even)::after {
    right: 0;
    left: auto;
    border-radius: 50rem 0 0 50rem;
  }
}
.p-case__cont__item__inner {
  max-width: 103.5rem;
  margin-inline: auto;
  padding: 9rem 0 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-case__cont__item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.5rem;
    gap: 2rem;
  }
}
.p-case__cont__item__imgbox {
  max-width: 49rem;
  width: 100%;
}
.p-case__cont__item__imgbox__ttl {
  background: #5B544E;
  background: -webkit-gradient(linear, left top, right top, from(rgb(91, 84, 78)), to(rgb(30, 30, 30)));
  background: linear-gradient(90deg, rgb(91, 84, 78) 0%, rgb(30, 30, 30) 100%);
  color: #fff;
  margin-bottom: 2rem;
  padding: 1rem 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-case__cont__item__imgbox__ttl {
    margin-bottom: 4.8rem;
  }
}
.p-case__cont__item__imgbox__ttl__txt {
  display: inline-block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-case__cont__item__imgbox__ttl__txt {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.p-case__cont__item__imgbox__ttl__txt::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 0.4rem;
  height: 100%;
  position: absolute;
  left: 0;
}
.p-case__cont__item__imgbox__img {
  position: relative;
}
.p-case__cont__item__imgbox__img::after {
  content: "CASE " counter(list-counter, decimal-leading-zero);
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 4rem;
  line-height: 1.275;
  color: #DBD9D4;
  position: absolute;
  bottom: 0;
  left: 1rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: translateX(-100%) rotate(180deg);
          transform: translateX(-100%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p-case__cont__item__imgbox__img::after {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    top: 1.3rem;
    bottom: auto;
    left: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.p-case__cont__item__txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-case__cont__item__txtbox__tag {
  display: inline-block;
  padding: 0 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 0.3rem;
  background-color: #F2F0EC;
  color: #7B460F;
  margin-bottom: 1.5rem;
}
.p-case__cont__item__txtbox__txt {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
}
.p-case__cont__item__txtbox__txt:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-case__cont__item__txtbox__txt:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.p-case__cont__item__txtbox__btn {
  width: 34rem;
  overflow: hidden;
  margin: 4rem auto 0;
}
.p-case__cont__item__txtbox__btn a {
  --themeColor: #B49531;
  --baseColor: #fff;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem;
  text-align: center;
  border: 1px solid var(--themeColor);
  border-radius: 5rem;
  position: relative;
  background-color: var(--baseColor);
  color: var(--themeColor);
}
.p-case__cont__item__txtbox__btn a:hover {
  --themeColor: #fff;
  --baseColor: #B49531;
}
@media screen and (max-width: 767px) {
  .p-case__cont__item__txtbox__btn a {
    line-height: 2;
  }
}
.p-case__cont__item__txtbox__btn a .--icon {
  display: block;
  background-color: var(--themeColor);
  border: 1px solid var(--baseColor);
  color: var(--baseColor);
  border-radius: 50%;
  width: 2rem;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-case__cont__item__txtbox__btn a .--icon::before, .p-case__cont__item__txtbox__btn a .--icon::after {
  content: "";
  width: 1rem;
  aspect-ratio: 9.67/1;
  background-color: var(--baseColor);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.p-case__cont__item__txtbox__btn a .--icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-case__table {
  padding: 7.2rem 5.5rem 8.4rem;
  display: grid;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-case__table {
    padding: 2.4rem 1.2rem;
    gap: 2rem;
  }
}
.p-case__table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-case__table table {
    display: block;
  }
}
.p-case__table th, .p-case__table td {
  border: 1px solid #A08250;
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: bold;
  padding: 0.8rem 1rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-case__table th, .p-case__table td {
    font-size: 1.2rem;
  }
}
.p-case__table th {
  background-color: #E2D7C4;
  color: #111;
  width: 20.9rem;
}
@media screen and (max-width: 767px) {
  .p-case__table th {
    width: 10rem;
  }
}

.p-feature {
  padding-top: 5.3rem;
}
@media screen and (max-width: 767px) {
  .p-feature {
    overflow: hidden;
    padding-top: 0rem;
    margin-top: -2rem;
  }
}
.p-feature__inner {
  padding-bottom: 11.2rem;
}
@media screen and (max-width: 767px) {
  .p-feature__inner {
    padding-bottom: 8rem;
  }
}
.p-feature__ttl {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-feature__ttl {
    margin-bottom: 4rem;
  }
}
.p-feature__ttlbox {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 4rem;
  line-height: 1.3;
  margin-bottom: 5rem;
  text-align: center;
  color: #B49531;
  position: relative;
  padding-block: 4rem;
  display: grid;
  place-items: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-feature__ttlbox {
    font-size: 2.4rem;
    padding-block: 5rem;
    margin-bottom: 4rem;
  }
}
.p-feature__ttlbox::before, .p-feature__ttlbox::after {
  content: "";
  width: 24.8rem;
  aspect-ratio: 248.81/33.5;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  background: url(../images/prestige/image_feature_ttlicon_up.png) center/cover;
}
.p-feature__ttlbox::after {
  background-image: url(../images/prestige/image_feature_ttlicon_down.png);
  top: auto;
  bottom: 0;
}
.p-feature__txt {
  text-align: center;
  display: grid;
  gap: 4rem;
}
.p-feature__list {
  counter-reset: list-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6rem;
  margin-bottom: 8rem;
  gap: 0 6rem;
}
.p-feature__list__item {
  max-width: 52rem;
  width: 100%;
  counter-increment: list-counter;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 0.4rem dotted #B49531;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.p-feature__list__item:nth-last-child(-n+2) {
  border-bottom: 0.4rem dotted #B49531;
}
@media screen and (max-width: 767px) {
  .p-feature__list__item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
.p-feature__list__item:nth-child(odd) .p-feature__list__item__inner {
  position: relative;
}
.p-feature__list__item:nth-child(odd) .p-feature__list__item__inner::after {
  content: "";
  border-right: 0.4rem dotted #B49531;
  position: absolute;
  width: 0.4rem;
  height: 100%;
  top: 0;
  right: -3rem;
}
@media screen and (max-width: 767px) {
  .p-feature__list__item:nth-child(odd) .p-feature__list__item__inner::after {
    content: none;
  }
}
.p-feature__list__item__num {
  text-align: center;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-feature__list__item__num {
    margin-bottom: 1rem;
  }
}
.p-feature__list__item__num::before {
  content: counter(list-counter, decimal-leading-zero);
  font-size: 8rem;
  line-height: 1.28;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: 300;
  text-align: center;
  color: #B49531;
}
@media screen and (max-width: 767px) {
  .p-feature__list__item__num::before {
    content: counter(list-counter, decimal-leading-zero);
    font-size: 5rem;
  }
}
.p-feature__list__item__img {
  margin-bottom: 3rem;
  border-radius: 0 5rem 0 5rem;
  overflow: hidden;
}
.p-feature__list__item__ttl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #B49531;
  font-size: 2.4rem;
  line-height: 1.58;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-feature__list__item__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__list__item__txt {
    font-size: 1.4rem;
    line-height: 1.85;
  }
}
.p-feature__list__item__txt span {
  font-weight: bold;
}
.p-feature__list__item__txtbox {
  font-size: 1.8rem;
  text-align: center;
  background-color: #F2F0EC;
  border-radius: 1rem;
  padding: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-feature__list__item__txtbox {
    font-size: 1.6rem;
    padding: 2rem 1.5rem;
  }
}
.p-feature__list__item__txtbox span {
  color: #C4641F;
  font-weight: bold;
}
.p-feature__conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-feature__conts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5.1rem;
    gap: 3rem;
  }
}
.p-feature__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-feature__cont__circle {
  text-align: center;
  width: 100%;
  aspect-ratio: 1;
  border: 0.4rem dotted #B49531;
  border-radius: 50%;
  padding: 0 4.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-feature__cont__circle {
    border: none;
    margin-bottom: 5.5rem;
    padding: 8.7rem 0;
  }
  .p-feature__cont__circle::before {
    content: "";
    position: absolute;
    border: 0.4rem dotted #B49531;
    height: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    z-index: -1;
  }
}
.p-feature__cont__circle::after {
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #B49531;
  width: 10.5rem;
  aspect-ratio: 105/42;
  position: absolute;
  top: calc(100% + 2rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-feature__cont__circle::after {
    width: 6.4rem;
    top: calc(100% + 1.54rem);
  }
}
.p-feature__cont__ttl {
  color: #B49531;
  font-size: 3.4rem;
  line-height: 1.26;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-feature__cont__ttl {
    margin-bottom: 3rem;
  }
}
.p-feature__cont__ttl2 {
  color: #B49531;
  font-size: 3.4rem;
  line-height: 1.26;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  margin-bottom: 4rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-feature__cont__ttl2 {
    font-size: 2rem;
  }
}
.p-feature__cont__name {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  padding: 0.1rem 1rem;
  background-color: #F2F0EC;
  color: #7B460F;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature__cont__name {
    font-size: 1.8rem;
    padding: 1.7rem 1rem;
  }
}
.p-feature__cont__txt {
  font-size: 1.3rem;
  line-height: 1.76;
}
.p-feature__cont__txt:not(:last-child) {
  margin-bottom: 2.5rem;
}

.p-menu {
  background: #EBE8E4;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(235, 232, 228)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(235, 232, 228) 0%, rgb(255, 255, 255) 100%);
  position: relative;
  padding-top: 23.7rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-menu {
    padding-top: 22.4rem;
    padding-bottom: 4rem;
  }
}
.p-menu__ttl {
  position: absolute;
  top: -4.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-menu__ttl {
    top: 4rem;
  }
}
.p-menu__topic {
  text-align: center;
}
.p-menu__topic__ttl {
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-menu__topic__ttl {
    margin-bottom: 2.5rem;
  }
}
.p-menu__topic__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.4rem;
  margin: 5rem 0 9rem;
}
@media screen and (max-width: 767px) {
  .p-menu__topic__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 2.4em 0 5rem;
  }
}
.p-menu__topic__list__item {
  font-size: 2.8rem;
  line-height: 1.43;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #7B460F;
  border: 0.4rem dotted #B49531;
  border-radius: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-menu__topic__list__item {
    font-size: 1.8rem;
  }
}
.p-menu__conts {
  display: grid;
  gap: 12rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-menu__conts {
    gap: 5rem;
    margin-bottom: 5rem;
  }
}
.p-menu__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-menu__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.p-menu__cont__imgbox {
  width: 52rem;
}
@media screen and (max-width: 767px) {
  .p-menu__cont__imgbox {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-menu__cont__txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-menu__cont__txtbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-menu__cont__txtbox__ttl {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  text-align: right;
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-menu__cont__txtbox__ttl {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-menu__cont:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-menu__cont:nth-child(even) .p-menu__cont__txtbox__ttl {
    text-align: left;
  }
}
.p-menu__table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-menu__table table {
    display: block;
  }
}
.p-menu__table caption, .p-menu__table th, .p-menu__table td {
  border: 1px solid #8F8F8F;
}
.p-menu__table caption, .p-menu__table th {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}
@media screen and (max-width: 767px) {
  .p-menu__table caption, .p-menu__table th {
    font-size: 2rem;
  }
}
.p-menu__table caption {
  border-bottom: none;
  background-color: #1E1E1E;
  color: #fff;
  text-align: left;
  padding: 0.6rem 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-menu__table caption {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1.5rem 0;
  }
}
.p-menu__table th {
  background-color: #DBD9D4;
  color: #311303;
  width: 34.9090909091%;
  border-right: none;
  border-left: none;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-menu__table th {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    padding: 1.3rem;
  }
}
.p-menu__table td {
  padding: 1.6rem 2rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-menu__table td {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #8F8F8F;
    padding: 1.5rem;
  }
}
.p-menu__table td.--first {
  width: 40.3636363636%;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .p-menu__table td.--first {
    width: 100%;
  }
}
.p-menu__table td.--second {
  width: 24.7272727273%;
  border-right: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-menu__table td.--second {
    width: 100%;
    border-bottom: none;
  }
}
.p-menu__table td.--second ul {
  display: grid;
  gap: 1.1rem;
}
.p-menu__table td.--second li {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: 600;
  color: #1E1E1E;
}
.p-menu__table td.--second li:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 1px dashed #8F8F8F;
}
.p-menu__table__note {
  font-size: 1.1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-menu__table__note {
    margin-top: 1rem;
  }
}
.p-menu__about {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-menu__about {
    margin-top: 4rem;
  }
}
.p-menu__about__ttlbox {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-menu__about__ttlbox {
    margin-bottom: 2rem;
  }
}
.p-menu__about__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7rem 4rem;
  margin-bottom: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-menu__about__items {
    gap: 3.5rem;
    grid-template-columns: none;
  }
}
@media screen and (min-width: 768px) {
  .p-menu__about__item:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .p-menu__about__item:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .p-menu__about__item:nth-child(3) {
    grid-area: 2/1/3/3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
  }
}
.p-menu__about__card {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-menu__about__card {
    margin-bottom: 2.5rem;
  }
}
.p-menu__about__card__ttl {
  font-size: 1.8rem;
  padding: 1.2rem 0;
  background-color: #1E1E1E;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-menu__about__card__ttl {
    padding: 1.1rem 0;
  }
}
.p-menu__about__card__cont {
  background-color: #fff;
  color: #1E1E1E;
  padding: 1.4rem;
}
.p-menu__about__card__cont__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-menu__about__card__cont__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-menu__about__card__cont__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-menu__about__card__cont__item {
    padding-top: 1rem;
  }
}
.p-menu__about__card__cont__item:not(:last-child) {
  border-right: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-menu__about__card__cont__item:not(:last-child) {
    border: none;
    border-bottom: 1px solid #707070;
    padding-bottom: 2rem;
  }
}
.p-menu__about__card__cont__txt {
  font-size: 1.4rem;
}
.p-menu__about__card__cont__txt2 {
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #7B460F;
}
.p-menu__about__card__cont__txt2 span {
  font-size: 2.8rem;
  line-height: 1.2;
}
.p-menu__about__card__cont__note {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-menu__about__card__cont__note {
    font-size: 1.4rem;
  }
}
.p-menu__about__txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-menu__about__txtbox__ttl {
  color: #7B460F;
  font-size: 1.6rem;
  line-height: 1.31;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: 600;
  margin-bottom: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-menu__about__txtbox__ttl {
    margin-bottom: 1.5rem;
  }
}
.p-menu__about__txtbox__txt {
  font-size: 1.3rem;
  line-height: 2;
}
.p-menu__about__service {
  text-align: center;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #B49531;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-menu__about__service {
    margin-bottom: 5rem;
  }
}
.p-menu__about__service__ttl {
  background-color: #B49531;
  color: #fff;
  font-size: 1.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  padding: 1.2rem;
}
.p-menu__about__service__cont {
  padding: 3.2rem 2.9rem 4.3rem;
}
@media screen and (max-width: 767px) {
  .p-menu__about__service__cont {
    padding: 2rem 1.5rem 3rem;
  }
}
.p-menu__about__service__cont__txt {
  font-size: 1.3rem;
}
.p-menu__about__service__cont__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-menu__about__service__cont__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 0.9rem;
    margin-top: 2.5rem;
  }
}
.p-menu__about__service__cont__item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-menu__about__service__cont__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-menu__about__service__cont__item__img {
  margin-bottom: 2rem;
}
.p-menu__about__service__cont__item__ttl {
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #7B460F;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-menu__about__service__cont__item__ttl {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 0.8rem;
  }
}
.p-menu__about__service__cont__item__txt {
  font-size: 1.3rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-menu__about__service__cont__item__txt {
    font-size: 1.2rem;
    line-height: 1.625;
    margin-top: auto;
  }
}
.p-menu__flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-menu__flow {
    display: grid;
    grid-template-columns: none;
    gap: 1.2rem;
  }
}
.p-menu__flow::after {
  content: "";
  width: calc(100% - 2rem);
  height: 0.5rem;
  background-color: #B49531;
  position: absolute;
  top: 10rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-menu__flow::after {
    width: 0.5rem;
    height: calc(100% - 2rem);
    top: 50%;
    left: 7.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-menu__flow__item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-menu__flow__item {
    display: grid;
    grid-template-columns: 15rem 1fr;
    gap: 2.3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}
.p-menu__flow__item__img {
  border: 0.3rem solid #B49531;
  border-radius: 50%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-menu__flow__item__img {
    margin-bottom: 0;
  }
}
.p-menu__flow__item__ttl {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #7B460F;
}
@media screen and (max-width: 767px) {
  .p-menu__flow__item__ttl {
    font-size: 1.8rem;
  }
}
.p-menu__flow__item__txt {
  font-size: 1.4rem;
  line-height: 1.28;
  padding-inline: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-menu__flow__item__txt {
    font-size: 1.3rem;
    padding-inline: 0;
  }
}
.p-menu__flow__item__txt:not(:last-child) {
  margin-bottom: 0.6rem;
}

.p-clinic {
  position: relative;
  z-index: 1;
  padding-top: 17.7rem;
}
@media screen and (max-width: 767px) {
  .p-clinic {
    padding-top: 0;
  }
}
.p-clinic .c-ttl__en {
  color: #EBE8E4;
}
@media screen and (max-width: 767px) {
  .p-clinic .c-ttl__en {
    color: #DBD9D4;
  }
}
.p-clinic .c-ttl__ja__border {
  background-color: #EBE8E4;
}
@media screen and (min-width: 768px) {
  .p-clinic__ttl {
    position: absolute;
    top: -1.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .p-clinic__ttl {
    margin-bottom: 2.5rem;
  }
}
.p-clinic__inner {
  padding-block: 10rem 9rem;
}
@media screen and (max-width: 767px) {
  .p-clinic__inner {
    padding-block: 5rem 0;
  }
}
.p-clinic_photo_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-clinic_photo_list {
    gap: 1.3rem;
    margin-bottom: 5rem;
  }
}
.p-clinic_access {
  background-color: #F2F0EC;
  padding-block: 11.5rem;
}
@media screen and (max-width: 767px) {
  .p-clinic_access {
    padding-block: 0 3rem;
  }
}
.p-clinic_access__ttl {
  padding: 1.4rem 14rem 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5.5rem;
  background-color: #B49531;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-clinic_access__ttl {
    width: auto;
    margin: 0 -1.5rem 3rem;
    padding-inline: 1.5rem;
    text-align: center;
  }
}
.p-clinic_access__info {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-clinic_access__info {
    margin-bottom: 2.8rem;
  }
}
.p-clinic_access__info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}
.p-clinic_access__info_box:first-child dt {
  border-top: solid 1px;
}
.p-clinic_access__info_box:first-child dd {
  border-top: solid 1px #CDD2D6;
}
.p-clinic_access__info_box dt {
  color: #B49531;
  border-bottom: solid 1px;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  width: 18rem;
  font-weight: 600;
  font-size: 1.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-clinic_access__info_box dt {
    width: 8rem;
    font-size: 1.4rem;
  }
}
.p-clinic_access__info_box dd {
  border-bottom: solid 1px #CDD2D6;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 2rem 3rem;
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-clinic_access__info_box dd {
    font-size: 1.4rem;
    padding: 1.5rem 1rem;
  }
}
.p-clinic_access__map {
  position: relative;
  z-index: 1;
  height: 50rem;
}
@media screen and (max-width: 767px) {
  .p-clinic_access__map {
    height: 16rem;
  }
}
.p-clinic_access__map iframe {
  width: 100%;
  height: 100%;
}
.p-clinic_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.p-clinic_item_wrap {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-clinic_item_wrap {
    margin-bottom: 3em;
  }
}
.p-clinic_item:not(:last-child) {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-clinic_item:not(:last-child) {
    margin-bottom: 5em;
  }
}
.p-clinic_item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-clinic_item {
    display: block;
  }
}
.p-clinic_item__img {
  width: 62rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-clinic_item__img {
    width: auto;
    margin-inline: -1.5rem;
  }
}
.p-clinic_item__txtbox {
  border-left: solid 0.5rem #B49531;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-clinic_item__txtbox {
    padding-inline: 2rem 0.5rem;
    margin-bottom: 2.5em;
  }
}
.p-clinic_item__txtbox_ttl {
  margin-bottom: 2.5rem;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-clinic_item__txtbox_ttl {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
.p-clinic_item__txtbox p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-clinic_item__txtbox p {
    font-size: 1.5rem;
  }
}
.p-clinic_item__txtbox p + P {
  margin-top: 1.5rem;
}

.p-contact {
  background: #000000 url(../images/prestige/contact_bg.jpg) no-repeat center top/auto 100%;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact {
    background: #000000 url(../images/prestige/contact_bg_sp.jpg) no-repeat center top/100% auto;
  }
}
.p-contact__inner {
  height: 88rem;
  padding-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding: 2rem 0;
    height: auto;
  }
}
.p-contact_sttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3.5rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: 600;
  background: #DEB23A;
  background: linear-gradient(120deg, #DEB23A 0%, #FFF0BE 40%, #BF9300 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 2.4rem;
  -webkit-filter: drop-shadow(0 0 2rem rgb(0, 0, 0));
          filter: drop-shadow(0 0 2rem rgb(0, 0, 0));
}
@media screen and (max-width: 767px) {
  .p-contact_sttl {
    font-size: 2rem;
    margin-bottom: 2.6rem;
  }
}
.p-contact_ttl {
  font-size: 3rem;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-contact_ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-contact_ttl::after {
  content: "";
  position: absolute;
  left: calc(50% - 2rem);
  bottom: 0;
  width: 4rem;
  height: 0.2rem;
  background-color: #ffffff;
}
.p-contact_txt01 {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}
@media screen and (max-width: 767px) {
  .p-contact_txt01 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-contact_txt02 {
  margin-bottom: 11rem;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-contact_txt02 {
    margin-bottom: 10rem;
    font-size: 1.3rem;
  }
}
.p-contact__main {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem 1.5rem;
}
.p-contact__main_content {
  max-width: 68rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__main_content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-contact__main_time {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}
.p-contact__main_time span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-contact__main_time {
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .p-contact__main_time span {
    font-size: 1.2rem;
  }
}
.p-contact__main-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.p-contact__main-txt {
  color: #000;
  font-weight: 600;
}
.p-contact__main-txt span {
  color: #7B460F;
}
.p-contact__main-img {
  height: 3.8rem;
}
.p-contact__main-img img {
  width: auto;
  height: 100%;
}
.p-contact__main-QR {
  width: 15.5rem;
  margin: 1.5rem auto 1rem;
}
.p-contact__app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: #B49970;
}
.p-contact__app-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.6rem;
}
.p-contact__app-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: nowrap;
  text-align: left;
  gap: 1rem 1.2rem;
  border-left: solid 0.2rem;
  margin-left: 1rem;
  padding: 0.5rem 0 0.5rem 1rem;
}
.p-contact__app-item {
  width: calc((100% - 1.2rem) * 0.55);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  font-weight: 600;
}
.p-contact__app-item:nth-child(odd) {
  width: calc((100% - 1.2rem) * 0.45);
}
.p-contact__app-item a {
  text-decoration: underline;
  font-size: 1rem;
  line-height: 1;
}
.p-contact__app-logo {
  width: 1.6rem;
  line-height: 0;
}

.p-auto_slide {
  padding-block: 4rem;
}
@media screen and (max-width: 767px) {
  .p-auto_slide {
    padding-block: 3rem;
  }
}
.p-auto_slide_item {
  margin: 0 0.5rem;
  width: 50rem;
  border-radius: 0 10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-auto_slide_item {
    width: 25rem;
    border-radius: 0 5rem;
  }
}

@media screen and (min-width: 768px) {
  main.l-main--en .p-feature__cont .p-feature__cont__circle {
    padding: 0 4.3rem;
  }
  main.l-main--en .p-feature__cont .p-feature__cont__ttl {
    font-size: 2.8rem;
  }
  main.l-main--en .p-feature__cont .p-feature__cont__txt {
    font-size: 1.2rem;
  }
  main.l-main--en .p-feature__cont .p-feature__cont__txt:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  main.l-main--en .p-feature__cont:nth-child(1) .p-feature__cont__circle {
    padding-bottom: 2.6rem;
  }
  main.l-main--en .p-feature__cont:nth-child(1) .p-feature__cont__ttl {
    margin-bottom: 2rem;
  }
  main.l-main--en .p-feature__cont:nth-child(2) .p-feature__cont__circle {
    padding-top: 2rem;
  }
  main.l-main--en .p-feature__cont:nth-child(2) .p-feature__cont__ttl {
    margin-bottom: 3rem;
  }
  main.l-main--en .p-doctor__cont__list__item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main.l-main--en .p-doctor__cont__item__txtbox__ttl .--sm {
    font-size: 2rem;
  }
  main.l-main--en .p-doctor__cont__introduction__imgbox__txt {
    font-size: 1.2rem;
  }
  main.l-main--en .p-feature__list__item__ttl {
    font-size: 2.2rem;
  }
  main.l-main--en .p-menu__cont__txtbox__ttl {
    font-size: 3.6rem;
  }
  main.l-main--en .p-menu__table td.--first {
    width: 36.8181818182%;
  }
  main.l-main--en .p-menu__table td.--second {
    width: 28.2727272727%;
    padding: 1.6rem 0.4rem;
  }
  main.l-main--en .p-menu__table td.--second li {
    font-size: 1.4rem;
  }
  main.l-main--en .p-menu__flow__item__txt {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
    font-size: 1.2rem;
    letter-spacing: -0.02em;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  main.l-main--en .p-kv__ttlbox__ttl {
    font-size: 3rem;
  }
  main.l-main--en .p-kv__ttlbox__txt {
    font-size: 1.4rem;
  }
  main.l-main--en .p-kv__inner {
    padding-top: 8rem;
  }
  main.l-main--en .p-doctor__cont__profile__txtbox__tag {
    font-size: 1rem;
  }
  main.l-main--en .p-doctor__cont__introduction__imgbox__txt {
    font-size: 1rem;
  }
  main.l-main--en .p-feature__list__item__ttl {
    font-size: 1.6rem;
  }
  main.l-main--en .p-menu__cont__txtbox__ttl {
    font-size: 2.2rem;
  }
  main.l-main--en .p-menu__table td.--second li {
    font-size: 1.4rem;
  }
  main.l-main--en .p-menu__about__service__ttl {
    font-size: 1.4rem;
  }
  main.l-main--en .p-contact_sttl {
    font-size: 1.8rem;
  }
}

.u-fwb {
  font-weight: bold;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-nowrap {
  white-space: nowrap;
}/*# sourceMappingURL=prestige.css.map */