@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  margin: 0;
  line-height: 1.6; }

h1, h2, h3, h4, h5, h6,
p, figure, blockquote, dl, dd {
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

img,
picture,
video,
svg {
  max-width: 100%;
  height: auto;
  display: block; }

a {
  color: inherit;
  text-decoration: none; }

button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit; }

input,
textarea,
select {
  font: inherit; }

:root {
  --size-p: max(1.8rem, 15px);
  --size-h1: max(3rem, 28px);
  --size-h2: max(2.6rem, 26px);
  --size-h3: max(2.4rem, 24px);
  --size-h4: max(2.2rem, 22px);
  --size-h5: max(2rem, 20px);
  --size-h6: max(1.8rem, 18px);
  --font-size-html: 0.521105vw;
  --space-xs: 1.5rem;
  --space-sm: 2rem;
  --space-md: 2.5rem;
  --space-lg: 6rem;
  --space-xl: 8.5rem;
  --space-2xl: 12rem; }
  @media screen and (max-width: 960px) {
    :root {
      --size-p: max(1.5rem, 13px);
      --size-h1: max(2.4rem, 21px);
      --size-h2: max(2.3rem, 20px);
      --size-h3: max(2.2rem, 19px);
      --size-h4: max(2.1rem, 18px);
      --size-h5: max(2rem, 17px);
      --size-h6: max(1.8rem, 16px);
      --font-size-html: 10px;
      --space-xs: 1rem;
      --space-sm: 1.2rem;
      --space-md: 2rem;
      --space-lg: 4rem;
      --space-xl: 6rem;
      --space-2xl: 8rem; } }
  @media (max-width: 1440px) and (min-width: 961px) {
    :root {
      --font-size-html: 0.694444vw; } }
  @media (max-width: 370px) {
    :root {
      --font-size-html: 2.703vw; } }

html {
  font-size: var(--font-size-html); }

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }
body {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: var(--size-p);
  color: #333333;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  font-size: var(--size-p);
  line-height: 195%;
  letter-spacing: 0.05rem;
  font-weight: 400; }
  @media (max-width: 960px) {
    p {
      line-height: 185%;
      letter-spacing: 0em;
      text-align: justify; } }

/* ==========================================================================
   Object - Utility (u-)
   ========================================================================== */
.u-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.u-hidden {
  display: none !important; }

@media screen and (min-width: 961px) {
  .u-sp-only {
    display: none !important; } }

@media screen and (max-width: 960px) {
  .u-pc-only {
    display: none !important; } }

.hv-o {
  transition: all 0.35s; }
  .hv-o:hover {
    opacity: 0.8; }

.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; }

@media (max-width: 960px) {
  .hv-o:hover {
    opacity: 1; } }
.u-mt-0 {
  margin-top: 0; }

.u-mt-xs {
  margin-top: var(--space-xs) !important; }

.u-mt-sm {
  margin-top: var(--space-sm) !important; }

.u-mt-md {
  margin-top: var(--space-md) !important; }

.u-mt-lg {
  margin-top: var(--space-lg) !important; }

.u-mt-xl {
  margin-top: var(--space-xl) !important; }

.u-mt-2xl {
  margin-top: var(--space-2xl) !important; }

.u-mb-0 {
  margin-bottom: 0 !important; }

.u-mb-xs {
  margin-bottom: var(--space-xs) !important; }

.u-mb-sm {
  margin-bottom: var(--space-sm) !important; }

.u-mb-md {
  margin-bottom: var(--space-md) !important; }

.u-mb-lg {
  margin-bottom: var(--space-lg) !important; }

.u-mb-xl {
  margin-bottom: var(--space-xl) !important; }

.u-mb-2xl {
  margin-bottom: var(--space-2xl) !important; }

.u-text-center {
  text-align: center; }

.u-text-left {
  text-align: left; }

.u-text-right {
  text-align: right; }

.u-text-sm {
  font-size: 1.5rem; }

.u-text-lg {
  font-size: 2rem; }

.u-text-bold {
  font-weight: 700; }

.u-text-muted {
  color: #333333; }

.u-text-primary {
  color: #835f27; }

.u-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.u-truncate-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal; }

.u-truncate-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal; }

/* ==========================================================================
   Layout
   ========================================================================== */
body.is-menu-open .p-header {
  top: 0 !important; }

.p-seo-h1 {
  background: #835f27;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5rem;
  margin: 0;
  letter-spacing: 0.1rem;
  line-height: 120%; }
  @media screen and (max-width: 767px) {
    .p-seo-h1 {
      font-size: 1.1rem;
      padding: 0.5rem 0.5rem;
      line-height: 130%;
      letter-spacing: 0; } }

.home img {
  border-radius: 0; }

.site-header {
  position: relative;
  z-index: 110;
  height: 17.463rem; }
  @media screen and (max-width: 960px) {
    .site-header {
      height: 6rem; } }

.site-branding {
  flex: 1 1 auto;
  min-width: 0; }

.site-title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4; }
  .site-title a {
    color: #333333;
    text-decoration: none; }
    @media (hover: hover) {
      .site-title a:hover {
        opacity: 0.7; } }

.p-header {
  padding: 0.5rem 2rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.35s;
  width: 100%; }
  .p-header__left img {
    width: 29rem; }
  .p-header__right {
    gap: 2rem; }
  .p-header__right-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 1rem; }
  .p-header__right-info {
    margin-bottom: -2.5rem; }
    .p-header__right-info .c-nav-header {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem; }
      .p-header__right-info .c-nav-header li:first-child a {
        gap: 0.5rem; }
        .p-header__right-info .c-nav-header li:first-child a:hover .tel {
          color: #024199; }
      .p-header__right-info .c-nav-header li:last-child a {
        gap: 0.5rem; }
        .p-header__right-info .c-nav-header li:last-child a:hover .web {
          color: #024199; }
      .p-header__right-info .c-nav-header li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all 0.35s;
        background: #fff9f3;
        padding: 0.6rem 1rem;
        border-radius: 0 1rem 0 1rem; }
        .p-header__right-info .c-nav-header li a .title-tel {
          color: #ffffff;
          font-size: 1.6rem;
          font-weight: 400;
          line-height: 125%;
          letter-spacing: 0;
          background: #d4b37f;
          border-radius: 0.5rem;
          padding: 0 5.25rem; }
        .p-header__right-info .c-nav-header li a .tel {
          color: #585858;
          font-size: 4rem;
          font-weight: 500;
          line-height: 87.5%;
          letter-spacing: 0;
          transition: all 0.35s;
          padding-left: 4rem;
          position: relative;
          z-index: 0; }
          .p-header__right-info .c-nav-header li a .tel::before {
            content: "";
            position: absolute;
            width: 3rem;
            height: 3rem;
            background: url(assets/img/icon-tel2.png) no-repeat center/contain;
            top: 50%;
            transform: translateY(-40%);
            left: 0;
            z-index: -1; }
        .p-header__right-info .c-nav-header li a .title-web {
          color: #ffffff;
          font-size: 1.6rem;
          font-weight: 400;
          line-height: 125%;
          letter-spacing: 0;
          background: #d4b37f;
          border-radius: 0.5rem;
          padding: 0 4.85rem; }
        .p-header__right-info .c-nav-header li a .web {
          color: #585858;
          font-size: 3rem;
          font-weight: 500;
          line-height: 115%;
          letter-spacing: 0;
          transition: all 0.35s;
          padding-left: 4rem;
          position: relative;
          z-index: 0; }
          .p-header__right-info .c-nav-header li a .web::before {
            content: "";
            position: absolute;
            width: 3rem;
            height: 3rem;
            background: url(assets/img/icon-calendar.png) no-repeat center/contain;
            top: 50%;
            transform: translateY(-40%);
            left: 0;
            z-index: -1; }
      .p-header__right-info .c-nav-header li.access-info {
        background: #fff9f3;
        border-radius: 0 1rem 0 1rem;
        padding: 0.6rem 1rem;
        text-align: center; }
        .p-header__right-info .c-nav-header li.access-info .address p {
          font-size: 1.6rem; }
        .p-header__right-info .c-nav-header li.access-info .access-list {
          gap: 1rem; }
        .p-header__right-info .c-nav-header li.access-info .access-item {
          background: #d4b37f;
          font-size: 1.6rem;
          color: #fff;
          border-radius: 2rem;
          padding: .1rem 1rem .1rem 3.5rem;
          position: relative; }
          .p-header__right-info .c-nav-header li.access-info .access-item::before {
            content: "";
            position: absolute;
            width: 2rem;
            height: 2rem;
            top: 50%;
            left: .9rem;
            transform: translateY(-50%);
            -webkit-mask: center / 100% no-repeat;
            mask: center / 100% no-repeat;
            background: #fff; }
          .p-header__right-info .c-nav-header li.access-info .access-item.train::before {
            -webkit-mask-image: url(assets/img/info-img01.png);
            mask-image: url(assets/img/info-img01.png); }
          .p-header__right-info .c-nav-header li.access-info .access-item.car::before {
            -webkit-mask-image: url(assets/img/info-img02.png);
            mask-image: url(assets/img/info-img02.png); }
  .p-header__menu > li:last-child > a {
    padding: 0rem 0rem 0rem 2.5rem;
    border-right: none; }
  .p-header__menu .menu-item {
    padding-bottom: 2.5rem;
    transition: all 0.35s;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    .p-header__menu .menu-item a {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 0rem 2.5rem;
      transition: all 0.35s;
      border-right: 1px dashed #d4b37f;
      color: #585858;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 167%;
      letter-spacing: 0;
      position: relative;
      z-index: 0; }
      .p-header__menu .menu-item a .en {
        color: #d4b37f;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 200%;
        letter-spacing: 0; }
      .p-header__menu .menu-item a::before {
        content: "";
        position: absolute;
        width: 2.9rem;
        height: 2.6rem;
        background: url(assets/img/icon-page__active.png) no-repeat center/contain;
        bottom: -2.5rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
        transition: all 0.35s;
        opacity: 0; }
    .p-header__menu .menu-item.current_page_item a::before, .p-header__menu .menu-item.current-menu-parent a::before {
      opacity: 1; }
    .p-header__menu .menu-item:hover a::before {
      opacity: 1; }
    .p-header__menu .menu-item:last-child a::before {
      transform: translateX(-15%); }
  .p-header.vz-02 {
    opacity: 0;
    pointer-events: none; }

.p-mv {
  position: relative;
  z-index: 2; }
  .p-mv::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(88, 88, 88, 0.2);
    top: 0;
    left: 0;
    z-index: 1; }
  .p-mv--video video {
    width: 100%;
    height: 91.8rem;
    object-fit: cover; }
  .p-mv__menu {
    position: absolute;
    bottom: -5.5rem;
    left: 0;
    width: 100%;
    z-index: 1; }
  .p-mv .p-header__menu {
    background: #fff9f3;
    border-bottom: 4px solid #d4b37f;
    padding: 1.5rem 0.5rem 0rem 0.5rem;
    border-radius: 0rem 2rem 0rem 2rem; }
    .p-mv .p-header__menu > .menu-item > a {
      padding: 0.3rem 3rem; }
  .p-mv__cont {
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
    left: 7.5rem;
    z-index: 2; }
    .p-mv__cont::before {
      content: "";
      position: absolute;
      width: 11.6rem;
      height: 6.1rem;
      background: url(assets/img/icon_mv01.png) no-repeat center/contain;
      top: -5.4rem;
      left: 2rem;
      z-index: -1; }
    .p-mv__cont::after {
      content: "";
      position: absolute;
      width: 30rem;
      height: 13.1rem;
      background: url(assets/img/icon_mv02.png) no-repeat center/contain;
      bottom: -4.6rem;
      right: -0.9rem;
      z-index: -1; }
    .p-mv__cont--desc h2 {
      color: #fff;
      font-size: 6rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0;
      text-shadow: 0 0.4rem 1.61rem rgba(0, 0, 0, 0.37);
      margin-bottom: 1.5rem; }
    .p-mv__cont--desc .desc {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      padding-left: 1rem; }
      .p-mv__cont--desc .desc p {
        color: #fff;
        font-size: 2.4rem;
        font-weight: 500;
        line-height: 167%;
        letter-spacing: 0;
        display: inline-block;
        position: relative;
        padding-left: 1rem;
        z-index: 0; }
        .p-mv__cont--desc .desc p::before {
          content: "";
          position: absolute;
          width: 100%;
          height: calc(100% - 1.5rem);
          background: #d4b37f;
          border-radius: 0 0 1rem 0;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: -1; }
  .p-mv .p-header__menu .menu-item:last-child a::before {
    transform: translateX(-50%); }
  .p-mv .p-header__menu .menu-item {
    padding-top: 0; }
  .p-mv .p-mv__scroll a {
    position: absolute;
    bottom: 7.6rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    line-height: 200%;
    letter-spacing: 0;
    z-index: 3;
    writing-mode: sideways-lr;
    padding-top: 0.3rem;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    padding-bottom: 4.3rem; }
    .p-mv .p-mv__scroll a::before {
      content: "";
      position: absolute;
      width: 2rem;
      height: 3.3rem;
      background: url(assets/img/mv-scroll.png) no-repeat center/contain;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1; }

@media (min-width: 960.5px) {
  .home .p-header:not(.active) {
    background: transparent; }
  .home .site-header {
    height: auto; }
  .home .p-header {
    padding: 0.5rem 2rem 0.5rem 3rem; }
    .home .p-header.vz-01 {
      align-items: flex-start;
      padding: 0rem 2rem 0rem 0rem; }
      .home .p-header.vz-01 .p-header__menu {
        display: none; }
      .home .p-header.vz-01 .p-header__left a {
        background: #fff;
        padding: 2.2rem 2.7rem;
        display: flex;
        margin-top: .5rem; }
      .home .p-header.vz-01 .p-header__right-info {
        margin-top: 0.5rem; }

  .p-header.vz-01 {
    position: absolute; }
    .p-header.vz-01.is-open {
      opacity: 0;
      pointer-events: none; }
  .p-header.vz-02 {
    opacity: 0;
    pointer-events: none; }
    .p-header.vz-02.active {
      opacity: 1;
      pointer-events: all;
      top: 0 !important; }
    .p-header.vz-02.is-open {
      opacity: 1;
      pointer-events: all;
      top: 1rem !important; }
      .p-header.vz-02.is-open .p-header__right-container {
        display: none; }
    .p-header.vz-02 .p-header__right {
      gap: 5rem; }
    .p-header.vz-02 .p-header__menu > .menu-item > a {
      padding: 0.5rem 2.5rem 0rem 2.5rem; }
    .p-header.vz-02 .p-header__menu > .menu-item:last-child > a {
      padding: 0.5rem 0rem 0rem 2.5rem; }
  .p-header__menu > li {
    position: relative; }
  .p-header__menu li .sub-menu {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    opacity: 0;
    right: 0;
    padding: 1.5rem;
    left: -2rem;
    top: 100%;
    transition: all 0.3s ease;
    width: 30rem; }
    .p-header__menu li .sub-menu::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 0.5rem);
      left: 0;
      bottom: 0;
      z-index: -1;
      background: #835f27; }
    .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 !important;
        font-size: 1.6rem;
        position: relative;
        transition: all 0.35s;
        width: 100%;
        text-align: left; }
        .p-header__menu li .sub-menu li a::before {
          content: none; }
        .p-header__menu li .sub-menu li a::after {
          content: "";
          position: absolute;
          top: 2.3rem;
          -webkit-mask: url(assets/img/icon_arrow-02.svg) center/100% no-repeat;
          mask: url(assets/img/icon_arrow-02.svg) center/100% no-repeat;
          background: #fff;
          left: 1rem;
          width: 1rem;
          height: 1rem;
          clip-path: inherit;
          transform: initial; }
        .p-header__menu li .sub-menu li a:hover {
          opacity: 0.8; }
          .p-header__menu li .sub-menu li a:hover::after {
            width: 1rem; }
  .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: calc(100% - 1.4rem);
      padding: 5rem 10rem !important; }
      .p-header__menu li.vz-02 .sub-menu::before {
        height: calc(100% - 1.4rem); }
      .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.5rem 0 0; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .site-header {
    height: 17.5rem; }

  .p-mv .p-header__menu > .menu-item > a {
    padding: 0.3rem 2.5rem; }

  .p-header {
    padding: 0.5rem 1rem; }
    .p-header__left img {
      width: 23rem; }
    .p-header__menu .menu-item a {
      padding: 0 2rem; }
    .p-header.vz-02 .p-header__right {
      gap: 3rem; }
    .p-header.vz-02 .p-header__menu > .menu-item > a {
      padding: 0.5rem 1.8rem; } }
