@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&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, 14px);
  --size-p-18: max(1.8rem, 14px);
  --size-small: max(1.4rem, 12px);
  --size-h1: max(4rem, 24px);
  --size-h2: max(3rem, 22px);
  --size-h3: max(2.5rem, 20px);
  --size-h4: max(2rem, 18px);
  --size-h5: max(1.8rem, 14px);
  --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, 11.8px);
      --size-p-18: max(1.8rem, 14px);
      --size-h1: max(2.4rem, 18px);
      --size-h2: max(2.2rem, 17px);
      --size-h3: max(2rem, 16px);
      --size-h4: max(1.8rem, 15px);
      --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: "Shippori Mincho", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: var(--size-p);
  color: #222222;
  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: #222222; }

.u-text-primary {
  color: #CE9E19; }

.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
   ========================================================================== */
.p-seo-h1 {
  background: #CE9E19;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1rem;
  margin: 0;
  letter-spacing: 0.1rem;
  line-height: 120%; }
  @media screen and (max-width: 767px) {
    .p-seo-h1 {
      font-size: 1.3rem;
      padding: 0.75rem 1rem;
      line-height: 140%; } }

body.is-menu-open .p-header {
  top: 0 !important; }

.site-header {
  position: relative;
  z-index: 110;
  height: 10rem; }
  @media screen and (max-width: 960px) {
    .site-header {
      padding: 1.2rem 1.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: #222222;
    text-decoration: none; }
    @media (hover: hover) {
      .site-title a:hover {
        opacity: 0.7; } }

.p-header {
  position: fixed;
  top: 3.9rem;
  left: 0;
  z-index: 50;
  width: 100%;
  padding: 1.4rem 3rem;
  background: #fff;
  transition: all 0.35s; }
  .p-header.vz-02 {
    border-bottom: 1px solid #FFF !important; }
  .p-header__left img {
    width: 24rem;
    border-radius: 0; }
  .p-header__gp {
    position: relative; }
  .p-header__local p {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    position: absolute;
    top: -0.6rem;
    right: 2.7rem; }
    @media screen and (max-width: 960px) {
      .p-header__local p {
        display: none; } }
  .p-header__menu li {
    padding: 1.7rem 2rem; }
    .p-header__menu li a {
      transition: all 0.35s;
      color: #222;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.16rem; }
      .p-header__menu li a:hover {
        color: #d0a62e; }
    .p-header__menu li.vz-tel a {
      font-size: 2.5rem;
      font-family: "Shippori Mincho", serif;
      position: relative;
      padding-left: 3rem;
      letter-spacing: .25rem; }
      .p-header__menu li.vz-tel a::before {
        content: "";
        position: absolute;
        width: 2rem;
        height: 2rem;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-mask: url(assets/img/tel-icon01.png) center/100% no-repeat;
        mask: url(assets/img/tel-icon01.png) center/100% no-repeat;
        background: #222;
        transition: all 0.35s; }
      .p-header__menu li.vz-tel a:hover::before {
        background: #d0a62e; }
    .p-header__menu li.current_page_item a, .p-header__menu li.current-menu-parent a {
      color: #d0a62e; }
  .p-header.vz-01 {
    opacity: 0;
    pointer-events: none; }

@media (min-width: 960.5px) {
  .p-header.vz-02.is-open .p-header__gp {
    display: none; }
  .p-header.vz-02 .p-header__local p {
    color: #222; }
  .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: 0;
    top: 100%;
    transition: all 0.3s ease;
    width: 33rem; }
    .p-header__menu li .sub-menu::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 1.8rem);
      left: 0;
      bottom: 0;
      z-index: -1;
      background: #ce9e19; }
    .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.9rem);
      padding: 5rem 10rem !important; }
      .p-header__menu li.vz-02 .sub-menu::before {
        left: 0;
        bottom: 0;
        z-index: -1; }
      .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: 1.8rem 0 0; }

  .home .site-header {
    height: auto; }
  .home .p-header.vz-01 {
    background: transparent;
    padding: 0 3rem 0 6rem; }
    .home .p-header.vz-01 .p-header__left img {
      width: 18.7rem; }
    .home .p-header.vz-01 .p-header__right {
      padding-top: 1.3rem; }
    .home .p-header.vz-01 .p-header__menu > li {
      padding: 1.7rem 2.55rem; }
      .home .p-header.vz-01 .p-header__menu > li.vz-tel {
        margin-left: 1rem; }
    .home .p-header.vz-01 .c-hamburger {
      margin-left: 4.2rem; }
  .home .p-header:not(.active):not(.is-open) .c-hamburger__line {
    background: #fff; }
  .home .p-header:not(.active):not(.is-open) .p-header__menu li a:not(:hover) {
    color: #fff; }
  .home .p-header:not(.active):not(.is-open) .p-header__menu li.vz-tel a:not(:hover)::before {
    background: #fff; }
  .home .p-header:not(.active):not(.is-open) .p-header__menu li.vz-02 .sub-menu {
    top: 8rem; }
  .home .p-header:not(.active):not(.is-open).vz-01 {
    opacity: 1;
    pointer-events: auto; }
  .home .p-header:not(.active):not(.is-open).vz-02 {
    opacity: 0;
    pointer-events: none; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .home .p-header.vz-01 {
    padding: 0 3rem; }
    .home .p-header.vz-01 .p-header__menu > li {
      padding: 1.7rem 2rem; }
    .home .p-header.vz-01 .c-hamburger {
      margin-left: 2rem; } }
@media (max-width: 960px) {
  .site-header {
    height: 6rem; }

  .p-header {
    padding: .25rem 1.5rem; }
    .p-header__left img {
      width: 15rem; }
    .p-header__menu {
      display: none; } }
.site-maps {
  height: 50rem;
  background: #CCC; }
  .site-maps iframe {
    width: 100%;
    height: 100%;
    border: 0; }

.p-footer {
  padding: 7.2rem 0 3rem;
  background: url(assets/img/footer-bg01.jpg) no-repeat center;
  background-size: cover; }
  .p-footer__logo {
    margin-bottom: 2rem; }
    .p-footer__logo img {
      width: 33.4rem;
      border-radius: 0; }
  .p-footer__info {
    margin-bottom: 2.4rem; }
  .p-footer__table--01 {
    margin-bottom: 3.2rem; }
    .p-footer__table--01 dl {
      display: flex; }
      .p-footer__table--01 dl dt, .p-footer__table--01 dl dd {
        color: #fff;
        font-size: var(--size-p);
        font-weight: 400;
        line-height: 200%;
        letter-spacing: 0.08rem; }
      .p-footer__table--01 dl dt {
        color: #EBD799;
        width: 12rem; }
      .p-footer__table--01 dl dd {
        width: calc(100% - 10.4rem); }
  .p-footer__schedule--table {
    max-width: 54rem;
    margin-bottom: 2rem; }
    .p-footer__schedule--table dl {
      display: grid;
      grid-template-columns: 16.5rem repeat(7, 1fr);
      border-bottom: #fff solid 1px; }
      .p-footer__schedule--table dl:first-child {
        border-bottom: 0;
        background: #fff; }
        .p-footer__schedule--table dl:first-child dt,
        .p-footer__schedule--table dl:first-child dd {
          color: #454545; }
      .p-footer__schedule--table dl dt,
      .p-footer__schedule--table dl dd {
        color: #fff;
        font-size: var(--size-p);
        font-weight: 400;
        line-height: 175%;
        letter-spacing: .12rem;
        padding: 1.1rem 0;
        position: relative; }
        .p-footer__schedule--table dl dt .close,
        .p-footer__schedule--table dl dd .close {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .p-footer__schedule--table dl dt {
        padding-left: 2rem; }
      .p-footer__schedule--table dl dd {
        text-align: center; }
  .p-footer__nav {
    grid-template-columns: repeat(2, 28rem); }
    .p-footer__nav--title {
      color: #fff;
      font-size: 3.3rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.726rem;
      font-family: "Shippori Mincho", serif;
      margin-bottom: 1rem; }
    .p-footer__nav--list {
      gap: .4rem; }
      .p-footer__nav--list li a {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.08rem;
        position: relative;
        padding-left: 2.4rem;
        transition: all 0.35s; }
        .p-footer__nav--list li a::before {
          content: "";
          position: absolute;
          width: 0.8rem;
          height: 1px;
          top: 1rem;
          left: 0;
          background: #FFF; }
        .p-footer__nav--list li a:hover {
          opacity: 0.8; }
  .p-footer__text p {
    color: #FFF;
    font-size: var(--size-p);
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0; }
  .p-footer__bottom {
    background: #15264F;
    padding: 1.6rem; }
  .p-footer__credit {
    padding-right: 3rem;
    margin-right: 3rem;
    border-right: #FFF solid 1px; }
    .p-footer__credit img {
      width: 18rem; }
  .p-footer__copy {
    color: #fff;
    font-size: var(--size-p);
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0.35rem;
    font-family: "Shippori Mincho", serif; }

.c-nav-fix {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50; }
  .c-nav-fix .c-nav-fix__item--link {
    background: #15264F;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.1rem;
    width: 5.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: sideways-rl;
    padding: 2.2rem 0;
    min-height: 17rem; }
    .c-nav-fix .c-nav-fix__item--link .item {
      background-position: center top;
      background-repeat: no-repeat;
      padding-top: 3.5rem; }
    .c-nav-fix .c-nav-fix__item--link.c-acf_web .item {
      background-image: url(assets/img/web-icon01.png);
      background-size: 2.1rem; }
    .c-nav-fix .c-nav-fix__item--link.c-acf_tel {
      background: #CE9E19; }
      .c-nav-fix .c-nav-fix__item--link.c-acf_tel .item {
        background-image: url(assets/img/tel-icon02.png);
        background-size: 2.3rem; }

.c-pagetop {
  position: fixed;
  bottom: 7rem;
  right: 3rem;
  opacity: 0;
  border: 0;
  width: 8rem;
  height: 8rem;
  background: url(assets/img/page-top.jpg) no-repeat center;
  background-size: cover;
  cursor: pointer;
  outline: none;
  transition: all 0.35s;
  z-index: 50; }
  .c-pagetop.show {
    opacity: 1; }
    .c-pagetop.show:hover {
      opacity: 0.8; }
  @media (max-width: 960px) {
    .c-pagetop {
      right: 0;
      bottom: 0;
      opacity: 1;
      font-size: 0;
      width: 6rem;
      height: 6rem;
      padding: 0;
      z-index: 120;
      position: fixed; }
      .c-pagetop.show:hover {
        opacity: 1; } }
  @media (max-width: 767px) {
    .c-pagetop {
      bottom: 0; } }

.footer-link-fix {
  position: fixed;
  bottom: 7rem;
  right: 11.5rem;
  z-index: 10; }
  .footer-link-fix li .close {
    width: 2rem;
    height: 2rem;
    background: url(assets/img/close-icon01.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -1rem;
    left: -1rem;
    cursor: pointer;
    z-index: 1;
    border-radius: 100%; }
  .footer-link-fix li a {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 32rem;
    padding: 1.5rem 4rem 2rem 4rem;
    background: url(assets/img/banner-bg01.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 0; }
    .footer-link-fix li a::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      background: #15264F;
      opacity: 0.9; }
    .footer-link-fix li a::after {
      content: "";
      position: absolute;
      width: calc(100% - .8rem);
      height: calc(100% - .8rem);
      top: .4rem;
      left: .4rem;
      z-index: -1;
      border: #fff solid 1px; }
    .footer-link-fix li a .head {
      border-bottom: #fff solid 1px;
      position: relative;
      z-index: 0;
      padding-left: 5.7rem;
      padding-bottom: 1rem;
      margin-bottom: .5rem; }
      .footer-link-fix li a .head::before {
        content: "";
        position: absolute;
        width: 5rem;
        height: 5rem;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background: url(assets/img/logo-tenjin.png) no-repeat center;
        background-size: contain; }
    .footer-link-fix li a .title {
      color: #CEA222;
      font-size: 2.6rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0;
      display: block; }
      .footer-link-fix li a .title.ja {
        letter-spacing: .3rem; }
      .footer-link-fix li a .title.en {
        font-size: 1.2rem;
        font-weight: 700; }
    .footer-link-fix li a .desc {
      color: #fff;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0;
      position: relative;
      z-index: 0;
      padding-right: 2.5rem; }
      .footer-link-fix li a .desc::before {
        content: "";
        position: absolute;
        width: 2rem;
        height: 2rem;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: #CEA222;
        border-radius: 100%;
        z-index: -1; }
      .footer-link-fix li a .desc::after {
        content: "";
        position: absolute;
        width: 0.8rem;
        height: 0.8rem;
        top: 50%;
        right: .7rem;
        transform: translateY(-50%) rotate(45deg);
        border-top: #fff solid 1px;
        border-right: #fff solid 1px; }
  .footer-link-fix li img {
    width: 32rem;
    border-radius: 0; }
  .footer-link-fix li.active {
    display: none; }

@media (min-width: 960.5px) {
  .c-nav-fix .c-acf_access {
    display: none; } }
@media (max-width: 960px) {
  .site-maps {
    height: 35rem; }

  .site-footer {
    padding-bottom: 6rem; }

  .footer-link-fix {
    right: 1.5rem; }
    .footer-link-fix li img {
      width: 20rem; }
    .footer-link-fix li a {
      width: auto;
      padding: 0.5rem 3rem 1rem 3rem; }
      .footer-link-fix li a .head {
        padding-left: 4.7rem; }
        .footer-link-fix li a .head::before {
          width: 4rem;
          height: 4rem; }
      .footer-link-fix li a .title {
        font-size: 2.3rem; }
        .footer-link-fix li a .title.en {
          font-size: 1rem; }

  .p-footer {
    padding: 6rem 0; }
    .p-footer__nav {
      display: none; }
    .p-footer__text p {
      font-size: 1.5rem; }
    .p-footer__info {
      margin-bottom: 0; }
    .p-footer__logo img {
      width: 24rem; }
    .p-footer__table--01 dl dt, .p-footer__table--01 dl dd {
      font-size: 1.5rem; }
    .p-footer__schedule--table dl dt, .p-footer__schedule--table dl dd {
      font-size: 1.5rem; }

  .c-nav-fix {
    top: auto;
    transform: initial;
    bottom: 0;
    right: auto;
    left: 0;
    display: flex;
    width: 100%;
    border-top: #FFF solid 1px; }
    .c-nav-fix__item {
      width: calc((100% - 5.901rem) / 3); }
    .c-nav-fix .c-nav-fix__item--link {
      width: 100%;
      min-height: auto;
      height: 6rem;
      writing-mode: initial;
      font-size: 1.4rem;
      letter-spacing: 0; }
      .c-nav-fix .c-nav-fix__item--link .item {
        padding-top: 2.2rem; }
      .c-nav-fix .c-nav-fix__item--link.c-acf_web .item {
        background-size: 1.7rem; }
      .c-nav-fix .c-nav-fix__item--link.c-acf_tel .item {
        background-size: 1.8rem; }
      .c-nav-fix .c-nav-fix__item--link.c-acf_access .item {
        background-image: url(assets/img/local-icon01.svg);
        background-size: 1.5rem; } }
@media (max-width: 767px) {
  .p-footer__table--01 dl dt {
    width: 9rem; }
  .p-footer__table--01 dl dd {
    width: calc(100% - 9rem); }
  .p-footer__schedule--table dl {
    grid-template-columns: 11rem repeat(7, 1fr); }
    .p-footer__schedule--table dl dt, .p-footer__schedule--table dl dd {
      letter-spacing: 0; }
    .p-footer__schedule--table dl dt {
      padding-left: 1rem; }
  .p-footer__credit {
    margin-right: 1.5rem;
    padding-right: 1.5rem; }
    .p-footer__credit img {
      width: 14rem; }
  .p-footer__copy {
    letter-spacing: .1rem; } }
[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-1540 {
  max-width: 157rem; }
.l-grid-1500 {
  max-width: 153rem; }
.l-grid-1340 {
  max-width: 137rem; }
.l-grid-1330 {
  max-width: 136rem; }
.l-grid-1320 {
  max-width: 135rem; }
.l-grid-1360 {
  max-width: 139rem; }
.l-grid-1280 {
  max-width: 131rem; }
.l-grid-1270 {
  max-width: 130rem; }
.l-grid-1240 {
  max-width: 127rem; }
.l-grid-1280 {
  max-width: 131rem; }
.l-grid-1200 {
  max-width: 123rem; }
.l-grid-1140 {
  max-width: 117rem; }

.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;
  /* Chuyển động tuyến tính */ }

.slick-list {
  overflow: hidden;
  /* Ẩn các phần slide bên ngoài */ }

.slick-track {
  display: flex; }

/* ==========================================================================
   Object - Component (c-)
   ========================================================================== */
.c-hamburger {
  position: relative;
  z-index: 110;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 0.7rem;
  width: 5.5rem;
  height: 5.5rem;
  padding: 0.5rem;
  border: 0;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-left: 2rem; }
  @media (hover: hover) {
    .c-hamburger:hover {
      opacity: 0.9; } }
  .c-hamburger__line {
    display: block;
    width: 4.5rem;
    height: 0.2rem;
    background-color: #222;
    transition: transform 0.35s ease, opacity 0.25s ease;
    transform-origin: center; }
    .c-hamburger__line:nth-child(2) {
      width: 3.5rem; }
  .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) {
    transform: translateY(-0.9rem) rotate(-45deg); }

.c-heading {
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.08rem;
  color: #CE9E19;
  font-family: "Shippori Mincho", serif; }
  .c-heading.tn-02 {
    letter-spacing: 0; }
  @media screen and (max-width: 960px) {
    .c-heading {
      letter-spacing: 0.02rem; } }
  .c-heading--frame {
    position: relative;
    padding: 2rem 3rem;
    text-align: center; }
    .c-heading--frame::before, .c-heading--frame::after {
      content: "";
      position: absolute;
      width: 2.4rem;
      height: 2.4rem;
      border: 0.2rem solid #CE9E19; }
    .c-heading--frame::before {
      top: 0;
      left: 0;
      border-right: 0;
      border-bottom: 0; }
    .c-heading--frame::after {
      bottom: 0;
      right: 0;
      border-left: 0;
      border-top: 0; }
  .c-heading--diamond {
    position: relative;
    padding-left: 3rem;
    font-family: "Shippori Mincho", serif; }
    .c-heading--diamond::before {
      content: "";
      position: absolute;
      left: 0.2rem;
      top: 2rem;
      width: 1.2rem;
      height: 1.2rem;
      background-color: #CE9E19;
      transform: translateY(-50%) rotate(45deg); }
      @media screen and (max-width: 960px) {
        .c-heading--diamond::before {
          top: 1.5rem; } }
    .c-heading--diamond::after {
      content: "";
      position: absolute;
      left: 1.8rem;
      top: 2rem;
      width: 0.6rem;
      height: 0.6rem;
      background-color: #CE9E19;
      opacity: 0.4;
      transform: translateY(-50%) rotate(45deg); }
      @media screen and (max-width: 960px) {
        .c-heading--diamond::after {
          top: 1.5rem; } }
  .c-heading--tab {
    display: inline-block;
    position: relative;
    padding: 1rem 2.4rem 1rem 3.6rem;
    background-color: #CE9E19;
    color: #fff;
    border-radius: 0.5rem;
    clip-path: polygon(1.6rem 0, 100% 0, 100% 100%, 0 100%); }
  .c-heading--center-diamond {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    text-align: center; }
    .c-heading--center-diamond::before, .c-heading--center-diamond::after {
      content: "";
      display: inline-block;
      width: 0.8rem;
      height: 0.8rem;
      background-color: #CE9E19;
      transform: rotate(45deg); }
  .c-heading--block-num {
    counter-increment: c-heading-block;
    display: flex;
    align-items: center;
    gap: 2rem; }
    .c-heading--block-num::before {
      content: counter(c-heading-block,decimal-leading-zero);
      flex-shrink: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 6rem;
      height: 6rem;
      background-color: #CE9E19;
      color: #fff;
      font-family: "Shippori Mincho", serif;
      font-size: 2.6rem;
      font-weight: 900;
      font-style: italic;
      letter-spacing: -0.1rem;
      border-radius: 0.5rem;
      box-shadow: 0.3rem 0.3rem 0 rgba(206, 158, 25, 0.35); }
  .c-heading--layered {
    position: relative;
    padding-top: 1.6rem; }
    .c-heading--layered::before {
      content: attr(data-en);
      position: absolute;
      top: 0;
      left: 0;
      font-family: "Shippori Mincho", serif;
      font-size: 4.8rem;
      font-weight: 900;
      font-style: italic;
      letter-spacing: -0.1rem;
      color: rgba(206, 158, 25, 0.18);
      line-height: 1;
      -webkit-text-stroke: 0.05rem rgba(206, 158, 25, 0.4); }
  .c-heading--section {
    text-align: center;
    margin-bottom: 4rem; }
    .c-heading--section .ja {
      display: block;
      font-size: 2.8rem;
      font-weight: 700;
      line-height: 1.4;
      margin-bottom: 1rem; }
    .c-heading--section .en {
      display: inline-flex;
      align-items: center;
      gap: 1.2rem;
      font-family: "Shippori Mincho", serif;
      font-size: 1.4rem;
      font-weight: 500;
      color: #CE9E19;
      letter-spacing: 0.3rem;
      text-transform: uppercase; }
      .c-heading--section .en::before, .c-heading--section .en::after {
        content: "";
        display: inline-block;
        width: 3rem;
        height: 0.1rem;
        background-color: #CE9E19; }
  .c-heading--hy-lv1 {
    position: relative;
    padding: 0 0 2rem;
    margin-bottom: 4rem;
    text-align: center;
    font-size: var(--size-h1);
    line-height: 150%;
    font-family: "Shippori Mincho", serif; }
    .c-heading--hy-lv1::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 7rem;
      height: 1.2rem;
      transform: translateX(-50%);
      border-bottom: 6px dotted #CE9E19; }
    @media screen and (max-width: 960px) {
      .c-heading--hy-lv1 {
        padding-bottom: 1.6rem;
        margin-bottom: 3rem; }
        .c-heading--hy-lv1::before {
          width: 6rem; } }
    @media screen and (max-width: 960px) and (max-width: 767px) {
      .c-heading--hy-lv1::before {
        width: 3rem; } }

  .c-heading--hy-lv1-alt {
    padding: 0 0 0 2rem;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
    border-left: 0.6rem solid #CE9E19;
    font-family: "Shippori Mincho", serif; }
    @media screen and (max-width: 960px) {
      .c-heading--hy-lv1-alt {
        font-size: 2rem;
        padding-left: 1.6rem; } }
  .c-heading--hy-lv2 {
    position: relative;
    padding: 1.5rem 2rem;
    background: #CE9E19;
    color: #fff;
    font-size: var(--size-h2);
    font-weight: 600;
    line-height: 1.4;
    border: 1px dashed #fff;
    outline: 0.6rem solid #CE9E19;
    width: calc(100% - 1.2rem);
    margin-left: 0.6rem;
    font-family: "Shippori Mincho", serif; }
    @media screen and (max-width: 960px) {
      .c-heading--hy-lv2 {
        padding: 1rem 1.5rem;
        text-align: justify; } }
  .c-heading--hy-lv2-alt {
    padding: 0 5rem 0 0;
    background: transparent;
    color: #CE9E19;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.2rem;
    font-family: "Shippori Mincho", serif; }
  .c-heading--hy-lv3 {
    position: relative;
    padding: 0 0 1.5rem;
    color: #CE9E19;
    font-size: var(--size-h3);
    font-weight: 600;
    line-height: 1.4;
    font-family: "Shippori Mincho", serif; }
    .c-heading--hy-lv3::before, .c-heading--hy-lv3::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 0.2rem;
      background: #CE9E19; }
    .c-heading--hy-lv3::before {
      width: 10%;
      z-index: 2; }
    .c-heading--hy-lv3::after {
      width: 100%;
      opacity: 0.1; }
  .c-heading--hy-lv4 {
    position: relative;
    padding: 0 0 0 2.5rem;
    color: #CE9E19;
    font-size: var(--size-h4);
    font-weight: 600;
    line-height: 1.4;
    text-align: justify;
    font-family: "Shippori Mincho", serif; }
    .c-heading--hy-lv4::before {
      content: "";
      position: absolute;
      top: 0.7rem;
      left: 0;
      width: 1.5rem;
      height: 1.5rem;
      background: #CE9E19; }
  .c-heading--sizev1 {
    font-size: var(--size-h1);
    font-family: "Shippori Mincho", serif; }
  .c-heading--sizev2 {
    font-size: var(--size-h2);
    font-family: "Shippori Mincho", serif; }
  .c-heading--sizev3 {
    font-size: var(--size-h3);
    font-family: "Shippori Mincho", serif; }
  .c-heading--sizev4 {
    font-size: var(--size-h4);
    font-family: "Shippori Mincho", serif; }
    .c-heading--sizev4.tn-02::after {
      top: 1.5rem; }
    .c-heading--sizev4.tn-02::before {
      top: 1.5rem; }

.c-heading-counter {
  counter-reset: c-heading-bignum c-heading-block; }

.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: -2.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 1rem 2.4rem;
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400;
    border-bottom: 1px dashed rgba(34, 34, 34, 0.3);
    margin-bottom: 2.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: 1rem;
      left: 0;
      width: 1rem;
      height: 1rem;
      background-color: #222222;
      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--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 #CE9E19;
      border-bottom: 0.3rem solid #CE9E19;
      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-check-list--3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4rem; }
    @media screen and (max-width: 960px) {
      .c-check-list--3col {
        grid-template-columns: 1fr; } }

.c-info-table {
  border-top: 1px dashed rgba(34, 34, 34, 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.tn-02 .c-info-table__row {
    grid-template-columns: 22rem 1fr; }
    @media screen and (max-width: 960px) {
      .c-info-table.tn-02 .c-info-table__row {
        grid-template-columns: 10rem 1fr; } }
  .c-info-table__row {
    display: grid;
    grid-template-columns: 15rem 1fr;
    gap: 2rem;
    padding: 2rem 0rem;
    border-bottom: 1px dashed rgba(34, 34, 34, 0.2); }
    .c-info-table__row.tn-02 {
      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 dt,
    .c-info-table__row dd {
      font-size: var(--size-p);
      line-height: 195%;
      letter-spacing: 0.05rem;
      font-weight: 400;
      margin: 0;
      color: #222222; }
      @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--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: #CE9E19;
      color: #fff;
      border-radius: 0.4rem;
      font-size: 1.4rem; }
  .c-info-table--bordered {
    border: 1px solid #CE9E19;
    border-top-width: 1px;
    padding: 0 2rem; }
    .c-info-table--bordered .c-info-table__row {
      border-bottom: 1px solid rgba(206, 158, 25, 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: #CE9E19;
          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(206, 158, 25, 0.2); }
      .c-info-table--striped .c-info-table__row:nth-child(even) {
        background-color: rgba(206, 158, 25, 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(206, 158, 25, 0.3);
      border-bottom: 1px solid rgba(206, 158, 25, 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(206, 158, 25, 0.08); }
  .c-box--bg-primary {
    background-color: #CE9E19;
    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: #222222;
    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 #CE9E19; }
  .c-box--border-thin {
    background-color: #fff;
    border: 0.1rem solid rgba(206, 158, 25, 0.5); }
  .c-box--frame {
    position: relative;
    padding: 5rem;
    background-color: #fff;
    border: 6px solid #CE9E19;
    border-radius: 0; }
    @media screen and (max-width: 960px) {
      .c-box--frame {
        padding: 2rem 2rem;
        border: 2px solid #CE9E19; } }
  .c-box--rounded {
    border-radius: 2rem; }
  .c-box--callout {
    background-color: rgba(206, 158, 25, 0.08);
    border-left: 0.6rem solid #CE9E19;
    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: #222222; }

.c-schedule {
  width: 100%;
  margin: 0 0 4rem;
  border-collapse: collapse;
  border: 1px solid rgba(206, 158, 25, 0.4);
  text-align: center; }
  .c-schedule th,
  .c-schedule td {
    padding: 1.5rem 1rem;
    border: 1px solid rgba(206, 158, 25, 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: #CE9E19;
    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(206, 158, 25, 0.2);
    color: #CE9E19;
    font-weight: 700;
    text-align: left;
    padding-left: 1.4rem;
    white-space: nowrap; }
  .c-schedule tbody td {
    color: #222222; }
  .c-schedule .is-closed {
    color: #222222; }

.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(206, 158, 25, 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(206, 158, 25, 0.2);
    font-size: var(--size-p);
    font-weight: 700;
    line-height: 1.5;
    color: #222222;
    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: "Shippori Mincho", serif;
      font-size: 2rem;
      font-weight: 900;
      color: #CE9E19; }
    .c-faq__q::after {
      content: "";
      position: absolute;
      right: 2rem;
      top: 50%;
      width: 0.9rem;
      height: 0.9rem;
      border-right: 0.2rem solid #CE9E19;
      border-bottom: 0.2rem solid #CE9E19;
      transform: translateY(-70%) rotate(45deg);
      transition: transform 0.3s ease; }
    @media (hover: hover) {
      .c-faq__q:hover {
        background-color: rgba(206, 158, 25, 0.25); } }
  .c-faq__a {
    position: relative;
    padding: 1.6rem 2rem 1.6rem 5rem;
    font-size: var(--size-p);
    line-height: 1.85;
    color: #222222; }
    .c-faq__a::before {
      content: "A.";
      position: absolute;
      left: 1.6rem;
      top: 1.5rem;
      font-family: "Shippori Mincho", serif;
      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: #CE9E19;
  color: #fff;
  font-size: var(--size-p);
  line-height: 195%;
  letter-spacing: 0.05rem;
  font-weight: 400;
  text-decoration: none;
  border: 0.1rem solid #CE9E19;
  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: #CE9E19; } }
  .c-btn--outline {
    background-color: transparent;
    color: #CE9E19; }
    @media (hover: hover) {
      .c-btn--outline:hover {
        background-color: #CE9E19;
        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(206, 158, 25, 0.2);
    border-top: 0.4rem solid #CE9E19;
    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 #CE9E19;
      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 #CE9E19;
          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: "Shippori Mincho", serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #CE9E19;
    letter-spacing: 0.2rem; }
  .c-flow__title {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #CE9E19;
    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(206, 158, 25, 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: #CE9E19;
    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: "Shippori Mincho", serif;
      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-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: "Shippori Mincho", serif;
      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-weight: 700;
      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;
    font-family: "Shippori Mincho", serif; }
    .p-page-banner__title .ja {
      display: block;
      font-size: 4.8rem;
      font-weight: 500;
      letter-spacing: 0.3rem;
      text-shadow: 0.3rem 0.3rem 0.4rem #333; }
      @media screen and (max-width: 960px) {
        .p-page-banner__title .ja {
          font-size: 2.5rem;
          letter-spacing: 0.1rem; } }

@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); } }

.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(206, 158, 25, 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: #CE9E19; }
      .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: #222222; } }
  .p-news-list__link {
    display: flex;
    align-items: center;
    gap: 2rem;
    color: #222222;
    text-decoration: none;
    font-size: 1.6rem;
    transition: color 0.3s ease; }
    @media (hover: hover) {
      .p-news-list__link:hover {
        color: #CE9E19; } }
    @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: #222222;
    font-family: "Shippori Mincho", serif; }
    @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: #222222;
    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: #222222; }

.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 #CE9E19;
    background-color: #fff;
    color: #222222;
    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: #CE9E19;
        color: #fff; } }
    .pagination .page-numbers.current,
    .nav-links .page-numbers.current {
      background-color: #CE9E19;
      color: #fff; }
    .pagination .page-numbers.dots,
    .nav-links .page-numbers.dots {
      border: 0;
      background: none; }
    .pagination .page-numbers.next, .pagination .page-numbers.prev,
    .nav-links .page-numbers.next,
    .nav-links .page-numbers.prev {
      display: none !important; }

.p-sidebar {
  display: flex;
  flex-direction: column; }
  .p-sidebar__widget {
    border: 0.1rem solid #CE9E19;
    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: #CE9E19;
    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 #CE9E19; }
      .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: #CE9E19; } }
        @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 #CE9E19; }

.p-single__header {
  background-color: rgba(206, 158, 25, 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: #CE9E19; }
  @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: #CE9E19;
  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: #CE9E19;
  font-family: "Shippori Mincho", serif; }
  @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) {
    margin: 0 0 2.5rem;
    margin-top: 6rem;
    color: #CE9E19;
    clear: both; }
  .p-single__content h1 {
    position: relative;
    padding: 0 0 2rem;
    margin-bottom: 4rem;
    text-align: center;
    font-size: var(--size-h1);
    line-height: 150%;
    font-family: "Shippori Mincho", serif; }
    .p-single__content h1::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 7rem;
      height: 1.2rem;
      transform: translateX(-50%);
      border-bottom: 6px dotted #CE9E19; }
    @media screen and (max-width: 960px) {
      .p-single__content h1 {
        padding-bottom: 1.6rem;
        margin-bottom: 3rem; }
        .p-single__content h1::before {
          width: 6rem; } }
    @media screen and (max-width: 960px) and (max-width: 767px) {
      .p-single__content h1::before {
        width: 3rem; } }

  .p-single__content h2 {
    position: relative;
    padding: 1.5rem 2rem;
    background: #CE9E19;
    color: #fff;
    font-size: var(--size-h2);
    font-weight: 600;
    line-height: 1.4;
    border: 1px dashed #fff;
    outline: 0.6rem solid #CE9E19;
    width: calc(100% - 1.2rem);
    margin-left: 0.6rem;
    font-family: "Shippori Mincho", serif; }
    @media screen and (max-width: 960px) {
      .p-single__content h2 {
        padding: 1rem 1.5rem;
        text-align: justify; } }
  .p-single__content h3 {
    position: relative;
    padding: 0 0 1.5rem;
    color: #CE9E19;
    font-size: var(--size-h3);
    font-weight: 600;
    line-height: 1.4;
    font-family: "Shippori Mincho", serif; }
    .p-single__content h3::before, .p-single__content h3::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 0.2rem;
      background: #CE9E19; }
    .p-single__content h3::before {
      width: 10%;
      z-index: 2; }
    .p-single__content h3::after {
      width: 100%;
      opacity: 0.1; }
  .p-single__content h4 {
    position: relative;
    padding: 0 0 0 2.5rem;
    color: #CE9E19;
    font-size: var(--size-h4);
    font-weight: 600;
    line-height: 1.4;
    text-align: justify;
    font-family: "Shippori Mincho", serif; }
    .p-single__content h4::before {
      content: "";
      position: absolute;
      top: 0.7rem;
      left: 0;
      width: 1.5rem;
      height: 1.5rem;
      background: #CE9E19; }
  .p-single__content h5 {
    position: relative;
    padding: 0 0 0 2.5rem;
    color: #CE9E19;
    font-size: var(--size-h4);
    font-weight: 600;
    line-height: 1.4;
    text-align: justify;
    font-family: "Shippori Mincho", serif; }
    .p-single__content h5::before {
      content: "";
      position: absolute;
      top: 0.7rem;
      left: 0;
      width: 1.5rem;
      height: 1.5rem;
      background: #CE9E19; }
    .p-single__content h5::before {
      border-radius: 100%; }
  .p-single__content h6 {
    font-size: var(--size-h5); }
  .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: #222222; }
    @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: #CE9E19; }
      @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 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__content .aligncenter {
    margin-left: auto;
    margin-right: auto; }
.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: #CE9E19;
    border: 0.1rem solid #CE9E19;
    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 :is(h1, h2, h3, h4, h5, h6) {
    margin-top: 4rem; }
  .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__content img {
    width: 100%; }
  .p-single__header {
    padding: 1rem; }
  .p-single-nav__list {
    flex-wrap: wrap;
    gap: 1.5rem; }
  .p-single-nav__link {
    width: 100%; }
  .p-single-nav__item {
    width: calc((100% - 1.501rem) / 2); }
    .p-single-nav__item.p-single-nav__item--back {
      order: 1;
      width: 100%; } }
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(206, 158, 25, 0.2); }
      .c-column-card__thumb--placeholder::after {
        content: "NO IMAGE";
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #CE9E19;
        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: #CE9E19;
    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: #222222;
      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: #222222;
    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: 40;
  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; }
  .p-drawer__inner {
    min-height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 20rem 4rem 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: 5rem;
    width: 100%;
    max-width: 135rem; }
    .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 #CE9E19; }
    @media screen and (max-width: 960px) {
      .p-drawer__heading {
        border-bottom: 1px solid #CE9E19; } }
    .p-drawer__heading-icon {
      flex-shrink: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 6rem;
      height: 6rem;
      color: #CE9E19; }
      .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: #CE9E19;
      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: #222222;
      font-family: "Shippori Mincho", serif;
      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: 960px) {
      .p-drawer__menu {
        grid-template-columns: 100%; } }
    .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: 0.5rem 0 0.5rem 1.8rem;
      color: #222222;
      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 #CE9E19;
        transform: translateY(-50%);
        transition: transform 0.25s ease; }
      .p-drawer__menu > li > a.d-active {
        color: #CE9E19; }
      @media (hover: hover) {
        .p-drawer__menu > li > a:hover {
          color: #CE9E19;
          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 .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: #CE9E19;
            transform: translateY(-50%);
            transition: width 0.25s ease; }
          @media (hover: hover) {
            .p-drawer__menu .sub-menu li a:hover {
              color: #CE9E19;
              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(206, 158, 25, 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 #CE9E19; }
  .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: #CE9E19; }
    .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 #222222; }
    .c-author__name p {
      margin: 0 0 0.4rem;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      color: #222222; }
      .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: #222222;
      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: #CE9E19; }
    @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(206, 158, 25, 0.2); }
    .c-author__desc p {
      margin: 0;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.1rem;
      color: #222222; }
    @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: #CE9E19;
      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: #222222; }
      .c-author__table dl dt {
        width: 16rem;
        background: #CE9E19;
        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(206, 158, 25, 0.08);
  border: 1px solid rgba(206, 158, 25, 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: #222222;
    border-bottom: 0.2rem solid #CE9E19;
    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: #CE9E19; }
    @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: 1.2rem 0 1.2rem 2.4rem;
      border-bottom: 1px dashed rgba(206, 158, 25, 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 #CE9E19; }
        @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(206, 158, 25, 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 #CE9E19;
            border-radius: 50%;
            background: transparent; }
      #toc_container .toc_list li a {
        color: #222222;
        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: #CE9E19; } }
        @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: #CE9E19;
    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 #CE9E19;
      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 #CE9E19;
        border-right: 0.2rem solid #CE9E19;
        transform: translateY(-50%) rotate(45deg);
        transition: right 0.2s ease; }
      @media (hover: hover) {
        #toc_container.toc--button .toc_list > li:hover {
          background: #CE9E19; }
          #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: #222222;
    border-bottom: 0.2rem solid #CE9E19; }
    .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: 1rem; }
    .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.6rem;
        padding: 1rem 2.5rem;
        background: #fff;
        color: #CE9E19;
        border: 0.15rem solid #CE9E19;
        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: #CE9E19;
            color: #fff;
            box-shadow: 0 0.2rem 0.6rem rgba(206, 158, 25, 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: #CE9E19;
        color: #fff;
        border-color: #CE9E19;
        box-shadow: 0 0.2rem 0.6rem rgba(206, 158, 25, 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(206, 158, 25, 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 #CE9E19;
        transform: translateY(-50%); }
      @media (hover: hover) {
        .catalogue-list--stacked ul a:hover, .catalogue-list--stacked ol a:hover {
          background: transparent;
          color: #CE9E19;
          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 #CE9E19;
    line-height: 1.3; }
    .c-sitemap__title .ja {
      display: inline-block;
      margin-right: 1rem;
      font-size: 2.2rem;
      font-weight: 700;
      color: #CE9E19;
      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: "Shippori Mincho", serif;
      font-size: 1.6rem;
      font-weight: 500;
      color: #CE9E19;
      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(206, 158, 25, 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 #CE9E19; }
        @media screen and (max-width: 960px) {
          .c-sitemap__list > li::before {
            top: 2rem; } }
      .c-sitemap__list > li > a {
        color: #222222;
        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: #CE9E19; } }
  .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: #CE9E19;
        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: #CE9E19;
            text-decoration: underline; } }

.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: 2.5rem;
      margin-bottom: 4rem; } }

.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 #CE9E19; }
  @media screen and (max-width: 960px) {
    .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: #CE9E19; }

.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: #CE9E19;
  color: #FFF; }

.ud_flow .flow_box .step::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: .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;
  font-size: 2.4rem; }
  @media screen and (max-width: 960px) {
    .ud_flow .flow_box h4.flow_ttl {
      font-size: 2.1rem; } }

.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: #CE9E19;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif; }

.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; }
  .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;
      gap: 1rem; } }

.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: #CE9E19; }
  @media screen and (max-width: 960px) {
    .ud_flow .flow_box .ct_area::after {
      bottom: calc(-2em + 1px);
      width: 4em;
      height: 2em; } }

.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: center;
  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: #CE9E19;
    margin-bottom: 1.2rem; }
  .itv-container .itv-title {
    margin-bottom: 3rem;
    position: relative;
    font-weight: 600;
    font-size: var(--size-h2);
    letter-spacing: 0rem;
    line-height: 140%;
    padding-bottom: 2.4rem;
    font-family: "Shippori Mincho", serif;
    color: #CE9E19; }
    .itv-container .itv-title::after {
      position: absolute;
      content: "";
      width: 12rem;
      height: 1px;
      bottom: 0;
      background: #CE9E19;
      left: 0.3rem; }
  .itv-container__content {
    flex: 6; }
  .itv-container__image {
    flex: 4;
    position: relative;
    z-index: 0; }
    .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: 70%;
  padding: 5rem 8rem;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0.8rem;
  position: relative;
  z-index: 0;
  background: #15264f; }
  .itv-container__02 .itv-text {
    color: #fff; }
  .itv-container__02 .itv-title {
    margin-bottom: 3rem;
    position: relative;
    font-weight: 500;
    font-size: var(--size-h2);
    letter-spacing: 0rem;
    line-height: 140%;
    padding-bottom: 2.4rem;
    color: #fff;
    font-family: "Shippori Mincho", 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.5; }

.c-info-table__row a {
  text-decoration: underline; }

.p-cate__gp {
  gap: 6rem; }
  .p-cate__gp--item {
    width: calc((100% - 6.001rem) / 2);
    position: relative; }
    .p-cate__gp--item::before {
      content: "";
      position: absolute;
      width: 2rem;
      height: 6rem;
      top: 50%;
      transform: translateY(-50%);
      right: -4rem;
      background: #CE9E19;
      clip-path: polygon(0 0, 0% 100%, 100% 50%); }
    .p-cate__gp--item:last-child::before {
      content: none; }
  @media screen and (max-width: 767px) {
    .p-cate__gp {
      gap: 2.4rem; }
      .p-cate__gp--item {
        width: calc((100% - 2.401rem) / 2); }
        .p-cate__gp--item::before {
          width: 1.2rem;
          height: 3.3rem;
          right: -1.8rem; } }

.table-price dl {
  display: grid;
  grid-template-columns: 40rem 1fr;
  border-bottom: 1px solid #000; }
  .table-price dl dt {
    background: rgba(206, 158, 25, 0.08);
    border-left: 1px solid #000; }
  .table-price dl dt,
  .table-price dl dd {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    border-right: 1px solid #000; }
  .table-price dl .dd-01 {
    display: flex;
    flex-flow: column; }
    .table-price dl .dd-01 .item {
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(100% + 2rem);
      margin-left: -1rem;
      border-bottom: #000 solid 1px;
      min-height: 7.9rem; }
      .table-price dl .dd-01 .item:first-child {
        padding-bottom: 2rem; }
      .table-price dl .dd-01 .item:last-child {
        padding-top: 2rem;
        border-bottom: 0; }
  .table-price dl:first-child {
    border-top: 1px solid #000; }
.table-price.vz-02 dl {
  grid-template-columns: 40rem 1fr 1fr; }
.table-price.vz-02 table td {
  text-align: right;
  padding: 1rem; }
  @media screen and (max-width: 960px) {
    .table-price.vz-02 table td {
      padding: .5rem;
      text-align: center; } }
.table-price.vz-02 table tr td.text-center {
  text-align: center;
  width: 40rem; }
  @media screen and (max-width: 960px) {
    .table-price.vz-02 table tr td.text-center {
      width: 20rem; } }
  @media screen and (max-width: 767px) {
    .table-price.vz-02 table tr td.text-center {
      width: 10rem; } }
.table-price table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .table-price table td {
    border: #000 solid 1px;
    padding: 1rem; }
    @media screen and (max-width: 960px) {
      .table-price table td {
        padding: 0.5rem; } }
    .table-price table td.td-first {
      background: rgba(206, 158, 25, 0.08); }
    .table-price table td.td-w-10 {
      width: 10rem; }
      @media screen and (max-width: 960px) {
        .table-price table td.td-w-10 {
          width: 5rem; } }
    .table-price table td.td-w-30 {
      width: 30rem; }
      @media screen and (max-width: 960px) {
        .table-price table td.td-w-30 {
          width: 18rem; } }
    .table-price table td.td-w-40 {
      width: 40rem; }
      @media screen and (max-width: 960px) {
        .table-price table td.td-w-40 {
          width: 14rem; } }
    .table-price table td.text-center {
      text-align: center; }
    .table-price table td.text-right {
      text-align: right; }
@media screen and (max-width: 960px) {
  .table-price dl {
    grid-template-columns: 24rem 1fr; } }
@media screen and (max-width: 767px) {
  .table-price dl {
    grid-template-columns: 14rem 1fr; } }

.s-red {
  color: red; }

.p-doctor__gp {
  gap: 5rem; }
  .p-doctor__gp--item {
    width: calc((100% - 5.001rem) / 2); }
.p-doctor__thumb {
  position: relative; }
  .p-doctor__thumb img {
    object-fit: cover;
    width: 100%;
    object-position: top;
    aspect-ratio: 4 / 3.5; }
  .p-doctor__thumb .c-pa {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem; }
@media screen and (max-width: 960px) {
  .p-doctor__gp {
    gap: 1.5rem; }
    .p-doctor__gp--item {
      width: calc((100% - 1.501rem) / 2); } }
@media screen and (max-width: 767px) {
  .p-doctor__gp--item {
    width: 100%; } }

@media (max-width: 960px) {
  .itv-container {
    flex-direction: column-reverse !important;
    align-items: center;
    gap: 2rem;
    margin-bottom: 4rem !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: 4rem !important;
    background: transparent;
    align-items: flex-start;
    text-align: left; }
    .itv-container__02 .itv-title {
      color: #CE9E19;
      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: #CE9E19;
        transform: inherit;
        left: 0.3rem; }
    .itv-container__02 .itv-subtitle {
      font-size: 1.5rem;
      line-height: 1.85;
      margin-bottom: 0rem;
      color: #CE9E19;
      order: 2; }
    .itv-container__02 .itv-text {
      color: #333;
      order: 4; }
    .itv-container__02 .itv-image {
      order: 1;
      position: relative;
      margin-bottom: 2rem; }
      .itv-container__02 .itv-image img {
        opacity: 1;
        height: 47rem; } }
@media (max-width: 767px) {
  .table-price.vz-roll {
    width: 100%;
    overflow: scroll; }
    .table-price.vz-roll table {
      width: 60rem; }
  .table-price.vz-roll-50 {
    width: 100%;
    overflow: scroll; }
    .table-price.vz-roll-50 table {
      width: 50rem; } }
@media (max-width: 560px) {
  .itv-container__02 .itv-image img {
    height: 23rem; } }
.c-recruit__list--01 {
  gap: 1rem; }
  .c-recruit__list--01 li a {
    border: 1px solid #CE9E19;
    color: #CE9E19;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    border-radius: 1rem 1rem;
    display: flex;
    justify-content: center;
    width: 40rem;
    padding: 1rem 0;
    transition: all 0.35s;
    font-family: "Shippori Mincho", serif; }
    .c-recruit__list--01 li a.active, .c-recruit__list--01 li a:hover {
      background: #CE9E19;
      color: #FFF; }
.c-recruit__block {
  display: none; }
  .c-recruit__block.active {
    display: block; }

.table-form {
  margin-bottom: 4rem; }
  .table-form dl {
    display: flex; }
  .table-form dt,
  .table-form dd {
    color: #222222;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0;
    padding: 1rem;
    min-height: 7rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .table-form dt .required,
    .table-form dd .required {
      background: #c70000;
      color: #fff;
      font-size: 1.2rem;
      padding: .5rem;
      border-radius: 0.5rem;
      margin-left: 1rem; }
    .table-form dt .wpcf7-list-item input,
    .table-form dd .wpcf7-list-item input {
      width: 1.6rem;
      height: 1.6rem;
      position: relative;
      top: 0; }
    .table-form dt .wpcf7-list-item.first,
    .table-form dd .wpcf7-list-item.first {
      margin: 0; }
    .table-form dt .examp p,
    .table-form dd .examp p {
      font-size: 1.4rem;
      color: #CCC; }
  .table-form dt {
    width: 36rem;
    padding-left: 2rem;
    align-items: center;
    justify-content: space-between;
    padding-right: 1.5rem; }
    .table-form dt .required {
      padding: .5rem 1rem; }
  .table-form dd {
    width: calc(100% - 36rem); }
  .table-form label {
    display: flex;
    align-items: center;
    cursor: pointer; }
    .table-form label input {
      margin-top: 0; }
  .table-form .wpcf7-radio .wpcf7-list-item-label {
    position: relative;
    padding-left: 2rem; }
    .table-form .wpcf7-radio .wpcf7-list-item-label::before {
      content: "";
      position: absolute;
      width: 1.6rem;
      height: 1.6rem;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      background: #fff;
      border: #787878 solid 1px;
      border-radius: 100%;
      transition: all 0.35s; }
    .table-form .wpcf7-radio .wpcf7-list-item-label::after {
      content: "";
      position: absolute;
      width: 1rem;
      height: 1rem;
      top: 50%;
      left: .3rem;
      transform: translateY(-50%);
      background: #06f;
      border-radius: 100%;
      opacity: 0;
      transition: all 0.35s; }
  .table-form .wpcf7-radio label {
    position: relative; }
    .table-form .wpcf7-radio label input {
      position: absolute;
      top: 50%;
      left: 0;
      margin-left: 0;
      transform: translateY(-50%); }
      .table-form .wpcf7-radio label input:checked ~ .wpcf7-list-item-label::before {
        border-color: #06f; }
      .table-form .wpcf7-radio label input:checked ~ .wpcf7-list-item-label::after {
        opacity: 1; }
  @media (min-width: 767.5px) {
    .table-form dl:nth-child(odd) dt,
    .table-form dl:nth-child(odd) dd {
      background: rgba(21, 38, 79, 0.1); } }

.form-input {
  width: 100%; }
  .form-input input,
  .form-input textarea {
    font-size: 1.6rem;
    width: 100%;
    height: 5rem;
    padding: 1rem;
    border: #ccc solid 1px;
    line-height: 175%; }
    .form-input input:focus-visible,
    .form-input textarea:focus-visible {
      outline: none; }
  .form-input textarea {
    height: 16rem;
    vertical-align: top;
    resize: none; }
  .form-input-item {
    position: relative;
    padding-right: 4rem; }
    .form-input-item input {
      width: 8rem;
      text-align: center; }
  .form-input .value {
    position: absolute;
    top: .7rem;
    left: 9rem; }

.form_recruit .checked {
  margin-bottom: 4rem; }
  .form_recruit .checked label {
    cursor: pointer; }
.form_recruit .txt_desc {
  margin-bottom: 4rem; }
.form_recruit .wpcf7-spinner {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }

.wpcf7 form.invalid .wpcf7-response-output {
  text-align: center; }

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center; }

.btn-default-01 .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 3rem;
  width: 35.72rem;
  border-radius: 9.9rem;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 183%;
  letter-spacing: 0;
  position: relative;
  z-index: 0;
  transition: all ease 0.35s;
  background: linear-gradient(90deg, #9c8954 0%, #b19f77 100%);
  cursor: pointer;
  border: 0; }
  .btn-default-01 .btn:hover {
    background: #CCB35A;
    opacity: 1; }

@media (max-width: 960px) {
  .table-form dt,
  .table-form dd,
  .table-form p {
    font-size: 1.5rem; }
  .table-form dt {
    width: 26rem;
    padding-left: 1rem;
    min-height: 6rem; }
  .table-form dd {
    width: calc(100% - 26rem); }

  .form-input input {
    font-size: 1.5rem;
    height: 4.5rem; }
  .form-input textarea {
    height: 14rem; }

  .btn-default-01 .btn {
    width: 28rem; }

  .c-recruit__list--01 li a {
    width: 35rem;
    font-size: 2rem; } }
@media (max-width: 767px) {
  .table-form {
    margin-bottom: 2rem; }
    .table-form dl {
      flex-wrap: wrap; }
    .table-form dt,
    .table-form dd {
      float: left;
      width: 100%;
      border: 0;
      padding: 1rem 0;
      height: auto; }
    .table-form dt {
      padding: 0 1rem;
      width: 100%;
      background: rgba(21, 38, 79, 0.1); }

  .form-input-item input {
    width: 7rem; }
  .form-input .value {
    left: 8.3rem; }

  .form_recruit {
    margin-bottom: -4rem; }
    .form_recruit .wpcf7-list-item {
      text-align: center;
      margin: 0 1rem 0 0 !important; }
    .form_recruit .checked {
      margin-bottom: 2.5rem; } }
@media (max-width: 960px) {
  main {
    overflow: hidden; } }
.home img {
  border-radius: 0; }

.c-top__title--01 {
  text-align: center; }
  .c-top__title--01 .title {
    color: #00124F;
    font-size: 5.8rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.8rem;
    font-family: "Shippori Mincho", serif;
    margin-bottom: 1.5rem; }
  .c-top__title--01 p {
    color: #B18C57;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.4rem;
    font-family: "Shippori Mincho", serif; }
.c-top__title--02 {
  color: #fff;
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36rem;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 3.6rem; }

.c-top__button--01 a {
  color: #191919;
  font-size: var(--size-p);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16rem;
  border: #B18C57 solid 1px;
  display: inline-flex;
  align-items: center;
  height: 5rem;
  padding: 0 5.3rem;
  position: relative;
  background: #FFF;
  transition: all 0.35s; }
  .c-top__button--01 a::before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1px;
    top: 50%;
    right: 2rem;
    background: #B18C57;
    transition: all 0.35s; }
  .c-top__button--01 a:hover {
    background: #B18C57;
    color: #FFF; }
    .c-top__button--01 a:hover::before {
      background: #FFF; }
.c-top__button--02 a {
  color: #fff;
  font-size: var(--size-p);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: #FFF solid 1px;
  width: 26rem;
  height: 6rem;
  position: relative;
  transition: all 0.35s;
  font-family: "Shippori Mincho", serif; }
  .c-top__button--02 a::before {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1px;
    top: 50%;
    right: 2rem;
    background: #FFF;
    transition: all 0.35s; }
  .c-top__button--02 a:hover {
    background: #FFF;
    color: #00124F; }
    .c-top__button--02 a:hover::before {
      background: #00124F; }
.c-top__button--02.vz-02 a {
  width: 28rem;
  color: #191919;
  border-color: #B18C57; }
  .c-top__button--02.vz-02 a::before {
    background: #B18C57; }
  .c-top__button--02.vz-02 a:hover {
    background: #B18C57;
    color: #FFF; }
    .c-top__button--02.vz-02 a:hover::before {
      background: #FFF; }
.c-top__button--gp01 {
  gap: 4rem; }
.c-top__button--gp02 {
  gap: 2.5rem; }

.c-text__01 p {
  color: #222222;
  font-size: var(--size-p);
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.18rem; }
.c-text__01.vz-02 p {
  color: #FFF; }
.c-text__01.vf-03 {
  font-family: "Shippori Mincho", serif; }

.p-mv {
  position: relative;
  z-index: 0; }
  .p-mv::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    z-index: 0;
    pointer-events: none; }
  .p-mv__cont {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .p-mv__cont h2 {
      color: #fff;
      font-size: 3.6rem;
      font-weight: 400;
      line-height: 205%;
      letter-spacing: 1.6rem;
      font-family: "Shippori Mincho", serif;
      margin-left: 3rem;
      text-shadow: 2px 2px 2px #000; }
    .p-mv__cont p {
      color: #fff;
      font-size: 2rem;
      font-weight: 400;
      line-height: 300%;
      letter-spacing: 0.9rem;
      font-family: "Shippori Mincho", serif;
      text-shadow: 2px 2px 2px #000; }

.p-news {
  padding: 9.7rem 0 10rem; }
  .p-news__head {
    width: 37.7rem;
    flex-flow: column;
    background: url(assets/img/news-bg01.png) no-repeat center;
    background-size: cover; }
  .p-news__body {
    width: calc(100% - 37.7rem);
    padding-left: 10rem; }
  .p-news__list {
    height: 34.7rem;
    padding-right: 2.3rem; }
  .p-news__item a {
    display: block;
    border-bottom: #E1D9D7 solid 1px;
    padding: 2.6rem 0; }
  .p-news__item:first-child a {
    border-top: #E1D9D7 solid 1px; }
  .p-news__date {
    color: #231815;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.18rem; }
  .p-news__text {
    display: block;
    margin-top: .6rem;
    color: #231815;
    font-size: var(--size-p);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.18rem; }
  .p-news .os-theme-dark > .os-scrollbar,
  .p-news .os-theme-light > .os-scrollbar {
    padding: 0;
    background: transparent; }
  .p-news .os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: #AF9D70;
    height: 17rem !important; }
  .p-news .os-theme-dark > .os-scrollbar-vertical,
  .p-news .os-theme-light > .os-scrollbar-vertical {
    width: .3rem; }
  .p-news .os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
  .p-news .os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
    left: 0;
    right: 0; }
  .p-news .c-top__title--01 {
    margin-bottom: 4rem; }
    .p-news .c-top__title--01 .title {
      margin-bottom: 0; }

.p-message {
  position: relative;
  z-index: 0; }
  .p-message__title {
    position: absolute;
    z-index: 1;
    top: 6.4rem;
    right: 12.7rem;
    background: #FFF;
    display: flex;
    padding: 14.7rem 5.2rem 6.5rem 5.5rem; }
    .p-message__title p {
      writing-mode: vertical-lr;
      color: #B18C57;
      font-size: 2.2rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.4rem;
      font-family: "Shippori Mincho", serif; }
    .p-message__title .title {
      writing-mode: vertical-lr;
      color: #00124F;
      font-size: 5.8rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 2.5rem;
      font-family: "Shippori Mincho", serif;
      position: relative; }
      .p-message__title .title::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 5.8rem;
        top: -9.5rem;
        left: 50%;
        background: #000; }
  .p-message__main {
    background: #00124F;
    padding: 7.5rem 0 8rem;
    position: relative;
    z-index: 0; }
    .p-message__main::before, .p-message__main::after {
      content: "";
      position: absolute;
      width: 52.1rem;
      height: 100%;
      background: url(assets/img/mess-bg01.png) no-repeat center bottom;
      background-size: contain;
      bottom: 0;
      z-index: -1; }
    .p-message__main::before {
      left: 0; }
    .p-message__main::after {
      right: 0;
      transform: scaleX(-1); }
  .p-message__inner {
    max-width: 94rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .p-message .c-text__01 {
    margin-bottom: 4.3rem; }

.p-trouble {
  position: relative;
  z-index: 0;
  margin-bottom: 12rem; }
  .p-trouble::before {
    content: "";
    position: absolute;
    width: 41.4rem;
    height: 43.5rem;
    top: 7rem;
    left: 0;
    z-index: 1;
    pointer-events: none;
    background: url(assets/img/trouble-icon01.png) no-repeat center;
    background-size: contain; }
  .p-trouble::after {
    content: "";
    position: absolute;
    width: 54.4rem;
    height: 54.4rem;
    bottom: -7rem;
    right: 4rem;
    z-index: -1;
    background: url(assets/img/trouble-icon02.png) no-repeat center;
    background-size: contain; }
  .p-trouble__head {
    padding: 10.5rem 0 7.6rem;
    position: relative;
    z-index: 0; }
    .p-trouble__head::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% + 8rem);
      top: 0;
      left: 0;
      z-index: -1;
      background: url(assets/img/trouble-icon03.jpg) no-repeat center top;
      background-size: cover; }
  .p-trouble__list {
    gap: 2.4rem; }
    .p-trouble__list li {
      width: calc((100% - 7.2rem) / 4); }
      .p-trouble__list li a {
        position: relative;
        z-index: 0;
        display: block; }
        .p-trouble__list li a::before {
          content: "";
          position: absolute;
          width: 1.7rem;
          height: 1px;
          bottom: 1rem;
          right: 1rem;
          z-index: 1;
          background: #FFF; }
        .p-trouble__list li a .txt {
          position: absolute;
          top: 50%;
          left: 0;
          width: 100%;
          text-align: center;
          transform: translateY(-50%);
          color: #fff;
          font-size: 2.3rem;
          font-weight: 400;
          line-height: 188%;
          letter-spacing: 0; }
        .p-trouble__list li a .img {
          position: relative;
          display: block; }
          .p-trouble__list li a .img::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: 0.7;
            background: #4C4C4C;
            transition: all 0.35s; }
          .p-trouble__list li a .img img {
            width: 100%;
            aspect-ratio: 4/3.334;
            object-fit: cover; }
        .p-trouble__list li a:hover .img::before {
          opacity: 0.9; }

.p-medical {
  padding: 14.5rem 0 15.5rem;
  background: url(assets/img/medical-bg01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0; }
  .p-medical::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80.9rem;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/medical-bg02.png) no-repeat center top;
    background-size: contain; }
  .p-medical::after {
    content: "";
    position: absolute;
    width: 54.4rem;
    height: 54.4rem;
    bottom: 4rem;
    right: 4rem;
    z-index: -1;
    background: url(assets/img/medical-bg03.png) no-repeat center;
    background-size: contain; }
  .p-medical__gp {
    gap: 3rem; }
    .p-medical__gp--box {
      width: calc((100% - 9.01rem) / 4);
      background: #FFF;
      border: #C5C5C5 solid 1px;
      padding: 3rem 2rem; }
      .p-medical__gp--box .img img {
        width: 16rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5rem; }
  .p-medical__title {
    margin-bottom: 1.8rem; }
    .p-medical__title .title {
      color: #222;
      font-size: 2.6rem;
      font-weight: 600;
      line-height: 160%;
      letter-spacing: 0.22rem;
      font-family: "Shippori Mincho", serif;
      text-align: center;
      margin-bottom: .6rem; }
    .p-medical__title p {
      color: #B59D61;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.36rem;
      text-align: center;
      text-transform: uppercase; }
    .p-medical__title.vz-02 {
      margin-bottom: 1.1rem; }
      .p-medical__title.vz-02 .title {
        line-height: 120%;
        margin-top: -0.8rem;
        margin-bottom: .3rem; }
      .p-medical__title.vz-02 p {
        font-size: 1.16rem; }
    .p-medical__title.vz-03 .title {
      white-space: pre; }
  .p-medical__list {
    margin-bottom: 2rem;
    min-height: 9.5rem; }
    .p-medical__list li {
      color: #222;
      font-size: var(--size-p);
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0;
      position: relative;
      padding: 1.1rem 0 1.1rem 3.5rem;
      border-bottom: #222222 1px dotted; }
      .p-medical__list li:first-child {
        border-top: #222222 1px dotted; }
      .p-medical__list li::before {
        content: "";
        position: absolute;
        width: 2.2rem;
        height: 2.2rem;
        top: 1.2rem;
        left: 0;
        background: url(assets/img/check-icon01.jpg) no-repeat center;
        background-size: contain; }
  .p-medical__button a {
    background: #00124F;
    border: #00124F solid 1px;
    color: #fff;
    font-size: 2.18rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.44rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    width: 22rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
    transition: all 0.35s; }
    .p-medical__button a::before {
      content: "";
      position: absolute;
      width: 2.2rem;
      height: 2.2rem;
      bottom: .5rem;
      right: .5rem;
      transition: all 0.35s;
      -webkit-mask: url(assets/img/arrow-right01.png) center/100% no-repeat;
      mask: url(assets/img/arrow-right01.png) center/100% no-repeat;
      background: #fff; }
    .p-medical__button a:hover {
      background: #FFF;
      color: #00124F; }
      .p-medical__button a:hover::before {
        background: #00124F; }
  .p-medical .c-top__title--01 {
    margin-bottom: 9.5rem; }

.p-treatment {
  padding: 11rem 0;
  background: url(assets/img/treatment-icon03.png) no-repeat top right;
  background-size: 92.3rem;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .p-treatment::before, .p-treatment::after {
    content: "";
    position: absolute;
    width: 47.4rem;
    height: 26.8rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1; }
  .p-treatment::before {
    top: 14.5rem;
    left: 0;
    background-image: url(assets/img/treatment-icon04.png); }
  .p-treatment::after {
    bottom: 19rem;
    right: 0;
    background-image: url(assets/img/treatment-icon05.png); }
  .p-treatment__gp {
    margin-bottom: 6.2rem; }
    .p-treatment__gp--box:first-child {
      width: calc(100% - 65rem);
      padding-right: 8rem; }
    .p-treatment__gp--box:last-child {
      width: 65rem;
      margin-top: 4rem; }
    .p-treatment__gp--box .img {
      width: calc(100% + 29rem);
      margin-right: -29rem; }
      .p-treatment__gp--box .img img {
        width: 100%; }
      @media screen and (max-width: 960px) {
        .p-treatment__gp--box .img {
          width: calc(100% + 3rem);
          margin-right: auto;
          margin-left: -1.5rem; } }
  .p-treatment__title--01 {
    color: #222;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.2rem;
    font-family: "Shippori Mincho", serif;
    margin-bottom: 3.4rem; }
  .p-treatment__title--02 {
    background: #00124F;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Shippori Mincho", serif;
    color: #fff;
    font-size: 2.9rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.6rem;
    position: relative;
    z-index: 0;
    padding: .3rem 4.9rem;
    margin-bottom: 3.6rem; }
    .p-treatment__title--02::before, .p-treatment__title--02::after {
      content: "";
      position: absolute;
      width: 2rem;
      height: 2rem; }
    .p-treatment__title--02::before {
      top: .5rem;
      left: .5rem;
      border-top: #FFF solid 1px;
      border-left: #FFF solid 1px; }
    .p-treatment__title--02::after {
      bottom: .5rem;
      right: .5rem;
      border-right: #FFF solid 1px;
      border-bottom: #FFF solid 1px; }
  .p-treatment__title--03 {
    color: #222;
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.2rem;
    border-bottom: #222 solid 2px;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    padding-bottom: 1.4rem;
    margin-bottom: 1.6rem; }
  .p-treatment__list {
    gap: 3rem;
    margin-top: -13.2rem; }
    .p-treatment__list li a {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #222;
      font-size: 2rem;
      font-weight: 400;
      line-height: 140%;
      letter-spacing: 0.2rem;
      width: 17.1rem;
      height: 17.5rem;
      background: url(assets/img/treatment-icon01.png) no-repeat center;
      background-size: contain; }
  .p-treatment__row {
    border: #222 solid 1px;
    position: relative;
    padding: 4.2rem 6rem;
    z-index: 0;
    background: #FFF url(assets/img/treatment-icon02.png) no-repeat top left;
    background-size: 26.1rem; }
    .p-treatment__row::before, .p-treatment__row::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      z-index: -1;
      background: #222; }
    .p-treatment__row::before {
      top: 1.2rem; }
    .p-treatment__row::after {
      bottom: 1.2rem; }
    .p-treatment__row--item:first-child {
      width: 60rem; }
    .p-treatment__row--item:last-child {
      padding-left: 6rem;
      width: calc(100% - 60rem); }
    .p-treatment__row--item .img img {
      width: 100%; }
    .p-treatment__row .c-text__01 {
      width: calc(100% + 2rem); }
    .p-treatment__row .c-top__button--02.vz-02 a {
      width: 32rem; }
  .p-treatment .c-top__title--01 {
    margin-bottom: 5.7rem; }
  .p-treatment .c-text__01 {
    margin-bottom: 3.5rem; }

@media (min-width: 960.5px) {
  .p-mv__cont h2 {
    margin-left: 0;
    text-align: center;
    line-height: 185%; }
  .p-mv__cont p {
    margin-top: 2.5rem;
    text-align: center;
    line-height: 185%; } }
@media (max-width: 1440px) and (min-width: 960.5px) {
  .p-news__body {
    padding-left: 5rem; }

  .p-message__title {
    right: 7rem;
    padding: 14.7rem 3.2rem 3rem 3.5rem; }
    .p-message__title .title {
      font-size: 4rem; }
  .p-message__inner {
    max-width: 100rem; }
  .p-message__main::before, .p-message__main::after {
    width: 36rem; }

  .p-trouble::before {
    width: 19.4rem;
    height: 30.5rem; }
  .p-trouble__list li a .txt {
    font-size: 2.2rem; }

  .p-medical__gp {
    gap: 2rem; }
    .p-medical__gp--box {
      width: calc((100% - 6.001rem) / 4);
      padding: 2rem 1rem; }
  .p-medical__list li {
    font-size: 1.8rem; } }
@media (max-width: 960px) {
  .c-top__title--01 .title {
    font-size: 3rem;
    letter-spacing: .3rem;
    margin-bottom: 0.5rem; }
  .c-top__title--01 p {
    text-align: center;
    font-size: 1.5rem; }
  .c-top__title--02 {
    font-size: 2.4rem;
    letter-spacing: .1rem;
    margin-bottom: 2rem; }

  .c-top__button--02 a {
    font-size: 1.5rem;
    letter-spacing: 0;
    height: 5rem; }
  .c-top__button--gp01, .c-top__button--gp02 {
    gap: 1.5rem; }

  .c-text__01 p {
    letter-spacing: 0;
    line-height: 185%; }

  .p-mv__cont h2 {
    font-size: 2.4rem;
    line-height: 140%;
    letter-spacing: 1rem;
    margin-left: 2rem;
    writing-mode: vertical-rl; }
  .p-mv__cont p {
    font-size: 1.5rem;
    line-height: 185%;
    letter-spacing: 0.5rem;
    writing-mode: vertical-rl; }
  .p-mv__cont--desc {
    writing-mode: vertical-rl; }
  .p-mv video {
    height: calc(100vh - 20rem);
    object-fit: cover; }

  .p-news {
    padding: 6rem 0; }
    .p-news__head {
      width: 100%;
      padding: 5rem 0;
      background-size: contain;
      margin-bottom: 3rem; }
    .p-news__body {
      padding-left: 0;
      width: 100%; }
    .p-news__date {
      font-size: 1.4rem; }
    .p-news__list {
      height: 39rem; }
    .p-news__item a {
      padding: 1.5rem 0; }
    .p-news .c-top__title--01 {
      margin-bottom: 2rem; }

  .p-message__head img {
    height: 30rem;
    object-fit: cover; }
  .p-message__title {
    top: 1rem;
    right: 1.5rem;
    padding: 10rem 2rem 2rem 2rem; }
    .p-message__title .title {
      font-size: 3rem;
      letter-spacing: .5rem; }
      .p-message__title .title::before {
        top: -7rem; }
    .p-message__title p {
      font-size: 1.5rem; }
  .p-message__main {
    padding: 6rem 0; }
    .p-message__main::before, .p-message__main::after {
      content: none; }
  .p-message .c-text__01 {
    margin-bottom: 2rem; }
    .p-message .c-text__01 p {
      text-align: center; }

  .p-trouble {
    margin-bottom: 6rem; }
    .p-trouble__head {
      padding: 6rem 0 2rem; }
    .p-trouble__list {
      gap: 1rem; }
      .p-trouble__list li {
        width: calc((100% - 1.001rem) / 2); }
        .p-trouble__list li a .txt {
          font-size: 1.3rem;
          letter-spacing: -0.1rem; }
    .p-trouble::before, .p-trouble::after {
      content: none; }

  .p-medical {
    padding: 8rem 0; }
    .p-medical::before {
      height: 33rem; }
    .p-medical::after {
      content: none; }
    .p-medical__gp {
      gap: 1rem; }
      .p-medical__gp--box {
        width: calc((100% - 1.001rem) / 2);
        padding: 2rem 1rem; }
        .p-medical__gp--box .img img {
          width: 10rem; }
    .p-medical__button a {
      width: 100%;
      font-size: 1.5rem;
      height: 4rem;
      letter-spacing: .2rem; }
      .p-medical__button a::before {
        width: 1.5rem;
        height: 1.5rem; }
    .p-medical__title {
      margin-bottom: 1rem; }
      .p-medical__title .title {
        font-size: 1.8rem;
        letter-spacing: 0;
        line-height: 130%; }
      .p-medical__title p {
        letter-spacing: 0; }
      .p-medical__title.vz-02 {
        margin-bottom: -0.2rem; }
    .p-medical .c-top__title--01 {
      margin-bottom: 2rem; }

  .p-treatment {
    padding: 6rem 0;
    background-size: 22rem; }
    .p-treatment::before, .p-treatment::after {
      display: none; }
    .p-treatment__gp--box:first-child {
      width: 100%;
      padding-right: 0;
      order: 1; }
    .p-treatment__gp--box:last-child {
      width: 100%;
      margin-top: 0;
      margin-bottom: 2rem; }
    .p-treatment__title--01 {
      font-size: 2.4rem;
      letter-spacing: 0;
      margin-bottom: 2rem;
      text-align: center; }
    .p-treatment__title--02 {
      font-size: 1.8rem;
      letter-spacing: .1rem;
      padding: 1rem 3rem;
      display: block;
      max-width: 33rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2rem; }
    .p-treatment__title--03 {
      font-size: 2.4rem; }
    .p-treatment__list {
      gap: 1rem;
      justify-content: center;
      margin-top: -6.2rem; }
      .p-treatment__list li a {
        font-size: 1.3rem;
        width: 11.1rem;
        height: 11.5rem; }
    .p-treatment__row {
      padding: 4rem 1rem;
      background-size: 15rem; }
      .p-treatment__row--item:first-child {
        width: 100%;
        margin-bottom: 3rem; }
      .p-treatment__row--item:last-child {
        width: 100%;
        padding-left: 0; }
      .p-treatment__row .c-text__01 {
        width: 100%; }
    .p-treatment .c-top__title--01 {
      margin-bottom: 2rem; }
    .p-treatment .c-text__01 {
      margin-bottom: 2rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-news__list {
    height: 25.5rem; }

  .p-trouble__list li {
    width: calc((100% - 2.001rem) / 3); }

  .p-medical__title.vz-02 {
    margin-bottom: .3rem; }
    .p-medical__title.vz-02 .title {
      font-size: 1.6rem;
      line-height: 130%; } }
@media (max-width: 767px) {
  .p-medical__gp--box {
    width: 100%; }
  .p-medical__list {
    min-height: auto; }
  .p-medical__title.vz-02 {
    margin-bottom: 1rem; } }
.p-top_faq {
  background: url(assets/img/faq-bg04.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 5rem 1.5rem; }
  .p-top_faq::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #B18C57;
    opacity: 0.7; }
  .p-top_faq__inner {
    gap: 3rem; }
  .p-top_faq__item {
    position: relative;
    z-index: 0;
    transition: all 0.35s; }
    .p-top_faq__item::before {
      content: "";
      position: absolute;
      width: 7rem;
      height: 7rem;
      top: 50%;
      transform: translateY(-50%);
      left: 40%;
      z-index: 1;
      opacity: 0.5;
      pointer-events: none;
      background: url(assets/img/logo-tenjin.png) no-repeat center;
      background-size: contain; }
    .p-top_faq__item::after {
      content: "";
      position: absolute;
      width: 3rem;
      height: 3rem;
      top: 50%;
      right: 2rem;
      transform: translateY(-50%);
      z-index: 1;
      pointer-events: 0;
      border-radius: 100%;
      background: #15264F url(assets/img/arrow-right02.png) no-repeat center left 1.1rem;
      background-size: .7rem;
      border: #FFF solid 1px; }
    .p-top_faq__item a {
      width: 45rem;
      height: 15rem;
      display: flex;
      align-items: center;
      padding: 0 2rem;
      background: #15264F url(assets/img/faq-bg02.jpg) no-repeat center right;
      background-size: 25rem 100%;
      color: #FFF;
      font-size: 2.5rem;
      letter-spacing: 0;
      line-height: 150%;
      font-weight: 700;
      position: relative;
      z-index: 0;
      transition: all 0.35s; }
      .p-top_faq__item a::before {
        content: "";
        position: absolute;
        width: 70%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: linear-gradient(90deg, #15264f 0%, #15264f 64%, rgba(21, 38, 79, 0) 100%); }
      .p-top_faq__item a::after {
        content: "";
        position: absolute;
        width: calc(100% - 1rem);
        height: calc(100% - 1rem);
        top: .5rem;
        left: .5rem;
        z-index: -1;
        border: #FFF 2px dashed; }
      .p-top_faq__item a:hover {
        opacity: 0.8; }
    .p-top_faq__item:nth-child(2)::after {
      background-color: #9a8659; }
    .p-top_faq__item:nth-child(2) a {
      background-color: #9a8659;
      background-image: url(assets/img/faq-bg03.jpg); }
      .p-top_faq__item:nth-child(2) a::before {
        background: linear-gradient(90deg, #9a8659 0%, #9a8659 64%, rgba(206, 158, 25, 0) 100%); }
    .p-top_faq__item:hover::after {
      opacity: 0.8; }
  @media screen and (max-width: 767px) {
    .p-top_faq__item {
      width: 100%; }
      .p-top_faq__item a {
        width: 100%;
        font-size: 2rem;
        height: 12rem;
        background-size: 56% 100%; } }

.p-top-recruit {
  padding: 5rem 0;
  position: relative;
  z-index: 2; }
  .p-top-recruit__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6rem; }
  .p-top-recruit__left {
    flex-shrink: 0;
    color: #231815;
    font-size: 5rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.5rem;
    font-family: "Shippori Mincho", serif;
    padding-left: 7.5rem; }
  .p-top-recruit__right {
    color: #231815;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 218%;
    letter-spacing: 0.22rem;
    font-family: "Shippori Mincho", serif;
    margin-right: -4rem; }
  .p-top-recruit__btn {
    margin-top: 8rem;
    text-align: center;
    margin-bottom: 3rem; }
    .p-top-recruit__btn a {
      color: #231815;
      font-size: var(--size-p);
      font-weight: bold;
      line-height: 150%;
      letter-spacing: 0.18rem;
      display: inline-flex;
      align-items: center;
      width: 60rem;
      height: 12rem;
      padding-left: 15rem;
      border: 1px solid #E1D9D7;
      font-family: "Shippori Mincho", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
      text-decoration: none; }
      .p-top-recruit__btn a span {
        position: relative;
        padding-right: 9rem; }
        .p-top-recruit__btn a span::before {
          content: "";
          position: absolute;
          width: 1rem;
          height: 1rem;
          background-image: url(assets/img/icon_recruit.png);
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          top: 50%;
          right: 0;
          transform: translateY(-50%); }

.p-top--slide {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: -9rem; }
  .p-top--slide.vz-01 {
    margin-bottom: 4rem;
    margin-top: -3rem; }
  .p-top--slide__list {
    display: flex;
    width: max-content;
    animation: slide-left 20s linear infinite;
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0; }
    .p-top--slide__list.vz-03 {
      gap: 0; }
    .p-top--slide__list:hover {
      animation-play-state: running; }
  .p-top--slide__item {
    width: 60rem; }
    .p-top--slide__item.vz-02 {
      width: 45rem; }

@keyframes slide-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
.p-top-insta {
  position: relative;
  background: #FCFBF6;
  padding: 6.8rem 0 8rem 0; }
  .p-top-insta__ima {
    margin-bottom: 5.5rem; }
    .p-top-insta__ima img {
      display: block;
      width: 100%;
      height: auto; }

.p-top-insta .c-top__title--01 {
  margin-bottom: 5.5rem; }

.p-top-blog {
  padding: 6.3rem 0 8rem 0; }
  .p-top-blog .p-blog__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem 6rem;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 6rem; }
  .p-top-blog .p-blog__card {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 4rem 3.8rem;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    text-decoration: none; }
  .p-top-blog .p-blog__thumb {
    flex-shrink: 0;
    width: 13rem;
    height: 13rem; }
    .p-top-blog .p-blog__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .p-top-blog .p-blog__date {
    display: block;
    color: #8C7F73;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.16rem; }
  .p-top-blog .p-blog__excerpt {
    color: #231815;
    font-size: var(--size-p);
    font-weight: 300;
    line-height: 170%;
    letter-spacing: 0.18rem;
    margin-bottom: .6rem; }
  .p-top-blog .p-blog__more {
    display: block;
    color: #6D635B;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.08rem; }

.p-top-blog .c-top__button--01 a {
  background: #F1F1F1;
  border: none; }
  .p-top-blog .c-top__button--01 a:hover {
    background: #B18C57;
    color: #FFF; }
    .p-top-blog .c-top__button--01 a:hover::before {
      background: #FFF; }

.p-top-blog .c-top__title--01 {
  margin-bottom: 5.5rem; }

.p-top-greeting {
  padding: 10rem 0;
  overflow: hidden;
  background: url(assets/img/bg_greeting.jpg) center/cover no-repeat; }
  .p-top-greeting__card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(assets/img/bg_greeting2.jpg) center/cover no-repeat;
    margin-top: 2rem;
    position: relative;
    z-index: 0; }
    .p-top-greeting__card::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 0.8;
      background: #15264F; }
  .p-top-greeting__left {
    width: calc(100% - 61rem);
    padding-left: 16.8rem;
    padding-right: .4rem; }
  .p-top-greeting__text {
    margin-bottom: 4rem; }
    .p-top-greeting__text p {
      color: #fff;
      font-size: var(--size-p);
      font-weight: 400;
      line-height: 225%;
      letter-spacing: 0.16rem; }
  .p-top-greeting__right {
    width: 61rem;
    position: relative;
    margin-left: 10rem; }
  .p-top-greeting__doctor {
    margin-top: -6rem; }
  .p-top-greeting .c-top__title--01 {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: .16rem;
    margin-bottom: 3rem; }
    .p-top-greeting .c-top__title--01 .title {
      letter-spacing: 1rem;
      line-height: 110%;
      color: #fff; }
  .p-top-greeting__name {
    position: absolute;
    left: 25%;
    bottom: 9.5rem;
    transform: translateX(-50%);
    width: 32.2rem;
    padding: 1rem 1.5rem 1rem 10.5rem;
    background: #131E34;
    z-index: 0; }
    .p-top-greeting__name::before {
      content: "";
      position: absolute;
      width: 7rem;
      height: 7rem;
      top: 50%;
      left: 1.5rem;
      transform: translateY(-50%);
      background: url(assets/img/logo-tenjin.png) no-repeat center;
      background-size: contain; }
    .p-top-greeting__name .text1 {
      color: #C8962E;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 170%;
      letter-spacing: 0.13rem;
      font-family: "Shippori Mincho", serif; }
    .p-top-greeting__name .text2 {
      color: #C8962E;
      font-size: 3.8rem;
      font-weight: 400;
      line-height: 120%;
      letter-spacing: 0.48rem;
      font-family: "Shippori Mincho", serif; }
    .p-top-greeting__name span {
      color: #C8962E;
      font-size: 1.7rem;
      font-weight: 400;
      line-height: 170%;
      letter-spacing: 0.3rem; }

.p-top-greeting .c-top__button--gp01 .c-top__button--02 a {
  width: 30rem; }

.p-top-greeting .c-top__button--gp01 {
  gap: 2.6rem; }

.p-top-feature {
  position: relative;
  padding: 10.2rem 0 0;
  background: rgba(225, 217, 215, 0.3);
  overflow: hidden;
  z-index: 1; }
  .p-top-feature::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 33rem;
    background: url(assets/img/bg_feature03.jpg) center top/contain no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    z-index: -1; }
  .p-top-feature__block {
    background-color: #B18C57;
    padding: 2rem 3.5rem;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 12rem; }
    .p-top-feature__block::before {
      content: "";
      position: absolute;
      inset: 1.8rem;
      border: 2px solid rgba(255, 255, 255, 0.8); }
    .p-top-feature__block::after {
      content: "";
      position: absolute;
      width: 44.8rem;
      height: 14.6rem;
      background: url(assets/img/icon2_feature01.png) center/cover no-repeat;
      bottom: 0;
      left: -3rem;
      clip-path: polygon(1% 0%, 100% 99%, 0% 99%); }
    .p-top-feature__block__left {
      width: calc(100% - 93rem + 1rem);
      padding-right: 12rem;
      padding-top: 14rem;
      padding-left: 8rem;
      position: relative; }
      .p-top-feature__block__left::before {
        content: "";
        position: absolute;
        width: 17.2rem;
        height: 16.9rem;
        background: url(assets/img/icon_feature01.png) center/cover no-repeat;
        top: -9rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5; }
      .p-top-feature__block__left .text {
        color: #FFFFFF;
        font-size: 4rem;
        font-weight: 400;
        line-height: 170%;
        letter-spacing: 0.4rem;
        text-align: center;
        font-family: "Shippori Mincho", serif;
        margin-bottom: 3.2rem; }
      .p-top-feature__block__left .desc {
        color: #FFFFFF;
        font-size: var(--size-p);
        font-weight: 300;
        line-height: 185%;
        letter-spacing: 0.18rem;
        margin-bottom: 5.2rem; }
    .p-top-feature__block__right {
      width: 93rem;
      display: flex;
      flex-wrap: wrap;
      margin-right: -1rem;
      position: relative; }
      .p-top-feature__block__right .item_img {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem; }
      .p-top-feature__block__right::before {
        content: "";
        position: absolute;
        width: 45rem;
        height: 40rem;
        background-color: rgba(225, 217, 215, 0.6);
        right: -2.5rem;
        top: 69%;
        border: none;
        transform: translatey(50%); }
      .p-top-feature__block__right .img_01 {
        margin-top: -3.4rem;
        margin-bottom: 1rem; }
      .p-top-feature__block__right .img_02 {
        margin-top: -8rem; }
    .p-top-feature__block.vz-02 {
      background: url(assets/img/bg_feature02.jpg) center/cover no-repeat;
      padding: 4.5rem 0;
      max-width: 150rem;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      margin-bottom: 15rem; }
      .p-top-feature__block.vz-02 .c-top__button--gp01 {
        margin-bottom: 5rem; }
        .p-top-feature__block.vz-02 .c-top__button--gp01 .c-top__button--02.vp-01 a {
          width: 29rem;
          padding-right: 4rem; }
      .p-top-feature__block.vz-02::before {
        display: none; }
      .p-top-feature__block.vz-02::after {
        display: none; }
      .p-top-feature__block.vz-02 .p-top-feature__block__box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 3rem;
        max-width: 140rem;
        margin-left: auto;
        margin-right: auto; }
        .p-top-feature__block.vz-02 .p-top-feature__block__box .img_03 {
          width: calc((100% - 9rem) / 4); }
          .p-top-feature__block.vz-02 .p-top-feature__block__box .img_03 img {
            width: 100%; }
          .p-top-feature__block.vz-02 .p-top-feature__block__box .img_03 p {
            color: #FFFFFF;
            font-size: 2.96rem;
            font-weight: 400;
            line-height: 170%;
            letter-spacing: 0.4rem;
            text-align: center;
            font-family: "Shippori Mincho", serif;
            padding-top: 2rem; }
      .p-top-feature__block.vz-02 .p-top-feature__block__content {
        margin-top: 10.5rem; }
        .p-top-feature__block.vz-02 .p-top-feature__block__content .text {
          color: #FFFFFF;
          font-size: 4rem;
          font-weight: 400;
          line-height: 170%;
          letter-spacing: 0.4rem;
          text-align: center;
          font-family: "Shippori Mincho", serif;
          margin-bottom: 1.5rem; }
        .p-top-feature__block.vz-02 .p-top-feature__block__content .desc {
          color: #FFFFFF;
          font-size: var(--size-p);
          font-weight: 300;
          line-height: 185%;
          letter-spacing: 0.18rem;
          margin-bottom: 4rem;
          text-align: center;
          padding: 0 11rem; }
    .p-top-feature__block.vz-03 {
      flex-direction: row-reverse;
      padding: 4rem 3.5rem;
      margin-bottom: 3.8rem; }
      .p-top-feature__block.vz-03::after {
        width: 53rem;
        left: auto;
        right: 0;
        transform-origin: center;
        background: url(assets/img/icon2_feature03.png) center/cover no-repeat;
        clip-path: polygon(100% 1%, 0% 99%, 100% 100%); }
      .p-top-feature__block.vz-03 .p-top-feature__block__left {
        width: calc(100% - 97rem + 4rem);
        padding-right: 3.8rem;
        padding-left: 7.5rem;
        padding-top: 13rem; }
        .p-top-feature__block.vz-03 .p-top-feature__block__left::before {
          background: url(assets/img/icon_feature03.png) center/cover no-repeat; }
      .p-top-feature__block.vz-03 .p-top-feature__block__right {
        width: 97rem;
        margin-left: -4rem;
        margin-right: 0;
        position: relative; }
        .p-top-feature__block.vz-03 .p-top-feature__block__right::before {
          display: none; }
      .p-top-feature__block.vz-03 .p-top-feature__block__right .img_04 {
        margin-top: -10.9rem;
        margin-bottom: 0;
        clip-path: polygon(0% 0%, calc(100% - 1rem) 0%, 100% 85%, 100% 100%, 0% 100%); }
    .p-top-feature__block.vz-04 {
      background: none;
      padding: 0;
      margin-top: 3.8rem; }
      .p-top-feature__block.vz-04::after, .p-top-feature__block.vz-04::before {
        display: none; }
      .p-top-feature__block.vz-04 .c-top__button--gp01 {
        margin-bottom: 5rem; }
        .p-top-feature__block.vz-04 .c-top__button--gp01 .c-top__button--02.vp-04 a {
          letter-spacing: 0; }
      .p-top-feature__block.vz-04 .container {
        width: 50%;
        background-color: #1B1E34;
        padding: 0 0 10rem;
        position: relative; }
        .p-top-feature__block.vz-04 .container.vp-02 {
          transform: translateY(6rem); }
        .p-top-feature__block.vz-04 .container .img_06 {
          position: relative; }
          .p-top-feature__block.vz-04 .container .img_06.vp-04::before {
            background: url(assets/img/icon_feature05.png) center/cover no-repeat; }
          .p-top-feature__block.vz-04 .container .img_06::before {
            content: "";
            position: absolute;
            width: 17.2rem;
            height: 16.9rem;
            background: url(assets/img/icon_feature04.png) center/cover no-repeat;
            bottom: -11.4rem;
            left: 50%;
            transform: translateX(-50%);
            z-index: 5; }
        .p-top-feature__block.vz-04 .container .p-top-feature__block__content {
          padding-top: 14.5rem; }
          .p-top-feature__block.vz-04 .container .p-top-feature__block__content .text {
            color: #FFFFFF;
            font-size: 4rem;
            font-weight: 400;
            line-height: 170%;
            letter-spacing: 0.4rem;
            text-align: center;
            font-family: "Shippori Mincho", serif;
            margin-bottom: 3rem;
            position: relative; }
          .p-top-feature__block.vz-04 .container .p-top-feature__block__content .desc {
            color: #FFFFFF;
            font-size: var(--size-p);
            font-weight: 300;
            line-height: 185%;
            letter-spacing: 0.18rem;
            padding: 4rem 9rem 5.8rem;
            position: relative; }
            .p-top-feature__block.vz-04 .container .p-top-feature__block__content .desc::before {
              content: "";
              position: absolute;
              width: calc(100% - 18rem);
              height: 1px;
              left: 9rem;
              top: 0;
              background: #fff; }
            .p-top-feature__block.vz-04 .container .p-top-feature__block__content .desc.vp-03 {
              padding: 4rem 8.1rem 5.8rem; }
              .p-top-feature__block.vz-04 .container .p-top-feature__block__content .desc.vp-03::before {
                content: "";
                position: absolute;
                width: calc(100% - 17.5rem);
                height: 1px;
                left: 8rem; }
        .p-top-feature__block.vz-04 .container.vp-02 {
          background-color: #45340C; }
  .p-top-feature__field {
    margin: auto;
    position: relative; }
    .p-top-feature__field::before {
      content: "";
      position: absolute;
      width: 17.2rem;
      height: 16.9rem;
      background: url(assets/img/icon_feature02.png) center/cover no-repeat;
      top: -10rem;
      left: 50%;
      transform: translateX(-50%); }
    .p-top-feature__field::after {
      content: "";
      position: absolute;
      width: 45rem;
      height: 40rem;
      background-color: rgba(169, 142, 85, 0.2);
      left: -21rem;
      top: 53%;
      border: none;
      transform: translateY(50%);
      z-index: -1; }
  .p-top-feature .c-top__title--01 {
    margin-bottom: 9rem; }

@media (max-width: 1440px) and (min-width: 960.5px) {
  .p-top--slide.vz-01 {
    margin-top: 0; }

  .p-top-feature {
    padding-top: 8rem; }
    .p-top-feature .c-top__title--01 {
      margin-bottom: 7rem; }
    .p-top-feature__block {
      padding: 2rem;
      margin-bottom: 10rem; }
      .p-top-feature__block::after {
        width: 35rem;
        height: 11rem; }
      .p-top-feature__block__left {
        width: calc(100% - 75rem);
        padding-top: 11rem;
        padding-left: 3rem;
        padding-right: 3rem; }
        .p-top-feature__block__left::before {
          width: 14rem;
          height: 14rem;
          top: -7rem; }
        .p-top-feature__block__left .text {
          font-size: 3.2rem;
          margin-bottom: 1.2rem; }
      .p-top-feature__block__right {
        width: 75rem;
        gap: 2rem; }
        .p-top-feature__block__right::before {
          width: 35rem;
          height: 30rem; }
      .p-top-feature__block.vz-02 {
        padding: 4rem 2rem;
        margin-bottom: 12rem; }
        .p-top-feature__block.vz-02 .p-top-feature__block__content {
          margin-top: 8rem; }
          .p-top-feature__block.vz-02 .p-top-feature__block__content .text {
            font-size: 3.2rem; }
          .p-top-feature__block.vz-02 .p-top-feature__block__content .desc {
            padding: 0 4rem; }
        .p-top-feature__block.vz-02 .p-top-feature__block__box {
          gap: 2rem; }
          .p-top-feature__block.vz-02 .p-top-feature__block__box .img_03 {
            width: calc((100% - 6rem) / 4); }
            .p-top-feature__block.vz-02 .p-top-feature__block__box .img_03 p {
              font-size: 2.2rem; }
      .p-top-feature__block.vz-03 .p-top-feature__block__left {
        width: calc(100% - 97rem + 24rem);
        padding-left: 3.5rem; }
        .p-top-feature__block.vz-03 .p-top-feature__block__left::before {
          width: 14rem;
          height: 14rem; }
      .p-top-feature__block.vz-03 .p-top-feature__block__right {
        margin-left: -24rem; }
      .p-top-feature__block.vz-03 .p-top-feature__block__right .img_01 {
        margin-top: -5rem; }
      .p-top-feature__block.vz-04 .container.vp-02::before {
        top: 35%; }
      .p-top-feature__block.vz-04 .container::before {
        width: 14rem;
        height: 14rem;
        top: 28%; }
      .p-top-feature__block.vz-04 .container .p-top-feature__block__content .text {
        font-size: 3rem; }
      .p-top-feature__block.vz-04 .container .p-top-feature__block__content .desc {
        padding: 4rem 4rem 5rem; }
        .p-top-feature__block.vz-04 .container .p-top-feature__block__content .desc::before {
          width: calc(100% - 8rem);
          left: 4rem; }
        .p-top-feature__block.vz-04 .container .p-top-feature__block__content .desc.vp-03 {
          padding: 4rem 4rem 5rem; }
          .p-top-feature__block.vz-04 .container .p-top-feature__block__content .desc.vp-03::before {
            width: calc(100% - 8rem);
            left: 4rem; }
    .p-top-feature__field::before {
      width: 14rem;
      height: 14rem;
      top: -8rem; }
    .p-top-feature__field::after {
      width: 35rem;
      height: 30rem;
      left: -20rem; }

  .p-top-greeting__left {
    padding-left: 12rem; } }
@media (max-width: 960px) {
  .p-top-recruit__content {
    flex-direction: column;
    margin-top: 2rem; }
  .p-top-recruit__left {
    padding-left: 0;
    font-size: 3.5rem;
    padding-bottom: 1rem; }
  .p-top-recruit__right {
    margin-right: 0;
    font-size: 1.5rem;
    line-height: 185%; }
  .p-top-recruit__btn {
    margin-top: 3rem; }
    .p-top-recruit__btn a {
      width: 30rem;
      height: auto;
      justify-content: center;
      padding: 2.5rem 2rem; }
      .p-top-recruit__btn a span {
        padding-right: 4rem; }

  .p-top--slide {
    margin-bottom: -7rem; }
    .p-top--slide__item {
      width: 20rem; }

  .p-top--slide.vz-01 {
    margin-top: -5rem; }

  .p-top-insta {
    padding: 4rem 0; }
    .p-top-insta__ima {
      margin-bottom: 2rem; }
    .p-top-insta .c-top__title--01 {
      margin-bottom: 2rem; }

  .p-top-blog {
    padding: 3rem 0 3rem 0; }
    .p-top-blog .p-blog__thumb {
      width: 10rem;
      height: 10rem; }

  .p-top-blog .p-blog__list {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 3rem; }

  .p-top-blog .p-blog__card {
    padding: 1rem;
    gap: 1rem; }

  .p-top-blog .c-top__title--01 {
    margin-bottom: 4rem; }

  .p-top-blog .p-blog__more {
    font-size: 1.5rem; }

  .p-top-greeting {
    padding: 14rem 0 4rem; }
    .p-top-greeting__card {
      flex-direction: column;
      background-size: cover;
      padding: 4rem 0rem;
      margin: 0;
      margin-bottom: 0;
      padding-bottom: 0;
      background: none; }
    .p-top-greeting__left {
      width: 100%;
      padding-left: 0;
      margin-top: 0;
      order: 2;
      background: #ffffff;
      padding: 1.5rem;
      border-radius: 0;
      z-index: 2;
      margin-right: 0; }
    .p-top-greeting__right {
      width: 100%;
      margin-left: 0;
      top: 0;
      order: 1;
      display: flex;
      justify-content: center;
      margin-bottom: 0;
      border-radius: 0;
      border-top-left-radius: 2rem; }
    .p-top-greeting__doctor img {
      max-width: 26rem;
      width: 100%;
      margin: 0 auto; }
    .p-top-greeting__text {
      margin-bottom: 3rem; }
      .p-top-greeting__text p {
        font-size: 1.5rem;
        letter-spacing: .08rem;
        padding: 8px 0;
        color: #231815; }
    .p-top-greeting__name {
      width: calc(100% - 2rem);
      padding: 1.2rem;
      left: 50%;
      bottom: 1.5rem;
      border-radius: 1rem;
      z-index: 9; }
      .p-top-greeting__name .text1 {
        font-size: 1.5rem;
        text-align: center; }
      .p-top-greeting__name .text2 {
        font-size: 2.2rem;
        text-align: center; }
      .p-top-greeting__name p .item {
        text-align: center;
        font-size: 1rem;
        display: block; }

  .p-top-greeting .c-top__title--01 {
    top: -16rem;
    right: auto;
    writing-mode: unset; }
    .p-top-greeting .c-top__title--01 .title {
      font-size: 3.6rem;
      letter-spacing: 1rem;
      color: #131e34; }
    .p-top-greeting .c-top__title--01 p {
      font-size: 1.5rem;
      letter-spacing: 0.4rem;
      text-align: center; }

  .p-top-greeting .c-top__button--gp01 {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center; }

  .p-top-greeting .c-top__button--gp01 .c-top__button--02 a {
    border: #cd9a67 solid 1px;
    color: #231815; }
    .p-top-greeting .c-top__button--gp01 .c-top__button--02 a::before {
      background: #231815; }

  .p-top--slide__item.vz-02 {
    width: 20rem; }

  .p-top-feature {
    padding: 6rem 0 0; }
    .p-top-feature::before {
      background-size: cover;
      bottom: 0; }
    .p-top-feature .c-top__title--01 {
      margin-bottom: 5rem; }
    .p-top-feature__block {
      padding: 2rem;
      margin-bottom: 8rem; }
      .p-top-feature__block::before {
        display: none; }
      .p-top-feature__block::after {
        display: none; }
      .p-top-feature__block__left, .p-top-feature__block__right {
        width: 100%; }
        .p-top-feature__block__left .item_img, .p-top-feature__block__right .item_img {
          gap: 1rem; }
        .p-top-feature__block__left .img_01, .p-top-feature__block__right .img_01 {
          margin-top: 0; }
        .p-top-feature__block__left .img_02, .p-top-feature__block__right .img_02 {
          margin-top: 0; }
      .p-top-feature__block__left {
        padding: 8rem 0 0;
        order: 1; }
      .p-top-feature__block__left::before {
        width: 13rem;
        height: 13rem;
        top: -5rem; }
      .p-top-feature__block__left .text,
      .p-top-feature__block .p-top-feature__block__content .text {
        font-size: 2.8rem;
        margin-bottom: 2rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        letter-spacing: 0; }
      .p-top-feature__block__left .desc,
      .p-top-feature__block .p-top-feature__block__content .desc {
        margin-bottom: 3rem;
        padding: 0 1.5rem; }
      .p-top-feature__block__right {
        margin: 0;
        justify-content: center;
        gap: 1.5rem; }
      .p-top-feature__block__right::before {
        display: none; }
    .p-top-feature__block.vz-02 {
      padding: 4rem 1.5rem;
      margin-bottom: 6rem; }
      .p-top-feature__block.vz-02 .p-top-feature__block__content {
        margin-top: 6rem; }
        .p-top-feature__block.vz-02 .p-top-feature__block__content .text {
          font-size: 2.8rem; }
        .p-top-feature__block.vz-02 .p-top-feature__block__content .desc {
          padding: 0; }
      .p-top-feature__block.vz-02 .p-top-feature__block__box {
        gap: 2rem 1rem; }
        .p-top-feature__block.vz-02 .p-top-feature__block__box .img_03 {
          width: calc((100% - 1rem) / 2); }
          .p-top-feature__block.vz-02 .p-top-feature__block__box .img_03 p {
            font-size: 1.8rem;
            letter-spacing: 0;
            padding-top: 1rem; }
    .p-top-feature__block.vz-03 {
      flex-direction: column;
      padding: 0; }
      .p-top-feature__block.vz-03::after {
        right: -1rem;
        width: 20rem;
        height: 7rem; }
      .p-top-feature__block.vz-03 .p-top-feature__block__left {
        width: 100%;
        padding: 8rem 0 0; }
      .p-top-feature__block.vz-03 .p-top-feature__block__right {
        width: 100%;
        margin: 0; }
      .p-top-feature__block.vz-03 .p-top-feature__block__right .img_04 {
        margin-top: 0;
        clip-path: none; }
    .p-top-feature__block.vz-04 .container {
      width: 100%;
      padding-bottom: 6rem; }
      .p-top-feature__block.vz-04 .container.vp-02 {
        transform: translateY(0);
        margin-top: 4rem; }
      .p-top-feature__block.vz-04 .container .img_06::before {
        width: 13rem;
        height: 13rem;
        bottom: -7rem; }
      .p-top-feature__block.vz-04 .container .p-top-feature__block__content {
        padding-top: 8rem; }
        .p-top-feature__block.vz-04 .container .p-top-feature__block__content .text {
          font-size: 2.8rem;
          padding-left: 1.5rem;
          padding-right: 1.5rem;
          letter-spacing: 0; }
      .p-top-feature__block.vz-04 .container .p-top-feature__block__content .desc,
      .p-top-feature__block.vz-04 .container .p-top-feature__block__content .desc.vp-03 {
        padding: 3rem 1.5rem 2rem; }
        .p-top-feature__block.vz-04 .container .p-top-feature__block__content .desc::before,
        .p-top-feature__block.vz-04 .container .p-top-feature__block__content .desc.vp-03::before {
          width: calc(100% - 4rem);
          left: 2rem; }
    .p-top-feature__field::before {
      width: 13rem;
      height: 13rem;
      top: -8rem; }
    .p-top-feature__field::after {
      display: none; }

  .p-top-feature .c-top__button--gp01 {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem; }
    .p-top-feature .c-top__button--gp01 .c-top__button--02 a {
      max-width: 30rem;
      margin-left: auto;
      margin-right: auto; }

  .p-top-feature__block.vz-02 .c-top__button--gp01 .c-top__button--02.vp-01 a {
    width: 26rem; }

  .p-top-feature__block.vz-04 .c-top__button--gp01 {
    margin-bottom: 0; } }
@media (max-width: 960px) and (min-width: 768px) {
  .p-top-blog .p-blog__list {
    grid-template-columns: repeat(2, 1fr); }

  .p-top-blog .p-blog__list {
    gap: 2rem 3rem; } }

/*# sourceMappingURL=style.css.map */
