@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  min-height: 100vh; }

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto; }

input,
button,
textarea,
select {
  font: inherit;
  color: inherit; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word; }

a {
  color: inherit;
  text-decoration: none; }

ul,
ol {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  background: none;
  border: none;
  cursor: pointer;
  appearance: none; }

fieldset {
  border: none; }

:root {
  --font-size-html: 0.521105vw;
  --size-p: max(1.8rem, 14px); }
  @media (max-width: 1440px) and (min-width: 961px) {
    :root {
      --font-size-html: 0.694444vw; } }
  @media (max-width: 960px) and (min-width: 768px) {
    :root {
      --font-size-html: 1.30208vw; } }
  @media (max-width: 767px) {
    :root {
      --font-size-html: 2.66667vw;
      --size-p: max(1.5rem, 14px); } }

html {
  font-size: var(--font-size-html); }

body {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
  word-break: break-word;
  overflow-wrap: break-word; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  line-height: 1.4; }

a {
  transition: color 0.3s ease, opacity 0.3s ease; }
  a:hover {
    opacity: 0.7; }
  a:focus-visible {
    outline: 0.2rem solid #1a73e8;
    outline-offset: 0.2rem; }

img {
  vertical-align: bottom; }

p {
  font-size: var(--size-p);
  line-height: 185%;
  letter-spacing: .05em;
  font-weight: 500; }
  @media (max-width: 960px) {
    p {
      text-align: justify;
      letter-spacing: .02em; } }

