@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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.6rem, 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: "Zen Maru Gothic", sans-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: "Zen Maru Gothic", sans-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: 0.05em;
  font-weight: 500; }
  @media (max-width: 960px) {
    p {
      text-align: justify;
      letter-spacing: 0.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: 8.6rem; }
  @media (max-width: 1440px) and (min-width: 960.5px) {
    .p-header {
      height: 8.3rem; } }
  .p-header__inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55;
    background: #fff;
    width: 100%;
    padding: 2rem 3rem;
    transition: all 0.35s; }
  .p-header__logo--img img {
    width: 25.6rem; }
  .p-header__menu {
    margin-right: 20rem; }
    .p-header__menu--tab {
      display: none; }
    .p-header__menu li {
      padding: 0.4rem 1.25rem; }
      .p-header__menu li:first-child {
        padding-left: 0; }
      .p-header__menu li:last-child {
        padding-right: 0; }
      .p-header__menu li a {
        color: #301500;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 0;
        position: relative;
        padding-left: 3.5rem; }
        .p-header__menu li a::before {
          content: "";
          position: absolute;
          width: 2.6rem;
          height: 1.4rem;
          border-radius: 1.4rem;
          background: #d6d6d4;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }
        .p-header__menu li a::after {
          content: "";
          position: absolute;
          width: 1.4rem;
          height: 1.4rem;
          top: 50%;
          left: 0;
          background: #a66666 url(images/arrow-right01.svg) no-repeat center;
          background-size: 0.4rem;
          border-radius: 1.4rem;
          transform: translateY(-50%); }

.c-button__tel a {
  padding-left: 3.7rem;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.23rem;
  position: relative; }
  .c-button__tel a::before {
    content: "";
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-mask: url(images/tel-icon01.svg) center/100% no-repeat;
    mask: url(images/tel-icon01.svg) center/100% no-repeat;
    background: #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
.c-button__tel.vz-02 p {
  color: #301500;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
  padding-left: 2.5rem;
  position: relative; }
  .c-button__tel.vz-02 p::before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-mask: url(images/local-img02.svg) center/100% no-repeat;
    mask: url(images/local-img02.svg) center/100% no-repeat;
    background: #a66666; }
.c-button__tel.vz-02 a {
  background-color: #a66666;
  border-radius: 3.9rem;
  font-size: 2.3rem;
  background-size: 2.3rem;
  letter-spacing: 0.13rem;
  padding: 0.2rem 2rem 0.55rem 4.7rem; }
  .c-button__tel.vz-02 a::before {
    width: 2.3rem;
    mask-image: url(images/tel-icon02.svg);
    left: 1.3rem; }

@media (min-width: 960.5px) {
  .c-hamburger {
    display: none; }

  .p-header__menu--01 > li {
    position: relative; }
  .p-header__menu--01 li .sub-menu {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    opacity: 0;
    right: 0;
    padding: 1.5rem;
    left: 0;
    top: 4.8rem;
    transition: all 0.3s ease;
    width: 27rem; }
    .p-header__menu--01 li .sub-menu::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 2.5rem);
      left: 0;
      bottom: 0;
      z-index: -1;
      background: #d8ab93; }
    .p-header__menu--01 li .sub-menu::after {
      content: "";
      position: absolute;
      left: 0;
      top: -2rem;
      width: 100%;
      height: 100%;
      background: transparent;
      z-index: -1; }
    .p-header__menu--01 li .sub-menu li {
      margin-left: 0;
      padding: 0;
      border-bottom: 1px solid #fff;
      border-right: 0; }
      .p-header__menu--01 li .sub-menu li:last-child {
        border-width: 0; }
      .p-header__menu--01 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--01 li .sub-menu li a::before {
          -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; }
        .p-header__menu--01 li .sub-menu li a::after {
          content: none; }
        .p-header__menu--01 li .sub-menu li a:hover {
          opacity: 0.8; }
  .p-header__menu--01 li.vz-02 {
    position: initial; }
    .p-header__menu--01 li.vz-02 .sub-menu {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      left: 0;
      top: 10rem;
      padding: 5rem 10rem !important; }
      .p-header__menu--01 li.vz-02 .sub-menu::before {
        height: calc(100% - 1rem); }
      .p-header__menu--01 li.vz-02 .sub-menu::after {
        top: -2rem; }
      .p-header__menu--01 li.vz-02 .sub-menu li {
        width: calc((100% - 6.001rem) / 3);
        margin-right: 3rem; }
        .p-header__menu--01 li.vz-02 .sub-menu li:nth-child(3n) {
          margin-right: 0; }
        .p-header__menu--01 li.vz-02 .sub-menu li:last-child {
          border-width: 1px; }
    .p-header__menu--01 li.vz-02:hover .sub-menu {
      top: 7.6rem; } }
    @media (min-width: 960.5px) and (max-width: 1440px) {
      .p-header__menu--01 li.vz-02:hover .sub-menu {
        top: 7.3rem; } }
@media (min-width: 960.5px) {
      .p-header__menu--01 li.vz-02:hover .sub-menu::after {
        top: -1.7rem; }
  .p-header__menu--01 li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    padding: 2rem 0 0;
    top: 3.6rem; } }
  @media (min-width: 960.5px) and (max-width: 1440px) {
    .p-header__menu--01 li:hover .sub-menu {
      top: 3.5rem; } }
@media (min-width: 960.5px) {
    .p-header__menu--01 li:hover .sub-menu::after {
      top: -0.2rem; }
  .p-header__menu--01 li:hover.menu-item-has-children > a::before {
    opacity: 1; }

  .home .p-header {
    height: auto; }
    .home .p-header__inner:not(.active) {
      background: transparent;
      padding: 2.1rem 8rem; }
  .home .p-header__inner li.vz-02:hover .sub-menu {
    top: 8.8rem; } }
  @media (min-width: 960.5px) and (max-width: 1440px) {
    .home .p-header__inner li.vz-02:hover .sub-menu {
      top: 8.5rem; } }
@media (min-width: 960.5px) {
  .home .p-header__inner.active li.vz-02 .sub-menu {
    top: 7.6rem; } }
  @media (min-width: 960.5px) and (max-width: 1440px) {
    .home .p-header__inner.active li.vz-02 .sub-menu {
      top: 7.3rem; } }

@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-header__menu {
    margin-right: 1rem; }
    .p-header__menu li a {
      padding-left: 3rem; }
  .p-header__inner {
    padding: 2rem 1rem; }
  .p-header__logo--img img {
    width: 20rem; }

  .home .p-header__inner:not(.active) {
    padding: 3.2rem 1rem; } }