@media (max-width: 960px) {
  .p-header {
    padding: 0.5rem 1rem; }
    .p-header__left img {
      width: 17rem; }
    .p-header__right-container {
      display: none; }

  .p-mv__menu {
    display: none; }
  .p-mv--video video {
    height: 45rem; }
  .p-mv__cont {
    max-width: 30rem;
    transform: translateY(30%);
    left: 1.5rem; }
    .p-mv__cont::before {
      width: 9.6rem;
      height: 4.1rem;
      top: -4.4rem;
      left: -2rem; }
    .p-mv__cont::after {
      display: none; }
    .p-mv__cont--desc h2 {
      font-size: 2rem; }
    .p-mv__cont--desc .desc {
      gap: 1rem;
      padding-left: 0.5rem; }
      .p-mv__cont--desc .desc p {
        padding-right: 1rem;
        font-size: 1.5rem; }

  .p-mv__slide .slick-slide img {
    height: 45rem;
    object-fit: cover; }

  .p-mv__cont--desc .desc p::before {
    height: 100%; }

  .p-mv .p-mv__scroll a {
    bottom: 1rem;
    right: 1rem;
    left: auto;
    transform: inherit; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-header__left img {
    width: 23rem; }

  .p-mv__cont {
    max-width: 45rem;
    transform: translateY(65%);
    left: 2ch; } }
.home img {
  border-radius: 0; }

@media screen and (max-width: 960px) {
  .site-footer {
    padding-bottom: 6rem; } }

.p-footer__bottom {
  background: #EBCEA1;
  padding: 1.5rem; }
.p-footer__credit {
  margin-right: 4rem;
  position: relative; }
  .p-footer__credit img {
    width: 16.8rem; }
.p-footer__copy {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 183%;
  letter-spacing: 0rem; }
.p-footer__content {
  padding-bottom: 7.7rem;
  padding-top: 7.7rem;
  background: url(assets/img/bg-footer.jpg) no-repeat center/cover; }
  .p-footer__content-box {
    display: flex;
    justify-content: center; }
.p-footer__clinic {
  width: 61rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column; }
  .p-footer__clinic .c-nav-footer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2.5rem; }
    .p-footer__clinic .c-nav-footer a {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
      margin-bottom: 3rem; }
      .p-footer__clinic .c-nav-footer a:hover .tel,
      .p-footer__clinic .c-nav-footer a:hover .web {
        color: #024199; }
    .p-footer__clinic .c-nav-footer .title-tel,
    .p-footer__clinic .c-nav-footer .title-web {
      color: #FFF;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 125%;
      letter-spacing: 0;
      padding: 0.3rem 8.85rem;
      background: #D4B37F;
      border-radius: .5rem; }
    .p-footer__clinic .c-nav-footer .title-tel {
      margin-bottom: 1rem; }
    .p-footer__clinic .c-nav-footer .title-web {
      margin-bottom: 1rem;
      padding: .3rem 7.1rem; }
    .p-footer__clinic .c-nav-footer .tel {
      color: #585858;
      font-size: 4.5rem;
      font-weight: 500;
      line-height: 80%;
      letter-spacing: 0;
      position: relative;
      z-index: 0;
      padding-left: 4.8rem;
      transition: all .35s; }
      .p-footer__clinic .c-nav-footer .tel::before {
        content: "";
        position: absolute;
        width: 3.8rem;
        height: 3.8rem;
        background: url(assets/img/icon-tel3.png) no-repeat center/contain;
        top: 50%;
        left: 0;
        transform: translateY(-40%);
        z-index: -1; }
    .p-footer__clinic .c-nav-footer .web {
      color: #585858;
      font-size: 3.5rem;
      font-weight: 500;
      line-height: 100%;
      letter-spacing: 0;
      position: relative;
      z-index: 0;
      padding-left: 4.8rem;
      transition: all .35s; }
      .p-footer__clinic .c-nav-footer .web::before {
        content: "";
        position: absolute;
        width: 3.8rem;
        height: 3.8rem;
        background: url(assets/img/icon-calendar02.png) no-repeat center/contain;
        top: 50%;
        left: 0;
        transform: translateY(-40%);
        z-index: -1; }
    .p-footer__clinic .c-nav-footer li:first-child a {
      margin-top: .8rem; }
    .p-footer__clinic .c-nav-footer li:last-child a {
      background: #FFF9F3;
      padding: .8rem 1.2rem 1.8rem 1.2rem;
      border-radius: 0 1rem 0 1rem; }
  .p-footer__clinic-table {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% + 1rem);
    margin-left: -1rem; }
    .p-footer__clinic-table dl {
      display: grid;
      grid-template-columns: 12.5rem repeat(7, 1fr);
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      gap: 2rem;
      padding-bottom: 1rem;
      padding-top: 1rem; }
      .p-footer__clinic-table dl:nth-child(2) {
        border-bottom: none;
        padding-bottom: .5rem; }
      .p-footer__clinic-table dl dd,
      .p-footer__clinic-table dl dt {
        color: #FFF;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 184%;
        letter-spacing: 0rem;
        text-align: center; }
      .p-footer__clinic-table dl dt.p-footer__clinic-table__cell-time {
        text-align: left; }
    .p-footer__clinic-table__main {
      margin-bottom: .7rem; }
    .p-footer__clinic-table__caption {
      writing-mode: vertical-lr;
      color: #FFF;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 184%;
      letter-spacing: 1.5rem;
      background: #EBCEA1;
      padding: 5.3rem .55rem; }
    .p-footer__clinic-table .content {
      background: #D4B37F;
      padding: 0rem 2.5rem;
      width: 100%; }
  .p-footer__clinic-notes {
    padding-bottom: .8rem; }
    .p-footer__clinic-notes p {
      color: #FFF;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 184%;
      letter-spacing: 0rem; }
.p-footer__logo {
  margin-bottom: 2.9rem; }
  .p-footer__logo img {
    width: 39rem; }
.p-footer__clinic-address {
  position: relative;
  z-index: 0;
  padding-left: 3.7rem;
  margin-bottom: 2.9rem; }
  .p-footer__clinic-address .access {
    color: #585858;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 167%;
    letter-spacing: 0; }
  .p-footer__clinic-address::before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    background: url(assets/img/icon-local.png) no-repeat center/contain;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1; }
.p-footer__menu {
  width: calc(100% - 61rem);
  grid-template-columns: 29.9rem calc(100% - 29.9rem);
  padding-left: 11rem;
  padding-top: 5.7rem; }
.p-footer__menu--item .p-footer__menu--list {
  padding-left: 2rem;
  row-gap: 1rem; }
  .p-footer__menu--item .p-footer__menu--list li a {
    color: #585858;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 167%;
    letter-spacing: 0;
    position: relative;
    z-index: 0;
    padding-left: 2rem; }
    .p-footer__menu--item .p-footer__menu--list li a::before {
      content: "";
      position: absolute;
      width: 0.5rem;
      height: 0.5rem;
      background: #EBCEA1;
      border-radius: 50%;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      z-index: -1; }
.p-footer__menu--item:last-child {
  padding-left: 4.8rem; }
  .p-footer__menu--item:last-child .p-footer__title--01::before {
    width: 42.7rem; }
  .p-footer__menu--item:last-child .p-footer__title--01 p::before {
    width: 4.6rem;
    height: 4.6rem;
    background: url(assets/img/footer-icon02.png) no-repeat center/contain; }
  .p-footer__menu--item:last-child .p-footer__menu--list {
    grid-template-columns: 22.8rem 25.5rem;
    column-gap: 1rem; }
.p-footer__title--01 {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding-bottom: 2.5rem;
  margin-bottom: 2.2rem;
  position: relative;
  z-index: 0; }
  .p-footer__title--01::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #835F27;
    bottom: 0;
    left: 5px;
    z-index: -1; }
  .p-footer__title--01 p {
    color: #835F27;
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 80%;
    letter-spacing: 0;
    position: relative;
    z-index: 0;
    padding-left: 5rem; }
    .p-footer__title--01 p::before {
      content: "";
      position: absolute;
      width: 4.7rem;
      height: 4.7rem;
      background: url(assets/img/footer-icon01.png) no-repeat center/contain;
      top: 50%;
      transform: translateY(-40%);
      left: 0;
      z-index: -1; }
  .p-footer__title--01 .title {
    color: #585858;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 195%;
    letter-spacing: 0.18rem;
    margin-top: .2rem; }
.p-footer__map iframe {
  width: 100%;
  height: 44.8rem;
  vertical-align: top; }

.c-nav-fix {
  display: none; }

.c-pagetop {
  position: fixed;
  bottom: .5rem;
  right: 1rem;
  width: 6rem;
  height: 5.654rem;
  background: url(assets/img/c-pagetop.png) no-repeat center/contain;
  cursor: pointer;
  opacity: 0;
  transition: all 0.35s;
  z-index: 50; }
  .c-pagetop.show {
    opacity: 1; }

@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-footer__clinic-table__caption {
    padding: 5.35rem .55rem; }

  .p-footer__clinic {
    width: 55rem; }
  .p-footer__menu {
    width: calc(100% - 55rem);
    padding-left: 3rem; }
  .p-footer__menu--item:last-child {
    padding-left: 3.8rem; }
    .p-footer__menu--item:last-child .p-footer__menu--list {
      grid-template-columns: 19.8rem 25.5rem; }
  .p-footer__clinic-table dl {
    grid-template-columns: 10.5rem repeat(7, 1fr);
    gap: 1rem; } }