::selection {
  background-color: #1a73e8;
  color: #fff; }

.u-hidden {
  display: none; }

@media (min-width: 768px) {
  .u-sp-only {
    display: none; } }

.u-pc-only {
  display: none; }
  @media (min-width: 768px) {
    .u-pc-only {
      display: block; } }

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.d-block {
  display: block; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: flex;
  flex-wrap: wrap; }

.d-inline-flex {
  display: inline-flex; }

.d-grid {
  display: grid; }

.d-inline-grid {
  display: inline-grid; }

.d-none {
  display: none; }

.justify-start {
  justify-content: flex-start; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.items-start {
  align-items: flex-start; }

.items-center {
  align-items: center; }

.items-end {
  align-items: flex-end; }

.items-stretch {
  align-items: stretch; }

.p-text-center {
  text-align: center; }

@media (min-width: 960.5px) {
  .u-sp {
    display: none; } }
@media (max-width: 960px) {
  .u-pc {
    display: none; } }
.u-mt-0 {
  margin-top: 0; }

.u-mt-xs {
  margin-top: 1rem; }

.u-mt-sm {
  margin-top: 2rem; }

.u-mt-md {
  margin-top: 3rem; }

.u-mt-lg {
  margin-top: 5rem; }

.u-mt-xl {
  margin-top: 8rem; }

.u-mb-0 {
  margin-bottom: 0; }

.u-mb-xs {
  margin-bottom: 1rem; }

.u-mb-sm {
  margin-bottom: 2rem; }
  @media (max-width: 960px) {
    .u-mb-sm {
      margin-bottom: 1rem; } }

.u-mb-md {
  margin-bottom: 3rem; }
  @media (max-width: 960px) {
    .u-mb-md {
      margin-bottom: 2rem; } }

.u-mb-lg {
  margin-bottom: 5rem; }
  @media (max-width: 960px) {
    .u-mb-lg {
      margin-bottom: 3rem; } }

.u-mb-xl {
  margin-bottom: 8rem; }
  @media (max-width: 960px) {
    .u-mb-xl {
      margin-bottom: 5rem; } }

.u-py-0 {
  padding: 0; }

.u-py-3 {
  padding: 3rem; }

.u-my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.u-mt-10 {
  margin-top: 10rem; }

.u-mt-4 {
  margin-top: 4rem; }

.u-mb-8 {
  margin-bottom: 8rem; }

.u-my-sm {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.u-py-md {
  padding: 3rem !important; }
  @media (max-width: 960px) {
    .u-py-md {
      padding: 2rem !important; } }

@media (max-width: 960px) {
  .p-3 {
    padding: 1.5rem; }

  .u-mt-10 {
    margin-top: 7rem; } }
.u-ai--center {
  align-items: center; }

.u-text-center {
  text-align: center; }

.u-text-left {
  text-align: left; }

.u-text-right {
  text-align: right; }

.u-text-sm {
  font-size: 1.4rem; }

.u-text-xs {
  font-size: 1.2rem; }

.u-text-lg {
  font-size: 1.8rem; }

.u-text-bold {
  font-weight: 700; }

.u-text-muted {
  color: #999; }

.u-text-primary {
  color: #1a73e8; }

.u-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.u-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.u-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.grits_meta_h1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none; }

.p-header {
  height: 14.897rem; }
  .p-header__inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 10rem 0 2rem;
    z-index: 5;
    background: #FFF;
    transition: all .35s; }
  .p-header__brand {
    width: 30rem;
    transition: all .35s; }
  .p-header__logo--img {
    width: 100%; }
  .p-header__nav {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    flex-direction: column;
    transition: all .35s; }
  .p-header__address-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 3rem;
    width: 100%;
    margin-top: .5rem;
    transition: all .35s; }
    .p-header__address-item .p-header__tel {
      border-top: 1px #B7A266 solid;
      border-bottom: 1px #B7A266 solid;
      padding: 0rem;
      margin-top: 0.5rem;
      transition: all .35s; }
      .p-header__address-item .p-header__tel p {
        font-size: 1.4rem;
        font-weight: 400;
        font-family: "Shippori Mincho", serif;
        line-height: 150%;
        letter-spacing: 0.2rem;
        transition: all .35s; }
      .p-header__address-item .p-header__tel a {
        font-size: 1.8rem;
        font-weight: 400;
        font-family: "Shippori Mincho", serif;
        line-height: 150%;
        letter-spacing: 0.432rem;
        color: #B7A266;
        transition: all .35s;
        word-break: keep-all; }
      .p-header__address-item .p-header__tel .sup-c__tel {
        font-size: 1.4rem;
        font-weight: 400;
        font-family: "Shippori Mincho", serif;
        line-height: 150%;
        letter-spacing: 0.3rem;
        color: #000;
        transition: all .35s; }
  .p-header__tel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .35s; }
  .p-header__detail-address {
    max-width: 47rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .35s; }
    .p-header__detail-address .address-info {
      position: relative;
      z-index: 0;
      padding-left: 6.6rem;
      transition: all .35s; }
      .p-header__detail-address .address-info p {
        color: #333;
        font-size: Max(1.4rem, 1.2rem);
        font-weight: 400;
        line-height: 170%;
        letter-spacing: 0.16rem;
        transition: all .35s; }
      .p-header__detail-address .address-info::before {
        content: "";
        position: absolute;
        width: 4.75rem;
        height: 4.25rem;
        background: url(images/icon_header01.png) no-repeat center/cover;
        top: 0;
        left: -2rem;
        z-index: -1;
        transition: all .35s; }
    .p-header__detail-address .address-sup_info {
      background: #B7A266; }
      .p-header__detail-address .address-sup_info p {
        color: #FFF;
        font-size: Max(1.4rem, 1.2rem);
        font-weight: 400;
        line-height: 170%;
        letter-spacing: 0rem;
        padding: .3rem 2.7rem;
        transition: all .35s; }

.p-header__menu {
  gap: 4rem;
  transition: all .35s; }
  .p-header__menu .menu-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .35s;
    padding: .2rem;
    transition: all .35s;
    font-family: "Shippori Mincho", serif;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 175%; }
    .p-header__menu .menu-item a span {
      font-family: "Shippori Mincho", serif; }
  .p-header__menu .current_page_item a,
  .p-header__menu .current-menu-parent a {
    color: #B7A266;
    font-weight: 600; }

.p-header__menu--tab {
  position: fixed;
  top: 14.9rem;
  right: -80rem;
  height: calc(100% - 14.9rem);
  overflow: auto;
  background: #FFF;
  width: 80rem;
  padding: 3rem 9rem 3rem 3rem;
  transition: all 0.35s;
  z-index: 10; }

.p-header__menu--tab.active {
  right: 0; }

.p-header__menu--title {
  color: #20130E;
  font-size: 4rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: "Shippori Mincho", serif; }

.p-header__menu--list {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 3rem; }

.p-header__menu--tab li {
  margin-bottom: 1rem;
  padding: 0; }

.p-header__menu--tab li a {
  color: #454545;
  font-size: var(--size-p);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  transition: all 0.35s;
  padding-left: 1.4rem;
  font-family: "Shippori Mincho", serif; }

.p-header__menu--tab li a.active {
  color: #b7a266; }

.p-header__menu--tab li a::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  top: 1rem;
  left: 0;
  background: #20130E;
  border-radius: 100%;
  transition: all 0.35s; }

.c-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 3.1rem 2.5rem;
  cursor: pointer;
  z-index: 6;
  background: #FFF; }

.c-hamburger__line {
  background: #577082;
  display: block;
  height: .1rem;
  transition: transform 0.3s;
  width: 100%;
  transform-origin: center;
  position: relative; }

.c-hamburger.active span:first-child {
  transform: rotate(45deg);
  margin-bottom: 0;
  top: 0.2rem;
  width: 100%; }

.c-hamburger.active span:nth-child(2) {
  display: none; }

.c-hamburger.active span:nth-child(3) {
  transform: rotate(135deg);
  top: -0.75rem;
  width: 100%; }

.home .p-header__menu .menu-item a {
  gap: .2rem;
  transition: all .35s; }
.home .p-header__menu .menu-item a span {
  transition: all .35s; }

@media (min-width: 960.5px) {
  .home .p-header {
    height: auto; }
  .home .p-header__inner.vz-01 {
    position: absolute;
    background: transparent;
    padding: 3.1rem 13rem 0rem 5rem; }
    .home .p-header__inner.vz-01 .p-header__brand {
      width: 36.4rem; }
    .home .p-header__inner.vz-01 .p-header__menu {
      display: none; }
    .home .p-header__inner.vz-01 .p-header__address-item {
      margin-top: 0;
      margin-bottom: .8rem; }
    .home .p-header__inner.vz-01 .p-header__detail-address {
      background: #FFF;
      max-width: 53.4rem; }
    .home .p-header__inner.vz-01 .p-header__detail-address .address-info {
      padding: .8rem 0 .8rem 6.6rem; }
    .home .p-header__inner.vz-01 .p-header__detail-address .address-info p {
      font-size: Max(1.6rem, 1.4rem); }
    .home .p-header__inner.vz-01 .p-header__detail-address .address-info::before {
      top: 1.5rem; }
    .home .p-header__inner.vz-01 .p-header__detail-address .address-sup_info {
      width: 100%; }
    .home .p-header__inner.vz-01 .p-header__detail-address .address-sup_info p {
      font-size: Max(1.6rem, 1.4rem); }
    .home .p-header__inner.vz-01 .p-header__address-item .p-header__tel {
      margin-top: 0;
      width: 30rem;
      padding: 1.5rem 0; }
    .home .p-header__inner.vz-01 .p-header__address-item .p-header__tel p {
      font-size: 1.8rem; }
    .home .p-header__inner.vz-01 .p-header__address-item .p-header__tel a {
      font-size: 2.8rem; }
    .home .p-header__inner.vz-01 .p-header__address-item .p-header__tel .sup-c__tel {
      font-size: 1.78rem; }
    .home .p-header__inner.vz-01 .p-header__menu li.vz-02 .sub-menu {
      top: 13.9rem; }
    .home .p-header__inner.vz-01 .p-header__menu li .sub-menu {
      top: 4.7rem; }
    .home .p-header__inner.vz-01 .p-header__menu--tab {
      top: 14.9rem; }
  .home .p-header__inner:not(.is-fix).vz-02 {
    opacity: 0;
    pointer-events: none; }
  .home .p-header__inner.vz-02.is-fix {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .home .p-header__inner.vz-02.active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .home .p-mv__menu .p-header__menu li .sub-menu {
    top: 5.8rem;
    padding: 2rem 0 0; }
    .home .p-mv__menu .p-header__menu li .sub-menu::before {
      height: calc(100% - 2rem); }

  .p-header__menu li {
    position: relative; }
    .p-header__menu li a,
    .p-header__menu li span {
      transition: all 0.3s ease; }
    .p-header__menu li:hover a,
    .p-header__menu li:hover span {
      color: #B7A266; }
  .p-header__menu--01 li.vz-03 .sub-menu {
    left: -12.9rem; }
  .p-header__menu--01 li.vz-04 .sub-menu {
    left: auto;
    right: -2rem; }

  .home .p-header__menu li .sub-menu {
    top: 5.9rem; }

  .p-header__menu li .sub-menu {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    opacity: 0;
    padding: 1.5rem;
    left: 0;
    top: 5.7rem;
    transition: all 0.3s ease;
    width: 31rem; }

  .p-header__menu li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    padding: 1rem 0 0; }

  .p-header__menu li .sub-menu::before,
  .p-header__menu li .sub-menu::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #b7a266; }

  .p-header__menu li .sub-menu::after {
    height: calc(100% + 1.2rem);
    background: transparent; }

  .p-header__menu li .sub-menu li {
    margin-left: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    border-right: 0; }

  .p-header__menu li .sub-menu li:last-child {
    border-width: 0; }

  .p-header__menu li .sub-menu li a {
    display: block;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    border-right: 0;
    color: #FFF;
    position: relative;
    transition: all 0.35s;
    width: 100%;
    text-align: left; }

  .p-header__menu li .sub-menu li a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-mask: url(images/icon_arrow-02.svg) center/100% no-repeat;
    mask: url(images/icon_arrow-02.svg) center/100% no-repeat;
    background: #FFF;
    left: 1rem;
    width: 1rem;
    height: 1rem;
    clip-path: inherit; }

  .p-header__menu li .sub-menu li a:hover {
    opacity: 0.8; }

  .p-header__menu li.vz-02 {
    position: initial; }
    .p-header__menu li.vz-02 .sub-menu {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      left: 0;
      top: 14.9rem;
      padding: 5rem 10rem !important; } }
    @media (min-width: 960.5px) and (max-width: 1440px) and (min-width: 960.5px) {
      .p-header__menu li.vz-02 .sub-menu {
        top: 14.9rem; } }
@media (min-width: 960.5px) {
      .p-header__menu li.vz-02 .sub-menu li {
        width: calc((100% - 6.001rem) / 3);
        margin-right: 3rem; }
        .p-header__menu li.vz-02 .sub-menu li:nth-child(3n) {
          margin-right: 0; }
        .p-header__menu li.vz-02 .sub-menu li:last-child {
          border-width: 1px; }
  .p-header__menu li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    padding: 0; }
  .p-header__menu li:hover.menu-item-has-children > a::before {
    opacity: 1; }

  .p-header__inner {
    z-index: 5; }

  .p-header__info--item {
    transition: all .3s;
    z-index: 10; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-header__brand {
    width: 25rem; }

  .p-header__inner {
    padding: 0rem 2rem; }

  .p-header__nav {
    padding-right: 7rem; }

  .p-header__menu--01 li.vz-05 .sub-menu {
    left: -3rem; }
  .p-header__menu li .sub-menu {
    width: 28.5rem; }

  .c-hamburger {
    width: 7rem;
    height: 7rem;
    padding: 1.6rem 1rem; }

  .c-hamburger.active span:first-child {
    top: 1.2rem; }

  .home .p-header__inner:not(.active) {
    padding: 1rem 1rem 0rem 2rem; }

  .home .p-header__inner:not(.active) .p-header__brand {
    width: 28rem; }

  .home .p-header__inner:not(.active) .p-header__nav {
    padding-right: 7rem; }

  .p-header__nav {
    padding-right: 6rem; }

  .p-header__menu {
    gap: 3rem; }

  .home .p-header__menu li.vz-02 .sub-menu {
    top: 14.9rem; }

  .home .p-mv__menu .p-header__menu li.vz-02 .sub-menu {
    top: 5.9rem; } }
@media (max-width: 1024px) and (min-width: 960.5px) {
  .home .p-header__menu li .sub-menu {
    top: 5.7rem; } }
@media (max-width: 960px) {
  .p-header {
    height: 7rem; }

  .p-header__info--item {
    display: none; }

  .p-header__menu--01, .p-header__menu--02 {
    display: none; }

  .p-header__nav {
    display: none; }

  .p-header__brand {
    width: 15rem; }

  .p-header__inner {
    padding: 1rem 0 1rem 1.5rem; }

  .p-header__menu {
    gap: .5rem; }

  .p-header__menu--tab {
    top: 7rem;
    width: 100%;
    right: -100%;
    padding: 2rem 1.5rem 10rem;
    height: calc(100vh - 13rem);
    overflow: auto; }

  .p-header__menu--tab li a {
    font-weight: 700; }

  .c-hamburger {
    width: 7rem;
    height: 7rem;
    padding: 1.5rem; }
    .c-hamburger.active span:first-child {
      top: 1rem; }
    .c-hamburger.active span:nth-child(3) {
      top: -1rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-header__menu {
    gap: 1rem; } }
@media (max-width: 767px) {
  .p-header__menu--list {
    grid-template-columns: 1fr; } }
.p-header__info--item {
  position: fixed;
  top: 8rem;
  right: 0;
  z-index: 6; }
  .p-header__info--item .fix-btn a {
    display: flex;
    justify-content: center;
    width: 8rem;
    height: 8rem;
    background: #307DC1;
    color: #FFF;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 170%;
    letter-spacing: 0;
    position: relative;
    padding: 4.3rem 0 0 0;
    z-index: 0; }
    .p-header__info--item .fix-btn a::before {
      content: "";
      position: absolute;
      width: 2rem;
      height: 2rem;
      background: url(images/icon_header02.png) no-repeat center/cover;
      top: 2rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1; }
  .p-header__info--item .fix-btn__time a {
    background: #1D509D; }
    .p-header__info--item .fix-btn__time a::before {
      content: "";
      position: absolute;
      width: 2.1rem;
      height: 2rem;
      background: url(images/icon_header03.png) no-repeat center/cover; }
  .p-header__info--item .fix-btn__date a {
    background: #2F5D73; }
    .p-header__info--item .fix-btn__date a::before {
      content: "";
      position: absolute;
      width: 2.1rem;
      height: 2.4rem;
      background: url(images/icon_header04.svg) no-repeat center/cover; }
  .p-header__info--item .fix-btn__local a {
    background: #C69D49; }
    .p-header__info--item .fix-btn__local a::before {
      content: "";
      position: absolute;
      width: 1.8rem;
      height: 2.4rem;
      background: url(images/icon_header05.svg) no-repeat center/cover; }
  .p-header__info--item .fix-scroll a {
    background: none;
    width: auto;
    height: auto;
    padding: 0; }
    .p-header__info--item .fix-scroll a::before {
      display: none; }

@keyframes ani_line_02 {
  0% {
    top: 0; }
  50% {
    top: 100%; }
  100% {
    top: 0; } }
.footer-link-fix {
  position: fixed;
  z-index: 4;
  right: 8rem;
  bottom: 16rem;
  flex-flow: column;
  display: flex;
  gap: 3rem;
  transition: all .35s; }
  .footer-link-fix .box {
    width: 100%; }
  .footer-link-fix.active {
    right: 0; }

.footer-link-fix li {
  position: relative; }
  .footer-link-fix li .close {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background: #FFF;
    position: absolute;
    top: -0.5rem;
    right: 4.1rem;
    cursor: pointer;
    z-index: 1; }

.footer-link-fix li .close::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  -webkit-mask: url(images/icon-close.svg) center/100% no-repeat;
  mask: url(images/icon-close.svg) center/100% no-repeat;
  background: #ef9a00;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.footer-link-fix li.active {
  display: none; }

.p-footer {
  position: relative; }
  .p-footer__copyright {
    padding: 1rem 0;
    gap: 3rem; }
  .p-footer__bottom {
    background: #9D894A; }
  .p-footer__credit {
    width: 15rem; }
    .p-footer__credit img {
      width: 100%; }
  .p-footer__copy {
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: .3rem;
    line-height: 175%;
    font-weight: 300;
    padding: 1rem 3rem;
    border-left: 1px solid #E0E0E0; }
  .p-footer__background {
    background: url(images/BG-footer01.jpg) no-repeat center/cover; }
  .p-footer__banner {
    max-width: 178rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 4rem; }
    .p-footer__banner li {
      width: calc((100% - 4rem) / 5); }
      .p-footer__banner li a {
        display: block;
        width: 100%; }
        .p-footer__banner li a img {
          width: 100%;
          border: #CCC solid 1px; }
  .p-footer__list-banner {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .p-footer__nav--title {
    color: #20130E;
    font-size: 4rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    letter-spacing: .4rem;
    margin-bottom: 2rem; }
  .p-footer__inner {
    justify-content: center; }
  .p-footer__nav {
    margin-bottom: 4.4rem;
    margin-top: 4.4rem;
    width: 100%; }
  .p-footer__nav--item:first-child {
    width: 48rem; }
  .p-footer__nav--item:last-child {
    width: calc(100% - 48rem); }
  .p-footer__menu--list {
    grid-template-columns: 1.5fr 1fr; }
    .p-footer__menu--list a {
      position: relative;
      color: #20130E;
      font-size: var(--size-p);
      font-weight: 400;
      letter-spacing: .18rem;
      padding: .5rem 0rem .5rem 2.5rem; }
      .p-footer__menu--list a::before {
        content: "";
        position: absolute;
        width: 1.2rem;
        height: 1.1rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        background: url(images/arrow-right.png) no-repeat center/cover; }
    .p-footer__menu--list li.vz-03 a::before {
      top: 30%; }
  .p-footer__maps {
    width: 100%;
    height: 50rem; }
    .p-footer__maps iframe {
      width: 100%;
      height: 100%;
      border: 0;
      vertical-align: top; }
  .p-footer__background-calender {
    background: url(images/BG-footer02.jpg) no-repeat center/cover;
    padding: 10rem 0 12rem 0; }
  .p-footer__logo {
    width: 38.3rem;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.3rem; }
    .p-footer__logo img {
      width: 100%; }
  .p-footer .calender-container {
    position: relative;
    background: #FFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;
    padding: 4.5rem 0 7.7rem 0;
    z-index: 0; }
    .p-footer .calender-container::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      border: 2px solid #FFF;
      top: -1rem;
      right: -1rem;
      z-index: -1; }
    .p-footer .calender-container::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      border: 2px solid #FFF;
      bottom: -1rem;
      left: -1rem;
      z-index: -1; }
  .p-footer__button--gp {
    flex-direction: column;
    width: 56rem;
    align-items: center; }
  .p-footer__info--gp {
    flex-direction: column;
    width: calc(100% - 71rem);
    margin-top: 1.5rem; }
  .p-footer__button--info-address p {
    font-size: var(--size-p);
    color: #333;
    letter-spacing: .18rem;
    line-height: 175%;
    font-weight: 500;
    font-family: "Shippori Mincho", serif;
    text-align: center; }
  .p-footer__button--tel {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    margin: .7rem 0 3rem 0;
    padding: 1.5rem 0 .8rem 0; }
    .p-footer__button--tel p {
      font-size: Max(2rem, 1.5rem);
      color: #333;
      letter-spacing: .2rem;
      line-height: 180%;
      font-weight: 400;
      font-family: "Shippori Mincho", serif;
      text-align: center; }
    .p-footer__button--tel a {
      font-size: Max(3.11rem, 1.8rem);
      color: #9D894A;
      letter-spacing: .48rem;
      line-height: 185%;
      font-weight: 400;
      font-family: "Shippori Mincho", serif; }
      .p-footer__button--tel a span {
        font-size: Max(1.96rem, 1.4rem);
        color: #333333;
        letter-spacing: .33rem;
        line-height: 175%; }
  .p-footer__button--btn {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    width: 100%; }
  .p-footer .btn-item {
    padding: 4.25rem;
    color: #FFF;
    font-size: Max(2rem, 1.5rem);
    letter-spacing: .2rem;
    line-height: 175%;
    font-weight: 400;
    font-family: "Shippori Mincho", serif;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: calc((100% - 2rem) / 2); }
  .p-footer .btn-first__visit {
    background: #9D894A; }
  .p-footer .btn-calen__clinic {
    background: url(images/btn-footer01.jpg) no-repeat center/cover; }
  .p-footer__info--item:first-child {
    border: 2px solid #333;
    padding: 1rem 3rem 2rem 3rem;
    margin-bottom: 4.4rem; }
  .p-footer__info--item:last-child {
    display: flex;
    justify-content: center;
    align-items: center; }
    .p-footer__info--item:last-child p {
      color: #333;
      font-size: var(--size-p);
      letter-spacing: .18rem;
      line-height: 160%;
      font-weight: 300;
      text-align: center; }
  .p-footer__schedule dl {
    display: flex;
    margin-top: 1rem; }
    .p-footer__schedule dl:first-child dt {
      font-weight: 400;
      font-family: "Shippori Mincho", serif; }
    .p-footer__schedule dl:first-child dd {
      font-size: var(--size-p);
      line-height: 175%; }
    .p-footer__schedule dl:last-child {
      margin-top: 0; }
    .p-footer__schedule dl dt {
      text-align: center;
      width: 17rem;
      color: #333;
      font-size: var(--size-p);
      letter-spacing: .18rem;
      line-height: 175%;
      font-weight: 300; }
    .p-footer__schedule dl dd {
      width: calc((100% - 17rem) / 8);
      color: #333;
      font-size: 1.4rem;
      letter-spacing: .18rem;
      line-height: 225%;
      font-weight: 400;
      font-family: "Shippori Mincho", serif; }
    .p-footer__schedule dl .p-left-10 {
      padding-left: 1rem; }
  .p-footer__schedule dl:first-child {
    border-bottom: 1px solid #333;
    padding-bottom: 1rem; }

@media (min-width: 960.5px) and (max-width: 1024px) {
  .btn-scroll {
    bottom: 46.1rem; }

  .fix-scroll {
    bottom: 65.2rem; } }
@media (min-width: 960.5px) {
  .home .p-header__info--item {
    display: block; }

  .p-mv .mv-line {
    position: absolute;
    width: 8rem;
    height: 100vh;
    border-left: 1px solid #FFF;
    top: 0;
    right: 0;
    z-index: 0; }

  .btn-scroll {
    position: absolute;
    right: 2.8rem;
    bottom: 19.1rem;
    z-index: 1; }
    .btn-scroll a {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 1.5rem; }
    .btn-scroll-text {
      color: #FFF;
      font-size: 1.2rem;
      font-weight: 300;
      line-height: 170%;
      letter-spacing: 0.12rem;
      font-family: "Shippori Mincho", serif;
      writing-mode: vertical-lr; }
    .btn-scroll-line {
      position: relative;
      display: block;
      width: 1px;
      height: 12.5rem;
      background: #FFF;
      box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.05); }
      .btn-scroll-line::before {
        content: "";
        position: absolute;
        width: 0.5rem;
        height: 0.5rem;
        background: #FFF;
        border-radius: 50%;
        top: 0;
        left: -210%;
        animation: ani_line_02 2s linear infinite; }

  .fix-scroll {
    position: absolute;
    z-index: 1;
    transform: rotate(90deg);
    bottom: 38.2rem;
    right: 2.4rem; }
    .fix-scroll .btn-ig {
      width: 3.2rem; }
      .fix-scroll .btn-ig img {
        width: 100%;
        transform: rotate(-90deg); }
    .fix-scroll.fix-head {
      display: none; }

  .p-header__info--item .fix-scroll {
    display: none; }

  .footer-link-fix .box {
    width: 17rem; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-header__info--item .fix-btn a {
    width: 7rem;
    height: 7rem; }

  .p-header__info--item .fix-scroll {
    margin-top: -9rem; }

  .p-header__info--item .fix-scroll a {
    width: 4rem;
    height: 4rem; }

  .footer-link-fix {
    right: 6rem;
    bottom: 5rem;
    gap: 1rem; }

  .p-header__info--item {
    top: 7rem; } }
@media (max-width: 960px) {
  .p-header__info--item {
    display: flex;
    width: 100%;
    height: auto;
    border-left: none;
    border-top: #FFF solid 1px; }

  .p-header__info--item .fix-btn__local a {
    margin-bottom: 0; }

  .p-header__info--item .fix-btn {
    width: calc(100% / 5); }
    .p-header__info--item .fix-btn a {
      height: 6rem;
      width: 100%;
      padding: 3.3rem 0 0 0; }
      .p-header__info--item .fix-btn a::before {
        top: .8rem; }
    .p-header__info--item .fix-btn.fix-scroll {
      width: 6rem;
      height: 6rem;
      top: .5rem; }

  .fix-scroll {
    transform: none;
    position: fixed;
    top: 1.8rem;
    z-index: 30;
    right: 7rem; }
    .fix-scroll .btn-ig-img {
      display: flex;
      align-items: center;
      justify-content: center; }

  .fix-scroll .btn-ig {
    width: 100%; }

  .p-header__info--item .fix-scroll a {
    padding: 0; }

  .fix-scroll .btn-ig img {
    width: 3.5rem;
    transform: none; }

  .p-footer__bottom {
    margin-bottom: 6rem; }

  .p-footer__copyright {
    gap: 1rem; }

  .p-footer__credit {
    width: 13rem; }

  .p-footer__copy {
    padding: 1rem 1rem; }

  .p-header__info--item {
    top: auto;
    bottom: 0; }

  .p-footer__inner {
    display: none; }

  .p-footer__banner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }

  .p-footer__maps {
    height: 30rem; }

  .p-footer__background-calender {
    padding: 2rem 0 5rem 0; }

  .p-footer__logo {
    width: 20rem;
    margin-bottom: 2.3rem; }

  .p-footer__button--gp {
    margin: 0 1rem; }

  .p-footer__button--tel {
    margin: .7rem 0 1rem 0; }

  .p-footer__button--tel p {
    font-size: 1.5rem; }

  .p-footer__button--tel a {
    font-size: 2.8rem; }

  .p-footer .calender-container {
    padding: 1.5rem 0 1.7rem 0;
    gap: 2rem; }

  .p-footer__button--btn {
    gap: 1rem; }

  .p-footer .btn-item {
    font-size: 1.5rem;
    width: 100%;
    margin: 0 3rem 0 3rem;
    padding: 1.5rem;
    border-radius: 1rem; }

  .p-footer__info--gp {
    width: 100%;
    margin-top: 0rem;
    margin-left: 1rem;
    margin-right: 1rem; }

  .p-footer__info--item:first-child {
    padding: 1rem .5rem 2rem;
    margin-bottom: 1.4rem; }

  .p-footer__schedule dl dt {
    width: 12rem; }

  .p-footer__schedule dl dd {
    width: calc((100% - 12rem) / 8); }

  .footer-link-fix {
    gap: 1rem;
    bottom: 9rem;
    right: 4rem; }

  .footer-link-fix .box {
    width: 13rem; }

  .footer-link-fix li .close {
    right: 1.5rem; }

  .p-footer__list-banner {
    gap: .5rem; }

  .p-footer__banner li {
    width: calc((100% - 0.5rem) / 2); } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-footer__schedule dl dt {
    width: 19rem; }

  .p-footer__schedule dl dd {
    width: calc((100% - 19rem) / 8); } }
@media (max-width: 767px) {
  .footer-link-fix {
    flex-flow: column;
    right: 1.5rem; }
    .footer-link-fix .box {
      width: 11rem; }

  .p-footer__maps {
    height: 20rem; }

  .p-footer__button--gp {
    width: 100%; }

  .p-header__info--item .fix-btn.fix-scroll {
    width: 5rem;
    height: 5rem;
    top: 1rem !important;
    left: auto;
    bottom: inherit;
    transition: inherit; }

  .p-header__info--item .fix-scroll a {
    height: 5rem; } }
[class^="grid-"],
[class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.l-grid-1000 {
  max-width: 103rem; }
.l-grid-1200 {
  max-width: 123rem; }
.l-grid-1232 {
  max-width: 126.2rem; }
.l-grid-1240 {
  max-width: 127rem; }
.l-grid-1280 {
  max-width: 131rem; }
.l-grid-1404 {
  max-width: 143.4rem; }
.l-grid-1418 {
  max-width: 144.8rem; }
.l-grid-1500 {
  max-width: 153rem; }
.l-grid-1568 {
  max-width: 159.8rem; }
.l-grid-1660 {
  max-width: 169rem; }
.l-grid-1690 {
  max-width: 172rem; }
.l-grid-1660 {
  max-width: 169rem; }

.l-container {
  width: 100%;
  position: relative; }

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease; }
  .wow_custom.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
    .wow_custom.show.wow_vz_02 {
      animation: fade_in_0 500ms 500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_03 {
      animation: fade_in_0 500ms 1000ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_04 {
      animation: fade_in_0 500ms 1500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_05 {
      animation: fade_in_0 500ms 2000ms linear;
      animation-fill-mode: forwards; }

.anchor_fixtop,
.u-anchor-offset {
  display: block;
  position: relative;
  top: -20rem;
  width: 100%;
  visibility: hidden; }

@media (max-width: 960px) {
  .anchor_fixtop,
  .u-anchor-offset {
    top: -8rem; } }
.l-grid {
  width: 100%;
  display: grid;
  gap: 3rem;
  padding-left: 0;
  padding-right: 0; }
  .l-grid--2 {
    grid-template-columns: 1fr 40rem; }
  .l-grid--3 {
    grid-template-columns: repeat(3, 1fr); }
  .l-grid--4 {
    grid-template-columns: 1fr 30rem; }
  .l-grid--5 {
    grid-template-columns: 1fr 30rem; }
  .l-grid--reverse {
    direction: rtl; }
    .l-grid--reverse .l-grid__inner {
      direction: ltr; }
  .l-grid--2-1fr {
    grid-template-columns: 1fr 1fr; }
  @media (max-width: 960px) {
    .l-grid {
      gap: 0rem; }
      .l-grid__inner:first-child {
        order: 2; }
      .l-grid__inner:last-child {
        order: 1;
        margin-bottom: 1rem; }
      .l-grid--2 {
        grid-template-columns: 1fr; }
      .l-grid--3 {
        gap: 3rem 1.5rem;
        grid-template-columns: repeat(2, 1fr); }
      .l-grid--3.vz-02 {
        gap: 3rem .5rem;
        grid-template-columns: repeat(3, 1fr); }
      .l-grid--sp3 {
        gap: 0.5rem;
        grid-template-columns: repeat(3, 1fr); }
      .l-grid--4 {
        grid-template-columns: 1fr; }
        .l-grid--4 .l-grid__inner:first-child {
          order: -1; }
      .l-grid--5 {
        grid-template-columns: 1fr; }
        .l-grid--5 .l-grid__inner:first-child {
          order: -1; }
      .l-grid--2-1fr.vz-02 {
        grid-template-columns: 1fr; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slide {
  transition: transform 0.4s linear;
  /* Chuyển động tuyến tính */ }

.slick-list {
  overflow: hidden;
  /* Ẩn các phần slide bên ngoài */ }

.slick-track {
  display: flex; }

:root {
  --main-color: #B69864;
  --main-color-light: rgba(236, 226, 211, 0.4);
  --main-color--title: #B69864;
  --main-color-white: #ffffff;
  --size-v1: max(3.2rem, 20px);
  --size-v2: max(2.8rem, 18px);
  --size-v3: max(2.5rem, 18px);
  --size-v4: max(2rem, 16px);
  --letter-spacing-default: 0.05rem;
  --font-default: "Noto Sans JP", sans-serif;
  --font-family-heading: "Shippori Mincho", serif; }

@media (max-width: 960px) {
  :root {
    --size-v1: max(1.9rem, 16px);
    --size-v2: max(1.8rem, 16px);
    --size-v3: max(1.7rem, 15px);
    --size-v4: max(1.6rem, 15px); } }
.c-heading {
  position: relative; }

.c-heading--lv1, .c-heading--lv1__v2 {
  position: relative;
  font-size: var(--size-v1);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 0 0 2rem 0;
  color: var(--main-color--title);
  font-family: var(--font-family-heading);
  text-align: center;
  font-weight: 600;
  margin-bottom: 4rem; }
  .c-heading--lv1::before, .c-heading--lv1__v2::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 7rem;
    height: 1.2rem;
    transform: translateX(-50%);
    border-bottom: 6px dotted var(--main-color); }
  .c-heading--lv1__v2 {
    text-align: left;
    line-height: 150%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 2rem;
    font-size: var(--size-v2);
    border-left: 0.6rem solid var(--main-color--title); }
    .c-heading--lv1__v2::before {
      content: none; }
  @media (max-width: 960px) {
    .c-heading--lv1, .c-heading--lv1__v2 {
      margin-bottom: 3rem;
      padding-bottom: 2rem; }
      .c-heading--lv1::before, .c-heading--lv1__v2::before {
        width: 6rem; }
      .c-heading--lv1__v2 {
        margin-bottom: 0;
        padding-bottom: 0; } }

.c-heading--lv2, .c-heading--lv2-alt {
  position: relative;
  font-size: var(--size-v2);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 1.5rem 2rem;
  color: var(--main-color-white);
  font-family: var(--font-family-heading);
  background: var(--main-color);
  width: calc(100% - 1.2rem);
  border: 1px dashed #fff;
  outline: 0.6rem solid var(--main-color);
  left: 0.6rem;
  font-weight: 600; }
  @media (max-width: 960px) {
    .c-heading--lv2, .c-heading--lv2-alt {
      padding: 1rem 1.5rem;
      text-align: justify; } }

.c-heading--lv2-alt {
  background: transparent;
  color: var(--main-color);
  border: 0;
  outline: 0;
  padding: 0 5rem 0 0;
  width: 100%;
  letter-spacing: 0.2rem;
  left: 0; }

.c-heading--lv3 {
  position: relative;
  font-size: var(--size-v3);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 0 0 1.5rem 0;
  color: var(--main-color);
  font-family: var(--font-family-heading); }
  .c-heading--lv3::before, .c-heading--lv3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.2rem;
    background: var(--main-color); }
  .c-heading--lv3::before {
    width: 10%;
    z-index: 2; }
  .c-heading--lv3::after {
    width: 100%;
    opacity: 0.1; }

.c-heading--lv4 {
  position: relative;
  font-size: var(--size-v4);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 0 0 0 2.5rem;
  color: var(--main-color);
  font-family: var(--font-family-heading);
  text-align: justify; }
  .c-heading--lv4.vs-01 {
    font-size: var(--size-v1);
    padding-left: 3.5rem; }
    .c-heading--lv4.vs-01::before {
      width: 2.5rem;
      height: 2.5rem;
      left: 0;
      top: 1.2rem; }
    @media (max-width: 960px) {
      .c-heading--lv4.vs-01 {
        padding-left: 2.5rem;
        margin-bottom: 0 !important; }
        .c-heading--lv4.vs-01::before {
          width: 1.8rem;
          height: 1.8rem;
          left: 0;
          top: 0.5rem; } }
  .c-heading--lv4::before {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    left: 0;
    top: 0.7rem;
    background: var(--main-color); }

.c-top__heading {
  position: relative;
  padding-top: 4rem;
  margin-bottom: 1.7rem; }
  .c-top__heading::before {
    content: "";
    position: absolute;
    width: 6.7rem;
    height: 5.3rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/title-icon02.png) no-repeat center;
    background-size: contain; }
  .c-top__heading--en {
    display: block;
    color: #f7ac63;
    font-size: 6rem;
    font-weight: 900;
    line-height: 130%;
    letter-spacing: 0; }
  .c-top__heading--jp {
    color: #454545;
    font-size: 3rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0; }
  .c-top__heading--desc {
    color: #f7ac63;
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0;
    display: block; }

@media (max-width: 960px) {
  .c-top__heading {
    padding-top: 2rem; }
    .c-top__heading::before {
      width: 4rem;
      height: 3.1rem; }
    .c-top__heading--en {
      font-size: 4rem; }
    .c-top__heading--jp {
      font-size: 2rem; }
    .c-top__heading--desc {
      font-size: 2.5rem; } }
.c-pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 6.1rem;
  height: 6.1rem;
  opacity: 0;
  border: 0;
  background: #9D894A;
  border: 0.1rem #fff solid;
  cursor: pointer;
  outline: none;
  transition: all 0.35s;
  z-index: 50; }
  .c-pagetop::before {
    content: "";
    position: absolute;
    width: 2.4rem;
    height: 1.2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #FFF; }
  .c-pagetop.show {
    opacity: 1; }
    .c-pagetop.show:hover {
      opacity: 0.8; }
  @media (max-width: 960px) {
    .c-pagetop {
      right: 0;
      bottom: 0;
      width: calc(100% / 5);
      border: 0;
      height: 6rem;
      position: fixed;
      opacity: 1; }
      .c-pagetop.fixed {
        bottom: 7rem; } }
  @media (max-width: 767px) {
    .c-pagetop {
      width: 7.5rem; } }

.c-menu__medical--list {
  margin-bottom: 3rem; }
  .c-menu__medical--list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem; }
  .c-menu__medical--list li a {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 175%;
    color: #b7a266;
    position: relative;
    display: block;
    letter-spacing: 0;
    height: 100%;
    text-align: center;
    transition: all 0.35s;
    padding: 1rem 1.5rem;
    background: rgba(183, 162, 102, 0.06);
    border: #b7a266 solid 1px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .c-menu__medical--list li a:hover {
      font-weight: bold; }
  .c-menu__medical--list li.current_page_item a {
    background: #b7a266;
    color: #FFF; }

@media (max-width: 960px) {
  .no_scroll {
    overflow: hidden; }

  .c-menu__medical--list li a {
    font-size: 1.5rem;
    padding: 1rem; } }
@media (max-width: 767px) {
  .c-menu__medical--list ul {
    gap: 1rem; }
  .c-menu__medical--list li {
    width: calc((100% - 1.001rem) / 2);
    margin-right: 0;
    bottom: 0; } }
.c-breadcrumb {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.2rem; }
  .c-breadcrumb__list {
    display: inline;
    gap: 0; }
  .c-breadcrumb__item {
    display: inline;
    position: relative; }
    .c-breadcrumb__item:not(:last-child) {
      padding-right: 1.5rem;
      margin-right: 1.5rem; }
      .c-breadcrumb__item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 49%;
        width: 0.8rem;
        aspect-ratio: 1 / 1;
        transform: translateY(-47%) rotate(45deg);
        border-top: 1px solid #353535;
        border-right: 1px solid #353535; }
  .c-breadcrumb__link {
    color: #454545; }
    .c-breadcrumb__link:hover {
      opacity: 1;
      text-decoration: underline; }
  .c-breadcrumb__current {
    color: #999; }
  .c-breadcrumb__link, .c-breadcrumb__current {
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 150%;
    letter-spacing: .05rem; }

.c-table {
  font-size: var(--size-p);
  color: #454545;
  line-height: 185%;
  letter-spacing: 0.05rem; }
  .c-table--01 {
    border-top: 1px dashed #dddddd; }
    @media (max-width: 960px) {
      .c-table--01 {
        border-top: 0px dashed #dddddd;
        border-bottom: 1px solid #dddddd; } }
    .c-table--01 .c-table__row {
      display: grid;
      grid-template-columns: 16rem 1fr;
      gap: 2rem;
      padding: 2rem 0;
      border-bottom: 1px dashed #dddddd; }
      .c-table--01 .c-table__row.tn-02 {
        grid-template-columns: 35rem 1fr; }
      @media (max-width: 960px) {
        .c-table--01 .c-table__row {
          grid-template-columns: 8rem 1fr;
          gap: 1rem;
          padding: 1.5rem 0;
          border-bottom: 0; }
          .c-table--01 .c-table__row:nth-child(odd) {
            background: #efefef; }
          .c-table--01 .c-table__row.tn-02 {
            grid-template-columns: 20rem 1fr; } }
    .c-table--01 .c-table__head {
      font-weight: 600; }
      @media (max-width: 960px) {
        .c-table--01 .c-table__head {
          padding-left: 1rem; } }
    .c-table--01 .c-table__body {
      font-weight: 500; }
      @media (max-width: 960px) {
        .c-table--01 .c-table__body {
          padding-right: 1rem; } }
    @media (max-width: 960px) {
      .c-table--01__spfull .c-table__row {
        grid-template-columns: 1fr; }
        .c-table--01__spfull .c-table__row:nth-child(odd) {
          background: transparent; }
      .c-table--01__spfull .c-table__head {
        padding: 1.5rem 2rem;
        background-color: var(--main-color-light); }
        .c-table--01__spfull .c-table__head br {
          display: none; }
      .c-table--01__spfull .c-table__body {
        padding-right: 0; }
      .c-table--01__spfull .c-list {
        margin: 0.5rem 0 0 0;
        padding: 0;
        gap: 0;
        background-color: transparent; } }
  .c-table--02 {
    border-top: 0px dashed #dddddd;
    border-bottom: 1px dashed #dddddd; }
    .c-table--02 .c-table__row {
      grid-template-columns: 22rem 1fr;
      border-bottom: 0px dashed #dddddd; }
      .c-table--02 .c-table__row:nth-child(odd) {
        background-color: var(--main-color-light); }
    .c-table--02 .c-table__head {
      padding-left: 2rem; }
    @media (max-width: 960px) {
      .c-table--02 .c-table__row {
        gap: 0;
        grid-template-columns: 1fr; }
        .c-table--02 .c-table__row .c-table__body,
        .c-table--02 .c-table__row .c-table__head {
          padding-left: 1.5rem;
          padding-right: 1.5rem; } }
  .c-table--compare {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; }
    .c-table--compare .c-table__head,
    .c-table--compare .c-table__data {
      border: 1px solid #e5e5e5;
      padding: 1.5rem 2rem;
      text-align: center;
      vertical-align: middle;
      font-weight: 500; }
      @media (max-width: 960px) {
        .c-table--compare .c-table__head,
        .c-table--compare .c-table__data {
          padding: 1rem 0.5rem;
          font-size: 1.3rem; } }
    .c-table--compare .c-table__row--head .c-table__head {
      background: #f5f5f5;
      font-weight: 600; }
      .c-table--compare .c-table__row--head .c-table__head:first-child {
        width: 25%; }
        @media (max-width: 960px) {
          .c-table--compare .c-table__row--head .c-table__head:first-child {
            width: 30%; } }

.c-table--schedule {
  border-top: 1px solid #e5e5e5; }
  .c-table--schedule .c-table__row {
    display: grid;
    grid-template-columns: 26rem repeat(8, 1fr);
    border-bottom: 1px solid #e5e5e5; }
    @media (max-width: 960px) {
      .c-table--schedule .c-table__row {
        grid-template-columns: 10rem repeat(8, 1fr); } }
  .c-table--schedule .c-table__row--head {
    background: #f5f5f5;
    font-weight: 600; }
  .c-table--schedule .c-table__head,
  .c-table--schedule .c-table__body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-right: 1px solid #e5e5e5;
    font-weight: 500; }
    .c-table--schedule .c-table__head:first-child,
    .c-table--schedule .c-table__body:first-child {
      border-left: 1px solid #e5e5e5; }
    @media (max-width: 960px) {
      .c-table--schedule .c-table__head,
      .c-table--schedule .c-table__body {
        padding: 0.5rem;
        line-height: 150%; } }
  .c-table--schedule .c-table__head {
    text-align: center; }

.c-schedule-table {
  margin-bottom: 1.3rem; }
  .c-schedule-table .row {
    display: flex;
    position: relative;
    padding: 1.15rem 0px; }
    .c-schedule-table .row::before {
      content: "";
      position: absolute;
      width: calc(100% - 1.6rem);
      height: 1px;
      background: #a1def2;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); }
    .c-schedule-table .row:first-child {
      background: #a1def2;
      border-bottom: 0;
      border-radius: 2rem;
      padding: 0.65rem 0; }
      .c-schedule-table .row:first-child::before {
        content: none; }
      .c-schedule-table .row:first-child .col {
        color: #3a82b3; }
    .c-schedule-table .row .col {
      color: #454545;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0;
      width: calc((100% - 20.2rem) / 6);
      position: relative; }
      .c-schedule-table .row .col:first-child {
        width: 14.2rem;
        padding-left: 1.5rem; }
      .c-schedule-table .row .col:last-child {
        width: 6rem; }
      .c-schedule-table .row .col-02 {
        color: #3a82b3; }
      .c-schedule-table .row .col-desc {
        position: absolute;
        color: #454545;
        font-size: 1.6rem;
        width: 105%;
        bottom: -1.6rem;
        left: -2rem; }

@media (max-width: 960px) {
  .c-schedule-table .row .col {
    font-size: 1.5rem;
    width: calc((100% - 14rem) / 6); }
    .c-schedule-table .row .col:first-child {
      width: 10rem; }
    .c-schedule-table .row .col:last-child {
      width: 4rem; }
    .c-schedule-table .row .col-desc {
      width: 168%;
      bottom: 0;
      font-size: 1.4rem; }
  .c-schedule-table .row:first-child .col:first-child {
    padding-left: 1rem; } }
.c-map {
  position: relative;
  width: 100%;
  height: 50rem;
  overflow: hidden;
  padding: 2rem; }
  .c-map iframe {
    position: relative;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 1; }
  .c-map::before, .c-map::after {
    content: "";
    position: absolute;
    width: 10rem;
    height: 10rem; }
  .c-map::before {
    left: 0;
    top: 0;
    border-left: 0.2rem solid var(--main-color);
    border-top: 0.2rem solid var(--main-color); }
  .c-map::after {
    right: 0;
    bottom: 0;
    border-right: 0.2rem solid var(--main-color);
    border-bottom: 0.2rem solid var(--main-color); }
  @media (max-width: 960px) {
    .c-map {
      height: 32rem;
      padding: 1rem; }
      .c-map::before, .c-map::after {
        width: 4rem;
        height: 4rem; } }

.c-list {
  list-style: none;
  background-color: rgba(69, 69, 69, 0.05);
  border-radius: 0.8rem;
  padding: 2rem;
  margin: 1rem 0; }
  .c-list li {
    position: relative;
    line-height: 1.8;
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 185%;
    letter-spacing: 0.05rem; }
  .c-list.u-mb-xl {
    margin-bottom: 8rem; }

.c-list--dot .c-list__item {
  padding-left: 1.6rem; }
  .c-list--dot .c-list__item::before {
    content: "・";
    position: absolute;
    left: 0; }

.c-list--bg {
  padding: 0;
  background-color: transparent; }
  .c-list--bg li {
    padding: 2rem;
    border-radius: 0.8rem;
    background-color: var(--main-color-light); }

.c-list--check .c-list__item {
  padding-left: 2rem; }
  .c-list--check .c-list__item::before {
    content: "✓";
    position: absolute;
    left: 0; }
  .c-list--check .c-list__item.last::before {
    content: ""; }

.c-list--2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1rem; }
  @media (max-width: 960px) {
    .c-list--2col {
      grid-template-columns: repeat(1, 1fr); } }

.c-list--3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1rem; }
  @media (max-width: 960px) {
    .c-list--3col {
      grid-template-columns: repeat(1, 1fr); } }

.p-page-banner__content {
  position: relative;
  width: 100%;
  z-index: 0; }
  .p-page-banner__content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(239, 154, 0, 0.1);
    z-index: 1; }
.p-page-banner__image {
  display: block;
  width: 100%;
  height: 20rem;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .p-page-banner__image {
      height: 40rem; } }
  .p-page-banner__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(0.3rem); }
.p-page-banner__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30rem;
  padding: 2rem;
  z-index: 2;
  text-shadow: 0.3rem 0.3rem 0.4rem #333; }
  @media (min-width: 1024px) {
    .p-page-banner__title {
      min-width: 35rem;
      padding: 1.5rem 5rem; } }
  .p-page-banner__title .ja {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #ffffff;
    font-weight: 700; }
    @media (min-width: 1024px) {
      .p-page-banner__title .ja {
        font-size: 3.3rem;
        letter-spacing: 0rem; } }

.c-news__list {
  margin-bottom: 6rem;
  width: 100%; }
.c-news__main {
  width: calc(100% - 30rem); }
.c-news__sidebar {
  width: 30rem;
  padding-left: 5rem; }
.c-news__pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem; }
  .c-news__pagination .wp-pagenavi span,
  .c-news__pagination .wp-pagenavi a {
    height: 4rem;
    min-width: 4rem;
    border: 0.1rem solid #b7a266;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.55rem;
    color: #b7a266;
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.35s ease; }
  .c-news__pagination .wp-pagenavi a:hover,
  .c-news__pagination .wp-pagenavi .current {
    background: #b7a266;
    color: #fff; }
.c-news__archive {
  border: #b7a266 solid 0.1rem;
  margin-bottom: 3rem; }
  .c-news__archive:last-child {
    margin-bottom: 0; }
  .c-news__archive-title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    background: #b7a266;
    text-align: left;
    padding: 1rem;
    cursor: pointer;
    position: relative; }
    .c-news__archive-title::before {
      content: "";
      position: absolute;
      right: 1.5rem;
      top: 50%;
      width: 0.8rem;
      height: .8rem;
      transform: translateY(-50%) rotate(135deg);
      position: absolute;
      content: "";
      border-top: .1rem solid #FFFFFF;
      border-right: .1rem solid #FFFFFF;
      transition: all 0.35s; }
    .c-news__archive-title.active::before {
      transform: translateY(-50%) rotate(315deg); }
  .c-news__archive-list {
    padding: 0 1.5rem;
    max-height: 32rem;
    overflow: auto; }

.p-news__item {
  padding: 2rem 0;
  transition: background-color 0.3s ease;
  background: rgba(183, 162, 102, 0.2);
  margin-bottom: 1.5rem; }
  .p-news__item:nth-child(odd) {
    background: #b7a266; }
    .p-news__item:nth-child(odd) .p-news__date,
    .p-news__item:nth-child(odd) .p-news__title {
      color: #fff; }
  .p-news__item:last-child {
    margin-bottom: 0; }
  .p-news__item:hover {
    background: rgba(183, 162, 102, 0.5); }
    .p-news__item:hover .p-news__date,
    .p-news__item:hover .p-news__title {
      color: #171717; }
.p-news__link {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #222;
  text-decoration: none;
  font-size: 1.6rem;
  transition: color 0.3s ease; }
  .p-news__link:hover {
    color: #d39e05; }
.p-news__date {
  display: inline-block;
  min-width: 13rem;
  font-size: 1.8rem;
  color: #171717;
  line-height: 1.4;
  font-weight: 600;
  padding-left: 2rem;
  padding-right: 2rem;
  letter-spacing: .1rem; }
.p-news__title {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #171717;
  word-break: break-word;
  padding-right: 2rem; }
.p-news__archive-item {
  border-bottom: #b7a266 solid 1px; }
  .p-news__archive-item a {
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    display: block;
    padding: 1.3rem 0;
    transition: all 0.35s; }
    .p-news__archive-item a:hover {
      color: #b7a266; }
  .p-news__archive-item:last-child {
    border-bottom: 0; }

.p-single__header {
  background: rgba(183, 162, 102, 0.1);
  padding: 3rem; }
.p-single__title {
  font-size: 3.2rem;
  color: #b7a266;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.p-single__date {
  font-size: 1.6rem;
  color: #b7a266;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.3rem; }
.p-single__content {
  padding: 4rem 0; }
  .p-single__content :is(h1, h2, h3, h4, h5, h6) {
    color: var(--main-color--title);
    font-weight: 600;
    line-height: 140%;
    letter-spacing: var(--letter-spacing-default);
    margin-bottom: 2.5rem;
    clear: both;
    margin-top: 6rem;
    position: relative; }
  .p-single__content h1 {
    text-align: center;
    font-size: var(--size-v1);
    padding-bottom: 2rem;
    margin-bottom: 4rem; }
    .p-single__content h1::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 7rem;
      height: 1.2rem;
      transform: translateX(-50%);
      border-bottom: 6px dotted var(--main-color); }
  .p-single__content h2 {
    font-size: var(--size-v2);
    padding: 1.5rem 2rem;
    color: var(--main-color-white);
    background: var(--main-color);
    width: calc(100% - 1.2rem);
    border: 1px dashed #fff;
    outline: 0.6rem solid var(--main-color);
    left: 0.6rem; }
  .p-single__content h3 {
    font-size: var(--size-v3);
    padding: 0 0 1.5rem 0; }
    .p-single__content h3::before, .p-single__content h3::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 0.2rem;
      background: var(--main-color); }
    .p-single__content h3::before {
      width: 10%;
      z-index: 2; }
    .p-single__content h3::after {
      width: 100%;
      opacity: 0.1; }
  .p-single__content h4, .p-single__content h5 {
    padding-left: 2.5rem;
    font-size: var(--size-v4); }
    .p-single__content h4::before, .p-single__content h5::before {
      content: "";
      position: absolute;
      width: 1.5rem;
      height: 1.5rem;
      left: 0;
      top: 0.7rem;
      background: var(--main-color); }
  .p-single__content h5::before {
    border-radius: 100%; }
  .p-single__content h6 {
    font-size: var(--size-p); }
  .p-single__content blockquote {
    background-color: #eeeeee;
    padding: 4rem; }
    .p-single__content blockquote p:last-child {
      margin-bottom: 0; }
  .p-single__content :is(p, td, li, th, blockquote, a) {
    font-size: var(--size-p);
    color: #333;
    font-weight: 500;
    line-height: 185%;
    letter-spacing: .05em;
    margin-bottom: 2.5rem; }
  .p-single__content a {
    color: #0073aa;
    text-decoration: underline; }
  .p-single__content ul,
  .p-single__content ol {
    list-style: disc;
    margin-left: 2.2rem;
    margin-bottom: 2.5rem; }
  .p-single__content ol {
    list-style: numbered; }
  .p-single__content li {
    margin-bottom: 0; }
    .p-single__content li:not(:last-child) {
      margin-bottom: 1rem; }
  .p-single__content hr {
    border: none;
    border-top: 0.1rem solid #cccccc;
    margin: 2rem 0; }
.p-single-nav {
  margin-top: 5rem; }
  .p-single-nav__list {
    display: flex;
    justify-content: space-between;
    gap: 2rem; }
  .p-single-nav__link {
    transition: all 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 6.5rem;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0.1rem solid #b7a266;
    border-radius: 3.3rem;
    background: #b7a266;
    text-decoration: none;
    transition: ease-in-out .3s; }
    .p-single-nav__link.p-single-nav__link--disabled {
      opacity: 0.5; }
.p-single__footer {
  margin-bottom: 10rem; }

@media (min-width: 767.5px) {
  .p-single__content .alignleft, .p-single__content .alignright {
    width: 35%; }
  .p-single__content .alignleft {
    float: left;
    margin-right: 1.5rem; }
  .p-single__content .alignright {
    float: right;
    margin-left: 1.5rem; }
  .p-single__content .aligncenter {
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 960px) {
  .c-news__main {
    width: 100%;
    margin-bottom: 6rem; }
  .c-news__sidebar {
    padding-left: 0;
    width: 100%; }

  .p-news__date {
    font-size: 1.5rem;
    min-width: 11rem;
    padding-left: 1rem;
    padding-right: 0; }
  .p-news__title {
    font-size: 1.5rem;
    padding-right: 1rem; }
  .p-news__link {
    gap: 0; }
  .p-news__archive-item a {
    font-size: 1.5rem; } }
@media (max-width: 960px) {
  .p-single__content :is(h1, h2, h3, h4, h5, h6) {
    margin-top: 4rem;
    text-align: justify; }
  .p-single__content :is(p, td, li, th, blockquote, a) {
    font-size: 1.5rem;
    letter-spacing: .02em; }
  .p-single__content h1 {
    margin-bottom: 3rem;
    text-align: center; }
    .p-single__content h1::before {
      width: 6rem; }
  .p-single__content h2 {
    padding: 1rem 1.5rem; }
  .p-single__content blockquote {
    padding: 1.5rem; }
  .p-single__date {
    font-size: 1.5rem; }
  .p-single__title {
    font-size: 2rem; }
  .p-single-nav {
    margin-top: 0; }
    .p-single-nav__link {
      width: 20rem;
      height: 5rem;
      font-size: 1.5rem; } }
@media (max-width: 767px) {
  .p-single__header {
    padding: 1rem; }
  .p-single__content img {
    width: 100%; }
  .p-single-nav__list {
    flex-wrap: wrap;
    gap: 1.5rem; }
  .p-single-nav__link {
    width: 100%; }
  .p-single-nav__item {
    width: calc((100% - 1.501rem) / 2); }
    .p-single-nav__item.p-single-nav__item--back {
      order: 1;
      width: 100%; } }
.p-column__list {
  flex-wrap: wrap;
  gap: 5rem 1.5rem; }
.p-column__item {
  flex: 0 0 calc((100% - 4.5rem) / 4);
  box-sizing: border-box; }

.c-column-card__thumb {
  margin-bottom: 1rem; }
  .c-column-card__thumb img {
    width: 100%;
    aspect-ratio: 4 / 2.8;
    object-fit: cover;
    border-radius: 1.5rem; }
.c-column-card__date {
  padding: 0.5rem 1.5rem;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 175%;
  letter-spacing: 0.1rem;
  text-decoration: none;
  background-color: #b7a266;
  transition: ease-in-out .3s;
  margin-bottom: 1rem;
  display: inline-block;
  border-radius: .5rem; }
.c-column-card__title a {
  font-size: 1.8rem;
  color: #171717;
  font-weight: bold;
  line-height: 155%;
  letter-spacing: 0.1rem;
  transition: ease-in-out .3s;
  text-decoration: none !important;
  text-align: justify;
  margin-bottom: 1rem;
  display: inline-block; }
.c-column-card__excerpt {
  font-size: 1.6rem;
  color: #171717;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.1rem;
  transition: ease-in-out .3s;
  text-decoration: none !important;
  text-align: justify; }

.mb-10 {
  margin-bottom: 10rem; }

.c-sitemap__menu--list {
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0; }
.c-sitemap__menu--link {
  display: inline-block;
  color: #454545;
  font-size: 1.8rem;
  line-height: 1.85;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500; }
  .c-sitemap__menu--link:hover {
    color: #b7a266; }

.l-author-container {
  background: rgba(183, 162, 102, 0.1);
  padding: 4.5rem; }

.c-author {
  border: #b7a266 solid 1px;
  background: #FFF;
  padding: 3rem;
  margin-bottom: 3rem; }
  .c-author:last-child {
    margin-bottom: 0; }
  .c-author__info {
    width: calc(100% - 33rem);
    padding-right: 6rem; }
  .c-author__avatar {
    width: 33rem; }
    .c-author__avatar img {
      width: 100%;
      border-radius: 0.5rem; }
  .c-author__title {
    color: #b7a266;
    font-size: 3rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.15rem;
    margin-bottom: 3rem; }
    .c-author__title.vz-02 {
      font-size: 2.4rem;
      margin-bottom: 1.5rem; }
  .c-author__name {
    border-bottom: #454545 dashed 1px;
    padding-bottom: 2.5rem;
    margin-bottom: 3rem; }
    .c-author__name p {
      color: #454545;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0; }
      .c-author__name p:nth-child(2) {
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 0.1rem; }
  .c-author__list {
    margin-bottom: 3.5rem; }
    .c-author__list li {
      color: #454545;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.1rem;
      position: relative;
      padding-left: 1.6rem;
      margin-bottom: 1.5rem; }
      .c-author__list li:last-child {
        margin-bottom: 0; }
      .c-author__list li::before {
        content: "";
        position: absolute;
        width: 0.6rem;
        height: 0.6rem;
        top: 1.2rem;
        left: 0;
        border-radius: 100%;
        background: #b7a266; }
  .c-author__desc {
    margin-bottom: 4rem;
    background: rgba(183, 162, 102, 0.2);
    padding: 2.5rem; }
    .c-author__desc p {
      color: #454545;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.1rem; }
  .c-author__link ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem; }
    .c-author__link ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 6rem;
      color: #FFF;
      font-size: var(--size-p);
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0;
      background: #b7a266; }
  .c-author__link.vz-02 ul {
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr); }
  .c-author__table {
    margin-bottom: 3rem;
    border: #999 solid 1px; }
    .c-author__table dl {
      display: flex;
      border-bottom: #999 solid 1px; }
      .c-author__table dl:last-child {
        border-bottom: 0; }
      .c-author__table dl dt,
      .c-author__table dl dd {
        color: #454545;
        font-size: var(--size-p);
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0.1rem;
        padding: 1rem 2rem; }
      .c-author__table dl dt {
        width: 16rem;
        background: #b7a266;
        color: #FFF; }
      .c-author__table dl dd {
        width: calc(100% - 16rem); }
        .c-author__table dl dd a {
          text-decoration: underline; }
          .c-author__table dl dd a:hover {
            text-decoration: none; }

.column-list__empty {
  background: rgba(183, 162, 102, 0.1);
  text-align: center;
  padding: 3rem; }
  .column-list__empty p {
    text-align: center; }

@media (max-width: 960px) {
  .l-author-container {
    padding: 1rem;
    margin-bottom: 6rem; }

  .c-author {
    padding: 2rem 1.5rem; }
    .c-author__info {
      width: 100%;
      padding-right: 0;
      order: 1; }
    .c-author__avatar {
      width: 100%;
      margin-bottom: 2rem; }
    .c-author__title {
      font-size: 2rem;
      margin-bottom: 1.5rem; }
      .c-author__title.vz-02 {
        font-size: 1.8rem; }
    .c-author__name {
      margin-bottom: 2.5rem; }
      .c-author__name p {
        font-size: 1.5rem; }
        .c-author__name p:nth-child(2) {
          font-size: 1.8rem; }
    .c-author__list {
      margin-bottom: 2.5rem; }
    .c-author__list li {
      font-size: 1.5rem;
      padding-left: 1.4rem;
      margin-bottom: 0.5rem; }
      .c-author__list li::before {
        top: 1rem; }
      .c-author__list li:last-child {
        margin-bottom: 0; }
    .c-author__desc {
      padding: 1.5rem;
      margin-bottom: 3rem; }
    .c-author__link ul {
      gap: 1rem; }
    .c-author__table dl dt,
    .c-author__table dl dd {
      padding: 0.7rem;
      font-size: 1.5rem; }
    .c-author__table dl dt {
      width: 9rem; }
    .c-author__table dl dd {
      width: calc(100% - 9rem); }

  .p-column__list {
    gap: 5rem 1rem; }
  .p-column__item {
    flex: 0 0 calc((100% - 1rem) / 2); }

  .c-column-card__date {
    font-size: 1.3rem; }
  .c-column-card__title a {
    font-size: 1.5rem; }
  .c-column-card__excerpt {
    font-size: 1.3rem; }

  .c-sitemap__menu--list {
    grid-template-columns: repeat(2, 1fr); }
  .c-sitemap__menu--link {
    font-size: 1.5rem; }

  .mb-10 {
    margin-bottom: 6rem; } }
@media (max-width: 767px) {
  .c-sitemap__menu--list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem; }

  .c-author__link ul {
    grid-template-columns: 1fr; }
    .c-author__link ul li a {
      height: 5rem; }
  .c-author__link.vz-02 ul {
    grid-template-columns: 1fr; } }
.flex-col {
  display: flex;
  flex-direction: column; }
  .flex-col .flex-order-1 {
    order: 1; }
  .flex-col .flex-order-2 {
    order: 2; }
  .flex-col .flex-order-3 {
    order: 3; }

.min-h-20 {
  min-height: 24rem; }

.ul-mb-8 {
  margin-bottom: 8rem; }

.bg_staff img {
  width: 100%;
  border-radius: 2rem; }

.c-table__body a {
  text-decoration: underline; }

.p-clinic__calendar iframe {
  width: 100%;
  height: 48rem; }

body .sbi-critical-notice {
  bottom: 8rem;
  right: .5rem; }

.p-mv {
  position: relative;
  z-index: 1; }
  .p-mv__menu {
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%; }
  .p-mv__visual {
    position: relative;
    z-index: 0; }
    .p-mv__visual video {
      height: 100vh;
      width: 100%;
      object-fit: cover; }
    .p-mv__visual::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 0;
      top: 0;
      left: 0;
      background: #FFF;
      opacity: .5; }

.p-mv-cont {
  position: absolute;
  top: 54.5%;
  left: 11.6rem; }
  .p-mv-cont h2 {
    color: #000;
    line-height: 150%;
    letter-spacing: 0.6rem;
    font-weight: 500;
    font-size: 6rem;
    font-family: "Shippori Mincho", serif; }
    .p-mv-cont h2 .sub-mv {
      font-size: 6rem;
      color: #B3921E; }
  .p-mv-cont p {
    color: #000;
    line-height: 175%;
    letter-spacing: 0.24rem;
    font-weight: 400;
    font-size: 2.8rem;
    font-family: "Shippori Mincho", serif; }

.p-top-news {
  background: url(images/BG-new01.jpg) no-repeat center/cover;
  padding: 10.9rem 0 8.5rem; }
  .p-top-news__title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 3rem;
    gap: 2rem; }
    .p-top-news__title h3 {
      color: #B7A266;
      line-height: 150%;
      letter-spacing: 0.64rem;
      font-weight: 400;
      font-size: 3.2rem; }
    .p-top-news__title p {
      color: #222;
      line-height: 175%;
      letter-spacing: 0.2rem;
      font-weight: 400;
      font-size: 2rem;
      font-family: "Shippori Mincho", serif; }
  .p-top-news .c-top-news__archive-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: .3rem;
    flex-wrap: wrap; }
    .p-top-news .c-top-news__archive-list li {
      width: calc((100% - .9rem) / 4); }
      .p-top-news .c-top-news__archive-list li a.active {
        background: #B7A266;
        color: #FFF; }
      .p-top-news .c-top-news__archive-list li:hover a {
        background: #B7A266;
        color: #FFF;
        opacity: 1; }
    .p-top-news .c-top-news__archive-list a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      background: #ECE2D3;
      border-top-left-radius: .5rem;
      border-top-right-radius: .5rem;
      color: #222;
      line-height: 175%;
      letter-spacing: 0.16rem;
      font-weight: 500;
      font-size: 1.6rem;
      font-family: "Shippori Mincho", serif;
      padding: 1.8rem 2rem; }
  .p-top-news .c-news-mini__item {
    color: #4F545A;
    letter-spacing: 0.16rem;
    font-weight: 500;
    font-size: 1.6rem;
    padding: 0 2rem;
    border-bottom: 1px solid #ECE2D3; }
  .p-top-news .c-news-mini__date {
    border-right: 1px solid #4F545A;
    width: 11.6rem;
    line-height: 125%; }
  .p-top-news .c-news-mini {
    background: #FFF;
    padding: 0rem 5rem;
    height: 22rem; }
  .p-top-news .c-news-mini__title {
    width: calc(100% - 11.6rem);
    padding: 2.4rem 2rem;
    line-height: 150%;
    position: relative;
    z-index: 0; }
    .p-top-news .c-news-mini__title::before {
      content: "";
      position: absolute;
      width: 0.559rem;
      height: 1.2rem;
      background: url(images/icon_arrow-03.svg) no-repeat center/cover;
      top: 50%;
      transform: translateY(-50%);
      right: 0rem;
      z-index: -1; }
  .p-top-news__list--item {
    display: none; }
    .p-top-news__list--item.active {
      display: block; }
  .p-top-news .p-top-news__list {
    padding: 5rem 0;
    background: #FFF;
    margin-bottom: 3.5rem; }
  .p-top-news #sb_instagram {
    padding: 0 5rem; }
    .p-top-news #sb_instagram .sbi_photo {
      height: auto !important; }
  .p-top-news .os-theme-dark > .os-scrollbar-vertical,
  .p-top-news .os-theme-light > .os-scrollbar-vertical {
    width: .4rem; }
  .p-top-news .os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: #B69864; }
  .p-top-news .os-theme-dark > .os-scrollbar,
  .p-top-news .os-theme-light > .os-scrollbar {
    background: transparent;
    padding: 0;
    right: 2.2rem; }
  .p-top-news .os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
  .p-top-news .os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
    height: 4.6rem !important; }

.c-top__button--01 a {
  display: block;
  color: #9D894A;
  line-height: 100%;
  letter-spacing: 0.3rem;
  font-weight: 500;
  font-size: 1.46rem;
  font-family: "Shippori Mincho", serif;
  width: 24rem;
  padding: 2rem 1rem;
  text-align: center;
  background: #FFF;
  border: 1px solid #9D894A;
  position: relative;
  z-index: 0;
  transition: all .35s; }
  .c-top__button--01 a::before {
    content: "";
    position: absolute;
    width: 1.724rem;
    height: 0.849rem;
    mask: url(images/arrow-new01.png) no-repeat center;
    -webkit-mask: url(images/arrow-new01.png) no-repeat center;
    mask-size: contain;
    background: #9D894A;
    top: 50%;
    transform: translateY(-50%);
    right: 2.5rem;
    z-index: -1;
    transition: all .35s; }
  .c-top__button--01 a:hover {
    background: #9D894A;
    color: #FFF; }
    .c-top__button--01 a:hover::before {
      background: #FFF; }
.c-top__button--01.vz-02 a {
  width: 28rem; }
.c-top__button--01.vz-03 a {
  background: transparent; }
  .c-top__button--01.vz-03 a:hover {
    background: #9D894A;
    color: #FFF; }
    .c-top__button--01.vz-03 a:hover::before {
      background: #FFF; }

.p-top-greeting {
  position: relative;
  background: url(images/bg_greeting01.png) no-repeat center/cover;
  z-index: 0;
  padding: 10.4rem 0 0rem 0; }
  .p-top-greeting::before {
    content: "";
    position: absolute;
    width: 101.9rem;
    height: 43.3rem;
    background: url(images/bg_greeting03.png) no-repeat center/cover;
    top: 0;
    right: 0;
    z-index: -1; }
  .p-top-greeting::after {
    position: absolute;
    content: "";
    width: 78.05rem;
    height: 33.182rem;
    background: url(images/bg_greeting02.png) no-repeat center/cover;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .p-top-greeting .ab-greeting_01 {
    position: absolute;
    bottom: 24.5rem;
    left: 4.8rem;
    z-index: 1;
    background: url(images/GREETING.png) no-repeat center/cover;
    width: 7.9rem;
    height: 70.5rem; }
    .p-top-greeting .ab-greeting_01::before {
      content: "";
      position: absolute;
      width: 1px;
      height: 21.2rem;
      background: #B69864;
      bottom: -24.5rem;
      right: 4rem;
      z-index: 1; }
  .p-top-greeting .ab-greeting_02 {
    position: absolute;
    bottom: 1.7rem;
    right: 0;
    z-index: 1;
    background: url(images/Miho.png) no-repeat center/cover;
    width: 142.3rem;
    height: 9.8rem; }
  .p-top-greeting__container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end; }
  .p-top-greeting__item:first-child {
    padding-left: 7rem;
    padding-right: 2.5rem;
    padding-bottom: 17.5rem;
    width: calc(100% - 72.5rem);
    display: flex;
    flex-direction: column;
    align-items: center; }
  .p-top-greeting__item:last-child {
    width: 72.5rem; }
    .p-top-greeting__item:last-child .p-top-greeting__img {
      position: relative;
      z-index: 0;
      text-align: right; }
      .p-top-greeting__item:last-child .p-top-greeting__img img {
        width: 51.3rem;
        display: inline-block; }
    .p-top-greeting__item:last-child .p-top-greeting__info-img {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 26.9rem;
      background: #FFF;
      border: .2rem solid #9D894A;
      opacity: .95;
      padding: 1.5rem 2rem;
      position: absolute;
      z-index: 1;
      bottom: 16.8rem;
      left: 57%;
      transform: translateX(-50%); }
      .p-top-greeting__item:last-child .p-top-greeting__info-img .info-jp {
        display: flex; }
        .p-top-greeting__item:last-child .p-top-greeting__info-img .info-jp .position {
          padding-top: 1rem; }
          .p-top-greeting__item:last-child .p-top-greeting__info-img .info-jp .position p {
            color: #9D894A;
            line-height: 175%;
            letter-spacing: 0.24rem;
            font-weight: 400;
            font-size: 2.4rem;
            font-family: "Shippori Mincho", serif; }
        .p-top-greeting__item:last-child .p-top-greeting__info-img .info-jp .name_jp p {
          color: #9D894A;
          line-height: 175%;
          letter-spacing: 0.34rem;
          font-weight: 400;
          font-size: 3.4rem;
          font-family: "Shippori Mincho", serif; }
      .p-top-greeting__item:last-child .p-top-greeting__info-img .name-en {
        width: 100%;
        border-top: 1px solid #9D894A;
        padding: .5rem 0; }
        .p-top-greeting__item:last-child .p-top-greeting__info-img .name-en p {
          color: #9D894A;
          line-height: 175%;
          letter-spacing: 0.24rem;
          font-weight: 400;
          font-size: 1.8rem;
          font-family: "Shippori Mincho", serif;
          text-align: center; }
  .p-top-greeting__title {
    margin-bottom: 3rem;
    margin-top: 1.5rem; }
    .p-top-greeting__title h3 {
      color: #20130E;
      line-height: 200%;
      letter-spacing: 0.4rem;
      font-weight: 400;
      font-size: 4rem;
      font-family: "Shippori Mincho", serif; }
  .p-top-greeting__content {
    margin-bottom: 5.6rem; }
    .p-top-greeting__content p {
      color: #20130E;
      line-height: 200%;
      letter-spacing: 0.18rem;
      font-weight: 300;
      font-size: var(--size-p); }
  .p-top-greeting__btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 3rem 4.8rem;
    padding-right: .7rem; }

.p-top-menu {
  background: url(images/BG-menu01.jpg) no-repeat center/cover;
  padding: 12rem 0; }
  .p-top-menu__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.4rem 3.4rem; }
  .p-top-menu__item {
    width: calc((100% - 6.8rem) / 3); }
    .p-top-menu__item a {
      display: block;
      background-image: var(--bg-menu);
      width: 100%;
      height: 23.5rem;
      border-top-right-radius: 3rem;
      border-bottom-left-radius: 3rem;
      background-repeat: no-repeat;
      background-size: cover; }
  .p-top-menu__info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding-left: 4.5rem; }
    .p-top-menu__info .jp-info {
      color: #FFF;
      line-height: 175%;
      letter-spacing: 0.2rem;
      font-weight: 400;
      font-size: 3.2rem;
      font-family: "Shippori Mincho", serif; }
    .p-top-menu__info .en-info {
      color: #F3CFA3;
      line-height: 175%;
      letter-spacing: 0.3rem;
      font-weight: 400;
      font-size: 1.6rem;
      font-family: "Shippori Mincho", serif; }

.p-top-trouble {
  background: url(images/BG-trouble01.jpg) no-repeat center/cover;
  padding: 17rem 0 12rem 0; }
  .p-top-trouble__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.6rem 2.4rem; }
    .p-top-trouble__container li {
      width: calc((100% - 14.4rem) / 7);
      background: #FFF;
      position: relative;
      z-index: 0;
      box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.06); }
      .p-top-trouble__container li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
        min-height: 12.16rem;
        padding: 2.5rem 1rem 1.4rem;
        gap: 1.5rem; }
      .p-top-trouble__container li .trouble-img {
        width: 6.4rem;
        height: 6.4rem; }
      .p-top-trouble__container li .trouble-info {
        color: #20130E;
        line-height: 140%;
        letter-spacing: 0.075rem;
        font-weight: bold;
        font-size: 1.5rem;
        text-align: center;
        min-height: 6.3rem;
        display: flex;
        justify-content: center;
        align-items: center; }
      .p-top-trouble__container li img {
        width: 100%; }
      .p-top-trouble__container li::before {
        content: "";
        position: absolute;
        width: 1.2rem;
        height: 1.2rem;
        background: #AC9002;
        bottom: 0.5rem;
        right: 0.5rem;
        clip-path: polygon(100% 0, 100% 100%, 0 100%);
        z-index: -1;
        transition: ease all .35s; }
      .p-top-trouble__container li:hover::before {
        background: #2F5D73; }

.p-top-medical {
  background: url(images/BG-medical01.jpg) no-repeat center/cover;
  padding: 15rem 0 12rem 0; }
  .p-top-medical__container-01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4rem;
    margin-bottom: 7.5rem; }
    .p-top-medical__container-01 .p-top-medical__item {
      width: calc((100% - 8rem) / 3);
      position: relative;
      z-index: 1; }
      .p-top-medical__container-01 .p-top-medical__item::before {
        content: "";
        position: absolute;
        width: 9rem;
        height: 9rem;
        border-top: 1px solid #FFF;
        border-left: 1px solid #FFF;
        top: 2rem;
        left: 2rem;
        z-index: 0; }
      .p-top-medical__container-01 .p-top-medical__item img {
        width: 100%; }
      .p-top-medical__container-01 .p-top-medical__item::after {
        content: "";
        position: absolute;
        width: 9rem;
        height: 9rem;
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF;
        top: 2rem;
        right: 2rem;
        z-index: 0; }
      .p-top-medical__container-01 .p-top-medical__item .medical-content-hover a {
        opacity: 0;
        color: #FFF;
        line-height: 160%;
        letter-spacing: 0;
        font-weight: 400;
        font-size: 2.4rem;
        width: 100%;
        padding: 3.6rem 4.2rem;
        display: flex;
        justify-content: center;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        transition: all .35s; }
  .p-top-medical__title {
    color: #FFF;
    line-height: 170%;
    letter-spacing: 5%;
    font-weight: 400;
    font-size: 3.6rem;
    font-family: "Shippori Mincho", serif;
    text-align: center; }
  .p-top-medical__sub-title {
    color: #E3D4B8;
    line-height: 165%;
    letter-spacing: .4rem;
    font-weight: 400;
    font-size: 2.2rem;
    font-family: "Shippori Mincho", serif;
    text-align: center; }
  .p-top-medical__box-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    gap: 4.5rem;
    margin-top: -6rem;
    transition: all .35s; }
    .p-top-medical__box-info .medical-list-info li {
      display: block;
      color: #FFF;
      line-height: 175%;
      letter-spacing: 0;
      font-weight: 300;
      font-size: var(--size-p);
      padding: .5rem 5rem;
      position: relative;
      z-index: 0;
      background: rgba(34, 34, 34, 0.6); }
      .p-top-medical__box-info .medical-list-info li::before {
        content: "";
        position: absolute;
        width: 2rem;
        height: 2rem;
        background: url(images/icon-medical01.jpg) no-repeat center/cover;
        top: 50%;
        left: 1.5rem;
        transform: translateY(-50%);
        z-index: -1; }
    .p-top-medical__box-info .medical-list-info .medical-item-info_01 {
      margin-bottom: 1rem; }
    .p-top-medical__box-info .box-item {
      display: flex;
      min-height: 21rem;
      flex-direction: column;
      flex-wrap: wrap;
      gap: 3.8rem;
      justify-content: center;
      align-items: center; }
  .p-top-medical__bg-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    .p-top-medical__bg-item::before {
      content: "";
      position: absolute;
      width: 9rem;
      height: 9rem;
      border-bottom: 1px solid #FFF;
      border-left: 1px solid #FFF;
      bottom: 2rem;
      left: 2rem;
      z-index: 0; }
    .p-top-medical__bg-item::after {
      content: "";
      position: absolute;
      width: 9rem;
      height: 9rem;
      border-bottom: 1px solid #FFF;
      border-right: 1px solid #FFF;
      bottom: 2rem;
      right: 2rem;
      z-index: 0; }
  .p-top-medical__container-02 {
    max-width: 122.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .p-top-medical__container-02 ul {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 2.5rem; }
      .p-top-medical__container-02 ul li {
        width: calc((100% - 7.5rem) / 4);
        position: relative;
        z-index: 0;
        padding: 3.8rem 2rem 2.8rem 2rem;
        background: url(images/BG-medical02.jpg) no-repeat center/cover; }
        .p-top-medical__container-02 ul li a {
          display: flex;
          flex-direction: column;
          width: 100%;
          justify-content: center;
          align-items: center;
          gap: 1rem; }
        .p-top-medical__container-02 ul li .medical-contai02_title {
          color: #FFF;
          line-height: 130%;
          letter-spacing: .3rem;
          font-weight: 500;
          font-size: 3rem;
          font-family: "Shippori Mincho", serif;
          text-align: center;
          min-height: 7.8rem;
          margin-bottom: .3rem;
          display: flex;
          justify-content: center;
          align-items: center; }
        .p-top-medical__container-02 ul li .medical-contai02_sub-title {
          color: #FFF;
          line-height: 150%;
          letter-spacing: .18rem;
          font-weight: 400;
          font-size: var(--size-p);
          min-height: 8.1rem; }
        .p-top-medical__container-02 ul li::before {
          content: "";
          position: absolute;
          width: 3.6rem;
          height: 3.6rem;
          background: url(images/medical-arrow-right02.png) no-repeat center/cover;
          bottom: 0;
          right: 0;
          z-index: -1; }
        .p-top-medical__container-02 ul li::after {
          content: "";
          position: absolute;
          width: 0.9rem;
          height: 0.9rem;
          background: url(images/medical-arrow-right.png) no-repeat center/cover;
          bottom: 0.5rem;
          right: 0.5rem;
          z-index: -1; }
  .p-top-medical__btn a {
    display: block;
    color: #FFF;
    line-height: 175%;
    letter-spacing: 0;
    font-weight: 400;
    font-size: var(--size-p);
    font-family: "Shippori Mincho", serif;
    text-align: center;
    padding: 1.1rem 8rem 1.2rem;
    border: 1px solid #FFF;
    position: relative;
    z-index: 0; }
    .p-top-medical__btn a::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background: #FFF;
      bottom: .5rem;
      left: 0;
      z-index: -1; }
    .p-top-medical__btn a::after {
      content: "";
      position: absolute;
      width: 4.2rem;
      height: 1rem;
      background: url(images/icon_medical.svg) no-repeat center/cover;
      top: 50%;
      transform: translateY(-50%);
      right: 2rem;
      z-index: -1; }

.p-top-feature {
  background: url(images/BG-feature01.jpg) no-repeat center/cover;
  overflow: hidden;
  padding: 10.5rem 0 5.1rem 0; }
  .p-top-feature__bg {
    background: url(images/feature-img01.jpg) no-repeat center/contain;
    width: calc(100% + 21rem);
    margin-right: -21rem;
    height: 44.2rem;
    margin-bottom: 7rem;
    position: relative;
    z-index: 0; }
  .p-top-feature__doctor {
    position: absolute;
    bottom: -.5rem;
    right: 12.2rem;
    z-index: -1;
    width: 87rem; }
    .p-top-feature__doctor img {
      width: 100%; }
  .p-top-feature__container {
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    flex-wrap: wrap; }
  .p-top-feature__item:first-child {
    width: 61.5rem; }
  .p-top-feature__item:last-child {
    width: calc(100% - 61.5rem);
    padding-top: 12.6rem;
    padding-left: 11.5rem; }
    .p-top-feature__item:last-child .feature-item__title {
      margin-bottom: 4.5rem;
      position: relative;
      z-index: 0; }
      .p-top-feature__item:last-child .feature-item__title h4 {
        color: #B6915B;
        line-height: 165%;
        letter-spacing: 0.188rem;
        font-weight: 600;
        font-size: 2.4rem;
        font-family: "Shippori Mincho", serif;
        margin-left: -.8rem;
        margin-bottom: .5rem; }
      .p-top-feature__item:last-child .feature-item__title p {
        color: #271D17;
        line-height: 170%;
        letter-spacing: 0rem;
        font-weight: 400;
        font-size: 3.2rem;
        font-family: "Shippori Mincho", serif;
        margin-left: -1.8rem; }
      .p-top-feature__item:last-child .feature-item__title::before {
        position: absolute;
        content: attr(data-title);
        z-index: -1;
        font-size: 23rem;
        line-height: 120%;
        letter-spacing: 0;
        color: rgba(200, 160, 99, 0.15);
        font-family: "Shippori Mincho", serif;
        top: 20%;
        transform: translateY(-50%);
        left: -5.8rem; }
    .p-top-feature__item:last-child .feature__item__content {
      max-width: 65.7rem; }
      .p-top-feature__item:last-child .feature__item__content p {
        color: #271D17;
        line-height: 222%;
        letter-spacing: 0.18rem;
        font-weight: 300;
        font-size: 1.8rem;
        text-align: justify;
        margin-bottom: 4rem; }
        .p-top-feature__item:last-child .feature__item__content p:last-child {
          margin-bottom: 0; }
  .p-top-feature__item .feature-inner {
    width: 100%;
    height: 68rem;
    position: relative;
    z-index: 0; }
    .p-top-feature__item .feature-inner__title {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1; }
      .p-top-feature__item .feature-inner__title span {
        display: block;
        color: #222;
        line-height: 170%;
        letter-spacing: 0rem;
        font-weight: 400;
        font-size: 3.2rem;
        font-family: "Shippori Mincho", serif;
        text-align: center; }
        .p-top-feature__item .feature-inner__title span:last-child {
          color: #C8A063; }
      .p-top-feature__item .feature-inner__title::before {
        content: "";
        position: absolute;
        width: 16.2rem;
        height: 20.6rem;
        background: url(images/icon_feature01.svg) no-repeat center/cover;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -2; }
    .p-top-feature__item .feature-inner li a {
      display: flex;
      width: 30.3rem;
      height: 15.8rem;
      position: absolute; }
      .p-top-feature__item .feature-inner li a .item {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFF;
        line-height: 175%;
        letter-spacing: 0rem;
        font-weight: 400;
        font-size: 2.4rem;
        font-family: "Shippori Mincho", serif;
        text-align: center; }
      .p-top-feature__item .feature-inner li a::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-mask: url(images/feature-img03.png) center/100% no-repeat;
        mask: url(images/feature-img03.png) center/100% no-repeat;
        background: #4E7283;
        z-index: -2; }
      .p-top-feature__item .feature-inner li a.vz-01 {
        top: 6.1rem;
        left: 4.3rem;
        transform: rotate(150deg); }
        .p-top-feature__item .feature-inner li a.vz-01 .item {
          transform: rotate(-150deg); }
      .p-top-feature__item .feature-inner li a.vz-02 {
        top: 6rem;
        left: 28.2rem;
        transform: rotate(-150deg); }
        .p-top-feature__item .feature-inner li a.vz-02 .item {
          transform: rotate(150deg); }
        .p-top-feature__item .feature-inner li a.vz-02::before {
          background: #628292; }
      .p-top-feature__item .feature-inner li a.vz-03 {
        top: 26rem;
        right: -7.2rem;
        transform: rotate(-90deg); }
        .p-top-feature__item .feature-inner li a.vz-03 .item {
          transform: rotate(90deg); }
        .p-top-feature__item .feature-inner li a.vz-03::before {
          background: #7793A0; }
      .p-top-feature__item .feature-inner li a.vz-04 {
        bottom: 6.1rem;
        left: 27rem;
        transform: rotate(-30deg); }
        .p-top-feature__item .feature-inner li a.vz-04 .item {
          transform: rotate(30deg); }
        .p-top-feature__item .feature-inner li a.vz-04::before {
          background: #8DA5B0; }
      .p-top-feature__item .feature-inner li a.vz-05 {
        bottom: 6.1rem;
        left: 3.1rem;
        transform: rotate(30deg); }
        .p-top-feature__item .feature-inner li a.vz-05 .item {
          transform: rotate(-30deg); }
        .p-top-feature__item .feature-inner li a.vz-05::before {
          background: #2F5D73; }
      .p-top-feature__item .feature-inner li a.vz-06 {
        top: 26.1rem;
        left: -7rem;
        transform: rotate(90deg); }
        .p-top-feature__item .feature-inner li a.vz-06 .item {
          transform: rotate(-90deg); }
        .p-top-feature__item .feature-inner li a.vz-06::before {
          background: #3B6275; }

.p-top-equipment {
  background: url(images/BG-equipment01.jpg) no-repeat center/cover;
  padding: 9.5rem 0 6.5rem 0; }
  .p-top-equipment-list {
    margin-bottom: 9.2rem; }
    .p-top-equipment-list li img {
      width: 100%; }
  .p-top-equipment .slick-arrow {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 51%;
    transform: translateY(-50%);
    left: -7.7rem;
    font-size: 0;
    width: 8.6rem;
    height: 8.6rem;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0 0 5rem rgba(235, 111, 162, 0.1), 0 2.3rem 4rem rgba(62, 62, 62, 0.1); }
    .p-top-equipment .slick-arrow::before {
      content: "";
      position: absolute;
      width: 2.282rem;
      height: 1.097rem;
      mask: url(images/icon_arrow-pre01.svg) no-repeat center;
      -webkit-mask: url(images/icon_arrow-pre01.svg) no-repeat center;
      mask-size: contain;
      background: #C8A063;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
      transition: all .35s; }
  .p-top-equipment .slick-next {
    left: auto;
    right: -8.7rem; }
    .p-top-equipment .slick-next::before {
      transform: translate(-50%, -50%) rotate(180deg); }
  .p-top-equipment .slick-track {
    align-items: flex-end;
    gap: 5.5rem; }

.p-top-feature__02 {
  background: #F7F4EA url(images/BG_feature02_01.png) no-repeat center top 4.5rem;
  background-size: contain;
  padding: 9.5rem 0 7.2rem; }
  .p-top-feature__02-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 13.5rem; }
  .p-top-feature__02 .l-grid-1660 {
    padding-left: 10.3rem; }
  .p-top-feature__02-item {
    width: calc((100% - 13.5rem) / 2);
    display: flex;
    align-items: center;
    flex-direction: column; }
    .p-top-feature__02-item img {
      width: 100%;
      border-top-right-radius: 3rem;
      border-bottom-left-radius: 3rem; }
    .p-top-feature__02-item .item-box {
      position: relative;
      z-index: 0;
      width: 100%;
      margin-bottom: 7.2rem;
      padding-right: 1.6rem; }
      .p-top-feature__02-item .item-box::before {
        content: "";
        position: absolute;
        width: calc(100% - 1.5rem);
        height: 100%;
        border: 1px solid #9D894A;
        border-top-right-radius: 3.6rem;
        border-bottom-left-radius: 3rem;
        bottom: 1.5rem;
        right: 0;
        z-index: -1; }

.p-top-feature__03-container {
  display: flex;
  flex-wrap: wrap; }
.p-top-feature__03-item:first-child {
  width: 96rem; }
  .p-top-feature__03-item:first-child img {
    width: 100%; }
.p-top-feature__03-item:last-child {
  width: calc(100% - 96rem);
  background: url(images/BG_feature03_01.jpg) no-repeat center/cover; }

.p-top-instagram {
  background: #F7F4EA;
  padding: 17.4rem 0 7rem; }
  .p-top-instagram__container {
    margin-bottom: 6.3rem; }
  .p-top-instagram img {
    width: 100%; }

.p-top-column {
  background: url(images/BG-column01.jpg) no-repeat center/cover;
  padding: 10rem 0; }
  .p-top-column__container {
    display: flex;
    justify-content: center;
    background: #FFF;
    flex-wrap: wrap; }
  .p-top-column__item {
    width: 50%; }
    .p-top-column__item:first-child {
      background: url(images/BG-column02.jpg) no-repeat center/cover;
      position: relative;
      z-index: 0;
      height: 75rem; }
      .p-top-column__item:first-child .item-recuit__content {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        padding-top: 20.5rem; }
        .p-top-column__item:first-child .item-recuit__content h4 {
          color: #FFF;
          line-height: 160%;
          letter-spacing: 0.4rem;
          font-weight: 500;
          font-size: 4rem;
          font-family: "Shippori Mincho", serif;
          text-align: center;
          margin-bottom: 4.3rem; }
        .p-top-column__item:first-child .item-recuit__content p {
          color: #FFF;
          line-height: 200%;
          letter-spacing: 0.2rem;
          font-weight: 500;
          font-size: 2rem;
          font-family: "Shippori Mincho", serif;
          text-align: center; }
      .p-top-column__item:first-child::before {
        content: "";
        position: absolute;
        width: 7.9rem;
        height: 53.7rem;
        background: url(images/RECRUIT.png) no-repeat center/cover;
        top: 50%;
        transform: translateY(-50%);
        left: 2.2rem;
        z-index: -1; }
      .p-top-column__item:first-child::after {
        content: "";
        position: absolute;
        width: calc(100% - 5rem);
        height: calc(100% - 5rem);
        top: 2rem;
        right: 2rem;
        z-index: -1;
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF; }
      .p-top-column__item:first-child .item-recuit__btn a {
        content: "";
        position: absolute;
        width: 21rem;
        height: 21rem;
        bottom: 5rem;
        right: 5rem;
        z-index: 1; }
    .p-top-column__item:last-child {
      position: relative;
      z-index: 0;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      padding-bottom: 1.5rem; }
      .p-top-column__item:last-child::before {
        content: "";
        position: absolute;
        width: 50.5rem;
        height: 7.1rem;
        background: url(images/COLUMN.png) no-repeat center/cover;
        top: -1.8rem;
        left: 2rem;
        z-index: -1; }
      .p-top-column__item:last-child .item-column {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 1.2rem;
        margin-top: 4.6rem;
        max-width: 56rem;
        width: 100%; }
      .p-top-column__item:last-child .item-column__title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%; }
        .p-top-column__item:last-child .item-column__title h4 {
          color: #333;
          line-height: 160%;
          letter-spacing: 0.4rem;
          font-weight: 500;
          font-size: 4rem;
          font-family: "Shippori Mincho", serif; }
        .p-top-column__item:last-child .item-column__title a {
          color: #FFF;
          line-height: 150%;
          letter-spacing: 0.18rem;
          font-weight: 400;
          font-size: 1.8rem;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: .5rem;
          width: 9rem;
          height: 3rem;
          background: url(images/btn-column01.jpg) no-repeat center/cover; }
  .p-top-column .item-column__content {
    width: 100%; }
    .p-top-column .item-column__content .os-theme-dark > .os-scrollbar-vertical,
    .p-top-column .item-column__content .os-theme-light > .os-scrollbar-vertical {
      width: .4rem;
      top: 1.5rem;
      bottom: 1.5rem; }
    .p-top-column .item-column__content .os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
      background: #B69864; }
    .p-top-column .item-column__content .os-theme-dark > .os-scrollbar,
    .p-top-column .item-column__content .os-theme-light > .os-scrollbar {
      background: transparent;
      padding: 0;
      right: 1.2rem; }
    .p-top-column .item-column__content .os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
    .p-top-column .item-column__content .os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
      height: 4.6rem !important; }
  .p-top-column .c-top__column--list {
    width: 100%;
    height: 57rem; }
  .p-top-column .c-top__column--item {
    align-items: center;
    width: 100%;
    background: #F9F7F3;
    padding: 1.5rem;
    margin-bottom: 1.5rem; }
    .p-top-column .c-top__column--item:last-child {
      margin-bottom: 0; }
  .p-top-column .c-top__column--cont {
    width: calc(100% - 10rem);
    padding-left: 3.8rem; }
    .p-top-column .c-top__column--cont time {
      color: #9D894A;
      line-height: 100%;
      letter-spacing: 0.18rem;
      font-weight: 400;
      font-size: 1.8rem; }
    .p-top-column .c-top__column--cont a {
      color: #333;
      line-height: 170%;
      letter-spacing: 0.2rem;
      font-weight: 500;
      font-size: 2rem; }
  .p-top-column .c-top__column--img {
    width: 10rem; }
    .p-top-column .c-top__column--img img {
      width: 100%; }

.p-top-feature__item.vz-02 {
  max-width: 105.8rem;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1.5rem; }
  .p-top-feature__item.vz-02 .feature-item__title {
    margin-bottom: 1.6rem; }
    .p-top-feature__item.vz-02 .feature-item__title h4 {
      text-align: center;
      margin-left: 0; }
    .p-top-feature__item.vz-02 .feature-item__title p {
      text-align: center;
      margin-left: 0; }
    .p-top-feature__item.vz-02 .feature-item__title::before {
      left: 49.5%;
      top: 35%;
      transform: translate(-50%, -50%); }
  .p-top-feature__item.vz-02 .feature__item__content {
    max-width: 93.8rem;
    margin-left: auto;
    margin-right: auto; }
    .p-top-feature__item.vz-02 .feature__item__content p {
      text-align: center; }

.p-top-feature__item.vz-03 {
  width: 100%;
  padding-top: 0;
  padding-left: 2.5rem; }
  .p-top-feature__item.vz-03 .feature-item__title {
    margin-bottom: 4.6rem; }
    .p-top-feature__item.vz-03 .feature-item__title h4 {
      margin-left: 0; }
    .p-top-feature__item.vz-03 .feature-item__title p {
      margin-left: 0; }
    .p-top-feature__item.vz-03 .feature-item__title::before {
      top: 32%;
      left: -5rem; }
  .p-top-feature__item.vz-03 .feature__item__content {
    max-width: 100%; }

.p-top-feature__item.vz-04 {
  width: 100%;
  height: 100%;
  padding-top: 4.5rem;
  padding-left: 15.4rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column; }
  .p-top-feature__item.vz-04 .feature-item__title h4 {
    margin-left: 0; }
  .p-top-feature__item.vz-04 .feature-item__title p {
    margin-left: 0; }
  .p-top-feature__item.vz-04 .feature-item__title::before {
    left: -5rem; }
  .p-top-feature__item.vz-04 .feature__item__content {
    max-width: 56.3rem; }

.c-top__title--01 {
  position: relative;
  z-index: 0;
  margin-bottom: 15rem; }
  .c-top__title--01 .title {
    color: #9d8f67;
    line-height: 175%;
    letter-spacing: 0rem;
    font-weight: bold;
    font-size: 3.81rem;
    font-family: "Shippori Mincho", serif;
    text-align: center;
    position: relative; }
    .c-top__title--01 .title::before {
      content: "";
      position: absolute;
      width: 8.9rem;
      height: 0.4rem;
      background: url(images/before-title01.png) no-repeat center/cover;
      top: 50%;
      left: 35.3rem;
      transform: translateY(-50%); }
    .c-top__title--01 .title::after {
      content: "";
      position: absolute;
      width: 8.9rem;
      height: 0.4rem;
      background: url(images/before-title01.png) no-repeat center/cover;
      top: 50%;
      right: 35.3rem;
      transform: translateY(-50%); }
  .c-top__title--01 p {
    color: #FFFFFF;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9)), -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 120%;
    letter-spacing: .5rem;
    font-weight: 600;
    font-size: 18.7rem;
    font-family: "Shippori Mincho", serif;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1; }
  .c-top__title--01.vz-02 {
    margin-bottom: 11rem; }
    .c-top__title--01.vz-02 p {
      background: -webkit-linear-gradient(#efe9d6, rgba(239, 233, 214, 0));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .c-top__title--01.vz-02 .title::before {
      left: 40.7rem; }
    .c-top__title--01.vz-02 .title::after {
      right: 40.7rem; }
  .c-top__title--01.vz-03 {
    margin-left: -14.5rem; }
    .c-top__title--01.vz-03 p {
      text-align: left; }
    .c-top__title--01.vz-03 h3 {
      text-align: left;
      margin-left: 13rem; }
    .c-top__title--01.vz-03 .title::before {
      left: -12.8rem; }
    .c-top__title--01.vz-03 .title::after {
      right: 86.2rem; }
  .c-top__title--01.vz-04 {
    margin-bottom: 5rem; }
    .c-top__title--01.vz-04 p {
      background: -webkit-linear-gradient(#efe9d6, rgba(239, 233, 214, 0)), white;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .c-top__title--01.vz-04 .title::before {
      left: 64rem; }
    .c-top__title--01.vz-04 .title::after {
      right: 64rem; }
  .c-top__title--01.vz-05 {
    margin-bottom: 11.2rem; }
    .c-top__title--01.vz-05 p {
      background: -webkit-linear-gradient(#efe9d6, rgba(239, 233, 214, 0)), -webkit-linear-gradient(#efe9d6, rgba(239, 233, 214, 0));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .c-top__title--01.vz-05 .title::before {
      left: 45rem; }
    .c-top__title--01.vz-05 .title::after {
      right: 45rem; }

@media (min-width: 960.5px) {
  .p-top-medical__container-01 .p-top-medical__item:hover .p-top-medical__box-info {
    opacity: 0; }

  .p-top-medical__container-01 .p-top-medical__item:hover .medical-content-hover a {
    opacity: 1; }

  .u-ipad {
    display: none; } }
@media (min-width: 767.5px) {
  .p-top-medical__container-02 ul li:nth-child(-n+4):nth-child(even) {
    background: url(images/BG-medical03.jpg) no-repeat center/cover; }
  .p-top-medical__container-02 ul li:nth-child(n+5):nth-child(odd) {
    background: url(images/BG-medical03.jpg) no-repeat center/cover; } }
@media (max-width: 1440px) and (min-width: 960.5px) {
  .btn-scroll {
    right: 2.5rem;
    bottom: 5.1rem; }

  .btn-scroll-line::before {
    left: -190%; }

  .c-top__title--01 p {
    font-size: 15.7rem; }

  .p-top-greeting__title h3 {
    font-size: 3.5rem; }

  .p-top-greeting__btn {
    gap: 1rem 4.8rem; }

  .p-top-greeting .ab-greeting_01 {
    z-index: 0; }

  .p-top-greeting .ab-greeting_02 {
    z-index: 0; }

  .c-top__button--01.vz-02 a {
    width: 26rem; }

  .p-top-greeting__content {
    margin-bottom: 2.6rem; }

  span.medical-icon {
    display: block;
    width: 10rem;
    height: 10rem; }

  .p-top-medical__container-02 ul li .medical-contai02_sub-title {
    min-height: 12.1rem; }

  .p-top-medical__container-02 ul li a {
    gap: 1.5rem; }

  .p-top-feature__bg {
    width: calc(100% + 12rem);
    margin-right: -12rem;
    height: 34.2rem; }

  .c-top__title--01.vz-03 p {
    text-align: center;
    left: -19rem; }

  .c-top__title--01.vz-03 h3 {
    margin-left: 32.5rem; }

  .c-top__title--01.vz-03 .title::before {
    left: -11.8rem; }

  .c-top__title--01.vz-03 .title::after {
    right: 59.2rem; }

  .p-top-feature__doctor {
    width: 52rem;
    right: 21.2rem; }

  .p-top-feature__item .feature-inner {
    height: 60rem; }

  .p-top-feature__item .feature-inner li a {
    width: 26.8rem;
    height: 15.5rem; }

  .p-top-feature__item .feature-inner li a.vz-01 {
    top: 4.4rem;
    left: 7.5rem; }

  .p-top-feature__item .feature-inner li a.vz-02 {
    top: 4.5rem;
    left: 28.6rem; }

  .p-top-feature__item .feature-inner li a.vz-03 {
    top: 22.2rem;
    right: -2.9rem; }

  .p-top-feature__item .feature-inner li a.vz-04 {
    bottom: 4.6rem;
    left: 27.5rem; }

  .p-top-feature__item .feature-inner li a.vz-05 {
    bottom: 4.6rem;
    left: 6.3rem; }

  .p-top-feature__item .feature-inner li a.vz-06 {
    top: 22.1rem;
    left: -2.8rem; }

  .p-top-feature__item .feature-inner__title::before {
    width: 13.2rem;
    height: 16.6rem; }

  .p-top-feature__item .feature-inner__title span {
    font-size: 2.8rem; }

  .p-top-feature__item:last-child .feature-item__title p {
    font-size: 3rem; }

  .p-top-feature__item:last-child {
    padding-top: 10.6rem;
    padding-left: 5.5rem; }

  .p-top-equipment .l-grid-1690 {
    max-width: 129rem; }

  .p-top-equipment .slick-arrow {
    left: -8rem; }

  .p-top-equipment .slick-next {
    left: auto;
    right: -8rem; }

  .p-top-equipment-list li {
    height: 35rem; }

  .c-top__title--01.vz-04 {
    margin-bottom: 6.5rem; }

  .p-top-feature__item:last-child.vz-02 {
    padding-top: 1.6rem; }

  .p-top-equipment .slick-track {
    gap: 1.5rem; }

  .p-top-feature__02-container {
    gap: 5rem; }

  .p-top-feature__item:last-child.vz-03 {
    padding-top: 0.6rem;
    padding-left: 3.5rem; }

  .p-top-feature__02-item {
    width: calc((100% - 5rem) / 2); }

  .p-top-feature__item.vz-03 .feature-item__title::before {
    left: -3rem; }

  .p-top-feature__item:last-child.vz-03 .feature-item__title::before {
    font-size: 18rem; }

  .p-top-feature__03-item:first-child {
    width: 75rem; }

  .p-top-feature__03-item:last-child {
    width: calc(100% - 75rem); }

  .p-top-feature__item:last-child.vz-04 {
    padding-left: 7.5rem; }

  .p-mv .mv-line {
    width: 7.15rem; }

  .fix-scroll {
    bottom: 36.2rem;
    right: 1.8rem; }

  .btn-scroll {
    bottom: 16.1rem; } }
@media (max-width: 960px) {
  .btn-scroll {
    display: none; }

  .p-mv .fix-scroll {
    display: none !important; }

  .p-mv-cont {
    top: auto;
    bottom: 3.5rem;
    left: 0;
    padding: 0 1.5rem; }

  .p-mv-cont h2 {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 120%;
    max-width: 60%;
    margin-bottom: 1rem;
    text-shadow: 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff; }

  .p-mv-cont h2 .sub-mv {
    font-size: 2.2rem; }

  .p-mv-cont p {
    font-size: 1.5rem;
    letter-spacing: 0;
    max-width: 69%;
    text-shadow: 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff; }

  .p-top-greeting {
    padding: 14.4rem 0 0rem 0; }

  .p-top-greeting__content p {
    line-height: 185%;
    letter-spacing: 0;
    font-weight: 400; }

  .p-top-greeting::before {
    width: 25rem;
    height: 10.3rem;
    opacity: 0.3; }

  .p-top-greeting::after {
    width: 25rem;
    height: 10.3rem;
    opacity: 0.3; }

  .p-top-greeting .ab-greeting_01 {
    top: -12rem;
    left: 16.7rem;
    bottom: auto;
    width: 3.9rem;
    height: 35.5rem;
    transform: rotate(-90deg);
    background: url(images/GREETING-SP.png) no-repeat center/cover; }

  .p-top-greeting .ab-greeting_01::before {
    display: none; }

  .p-top-greeting .ab-greeting_02 {
    bottom: 2rem;
    left: 1rem;
    width: 35.4rem;
    height: 2.9rem;
    background: url(images/Miho-SP.png) no-repeat center/cover; }

  .p-top-greeting__title {
    margin-bottom: 1rem;
    order: 3; }

  .p-top-greeting__title h3 {
    font-size: 2.5rem;
    text-align: center;
    line-height: 150%; }

  .p-top-greeting__item:first-child {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: contents; }

  .p-top-greeting__item:last-child {
    width: 100%;
    order: 2; }

  .p-top-greeting__btn {
    justify-content: center;
    gap: 1rem;
    order: 4;
    margin-bottom: 3rem; }

  .p-top-greeting__content {
    margin-bottom: 1.6rem;
    order: 3;
    background: rgba(255, 226, 164, 0.3);
    border-radius: 1.5rem;
    padding: 1.5rem 1.5rem; }

  .p-top-greeting__item:last-child .p-top-greeting__info-img {
    width: 28rem;
    padding: 0.5rem 1rem;
    bottom: 0;
    left: 50%; }

  .p-top-greeting__item:last-child .p-top-greeting__info-img .info-jp .position p {
    font-size: 1.4rem; }

  .p-top-greeting__item:last-child .p-top-greeting__info-img .info-jp .name_jp p {
    font-size: 2.4rem; }

  .p-top-greeting__item:last-child .p-top-greeting__info-img .name-en p {
    font-size: 1.5rem; }

  .p-top-greeting__item:last-child .p-top-greeting__img img {
    width: 29.3rem; }

  .p-top-menu {
    padding: 3rem 0; }

  .p-top-menu__container {
    gap: 1rem; }

  .p-top-menu__item {
    width: calc((100% - 1.5rem) / 2); }

  .p-top-menu__item a {
    height: 11.5rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    background-position: center right; }

  .p-top-menu__info {
    padding-left: 1.5rem; }

  .p-top-menu__info .jp-info {
    font-size: 2.2rem; }

  .p-top-menu__info .en-info {
    font-size: 1.4rem; }

  .p-top-trouble {
    padding: 4rem 0 4rem 0; }

  .p-top-trouble__container {
    gap: 1rem; }

  .p-top-trouble__container li {
    width: calc((100% - 1rem) / 2); }

  .p-top-trouble__container li .trouble-img {
    width: 5.4rem;
    height: 5.4rem; }

  .p-top-trouble__container li a {
    gap: 1rem; }

  .p-top-medical {
    padding: 4rem 0 4rem 0; }

  .p-top-medical__container-01 {
    gap: 1rem; }

  .p-top-medical__container-02 ul li a {
    gap: .5rem; }

  .p-top-medical__container-01 .p-top-medical__item {
    width: calc((100% - 1rem) / 2); }

  .p-top-medical__container-02 ul li {
    width: 100%; }

  .p-top-medical__title {
    font-size: 1.6rem;
    letter-spacing: 0; }

  .p-top-medical__sub-title {
    font-size: 1.5rem;
    letter-spacing: 0; }

  .p-top-medical__container-01 .p-top-medical__item::before {
    width: 1rem;
    height: 1rem;
    top: .5rem;
    left: .5rem; }

  .p-top-medical__container-01 .p-top-medical__item::after {
    width: 1rem;
    height: 1rem;
    top: .5rem;
    right: .5rem; }

  .p-top-medical__bg-item::before {
    width: 1rem;
    height: 1rem;
    bottom: .5rem;
    left: .5rem; }

  .p-top-medical__bg-item::after {
    width: 1rem;
    height: 1rem;
    bottom: .5rem;
    right: .5rem; }

  .p-top-medical__box-info {
    gap: 1rem;
    margin-top: -2rem; }

  .p-top-medical__box-info .medical-list-info li {
    font-size: 1.2rem;
    padding: 0.5rem 0.5rem 0.5rem 1.8rem; }

  .p-top-medical__box-info .medical-list-info .medical-item-info_01 {
    margin-bottom: .5rem; }

  .p-top-medical__box-info .medical-list-info li::before {
    width: 1rem;
    height: 1rem;
    left: 0.5rem; }

  .p-top-medical__box-info .box-item {
    min-height: 9rem;
    gap: 0rem; }

  .p-top-medical__container-01 .p-top-medical__item .medical-content-hover a {
    display: none; }

  .p-top-medical__container-02 {
    max-width: 126.2rem;
    padding-left: 0rem;
    padding-right: 0rem; }

  .p-top-medical__container-02 ul {
    gap: 1rem; }

  .p-top-medical__container-02 ul li {
    width: calc((100% - 1rem) / 2);
    padding: 1rem 1rem 0rem 1.5rem; }

  .p-top-medical__container-02 .medical-icon {
    display: block;
    width: 5rem;
    height: 5rem; }

  .p-top-medical__container-02 ul li .medical-contai02_title {
    font-size: 1.6rem;
    letter-spacing: .1rem;
    min-height: 4.7rem; }

  .p-top-medical__container-02 ul li .medical-contai02_sub-title {
    font-size: 1.2rem; }

  .p-top-medical__container-01 {
    margin-bottom: 5.5rem; }

  .p-top-feature {
    padding: 5.5rem 0 4.1rem 0; }

  .p-top-feature__bg {
    width: 100%;
    height: 9.2rem;
    margin-right: 0;
    margin-bottom: 5rem; }

  .p-top-feature__doctor {
    right: 5.2rem;
    width: 20rem; }

  .p-top-feature__item:first-child {
    width: 100%; }

  .p-top-feature__item:last-child {
    width: 100%;
    padding-top: 3.6rem;
    padding-left: 1rem;
    padding-right: 1rem; }

  .p-top-feature__item .feature-inner li a {
    width: 15.4rem;
    height: 10.5rem; }

  .p-top-feature__item .feature-inner__title span {
    font-size: 1.8rem;
    line-height: 185%; }

  .p-top-feature__item .feature-inner__title::before {
    width: 9.4rem;
    height: 12rem; }

  .p-top-feature__item .feature-inner li a .item {
    font-size: 1.4rem;
    line-height: 185%; }

  .p-top-feature__container {
    padding-left: 0; }

  .p-top-feature__item .feature-inner {
    height: 34rem; }

  .p-top-feature__item .feature-inner li a.vz-01 {
    top: 1.7rem;
    left: 3.7rem; }

  .p-top-feature__item .feature-inner li a.vz-02 {
    top: 1.5rem;
    left: 16rem; }

  .p-top-feature__item .feature-inner li a.vz-03 {
    top: 11.7rem;
    right: -2rem; }
    .p-top-feature__item .feature-inner li a.vz-03 span {
      height: 15%;
      justify-content: flex-end; }

  .p-top-feature__item .feature-inner li a.vz-04 {
    bottom: 1.7rem;
    left: 15.3rem; }

  .p-top-feature__item .feature-inner li a.vz-05 {
    bottom: 1.7rem;
    left: 3.4rem; }

  .p-top-feature__item .feature-inner li a.vz-06 {
    top: 11.7rem;
    left: -2rem; }
    .p-top-feature__item .feature-inner li a.vz-06 span {
      height: 10%;
      justify-content: flex-start; }

  .p-top-feature__item:last-child .feature-item__title h4 {
    margin-left: 0;
    font-size: 1.5rem;
    text-align: center; }

  .p-top-feature__item:last-child .feature-item__title p {
    font-size: 1.8rem;
    margin-left: 0;
    text-align: center; }

  .p-top-feature__item:last-child .feature-item__title {
    margin-bottom: 2.5rem; }

  .p-top-feature__item:last-child .feature__item__content p {
    font-size: 1.5rem;
    line-height: 185%;
    margin-bottom: 1rem; }

  .p-top-feature__item:last-child .feature-item__title::before {
    font-size: 9rem;
    left: 12rem; }

  .p-top-feature__item:last-child.vz-03.vz-04 .feature-item__title::before {
    top: 20%;
    left: 4.2rem; }

  .p-top-feature__02 .l-grid-1660 {
    padding-left: 1.5rem; }

  .p-top-column {
    padding: 6rem 0; }
    .p-top-column__item:first-child::before {
      width: 2.8rem;
      height: 19.5rem;
      left: 1rem; }

  .p-top-column__item:last-child::before {
    top: 0;
    left: 0;
    width: 29.5rem;
    height: 4.1rem; }

  .p-top-column__item:first-child {
    margin-bottom: 4rem; }
    .p-top-column__item:first-child .item-recuit__btn a {
      width: 10rem;
      height: 10rem;
      bottom: 1rem;
      right: 1.5rem; }

  .p-top-column__item:first-child .item-recuit__content {
    padding-top: 10.5rem;
    padding-bottom: 13rem; }

  .p-top-column__item:first-child::after {
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    top: 1rem;
    right: 1rem; }

  .p-top-column__item:first-child .item-recuit__content h4 {
    font-size: 2.5rem;
    margin-bottom: 1.3rem; }

  .p-top-column__item:first-child .item-recuit__content p {
    line-height: 150%;
    letter-spacing: 0;
    font-size: 1.5rem;
    padding: 0 4rem; }

  .p-top-column__item:last-child .item-column__title h4 {
    font-size: 2.5rem; }

  .p-top-column .c-top__column--list {
    gap: 1rem;
    height: 28rem; }

  .p-top-column .c-top__column--item {
    padding: 1rem; }

  .p-top-column .c-top__column--img {
    width: 6rem; }

  .p-top-column .c-top__column--cont {
    padding-left: 1.5rem;
    width: calc(100% - 6rem); }

  .p-top-column .c-top__column--cont time {
    font-size: 1.3rem; }

  .p-top-column .c-top__column--cont a {
    font-size: 1.5rem;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

  .p-top-column .item-column__content .os-theme-dark > .os-scrollbar,
  .p-top-column .item-column__content .os-theme-light > .os-scrollbar {
    top: 1rem;
    bottom: 1rem; }

  .p-top-column .item-column__content .os-theme-dark > .os-scrollbar,
  .p-top-column .item-column__content .os-theme-light > .os-scrollbar {
    right: .6rem; }

  .p-top-equipment .slick-track {
    gap: 0; }

  .c-top__title--01 {
    margin-bottom: 3rem; }

  .c-top__title--01 p {
    font-size: 5rem;
    letter-spacing: -0.5rem;
    line-height: 185%; }

  .c-top__title--01 .title {
    font-size: 1.81rem;
    line-height: 185%; }

  .c-top__title--01 .title::before {
    width: 3.9rem;
    left: 30.3rem; }

  .c-top__title--01 .title::after {
    width: 3.9rem;
    right: 30.3rem; }

  .c-top__title--01.vz-02 {
    margin-bottom: 3rem; }

  .c-top__title--01.vz-02 .title::before {
    left: 21.7rem; }

  .c-top__title--01.vz-02 .title::after {
    right: 21.7rem; }

  .c-top__title--01.vz-03 {
    margin-left: 0rem;
    margin-bottom: 10rem; }
    .c-top__title--01.vz-03 p {
      font-size: 5.5rem;
      text-align: center; }

  .c-top__title--01.vz-03 h3 {
    text-align: center;
    margin-left: 0rem; }

  .c-top__title--01.vz-03 .title::before {
    left: 30.7rem; }

  .c-top__title--01.vz-03 .title::after {
    right: 30.7rem; }

  .p-top-equipment {
    padding: 5.5rem 0 2.5rem 0; }
    .p-top-equipment .slick-arrow {
      display: none !important; }
    .p-top-equipment .slick-dots {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0rem;
      margin-top: 1rem;
      position: relative;
      z-index: 3;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 5rem;
      max-width: 27.5rem;
      width: 100%; }
      .p-top-equipment .slick-dots li {
        height: auto;
        width: auto;
        padding: .5rem 0.4rem;
        font-size: 0;
        text-align: center; }
        .p-top-equipment .slick-dots li button {
          width: 8px;
          font-size: 0;
          background: #d4c597;
          height: 8px;
          border-radius: 50%; }
        .p-top-equipment .slick-dots li.slick-active button {
          background-color: #ef9a00; }

  .c-top__title--01.vz-04 {
    margin-bottom: 4rem; }

  .c-top__title--01.vz-04 p {
    font-size: 4.7rem;
    left: 1.2rem; }

  .c-top__title--01.vz-04 .title {
    left: 1rem; }

  .c-top__title--01.vz-04 .title::before {
    left: 21.7rem; }

  .c-top__title--01.vz-04 .title::after {
    right: 21.7rem; }

  .p-top-equipment-list {
    margin-bottom: 1.7rem; }

  .p-top-equipment-list li {
    height: 20rem; }

  .p-top-feature__item.vz-02 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.6rem; }

  .p-top-feature__item:last-child.vz-02 .feature-item__title::before {
    left: 17.2rem; }

  .c-top__title--01.vz-02 p,
  .c-top__title--01.vz-04 p {
    background: -webkit-linear-gradient(#bfa963, rgba(239, 233, 214, 0)), white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0; }

  .p-top-feature__02 {
    padding: 5.5rem 0 2.5rem; }

  .p-top-feature__02-container {
    gap: 7rem; }

  .p-top-feature__02-item {
    width: 100%; }

  .p-top-feature__02-item .item-box {
    margin-bottom: 1.2rem; }

  .p-top-feature__item:last-child.vz-03 {
    padding-top: 1.5rem;
    padding-left: 0rem;
    padding-right: 0rem;
    width: 100%; }

  .p-top-feature__item:last-child.vz-03 .feature-item__title::before {
    top: 20%; }

  .p-top-feature__02-item img {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem; }

  .p-top-feature__02-item .item-box::before {
    border-top-right-radius: 1.5rem;
    bottom: 1rem;
    right: -.5rem;
    width: calc(100% - 0.5rem); }

  .p-top-feature__02-item .item-box {
    padding-right: .5rem; }

  .p-top-feature__item:last-child.vz-03 .feature-item__title h4 {
    margin-bottom: -0.5rem; }

  .p-top-feature__item:last-child.vz-03 .feature-item__title {
    margin-bottom: 1.5rem; }

  .p-top-feature__item:last-child.vz-03 .feature-item__title p {
    line-height: 150%; }

  .p-top-feature__item.vz-02 .feature__item__content p {
    text-align: left; }

  .p-top-instagram {
    padding: 5rem 0 2rem; }

  .c-top__title--01.vz-05 {
    margin-bottom: 3rem; }

  .c-top__title--01.vz-05 .title::before {
    left: 24.7rem; }

  .c-top__title--01.vz-05 .title::after {
    right: 24.7rem; }

  .p-top-instagram__container {
    margin-bottom: 3.3rem; }

  .p-top-column__item:first-child {
    height: auto; }

  .p-mv__visual video {
    height: calc(100vh - 12.9rem - 7rem); } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-top-greeting {
    padding: 15.4rem 0 10rem 0; }

  .p-top-greeting::before {
    width: 52.3rem;
    height: 22.3rem; }

  .p-top-greeting::after {
    width: 53.9rem;
    height: 23rem; }

  .p-top-greeting .ab-greeting_01 {
    left: 35rem;
    top: -18rem;
    bottom: auto;
    width: 5.9rem;
    height: 54.5rem; }

  .p-top-greeting .ab-greeting_02 {
    left: 6rem;
    width: 64.4rem;
    height: 5.3rem; }

  .p-top-greeting__item:last-child .p-top-greeting__img {
    text-align: center; }

  .p-top-greeting__item:last-child .p-top-greeting__img img {
    width: 30.3rem; }

  .p-top-greeting__item:last-child .p-top-greeting__info-img {
    left: 46%; }

  .p-top-menu__item {
    width: calc((100% - 3.4rem) / 2); }

  .p-top-menu__container {
    gap: 1.4rem 2.4rem; }

  .p-top-menu__item a {
    height: 19.5rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem; }

  .p-top-menu__info {
    padding-left: 3.5rem; }

  .p-top-trouble {
    padding: 8rem 0 8rem 0; }

  .p-top-trouble__container li {
    width: calc((100% - 4.8rem) / 3); }

  .c-top__title--01 p {
    font-size: 10.7rem;
    letter-spacing: 1.5rem; }

  .c-top__title--01 .title {
    font-size: 2.81rem; }

  .c-top__title--01 .title::before {
    width: 5.9rem;
    left: 13.3rem; }

  .c-top__title--01 .title::after {
    width: 5.9rem;
    right: 13.3rem; }

  .p-top-medical {
    padding: 7rem 0 7rem 0; }

  .c-top__title--01.vz-02 {
    margin-bottom: 9rem; }

  .p-top-medical__container-01 {
    gap: 1.5rem; }

  .p-top-medical__container-01 .p-top-medical__item {
    width: calc((100% - 3rem) / 3); }

  .p-top-medical__box-info {
    gap: 3rem;
    margin-top: -3rem; }

  .p-top-medical__box-info .box-item {
    min-height: 10rem;
    gap: 1rem; }

  .p-top-medical__title {
    font-size: 2.2rem;
    letter-spacing: 0;
    line-height: 150%; }

  .p-top-medical__sub-title {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 130%; }

  .p-top-medical__btn a::after {
    width: 3rem;
    height: .7rem;
    right: 1rem; }

  .p-top-medical__box-info .medical-list-info .medical-item-info_01 {
    margin-bottom: 1rem; }

  .p-top-medical__box-info .medical-list-info li {
    font-size: 1.3rem;
    padding: 0.5rem 2rem 0.5rem 3.8rem; }

  .p-top-medical__box-info .medical-list-info li::before {
    width: 2rem;
    height: 2rem;
    left: 0.5rem; }

  .p-top-medical__container-01 .p-top-medical__item::before {
    width: 4rem;
    height: 4rem;
    top: 1.5rem;
    left: 1.5rem; }

  .p-top-medical__container-01 .p-top-medical__item::after {
    width: 4rem;
    height: 4rem;
    top: 1.5rem;
    right: 1.5rem; }

  .p-top-medical__bg-item::before {
    width: 4rem;
    height: 4rem;
    bottom: 1.5rem;
    left: 1.5rem; }

  .p-top-medical__bg-item::after {
    width: 4rem;
    height: 4rem;
    bottom: 1.5rem;
    right: 1.5rem; }

  .p-top-medical__btn a {
    padding: .5rem 5rem .5rem; }

  .p-top-medical__container-02 ul li {
    width: calc((100% - 3rem) / 4); }

  .p-top-feature__item .feature-inner {
    height: 31rem; }

  .p-top-feature__item .feature-inner li a {
    width: 14.1rem;
    height: 8.4rem; }

  .p-top-feature__item:last-child {
    padding-left: .5rem;
    padding-top: 0;
    padding-right: 0;
    width: calc(100% - 30.5rem); }

  .p-top-feature__item:first-child {
    width: 30.5rem; }

  .p-top-feature__item:last-child .feature-item__title h4 {
    font-size: 1.8rem;
    line-height: 150%;
    margin-bottom: 0; }

  .p-top-feature__item:last-child .feature-item__title p {
    font-size: 2.2rem; }

  .p-top-feature__item .feature-inner__title span {
    font-size: 1.5rem; }

  .p-top-feature__item:last-child .feature__item__content p {
    font-size: 1.3rem; }

  .p-top-feature__item:last-child .feature-item__title::before {
    font-size: 13rem;
    left: 15.2rem;
    top: 36%; }

  .p-top-feature__item:last-child.vz-03.vz-04 .feature-item__title::before {
    left: 4.2rem; }

  .p-top-feature__item .feature-inner__title::before {
    width: 8.6rem;
    height: 11rem; }

  .p-top-feature__item .feature-inner li a.vz-01 {
    top: 2.1rem;
    left: 3.1rem; }

  .p-top-feature__item .feature-inner li a.vz-02 {
    top: 2.1rem;
    left: 13.8rem; }

  .p-top-feature__item .feature-inner li a.vz-03 {
    top: 11.3rem;
    right: -2rem; }

  .p-top-feature__item .feature-inner li a.vz-04 {
    bottom: 2.1rem;
    left: 13.4rem; }

  .p-top-feature__item .feature-inner li a.vz-05 {
    bottom: 2.1rem;
    left: 2.6rem; }

  .p-top-feature__item .feature-inner li a.vz-06 {
    top: 11.4rem;
    left: -2.1rem; }

  .p-top-feature__bg {
    height: 16.2rem; }

  .p-top-feature__doctor {
    right: 7.2rem;
    width: 25rem; }

  .p-top-equipment-list li {
    height: 23rem; }

  .p-top-feature__item:last-child.vz-02 {
    width: 100%;
    padding-left: 7rem;
    padding-right: 7rem; }

  .p-top-feature__item:last-child.vz-02 .feature-item__title::before {
    left: 29.2rem; }

  .p-top-equipment .slick-dots {
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }

  .p-top-equipment-list {
    margin-bottom: 4.7rem; }

  .p-top-feature__02-container {
    gap: 2rem; }

  .p-top-feature__02-item {
    width: calc((100% - 2rem) / 2); }

  .p-top-feature__03-item:last-child {
    width: calc(100% - 38rem); }

  .p-top-feature__03-item:first-child {
    width: 38rem; }

  .p-top-feature__item.vz-04 {
    align-items: center; }

  .p-top-feature__item:last-child.vz-04 {
    padding: 2.5rem 2rem; }

  .p-top-feature__03-item img {
    height: 100%;
    object-fit: cover; }

  .c-top__title--01 p {
    font-size: 9.7rem;
    letter-spacing: 1.5rem; }

  .c-top__title--01.vz-05 .title::before {
    left: 19.7rem; }

  .c-top__title--01.vz-05 .title::after {
    right: 19.7rem; }

  .p-top-column__item:first-child .item-recuit__content {
    padding-top: 12rem;
    padding-bottom: 0rem; }

  .p-top-column__item:last-child .item-column {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

  .p-top-column__item:first-child .item-recuit__btn a {
    bottom: 2rem; }

  .p-top-column__item:last-child::before {
    top: -2.8rem;
    left: 1.5rem;
    width: 29.5rem;
    height: 4.1rem; }

  .p-top-column__item:first-child .item-recuit__content h4 {
    padding-right: 5.3rem; }

  .p-top-column__item:first-child .item-recuit__content p {
    padding: 0 1rem 0 8rem;
    text-align: left; }

  .p-top-column__item:first-child::before {
    width: 4.8rem;
    height: 32.5rem; }

  .c-top__title--01 {
    margin-bottom: 7rem; }

  .c-top__title--01.vz-03 p {
    font-size: 10.5rem; }

  .c-top__title--01.vz-04 {
    margin-bottom: 6rem; }

  .c-top__title--01.vz-04 p {
    font-size: 9.7rem;
    letter-spacing: 0; }

  .p-top-feature__item:last-child.vz-03 .feature-item__title::before {
    top: 40%; }

  .p-top-feature__item:last-child.vz-03 .feature-item__title::before {
    left: 11.2rem; }

  .p-mv__visual video {
    height: 80vh; } }
@media (max-width: 767px) {
  .sp-mb-23 {
    margin-bottom: 2.3rem; }
  .sp-mb-32 {
    margin-bottom: 3.2rem; }
  .sp-mb-35 {
    margin-bottom: 3.5rem; }

  .u-ipad {
    display: none; }

  .sp-p-doctor-message {
    padding: 1rem 1rem !important;
    margin-top: -5rem !important;
    max-width: 75.2% !important;
    margin-right: 4.3rem !important; }

  .bg_staff img {
    border-radius: 0.5rem; }

  .sp-pd-225 {
    padding: 2.25rem 1.5rem; }

  .min-h-277 {
    min-height: 27.75rem; }
  .min-h-305 {
    min-height: 30.5rem; }

  .p-top-news {
    padding: 2.5rem 0 3.5rem; }

  .p-top-news .p-top-news__list {
    padding: 2rem 0; }

  .p-top-news .c-top-news__archive-list li {
    width: calc((100% - .3rem) / 2); }

  .p-top-news .c-news-mini {
    padding: 0rem 1rem; }

  .p-top-news .c-news-mini__date {
    width: 8.6rem; }

  .p-top-news .c-top-news__archive-list a {
    letter-spacing: 0;
    font-size: 1.5rem;
    padding: .8rem .5rem; }

  .p-top-news .c-news-mini__item {
    letter-spacing: 0;
    font-size: 1.4rem;
    padding: 0 .5rem; }

  .p-top-news .c-news-mini__title {
    width: calc(100% - 8.6rem);
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

  .p-top-news .os-theme-dark > .os-scrollbar,
  .p-top-news .os-theme-light > .os-scrollbar {
    right: .2rem; }

  .p-top-news__title h3 {
    font-size: 2.8rem; }

  .p-top-news__title p {
    font-size: 1.5rem; }

  .p-top-news #sb_instagram {
    padding: 0 1rem; }

  .p-top-greeting {
    padding: 10.4rem 0 4rem 0; }

  .p-top-menu__info .jp-info {
    font-size: 1.5rem; }

  .p-top-menu__info .en-info {
    font-size: 1.2rem; }

  .p-top-menu__item a {
    background-position: center right -5rem; }

  .p-top-medical__btn a {
    padding: 0.1rem 3rem 0.2rem; }

  .p-top-medical__btn a::after {
    width: 2rem;
    height: .5rem;
    right: .5rem; }

  .p-top-medical__container-01 {
    margin-bottom: 3.5rem; }

  .p-top-feature__03 {
    padding: 2rem 0 0rem; }

  .p-top-feature__bg {
    margin-bottom: -4rem; }

  .p-top-feature__03-item:first-child {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: -18rem;
    z-index: 1; }
    .p-top-feature__03-item:first-child img {
      border-radius: 1.5rem; }

  .p-top-feature__03-item:last-child {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 2.5rem;
    padding-top: 21rem; }

  .p-top-feature__item.vz-04 {
    align-items: center; }

  .p-top-column__item {
    width: 100%; }

  .p-top-column__container {
    flex-direction: column;
    padding: 1rem 1rem; }

  .p-top-column__item:last-child {
    padding-bottom: 0;
    padding-top: 3.5rem; }

  .p-top-column__item:last-child .item-column {
    margin-top: 1.6rem; }

  .p-top-medical__container-02 ul li:nth-child(4n - 1), .p-top-medical__container-02 ul li:nth-child(4n - 2) {
    background: url(images/BG-medical03.jpg) no-repeat center/cover; } }
.a5-imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5rem; }
  .a5-imgs .img {
    width: calc((100% - 5rem) / 2); }
    .a5-imgs .img img {
      width: 100%;
      object-fit: cover; }
    .a5-imgs .img:first-child {
      position: relative;
      z-index: 2; }
      .a5-imgs .img:first-child::before {
        content: "";
        position: absolute;
        width: 2rem;
        height: 4.5rem;
        top: 50%;
        transform: translateY(-50%);
        right: -3.5rem;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        background: #b7a266;
        z-index: -1; }

.c-table--sma {
  border: 1px solid #b7a266; }
  .c-table--sma thead {
    border-bottom: 1px solid #b7a266; }
  .c-table--sma tr {
    border-bottom: 1px solid #b7a266; }
    .c-table--sma tr:last-child {
      border-bottom: none; }
  .c-table--sma th {
    border-right: 1px solid #b7a266;
    background: #efcfa1;
    padding: 1rem; }
    .c-table--sma th:first-child {
      width: 15%; }
    .c-table--sma th:nth-child(2) {
      width: 42%;
      text-align: left; }
    .c-table--sma th:last-child {
      width: 43%;
      text-align: left; }
  .c-table--sma td {
    border-right: 1px solid #b7a266;
    padding: 1rem; }
    .c-table--sma td:last-child {
      border-right: none; }

@media (max-width: 960px) {
  .a5-imgs {
    gap: 2rem; }
    .a5-imgs .img {
      width: calc((100% - 2rem) / 2); }
      .a5-imgs .img:first-child::before {
        height: 2.5rem;
        width: 1rem;
        right: -1.8rem; }

  .c-table--sma th {
    padding: .5rem; }
  .c-table--sma td {
    padding: .5rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .a5-imgs {
    gap: 3rem; }
    .a5-imgs .img {
      width: calc((100% - 3rem) / 2); }
      .a5-imgs .img:first-child::before {
        height: 3.5rem;
        width: 1.5rem;
        right: -2.3rem; } }
#toc_container {
  border: 0;
  border-radius: 0.8rem;
  padding: 3rem;
  margin-bottom: 10rem;
  width: 100%;
  max-width: 55%;
  background-color: var(--main-color-light); }
  #toc_container p.toc_title {
    text-align: left;
    font-size: var(--size-v3); }
  #toc_container li:not(:last-child) {
    margin-bottom: 0.5rem; }
  #toc_container li a {
    font-size: var(--size-p);
    font-weight: 500;
    padding-left: 3rem;
    position: relative;
    display: inline-block; }
    #toc_container li a::before {
      content: "";
      width: 1.5rem;
      height: 1.5rem;
      position: absolute;
      left: 0;
      top: 0.8rem;
      background-color: #454545;
      clip-path: polygon(100% 50%, 0 100%, 43% 50%, 0 0); }
  @media (max-width: 960px) {
    #toc_container {
      max-width: 100%;
      padding: 2rem;
      margin-bottom: 5rem; }
      #toc_container p.toc_title {
        font-size: var(--size-p); }
        #toc_container p.toc_title + ul.toc_list {
          margin-top: 0.5rem; }
      #toc_container li a {
        padding-left: 2rem; }
        #toc_container li a::before {
          width: 1.2rem;
          height: 1.2rem;
          top: 0.8rem; } }

.c-image {
  display: block; }
  .c-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem; }
    @media (max-width: 960px) {
      .c-image img {
        border-radius: 0.5rem; } }
  .c-image--logo {
    margin-top: 2rem; }
    .c-image--logo img {
      width: auto;
      padding: 1rem;
      background-color: var(--main-color-white); }

.c-image--ratio {
  aspect-ratio: 4 / 3;
  overflow: hidden; }
  .c-image--ratio-16x8 {
    aspect-ratio: 16 / 8; }
    @media (max-width: 960px) {
      .c-image--ratio-16x8 {
        aspect-ratio: 16 / 11; } }
  .c-image--ratio-4x2 {
    aspect-ratio: 4 / 2.3; }
  .c-image--ratio-3x2 img {
    aspect-ratio: 3 / 2; }
  .c-image--ratio img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.p-page-section {
  margin-bottom: 10rem; }
  @media (max-width: 960px) {
    .p-page-section {
      margin-bottom: 8rem; } }

.p-doctor-message {
  width: 100%;
  max-width: 50.2%;
  margin-right: 20rem;
  margin-top: -13.5rem;
  margin-left: auto;
  border-radius: 0.8rem;
  padding: 2rem;
  position: relative;
  z-index: 2;
  background-color: white;
  border: .2rem solid #9D894A; }
  .p-doctor-message__name {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 2rem; }
  .p-doctor-message p {
    color: #232c3f; }
  @media (max-width: 960px) {
    .p-doctor-message {
      padding: 3rem 2rem;
      margin-top: -17rem;
      max-width: 56.2%;
      margin-right: auto; }
      .p-doctor-message__name {
        font-size: 1.8rem;
        margin-bottom: 1rem; } }

.p-interview {
  margin-top: 4rem;
  margin-bottom: 8rem; }
  @media (max-width: 960px) {
    .p-interview {
      margin-top: 2rem;
      margin-bottom: 6rem; } }

.p-background {
  padding: 3rem;
  border-radius: 1.2rem;
  background-color: var(--main-color-light); }
  @media (max-width: 960px) {
    .p-background {
      padding: 2rem;
      border-radius: 0.8rem; } }

.p-border {
  padding: 5rem;
  border-radius: 1.2rem;
  border: 4px double var(--main-color); }
  .p-border.u-py-3 {
    padding: 3rem; }
  @media (max-width: 960px) {
    .p-border {
      padding: 2rem;
      border-radius: 0.8rem; }
      .p-border.u-py-3 {
        padding: 1rem; } }

/* ========================================
   FAQ
======================================== */
.p-faq {
  margin: 0 auto;
  /* ==========================
     Question
  ========================== */
  /* ==========================
     Answer
  ========================== */ }
  .p-faq--hideborder .p-faq__item {
    border: 0; }
  .p-faq__item {
    padding: 5rem 0;
    border-bottom: 1px solid #e5e5e5; }
    .p-faq__item:first-child {
      border-top: 1px solid #e5e5e5; }
    @media (max-width: 960px) {
      .p-faq__item {
        padding: 3rem 0; } }
  .p-faq__question {
    font-size: var(--size-v2);
    font-weight: 600;
    line-height: 1.75;
    color: var(--main-color--title);
    position: relative;
    padding-left: 3rem; }
    .p-faq__question::before {
      content: "Q";
      position: absolute;
      left: 0;
      top: 0;
      font-weight: 700;
      color: var(--main-color--title); }
  .p-faq__answer {
    margin-top: 2rem;
    padding-left: 3rem;
    position: relative; }
    .p-faq__answer::before {
      content: "A";
      position: absolute;
      left: 0rem;
      font-weight: 700;
      color: #999;
      font-size: var(--size-v3); }
    .p-faq__answer p {
      margin: 0;
      text-align: justify; }

/* ========================================
   PROCEDURE
======================================== */
.p-procedure {
  width: 100%;
  position: relative;
  /* ==========================
     Responsive
  ========================== */ }
  .p-procedure .listbox {
    margin-top: 1.5rem;
    background: transparent;
    padding: 0 !important;
    box-shadow: none !important; }
  .p-procedure__item {
    position: relative;
    padding: 5rem;
    border-radius: 0.5rem;
    background-color: rgba(27, 32, 101, 0.05);
    box-shadow: 0.3rem 0.3rem 0.2rem rgba(0, 0, 0, 0.2); }
    .p-procedure__item:not(:last-child) {
      margin-bottom: 6rem; }
      .p-procedure__item:not(:last-child)::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -4rem;
        width: 3rem;
        height: 2rem;
        transform: translateX(-50%);
        clip-path: polygon(100% 0, 0 0, 50% 100%);
        background-color: var(--main-color); }
  .p-procedure__title {
    margin-bottom: 2rem; }
  @media (max-width: 960px) {
    .p-procedure__item {
      padding: 2rem; }
      .p-procedure__item:not(:last-child) {
        margin-bottom: 4rem; }
        .p-procedure__item:not(:last-child)::before {
          bottom: -2.5rem;
          width: 2rem;
          height: 1rem; }
    .p-procedure__title {
      margin-bottom: 2rem; } }

.p-link {
  background-color: var(--main-color);
  border-radius: 0.8rem;
  display: inline-block;
  padding: 1rem 5rem 1rem 3rem;
  color: var(--main-color-white);
  margin-top: 2rem;
  font-size: Max(1.8rem, 14px);
  position: relative;
  opacity: 1;
  transition: ease all 0.35s; }
  .p-link:hover {
    background-color: var(--main-color); }
  .p-link::before {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1.5rem;
    background-color: #ffffff;
    clip-path: polygon(100% 50%, 0 0, 0 100%); }

.c-top__button--gp04 {
  gap: 2rem; }

.c-top__button--02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 6rem;
  border-radius: 6rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  background: #dca739;
  border: #dca739 solid 1px;
  transition: all 0.35s; }

.c-top__button--02 a:hover {
  background: #fff;
  color: #dca739;
  opacity: 1; }

@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-doctor-message {
    max-width: 51.2%;
    margin-right: 19rem; } }

/*# sourceMappingURL=style.css.map */