@media (max-width: 960px) {
  .mb-4 {
    margin-bottom: 3rem; }

  .p-header {
    height: 6rem; }
    .p-header__inner {
      padding: 0.35rem 1.5rem; }
    .p-header__brand {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-between; }
    .p-header__logo--img img {
      width: 24rem; }
    .p-header__right {
      display: none; }
    .p-header__menu--01 {
      display: none; }
    .p-header__menu--tab {
      display: block;
      padding: 3rem 1.5rem 15rem;
      overflow: auto;
      height: calc(100vh - 12rem);
      position: fixed;
      top: 6rem;
      left: 0;
      width: 100%;
      background: #fff; }
      .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; }
        .p-header__menu--tab li a::before {
          content: "";
          position: absolute;
          width: 0.8rem;
          height: 0.8rem;
          top: 0.7rem;
          left: 0;
          background: var(--main-color);
          border-radius: 100%;
          transition: all 0.35s; }
        .p-header__menu--tab li a:hover::before {
          background: var(--main-color); }
        .p-header__menu--tab li a.active {
          color: #a66667; }
    .p-header__menu--title {
      color: #a66667;
      font-size: 3rem;
      font-weight: 700;
      line-height: 170%;
      letter-spacing: 0;
      margin-bottom: 1rem; }
    .p-header__menu--list {
      grid-template-columns: 1fr 1fr;
      gap: 1rem; }
    .p-header__info {
      display: none; }

  .c-hamburger {
    width: 6rem;
    height: 5.3rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.2rem 0.75rem;
    cursor: pointer; }
    .c-hamburger__line {
      background: #333333;
      display: block;
      height: 0.2rem;
      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.8rem;
      width: 100%; }
    .c-hamburger.active span:nth-child(2) {
      display: none; }
    .c-hamburger.active span:nth-child(3) {
      transform: rotate(135deg);
      top: -0.65rem;
      width: 100%; } }
@media (max-width: 767px) {
  .p-header__menu--list {
    grid-template-columns: 1fr; } }
.p-footer {
  padding: 2rem;
  background: url(images/menu-bg01.jpg) no-repeat center;
  background-size: cover; }
  .p-footer__wrap {
    padding-top: 10.5rem;
    border-radius: 2rem;
    background: url(images/footer-bg01.jpg) no-repeat center;
    background-size: cover;
    position: relative; }
  .p-footer__banner {
    position: absolute;
    bottom: 16rem;
    right: 12rem; }
    .p-footer__banner img {
      width: 28rem; }
  .p-footer__logo {
    margin-bottom: 3.8rem; }
    .p-footer__logo img {
      width: 34.2rem;
      display: inline-block; }
  .p-footer__gp {
    margin-bottom: 7rem; }
    .p-footer__gp--item:first-child {
      padding-top: 2.5rem;
      width: 46.5rem; }
    .p-footer__gp--item:last-child {
      padding-left: 10.5rem;
      width: calc(100% - 46.5rem); }
  .p-footer__info {
    margin-bottom: 6.5rem; }
  .p-footer__nav {
    margin-bottom: 3.3rem;
    gap: 5rem; }
    .p-footer__nav--item {
      width: calc((100% - 5.001rem) / 2); }
    .p-footer__nav--title {
      color: #fff;
      font-size: 3.6rem;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0.5rem;
      margin-bottom: 2rem; }
  .p-footer__local p {
    padding-left: 3.6rem;
    margin-bottom: 1.2rem;
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0.2rem;
    background: url(images/local-img01.png) no-repeat center left;
    background-size: 2.4rem; }
  .p-footer__maps {
    width: 100%;
    height: 18rem;
    background: #ccc;
    border-radius: 0.3rem;
    margin-bottom: 5rem; }
    .p-footer__maps iframe {
      width: 100%;
      height: 100%;
      border: 0;
      vertical-align: top;
      border-radius: 0.3rem; }
  .p-footer__menu {
    gap: 1.6rem; }
    .p-footer__menu li a {
      color: #fff;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0; }
  .p-footer__schedule dl {
    display: flex;
    border-bottom: #fff solid 1px; }
    .p-footer__schedule dl dt,
    .p-footer__schedule dl dd {
      color: #fff;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0;
      padding: 1.6rem 0; }
    .p-footer__schedule dl dt {
      text-align: center;
      width: 17.2rem; }
    .p-footer__schedule dl dd {
      width: calc((100% - 17.2rem) / 7); }
    .p-footer__schedule dl:first-child {
      border-bottom: 0;
      background: #fff;
      border-radius: 0.5rem; }
      .p-footer__schedule dl:first-child dt,
      .p-footer__schedule dl:first-child dd {
        color: #6e5236; }
  .p-footer__schedule p {
    margin-top: 1.8rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0.12rem; }
  .p-footer__schedule.vz-02 dl {
    border-bottom-color: #b5b4b3; }
    .p-footer__schedule.vz-02 dl dt,
    .p-footer__schedule.vz-02 dl dd {
      color: #ae6565; }
    .p-footer__schedule.vz-02 dl dt.col--title__time {
      color: #5b5a5a; }
    .p-footer__schedule.vz-02 dl:first-child {
      background: #f0e8e4; }
  .p-footer__schedule.vz-02 p {
    color: #301500; }
  .p-footer__bottom {
    padding: 2.8rem; }
  .p-footer__credit {
    margin-right: 2.2rem; }
    .p-footer__credit img {
      width: 12rem; }
  .p-footer__copy {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0;
    border-left: #fff solid 1px;
    padding: 0.2rem 2.2rem; }

.c-nav-fix {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 52;
  transform: translateY(-50%); }
  .c-nav-fix__btn a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 10rem;
    height: 10rem;
    background: #feafac url(images/web-icon01.svg) no-repeat center top 1.9rem;
    background-size: 3.3rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0;
    padding: 1.5rem 0; }
  .c-nav-fix__line a {
    background-color: #02cd60;
    background-image: url(images/line-icon01.svg);
    background-size: 5rem;
    background-position: center; }

.c-footer__link--fix {
  position: fixed;
  bottom: 3rem;
  left: 3rem;
  z-index: 20; }
  .c-footer__link--fix li.active {
    display: none; }
  .c-footer__link--fix img {
    width: 28rem; }
.c-footer__link--box img {
  box-shadow: 0 0.4rem 2.4rem rgba(0, 0, 0, 0.15); }
.c-footer__link--close {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 3.1rem;
  height: 3.1rem;
  background: url(images/close-icon01.png) no-repeat center;
  background-size: contain;
  z-index: 5;
  cursor: pointer; }
  @media (max-width: 960px) {
    .c-footer__link--close {
      top: -1.5rem;
      right: -1.5rem; } }

@media (min-width: 960.5px) {
  .home .c-nav-fix {
    display: block; }

  .c-nav-fix__tel {
    display: none; } }
@media (max-width: 960px) {
  .p-footer {
    padding: 1.5rem 0rem 6rem; }
    .p-footer__wrap {
      padding-top: 6rem;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .p-footer__banner {
      bottom: 8rem;
      right: 50%;
      transform: translateX(50%); }
      .p-footer__banner img {
        width: 22rem; }
    .p-footer__gp {
      margin-bottom: 8rem; }
      .p-footer__gp--item:first-child {
        width: 100%;
        padding-top: 0; }
      .p-footer__gp--item:last-child {
        display: none; }
    .p-footer__logo {
      margin-bottom: 1.5rem; }
      .p-footer__logo img {
        width: 28rem; }
    .p-footer__schedule dl dt,
    .p-footer__schedule dl dd {
      font-size: 1.5rem; }
    .p-footer__schedule dl dt {
      width: 12rem; }
    .p-footer__schedule dl dd {
      width: calc((100% - 12rem) / 7); }
    .p-footer__schedule p {
      font-size: 1.5rem; }
    .p-footer__local p {
      font-size: 1.5rem;
      letter-spacing: 0; }
    .p-footer__info {
      margin-bottom: 3rem; }
    .p-footer__bottom {
      padding: 3rem 1rem 3rem 1rem; }
    .p-footer__copy {
      padding: 0.2rem 1rem; }
    .p-footer__credit {
      margin-right: 1rem; }

  .c-footer__link--fix {
    right: inherit;
    left: 1.5rem;
    bottom: 7rem; }
    .c-footer__link--fix img {
      width: 24rem; }

  .c-nav-fix {
    display: flex;
    top: auto;
    bottom: 0;
    transform: inherit;
    width: 100%;
    z-index: 60; }
    .c-nav-fix__item {
      width: calc(100% / 3); }
    .c-nav-fix__btn a {
      font-size: 1.5rem;
      width: 100%;
      height: 6rem;
      padding: 0.5rem 0;
      background-position: center top 0.5rem;
      background-size: 2.5rem; }
    .c-nav-fix__line a {
      background-size: 4rem;
      background-position: center; }
      .c-nav-fix__line a:hover {
        opacity: 1; }
    .c-nav-fix__tel a {
      background-color: #ab6f6f;
      background-image: url(images/tel-icon01.svg);
      background-size: 2rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-footer__schedule dl dt {
    width: 20rem; }
  .p-footer__schedule dl dd {
    width: calc((100% - 2.001rem) / 7); } }
[class^="grid-"],
[class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.l-grid-1510 {
  max-width: 154rem; }
.l-grid-1440 {
  max-width: 147rem; }
.l-grid-1280 {
  max-width: 131rem; }
.l-grid-1200 {
  max-width: 123rem; }
.l-grid-1120 {
  max-width: 115rem; }

.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: -15rem;
  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; }
  @media (max-width: 960px) {
    .l-grid {
      gap: 1.5rem; }
      .l-grid__inner:first-child {
        order: 2; }
      .l-grid__inner:last-child {
        order: 1; }
      .l-grid--2 {
        grid-template-columns: 1fr; }
      .l-grid--3 {
        gap: 3rem 1.5rem;
        grid-template-columns: repeat(2, 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; } }

/* 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: #a66667;
  --main-color-light: rgba(245, 236, 232, 0.5);
  --main-color--title: #a66667;
  --main-color-white: #ffffff;
  --size-v1: max(2.8rem, 20px);
  --size-v2: max(2.5rem, 18px);
  --size-v3: max(2rem, 18px);
  --size-v4: max(2rem, 18px);
  --letter-spacing-default: 0.05rem;
  --font-default: "Noto Sans JP", sans-serif;
  --font-family-heading: $f1; }

@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.5rem;
    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.5rem;
  right: 1.5rem;
  width: 7.1rem;
  height: 7.1rem;
  opacity: 0;
  border: 0;
  border-radius: 0.5rem;
  background: var(--main-color);
  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: 1.5rem;
      bottom: 7rem;
      width: 5rem;
      height: 5rem;
      position: fixed; }
      .c-pagetop.fixed {
        bottom: 7rem; } }
  @media (max-width: 767px) {
    .c-pagetop {
      bottom: 7rem; } }

.c-menu__medical--list {
  margin-bottom: 3rem; }
  .c-menu__medical--list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem; }
  .c-menu__medical--list li a {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 175%;
    color: var(--main-color);
    position: relative;
    display: block;
    letter-spacing: 0;
    height: 100%;
    transition: all 0.35s;
    padding: 1rem;
    background: var(--main-color-light);
    border: var(--main-color) solid 1px;
    text-align: center; }
    .c-menu__medical--list li a:hover {
      font-weight: bold; }
  .c-menu__medical--list li.current_page_item a {
    background: var(--main-color);
    color: #fff; }

@media (max-width: 960px) {
  .no_scroll {
    overflow: hidden; }

  .c-menu__medical--list li a {
    font-size: 1.5rem; } }
@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; }
      @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__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; }
      .c-table--01 .c-table__body .item {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 400; }
      @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; }

.c-table-scroll {
  width: 100%; }
  @media (max-width: 960px) {
    .c-table-scroll {
      overflow-x: auto; }
      .c-table-scroll table {
        width: 200%; } }

@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%;
  aspect-ratio: 16 / 6;
  overflow: hidden;
  padding: 2rem; }
  .c-map iframe {
    position: relative;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 1;
    vertical-align: top;
    display: block; }
  .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: 30rem;
      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--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--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); }
      .c-list--3col-sp {
        grid-template-columns: repeat(2, 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(166, 102, 103, 0.4);
    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: 2.8rem;
        letter-spacing: 0.2rem; } }

.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 #a66667;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.55rem;
    color: #a66667;
    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: #a66667;
    color: #fff; }
.c-news__archive {
  border: #a66667 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: #a66667;
    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(166, 102, 103, 0.2);
  margin-bottom: 1.5rem; }
  .p-news__item:nth-child(odd) {
    background: #a66667; }
    .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(166, 102, 103, 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: #0073aa; }
.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: #a66667 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: #a66667; }
  .p-news__archive-item:last-child {
    border-bottom: 0; }

.p-single__header {
  background: rgba(166, 102, 103, 0.1);
  padding: 3rem; }
.p-single__title {
  font-size: 3.2rem;
  color: #a66667;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.p-single__date {
  font-size: 1.6rem;
  color: #a66667;
  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) {
    font-size: 2.8rem;
    color: #171717;
    font-weight: 600;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .p-single__content h2 {
    font-size: 2.6rem; }
  .p-single__content h3 {
    font-size: 2.4rem; }
  .p-single__content h4 {
    font-size: 2.2rem; }
  .p-single__content h5 {
    font-size: 2rem; }
  .p-single__content h6 {
    font-size: 1.8rem; }
  .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: 1.8rem;
    color: #171717;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.1rem;
    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 #a66667;
    border-radius: 3.3rem;
    background: #a66667;
    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 (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(p, td, li, th, blockquote, a) {
    font-size: 1.5rem;
    line-height: 185%; }
  .p-single__content h1 {
    font-size: 2.6rem; }
  .p-single__content h2 {
    font-size: 2.4rem; }
  .p-single__content h3 {
    font-size: 2.2rem; }
  .p-single__content h4 {
    font-size: 2rem; }
  .p-single__content h5 {
    font-size: 1.8rem; }
  .p-single__content h6 {
    font-size: 1.6rem; }
  .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-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; }
.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: #a66667;
  transition: ease-in-out .3s;
  margin-bottom: 1rem;
  display: inline-block; }
.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: #a66667; }

@media (max-width: 960px) {
  .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-top__title--01 .title {
  color: #4d4d4d;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.4rem; }
.c-top__title--01 p {
  color: #a66667;
  font-size: 8.3rem;
  font-weight: 100;
  line-height: 140%;
  letter-spacing: 0.6rem; }
.c-top__title--01.vz-01 {
  position: relative;
  z-index: 0; }
  .c-top__title--01.vz-01::before {
    content: "";
    position: absolute;
    width: 11.8rem;
    height: 20.4rem;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    background: url(images/question_icon01.png) no-repeat center;
    background-size: contain; }
.c-top__title--02 a {
  position: relative;
  display: block;
  padding-bottom: 1.4rem;
  margin-bottom: 3.2rem; }
  .c-top__title--02 a::before {
    content: "";
    position: absolute;
    width: 12rem;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #eb860e; }
.c-top__title--02 .txt {
  color: #333333;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.3rem;
  display: block; }
  .c-top__title--02 .txt.en {
    font-size: 1.6rem;
    color: #eb860e;
    font-weight: 400;
    letter-spacing: 0.15rem; }
.c-top__title--02.vz-02 .txt.en {
  color: #d4a287; }
.c-top__title--02.vz-02 .txt.jp::after {
  background: #d4a287; }
.c-top__title--02.vz-02 a::before {
  background: #d4a287; }

.c-top__btn--01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29rem;
  height: 6rem;
  color: #c38788;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  background: #fff;
  border-radius: 6rem;
  border: #c38788 solid 1px;
  transition: all 0.35s; }
  .c-top__btn--01 a:hover {
    opacity: 1;
    background: #c38788;
    color: #fff; }
.c-top__btn--01.vz-02 a {
  width: 26rem; }
.c-top__btn--02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28.5rem;
  height: 6rem;
  border-radius: 6rem;
  background: #bea287;
  border: #bea287 solid 1px;
  transition: all 0.35s; }
  .c-top__btn--02 a span {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.17rem;
    position: relative;
    padding-right: 3rem;
    transition: all 0.35s; }
    .c-top__btn--02 a span::before {
      content: "";
      position: absolute;
      width: 2rem;
      height: 2rem;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      -webkit-mask: url(images/arrow-right04.png) center/100% no-repeat;
      mask: url(images/arrow-right04.png) center/100% no-repeat;
      background: #fff;
      transition: all 0.35s; }
  .c-top__btn--02 a:hover {
    background: #fff;
    opacity: 1; }
    .c-top__btn--02 a:hover span {
      color: #bea287; }
      .c-top__btn--02 a:hover span::before {
        background: #bea287; }
.c-top__btn--03 a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a66666;
  width: 29rem;
  height: 6.6rem;
  border-radius: 6.6rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.27rem;
  position: relative; }
  .c-top__btn--03 a::before {
    content: "";
    position: absolute;
    width: 0.8rem;
    height: 0.9rem;
    top: 50%;
    right: 2.4rem;
    transform: translateY(-50%);
    -webkit-mask: url(images/arrow-right03.svg) center/100% no-repeat;
    mask: url(images/arrow-right03.svg) center/100% no-repeat;
    background: #fff; }
.c-top__btn--gp01 {
  gap: 3.8rem; }
.c-top__btn--gp02 {
  gap: 3rem; }

.c-top__desc p {
  color: #301500;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 225%;
  letter-spacing: 0.15rem; }

.p-mv {
  position: relative;
  background: url(images/mv-bg01.jpg) no-repeat center;
  background-size: cover;
  padding-top: 11rem; }
  .p-mv__visual .p-mv__img {
    margin: 0 1.5rem; }
    @media (max-width: 960px) {
      .p-mv__visual .p-mv__img {
        margin: 0 0.5rem; } }
  .p-mv__visual .slick-slide img {
    width: 100%;
    border-radius: 1.6rem; }
  .p-mv__cont {
    position: absolute;
    bottom: 0;
    right: 8rem;
    width: 43.2rem;
    height: calc(100% - 11rem);
    background: #fefff5;
    padding-top: 7.5rem; }
    .p-mv__cont h2 {
      order: 1;
      color: #301500;
      font-size: 4rem;
      font-weight: 700;
      line-height: 190%;
      letter-spacing: 1rem;
      writing-mode: vertical-lr; }
    .p-mv__cont p {
      margin-top: 22rem;
      color: #301500;
      font-size: 2rem;
      font-weight: 400;
      line-height: 190%;
      letter-spacing: 0.9rem;
      writing-mode: vertical-rl;
      margin-right: 4.2rem; }

.p-top_trouble {
  position: relative;
  z-index: 0;
  padding: 19rem 0 18rem;
  background: url(images/trouble-bg02.jpg) no-repeat center;
  background-size: cover; }
  .p-top_trouble::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 11.3rem;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(images/trouble-bg01.png) no-repeat center top;
    background-size: contain; }
  .p-top_trouble::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10.3rem;
    bottom: 0;
    left: 0;
    background: url(images/trouble-bg03.png) no-repeat center bottom;
    background-size: contain; }
  .p-top_trouble__wrap {
    max-width: 105.5rem;
    margin-left: auto;
    margin-right: auto; }
  .p-top_trouble__list {
    gap: 6rem;
    margin-bottom: 5rem; }
    .p-top_trouble__list:last-child {
      margin-bottom: 0; }
    .p-top_trouble__list li {
      width: calc((100% - 18.001rem) / 4); }
      .p-top_trouble__list li .img img {
        box-shadow: 0 0 1.4rem -0.4rem rgba(0, 0, 0, 0.3);
        border-radius: 100%;
        width: 100%; }
      .p-top_trouble__list li a {
        position: relative;
        display: block; }
      .p-top_trouble__list li .txt {
        color: #301500;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: 0;
        text-align: center;
        display: block;
        position: absolute;
        left: 50%;
        padding: 0 2.4rem;
        top: calc(100% - 7.5rem);
        width: 100%;
        transform: translateX(-50%); }
  .p-top_trouble .c-top__title--01 {
    margin-bottom: 6.8rem; }

.p-top_menu {
  padding: 3.2rem 0 20.5rem;
  background: url(images/menu-bg01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .p-top_menu::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10.3rem;
    bottom: -1px;
    left: 0;
    -webkit-mask: url(images/trouble-bg03.png) center bottom/100% no-repeat;
    mask: url(images/trouble-bg03.png) center bottom/100% no-repeat;
    background: #f5ece8; }
  .p-top_menu::after {
    content: "";
    position: absolute;
    width: 36.6rem;
    height: 36.6rem;
    top: 2.5rem;
    left: 13.6rem;
    z-index: -1;
    background: url(images/menu-bg03.png) no-repeat center;
    background-size: contain; }
  .p-top_menu__icon01 {
    position: absolute;
    z-index: -1;
    width: 43.5rem;
    height: 37.7rem;
    left: -9.5rem;
    top: 33.5%;
    background: url(images/menu-bg04.png) no-repeat center;
    background-size: contain; }
  .p-top_menu__img {
    width: calc(100% + 24rem);
    margin-right: -24rem;
    padding-left: 14.5rem;
    margin-bottom: -26rem; }
    .p-top_menu__img img {
      width: 100%;
      border-top-left-radius: 8rem; }
    .p-top_menu__img.vz-02 {
      margin-right: auto;
      margin-left: -24rem;
      padding-right: 14.5rem;
      padding-left: 0; }
      .p-top_menu__img.vz-02 img {
        border-top-left-radius: 0;
        border-top-right-radius: 8rem; }
  .p-top_menu__block {
    margin-bottom: 9rem; }
    .p-top_menu__block:last-child {
      margin-bottom: 0; }
  .p-top_menu__gp--item:first-child {
    width: 55rem;
    background: #fff;
    border-top-right-radius: 2rem;
    padding: 7.5rem 8rem;
    min-height: 54.8rem; }
  .p-top_menu__gp--item:last-child {
    margin-top: 12.7rem;
    margin-left: -3.2rem;
    width: calc(100% - 55rem + 3.2rem); }
  .p-top_menu__gp--item .c-top__desc {
    padding-right: 1rem; }
  .p-top_menu__list {
    gap: 1.2rem;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 1.2rem; }
    .p-top_menu__list:last-child {
      margin-bottom: 0; }
    .p-top_menu__list li a {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      height: 26rem;
      border-radius: 0.5rem;
      background: rgba(221, 190, 134, 0.9);
      padding-top: 10rem;
      color: #fff;
      font-size: 2.4rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0.25rem;
      position: relative;
      z-index: 0; }
      .p-top_menu__list li a::before {
        content: "";
        position: absolute;
        width: 15.9rem;
        height: 13.8rem;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url(images/menu-icon01.png) no-repeat center;
        background-size: contain;
        mix-blend-mode: color-dodge; }
      .p-top_menu__list li a::after {
        content: "";
        position: absolute;
        width: 1.3rem;
        height: 1.3rem;
        bottom: 0.8rem;
        right: 0.8rem;
        background: #fff;
        z-index: -1;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
      .p-top_menu__list li a.vz-02::before {
        background-image: url(images/menu-icon02.png); }
      .p-top_menu__list li a.vz-03::before {
        background-image: url(images/menu-icon03.png); }
      .p-top_menu__list li a.vz-04::before {
        background-image: url(images/menu-icon04.png); }
      .p-top_menu__list li a.vz-05::before {
        background-image: url(images/menu-icon05.png); }
      .p-top_menu__list li a.vz-06::before {
        background-image: url(images/menu-icon06.png); }
      .p-top_menu__list li a.vz-07::before {
        background-image: url(images/menu-icon07.png); }
      .p-top_menu__list li a.vz-08::before {
        background-image: url(images/menu-icon08.png); }
      .p-top_menu__list li a.vz-09::before {
        background-image: url(images/menu-icon09.png); }
      .p-top_menu__list li a.vz-10::before {
        background-image: url(images/menu-icon10.png); }
      .p-top_menu__list li a.vz-11 {
        padding-top: 13.6rem; }
    .p-top_menu__list.vz-02 {
      grid-template-columns: repeat(3, 1fr); }
    .p-top_menu__list.vz-03 li a {
      background: rgba(214, 181, 162, 0.9); }
  .p-top_menu .c-top__title--01 {
    margin-bottom: 6rem; }

.p-top_diseases {
  padding: 4rem 0 18.5rem;
  background: #f5ece8;
  position: relative;
  z-index: 0; }
  .p-top_diseases::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10.3rem;
    bottom: 0;
    left: 0;
    background: url(images/trouble-bg03.png) no-repeat center bottom;
    background-size: contain; }
  .p-top_diseases::after {
    content: "";
    position: absolute;
    width: 29.1rem;
    height: 28.7rem;
    top: -20.7rem;
    right: 23.3rem;
    background: url(images/diseases-icon02.png) no-repeat center;
    background-size: contain; }
  .p-top_diseases__list--01 {
    gap: 1rem; }
    .p-top_diseases__list--01 li a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32rem;
      height: 8rem;
      background: #d6b5a2;
      border-radius: 1.6rem 1.6rem 0 0;
      color: #fff;
      font-size: 2.6rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.4rem; }
      .p-top_diseases__list--01 li a.vz-02 {
        background: #ddbe86; }
  .p-top_diseases__list--02 {
    gap: 1.9rem; }
    .p-top_diseases__list--02 li {
      width: calc((100% - 5.701rem) / 4); }
      .p-top_diseases__list--02 li a {
        background: #d6b5a2 url(images/diseases-icon01.png) no-repeat center left 1.7rem;
        background-size: 5.5rem;
        border-radius: 6.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 6.6rem;
        color: #fff;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 140%;
        letter-spacing: 0.3rem;
        position: relative; }
        .p-top_diseases__list--02 li a::before {
          content: "";
          position: absolute;
          width: 0.8rem;
          height: 0.9rem;
          top: 50%;
          right: 2.1rem;
          transform: translateY(-50%);
          background: url(images/arrow-right03.svg) no-repeat center;
          background-size: contain; }
    .p-top_diseases__list--02.vz-02 li a {
      background-color: #ddbe86; }
  .p-top_diseases__block {
    padding: 7.2rem 5rem;
    background: #fff;
    border-top: #d6b5a2 solid 0.5rem;
    display: none;
    border-radius: 0 0 3rem 3rem; }
    .p-top_diseases__block.active {
      display: block; }
    .p-top_diseases__block.vz-02 {
      border-top-color: #ddbe86; }
  .p-top_diseases .c-top__title--01 {
    margin-bottom: 6.6rem; }

.p-top_feature {
  padding: 7.5rem 0 19rem;
  background: url(images/menu-bg01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0; }
  .p-top_feature::before {
    content: "";
    position: absolute;
    width: 52.6rem;
    height: 38.8rem;
    top: 7.6rem;
    left: 4rem;
    z-index: -1;
    background: url(images/feature-bg01.png) no-repeat center;
    background-size: contain; }
  .p-top_feature__gp {
    gap: 8rem 6rem;
    counter-reset: section; }
    .p-top_feature__gp--box {
      width: calc((100% - 6.001rem) / 2); }
  .p-top_feature__head {
    margin-bottom: 1.5rem;
    padding-right: 0.7rem; }
    .p-top_feature__head--img {
      width: 47.2rem;
      position: relative; }
      .p-top_feature__head--img::before {
        counter-increment: section;
        content: counter(section,decimal-leading-zero);
        position: absolute;
        top: 1rem;
        right: 1.4rem;
        width: 10rem;
        height: 10rem;
        border-radius: 100%;
        background: #dab2b1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 6rem;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0;
        color: #fff; }
      .p-top_feature__head--img img {
        width: 100%; }
    .p-top_feature__head--title {
      width: calc(100% - 47.2rem);
      margin-top: 0.6rem;
      color: #a66667;
      font-size: 2.4rem;
      font-weight: 500;
      line-height: 185%;
      letter-spacing: 0.4rem;
      writing-mode: vertical-rl; }
  .p-top_feature__cont p {
    line-height: 200%;
    margin-bottom: 2rem; }
  .p-top_feature .c-top__title--01 {
    margin-bottom: 8rem; }

.p-top_greeting {
  padding-top: 5.5rem;
  background: url(images/greeting-bg01.jpg) no-repeat center;
  background-size: cover; }
  .p-top_greeting .l-grid-1510 {
    position: relative; }
  .p-top_greeting__title--01 {
    color: #dc8783;
    font-size: 5.9rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 1.1rem;
    position: absolute;
    z-index: 0;
    left: 15.5rem;
    top: 13.6rem; }
    .p-top_greeting__title--01::before {
      content: "";
      position: absolute;
      width: 43rem;
      height: 18.2rem;
      top: 63%;
      left: -9rem;
      z-index: -1;
      transform: translateY(-50%);
      -webkit-mask: url(images/greeting-txt01.png) center/100% no-repeat;
      mask: url(images/greeting-txt01.png) center/100% no-repeat;
      background: #adadad; }
  .p-top_greeting__title--02 {
    margin-bottom: 2.5rem; }
    .p-top_greeting__title--02 span {
      display: inline-block;
      color: #dc8783;
      font-size: 3.5rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.21rem;
      border: #e5e5e5 solid 2px;
      padding: 1rem 2.3rem;
      position: relative;
      z-index: 0; }
      .p-top_greeting__title--02 span::before {
        content: "";
        position: absolute;
        width: 20.2rem;
        height: 5.2rem;
        top: -2px;
        left: -2px;
        border-top: #dc8783 solid 2px;
        border-left: #dc8783 solid 2px;
        z-index: -1; }
      .p-top_greeting__title--02 span::after {
        content: "";
        position: absolute;
        width: 20.2rem;
        height: 5.2rem;
        bottom: -2px;
        right: -2px;
        border-bottom: #dc8783 solid 2px;
        border-right: #dc8783 solid 2px;
        z-index: -1; }
  .p-top_greeting__gp {
    padding-left: 15.5rem; }
    .p-top_greeting__gp--item:first-child {
      padding-top: 37.8rem;
      width: calc(100% - 72rem); }
    .p-top_greeting__gp--item:last-child {
      width: 72rem;
      padding-right: 5.3rem;
      position: relative; }
    .p-top_greeting__gp--item .c-top__desc {
      margin-bottom: 3.5rem;
      max-width: 57.5rem; }
      .p-top_greeting__gp--item .c-top__desc p {
        line-height: 180%;
        margin-bottom: 3rem; }
        .p-top_greeting__gp--item .c-top__desc p:last-child {
          margin-bottom: 0; }
    .p-top_greeting__gp--item .img img {
      width: 100%; }
  .p-top_greeting__name {
    position: absolute;
    top: 26.5rem;
    right: 0; }
    .p-top_greeting__name p .item {
      color: #333333;
      font-size: 2.8rem;
      font-weight: 500;
      line-height: 160%;
      letter-spacing: 0;
      display: block; }
      .p-top_greeting__name p .item.vz-01 {
        color: #dc8783;
        margin-bottom: 0.4rem; }
      .p-top_greeting__name p .item.vz-02 {
        font-size: 2.4rem; }
        .p-top_greeting__name p .item.vz-02:last-child {
          font-size: 1.9rem; }
      .p-top_greeting__name p .item .sub {
        font-family: "M PLUS Rounded 1c", sans-serif; }

.p-top_clinic {
  padding: 9.4rem 0 5rem;
  background: url(images/menu-bg01.jpg) no-repeat center;
  background-size: cover; }
  .p-top_clinic__gp {
    margin-bottom: 12rem; }
    .p-top_clinic__gp--item {
      width: calc(100% / 2); }
    .p-top_clinic__gp--box {
      margin-top: 1.5rem;
      max-width: 46.5rem; }
    .p-top_clinic__gp .p-footer__local p {
      color: #301500;
      padding-left: 0;
      background: transparent; }
    .p-top_clinic__gp .c-button__tel {
      margin-bottom: 2.8rem; }
      .p-top_clinic__gp .c-button__tel a {
        color: #5b5a5a; }
        .p-top_clinic__gp .c-button__tel a::before {
          background: #a66666; }
  .p-top_clinic__logo {
    margin-bottom: 3rem; }
    .p-top_clinic__logo a img {
      display: inline-block;
      width: 25.6rem; }
  .p-top_clinic__list {
    gap: 4rem;
    margin-bottom: 2rem; }
    .p-top_clinic__list li {
      display: flex;
      align-items: center; }
      .p-top_clinic__list li .img {
        width: 7rem; }
        .p-top_clinic__list li .img img {
          width: 100%; }
      .p-top_clinic__list li .txt {
        padding-left: 2rem;
        width: calc(100% - 7rem);
        color: #301500;
        font-size: 1.68rem;
        font-weight: 700;
        line-height: 175%;
        letter-spacing: 0.168rem; }
  .p-top_clinic__maps {
    width: 100%;
    height: 25.7rem;
    margin-bottom: 4rem; }
    .p-top_clinic__maps iframe {
      width: 100%;
      height: 100%;
      border: 0;
      vertical-align: top; }
  .p-top_clinic .c-top__title--01 {
    margin-bottom: 7rem; }

.c-slide {
  overflow: hidden;
  position: relative; }
  .c-slide__list {
    display: flex;
    width: max-content;
    animation: slide-left 20s linear infinite; }
  .c-slide__item {
    margin-right: 2rem;
    position: relative;
    z-index: 0; }
    .c-slide__item:nth-child(2n) {
      margin-top: 6rem; }
    .c-slide__item img {
      width: 35rem;
      border-radius: 2.4rem; }

@keyframes slide-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
@media (min-width: 960.5px) {
  .p-top_menu__gp.vz-02 .p-top_menu__gp--item:first-child {
    order: 1;
    border-top-right-radius: 0;
    border-top-left-radius: 2rem; }
  .p-top_menu__gp.vz-02 .p-top_menu__gp--item:last-child {
    margin-left: 0;
    margin-right: -3.2rem; }

  .p-top_feature__head.vz-02 {
    margin-bottom: 3rem; }
    .p-top_feature__head.vz-02 .p-top_feature__head--img {
      width: 46.4rem; }
    .p-top_feature__head.vz-02 .p-top_feature__head--title {
      width: calc(100% - 46.4rem); }
  .p-top_feature__head.vz-03 {
    padding-right: 0; }
    .p-top_feature__head.vz-03 .p-top_feature__head--img {
      width: 46.7rem;
      order: 1; }
    .p-top_feature__head.vz-03 .p-top_feature__head--title {
      padding-right: 0.6rem;
      width: calc(100% - 46.7rem); }
  .p-top_feature__gp--box:nth-child(2n) {
    position: relative;
    top: 8rem; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-mv__cont {
    padding-top: 3rem; }
    .p-mv__cont p {
      margin-top: 4rem; }
    .p-mv__cont h2 {
      font-size: 3.5rem;
      letter-spacing: 0.5rem; }

  .p-top_diseases::after {
    right: 10rem; }

  .p-top_greeting__gp {
    padding-left: 7rem; }
  .p-top_greeting__title--01::before {
    left: -7rem; } }
@media (max-width: 960px) {
  .c-top__title--01 .title {
    font-size: 1.5rem;
    letter-spacing: 0.1rem; }
  .c-top__title--01 p {
    font-size: 4rem;
    text-align: center;
    letter-spacing: 0.1rem; }
  .c-top__title--01.vz-01::before {
    width: 8rem;
    height: 14rem; }
  .c-top__title--02 .txt {
    font-size: 2rem; }
    .c-top__title--02 .txt.en {
      font-size: 1.5rem; }

  .c-top__desc p {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 185%; }

  .c-top__btn--01 a {
    font-size: 1.5rem; }
  .c-top__btn--02 a span {
    font-size: 1.5rem;
    letter-spacing: 0; }
  .c-top__btn--03 a {
    height: 5.5rem;
    font-size: 1.5rem; }
  .c-top__btn--gp01 {
    gap: 1rem;
    justify-content: center; }
  .c-top__btn--gp02 {
    gap: 1rem;
    justify-content: center; }
  .c-top__btn--gp03 {
    gap: 1rem;
    justify-content: center; }

  .p-mv {
    padding-top: 6rem;
    margin-bottom: 3rem; }
    .p-mv__visual {
      padding-top: 6rem; }
      .p-mv__visual .slick-slide img {
        height: 38rem;
        object-fit: cover; }
    .p-mv__cont {
      background: transparent;
      padding-top: 0;
      right: 0;
      bottom: auto;
      top: 6rem;
      width: 100%; }
      .p-mv__cont h2 {
        font-size: 2.4rem;
        letter-spacing: 0;
        text-shadow: 0 0 1.2rem #fff, 0 0 1.2rem #fff, 0 0 1.2rem #fff; }
      .p-mv__cont p {
        letter-spacing: 0;
        margin-top: 0;
        margin-right: 2rem;
        text-shadow: 0 0 1.2rem #fff, 0 0 1.2rem #fff, 0 0 1.2rem #fff; }

  .p-top_trouble {
    padding: 8rem 0; }
    .p-top_trouble__block {
      display: grid; }
    .p-top_trouble__list {
      gap: 3rem 1rem;
      margin-bottom: 3rem; }
      .p-top_trouble__list li {
        width: calc((100% - 3.001rem) / 4); }
        .p-top_trouble__list li .txt {
          font-size: 1.5rem;
          padding: 0;
          top: calc(100% - 6rem); }
      .p-top_trouble__list:nth-child(2) {
        order: 2;
        margin-bottom: 0; }
      .p-top_trouble__list:last-child {
        margin-bottom: 3rem; }
    .p-top_trouble .c-top__title--01 {
      margin-bottom: 3rem; }

  .p-top_menu {
    padding: 3.2rem 0 8rem; }
    .p-top_menu__block {
      margin-bottom: 6rem; }
    .p-top_menu__gp--item:first-child {
      width: 100%;
      padding: 1rem;
      min-height: auto;
      border-top-right-radius: 0;
      border-radius: 0 0 1rem 1rem; }
    .p-top_menu__gp--item:last-child {
      width: 100%;
      margin-left: 0;
      margin-top: 4rem; }
    .p-top_menu__gp--item .c-top__desc {
      padding-right: 0; }
    .p-top_menu__img {
      width: 100%;
      margin-right: 0;
      margin-bottom: 0;
      padding-left: 0; }
      .p-top_menu__img img {
        border-radius: 1rem 1rem 0 0; }
      .p-top_menu__img.vz-02 {
        margin-left: 0;
        padding-right: 0; }
        .p-top_menu__img.vz-02 img {
          border-radius: 1rem 1rem 0 0; }
    .p-top_menu__list {
      gap: 1rem; }
      .p-top_menu__list li a {
        font-size: 1.5rem;
        letter-spacing: 0;
        height: 16rem;
        padding-top: 7rem; }
        .p-top_menu__list li a::before {
          width: 12rem;
          height: 10.4rem; }
        .p-top_menu__list li a.vz-11 {
          padding-top: 9rem; }
      .p-top_menu__list.vz-02 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        .p-top_menu__list.vz-02 li {
          width: calc((100% - 1.001rem) / 2); }

  .p-top_diseases {
    padding: 4rem 0 8rem; }
    .p-top_diseases::after {
      top: -8rem;
      right: 1rem;
      width: 12rem;
      height: 11.8rem; }
    .p-top_diseases__list--01 li a {
      font-size: 1.5rem;
      letter-spacing: 0;
      width: 16rem;
      height: 6rem; }
    .p-top_diseases__list--02 {
      gap: 1rem; }
      .p-top_diseases__list--02 li {
        width: calc((100% - 1.001rem) / 2); }
        .p-top_diseases__list--02 li a {
          font-size: 1.5rem;
          background-image: inherit;
          height: 5.5rem; }
          .p-top_diseases__list--02 li a::before {
            right: 0.8rem; }
    .p-top_diseases__block {
      padding: 3rem 1rem; }
    .p-top_diseases .c-top__title--01 {
      margin-bottom: 2rem; }

  .p-top_feature {
    padding: 4rem 0 6rem; }
    .p-top_feature::before {
      width: 30rem; }
    .p-top_feature__head--title {
      width: 100%;
      writing-mode: inherit;
      letter-spacing: 0;
      line-height: 150%;
      font-size: 1.8rem; }
      .p-top_feature__head--title br {
        display: none; }
    .p-top_feature__head--img {
      width: 100%; }
      .p-top_feature__head--img::before {
        width: 8rem;
        height: 8rem;
        font-size: 4rem; }
    .p-top_feature__gp {
      gap: 6rem 1rem; }
      .p-top_feature__gp--box {
        width: 100%; }

  .p-top_greeting {
    background-position: center right;
    padding-bottom: 4rem; }
    .p-top_greeting__gp {
      padding-left: 0; }
      .p-top_greeting__gp--item:first-child {
        width: 100%;
        padding-top: 0;
        order: 1; }
      .p-top_greeting__gp--item:last-child {
        width: 100%;
        margin-bottom: 4rem; }
      .p-top_greeting__gp--item .c-top__desc {
        max-width: 100%;
        margin-bottom: 2rem; }
        .p-top_greeting__gp--item .c-top__desc p {
          margin-bottom: 1rem; }
    .p-top_greeting__title--01 {
      margin-bottom: 4rem;
      font-size: 4rem;
      text-align: center;
      position: relative;
      left: auto;
      top: 0; }
      .p-top_greeting__title--01::before {
        width: 26rem;
        background: #cecece;
        left: 50%;
        transform: translate(-50%, -50%); }
    .p-top_greeting__title--02 {
      text-align: center; }
      .p-top_greeting__title--02 span {
        font-size: 2rem;
        padding: 1rem; }
    .p-top_greeting__name {
      top: 12rem; }
      .p-top_greeting__name p {
        text-align: center; }
        .p-top_greeting__name p .item.vz-01 {
          font-size: 2rem; }
        .p-top_greeting__name p .item.vz-02 {
          font-size: 1.8rem; }
          .p-top_greeting__name p .item.vz-02:last-child {
            font-size: 1.5rem; }

  .p-top_clinic {
    padding: 5rem 0; }
    .p-top_clinic__gp {
      margin-bottom: 6rem; }
      .p-top_clinic__gp--item {
        width: 100%; }
      .p-top_clinic__gp--box {
        margin-bottom: 2rem;
        max-width: 100%; }
      .p-top_clinic__gp .c-button__tel {
        margin-bottom: 1.5rem; }
    .p-top_clinic__list {
      gap: 2rem; }
      .p-top_clinic__list li .txt {
        font-size: 1.5rem; }
    .p-top_clinic .c-top__title--01 {
      margin-bottom: 2rem; }

  .c-slide__item {
    margin-right: 1rem; }
    .c-slide__item:nth-child(2n) {
      margin-top: 3rem; }
    .c-slide__item img {
      width: 25rem;
      border-radius: 1rem; } }
@media (max-width: 767px) {
  .p-top_trouble__list li {
    width: calc((100% - 1.001rem) / 2); }
    .p-top_trouble__list li .txt {
      top: calc(100% - 5rem); } }
#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: auto; } }
  .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: 30.2%;
  margin-left: auto;
  margin-right: 5rem;
  border-radius: 0.8rem;
  padding: 2rem;
  margin-top: -20rem;
  position: relative;
  z-index: 2;
  background-color: #a66666; }
  .p-doctor-message__name {
    font-weight: 500;
    font-size: 2.4rem; }
  .p-doctor-message p {
    color: #ffffff; }
    .p-doctor-message p .item {
      font-family: "M PLUS Rounded 1c", sans-serif;
      font-weight: 500; }
  @media (max-width: 960px) {
    .p-doctor-message {
      padding: 3rem 2rem;
      margin-top: -2rem;
      max-width: 87%;
      margin-right: auto; }
      .p-doctor-message__name {
        font-size: 1.8rem; } }

.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(245, 236, 232, 0.7);
    box-shadow: 0.2rem 0.2rem 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%); }

/*# sourceMappingURL=style.css.map */