@media (max-width: 960px) {
  .p-footer__credit {
    margin-right: 2rem; }
    .p-footer__credit img {
      width: 13.8rem; }
  .p-footer__copy {
    font-size: 1.3rem; }

  .c-nav-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 10;
    background: #FFF; }
    .c-nav-fix__item {
      width: calc(100% / 4);
      height: 100%; }
      .c-nav-fix__item a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #07459b;
        color: #FFF;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0;
        border-right: 1px solid #FFF;
        padding-top: 2rem;
        position: relative;
        z-index: 0; }
        .c-nav-fix__item a::before {
          content: "";
          position: absolute;
          width: 1.8rem;
          height: 1.8rem;
          -webkit-mask: url(assets/img/icon-tel-sp.svg) center/100% no-repeat;
          mask: url(assets/img/icon-tel-sp.svg) center/100% no-repeat;
          background: #FFF;
          left: 50%;
          transform: translateX(-50%);
          top: .5rem;
          z-index: -1; }
      .c-nav-fix__item:nth-child(2) a {
        background: #835F27; }
        .c-nav-fix__item:nth-child(2) a::before {
          content: "";
          position: absolute;
          width: 2rem;
          height: 2rem;
          -webkit-mask: url(assets/img/icon-web-sp.svg) center/100% no-repeat;
          mask: url(assets/img/icon-web-sp.svg) center/100% no-repeat; }
      .c-nav-fix__item:last-child a {
        border-right: none;
        background: #c39a58; }
        .c-nav-fix__item:last-child a::before {
          content: "";
          position: absolute;
          width: 2rem;
          height: 2rem;
          -webkit-mask: url(assets/img/icon-location-sp.svg) center/100% no-repeat;
          mask: url(assets/img/icon-location-sp.svg) center/100% no-repeat; }

  .c-pagetop {
    bottom: 0.5rem;
    right: 1.8rem;
    width: 5.5rem;
    height: 5rem;
    opacity: 1; }

  .p-footer__menu {
    display: none; }
  .p-footer__clinic-table {
    width: calc(100%);
    margin-left: 0; }
    .p-footer__clinic-table dl {
      gap: 1rem; }
  .p-footer__content {
    padding-bottom: 2.5rem;
    padding-top: 2.7rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .c-pagetop {
    right: 6.5rem; }

  .p-footer__clinic-table__caption {
    padding: 5.25rem .55rem; } }
@media (max-width: 767px) {
  .p-footer__logo img {
    width: 22rem; }
  .p-footer__clinic .c-nav-footer {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem; }
    .p-footer__clinic .c-nav-footer a {
      align-items: center;
      margin-bottom: 0; }
    .p-footer__clinic .c-nav-footer .title-tel {
      padding: 0.3rem 3.85rem; }
    .p-footer__clinic .c-nav-footer .tel {
      font-size: 2.5rem;
      padding-left: 3.5rem; }
      .p-footer__clinic .c-nav-footer .tel::before {
        width: 2.8rem;
        height: 2.8rem; }
    .p-footer__clinic .c-nav-footer .title-web {
      padding: .3rem 5.1rem; }
    .p-footer__clinic .c-nav-footer .web {
      font-size: 2rem;
      padding-left: 3.5rem; }
      .p-footer__clinic .c-nav-footer .web::before {
        width: 2.8rem;
        height: 2.8rem; }
  .p-footer__clinic-table .content {
    padding: 0 .5rem; }
  .p-footer__clinic-table dl {
    gap: 0rem;
    justify-items: center;
    padding-bottom: .5rem;
    padding-top: .5rem;
    grid-template-columns: 9rem repeat(7, 1fr); }
    .p-footer__clinic-table dl dd,
    .p-footer__clinic-table dl dt {
      font-size: 1.5rem; }
  .p-footer__clinic-table__caption {
    font-size: 1.5rem;
    letter-spacing: 1rem;
    padding: 4.15rem 0rem; }
  .p-footer__clinic-table__main {
    margin-bottom: .5rem; }
  .p-footer__clinic-notes p {
    font-size: 1.5rem; }
  .p-footer__clinic-address {
    margin-bottom: 1.5rem; }
    .p-footer__clinic-address .access {
      font-size: 1.5rem; }

  .p-footer__map iframe {
    height: 25rem; } }
[class^="grid-"],
[class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.l-grid-1770 {
  max-width: 180rem; }
.l-grid-1740 {
  max-width: 177rem; }
.l-grid-1540 {
  max-width: 157rem; }
.l-grid-1500 {
  max-width: 153rem; }
.l-grid-1480 {
  max-width: 151rem; }
.l-grid-1490 {
  max-width: 152rem; }
.l-grid-1330 {
  max-width: 136rem; }
.l-grid-1360 {
  max-width: 139rem; }
.l-grid-1280 {
  max-width: 131rem; }
.l-grid-1200 {
  max-width: 123rem; }
.l-grid-1123 {
  max-width: 115.3rem; }

.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-container {
  width: 100%;
  max-width: 128rem;
  margin-inline: auto; }
  @media screen and (max-width: 960px) {
    .l-container {
      padding-inline: 3rem; } }
  @media screen and (max-width: 767px) {
    .l-container {
      padding-inline: 1.5rem; } }

.l-content {
  display: flex;
  gap: 0;
  margin-block: 4rem 8rem; }
  @media screen and (max-width: 960px) {
    .l-content {
      flex-direction: column;
      gap: 0;
      margin-block: 2rem 4rem; } }
  .l-content__main {
    width: calc(100% - 30rem);
    min-width: 0; }
    @media screen and (max-width: 960px) {
      .l-content__main {
        width: 100%;
        margin-bottom: 6rem; } }
  .l-content__sidebar {
    width: 30rem;
    padding-left: 5rem;
    min-width: 0; }
    @media screen and (max-width: 960px) {
      .l-content__sidebar {
        width: 100%;
        padding-left: 0; } }

/* 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; }

.slick-list {
  overflow: hidden; }

.slick-track {
  display: flex; }

/* ==========================================================================
   Object - Component (c-)
   ========================================================================== */
.c-hamburger {
  position: relative;
  z-index: 110;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease; }
  @media (hover: hover) {
    .c-hamburger:hover {
      opacity: 0.9; } }
  .c-hamburger__line {
    display: block;
    width: 4.9rem;
    height: 2px;
    background-color: #585858;
    border-radius: 2px;
    transition: transform 0.35s ease, opacity 0.25s ease;
    transform-origin: center; }
  .c-hamburger .c-hamburger__line:nth-child(2) {
    width: 2.9rem; }
  .c-hamburger .c-hamburger__line:nth-child(3) {
    width: 2.9rem;
    margin-left: 2rem; }
  .c-hamburger.is-active .c-hamburger__line:nth-child(1) {
    transform: translateY(0.9rem) rotate(45deg); }
  .c-hamburger.is-active .c-hamburger__line:nth-child(2) {
    opacity: 0; }
  .c-hamburger.is-active .c-hamburger__line:nth-child(3) {
    width: 4.9rem;
    transform: translateY(-1.5rem) rotate(-45deg);
    margin-left: 0; }

@media (max-width: 960px) {
  .c-hamburger {
    width: 3.9rem;
    height: 5rem; }
    .c-hamburger__line {
      width: 3.9rem; }
    .c-hamburger .c-hamburger__line:nth-child(2),
    .c-hamburger .c-hamburger__line:nth-child(3) {
      width: 2.3rem; }
    .c-hamburger .c-hamburger__line:nth-child(3) {
      margin-left: 1.6rem; }
    .c-hamburger.is-active .c-hamburger__line:nth-child(3) {
      width: 3.9rem; } }
.c-heading {
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08rem;
  color: #835f27; }
  @media screen and (max-width: 960px) {
    .c-heading {
      letter-spacing: 0.02rem; } }
  .c-heading--hy-lv1 {
    position: relative;
    padding: 0 0 2rem;
    margin-bottom: 4rem;
    text-align: center;
    font-size: var(--size-h1); }
    .c-heading--hy-lv1::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 9rem;
      height: 0.6rem;
      transform: translateX(-50%);
      -webkit-mask: url(assets/img/under_ic.png) center/auto repeat;
      mask: url(assets/img/under_ic.png) center/auto repeat;
      background: #835f27; }
    @media screen and (max-width: 960px) {
      .c-heading--hy-lv1 {
        padding-bottom: 1.8rem;
        margin-bottom: 2rem; }
        .c-heading--hy-lv1::before {
          width: 7rem; } }
    @media screen and (max-width: 960px) and (max-width: 767px) {
      .c-heading--hy-lv1::before {
        width: 5rem; } }

  .c-heading--hy-lv2 {
    position: relative;
    padding: 1.3rem 2.5rem 1.5rem;
    background: #835f27;
    color: #fff;
    font-size: var(--size-h2); }
    .c-heading--hy-lv2 span {
      position: relative;
      z-index: 1; }
    .c-heading--hy-lv2::before {
      content: "";
      position: absolute;
      width: calc(100% - 1.2rem);
      height: calc(100% - 1.2rem);
      left: 0.6rem;
      top: 0.6rem;
      border: 1px dashed #fff; }
    @media screen and (max-width: 960px) {
      .c-heading--hy-lv2 {
        padding: 1.5rem 1.5rem;
        text-align: justify; }
        .c-heading--hy-lv2::before {
          content: "";
          position: absolute;
          width: calc(100% - 1rem);
          height: calc(100% - 1rem);
          left: 0.5rem;
          top: 0.5rem; } }
  .c-heading--hy-lv3 {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 1.5rem;
    font-size: var(--size-h3); }
    .c-heading--hy-lv3::before, .c-heading--hy-lv3::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 0.3rem;
      left: 0;
      bottom: 0; }
    .c-heading--hy-lv3::after {
      background: repeating-linear-gradient(-45deg, #835f27, #835f27 10%, #fff 10%, #fff 30%, #835f27 30%, #835f27 70%, #fff 70%, #fff 90%, #835f27 90%, #835f27 100%);
      background-size: 0.6rem 0.4rem;
      opacity: 0.7; }
    .c-heading--hy-lv3::before {
      width: 10rem;
      z-index: 1;
      background-color: #835f27; }
  .c-heading--hy-lv4 {
    position: relative;
    padding-left: 3rem;
    font-size: var(--size-h4); }
    .c-heading--hy-lv4::before, .c-heading--hy-lv4::after {
      content: "";
      position: absolute;
      top: 2.2rem;
      background-color: #835f27;
      transform: translateY(-50%) rotate(45deg); }
      @media screen and (max-width: 960px) {
        .c-heading--hy-lv4::before, .c-heading--hy-lv4::after {
          top: 1.5rem; } }
    .c-heading--hy-lv4::before {
      left: 0.2rem;
      width: 1.2rem;
      height: 1.2rem; }
    .c-heading--hy-lv4::after {
      left: 1.8rem;
      width: 0.6rem;
      height: 0.6rem;
      opacity: 0.4; }
    .c-heading--hy-lv4.tn-02::before, .c-heading--hy-lv4.tn-02::after {
      top: 2rem; }
      @media (max-width: 1440px) and (min-width: 960.5px) {
        .c-heading--hy-lv4.tn-02::before, .c-heading--hy-lv4.tn-02::after {
          top: 2.6rem; } }
      @media screen and (max-width: 960px) {
        .c-heading--hy-lv4.tn-02::before, .c-heading--hy-lv4.tn-02::after {
          top: 1.8rem; } }
  .c-heading--hy-lv5 {
    position: relative;
    padding: 0 0 0 2.5rem;
    font-size: var(--size-h5);
    text-align: justify; }
    .c-heading--hy-lv5::before {
      content: "";
      position: absolute;
      top: 1.3rem;
      left: 0;
      width: 1.5rem;
      height: 1.5rem;
      background: #835f27; }
  .c-heading--hy-lv6 {
    position: relative;
    padding-left: 1.5rem;
    font-size: var(--size-h6);
    border-left: 0.3rem solid #835f27; }
  .c-heading--sizev1 {
    font-size: var(--size-h1); }
  .c-heading--sizev2 {
    font-size: var(--size-h2); }
  .c-heading--sizev3 {
    font-size: var(--size-h3); }
  .c-heading--sizev4 {
    font-size: var(--size-h4); }
  .c-heading--sizev5 {
    font-size: var(--size-h5); }
  .c-heading--sizev6 {
    font-size: var(--size-h6); }
  .c-heading--tab {
    display: inline-block;
    position: relative;
    padding: 1rem 2.4rem 1rem 4.6rem;
    background-color: #835f27;
    color: #fff;
    border-radius: 0.5rem;
    clip-path: polygon(2rem 0, 100% 0, 100% 100%, 0 100%); }

.c-media {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  margin-bottom: 4rem; }
  @media screen and (max-width: 960px) {
    .c-media {
      gap: 3rem;
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .c-media {
      gap: 2.5rem; } }
  .c-media--right {
    flex-direction: row-reverse; }
    @media screen and (max-width: 960px) {
      .c-media--right {
        flex-direction: column; } }
  .c-media--center {
    align-items: center; }
  .c-media__image {
    flex: 0 0 35%;
    max-width: 35%; }
    @media screen and (max-width: 960px) {
      .c-media__image {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        padding-top: 0.5rem; } }
    .c-media__image img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 0.8rem; }
    .c-media__image .c-pa p {
      font-size: 2rem;
      line-height: 150%;
      letter-spacing: 0;
      font-weight: 500; }
      @media screen and (max-width: 960px) {
        .c-media__image .c-pa p {
          font-size: 1.8rem; } }
    .c-media__image.tn-02 {
      position: relative;
      z-index: 0; }
      .c-media__image.tn-02 .c-pa {
        position: absolute;
        z-index: 0;
        bottom: 1.5rem;
        right: 1.5rem; }
  .c-media--narrow .c-media__image {
    flex: 0 0 30%;
    max-width: 30%; }
    @media screen and (max-width: 960px) {
      .c-media--narrow .c-media__image {
        flex: 1 1 100%;
        max-width: 100%; } }
  .c-media__body {
    flex: 1 1 auto;
    min-width: 0; }
    @media screen and (max-width: 960px) {
      .c-media__body {
        flex: 1 1 100%;
        width: 100%;
        min-width: 100%; } }
    .c-media__body > :first-child {
      margin-top: 0; }
    .c-media__body > :last-child {
      margin-bottom: 0; }
    .c-media__body h2,
    .c-media__body h3,
    .c-media__body h4 {
      margin-bottom: 1.6rem; }
    .c-media__body p {
      margin-bottom: 1.4rem; }

.c-columns {
  display: grid;
  gap: 4.5rem 3rem;
  margin-bottom: 4rem; }
  @media screen and (max-width: 960px) {
    .c-columns {
      gap: 4rem; } }
  @media screen and (max-width: 960px) and (max-width: 767px) {
    .c-columns {
      gap: 3rem; } }

  .c-columns--2 {
    grid-template-columns: repeat(2, 1fr); }
    @media screen and (max-width: 960px) {
      .c-columns--2 {
        grid-template-columns: 1fr; } }
  .c-columns--3 {
    grid-template-columns: repeat(3, 1fr); }
    @media screen and (max-width: 960px) {
      .c-columns--3 {
        grid-template-columns: 1fr; } }
  .c-columns--4 {
    grid-template-columns: repeat(4, 1fr); }
    @media screen and (max-width: 960px) {
      .c-columns--4 {
        grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 960px) {
    .c-columns--sp-2 {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 960px) {
    .c-columns--sp-3 {
      gap: 2rem;
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 767px) {
    .c-columns--sp-3 {
      gap: 0.8rem; } }
  .c-columns__item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem;
    margin-bottom: 2rem; }
    @media screen and (max-width: 960px) {
      .c-columns__item img {
        border-radius: 0.5rem;
        margin-bottom: 1.5rem; } }

.c-dot-list {
  list-style: none;
  margin-bottom: -1.5rem !important;
  padding: 0; }
  @media screen and (max-width: 960px) {
    .c-dot-list {
      margin-bottom: 0 !important; } }
  .c-dot-list > li {
    position: relative;
    padding: 0 0 1.5rem 2.4rem;
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400;
    border-bottom: 1px dashed rgba(51, 51, 51, 0.3);
    margin-bottom: 1.5rem; }
    @media (max-width: 960px) {
      .c-dot-list > li {
        line-height: 185%;
        letter-spacing: 0em;
        text-align: justify; } }
    @media screen and (max-width: 960px) {
      .c-dot-list > li:last-child {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 0; } }
    .c-dot-list > li::before {
      content: "";
      position: absolute;
      top: 1.3rem;
      left: 0;
      width: 1rem;
      height: 1rem;
      background-color: #333333;
      border-radius: 50%; }
  .c-dot-list--2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
    row-gap: 0; }
    @media screen and (max-width: 960px) {
      .c-dot-list--2col {
        grid-template-columns: 1fr;
        column-gap: 0; } }
  .c-dot-list--3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2rem;
    row-gap: 0; }
    @media screen and (max-width: 960px) {
      .c-dot-list--3col {
        grid-template-columns: 1fr;
        column-gap: 0; } }
  .c-dot-list--plain > li:not(:last-child) {
    border-bottom: 0;
    margin-bottom: 0; }
  .c-dot-list--square > li::before {
    border-radius: 0; }

.c-check-list {
  list-style: none;
  margin: 0 0 4rem;
  padding: 0; }
  .c-check-list > li {
    position: relative;
    padding: 0.4rem 0 0.4rem 3rem;
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400; }
    @media (max-width: 960px) {
      .c-check-list > li {
        line-height: 185%;
        letter-spacing: 0em;
        text-align: justify; } }
    .c-check-list > li:not(:last-child) {
      margin-bottom: 0.6rem; }
    .c-check-list > li::before {
      content: "";
      position: absolute;
      top: 1rem;
      left: 0;
      width: 2rem;
      height: 1.1rem;
      border-left: 0.3rem solid #835f27;
      border-bottom: 0.3rem solid #835f27;
      transform: rotate(-45deg); }
  .c-check-list--2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem; }
    @media screen and (max-width: 960px) {
      .c-check-list--2col {
        grid-template-columns: 1fr; } }

.c-info-table {
  border-top: 1px dashed rgba(51, 51, 51, 0.2); }
  @media screen and (max-width: 960px) {
    .c-info-table--rowsp .c-info-table__row {
      grid-template-columns: 11rem 1fr; } }
  .c-info-table--pc21 .c-info-table__row {
    grid-template-columns: 21rem 1fr; }
    @media screen and (max-width: 960px) {
      .c-info-table--pc21 .c-info-table__row {
        grid-template-columns: 11rem 1fr; } }
  .c-info-table__row {
    display: grid;
    grid-template-columns: 15rem 1fr;
    gap: 2rem;
    padding: 2rem 0rem;
    border-bottom: 1px dashed rgba(51, 51, 51, 0.2); }
    .c-info-table__row.dh-01 {
      grid-template-columns: 20rem 1fr; }
    @media screen and (max-width: 960px) {
      .c-info-table__row {
        grid-template-columns: 7rem 1fr;
        gap: 1.5rem;
        padding: 1.5rem 0rem; }
        .c-info-table__row.dh-01 {
          grid-template-columns: 9rem 1fr; } }
    .c-info-table__row dt,
    .c-info-table__row dd {
      font-size: var(--size-p);
      line-height: 195%;
      letter-spacing: 0.05rem;
      font-weight: 400;
      margin: 0;
      color: #333333; }
      @media (max-width: 960px) {
        .c-info-table__row dt,
        .c-info-table__row dd {
          line-height: 185%;
          letter-spacing: 0em;
          text-align: justify; } }
    .c-info-table__row dt {
      font-weight: 700; }
    .c-info-table__row dd a {
      text-decoration: underline;
      text-underline-offset: 0.4rem;
      transition: all .35s; }
      .c-info-table__row dd a:hover {
        text-decoration: none; }
  .c-info-table--filled .c-info-table__row {
    align-items: start; }
    .c-info-table--filled .c-info-table__row dt {
      display: inline-block;
      width: max-content;
      max-width: 100%;
      padding: 0.4rem 1.4rem;
      background-color: #835f27;
      color: #fff;
      border-radius: 0.4rem;
      font-size: 1.4rem; }
  .c-info-table--bordered {
    border: 1px solid #835f27;
    border-top-width: 1px;
    padding: 0 2rem; }
    .c-info-table--bordered .c-info-table__row {
      border-bottom: 1px solid rgba(131, 95, 39, 0.3); }
      .c-info-table--bordered .c-info-table__row:last-child {
        border-bottom: 0; }
      .c-info-table--bordered .c-info-table__row dt {
        position: relative;
        padding-left: 1.6rem; }
        .c-info-table--bordered .c-info-table__row dt::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0.8rem;
          width: 0.4rem;
          height: 1.6rem;
          background-color: #835f27;
          border-radius: 0.2rem; }
  .c-info-table--striped {
    border-top: 0; }
    .c-info-table--striped .c-info-table__row {
      border-bottom: 0;
      padding: 1.4rem 2rem; }
      .c-info-table--striped .c-info-table__row:nth-child(odd) {
        background-color: rgba(131, 95, 39, 0.2); }
      .c-info-table--striped .c-info-table__row:nth-child(even) {
        background-color: rgba(131, 95, 39, 0.06); }
      @media screen and (max-width: 960px) {
        .c-info-table--striped .c-info-table__row {
          padding: 1rem 1.4rem; } }
  .c-info-table--card {
    border-top: 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem; }
    .c-info-table--card .c-info-table__row {
      background-color: #fff;
      border: 1px solid rgba(131, 95, 39, 0.3);
      border-bottom: 1px solid rgba(131, 95, 39, 0.3);
      border-radius: 0.6rem;
      padding: 1.6rem 2rem;
      box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.04); }
  .c-info-table--vertical .c-info-table__row {
    grid-template-columns: 1fr;
    gap: 0.6rem; }
    .c-info-table--vertical .c-info-table__row dt {
      font-size: 1.4rem;
      letter-spacing: 0.1rem; }
  .c-info-table--compact .c-info-table__row {
    padding: 0.8rem 0.6rem;
    grid-template-columns: 14rem 1fr;
    gap: 1.2rem; }
    @media screen and (max-width: 960px) {
      .c-info-table--compact .c-info-table__row {
        grid-template-columns: 1fr;
        padding: 0.6rem 0.4rem; } }

.c-box {
  padding: 3rem;
  margin-bottom: 4rem;
  border-radius: 0.8rem; }
  @media screen and (max-width: 960px) {
    .c-box {
      padding: 2rem 1.6rem; } }
  .c-box > :first-child {
    margin-top: 0; }
  .c-box > :last-child {
    margin-bottom: 0; }
  .c-box--bg {
    background-color: rgba(131, 95, 39, 0.08); }
  .c-box--bg-primary {
    background-color: #835f27;
    color: #fff; }
    .c-box--bg-primary h2,
    .c-box--bg-primary h3,
    .c-box--bg-primary h4,
    .c-box--bg-primary h5,
    .c-box--bg-primary h6,
    .c-box--bg-primary a {
      color: #fff; }
    .c-box--bg-primary a {
      text-decoration: underline; }
  .c-box--bg-dark {
    background-color: #333333;
    color: #fff; }
    .c-box--bg-dark h2,
    .c-box--bg-dark h3,
    .c-box--bg-dark h4,
    .c-box--bg-dark h5,
    .c-box--bg-dark h6 {
      color: #fff; }
  .c-box--border {
    background-color: #fff;
    border: 0.2rem solid #835f27; }
  .c-box--border-thin {
    background-color: #fff;
    border: 0.1rem solid rgba(131, 95, 39, 0.5); }
  .c-box--frame {
    position: relative;
    padding: 5rem;
    background-color: #fff;
    border: 6px solid #835f27;
    border-radius: 0; }
    @media screen and (max-width: 960px) {
      .c-box--frame {
        padding: 2rem 2rem;
        border: 2px solid #835f27; } }
  .c-box--rounded {
    border-radius: 2rem; }
  .c-box--callout {
    background-color: rgba(131, 95, 39, 0.08);
    border-left: 0.6rem solid #835f27;
    padding-left: 2.6rem; }
    @media screen and (max-width: 960px) {
      .c-box--callout {
        padding-left: 1.8rem; } }
  .c-box__title {
    margin: 0 0 1.4rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #333333; }

.link_page {
  color: #c44;
  text-decoration: underline; }

.c-schedule {
  width: 100%;
  margin: 0 0 4rem;
  border-collapse: collapse;
  border: 1px solid rgba(131, 95, 39, 0.4);
  text-align: center; }
  .c-schedule th,
  .c-schedule td {
    padding: 1.5rem 1rem;
    border: 1px solid rgba(131, 95, 39, 0.4);
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400;
    text-align: center; }
    @media (max-width: 960px) {
      .c-schedule th,
      .c-schedule td {
        line-height: 185%;
        letter-spacing: 0em;
        text-align: justify; } }
    @media screen and (max-width: 960px) {
      .c-schedule th,
      .c-schedule td {
        text-align: center;
        line-height: 150%;
        padding: 0.8rem 0.5rem; } }
  .c-schedule thead th {
    background-color: #835f27;
    color: #fff;
    font-weight: 700;
    border-left: 0; }
    .c-schedule thead th:not(:last-child) {
      border-right: 1px solid rgba(255, 255, 255, 0.4); }
  .c-schedule tbody th {
    background-color: rgba(131, 95, 39, 0.2);
    color: #835f27;
    font-weight: 700;
    text-align: left;
    padding-left: 1.4rem;
    white-space: nowrap; }
  .c-schedule tbody td {
    color: #333333; }
  .c-schedule .is-closed {
    color: #333333; }

.c-section {
  margin-bottom: 8rem;
  scroll-margin-top: 8rem; }
  @media screen and (max-width: 960px) {
    .c-section {
      margin-bottom: 5rem;
      scroll-margin-top: 6rem; } }
  .c-section__anchor {
    position: relative;
    top: -8rem;
    visibility: hidden; }
  .c-section__title {
    margin-bottom: 3rem; }
  .c-section__body > :first-child {
    margin-top: 0; }
  .c-section__body > :last-child {
    margin-bottom: 0; }

.c-faq {
  margin: 0 0 4rem; }
  .c-faq__item {
    margin-bottom: 1.6rem;
    border: 1px solid rgba(131, 95, 39, 0.4);
    background-color: #fff; }
    .c-faq__item[open] .c-faq__q::after {
      transform: rotate(225deg); }
  .c-faq__q {
    position: relative;
    list-style: none;
    cursor: pointer;
    padding: 1.6rem 5rem 1.6rem 5rem;
    background-color: rgba(131, 95, 39, 0.2);
    font-size: var(--size-p);
    font-weight: 700;
    line-height: 1.5;
    color: #333333;
    transition: background-color 0.25s ease; }
    .c-faq__q::-webkit-details-marker {
      display: none; }
    .c-faq__q::before {
      content: "Q.";
      position: absolute;
      left: 1.6rem;
      top: 50%;
      transform: translateY(-50%);
      font-family: "";
      font-size: 2rem;
      font-weight: 900;
      color: #835f27; }
    .c-faq__q::after {
      content: "";
      position: absolute;
      right: 2rem;
      top: 50%;
      width: 0.9rem;
      height: 0.9rem;
      border-right: 0.2rem solid #835f27;
      border-bottom: 0.2rem solid #835f27;
      transform: translateY(-70%) rotate(45deg);
      transition: transform 0.3s ease; }
    @media (hover: hover) {
      .c-faq__q:hover {
        background-color: rgba(131, 95, 39, 0.25); } }
  .c-faq__a {
    position: relative;
    padding: 1.6rem 2rem 1.6rem 5rem;
    font-size: var(--size-p);
    line-height: 1.85;
    color: #333333; }
    .c-faq__a::before {
      content: "A.";
      position: absolute;
      left: 1.6rem;
      top: 1.5rem;
      font-family: "";
      font-size: 2rem;
      font-weight: 900;
      color: #c44; }
    .c-faq__a > :first-child {
      margin-top: 0; }
    .c-faq__a > :last-child {
      margin-bottom: 0; }

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1rem 2rem;
  background-color: #835f27;
  color: #fff;
  font-size: var(--size-p);
  line-height: 195%;
  letter-spacing: 0.05rem;
  font-weight: 400;
  text-decoration: none;
  border: 0.1rem solid #835f27;
  border-radius: 5rem;
  cursor: pointer;
  transition: all 0.3s ease; }
  @media (max-width: 960px) {
    .c-btn {
      line-height: 185%;
      letter-spacing: 0em;
      text-align: justify; } }
  @media (hover: hover) {
    .c-btn:hover {
      background-color: #fff;
      color: #835f27; } }
  .c-btn--outline {
    background-color: transparent;
    color: #835f27; }
    @media (hover: hover) {
      .c-btn--outline:hover {
        background-color: #835f27;
        color: #fff; } }
  .c-btn--lg {
    min-width: 32rem;
    height: 6.4rem;
    font-size: 1.8rem;
    border-radius: 3.2rem; }
    @media screen and (max-width: 960px) {
      .c-btn--lg {
        min-width: 24rem;
        height: 5.4rem;
        font-size: 1.5rem; } }
  .c-btn--block {
    width: 100%;
    min-width: 0; }
  .c-btn--arrow::after {
    content: "";
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    margin-left: 0.4rem;
    border-top: 0.2rem solid currentColor;
    border-right: 0.2rem solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s ease; }
  @media (hover: hover) {
    .c-btn--arrow:hover::after {
      transform: translateX(0.4rem) rotate(45deg); } }
  .c-btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.6rem;
    margin: 2rem 0 0; }
    @media screen and (max-width: 960px) {
      .c-btn-group {
        gap: 1rem; } }

.c-map {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7;
  margin: 0 0 4rem;
  overflow: hidden;
  border-radius: 0.8rem; }
  @media screen and (max-width: 960px) {
    .c-map {
      aspect-ratio: 4 / 3;
      margin-bottom: 2rem; } }
  .c-map iframe,
  .c-map img,
  .c-map embed,
  .c-map object {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block; }
  .c-map--square {
    aspect-ratio: 1 / 1; }
    @media screen and (max-width: 960px) {
      .c-map--square {
        aspect-ratio: 1 / 1; } }
  .c-map--tall {
    aspect-ratio: 3 / 4; }

.c-flow {
  display: flex;
  align-items: stretch;
  gap: 1.6rem;
  list-style: none;
  margin: 0 0 4rem;
  padding: 0; }
  @media screen and (max-width: 960px) {
    .c-flow {
      flex-direction: column;
      gap: 2.4rem; } }
  .c-flow__item {
    position: relative;
    flex: 1 1 0;
    padding: 2rem;
    background-color: rgba(131, 95, 39, 0.2);
    border-top: 0.4rem solid #835f27;
    text-align: center;
    border-radius: 0; }
    .c-flow__item:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 50%;
      right: -1.35rem;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 1.2rem solid transparent;
      border-bottom: 1.2rem solid transparent;
      border-left: 1rem solid #835f27;
      z-index: 2; }
    @media screen and (max-width: 960px) {
      .c-flow__item {
        border-radius: 0.8rem; }
        .c-flow__item:not(:last-child)::after {
          top: auto;
          right: 50%;
          bottom: -1.8rem;
          transform: translateX(50%);
          border-top: 1rem solid #835f27;
          border-bottom: 0;
          border-left: 1.2rem solid transparent;
          border-right: 1.2rem solid transparent; } }
  .c-flow__num {
    display: block;
    margin-bottom: 0.2rem;
    font-family: "";
    font-size: 1.5rem;
    font-weight: 700;
    color: #835f27;
    letter-spacing: 0.2rem; }
  .c-flow__title {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #835f27;
    line-height: 150%; }
  .c-flow p {
    margin: 1rem 0 0;
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400;
    color: #555; }
    @media (max-width: 960px) {
      .c-flow p {
        line-height: 185%;
        letter-spacing: 0em;
        text-align: justify; } }

.c-step {
  counter-reset: c-step;
  list-style: none;
  margin: 0 0 4rem;
  padding: 0; }
  .c-step__item {
    counter-increment: c-step;
    position: relative;
    display: flex;
    gap: 2.4rem;
    padding-bottom: 4rem; }
    @media screen and (max-width: 960px) {
      .c-step__item {
        gap: 1.6rem;
        padding-bottom: 3rem; } }
    .c-step__item:not(:last-child)::before {
      content: "";
      position: absolute;
      top: 8rem;
      left: 4.5rem;
      bottom: 0;
      width: 0.2rem;
      background-color: rgba(131, 95, 39, 0.35); }
      @media screen and (max-width: 960px) {
        .c-step__item:not(:last-child)::before {
          top: 5.5rem;
          left: 2.75rem; } }
    .c-step__item:last-child {
      padding-bottom: 0; }
  .c-step__num {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    width: 9rem;
    height: 9rem;
    background-color: #835f27;
    color: #fff;
    border-radius: 50%;
    line-height: 1; }
    .c-step__num > br {
      display: none; }
    @media screen and (max-width: 960px) {
      .c-step__num {
        width: 6.5rem;
        height: 6.5rem; } }
    .c-step__num .label {
      font-family: "";
      font-size: 1rem;
      font-weight: 500;
      letter-spacing: 0.2rem; }
      @media screen and (max-width: 960px) {
        .c-step__num .label {
          font-size: 0.9rem; } }
    .c-step__num .num {
      font-family: "";
      font-size: 2.2rem;
      font-weight: 900;
      font-style: italic;
      letter-spacing: -0.05rem; }
      @media screen and (max-width: 960px) {
        .c-step__num .num {
          font-size: 1.6rem; } }
    .c-step__num--auto::after {
      content: counter(c-step,decimal-leading-zero);
      font-family: "";
      font-size: 2.4rem;
      font-weight: 900;
      font-style: italic; }
  .c-step__body {
    flex: 1 1 auto;
    min-width: 0; }
    .c-step__body h4 {
      margin: 0 0 1rem;
      font-size: 2.6rem;
      font-weight: 700;
      color: #835f27;
      line-height: 1.4; }
      @media screen and (max-width: 960px) {
        .c-step__body h4 {
          font-size: 1.7rem; } }
    .c-step__body p {
      margin: 0; }
      .c-step__body p:not(:last-child) {
        margin-bottom: 1rem; }
    .c-step__body img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 1.2rem 0;
      border-radius: 0.6rem; }

/* ==========================================================================
   Object - Project (p-)
   ========================================================================== */
.p-page-banner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .p-page-banner__content {
    position: relative; }
    .p-page-banner__content::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: var(--grits-banner-overlay, rgba(239, 154, 0, 0.1));
      z-index: 1; }
  .p-page-banner__image {
    margin: 0;
    line-height: 0; }
    .p-page-banner__image img {
      display: block;
      width: 100%;
      height: 40rem;
      object-fit: cover;
      filter: blur(var(--grits-banner-blur, 0.3rem)); }
  .p-page-banner__title {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #fff;
    text-align: center; }
    .p-page-banner__title .ja {
      display: block;
      font-size: 3.8rem;
      font-weight: 700;
      text-shadow: 0.3rem 0.3rem 0.4rem #333; }
      @media screen and (max-width: 960px) {
        .p-page-banner__title .ja {
          font-size: 2.4rem; } }

@media (max-width: 960px) {
  .p-page-banner__image img {
    height: 20rem; } }
.p-page-section {
  margin-bottom: var(--space-2xl); }
  @media screen and (max-width: 960px) {
    .p-page-section {
      margin-bottom: var(--space-xl); } }

.ud_flow {
  padding-bottom: 1rem; }

.ud_flow .flow_box {
  position: relative;
  z-index: 1;
  padding: 5rem;
  margin-bottom: 5rem; }
  @media screen and (max-width: 960px) {
    .ud_flow .flow_box {
      padding: 2rem; } }

.ud_flow .flow_box::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 1rem;
  background-color: white;
  border: 1px solid #835f27; }
  @media screen and (max-width: 767px) {
    .ud_flow .flow_box::before {
      inset: 0.5rem; } }

.ud_flow .flow_box::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  min-height: 10rem;
  background-color: #835f27; }

.ud_flow .flow_box .step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  width: 6em;
  height: 6em;
  font-size: 1.3rem;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  background-color: #835f27;
  color: #fff; }

.ud_flow .flow_box .step::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 0.5rem;
  border: 1px solid white;
  opacity: 0.8; }

.ud_flow .flow_box .step .num {
  margin-top: 0;
  font-size: 2.7em;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0; }

.ud_flow .flow_box h3.flow_ttl::after {
  display: none; }

.ud_flow .flow_box h4.flow_ttl {
  padding: 0;
  border-bottom: none;
  background-color: transparent; }

.ud_flow .flow_box h4.flow_ttl::before {
  display: none; }

.ud_flow .flow_box h5.flow_ttl {
  padding: 0;
  border-bottom: none; }

.ud_flow .flow_box .flow_ttl {
  text-align: center;
  color: #835f27;
  line-height: 1.4; }

.ud_flow.tn-02 .flow_box .ct_area {
  display: block; }
  .ud_flow.tn-02 .flow_box .ct_area p {
    width: 100%; }

.ud_flow .flow_box .ct_area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem; }
  @media screen and (max-width: 767px) {
    .ud_flow .flow_box .ct_area {
      gap: 1rem; } }
  .ud_flow .flow_box .ct_area p {
    width: 75rem; }
    @media screen and (max-width: 960px) {
      .ud_flow .flow_box .ct_area p {
        width: 100%; } }
  .ud_flow .flow_box .ct_area--img {
    width: calc(100% - 75rem - 2rem); }
    .ud_flow .flow_box .ct_area--img img {
      width: 100%;
      object-fit: cover; }
      @media screen and (max-width: 960px) {
        .ud_flow .flow_box .ct_area--img img {
          height: auto; } }
    @media screen and (max-width: 960px) {
      .ud_flow .flow_box .ct_area--img {
        width: 100%; } }
  @media screen and (max-width: 960px) {
    .ud_flow .flow_box .ct_area {
      flex-direction: column-reverse;
      align-items: center; } }

.ud_flow .flow_box .ct_area::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-3em + 1px);
  display: block;
  margin: 0 auto;
  width: 7em;
  height: 3em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  font-size: 1.6rem;
  background-color: #835f27; }
  @media screen and (max-width: 767px) {
    .ud_flow .flow_box .ct_area::after {
      width: 4em;
      height: 2em;
      bottom: calc(-2em + 1px); } }

.ud_flow .flow_box:last-child {
  margin-bottom: 0; }

.ud_flow .flow_box:last-child .ct_area::after {
  display: none; }

.itv-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  flex-wrap: wrap; }
  .itv-container.tn-02 {
    flex-direction: row-reverse; }
    .itv-container.tn-02 .itv-container__image::before {
      left: auto;
      right: -12rem; }
  .itv-container .itv-subtitle {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 1;
    font-size: 1.8rem;
    letter-spacing: 0rem;
    color: #4f545a;
    margin-bottom: 1.2rem; }
  .itv-container .itv-title {
    margin-bottom: 3rem;
    position: relative;
    font-weight: 700;
    font-size: var(--size-h2);
    letter-spacing: 0rem;
    line-height: 140%;
    padding-bottom: 2.4rem;
    color: #835f27;
    font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif; }
    .itv-container .itv-title::after {
      position: absolute;
      content: "";
      width: 12rem;
      height: 1px;
      bottom: 0;
      background: #835f27;
      left: 0.3rem; }
  .itv-container__content {
    flex: 6; }
    .itv-container__content .itv-text {
      text-align: justify; }
  .itv-container__image {
    flex: 4;
    position: relative;
    z-index: 0;
    margin-top: 0.5rem; }
    .itv-container__image img {
      width: 100%;
      object-fit: cover; }
    .itv-container__image::before {
      content: "";
      position: absolute;
      width: 25rem;
      height: 15rem;
      bottom: -5rem;
      left: -12rem;
      z-index: -1;
      background: rgba(60, 37, 27, 0.03); }

.itv-container__02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 5rem;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0.8rem;
  position: relative;
  z-index: 0;
  background: #15432b; }
  .itv-container__02 .itv-text {
    color: #fff;
    text-align: justify; }
  .itv-container__02 .itv-title {
    margin-bottom: 3rem;
    position: relative;
    font-weight: 700;
    font-size: var(--size-h2);
    letter-spacing: 0rem;
    line-height: 140%;
    padding-bottom: 2.4rem;
    color: #fff;
    font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif; }
    .itv-container__02 .itv-title::after {
      position: absolute;
      content: "";
      width: 12rem;
      height: 1px;
      bottom: 0;
      background: #fff;
      left: 50%;
      transform: translateX(-50%); }
  .itv-container__02 .itv-subtitle {
    color: #fff;
    font-weight: 500;
    line-height: 1;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    margin-bottom: 1.2rem; }
  .itv-container__02 .itv-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
    .itv-container__02 .itv-image img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      opacity: 0.3; }

@media (min-width: 960.5px) {
  .u-sp-767 {
    display: none !important; } }
@media (max-width: 960px) {
  .itv-container {
    flex-direction: column-reverse !important;
    align-items: center;
    gap: 1rem;
    margin-bottom: 5rem !important; }

  .itv-container__content,
  .itv-container__image {
    flex: unset;
    width: 100%; }

  .itv-container__image img {
    width: 100%;
    height: 47rem; } }
  @media (max-width: 960px) and (max-width: 560px) {
    .itv-container__image img {
      height: 23rem; } }

@media (max-width: 960px) {
  .itv-container__image::before {
    display: none; }

  .itv-container .itv-subtitle {
    font-size: 1.5rem;
    line-height: 185%;
    letter-spacing: 0;
    margin-bottom: 0; }

  .itv-container .itv-title {
    font-size: 1.8rem;
    line-height: 145%;
    letter-spacing: 0;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem; }

  .itv-container .itv-title::after {
    width: 8rem; }

  .itv-container__02 {
    width: 100%;
    padding: 0;
    margin-bottom: 5rem !important;
    background: transparent;
    align-items: flex-start;
    text-align: left; }
    .itv-container__02 .itv-title {
      color: #835f27;
      font-size: 1.8rem;
      line-height: 145%;
      letter-spacing: 0;
      margin-bottom: 2rem;
      padding-bottom: 1.5rem;
      font-weight: 600;
      order: 3; }
      .itv-container__02 .itv-title::after {
        width: 8rem;
        background: #835f27;
        transform: inherit;
        left: 0.3rem; }
    .itv-container__02 .itv-subtitle {
      font-size: 1.5rem;
      line-height: 1.85;
      margin-bottom: 0rem;
      color: #4f545a;
      order: 2; }
    .itv-container__02 .itv-text {
      color: #333;
      order: 4; }
    .itv-container__02 .itv-image {
      order: 1;
      position: relative;
      margin-bottom: 1rem; }
      .itv-container__02 .itv-image img {
        opacity: 1;
        height: 47rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .u-sp-767 {
    display: none !important; } }
@media (max-width: 560px) {
  .itv-container__02 .itv-image img {
    height: 23rem; } }
.tn-col--2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
  width: 100%; }
  .tn-col--2 .item {
    width: calc((100% - 3rem) / 2); }
  @media screen and (max-width: 960px) {
    .tn-col--2 {
      gap: 2rem; }
      .tn-col--2 .item {
        width: 100%; } }
  @media (max-width: 1440px) and (min-width: 960.5px) {
    .tn-col--2 {
      gap: 1rem; }
      .tn-col--2 .item {
        width: calc((100% - 1rem) / 2);
        padding: 3rem 1.2rem; } }

.p-breadcrumb {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: var(--size-p); }
  .p-breadcrumb__list {
    display: inline;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0; }
  .p-breadcrumb__item {
    display: inline;
    position: relative;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05rem; }
    .p-breadcrumb__item:not(:last-child) {
      padding-right: 1.5rem;
      margin-right: 1.5rem; }
      .p-breadcrumb__item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 49%;
        width: 0.8rem;
        aspect-ratio: 1 / 1;
        border-top: 1px solid #353535;
        border-right: 1px solid #353535;
        transform: translateY(-47%) rotate(45deg); }
    .p-breadcrumb__item a {
      color: #454545;
      text-decoration: none; }
      @media (hover: hover) {
        .p-breadcrumb__item a:hover {
          opacity: 1;
          text-decoration: underline; } }
    .p-breadcrumb__item.is-current {
      color: #999; }

.p-news-list {
  list-style: none;
  margin: 0 0 6rem;
  padding: 0;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .p-news-list {
      margin-bottom: 0rem; } }
  .p-news-list__item {
    padding: 2rem 0;
    margin-bottom: 1.5rem;
    background-color: rgba(131, 95, 39, 0.2);
    transition: background-color 0.3s ease; }
    .p-news-list__item:last-child {
      margin-bottom: 0; }
    .p-news-list__item:nth-child(odd) {
      background-color: #835f27; }
      .p-news-list__item:nth-child(odd) .p-news-list__date,
      .p-news-list__item:nth-child(odd) .p-news-list__title {
        color: #fff; }
    @media (hover: hover) {
      .p-news-list__item:hover {
        background-color: rgba(183, 162, 102, 0.5); }
        .p-news-list__item:hover .p-news-list__date,
        .p-news-list__item:hover .p-news-list__title {
          color: #333333; } }
  .p-news-list__link {
    display: flex;
    align-items: center;
    gap: 2rem;
    color: #333333;
    text-decoration: none;
    font-size: 1.6rem;
    transition: color 0.3s ease; }
    @media (hover: hover) {
      .p-news-list__link:hover {
        color: #835f27; } }
    @media screen and (max-width: 960px) {
      .p-news-list__link {
        gap: 0; } }
  .p-news-list__date {
    display: inline-block;
    flex: 0 0 auto;
    min-width: 13rem;
    padding-inline: 2rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    color: #333333;
    font-family: ""; }
    @media screen and (max-width: 960px) {
      .p-news-list__date {
        font-size: 1.5rem;
        min-width: 11rem;
        padding-left: 1rem;
        padding-right: 0; } }
  .p-news-list__title {
    flex: 1 1 auto;
    padding-right: 2rem;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #333333;
    word-break: break-word; }
    @media screen and (max-width: 960px) {
      .p-news-list__title {
        font-size: 1.5rem;
        padding-right: 1rem; } }
  .p-news-list__empty {
    padding: 2.4rem;
    text-align: center;
    color: #333333; }

.pagination,
.nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-block: 4rem; }
  .pagination .page-numbers,
  .nav-links .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    min-width: 4rem;
    padding: 0 1rem;
    border: 0.1rem solid #835f27;
    background-color: #fff;
    color: #333333;
    font-size: 1.4rem;
    text-decoration: none;
    transition: all 0.2s ease; }
    @media (hover: hover) {
      .pagination .page-numbers:hover,
      .nav-links .page-numbers:hover {
        background-color: #835f27;
        color: #fff; } }
    .pagination .page-numbers.current,
    .nav-links .page-numbers.current {
      background-color: #835f27;
      color: #fff; }
    .pagination .page-numbers.dots,
    .nav-links .page-numbers.dots {
      border: 0;
      background: none; }

.p-sidebar {
  display: flex;
  flex-direction: column; }
  .p-sidebar__widget {
    border: 0.1rem solid #835f27;
    margin-bottom: 3rem;
    background-color: #fff; }
    @media screen and (max-width: 960px) {
      .p-sidebar__widget {
        margin-bottom: 1.5rem; } }
    .p-sidebar__widget:last-child {
      margin-bottom: 0; }
  .p-sidebar__title {
    position: relative;
    margin: 0;
    padding: 1rem 4rem 1rem 1rem;
    background-color: #835f27;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    cursor: pointer; }
    .p-sidebar__title::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 1.5rem;
      width: 0.8rem;
      height: 0.8rem;
      border-top: 0.1rem solid #fff;
      border-right: 0.1rem solid #fff;
      transform: translateY(-50%) rotate(135deg);
      transition: transform 0.35s ease; }
    .p-sidebar__title.is-active::before {
      transform: translateY(-50%) rotate(315deg); }
    .p-sidebar__title span {
      display: inline; }
  .p-sidebar__list {
    list-style: none;
    margin: 0;
    padding: 0 1.5rem;
    max-height: 32rem;
    overflow: auto; }
    .p-sidebar__list li {
      border-bottom: 0.1rem solid #835f27; }
      .p-sidebar__list li:last-child {
        border-bottom: 0; }
      .p-sidebar__list li a {
        display: block;
        padding: 1rem 0;
        color: #333;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0;
        text-decoration: none;
        transition: color 0.2s ease; }
        @media (hover: hover) {
          .p-sidebar__list li a:hover {
            color: #835f27; } }
        @media screen and (max-width: 960px) {
          .p-sidebar__list li a {
            font-size: 1.5rem; } }
      .p-sidebar__list li ul {
        list-style: none;
        margin: 0;
        padding-left: 1.5rem;
        border-top: 0.1rem solid #835f27; }

.p-single__header {
  background-color: rgba(131, 95, 39, 0.08);
  padding: 3rem;
  margin-bottom: 0;
  border-radius: 0.5rem; }
  @media screen and (max-width: 960px) {
    .p-single__header {
      padding: 1rem; } }
.p-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
  margin-bottom: 1rem; }
.p-single__date {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.3rem;
  color: #835f27; }
  @media screen and (max-width: 960px) {
    .p-single__date {
      font-size: 1.5rem; } }
.p-single__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  list-style: none;
  margin: 0;
  padding: 0; }
.p-single__category a {
  display: inline-block;
  padding: 0.3rem 1.4rem;
  background-color: #835f27;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  border-radius: 2rem;
  text-decoration: none;
  transition: opacity 0.3s ease; }
  @media (hover: hover) {
    .p-single__category a:hover {
      opacity: 0.85; } }
  @media screen and (max-width: 960px) {
    .p-single__category a {
      font-size: 1.2rem;
      padding: 0.2rem 1rem; } }
.p-single__title {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  color: #835f27; }
  @media screen and (max-width: 960px) {
    .p-single__title {
      font-size: 2rem; } }
.p-single__content {
  padding: 4rem 0; }
  .p-single__content :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.08rem;
    color: #835f27;
    scroll-margin-top: 6rem; }
    @media screen and (max-width: 960px) {
      .p-single__content :is(h1, h2, h3, h4, h5, h6) {
        letter-spacing: 0.02rem; } }
    .p-single__content :is(h1, h2, h3, h4, h5, h6):target {
      animation: grits-toc-flash 1.6s ease-out 1; }
  .p-single__content h1 {
    position: relative;
    padding: 0 0 2rem;
    margin-bottom: 4rem;
    text-align: center;
    font-size: var(--size-h1); }
    .p-single__content h1::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 9rem;
      height: 0.6rem;
      transform: translateX(-50%);
      -webkit-mask: url(assets/img/under_ic.png) center/auto repeat;
      mask: url(assets/img/under_ic.png) center/auto repeat;
      background: #835f27; }
    @media screen and (max-width: 960px) {
      .p-single__content h1 {
        padding-bottom: 1.8rem;
        margin-bottom: 2rem; }
        .p-single__content h1::before {
          width: 7rem; } }
    @media screen and (max-width: 960px) and (max-width: 767px) {
      .p-single__content h1::before {
        width: 5rem; } }

  .p-single__content h2 {
    position: relative;
    padding: 1.3rem 2.5rem 1.5rem;
    background: #835f27;
    color: #fff;
    font-size: var(--size-h2); }
    .p-single__content h2 span {
      position: relative;
      z-index: 1; }
    .p-single__content h2::before {
      content: "";
      position: absolute;
      width: calc(100% - 1.2rem);
      height: calc(100% - 1.2rem);
      left: 0.6rem;
      top: 0.6rem;
      border: 1px dashed #fff; }
    @media screen and (max-width: 960px) {
      .p-single__content h2 {
        padding: 1.5rem 1.5rem;
        text-align: justify; }
        .p-single__content h2::before {
          content: "";
          position: absolute;
          width: calc(100% - 1rem);
          height: calc(100% - 1rem);
          left: 0.5rem;
          top: 0.5rem; } }
  .p-single__content h3 {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 1.5rem;
    font-size: var(--size-h3); }
    .p-single__content h3::before, .p-single__content h3::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 0.3rem;
      left: 0;
      bottom: 0; }
    .p-single__content h3::after {
      background: repeating-linear-gradient(-45deg, #835f27, #835f27 10%, #fff 10%, #fff 30%, #835f27 30%, #835f27 70%, #fff 70%, #fff 90%, #835f27 90%, #835f27 100%);
      background-size: 0.6rem 0.4rem;
      opacity: 0.7; }
    .p-single__content h3::before {
      width: 10rem;
      z-index: 1;
      background-color: #835f27; }
  .p-single__content h4 {
    position: relative;
    padding-left: 3rem;
    font-size: var(--size-h4); }
    .p-single__content h4::before, .p-single__content h4::after {
      content: "";
      position: absolute;
      top: 2.2rem;
      background-color: #835f27;
      transform: translateY(-50%) rotate(45deg); }
      @media screen and (max-width: 960px) {
        .p-single__content h4::before, .p-single__content h4::after {
          top: 1.5rem; } }
    .p-single__content h4::before {
      left: 0.2rem;
      width: 1.2rem;
      height: 1.2rem; }
    .p-single__content h4::after {
      left: 1.8rem;
      width: 0.6rem;
      height: 0.6rem;
      opacity: 0.4; }
    .p-single__content h4::before, .p-single__content h4::after {
      top: 1.6rem; }
  .p-single__content h5 {
    position: relative;
    padding: 0 0 0 2.5rem;
    font-size: var(--size-h5);
    text-align: justify; }
    .p-single__content h5::before {
      content: "";
      position: absolute;
      top: 1.3rem;
      left: 0;
      width: 1.5rem;
      height: 1.5rem;
      background: #835f27; }
  .p-single__content h6 {
    position: relative;
    padding-left: 1.5rem;
    font-size: var(--size-h6);
    border-left: 0.3rem solid #835f27; }
  .p-single__content :is(p, td, li, th, blockquote) {
    margin: 0 0 2.5rem;
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400;
    color: #333333;
    padding-top: 2rem; }
    @media (max-width: 960px) {
      .p-single__content :is(p, td, li, th, blockquote) {
        line-height: 185%;
        letter-spacing: 0em;
        text-align: justify; } }
    @media screen and (max-width: 960px) {
      .p-single__content :is(p, td, li, th, blockquote) {
        font-size: 1.5rem;
        line-height: 1.85; } }
  .p-single__content a {
    color: #0073aa;
    text-decoration: underline; }
    @media (hover: hover) {
      .p-single__content a:hover {
        opacity: 0.7; } }
  .p-single__content ul,
  .p-single__content ol {
    margin: 0 0 2.5rem 2.2rem; }
  .p-single__content ul {
    list-style: disc; }
  .p-single__content ol {
    list-style: decimal; }
  .p-single__content li {
    margin-bottom: 0; }
    .p-single__content li:not(:last-child) {
      margin-bottom: 1rem; }
  .p-single__content blockquote {
    position: relative;
    background-color: #eeeeee;
    padding: 5rem 4rem 4rem 7rem; }
    @media screen and (max-width: 960px) {
      .p-single__content blockquote {
        padding: 4rem 1.5rem 1.5rem 5rem; } }
    .p-single__content blockquote::before {
      content: "\201C";
      position: absolute;
      top: 1.5rem;
      left: 1.8rem;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 7rem;
      font-weight: 700;
      line-height: 1;
      color: #835f27; }
      @media screen and (max-width: 960px) {
        .p-single__content blockquote::before {
          top: -1.2rem;
          left: 1rem;
          font-size: 5rem; } }
    .p-single__content blockquote p:last-child {
      margin-bottom: 0; }
  .p-single__content .aligncenter {
    margin-left: auto;
    margin-right: auto; }
  .p-single__content hr {
    border: 0;
    border-top: 0.1rem solid #cccccc;
    margin: 2rem 0; }
  .p-single__content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 2.5rem; }
.p-single__footer {
  margin-bottom: 10rem; }
  @media screen and (max-width: 960px) {
    .p-single__footer {
      margin-bottom: 4rem; } }

@keyframes grits-toc-flash {
  0% {
    background-color: rgba(183, 162, 102, 0.45); }
  100% {
    background-color: transparent; } }
.p-single-nav {
  margin-top: 5rem; }
  @media screen and (max-width: 960px) {
    .p-single-nav {
      margin-top: 0; } }
  .p-single-nav__list {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 960px) {
      .p-single-nav__list {
        flex-wrap: wrap;
        gap: 1.5rem; } }
  @media screen and (max-width: 960px) {
    .p-single-nav__item {
      width: calc((100% - 1.5rem) / 2); }
      .p-single-nav__item--back {
        order: 1;
        width: 100%; } }
  .p-single-nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 6.5rem;
    font-size: 1.6rem;
    color: #fff;
    background-color: #835f27;
    border: 0.1rem solid #835f27;
    border-radius: 3.3rem;
    text-decoration: none;
    transition: all 0.3s ease; }
    @media (hover: hover) {
      .p-single-nav__link:hover {
        opacity: 0.85; } }
    @media screen and (max-width: 960px) {
      .p-single-nav__link {
        width: 100%;
        height: 5rem;
        font-size: 1.5rem; } }
    .p-single-nav__link--disabled {
      opacity: 0.5;
      cursor: not-allowed;
      pointer-events: none; }

@media (min-width: 767.5px) {
  .p-single__content .alignleft,
  .p-single__content .alignright {
    width: 30%; }
  .p-single__content .alignleft {
    float: left;
    margin-right: 1.5rem; }
  .p-single__content .alignright {
    float: right;
    margin-left: 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: 2rem; }
  .p-single__content h2 {
    font-size: 1.9rem;
    padding: 1.2rem 1.5rem; }
  .p-single__content h3 {
    font-size: 1.8rem; }
  .p-single__content h4 {
    font-size: 1.7rem; }
  .p-single__content h5 {
    font-size: 1.6rem; }
  .p-single__content h6 {
    font-size: 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-nav__list {
    flex-wrap: wrap;
    gap: 1.5rem; }
  .p-single__content img {
    width: 100%; }
  .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%; } }
img {
  border-radius: 0.8rem;
  overflow: hidden; }

.p-column {
  margin-block: 4rem 8rem; }
  @media screen and (max-width: 960px) {
    .p-column {
      margin-block: 2rem 4rem; } }
  .p-column__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 960px) {
      .p-column__list {
        gap: 5rem 1rem; } }
  .p-column__item {
    flex: 0 0 calc((100% - 4.5rem) / 4);
    box-sizing: border-box; }
    @media screen and (max-width: 960px) {
      .p-column__item {
        flex: 0 0 calc((100% - 1rem) / 2); } }

.c-column-card {
  display: flex;
  flex-direction: column; }
  .c-column-card__thumb-link {
    display: block;
    text-decoration: none; }
    @media (hover: hover) {
      .c-column-card__thumb-link:hover {
        opacity: 0.85; } }
  .c-column-card__thumb {
    position: relative;
    margin: 0 0 1rem;
    line-height: 0;
    aspect-ratio: 4 / 2.8;
    border-radius: 1.5rem;
    overflow: hidden; }
    @media screen and (max-width: 960px) {
      .c-column-card__thumb {
        border-radius: 0.8rem; } }
    .c-column-card__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .c-column-card__thumb--placeholder {
      background-color: rgba(131, 95, 39, 0.2); }
      .c-column-card__thumb--placeholder::after {
        content: "NO IMAGE";
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #835f27;
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: 0.2rem;
        line-height: 1;
        opacity: 0.6; }
  .c-column-card__content {
    display: flex;
    flex-direction: column; }
  .c-column-card__date {
    display: inline-block;
    align-self: flex-start;
    padding: 0.5rem 1.5rem;
    margin-bottom: 1rem;
    background-color: #835f27;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.1rem;
    border-radius: 0.5rem;
    text-decoration: none; }
    @media screen and (max-width: 960px) {
      .c-column-card__date {
        font-size: 1rem;
        padding: 0.6rem;
        line-height: 120%;
        margin-top: -3.4rem;
        z-index: 1;
        margin-bottom: 1.5rem; } }
  .c-column-card__title {
    margin: 0 0 1rem; }
    .c-column-card__title a {
      display: inline-block;
      font-size: var(--size-p);
      line-height: 195%;
      letter-spacing: 0.05rem;
      font-weight: 400;
      color: #333333;
      font-weight: bold;
      text-align: justify;
      text-decoration: none !important;
      transition: opacity 0.3s ease; }
      @media (max-width: 960px) {
        .c-column-card__title a {
          line-height: 185%;
          letter-spacing: 0em;
          text-align: justify; } }
      @media (hover: hover) {
        .c-column-card__title a:hover {
          opacity: 0.7; } }
      @media screen and (max-width: 960px) {
        .c-column-card__title a {
          line-height: 130%; } }
  .c-column-card__excerpt {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0.1rem;
    color: #333333;
    text-align: justify; }
    @media screen and (max-width: 960px) {
      .c-column-card__excerpt {
        font-size: 1.4rem;
        letter-spacing: 0;
        line-height: 165%; } }

.p-drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.98);
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s; }
  .p-drawer.is-open {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.4s ease, visibility 0s linear 0s;
    top: 0 !important; }
  .p-drawer__inner {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12rem 4rem; }
    @media screen and (max-width: 960px) {
      .p-drawer__inner {
        padding: 9rem 2rem 12rem;
        align-items: flex-start; } }
  .p-drawer__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    width: 100%;
    max-width: 120rem; }
    .p-drawer__columns--asymmetric {
      grid-template-columns: 1.5fr 2fr; }
    @media screen and (max-width: 960px) {
      .p-drawer__columns {
        grid-template-columns: 1fr;
        gap: 3rem; } }
  .p-drawer__col {
    min-width: 0; }
  .p-drawer__heading {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin: 0 0 1.6rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #835f27; }
    .p-drawer__heading-icon {
      flex-shrink: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 6rem;
      height: 6rem;
      color: #835f27; }
      .p-drawer__heading-icon svg,
      .p-drawer__heading-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block; }
      @media screen and (max-width: 960px) {
        .p-drawer__heading-icon {
          width: 4.8rem;
          height: 4.8rem; } }
    .p-drawer__heading-text {
      flex: 1 1 auto;
      min-width: 0; }
    .p-drawer__heading .ja {
      display: block;
      font-size: 1.8rem;
      font-weight: 500;
      color: #835f27;
      line-height: 1;
      margin-bottom: 0.8rem;
      letter-spacing: 0.1rem; }
    .p-drawer__heading .en {
      display: block;
      font-size: 3.4rem;
      font-weight: 700;
      color: #333333;
      font-family: "";
      letter-spacing: 0.2rem;
      line-height: 1; }
      @media screen and (max-width: 960px) {
        .p-drawer__heading .en {
          font-size: 2.6rem; } }
  .p-drawer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0 2rem;
    grid-template-columns: 1fr 1fr; }
    @media screen and (max-width: 767px) {
      .p-drawer__menu {
        grid-template-columns: 1fr; } }
    .p-drawer__menu--split {
      column-count: 2;
      column-gap: 4rem; }
      @media screen and (max-width: 960px) {
        .p-drawer__menu--split {
          column-count: 1;
          column-gap: 0; } }
      .p-drawer__menu--split > li {
        break-inside: avoid;
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid; }
    .p-drawer__menu > li > a {
      position: relative;
      display: block;
      padding: 1.0rem 0 1.0rem 1.8rem;
      color: #333333;
      font-size: var(--size-p);
      line-height: 195%;
      letter-spacing: 0.05rem;
      font-weight: 400;
      text-decoration: none;
      transition: color 0.25s ease, padding-left 0.25s ease; }
      @media (max-width: 960px) {
        .p-drawer__menu > li > a {
          line-height: 185%;
          letter-spacing: 0em;
          text-align: justify; } }
      .p-drawer__menu > li > a::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 0;
        height: 0;
        border-top: 0.45rem solid transparent;
        border-bottom: 0.45rem solid transparent;
        border-left: 0.7rem solid #835f27;
        transform: translateY(-50%);
        transition: transform 0.25s ease; }
      @media (hover: hover) {
        .p-drawer__menu > li > a:hover {
          color: #835f27;
          padding-left: 2.6rem; }
          .p-drawer__menu > li > a:hover::before {
            transform: translateY(-50%) translateX(0.4rem); } }
      @media screen and (max-width: 960px) {
        .p-drawer__menu > li > a {
          padding: 0.5rem 0 0.5rem 1.6rem;
          font-weight: 500; } }
      .p-drawer__menu > li > a.d-active {
        color: #D4B37F; }
    .p-drawer__menu .sub-menu {
      list-style: none;
      margin: 0 0 1rem 1.6rem;
      padding: 0; }
      .p-drawer__menu .sub-menu li {
        border-bottom: 0; }
        .p-drawer__menu .sub-menu li a {
          position: relative;
          display: block;
          padding: 0.6rem 0 0.6rem 1.6rem;
          font-size: var(--size-p);
          font-weight: 500;
          color: #666;
          text-decoration: none;
          transition: color 0.25s ease, padding-left 0.25s ease; }
          .p-drawer__menu .sub-menu li a::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 0.9rem;
            height: 0.1rem;
            background-color: #835f27;
            transform: translateY(-50%);
            transition: width 0.25s ease; }
          @media (hover: hover) {
            .p-drawer__menu .sub-menu li a:hover {
              color: #835f27;
              padding-left: 2.2rem; }
              .p-drawer__menu .sub-menu li a:hover::before {
                width: 1.5rem; } }

.l-author-container {
  margin-block: 6rem;
  padding: 4.5rem;
  background: rgba(131, 95, 39, 0.1); }
  @media screen and (max-width: 960px) {
    .l-author-container {
      padding: 1rem;
      margin-block: 4rem; } }

.c-author {
  display: flex;
  gap: 0;
  padding: 3rem;
  margin-bottom: 3rem;
  background: #fff;
  border: 0.1rem solid #835f27; }
  .c-author:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 960px) {
    .c-author {
      flex-direction: column;
      padding: 2rem 1.5rem; } }
  .c-author__info {
    width: calc(100% - 33rem);
    padding-right: 6rem; }
    @media screen and (max-width: 960px) {
      .c-author__info {
        order: 1;
        width: 100%;
        padding-right: 0; } }
  .c-author__avatar {
    flex-shrink: 0;
    width: 33rem; }
    .c-author__avatar.tn-02 {
      position: relative;
      z-index: 0; }
    .c-author__avatar img {
      width: 100%;
      display: block;
      border-radius: 0.5rem; }
    @media screen and (max-width: 960px) {
      .c-author__avatar {
        width: 100%;
        margin-bottom: 2rem; } }
  .c-author__title {
    margin: 0 0 3rem;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.15rem;
    color: #835f27; }
    .c-author__title.vz-02 {
      font-size: 2.4rem;
      margin-bottom: 1.5rem; }
    @media screen and (max-width: 960px) {
      .c-author__title {
        font-size: 2rem;
        margin-bottom: 1.5rem; }
        .c-author__title.vz-02 {
          font-size: 1.8rem; } }
  .c-author__name {
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 0.1rem dashed #333333; }
    .c-author__name p {
      margin: 0 0 0.4rem;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      color: #333333; }
      .c-author__name p:nth-child(2) {
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 0.1rem; }
        @media screen and (max-width: 960px) {
          .c-author__name p:nth-child(2) {
            font-size: 1.8rem; } }
    @media screen and (max-width: 960px) {
      .c-author__name {
        margin-bottom: 2.5rem; }
        .c-author__name p {
          font-size: 1.5rem; } }
  .c-author__list {
    margin: 0 0 3.5rem; }
    .c-author__list ul,
    .c-author__list ol {
      list-style: none;
      margin: 0;
      padding: 0; }
    .c-author__list li {
      position: relative;
      margin-bottom: 1.5rem;
      padding-left: 1.6rem;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.1rem;
      color: #333333;
      list-style: none; }
      .c-author__list li:last-child {
        margin-bottom: 0; }
      .c-author__list li::before {
        content: "";
        position: absolute;
        top: 1.2rem;
        left: 0;
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 50%;
        background: #835f27; }
    @media screen and (max-width: 960px) {
      .c-author__list {
        margin-bottom: 2.5rem; }
        .c-author__list li {
          margin-bottom: 0.5rem;
          padding-left: 1.4rem;
          font-size: 1.5rem; }
          .c-author__list li::before {
            top: 1rem; } }
  .c-author__desc {
    margin-bottom: 4rem;
    padding: 2.5rem;
    background: rgba(131, 95, 39, 0.2); }
    .c-author__desc p {
      margin: 0;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.1rem;
      color: #333333; }
    @media screen and (max-width: 960px) {
      .c-author__desc {
        padding: 1.5rem;
        margin-bottom: 3rem; } }
  .c-author__link ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0; }
    .c-author__link ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 6rem;
      font-size: var(--size-p);
      font-weight: 400;
      line-height: 175%;
      color: #fff;
      background: #835f27;
      text-decoration: none;
      transition: opacity 0.2s ease; }
      @media (hover: hover) {
        .c-author__link ul li a:hover {
          opacity: 0.85; } }
  .c-author__link.vz-02 ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem; }
  @media screen and (max-width: 960px) {
    .c-author__link ul, .c-author__link.vz-02 ul {
      grid-template-columns: 1fr;
      gap: 1rem; }
    .c-author__link ul li a {
      height: 5.5rem; } }
  .c-author__table {
    margin: 0 0 3rem;
    border: 0.1rem solid #999; }
    .c-author__table dl {
      display: flex;
      margin: 0;
      border-bottom: 0.1rem solid #999; }
      .c-author__table dl:last-child {
        border-bottom: 0; }
      .c-author__table dl dt,
      .c-author__table dl dd {
        margin: 0;
        padding: 1rem 2rem;
        font-size: var(--size-p);
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0.1rem;
        color: #333333; }
      .c-author__table dl dt {
        width: 16rem;
        background: #835f27;
        color: #fff; }
      .c-author__table dl dd {
        flex: 1; }
    @media screen and (max-width: 960px) {
      .c-author__table dl dt,
      .c-author__table dl dd {
        padding: 0.7rem;
        font-size: 1.5rem; }
      .c-author__table dl dt {
        width: 9rem; } }

#toc_container {
  counter-reset: toc;
  width: 100%;
  max-width: 100%;
  margin: 3rem 0 8rem;
  padding: 2.4rem 3rem 2rem;
  background: rgba(131, 95, 39, 0.08);
  border: 1px solid rgba(131, 95, 39, 0.5);
  border-radius: 0.6rem;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.04);
  box-sizing: border-box; }
  @media screen and (max-width: 960px) {
    #toc_container {
      padding: 1.8rem 1.6rem 1.4rem;
      margin: 2rem 0 6rem; } }
  #toc_container p.toc_title {
    position: relative;
    margin: 0;
    padding: 0 0 1rem 3rem;
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400;
    font-weight: bold;
    color: #333333;
    border-bottom: 0.2rem solid #835f27;
    text-align: left !important;
    margin-bottom: 1.6rem; }
    @media (max-width: 960px) {
      #toc_container p.toc_title {
        line-height: 185%;
        letter-spacing: 0em;
        text-align: justify; } }
    #toc_container p.toc_title::before {
      content: "";
      position: absolute;
      top: 0.6rem;
      left: 0;
      width: 2rem;
      height: 2rem;
      background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
      background-size: 1.4rem 0.25rem, 1.4rem 0.25rem, 1.4rem 0.25rem;
      background-position: 0 0.4rem, 0 0.9rem, 0 1.4rem;
      background-repeat: no-repeat;
      color: #835f27; }
    @media screen and (max-width: 960px) {
      #toc_container p.toc_title {
        font-size: 1.6rem; } }
  #toc_container .toc_list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important; }
    #toc_container .toc_list li {
      position: relative;
      margin: 0 !important;
      padding: 1rem 0 1rem 2.4rem;
      border-bottom: 1px dashed rgba(131, 95, 39, 0.35);
      list-style: none !important; }
      @media screen and (max-width: 960px) {
        #toc_container .toc_list li {
          padding: 0.8rem 0 0.8rem 2.2rem; }
          #toc_container .toc_list li:last-child {
            border-bottom: none; } }
      #toc_container .toc_list li::before {
        content: "";
        position: absolute;
        left: 0.4rem;
        top: 2.3rem;
        width: 0;
        height: 0;
        border-top: 0.5rem solid transparent;
        border-bottom: 0.5rem solid transparent;
        border-left: 0.7rem solid #835f27; }
        @media screen and (max-width: 960px) {
          #toc_container .toc_list li::before {
            top: 1.4rem; } }
      #toc_container .toc_list li ul {
        list-style: none !important;
        margin: 0.6rem 0 0 0 !important;
        padding: 0 !important;
        border-top: 1px dashed rgba(131, 95, 39, 0.35); }
        #toc_container .toc_list li ul li {
          padding: 0.6rem 0 0.6rem 2rem;
          border-bottom: 0;
          font-size: 1.4rem; }
          #toc_container .toc_list li ul li::before {
            content: "";
            top: 1.2rem;
            width: 0.7rem;
            height: 0.7rem;
            border: 0.15rem solid #835f27;
            border-radius: 50%;
            background: transparent; }
      #toc_container .toc_list li a {
        color: #333333;
        font-size: var(--size-p);
        line-height: 195%;
        letter-spacing: 0.05rem;
        font-weight: 400;
        font-weight: 500;
        text-decoration: none;
        transition: color 0.2s ease, padding-left 0.2s ease; }
        @media (max-width: 960px) {
          #toc_container .toc_list li a {
            line-height: 185%;
            letter-spacing: 0em;
            text-align: justify; } }
        @media (hover: hover) {
          #toc_container .toc_list li a:hover {
            color: #835f27; } }
        @media screen and (max-width: 960px) {
          #toc_container .toc_list li a {
            font-size: 1.5rem;
            line-height: 150%; } }
  #toc_container.toc--circle .toc_list > li::before {
    top: 1.7rem;
    border: 0;
    width: 0.9rem;
    height: 0.9rem;
    background: #835f27;
    border-radius: 50%; }
  #toc_container.toc--cols-2 .toc_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
    row-gap: 0; }
    @media screen and (max-width: 960px) {
      #toc_container.toc--cols-2 .toc_list {
        grid-template-columns: 1fr; } }
  #toc_container.toc--cols-3 .toc_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3rem;
    row-gap: 0; }
    @media screen and (max-width: 1024px) {
      #toc_container.toc--cols-3 .toc_list {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 960px) {
      #toc_container.toc--cols-3 .toc_list {
        grid-template-columns: 1fr; } }
  #toc_container.toc--button .toc_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1.2rem; }
    @media screen and (max-width: 960px) {
      #toc_container.toc--button .toc_list {
        grid-template-columns: 1fr 1fr;
        gap: 0.8rem; } }
    #toc_container.toc--button .toc_list > li {
      border: 0.1rem solid #835f27;
      background: #fff;
      padding: 1.4rem 3rem 1.4rem 1.6rem;
      border-radius: 0.4rem;
      transition: background 0.25s ease, transform 0.2s ease; }
      #toc_container.toc--button .toc_list > li::before {
        display: none; }
      #toc_container.toc--button .toc_list > li::after {
        content: "";
        position: absolute;
        right: 1.4rem;
        top: 50%;
        width: 0.7rem;
        height: 0.7rem;
        border-top: 0.2rem solid #835f27;
        border-right: 0.2rem solid #835f27;
        transform: translateY(-50%) rotate(45deg);
        transition: right 0.2s ease; }
      @media (hover: hover) {
        #toc_container.toc--button .toc_list > li:hover {
          background: #835f27; }
          #toc_container.toc--button .toc_list > li:hover::after {
            border-color: #fff;
            right: 1rem; }
          #toc_container.toc--button .toc_list > li:hover a {
            color: #fff; } }
      #toc_container.toc--button .toc_list > li a {
        display: block; }

.catalogue-list {
  margin: 2rem 0; }
  @media screen and (max-width: 960px) {
    .catalogue-list {
      margin: 1.6rem 0; } }
  .catalogue-list > :first-child {
    margin-top: 0; }
  .catalogue-list > :last-child {
    margin-bottom: 0; }
  .catalogue-list h2,
  .catalogue-list h3,
  .catalogue-list h4,
  .catalogue-list h5 {
    margin: 2rem 0 1.2rem;
    padding: 0 0 0.8rem 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    color: #333333;
    border-bottom: 0.2rem solid #835f27; }
    .catalogue-list h2:first-child,
    .catalogue-list h3:first-child,
    .catalogue-list h4:first-child,
    .catalogue-list h5:first-child {
      margin-top: 0; }
    @media screen and (max-width: 960px) {
      .catalogue-list h2,
      .catalogue-list h3,
      .catalogue-list h4,
      .catalogue-list h5 {
        font-size: 1.5rem; } }
  .catalogue-list ul,
  .catalogue-list ol {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem; }
    .catalogue-list ul:last-child,
    .catalogue-list ol:last-child {
      margin-bottom: 0; }
    .catalogue-list ul li,
    .catalogue-list ol li {
      list-style: none !important;
      margin: 0 !important;
      padding: 0 !important; }
      .catalogue-list ul li a,
      .catalogue-list ol li a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 4.2rem;
        padding: 0.5rem 0.75rem;
        background: #fff;
        color: #835f27;
        border: 0.15rem solid #835f27;
        border-radius: 0;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.4;
        text-decoration: none !important;
        box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.05);
        transition: all 0.2s ease;
        white-space: nowrap; }
        @media (hover: hover) {
          .catalogue-list ul li a:hover,
          .catalogue-list ol li a:hover {
            background: #835f27;
            color: #fff;
            box-shadow: 0 0.2rem 0.6rem rgba(131, 95, 39, 0.3); } }
        @media screen and (max-width: 960px) {
          .catalogue-list ul li a,
          .catalogue-list ol li a {
            min-height: 3.8rem;
            padding: 0.6rem 1.4rem;
            font-size: 1.3rem;
            white-space: normal; } }
      .catalogue-list ul li.is-current a,
      .catalogue-list ol li.is-current a {
        background: #835f27;
        color: #fff;
        border-color: #835f27;
        box-shadow: 0 0.2rem 0.6rem rgba(131, 95, 39, 0.25);
        cursor: default;
        pointer-events: none; }
    @media screen and (max-width: 960px) {
      .catalogue-list ul,
      .catalogue-list ol {
        justify-content: flex-start; } }
  @media screen and (max-width: 960px) and (max-width: 767px) {
    .catalogue-list ul,
    .catalogue-list ol {
      gap: 0.5rem; } }
    @media screen and (max-width: 960px) {
        .catalogue-list ul li,
        .catalogue-list ol li {
          width: calc((100% - 2rem) / 3); }
          .catalogue-list ul li a,
          .catalogue-list ol li a {
            width: 100%;
            text-align: center;
            min-height: 100%;
            padding: 1.5rem; } }
    @media screen and (max-width: 960px) and (max-width: 767px) {
      .catalogue-list ul li,
      .catalogue-list ol li {
        width: calc((100% - 0.5rem) / 2); }
        .catalogue-list ul li a,
        .catalogue-list ol li a {
          padding: 1rem 1.5rem; } }

  .catalogue-list--stacked ul, .catalogue-list--stacked ol {
    flex-direction: column;
    gap: 0; }
    .catalogue-list--stacked ul li, .catalogue-list--stacked ol li {
      border-bottom: 0.1rem dashed rgba(131, 95, 39, 0.35); }
      .catalogue-list--stacked ul li:last-child, .catalogue-list--stacked ol li:last-child {
        border-bottom: 0; }
    .catalogue-list--stacked ul a, .catalogue-list--stacked ol a {
      display: block;
      background: transparent;
      border: 0;
      border-radius: 0;
      padding: 0.9rem 0 0.9rem 2rem;
      font-size: var(--size-p);
      position: relative; }
      .catalogue-list--stacked ul a::before, .catalogue-list--stacked ol a::before {
        content: "";
        position: absolute;
        left: 0.4rem;
        top: 50%;
        width: 0;
        height: 0;
        border-top: 0.4rem solid transparent;
        border-bottom: 0.4rem solid transparent;
        border-left: 0.6rem solid #835f27;
        transform: translateY(-50%); }
      @media (hover: hover) {
        .catalogue-list--stacked ul a:hover, .catalogue-list--stacked ol a:hover {
          background: transparent;
          color: #835f27;
          padding-left: 2.4rem; } }
  .catalogue-list--cols-2 ul, .catalogue-list--cols-2 ol {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    @media screen and (max-width: 960px) {
      .catalogue-list--cols-2 ul, .catalogue-list--cols-2 ol {
        grid-template-columns: 1fr; } }
  .catalogue-list--cols-3 ul, .catalogue-list--cols-3 ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
    @media screen and (max-width: 1024px) {
      .catalogue-list--cols-3 ul, .catalogue-list--cols-3 ol {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 960px) {
      .catalogue-list--cols-3 ul, .catalogue-list--cols-3 ol {
        grid-template-columns: 1fr; } }

.c-sitemap {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-block: 4rem 8rem; }
  @media screen and (max-width: 960px) {
    .c-sitemap {
      gap: 2.4rem;
      margin-block: 2.4rem 4rem; } }
  .c-sitemap__group {
    width: 100%; }
  .c-sitemap__title {
    margin: 0 0 1.6rem;
    padding: 0 0 1rem;
    border-bottom: 0.2rem solid #835f27;
    line-height: 1.3; }
    .c-sitemap__title .ja {
      display: inline-block;
      margin-right: 1rem;
      font-size: 2.2rem;
      font-weight: 700;
      color: #835f27;
      vertical-align: middle; }
      @media screen and (max-width: 960px) {
        .c-sitemap__title .ja {
          font-size: 1.8rem; } }
    .c-sitemap__title .en {
      display: inline-block;
      position: relative;
      top: 0.4rem;
      font-family: "";
      font-size: 1.6rem;
      font-weight: 500;
      color: #835f27;
      letter-spacing: 0.2rem;
      vertical-align: middle; }
      @media screen and (max-width: 960px) {
        .c-sitemap__title .en {
          font-size: 1.4rem; } }
  .c-sitemap__list {
    list-style: none;
    margin: 0;
    padding: 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3rem;
    row-gap: 0;
    background: #f1f1f1;
    border-radius: 0.5rem; }
    @media screen and (max-width: 1024px) {
      .c-sitemap__list {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 960px) {
      .c-sitemap__list {
        padding: 1rem 1.5rem; } }
    @media screen and (max-width: 767px) {
      .c-sitemap__list {
        grid-template-columns: 1fr; } }
    .c-sitemap__list > li {
      position: relative;
      padding: 1rem 0 1rem 1.6rem;
      border-bottom: 0.1rem dashed rgba(131, 95, 39, 0.35);
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .c-sitemap__list > li:last-child {
          border-bottom: none; } }
      .c-sitemap__list > li::before {
        content: "";
        position: absolute;
        top: 2.3rem;
        left: 0;
        width: 0;
        height: 0;
        border-top: 0.4rem solid transparent;
        border-bottom: 0.4rem solid transparent;
        border-left: 0.6rem solid #835f27; }
        @media screen and (max-width: 960px) {
          .c-sitemap__list > li::before {
            top: 2rem; } }
      .c-sitemap__list > li > a {
        color: #333333;
        font-size: var(--size-p);
        line-height: 195%;
        letter-spacing: 0.05rem;
        font-weight: 400;
        text-decoration: none;
        transition: ease all 0.2s; }
        @media (max-width: 960px) {
          .c-sitemap__list > li > a {
            line-height: 185%;
            letter-spacing: 0em;
            text-align: justify; } }
        @media (hover: hover) {
          .c-sitemap__list > li > a:hover {
            color: #835f27; } }
  .c-sitemap__sub {
    list-style: none;
    margin: 0.8rem 0 0;
    padding: 0 0 0 1rem; }
    .c-sitemap__sub li {
      position: relative;
      padding: 0.4rem 0 0.4rem 1.4rem;
      font-size: 1.4rem;
      line-height: 1.5; }
      .c-sitemap__sub li::before {
        content: "─";
        position: absolute;
        left: 0;
        top: 0.4rem;
        color: #835f27;
        font-weight: 700; }
      .c-sitemap__sub li a {
        color: #555;
        text-decoration: none;
        transition: color 0.2s ease; }
        @media (hover: hover) {
          .c-sitemap__sub li a:hover {
            color: #835f27;
            text-decoration: underline; } }

.p-slide {
  overflow: hidden;
  position: relative; }
  .p-slide__list {
    display: flex;
    width: max-content;
    animation: slide-left 20s linear infinite; }
  .p-slide__item img {
    width: 43.4rem;
    border-radius: 0; }
    @media screen and (max-width: 960px) {
      .p-slide__item img {
        width: 15.5rem; } }

@keyframes slide-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
.p-top-column {
  padding: 8rem 0 9rem 0;
  position: relative;
  background: url(assets/img/bg_column.jpg) no-repeat center/cover;
  z-index: 0; }

.p-title {
  position: relative;
  text-align: center;
  padding-bottom: 5rem;
  z-index: 0; }
  .p-title::after {
    content: attr(data-text);
    position: absolute;
    left: 51%;
    top: 55%;
    transform: translate(-50%, -50%);
    color: transparent;
    font-size: 14rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.96rem;
    -webkit-text-stroke: 1px #F1E2CB;
    z-index: -1;
    white-space: nowrap; }
  .p-title__en {
    color: #797979;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 194%;
    letter-spacing: 0.18rem;
    padding-top: 3rem;
    padding-bottom: .8rem; }
    @media screen and (max-width: 960px) {
      .p-title__en {
        text-align: center;
        letter-spacing: 0; } }
    .p-title__en::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 2.6rem;
      height: 3.2rem;
      background: url(assets/img/icon_title.png) no-repeat center/contain; }
  .p-title__jp {
    color: #835F27;
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 77%;
    letter-spacing: 0; }
    .p-title__jp .txt {
      color: #D4B37F;
      font-size: 6.5rem;
      font-weight: 500;
      line-height: 53%;
      letter-spacing: 0;
      position: relative;
      top: .6rem; }
      @media screen and (max-width: 960px) {
        .p-title__jp .txt {
          font-size: 3rem;
          top: 0; } }
    @media screen and (max-width: 960px) {
      .p-title__jp {
        font-size: 3rem; } }

.box_column {
  padding-left: .6rem; }

.p-column__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 2rem;
  margin-top: 4.4rem;
  margin-bottom: 6.2rem; }
  @media screen and (max-width: 960px) {
    .p-column__list {
      gap: 1rem; } }

.p-column__card {
  display: block;
  color: #fff;
  text-decoration: none;
  width: 100%; }

.p-column__item:hover {
  opacity: 0.8; }

.p-column__thumb {
  margin-bottom: 1.4rem;
  border-bottom: 4px solid #D4B37F;
  border-bottom-left-radius: 1.5rem;
  transition: opacity 0.3s ease;
  overflow: hidden; }
  @media (hover: hover) {
    .p-column__thumb:hover {
      opacity: 0.75; }
      .p-column__thumb:hover img {
        transform: scale(1.15); } }
  @media screen and (max-width: 960px) {
    .p-column__thumb {
      border-radius: 1rem; } }
  .p-column__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    border-radius: 0 1.5rem 0 1.5rem; }
    @media screen and (max-width: 960px) {
      .p-column__thumb img {
        border-radius: 0.8rem; } }

.p-column__date {
  display: block;
  margin-bottom: 1rem;
  color: #D4B37F;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0; }
  @media screen and (max-width: 960px) {
    .p-column__date {
      font-size: 1.4rem;
      margin-bottom: 0; } }

.p-column__title {
  color: #835F27;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.08rem;
  margin-bottom: 0.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  @media screen and (max-width: 960px) {
    .p-column__title {
      font-size: 1.4rem;
      letter-spacing: .05rem;
      line-height: 185%; } }

.p-column__excerpt {
  color: #585858;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.07rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  @media screen and (max-width: 960px) {
    .p-column__excerpt {
      font-size: 1.4rem;
      letter-spacing: 0; } }

.circle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27.9rem;
  height: 6rem;
  border: 1px solid #c7a86c;
  border-radius: 4.9rem;
  color: #585858;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  text-decoration: none;
  transition: all 0.3s ease;
  padding-right: 3rem;
  text-align: center; }
  .circle-btn.vz-01 {
    background-color: #fff; }
  .circle-btn::before {
    content: "";
    position: absolute;
    width: 3.8rem;
    height: 3.8rem;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 1;
    border-radius: 50%;
    background: #D4B37F; }
  .circle-btn::after {
    content: "";
    position: absolute;
    width: 7.79px;
    height: 7.79px;
    right: 2.7rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    transition: all 0.3s ease;
    z-index: 2; }
  .circle-btn:hover {
    background-color: #c7a86c;
    color: #fff; }
    .circle-btn:hover::before {
      background: #fff; }
    .circle-btn:hover::after {
      border-top: 1px solid #c7a86c;
      border-right: 1px solid #c7a86c; }

.p-top-greeting {
  position: relative;
  z-index: 0;
  padding: 12rem 0 5rem 0;
  background: url(assets/img/icon_greeting04.png) no-repeat bottom left 25rem/16.6rem, url(assets/img/icon_greeting.png) no-repeat bottom/contain, #FFF9F3; }
  .p-top-greeting::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(assets/img/img_greeting01.jpg) no-repeat center/cover;
    top: 0;
    left: 0;
    opacity: 0.1;
    z-index: -1; }
  .p-top-greeting::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8.4rem;
    background: url(assets/img/line_greeting_2.png) no-repeat center/cover;
    top: 0;
    left: 0;
    z-index: -1; }
  .p-top-greeting--profile {
    position: relative;
    z-index: 0; }
    .p-top-greeting--profile::before {
      content: "";
      position: absolute;
      width: 16.8rem;
      height: 8.8rem;
      background: url(assets/img/icon_greeting02.png) no-repeat center/contain;
      top: -3rem;
      left: 0; }
    .p-top-greeting--profile::after {
      content: "";
      position: absolute;
      width: 30rem;
      height: 13.1rem;
      background: url(assets/img/icon_greeting03.png) no-repeat center/contain;
      top: -4rem;
      right: 0; }
    .p-top-greeting--profile__title {
      color: #835F27;
      font-size: 3.5rem;
      font-weight: 500;
      line-height: 128%;
      letter-spacing: 0;
      padding-bottom: 3rem; }
    .p-top-greeting--profile__desc {
      padding-right: 2.5rem;
      color: #585858;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 167%;
      letter-spacing: 0; }
      @media screen and (max-width: 960px) {
        .p-top-greeting--profile__desc {
          font-size: 1.5rem;
          padding-right: 0;
          line-height: 185%;
          letter-spacing: .05rem; } }
    .p-top-greeting--profile__name {
      gap: 1.2rem;
      padding-bottom: 2.6rem; }
      .p-top-greeting--profile__name .role {
        color: #FFFFFF;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 167%;
        letter-spacing: 0;
        background-color: #D4B37F;
        border-radius: 4.9rem;
        width: 10.2rem;
        text-align: center;
        padding: .3rem 0px .4rem 0px;
        align-self: center; }
        @media screen and (max-width: 960px) {
          .p-top-greeting--profile__name .role {
            font-size: 1.5rem;
            width: 7.2rem; } }
      .p-top-greeting--profile__name .name {
        color: #835F27;
        font-size: 3rem;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: 0; }
        @media screen and (max-width: 960px) {
          .p-top-greeting--profile__name .name {
            font-size: 2rem; } }
      .p-top-greeting--profile__name .en {
        color: #585858;
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 194%;
        letter-spacing: 0;
        align-self: center; }
        @media screen and (max-width: 960px) {
          .p-top-greeting--profile__name .en {
            font-size: 1.5rem; } }
    .p-top-greeting--profile__card {
      width: calc((100% - 62.1rem) /2);
      padding-top: 12.2rem; }
      .p-top-greeting--profile__card--img {
        display: none; }
      .p-top-greeting--profile__card.vz-01 {
        padding-left: .8rem; }
    .p-top-greeting--profile__img {
      width: 62.1rem; }

.btn_group {
  gap: 4rem; }

.p-top-feature {
  background: url(assets/img/bg_feature.jpg) no-repeat center top/contain;
  position: relative;
  z-index: 1;
  padding: 13.5rem 0 0 0; }
  .p-top-feature::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8.4rem;
    background: url(assets/img/line_greeting_2.png) no-repeat center/cover;
    top: 0;
    left: 0;
    z-index: -1; }
  .p-top-feature__list {
    counter-reset: feature;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 3.2rem;
    margin-top: 3.8rem; }
  .p-top-feature__item {
    counter-increment: feature;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 0 1rem 0 1rem;
    background: #F0E0C6;
    border-bottom: 4px solid #D4B37F; }
    .p-top-feature__item:nth-child(even) {
      background: #FFF2E4; }
    .p-top-feature__item:nth-child(n + 4) .p-top-feature__body .btn {
      margin-top: 2.5rem; }
    .p-top-feature__item:nth-child(2), .p-top-feature__item:nth-child(5) {
      transform: translateY(4rem); }
    .p-top-feature__item::before {
      content: "";
      position: absolute;
      right: -4.4rem;
      bottom: -4.4rem;
      width: 8.1rem;
      height: 8rem;
      border-radius: 50%;
      background: #d8b676;
      z-index: 2; }
    .p-top-feature__item::after {
      content: "";
      position: absolute;
      right: 1rem;
      bottom: .6rem;
      width: .881rem;
      height: .881rem;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      transform: rotate(45deg);
      z-index: 3; }
  .p-top-feature__head {
    display: flex;
    align-items: center;
    height: 6rem;
    padding: 0 1.8rem;
    background: #D4B37F;
    color: #fff;
    flex-shrink: 0;
    position: relative; }
    .p-top-feature__head::before {
      content: "";
      position: absolute;
      width: 6.6rem;
      height: 5.7rem;
      background: url(assets/img/icon_feature01.png) no-repeat center/contain;
      top: 0;
      left: 3.7rem; }
  .p-top-feature__label {
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFF9F3;
    font-size: 4rem;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.4rem;
    padding-left: 13rem; }
    @media screen and (max-width: 960px) {
      .p-top-feature__label {
        font-size: 3rem;
        padding-left: 0;
        margin-left: auto;
        margin-right: auto; } }
    .p-top-feature__label::after {
      content: counter(feature,decimal-leading-zero);
      color: #FFF9F3;
      font-size: 6rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0;
      position: absolute;
      top: -1.8rem;
      right: 14rem; }
  .p-top-feature__img {
    width: 100%;
    aspect-ratio: 340 / 195;
    overflow: hidden;
    flex-shrink: 0; }
    .p-top-feature__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .p-top-feature__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 2.2rem 2.2rem 3.2rem; }
    .p-top-feature__body .btn {
      width: fit-content;
      margin: auto auto 0; }
    @media screen and (max-width: 960px) {
      .p-top-feature__body {
        padding: 2rem 1.5rem; } }
  .p-top-feature__ttl {
    color: #835F27;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 128%;
    letter-spacing: 0;
    border-bottom: 1px solid #835F27;
    padding-bottom: 2.4rem; }
    @media screen and (max-width: 960px) {
      .p-top-feature__ttl {
        font-size: 1.8rem;
        padding-bottom: 1.4rem; } }
  .p-top-feature__txt {
    color: #535353;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 166%;
    letter-spacing: 0;
    padding-top: 2.4rem;
    padding-bottom: 1.4rem; }
    .p-top-feature__txt.gp-01 {
      letter-spacing: 0; }
    .p-top-feature__txt.vz-01 {
      padding-bottom: 2rem;
      letter-spacing: -0.09rem; }
    @media screen and (max-width: 960px) {
      .p-top-feature__txt {
        font-size: 1.5rem;
        line-height: 185%;
        letter-spacing: .05rem;
        padding-top: 1.4rem; }
        .p-top-feature__txt.vz-02 {
          padding-bottom: 0; } }

.text__bottom {
  overflow: hidden; }

.text__bottom-track {
  display: flex;
  width: max-content;
  animation: textMarquee 40s linear infinite; }

.text__bottom p {
  color: #F0E0C6;
  white-space: nowrap;
  margin-top: 2.5rem;
  padding-right: 4rem;
  color: #F0E0C6;
  font-size: 14rem;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.7rem; }

@keyframes textMarquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
.p-top-medical {
  background: linear-gradient(180deg, #f4f1ef 0%, rgba(244, 241, 239, 0) 100%) no-repeat top left/100% 83.5rem, url(assets/img/info-bg01.png) no-repeat top left/100% 83.5rem;
  position: relative;
  padding: 12rem 0 3rem 0;
  z-index: 2; }
  .p-top-medical::before {
    content: "";
    position: absolute;
    width: 18.6rem;
    height: 29.2rem;
    background: url(assets/img/icon_medical21.png) no-repeat center/contain;
    bottom: -4.7rem;
    left: 0;
    z-index: 1; }
  .p-top-medical::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 9.9rem;
    background: url(assets/img/line_medical.png) no-repeat center top/contain;
    top: 0;
    left: 0;
    z-index: -1; }
  .p-top-medical__container__body {
    margin-top: 11rem;
    background: url(assets/img/bg_medical01.jpg) no-repeat center/cover;
    position: relative;
    z-index: 0; }
    .p-top-medical__container__body:before {
      content: "";
      position: absolute;
      width: 25.3rem;
      height: 26.8rem;
      background: url(assets/img/icon_medical18.png) no-repeat center/contain;
      bottom: 0;
      right: 0; }
  .p-top-medical__container.vz-02 .p-top-medical__container__body {
    flex-direction: row-reverse;
    background: url(assets/img/bg_medical03.jpg) no-repeat center/cover;
    margin-top: 9rem; }
    .p-top-medical__container.vz-02 .p-top-medical__container__body:before {
      content: "";
      position: absolute;
      width: 25.2rem;
      height: 26.8rem;
      background: url(assets/img/icon_medical19.png) no-repeat center/contain;
      bottom: 0;
      left: 0;
      right: auto; }
  .p-top-medical__container.vz-02 .p-top-medical__image {
    flex-direction: row-reverse;
    width: 99.4rem; }
  .p-top-medical__container.vz-02 .p-top-medical__label {
    writing-mode: vertical-rl; }
    .p-top-medical__container.vz-02 .p-top-medical__label strong {
      position: relative;
      top: 5.5rem;
      font-weight: 300; }
  .p-top-medical__container.vz-02 .p-top-medical__content {
    padding-right: 11rem;
    padding-left: 0;
    width: calc(100% - 99.4rem); }
  .p-top-medical__container.vz-02 .p-top-medical__image .img {
    width: calc(100% - 12.8rem); }
    .p-top-medical__container.vz-02 .p-top-medical__image .img img {
      border-radius: 2rem 0 0 2rem; }
  .p-top-medical__container.vz-02 .p-top-medical__label {
    background: #835F27;
    width: 12.8rem;
    overflow: hidden; }
  .p-top-medical__container.vz-02 .p-top-medical__label::before {
    background-image: url(assets/img/icon_medical06.png);
    width: 12.4rem; }
  .p-top-medical__container.vz-02 .p-top-medical__card.dh-01 {
    padding: 1.6rem 0 1.8rem; }
  .p-top-medical__container.vz-02 .p-top-medical__menu {
    max-width: 43.4rem; }
  .p-top-medical__container.vz-02 .p-top-medical__list {
    flex: 0 0 calc((43.4rem - 2rem) / 2);
    max-width: calc((43.4rem - 2rem) / 2); }
  .p-top-medical__container.vz-02 .p-top-medical__card {
    min-height: 13rem;
    display: inline-grid; }
  .p-top-medical__container.vz-02 .p-top-medical__icon {
    margin-left: auto;
    margin-right: auto; }
    .p-top-medical__container.vz-02 .p-top-medical__icon.dh-02 {
      margin-bottom: 1.2rem; }
  .p-top-medical__container.vz-02 .p-top-medical__card-title.dh-03 {
    padding-bottom: 2.2rem; }
  .p-top-medical__container.vz-03 .p-top-medical__container__body {
    background: url(assets/img/bg_medical04.jpg) no-repeat center/cover; }
  .p-top-medical__container.vz-03 .p-top-medical__content {
    max-width: 67.4rem; }
  .p-top-medical__container.vz-03 .p-top-medical__list:nth-child(n + 5) {
    transform: translateX(8rem); }
  .p-top-medical__container.vz-03 .p-top-medical__bg {
    background: url(assets/img/bg_medical05.jpg) no-repeat center/cover;
    max-width: 150.7rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
    border-radius: 0 1rem 0 1rem;
    box-shadow: -0.9rem 0 0 #EBCEA1, .9rem 0 0 #EBCEA1; }
    .p-top-medical__container.vz-03 .p-top-medical__bg::before {
      content: "";
      position: absolute;
      width: 16.8rem;
      height: 8.8rem;
      background: url(assets/img/icon_medical20.png) no-repeat center/contain;
      top: 56%;
      left: 16.3rem;
      z-index: 1; }
    .p-top-medical__container.vz-03 .p-top-medical__bg::after {
      content: "";
      position: absolute;
      width: 30rem;
      height: 13.1rem;
      background: url(assets/img/medical_icon01.png) no-repeat center/contain;
      bottom: -2rem;
      right: 5rem;
      z-index: -1; }
  .p-top-medical__container.vz-03 .p-top-medical__menu {
    margin-top: 3rem;
    padding: 4.4rem 0 4.4rem 0; }
  .p-top-medical__image {
    width: 100rem;
    margin-top: -6.5rem;
    margin-bottom: 6.5rem; }
    .p-top-medical__image .img {
      width: calc(100% - 13.5rem); }
      .p-top-medical__image .img img {
        border-radius: 0 2rem 2rem 0;
        width: 100%; }
  .p-top-medical__content {
    width: calc(100% - 100rem);
    padding-left: 11rem;
    max-width: 66.4rem;
    padding-top: 7rem; }
  .p-top-medical__label {
    color: #FFF9F3;
    font-size: 4rem;
    font-weight: 300;
    line-height: 88%;
    letter-spacing: 0.4rem;
    background: #D4B37F;
    writing-mode: vertical-lr;
    width: 13.5rem;
    position: relative;
    z-index: 0;
    padding-left: .5rem;
    padding-top: 2.3rem; }
    .p-top-medical__label::before {
      content: "";
      position: absolute;
      width: 13.5rem;
      height: 25.6rem;
      background: url(assets/img/icon_medical01.png) no-repeat center/contain;
      bottom: 0;
      right: 0; }
  .p-top-medical__title {
    color: #835F27;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 128%;
    letter-spacing: 0;
    border-bottom: 1px solid #835F27;
    padding-bottom: 4rem; }
    @media screen and (max-width: 960px) {
      .p-top-medical__title {
        font-size: 2.5rem;
        padding-bottom: 2rem; } }
  .p-top-medical__text {
    color: #585858;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 167%;
    letter-spacing: 0;
    padding-top: 4rem;
    padding-bottom: 3.2rem; }
    @media screen and (max-width: 960px) {
      .p-top-medical__text {
        font-size: 1.5rem;
        line-height: 185%;
        letter-spacing: .05rem;
        padding-top: 2rem; } }
  .p-top-medical__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    max-width: 89rem;
    margin: 2.4rem auto 0;
    padding: 0;
    list-style: none; }
  .p-top-medical__list {
    display: flex;
    flex: 0 0 calc((89rem - 6rem) / 4);
    max-width: calc((89rem - 6rem) / 4); }
    .p-top-medical__list:nth-child(4n + 1) .p-top-medical__card, .p-top-medical__list:nth-child(4n + 3) .p-top-medical__card {
      background: #D4B37F; }
    .p-top-medical__list:nth-child(4n + 1) .p-top-medical__card-title::before, .p-top-medical__list:nth-child(4n + 3) .p-top-medical__card-title::before {
      background: #EBCEA1; }
    .p-top-medical__list:nth-child(4n + 2) .p-top-medical__card, .p-top-medical__list:nth-child(4n + 4) .p-top-medical__card {
      background: #EBCEA1; }
    .p-top-medical__list:nth-child(4n + 2) .p-top-medical__card-title::before, .p-top-medical__list:nth-child(4n + 4) .p-top-medical__card-title::before {
      background: #D4B37F; }
    .p-top-medical__list:nth-child(8n + 5) .p-top-medical__card, .p-top-medical__list:nth-child(8n + 7) .p-top-medical__card {
      background: #EBCEA1; }
    .p-top-medical__list:nth-child(8n + 5) .p-top-medical__card-title::before, .p-top-medical__list:nth-child(8n + 7) .p-top-medical__card-title::before {
      background: #D4B37F; }
    .p-top-medical__list:nth-child(8n + 6) .p-top-medical__card, .p-top-medical__list:nth-child(8n + 8) .p-top-medical__card {
      background: #D4B37F; }
    .p-top-medical__list:nth-child(8n + 6) .p-top-medical__card-title::before, .p-top-medical__list:nth-child(8n + 8) .p-top-medical__card-title::before {
      background: #EBCEA1; }
    .p-top-medical__list:hover .p-top-medical__card {
      background: #FFF2E4; }
      .p-top-medical__list:hover .p-top-medical__card::before {
        border-top-color: #D4B37F; }
      .p-top-medical__list:hover .p-top-medical__card::after {
        border-bottom-color: #D4B37F; }
    .p-top-medical__list:hover .p-top-medical__card-title::before {
      background: #D4B37F; }
  .p-top-medical__card {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    min-height: 20.7rem;
    padding: 1.6rem 1.8rem 1.8rem;
    background: #D4B37F;
    border-radius: 0 1rem 0 1rem;
    text-decoration: none;
    overflow: visible;
    transition: 0.35s all;
    border-bottom: 3px solid #FFF2E4; }
    .p-top-medical__card::before {
      content: "";
      position: absolute;
      top: .7rem;
      left: .7rem;
      width: 0;
      height: 0;
      border-top: 1.8rem solid #fff;
      border-right: 1.8rem solid transparent;
      z-index: 2; }
    .p-top-medical__card::after {
      content: "";
      position: absolute;
      right: .7rem;
      bottom: .7rem;
      width: 0;
      height: 0;
      border-bottom: 1.8rem solid #fff;
      border-left: 1.8rem solid transparent;
      z-index: 2; }
  .p-top-medical__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.1rem;
    height: 8.1rem;
    margin-bottom: 2.2rem;
    border-radius: 50%;
    background: #fff;
    position: relative; }
    .p-top-medical__icon::before {
      content: "";
      position: absolute;
      inset: -0.5rem;
      border: 1px solid #F1E2CB;
      border-radius: 50%; }
    .p-top-medical__icon img {
      display: block;
      width: 4.4rem;
      height: 4.7rem; }
  .p-top-medical__card-title {
    position: relative;
    display: block;
    width: 100%;
    color: #585858;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 167%;
    letter-spacing: 0;
    padding-bottom: 4.2rem;
    text-align: center; }
    @media screen and (max-width: 960px) {
      .p-top-medical__card-title {
        font-size: 1.5rem;
        line-height: 185%; } }
    .p-top-medical__card-title::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -0.8rem;
      width: 2.3rem;
      height: 2.3rem;
      border-radius: 50%;
      background: #D4B37F;
      transform: translateX(-50%); }
    .p-top-medical__card-title::after {
      content: "";
      position: absolute;
      left: 47%;
      bottom: -0.4rem;
      width: .7rem;
      height: .7rem;
      transform: translateY(-50%) rotate(45deg);
      border-top: 1px solid #FFFFFF;
      border-right: 1px solid #FFFFFF; }
  .p-top-medical__badge {
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 214%;
    letter-spacing: 0;
    position: absolute;
    top: -3.8rem;
    right: -4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.7rem;
    height: 8.7rem;
    border-radius: 50%;
    background: #D4B37F;
    text-align: center;
    white-space: nowrap;
    z-index: 4; }
    .p-top-medical__badge::before {
      content: "";
      position: absolute;
      inset: -0.5rem;
      border: 1px solid #F1E2CB;
      border-radius: 50%; }
    .p-top-medical__badge::after {
      content: "";
      position: absolute;
      width: 8rem;
      height: 8rem;
      background: url(assets/img/circle-feature01.png) no-repeat center/contain;
      top: 50%;
      left: 50%;
      transform: translate(-49%, -49%);
      z-index: -1; }
      @media screen and (max-width: 960px) {
        .p-top-medical__badge::after {
          width: 5.2rem;
          height: 5.2rem;
          transform: translate(-50%, -51%); } }
      @media screen and (max-width: 767px) {
        .p-top-medical__badge::after {
          transform: translate(-49%, -49%); } }

.p-top-medical__card-title::before {
  background: #EBCEA1; }

.p-top-medical__card:nth-child(even) .p-top-medical__card-title::before {
  background: #D4B37F; }

@media (max-width: 1440px) and (min-width: 960.5px) {
  .p-top-greeting {
    background-position: bottom left 20rem, bottom left; }

  .p-top-feature__label::after {
    right: 4rem; }

  .p-top-feature__ttl {
    font-size: 2.8rem; }

  .p-top-medical__badge::after {
    width: 6.3rem;
    height: 6, 3rem; }

  .p-top-medical::after {
    top: -1.1rem; }
  .p-top-medical__container__body {
    margin-top: 8rem; }
  .p-top-medical__container.vz-02 .p-top-medical__content {
    padding-right: 4rem; }
  .p-top-medical__container.vz-02 .p-top-medical__label {
    width: 10.2rem; }
  .p-top-medical__container.vz-02 .p-top-medical__menu {
    max-width: 36rem; }
  .p-top-medical__container.vz-02 .p-top-medical__list {
    flex: 0 0 calc((36rem - 2rem) / 2);
    max-width: calc((36rem - 2rem) / 2); }
  .p-top-medical__container.vz-03 .p-top-medical__image {
    width: 80rem; }
  .p-top-medical__container.vz-03 .p-top-medical__content {
    width: calc(100% - 80rem);
    max-width: 56rem; }
  .p-top-medical__image {
    width: 80rem;
    margin-top: -5.2rem;
    margin-bottom: 8.2rem; }
  .p-top-medical__content {
    width: calc(100% - 80rem);
    max-width: 55rem;
    padding-left: 7rem;
    padding-top: 5.6rem; }
  .p-top-medical__label {
    width: 10.8rem;
    padding-top: 1.8rem;
    font-size: 3.2rem; }
    .p-top-medical__label::before {
      width: 13rem;
      height: 24.6rem; }
  .p-top-medical__title {
    font-size: 2.8rem;
    padding-bottom: 3.2rem; }
  .p-top-medical__text {
    font-size: 1.5rem;
    padding-top: 3.2rem;
    padding-bottom: 2.6rem; }
  .p-top-medical__menu {
    max-width: 72rem;
    margin-top: 4rem; }
  .p-top-medical__list {
    flex: 0 0 calc((72rem - 6rem) / 4);
    max-width: calc((72rem - 6rem) / 4); }
  .p-top-medical__card {
    min-height: 17rem;
    padding: 1.3rem 1.4rem 1.5rem; }
  .p-top-medical__icon {
    width: 6.6rem;
    height: 6.6rem;
    margin-bottom: 1.8rem; }
    .p-top-medical__icon img {
      width: 3.6rem;
      height: 3.8rem; }
  .p-top-medical__card-title {
    font-size: 1.5rem;
    padding-bottom: 3.4rem; }
  .p-top-medical__badge {
    top: -3rem;
    right: -3rem;
    width: 7rem;
    height: 7rem;
    font-size: 1.1rem; }
  .p-top-medical__bg {
    max-width: 120rem; }
    .p-top-medical__bg::before {
      width: 13.5rem;
      height: 7rem;
      left: 13rem; }
    .p-top-medical__bg::after {
      width: 24rem;
      height: 10.5rem; }

  .p-top-medical__image .img img {
    width: 68.5rem; }

  .p-top-medical__container.vz-02 .p-top-medical__label::before {
    width: 9.4rem; }

  .p-top-medical__container.vz-02 .p-top-medical__container__body:before {
    width: 13.2rem;
    height: 13.8rem; }

  .p-top-medical__container__body:before {
    width: 16.2rem;
    height: 15.8rem; }

  .p-top-medical__container.vz-03 .p-top-medical__bg {
    max-width: 126rem; }

  .p-top-medical::before {
    width: 8.6rem;
    height: 17.2rem; }

  .p-top-medical__container.vz-03 .p-top-medical__bg::after {
    bottom: -4rem;
    right: 2rem; }

  .p-top-medical__container.vz-02 .p-top-medical__image {
    width: 80rem; } }
@media (max-width: 960px) {
  .box_column {
    padding-left: 0; }

  .p-column__list {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 3rem;
    margin-top: 0; }

  .p-title::after {
    font-size: 6rem;
    letter-spacing: 1rem;
    -webkit-text-stroke: 1px rgba(241, 226, 203, 0.6); }

  .circle-btn {
    width: 25rem;
    height: 5rem;
    padding-right: 0;
    font-size: 1.5rem; }
    .circle-btn::before {
      width: 2.8rem;
      height: 2.8rem; }
    .circle-btn::after {
      right: 2.2rem; }

  .p-top-greeting::after {
    display: none; }

  .p-top-greeting {
    padding-top: 3rem;
    background-size: 5.6rem, 100%;
    background-position: bottom left 0; }

  .p-top-greeting--profile::before {
    width: 9.8rem;
    height: 8.8rem;
    top: -17rem; }

  .p-top-greeting--profile::after {
    width: 11rem;
    height: 7.1rem;
    top: -16rem; }

  .p-top-greeting--profile__img {
    width: 100%; }

  .p-top-greeting--profile__card {
    width: 100%;
    order: 1;
    padding-top: 0; }
    .p-top-greeting--profile__card--img {
      display: block;
      padding-bottom: 2rem; }
    .p-top-greeting--profile__card.vz-01 {
      order: 2;
      padding-top: 3rem;
      padding-left: 0;
      padding-bottom: 2rem; }

  .p-top-greeting--profile__img {
    order: 3; }
    .p-top-greeting--profile__img img {
      display: none; }

  .p-top-greeting--profile__title {
    font-size: 2.5rem;
    padding-bottom: 1.5rem; }

  .btn_group {
    gap: 2rem; }

  .p-top-feature {
    padding-top: 3rem; }
    .p-top-feature::after {
      display: none; }
    .p-top-feature__list {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
      margin-top: 3.2rem; }
    .p-top-feature__item:nth-child(2), .p-top-feature__item:nth-child(5) {
      transform: none; }

  .p-top-feature__label::after {
    font-size: 5rem;
    top: -1.1rem;
    right: 4rem; }

  .p-top-feature__head::before {
    width: 5.6rem;
    left: 2.5rem; }

  .text__bottom p {
    font-size: 4rem;
    letter-spacing: 0;
    margin-bottom: 2.5rem; }

  .p-top-medical {
    padding-bottom: 0;
    padding-top: 4rem; }
    .p-top-medical::after {
      top: -4rem; }

  .p-top-medical__label {
    writing-mode: horizontal-tb;
    font-size: 3rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    padding-top: 0;
    margin-bottom: 1rem;
    width: 100%; }
    .p-top-medical__label::before {
      display: none; }

  .p-top-medical__image {
    width: 100%;
    margin-bottom: 2.5rem; }

  .p-top-medical__content {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 3rem;
    max-width: 100%; }

  .p-top-medical__image .img {
    width: 100%; }

  .p-top-medical__container.vz-02 .p-top-medical__image .img {
    width: 100%; }

  .p-top-medical__container.vz-03 .p-top-medical__content {
    max-width: 100%; }

  .p-top-medical__image .img img {
    border-radius: 1rem; }

  .p-top-medical__container__body {
    padding: 0 1.5rem 0 1.5rem;
    margin-top: 7rem; }

  .p-top-medical__container.vz-02 .p-top-medical__container__body,
  .p-top-medical__container.vz-03 .p-top-medical__container__body {
    margin-top: 11rem;
    flex-direction: row; }

  .p-top-medical__container.vz-02 .p-top-medical__image .img img,
  .p-top-medical__container.vz-02 .p-top-medical__image .img img {
    border-radius: 1rem; }

  .p-top-medical__container__body:before {
    width: 6.2rem;
    height: 5.8rem; }

  .p-top-medical__list {
    flex: 0 0 calc((40rem - 6rem) / 2); }

  .p-top-medical__menu {
    max-width: 100%; }

  .p-top-medical__menu {
    gap: 1rem;
    margin-top: 3rem; }

  .p-top-medical__badge {
    right: -0.8rem;
    top: -0.8rem;
    width: 5.7rem;
    height: 5.7rem;
    font-size: 1rem; }

  .p-top-medical__icon {
    width: 6rem;
    height: 6rem; }

  .p-top-medical__container.vz-02 .p-top-medical__label {
    width: 100%;
    writing-mode: horizontal-tb;
    line-height: 110%; }
    .p-top-medical__container.vz-02 .p-top-medical__label strong {
      top: 0; }

  .p-top-medical__container.vz-02 .p-top-medical__content {
    padding-right: 0; }

  .p-top-medical__container.vz-02 .p-top-medical__container__body:before {
    width: 6.2rem;
    height: 6.8rem; }

  .p-top-medical__container.vz-02 .p-top-medical__menu {
    max-width: 100%; }

  .p-top-medical__container.vz-02 .p-top-medical__list {
    flex: 0 0 calc((36.4rem - 2rem) / 2); }

  .p-top-medical__container.vz-02 .p-top-medical__content {
    width: 100%;
    max-width: 100%; }

  .p-top-medical__container.vz-03 .p-top-medical__list:nth-child(n + 5) {
    transform: none; }

  .p-top-medical__container.vz-03 .p-top-medical__bg::before, .p-top-medical__container.vz-03 .p-top-medical__bg::after {
    display: none; }

  .p-top-medical::before {
    width: 3.6rem;
    height: 10.2rem;
    bottom: -2rem; }

  .p-top-medical__icon img {
    width: 3.4rem;
    height: 3.7rem; }

  .p-top-medical__card {
    min-height: 16rem;
    padding: 1.5rem; } }
@media (max-width: 767px) {
  .p-top-feature__list {
    grid-template-columns: 1fr;
    margin-top: 0; } }
.p-title.vz-02::after {
  font-size: 10rem;
  letter-spacing: .5rem; }
  @media screen and (max-width: 960px) {
    .p-title.vz-02::after {
      font-size: 4rem; } }

.p-title.vz-03::after {
  -webkit-text-stroke: 1px #FFF9F3; }
  @media screen and (max-width: 960px) {
    .p-title.vz-03::after {
      font-size: 4rem; } }

.p-top_info {
  padding-top: 9rem;
  padding-bottom: 11rem;
  background: #FFF9F3 url(assets/img/info-bg01.png) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0; }
  .p-top_info::after {
    content: "";
    position: absolute;
    width: 32.6rem;
    height: 29.2rem;
    background: url(assets/img/icon-info.png) no-repeat center bottom/contain;
    left: 0;
    bottom: 1.5rem;
    z-index: -2; }
  .p-top_info__head {
    border-bottom: #835F27 solid 1px; }
    .p-top_info__head .p-title {
      padding-bottom: 3.7rem; }
  .p-top_info__gp {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem; }
    .p-top_info__gp--item {
      width: calc((100% - 4.001rem) / 2); }
      @media screen and (max-width: 960px) {
        .p-top_info__gp--item {
          width: 100%; } }
  .p-top_info .p-footer__clinic-table {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2rem; }
    .p-top_info .p-footer__clinic-table dl:nth-child(2) {
      padding-bottom: .5rem; }
    .p-top_info .p-footer__clinic-table__main {
      margin-bottom: .7rem; }
  .p-top_info .p-footer__clinic-notes {
    padding-bottom: .8rem; }
  .p-top_info__gp--item:last-child .p-top_info__head {
    margin-bottom: 3.3rem; }
  .p-top_info__sign {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin-bottom: 2rem; }
    .p-top_info__sign .item {
      width: 12.1rem;
      height: 12.1rem;
      border: 1px solid #F1E2CB;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 0; }
      .p-top_info__sign .item::before {
        content: "";
        position: absolute;
        width: 11.1rem;
        height: 11.1rem;
        background: #F1E2CB;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1; }
      .p-top_info__sign .item p {
        color: #585858;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 125%;
        letter-spacing: 0;
        text-align: center;
        position: relative;
        z-index: 0;
        padding-top: 3.8rem; }
        .p-top_info__sign .item p .p-bold {
          font-weight: bold; }
        .p-top_info__sign .item p::before {
          content: "";
          position: absolute;
          width: 3.2rem;
          height: 3.2rem;
          background: url(assets/img/info-img01.png) no-repeat center/contain;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          z-index: -1; }
      .p-top_info__sign .item:nth-child(2) p {
        padding-top: 4.4rem; }
      .p-top_info__sign .item:nth-child(2) p::before {
        width: 4rem;
        height: 4rem;
        background: url(assets/img/info-img02.png) no-repeat center/contain; }
      .p-top_info__sign .item:last-child p::before {
        width: 3.4rem;
        height: 3.4rem;
        background: url(assets/img/info-img03.png) no-repeat center/contain; }
  .p-top_info__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem; }

.p-news__list {
  height: 35.1rem;
  margin-top: 1.3rem;
  margin-bottom: 6.8rem;
  padding-right: 3.5rem; }
  .p-news__list li {
    border-bottom: #B5B4A8 solid 1px; }
    .p-news__list li a {
      display: flex;
      flex-wrap: wrap;
      padding: 2.3rem 0 2.2rem; }
      .p-news__list li a .item {
        color: #585858;
        font-size: var(--size-p);
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0; }
        .p-news__list li a .item.contents {
          width: 100%;
          margin-top: 1.6rem; }
        .p-news__list li a .item.date {
          color: #D4B37F;
          width: 10rem; }
        .p-news__list li a .item.title {
          width: calc(100% - 10rem);
          font-weight: 500; }
  .p-news__list.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
    top: 5.3rem;
    bottom: 2.1rem; }
  .p-news__list.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
  .p-news__list .os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
    left: 0;
    right: 0; }
  .p-news__list.os-theme-dark > .os-scrollbar-vertical,
  .p-news__list .os-theme-light > .os-scrollbar-vertical {
    width: .5rem; }
    .p-news__list.os-theme-dark > .os-scrollbar-vertical::before,
    .p-news__list .os-theme-light > .os-scrollbar-vertical::before {
      content: "";
      position: absolute;
      width: 1px;
      height: 100%;
      left: .2rem;
      background: #D9D9D9; }
  .p-news__list.os-theme-dark > .os-scrollbar,
  .p-news__list .os-theme-light > .os-scrollbar {
    padding: 0;
    background: transparent; }
  .p-news__list.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: #D4B37F;
    height: 2.7rem !important; }

.p-top_trouble {
  background: #F1E2CB;
  position: relative;
  z-index: 3;
  padding: 8.5rem 0 2.5rem; }
  .p-top_trouble::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 39.3rem;
    background-image: url(assets/img/icon-trouble05.png), url(assets/img/icon-trouble06.png);
    background-position: top left, top right;
    background-repeat: no-repeat;
    background-size: contain;
    top: -5.2rem;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 960px) {
      .p-top_trouble::before {
        display: none; } }
  .p-top_trouble::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5.2rem;
    background: url(assets/img/bg-info.png) no-repeat center bottom/contain;
    left: 0;
    top: -5.2rem;
    z-index: -2; }
  .p-top_trouble .p-title.vz-03 {
    margin-bottom: 1.8rem; }
  .p-top_trouble-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem; }
  .p-top_trouble-item {
    width: calc((100% - 8rem) / 5); }
    .p-top_trouble-item a {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: #FFF9F3;
      border-radius: 0 1rem 0 1rem;
      border-bottom: 4px solid #D4B37F;
      padding: 3.5rem 1rem 2.2rem 1rem;
      position: relative;
      z-index: 0;
      transition: all .35s; }
      .p-top_trouble-item a::before {
        content: "";
        position: absolute;
        width: 2.3rem;
        height: 2.3rem;
        background: #D4B37F;
        clip-path: polygon(100% 0, 100% 100%, 0 100%);
        bottom: .6rem;
        right: .6rem;
        z-index: -1; }
      .p-top_trouble-item a:hover {
        background: #FFF2E4; }
      .p-top_trouble-item a .text {
        text-align: justify;
        color: #585858;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 167%;
        letter-spacing: 0;
        min-height: 10.1rem;
        display: flex;
        justify-content: center;
        align-items: center; }
        .p-top_trouble-item a .text.tn-02 {
          letter-spacing: -0.23rem; }
  .p-top_trouble-icon {
    position: absolute;
    bottom: -8.4rem;
    right: 6.8rem;
    z-index: 0; }
    .p-top_trouble-icon img {
      width: 100%;
      object-fit: contain; }

@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-news__list li a .item.title,
  .p-news__list li a .item.contents {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }

  .p-top_trouble-icon {
    bottom: -6.7rem;
    right: 5.8rem;
    width: 16rem; }

  .p-top_trouble::before {
    height: 26.3rem;
    top: -1.2rem; } }
@media (max-width: 960px) {
  .p-top_info {
    padding-top: 4rem;
    padding-bottom: 6rem; }
    .p-top_info .p-title::after {
      top: 34%; }

  .p-top_info::after {
    width: 6.6rem;
    height: 6.2rem; }

  .p-top_trouble {
    padding: 3.5rem 0 2.5rem; }
    .p-top_trouble .p-title__jp {
      font-size: 2.4rem; }
    .p-top_trouble .p-title.vz-03::after {
      font-size: 6rem; }
    .p-top_trouble-list {
      gap: 1rem; }
    .p-top_trouble-item {
      width: calc((100% - 1rem) / 2); }
      .p-top_trouble-item a {
        padding: 1.5rem .5rem 2.2rem .5rem; }
        .p-top_trouble-item a .text {
          font-size: 1.5rem; }
    .p-top_trouble-icon {
      display: none; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-top_info .p-footer__clinic-table__caption {
    padding: 5.28rem .55rem; }

  .p-top_trouble-list {
    gap: 1.5rem; }
  .p-top_trouble-item {
    width: calc((100% - 3rem) / 3); }
    .p-top_trouble-item a {
      padding: 1.5rem 1.5rem 2.2rem 1.5rem; } }
@media (max-width: 767px) {
  .p-news__list {
    height: 20.1rem;
    margin-bottom: 2.8rem;
    padding-right: 2.5rem; }

  .p-news__list li a .item.title,
  .p-news__list li a .item.contents {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .p-news__list li a .item.date {
    width: 8rem; }
  .p-news__list li a .item.contents {
    margin-top: 0.5rem; }

  .p-top_info__gp {
    gap: 6rem; }
  .p-top_info .p-footer__clinic-table__caption {
    padding: 4.25rem 0; }

  .p-top_info__sign {
    gap: 1rem; }

  .p-top_info__sign .item {
    width: 11.1rem;
    height: 11.1rem;
    align-items: flex-end;
    padding-bottom: 2rem; }
    .p-top_info__sign .item::before {
      width: 9.9rem;
      height: 9.9rem; }
    .p-top_info__sign .item p {
      font-size: 1.5rem;
      padding-top: 3rem; }
      .p-top_info__sign .item p::before {
        width: 2.5rem;
        height: 2.5rem; }
    .p-top_info__sign .item:nth-child(2) p {
      padding-top: 4rem; }
      .p-top_info__sign .item:nth-child(2) p::before {
        width: 3.5rem;
        height: 3.5rem; }
    .p-top_info__sign .item:last-child p {
      padding-top: 3rem; }
      .p-top_info__sign .item:last-child p::before {
        width: 2.5rem;
        height: 2.5rem; } }

/*# sourceMappingURL=style.css.map */
