@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto; }

input,
button,
textarea,
select {
  font: inherit;
  color: inherit; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word; }

a {
  color: inherit;
  text-decoration: none; }

ul,
ol {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  background: none;
  border: none;
  cursor: pointer;
  appearance: none; }

fieldset {
  border: none; }

:root {
  --font-size-html: 0.521105vw;
  --size-p: max(1.8rem, 14px); }
  @media (max-width: 1440px) and (min-width: 961px) {
    :root {
      --font-size-html: 0.694444vw; } }
  @media (max-width: 960px) and (min-width: 768px) {
    :root {
      --font-size-html: 1.30208vw; } }
  @media (max-width: 767px) {
    :root {
      --font-size-html: 2.66667vw;
      --size-p: max(1.5rem, 14px); } }

html {
  font-size: var(--font-size-html); }

body {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
  word-break: break-word;
  overflow-wrap: break-word; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1.4; }

a {
  transition: color 0.3s ease, opacity 0.3s ease; }
  a:hover {
    opacity: 0.7; }
  a:focus-visible {
    outline: 0.2rem solid #1a73e8;
    outline-offset: 0.2rem; }

img {
  vertical-align: bottom; }

p {
  font-size: var(--size-p);
  line-height: 185%;
  letter-spacing: .05em;
  font-weight: 500; }
  @media (max-width: 960px) {
    p {
      text-align: justify;
      letter-spacing: .02em; } }

::selection {
  background-color: #1a73e8;
  color: #fff; }

.u-hidden {
  display: none; }

@media (min-width: 768px) {
  .u-sp-only {
    display: none; } }

.u-pc-only {
  display: none; }
  @media (min-width: 768px) {
    .u-pc-only {
      display: block; } }

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.d-block {
  display: block; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: flex;
  flex-wrap: wrap; }

.d-inline-flex {
  display: inline-flex; }

.d-grid {
  display: grid; }

.d-inline-grid {
  display: inline-grid; }

.d-none {
  display: none; }

.justify-start {
  justify-content: flex-start; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.items-start {
  align-items: flex-start; }

.items-center {
  align-items: center; }

.items-end {
  align-items: flex-end; }

.items-stretch {
  align-items: stretch; }

.p-text-center {
  text-align: center; }

@media (min-width: 960.5px) {
  .u-sp {
    display: none; } }
@media (max-width: 960px) {
  .u-pc {
    display: none; } }
.u-mt-0 {
  margin-top: 0; }

.u-mt-xs {
  margin-top: 1rem; }

.u-mt-sm {
  margin-top: 2rem; }

.u-mt-md {
  margin-top: 3rem; }

.u-mt-lg {
  margin-top: 5rem; }

.u-mt-xl {
  margin-top: 8rem; }

.u-mb-0 {
  margin-bottom: 0; }

.u-mb-xs {
  margin-bottom: 1rem; }

.u-mb-sm {
  margin-bottom: 2rem; }
  @media (max-width: 960px) {
    .u-mb-sm {
      margin-bottom: 1rem; } }

.u-mb-md {
  margin-bottom: 3rem; }
  @media (max-width: 960px) {
    .u-mb-md {
      margin-bottom: 2rem; } }

.u-mb-lg {
  margin-bottom: 5rem; }
  @media (max-width: 960px) {
    .u-mb-lg {
      margin-bottom: 3rem; } }

.u-mb-xl {
  margin-bottom: 8rem; }
  @media (max-width: 960px) {
    .u-mb-xl {
      margin-bottom: 5rem; } }

.u-py-0 {
  padding: 0; }

.u-py-3 {
  padding: 3rem; }

.u-my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.u-mt-10 {
  margin-top: 10rem; }

.u-mt-4 {
  margin-top: 4rem; }

.u-mb-8 {
  margin-bottom: 8rem; }

.u-my-sm {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.u-py-md {
  padding: 3rem !important; }
  @media (max-width: 960px) {
    .u-py-md {
      padding: 2rem !important; } }

@media (max-width: 960px) {
  .p-3 {
    padding: 1.5rem; }

  .u-mt-10 {
    margin-top: 7rem; } }
.u-ai--center {
  align-items: center; }

.u-text-center {
  text-align: center; }

.u-text-left {
  text-align: left; }

.u-text-right {
  text-align: right; }

.u-text-sm {
  font-size: 1.4rem; }

.u-text-xs {
  font-size: 1.2rem; }

.u-text-lg {
  font-size: 1.8rem; }

.u-text-bold {
  font-weight: 700; }

.u-text-muted {
  color: #999; }

.u-text-primary {
  color: #1a73e8; }

.u-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.u-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.u-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.grits_meta_h1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none; }

.p-header__menu--tab {
  display: none; }

.p-header {
  height: 10rem; }
  .p-header__inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55;
    background: #fff;
    width: 100%;
    transition: all 0.35s;
    padding: 0 0 0 3rem;
    background: #FAF7F0;
    border-bottom: 1px solid #9C8954; }
  .p-header__brand a img {
    width: 33.2rem; }
  .p-header__right {
    gap: 0; }
  .p-header__menu {
    transition: all .35s;
    align-items: flex-end; }
    .p-header__menu .menu-item a {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 0 1.9rem;
      font-size: 0;
      text-align: center;
      position: relative;
      z-index: 0; }
      .p-header__menu .menu-item a:hover::before {
        content: "";
        position: absolute;
        width: 1.168rem;
        height: 0.584rem;
        background: #D7CAAE;
        bottom: -.3rem;
        left: 50%;
        transform: translateX(-50%);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        z-index: -1; }
    .p-header__menu .menu-item.current-menu-item a::before {
      content: "";
      position: absolute;
      width: 1.168rem;
      height: 0.584rem;
      background: #D7CAAE;
      bottom: -.3rem;
      left: 50%;
      transform: translateX(-50%);
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      z-index: -1; }
    .p-header__menu .menu-item .sub-menu .current-menu-item a::before {
      content: none; }
    .p-header__menu .menu-item .ja {
      display: flex;
      align-items: center;
      color: #454545;
      font-size: var(--size-p);
      min-height: 5rem;
      line-height: 150%;
      letter-spacing: 0;
      position: relative;
      z-index: 0; }
      .p-header__menu .menu-item .ja::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 2.5rem;
        background: #454545;
        top: 50%;
        transform: translateY(-50%);
        right: -1.9rem;
        z-index: -1; }
    .p-header__menu .menu-item .en {
      color: #9C8954;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 187.5%;
      letter-spacing: 0; }
    .p-header__menu li:last-child .ja::before {
      display: none; }
  .p-header__info--item {
    background: url(images/header_img01.jpg) no-repeat center/cover;
    position: relative;
    z-index: 0; }
    .p-header__info--item a {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 1.8rem 2.3rem; }
    .p-header__info--item .sub--title {
      color: #454545;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 187.5%;
      letter-spacing: 0; }
    .p-header__info--item .info {
      color: #454545;
      font-size: 3rem;
      font-weight: bold;
      line-height: 110%;
      letter-spacing: 0;
      position: relative;
      z-index: 0;
      padding-left: 2.4rem; }
      .p-header__info--item .info::before {
        content: "";
        position: absolute;
        width: 2.596rem;
        height: 2.596rem;
        -webkit-mask: url(images/icon_header-01.svg) center/100% no-repeat;
        mask: url(images/icon_header-01.svg) center/100% no-repeat;
        background: #9C8954;
        top: 57%;
        transform: translateY(-50%);
        left: -1rem;
        z-index: -1; }
    .p-header__info--item::before {
      content: "";
      position: absolute;
      width: 1.3rem;
      height: 1.3rem;
      background: #FAF7F0;
      bottom: .7rem;
      right: .7rem;
      z-index: -1;
      clip-path: polygon(100% 0, 100% 100%, 0 100%); }
  .p-header__info--item.vz-03 {
    background: url(images/header_img02.jpg) no-repeat center/cover; }
    .p-header__info--item.vz-03 a {
      padding: 1.8rem 1.2rem; }
    .p-header__info--item.vz-03 .sub--title {
      color: #FFF;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 167%;
      letter-spacing: -2px; }
    .p-header__info--item.vz-03 .info {
      color: #FFF;
      font-size: 2.5rem;
      font-weight: bold;
      line-height: 120%;
      letter-spacing: 0;
      padding-left: 4.5rem; }
      .p-header__info--item.vz-03 .info::before {
        content: "";
        position: absolute;
        width: 2.633rem;
        height: 2.501rem;
        -webkit-mask: url(images/icon_header-02.svg) center/100% no-repeat;
        mask: url(images/icon_header-02.svg) center/100% no-repeat;
        background: #FFF;
        top: 50%;
        left: 1rem; }

@media (min-width: 960.5px) {
  .c-hamburger {
    display: none; }

  .p-header__menu--01 > li {
    position: relative; }
  .p-header__menu--01 li .sub-menu {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    opacity: 0;
    right: 0;
    padding: 1.5rem;
    left: -2rem;
    top: 100%;
    transition: all 0.3s ease;
    width: 30rem; }
    .p-header__menu--01 li .sub-menu::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 0.8rem);
      left: 0;
      bottom: 0;
      z-index: -1;
      background: #9c8954; }
    .p-header__menu--01 li .sub-menu li {
      margin-left: 0;
      padding: 0;
      border-bottom: 1px solid #fff;
      border-right: 0; }
      .p-header__menu--01 li .sub-menu li:last-child {
        border-width: 0; }
      .p-header__menu--01 li .sub-menu li a {
        display: block;
        padding: 1.5rem 1.5rem 1.5rem 3rem;
        border-right: 0;
        color: #FFF;
        font-size: 1.6rem;
        position: relative;
        transition: all 0.35s;
        width: 100%;
        text-align: left; }
        .p-header__menu--01 li .sub-menu li a:hover::before {
          content: none; }
        .p-header__menu--01 li .sub-menu li a::after {
          content: "";
          position: absolute;
          top: 2.7rem;
          -webkit-mask: url(images/icon_arrow-02.svg) center/100% no-repeat;
          mask: url(images/icon_arrow-02.svg) center/100% no-repeat;
          background: #FFF;
          left: 1rem;
          width: 1rem;
          height: 1rem;
          clip-path: inherit; }
        .p-header__menu--01 li .sub-menu li a:hover {
          opacity: 0.8; }
  .p-header__menu--01 li.vz-02 {
    position: initial; }
    .p-header__menu--01 li.vz-02 .sub-menu {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      left: 0;
      top: calc(100% - .7rem);
      padding: 3rem 10rem 5rem !important; }
      .p-header__menu--01 li.vz-02 .sub-menu::before {
        height: calc(100% - 0.7rem); }
      .p-header__menu--01 li.vz-02 .sub-menu li {
        width: calc((100% - 6.001rem) / 3);
        margin-right: 3rem; }
        .p-header__menu--01 li.vz-02 .sub-menu li:nth-child(3n) {
          margin-right: 0; }
        .p-header__menu--01 li.vz-02 .sub-menu li:last-child {
          border-width: 1px; }
  .p-header__menu--01 li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    padding: 0.8rem 0 0; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-header__inner {
    padding: 0 0 0 1rem; }

  .p-header__right {
    gap: 0rem; }

  .p-header__brand a img {
    width: 24rem; }

  .p-header__info--item .info {
    font-size: 2rem;
    padding-left: 2rem; }

  .p-header__info--item.vz-03 .info {
    font-size: 1.8rem; }

  .p-header__info--item.vz-03 .sub--title {
    font-size: 1.6rem;
    letter-spacing: -1px; }

  .p-header__menu .menu-item a {
    padding: 0 1rem; }

  .p-header__menu .menu-item .ja {
    letter-spacing: -1px;
    line-height: 120%;
    font-size: 1.5rem; }

  .p-header__menu .menu-item .ja::before {
    right: -1rem; }

  .p-header__menu .menu-item .en {
    line-height: 130%;
    font-size: 1.4rem; }

  .p-header__info--item a {
    padding: 1.8rem .5rem 1.8rem 1.5rem; }

  .p-header__info--item.vz-03 a {
    padding: 1.8rem .5rem; }

  .p-header__info--item::before {
    width: 1rem;
    height: 1rem;
    bottom: .5rem;
    right: .5rem; }

  .p-header__menu .menu-item.current-menu-item a::before {
    bottom: -.7rem; } }
@media (max-width: 960px) {
  .p-header__inner {
    padding: .15rem 1rem; }
  .p-header__right {
    display: none; }
  .p-header__brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .p-header__brand a {
      padding: .5rem; }
      .p-header__brand a img {
        width: 23rem; }

  .c-hamburger {
    width: 6rem;
    height: 5.3rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.2rem 0.75rem;
    cursor: pointer; }

  .c-hamburger__line {
    background: #333333;
    display: block;
    height: 0.2rem;
    transition: transform 0.3s;
    width: 100%;
    transform-origin: center;
    position: relative; }

  .c-hamburger.active span:first-child {
    transform: rotate(45deg);
    margin-bottom: 0;
    top: 0.8rem;
    width: 100%; }

  .c-hamburger.active span:nth-child(2) {
    display: none; }

  .c-hamburger.active span:nth-child(3) {
    transform: rotate(135deg);
    top: -0.65rem;
    width: 100%; }

  .p-header__menu {
    display: none; }

  .p-header__menu--tab {
    display: block;
    padding: 3rem 1.5rem 15rem;
    overflow: auto;
    height: calc(100vh - 12rem);
    position: fixed;
    top: 5.74rem;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 5; }

  .p-header__menu--tab li a::before {
    content: "";
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    top: 0.7rem;
    left: 0;
    background: #b09e75;
    border-radius: 100%;
    transition: all 0.35s; }

  .p-header__menu--tab li a {
    color: #454545;
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
    position: relative;
    transition: all 0.35s;
    padding-left: 1.4rem; }

  .p-header__menu--tab li a.active {
    color: #b09e75; }

  .p-header__menu--tab li a {
    color: #454545;
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
    position: relative;
    transition: all 0.35s;
    padding-left: 1.4rem; }

  .p-header__info {
    display: none; }

  .p-header__menu--title {
    color: #b09e75;
    font-size: 3rem;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0;
    margin-bottom: 1rem; }

  .p-header__menu--list {
    grid-template-columns: 1fr 1fr;
    gap: 1rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-header__menu--tab li a::before {
    top: 1rem; } }
@media (max-width: 767px) {
  .p-header__menu--list {
    grid-template-columns: 1fr; } }
.footer-link-fix {
  position: fixed;
  right: 3rem;
  bottom: 8rem;
  z-index: 50; }
  .footer-link-fix li img {
    width: 40rem; }
  .footer-link-fix li.active {
    display: none; }
  .footer-link-fix .close {
    width: 2.6rem;
    height: 2.6rem;
    background: #9C8954;
    position: absolute;
    top: -2.6rem;
    right: 0;
    cursor: pointer;
    z-index: 1; }
    .footer-link-fix .close::before {
      content: "";
      position: absolute;
      width: 1.5rem;
      height: 1.5rem;
      -webkit-mask: url(images/icon-close.svg) center/100% no-repeat;
      mask: url(images/icon-close.svg) center/100% no-repeat;
      background: #FFF;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.p-footer__bottom {
  background: linear-gradient(90deg, #9c8954 0%, #b19f77 100%);
  padding: 1.8rem 2rem; }
.p-footer__credit {
  margin-right: 2rem; }
  .p-footer__credit img {
    width: 19rem; }
.p-footer__copy {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0; }
.p-footer__info--item {
  display: none; }
.p-footer__nav {
  gap: 5rem;
  padding-right: 25rem; }
.p-footer__nav--item {
  display: flex;
  align-items: center; }
.p-footer__nav--title {
  color: #BD9F77;
  font-size: 4rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
  border-right: 1px solid rgba(156, 137, 84, 0.5);
  width: 33.8rem;
  margin-right: 5rem;
  display: flex;
  align-items: center;
  flex-shrink: 0; }
.p-footer__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 3rem; }
  .p-footer__menu li a {
    color: #454545;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 167%;
    letter-spacing: 0;
    position: relative; }
  .p-footer__menu li::before {
    content: "•";
    margin-right: .5rem;
    font-size: 1.8rem;
    color: #BD9F77; }

.l-footer__inner {
  background: url(images/footer_img01.jpg) no-repeat center top/cover;
  padding: 9.2rem 0 12.3rem 0; }

@media (min-width: 960.5px) {
  .c-nav-fix {
    display: none; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-footer__nav {
    padding-right: 20rem; }
    .p-footer__nav--title {
      margin-right: 3rem; } }
@media (max-width: 960px) {
  .c-nav-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: flex;
    width: 100%; }
    .c-nav-fix li {
      width: calc(100% / 2);
      border-top: #FFF solid 1px;
      border-right: #FFF solid 1px; }
      .c-nav-fix li:last-child {
        border-right: 0; }
      .c-nav-fix li a {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding: .5rem;
        width: 100%;
        height: 6rem;
        background: #9c8954;
        color: #FFF;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0;
        position: relative; }
        .c-nav-fix li a::before {
          content: "";
          position: absolute;
          width: 2rem;
          height: 2rem;
          -webkit-mask: url(images/tel-icon02.png) center/100% no-repeat;
          mask: url(images/tel-icon02.png) center/100% no-repeat;
          background: #FFF;
          top: .8rem;
          left: 50%;
          transform: translateX(-50%); }
        .c-nav-fix li a:hover {
          opacity: 1; }
        .c-nav-fix li a.none_link {
          pointer-events: none; }
      .c-nav-fix li .c-nav-fix__web a::before {
        mask-image: url(images/web-icon01.png); }
      .c-nav-fix li .c-nav-fix__access a::before {
        mask-image: url(images/icon-location.svg);
        width: 1.4rem; }

  .footer-link-fix {
    right: 8rem; }
    .footer-link-fix li img {
      width: 28rem; }

  .l-footer__inner {
    display: none; }

  .p-footer {
    padding-bottom: 6rem; }
    .p-footer__bottom {
      padding: 1.8rem 1rem; }

  .p-footer__credit img {
    width: 11rem; }

  .p-footer__copy {
    font-size: 1.2rem; } }
[class^="grid-"],
[class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.l-grid-1200 {
  max-width: 123rem; }
.l-grid-1238 {
  max-width: 126.8rem; }
.l-grid-1281 {
  max-width: 131.1rem; }
.l-grid-1284 {
  max-width: 131.4rem; }
.l-grid-1310 {
  max-width: 134rem; }
.l-grid-1342 {
  max-width: 137.2rem; }
.l-grid-1440 {
  max-width: 147rem; }
.l-grid-1444 {
  max-width: 147.4rem; }
.l-grid-1470 {
  max-width: 150rem; }

.l-container {
  width: 100%;
  position: relative; }

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease; }
  .wow_custom.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
    .wow_custom.show.wow_vz_02 {
      animation: fade_in_0 500ms 500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_03 {
      animation: fade_in_0 500ms 1000ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_04 {
      animation: fade_in_0 500ms 1500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_05 {
      animation: fade_in_0 500ms 2000ms linear;
      animation-fill-mode: forwards; }

.anchor_fixtop,
.u-anchor-offset {
  display: block;
  position: relative;
  top: -18rem;
  width: 100%;
  visibility: hidden; }

@media (max-width: 960px) {
  .anchor_fixtop,
  .u-anchor-offset {
    top: -8rem; } }
.l-grid {
  width: 100%;
  display: grid;
  gap: 3rem;
  padding-left: 0;
  padding-right: 0; }
  .l-grid--2 {
    grid-template-columns: 1fr 40rem; }
  .l-grid--3 {
    grid-template-columns: repeat(3, 1fr); }
  .l-grid--4 {
    grid-template-columns: 1fr 30rem; }
  .l-grid--5 {
    grid-template-columns: 1fr 30rem; }
  .l-grid--reverse {
    direction: rtl; }
    .l-grid--reverse .l-grid__inner {
      direction: ltr; }
  @media (max-width: 960px) {
    .l-grid {
      gap: 1.5rem; }
      .l-grid__inner:first-child {
        order: 2; }
      .l-grid__inner:last-child {
        order: 1; }
      .l-grid--2 {
        grid-template-columns: 1fr; }
      .l-grid--3 {
        gap: 3rem 1.5rem;
        grid-template-columns: repeat(2, 1fr); }
      .l-grid--sp3 {
        gap: 0.5rem;
        grid-template-columns: repeat(3, 1fr); }
      .l-grid--4 {
        grid-template-columns: 1fr; }
        .l-grid--4 .l-grid__inner:first-child {
          order: -1; }
      .l-grid--5 {
        grid-template-columns: 1fr; }
        .l-grid--5 .l-grid__inner:first-child {
          order: -1; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slide {
  transition: transform 0.4s linear;
  /* Chuyển động tuyến tính */ }

.slick-list {
  overflow: hidden;
  /* Ẩn các phần slide bên ngoài */ }

.slick-track {
  display: flex; }

:root {
  --main-color: #b09e75;
  --main-color-light: rgba(202, 172, 103, 0.18);
  --main-color--title: #b09e75;
  --main-color-white: #ffffff;
  --size-v1: max(3rem, 20px);
  --size-v2: max(2.5rem, 18px);
  --size-v3: max(2rem, 18px);
  --size-v4: max(1.8rem, 16px);
  --letter-spacing-default: 0.05rem;
  --font-default: "Noto Sans JP", sans-serif;
  --font-family-heading: $f1; }

@media (max-width: 960px) {
  :root {
    --size-v1: max(1.9rem, 16px);
    --size-v2: max(1.8rem, 16px);
    --size-v3: max(1.7rem, 15px);
    --size-v4: max(1.6rem, 15px); } }
.c-heading {
  position: relative; }

.c-heading--lv1, .c-heading--lv1__v2 {
  position: relative;
  font-size: var(--size-v1);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 0 0 2rem 0;
  color: var(--main-color--title);
  font-family: var(--font-family-heading);
  text-align: center;
  font-weight: 600;
  margin-bottom: 4rem; }
  .c-heading--lv1::before, .c-heading--lv1__v2::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 7rem;
    height: 1.2rem;
    transform: translateX(-50%);
    border-bottom: 6px dotted var(--main-color); }
  .c-heading--lv1__v2 {
    text-align: left;
    line-height: 150%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 2rem;
    font-size: var(--size-v2);
    border-left: 0.6rem solid var(--main-color--title); }
    .c-heading--lv1__v2::before {
      content: none; }
  @media (max-width: 960px) {
    .c-heading--lv1, .c-heading--lv1__v2 {
      margin-bottom: 3rem;
      padding-bottom: 2rem; }
      .c-heading--lv1::before, .c-heading--lv1__v2::before {
        width: 6rem; }
      .c-heading--lv1__v2 {
        margin-bottom: 0;
        padding-bottom: 0; } }

.c-heading--lv2, .c-heading--lv2-alt {
  position: relative;
  font-size: var(--size-v2);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 1.5rem 2rem;
  color: var(--main-color-white);
  font-family: var(--font-family-heading);
  background: var(--main-color);
  width: calc(100% - 1.2rem);
  border: 1px dashed #fff;
  outline: 0.6rem solid var(--main-color);
  left: 0.6rem;
  font-weight: 600; }
  @media (max-width: 960px) {
    .c-heading--lv2, .c-heading--lv2-alt {
      padding: 1rem 1.5rem;
      text-align: justify; } }

.c-heading--lv2-alt {
  background: transparent;
  color: var(--main-color);
  border: 0;
  outline: 0;
  padding: 0 5rem 0 0;
  width: 100%;
  letter-spacing: 0.2rem;
  left: 0; }

.c-heading--lv3 {
  position: relative;
  font-size: var(--size-v3);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 0 0 1.5rem 0;
  color: var(--main-color);
  font-family: var(--font-family-heading); }
  .c-heading--lv3::before, .c-heading--lv3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.2rem;
    background: var(--main-color); }
  .c-heading--lv3::before {
    width: 10%;
    z-index: 2; }
  .c-heading--lv3::after {
    width: 100%;
    opacity: 0.1; }

.c-heading--lv4 {
  position: relative;
  font-size: var(--size-v4);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 0 0 0 2.5rem;
  color: var(--main-color);
  font-family: var(--font-family-heading);
  text-align: justify; }
  .c-heading--lv4.vs-01 {
    font-size: var(--size-v1);
    padding-left: 3.5rem; }
    .c-heading--lv4.vs-01::before {
      width: 2.5rem;
      height: 2.5rem;
      left: 0;
      top: 1.2rem; }
    @media (max-width: 960px) {
      .c-heading--lv4.vs-01 {
        padding-left: 2.5rem;
        margin-bottom: 0 !important; }
        .c-heading--lv4.vs-01::before {
          width: 1.8rem;
          height: 1.8rem;
          left: 0;
          top: 0.5rem; } }
  .c-heading--lv4::before {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    left: 0;
    top: 0.5rem;
    background: var(--main-color); }

.c-top__heading {
  position: relative;
  padding-top: 4rem;
  margin-bottom: 1.7rem; }
  .c-top__heading::before {
    content: "";
    position: absolute;
    width: 6.7rem;
    height: 5.3rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/title-icon02.png) no-repeat center;
    background-size: contain; }
  .c-top__heading--en {
    display: block;
    color: #f7ac63;
    font-size: 6rem;
    font-weight: 900;
    line-height: 130%;
    letter-spacing: 0; }
  .c-top__heading--jp {
    color: #454545;
    font-size: 3rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0; }
  .c-top__heading--desc {
    color: #f7ac63;
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0;
    display: block; }

@media (max-width: 960px) {
  .c-top__heading {
    padding-top: 2rem; }
    .c-top__heading::before {
      width: 4rem;
      height: 3.1rem; }
    .c-top__heading--en {
      font-size: 4rem; }
    .c-top__heading--jp {
      font-size: 2rem; }
    .c-top__heading--desc {
      font-size: 2.5rem; } }
.c-pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 7.1rem;
  height: 7.1rem;
  opacity: 0;
  border: 0;
  background: #9c8954;
  cursor: pointer;
  outline: none;
  transition: all 0.35s;
  z-index: 50; }
  .c-pagetop::before {
    content: "";
    position: absolute;
    width: 2.4rem;
    height: 1.2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #FFF; }
  .c-pagetop.show {
    opacity: 1; }
    .c-pagetop.show:hover {
      opacity: 0.8; }
  @media (max-width: 960px) {
    .c-pagetop {
      right: 1.5rem;
      bottom: 7rem;
      width: 5rem;
      height: 5rem;
      position: fixed; }
      .c-pagetop.fixed {
        bottom: 7rem; } }
  @media (max-width: 767px) {
    .c-pagetop {
      bottom: 12rem; } }

.c-menu__medical--list {
  margin-bottom: 3rem; }
  .c-menu__medical--list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem; }
  .c-menu__medical--list li a {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 175%;
    color: #3a82b3;
    position: relative;
    display: block;
    letter-spacing: 0;
    height: 100%;
    transition: all 0.35s;
    padding: 1rem;
    background: rgba(161, 222, 242, 0.2);
    border: #9c8954 solid 1px; }
    .c-menu__medical--list li a:hover {
      font-weight: bold; }
  .c-menu__medical--list li.current_page_item a {
    background: #9c8954;
    color: #FFF; }

@media (max-width: 960px) {
  .no_scroll {
    overflow: hidden; }

  .c-menu__medical--list li a {
    font-size: 1.5rem; } }
@media (max-width: 767px) {
  .c-menu__medical--list ul {
    gap: 1rem; }
  .c-menu__medical--list li {
    width: calc((100% - 1.001rem) / 2);
    margin-right: 0;
    bottom: 0; } }
.c-breadcrumb {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.2rem; }
  .c-breadcrumb__list {
    display: inline;
    gap: 0; }
  .c-breadcrumb__item {
    display: inline;
    position: relative; }
    .c-breadcrumb__item:not(:last-child) {
      padding-right: 1.5rem;
      margin-right: 1.5rem; }
      .c-breadcrumb__item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 49%;
        width: 0.8rem;
        aspect-ratio: 1 / 1;
        transform: translateY(-47%) rotate(45deg);
        border-top: 1px solid #353535;
        border-right: 1px solid #353535; }
  .c-breadcrumb__link {
    color: #454545; }
    .c-breadcrumb__link:hover {
      opacity: 1;
      text-decoration: underline; }
  .c-breadcrumb__current {
    color: #999; }
  .c-breadcrumb__link, .c-breadcrumb__current {
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 150%;
    letter-spacing: .05rem; }

.c-table {
  font-size: var(--size-p);
  color: #454545;
  line-height: 185%;
  letter-spacing: 0.05rem; }
  .c-table--01 {
    border-top: 1px dashed #dddddd; }
    @media (max-width: 960px) {
      .c-table--01 {
        border-top: 0px dashed #dddddd;
        border-bottom: 1px solid #dddddd; } }
    .c-table--01 .c-table__row {
      display: grid;
      grid-template-columns: 16rem 1fr;
      gap: 1rem;
      padding: 2rem 0;
      border-bottom: 1px dashed #dddddd; }
      @media (max-width: 960px) {
        .c-table--01 .c-table__row {
          grid-template-columns: 8rem 1fr;
          gap: 1rem;
          padding: 1.5rem 0;
          border-bottom: 0; }
          .c-table--01 .c-table__row:nth-child(odd) {
            background: rgba(156, 137, 84, 0.15); } }
    .c-table--01 .c-table__head {
      font-weight: 600; }
      @media (max-width: 960px) {
        .c-table--01 .c-table__head {
          padding-left: 1rem; } }
    .c-table--01 .c-table__body {
      font-weight: 500; }
      @media (max-width: 960px) {
        .c-table--01 .c-table__body {
          padding-right: 1rem; } }
    @media (max-width: 960px) {
      .c-table--01__spfull .c-table__row {
        grid-template-columns: 1fr; }
        .c-table--01__spfull .c-table__row:nth-child(odd) {
          background: transparent; }
      .c-table--01__spfull .c-table__head {
        padding: 1.5rem 2rem;
        background-color: var(--main-color-light); }
        .c-table--01__spfull .c-table__head br {
          display: none; }
      .c-table--01__spfull .c-table__body {
        padding-right: 0; }
      .c-table--01__spfull .c-list {
        margin: 0.5rem 0 0 0;
        padding: 0;
        gap: 0;
        background-color: transparent; } }
    .c-table--01.vz-02 .c-table__row {
      grid-template-columns: 25rem 1fr; }
    .c-table--01.vz-03 {
      border: 4px double #b09e75; }
      .c-table--01.vz-03 .c-table__row {
        border-bottom: 1px solid #b09e75;
        padding: 0; }
        .c-table--01.vz-03 .c-table__row:last-child {
          border-bottom: none; }
      .c-table--01.vz-03 .c-table__head {
        border-right: 1px solid #b09e75;
        padding: 1.5rem; }
      .c-table--01.vz-03 .c-table__body {
        padding: 1.5rem; }
  .c-table--02 {
    border-top: 0px dashed #dddddd;
    border-bottom: 1px dashed #dddddd; }
    .c-table--02 .c-table__row {
      grid-template-columns: 22rem 1fr;
      border-bottom: 0px dashed #dddddd; }
      .c-table--02 .c-table__row:nth-child(odd) {
        background-color: var(--main-color-light); }
    .c-table--02 .c-table__head {
      padding-left: 2rem; }
    @media (max-width: 960px) {
      .c-table--02 .c-table__row {
        gap: 0;
        grid-template-columns: 1fr; }
        .c-table--02 .c-table__row .c-table__body,
        .c-table--02 .c-table__row .c-table__head {
          padding-left: 1.5rem;
          padding-right: 1.5rem; } }
  .c-table--compare {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; }
    .c-table--compare .c-table__head,
    .c-table--compare .c-table__data {
      border: 1px solid #e5e5e5;
      padding: 1.5rem 2rem;
      text-align: center;
      vertical-align: middle;
      font-weight: 500; }
      @media (max-width: 960px) {
        .c-table--compare .c-table__head,
        .c-table--compare .c-table__data {
          padding: 1rem 0.5rem;
          font-size: 1.3rem; } }
    .c-table--compare .c-table__row--head .c-table__head {
      background: #f5f5f5;
      font-weight: 600; }
      .c-table--compare .c-table__row--head .c-table__head:first-child {
        width: 25%; }
        @media (max-width: 960px) {
          .c-table--compare .c-table__row--head .c-table__head:first-child {
            width: 30%; } }

.c-table--schedule {
  border-top: 1px solid #e5e5e5; }
  .c-table--schedule .c-table__row {
    display: grid;
    grid-template-columns: 26rem repeat(8, 1fr);
    border-bottom: 1px solid #e5e5e5; }
    @media (max-width: 960px) {
      .c-table--schedule .c-table__row {
        grid-template-columns: 10rem repeat(8, 1fr); } }
  .c-table--schedule .c-table__row--head {
    background: #f5f5f5;
    font-weight: 600; }
  .c-table--schedule .c-table__head,
  .c-table--schedule .c-table__body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-right: 1px solid #e5e5e5;
    font-weight: 500; }
    .c-table--schedule .c-table__head:first-child,
    .c-table--schedule .c-table__body:first-child {
      border-left: 1px solid #e5e5e5; }
    @media (max-width: 960px) {
      .c-table--schedule .c-table__head,
      .c-table--schedule .c-table__body {
        padding: 0.5rem;
        line-height: 150%; } }
  .c-table--schedule .c-table__head {
    text-align: center; }

.c-schedule-table {
  margin-bottom: 1.3rem; }
  .c-schedule-table .row {
    display: flex;
    position: relative;
    padding: 1.15rem 0px; }
    .c-schedule-table .row::before {
      content: "";
      position: absolute;
      width: calc(100% - 1.6rem);
      height: 1px;
      background: #a1def2;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); }
    .c-schedule-table .row:first-child {
      background: #a1def2;
      border-bottom: 0;
      border-radius: 2rem;
      padding: 0.65rem 0; }
      .c-schedule-table .row:first-child::before {
        content: none; }
      .c-schedule-table .row:first-child .col {
        color: #3a82b3; }
    .c-schedule-table .row .col {
      color: #454545;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0;
      width: calc((100% - 20.2rem) / 6);
      position: relative; }
      .c-schedule-table .row .col:first-child {
        width: 14.2rem;
        padding-left: 1.5rem; }
      .c-schedule-table .row .col:last-child {
        width: 6rem; }
      .c-schedule-table .row .col-02 {
        color: #3a82b3; }
      .c-schedule-table .row .col-desc {
        position: absolute;
        color: #454545;
        font-size: 1.6rem;
        width: 105%;
        bottom: -1.6rem;
        left: -2rem; }

@media (max-width: 960px) {
  .c-schedule-table .row .col {
    font-size: 1.5rem;
    width: calc((100% - 14rem) / 6); }
    .c-schedule-table .row .col:first-child {
      width: 10rem; }
    .c-schedule-table .row .col:last-child {
      width: 4rem; }
    .c-schedule-table .row .col-desc {
      width: 168%;
      bottom: 0;
      font-size: 1.4rem; }
  .c-schedule-table .row:first-child .col:first-child {
    padding-left: 1rem; }

  .c-table--01.vz-02 .c-table__row {
    grid-template-columns: 11rem 1fr; }

  .c-table--01.vz-03 .c-table__body {
    padding: 1.5rem 1rem 1.5rem 0; } }
.c-map {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 6;
  overflow: hidden;
  padding: 2rem; }
  .c-map iframe {
    position: relative;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 1; }
  .c-map::before, .c-map::after {
    content: "";
    position: absolute;
    width: 10rem;
    height: 10rem; }
  .c-map::before {
    left: 0;
    top: 0;
    border-left: 0.2rem solid var(--main-color);
    border-top: 0.2rem solid var(--main-color); }
  .c-map::after {
    right: 0;
    bottom: 0;
    border-right: 0.2rem solid var(--main-color);
    border-bottom: 0.2rem solid var(--main-color); }
  @media (max-width: 960px) {
    .c-map {
      aspect-ratio: 16 / 14;
      padding: 1rem; }
      .c-map::before, .c-map::after {
        width: 4rem;
        height: 4rem; } }

.c-list {
  list-style: none;
  background-color: rgba(69, 69, 69, 0.05);
  border-radius: 0.8rem;
  padding: 2rem;
  margin: 1rem 0; }
  .c-list li {
    position: relative;
    line-height: 1.8;
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 185%;
    letter-spacing: 0.05rem; }

.c-list--dot .c-list__item {
  padding-left: 1.6rem; }
  .c-list--dot .c-list__item::before {
    content: "・";
    position: absolute;
    left: 0; }

.c-list--bg {
  padding: 0;
  background-color: transparent; }
  .c-list--bg li {
    padding: 2rem;
    border-radius: 0.8rem;
    background-color: var(--main-color-light); }

.c-list--check .c-list__item {
  padding-left: 2rem; }
  .c-list--check .c-list__item::before {
    content: "✓";
    position: absolute;
    left: 0; }

.c-list--2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1rem; }
  @media (max-width: 960px) {
    .c-list--2col {
      grid-template-columns: repeat(1, 1fr); } }

.c-list--3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1rem; }
  @media (max-width: 960px) {
    .c-list--3col {
      grid-template-columns: repeat(1, 1fr); } }

.p-page-banner__content {
  position: relative;
  width: 100%;
  z-index: 0; }
  .p-page-banner__content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(156, 137, 84, 0.5);
    z-index: 1; }
.p-page-banner__image {
  display: block;
  width: 100%;
  height: 20rem;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .p-page-banner__image {
      height: 40rem; } }
  .p-page-banner__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(0.2rem); }
.p-page-banner__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30rem;
  padding: 2rem;
  z-index: 2;
  text-shadow: 0.3rem 0.3rem 0.4rem #333; }
  @media (min-width: 1024px) {
    .p-page-banner__title {
      min-width: 35rem;
      padding: 1.5rem 5rem; } }
  .p-page-banner__title .ja {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #ffffff;
    font-weight: 700; }
    @media (min-width: 1024px) {
      .p-page-banner__title .ja {
        font-size: 2.8rem;
        letter-spacing: 0.2rem; } }

.c-news__list {
  margin-bottom: 6rem;
  width: 100%; }
.c-news__main {
  width: calc(100% - 30rem); }
.c-news__sidebar {
  width: 30rem;
  padding-left: 5rem; }
.c-news__pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem; }
  .c-news__pagination .wp-pagenavi span,
  .c-news__pagination .wp-pagenavi a {
    height: 4rem;
    min-width: 4rem;
    border: 0.1rem solid #9c8954;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.55rem;
    color: #9c8954;
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.35s ease; }
  .c-news__pagination .wp-pagenavi a:hover,
  .c-news__pagination .wp-pagenavi .current {
    background: #9c8954;
    color: #fff; }
.c-news__archive {
  border: #9c8954 solid 0.1rem;
  margin-bottom: 3rem; }
  .c-news__archive:last-child {
    margin-bottom: 0; }
  .c-news__archive-title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    background: #9c8954;
    text-align: left;
    padding: 1rem;
    cursor: pointer;
    position: relative; }
    .c-news__archive-title::before {
      content: "";
      position: absolute;
      right: 1.5rem;
      top: 50%;
      width: 0.8rem;
      height: .8rem;
      transform: translateY(-50%) rotate(135deg);
      position: absolute;
      content: "";
      border-top: .1rem solid #FFFFFF;
      border-right: .1rem solid #FFFFFF;
      transition: all 0.35s; }
    .c-news__archive-title.active::before {
      transform: translateY(-50%) rotate(315deg); }
  .c-news__archive-list {
    padding: 0 1.5rem;
    max-height: 32rem;
    overflow: auto; }

.p-news__item {
  padding: 2rem 0;
  transition: background-color 0.3s ease;
  background: rgba(156, 137, 84, 0.2);
  margin-bottom: 1.5rem; }
  .p-news__item:nth-child(odd) {
    background: #9c8954; }
    .p-news__item:nth-child(odd) .p-news__date,
    .p-news__item:nth-child(odd) .p-news__title {
      color: #fff; }
  .p-news__item:last-child {
    margin-bottom: 0; }
  .p-news__item:hover {
    background: rgba(156, 137, 84, 0.5); }
    .p-news__item:hover .p-news__date,
    .p-news__item:hover .p-news__title {
      color: #171717; }
.p-news__link {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #222;
  text-decoration: none;
  font-size: 1.6rem;
  transition: color 0.3s ease; }
  .p-news__link:hover {
    color: #0073aa; }
.p-news__date {
  display: inline-block;
  min-width: 13rem;
  font-size: 1.8rem;
  color: #171717;
  line-height: 1.4;
  font-weight: 600;
  padding-left: 2rem;
  padding-right: 2rem;
  letter-spacing: .1rem; }
.p-news__title {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #171717;
  word-break: break-word;
  padding-right: 2rem; }
.p-news__archive-item {
  border-bottom: #9c8954 solid 1px; }
  .p-news__archive-item a {
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    display: block;
    padding: 1.3rem 0;
    transition: all 0.35s; }
    .p-news__archive-item a:hover {
      color: #9c8954; }
  .p-news__archive-item:last-child {
    border-bottom: 0; }

.p-single__header {
  background: rgba(156, 137, 84, 0.1);
  padding: 3rem; }
.p-single__title {
  font-size: 3.2rem;
  color: #9c8954;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.p-single__date {
  font-size: 1.6rem;
  color: #9c8954;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.3rem; }
.p-single__content {
  padding: 4rem 0; }
  .p-single__content :is(h1, h2, h3, h4, h5, h6) {
    font-size: 2.8rem;
    color: #171717;
    font-weight: 600;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .p-single__content h1 {
    border-bottom: #9c8954 solid 2px; }
  .p-single__content h2 {
    font-size: 2.6rem;
    background: #9c8954;
    border-radius: 1rem;
    color: #fff;
    padding: 1rem 2rem; }
  .p-single__content h3 {
    font-size: 2.4rem;
    position: relative;
    padding-left: 2.3rem; }
    .p-single__content h3::before {
      content: "";
      position: absolute;
      width: 1.5rem;
      height: 1.5rem;
      background: #9c8954;
      border-radius: 100%;
      top: 1.5rem;
      left: 0; }
  .p-single__content h4 {
    font-size: 2.2rem;
    border-left: #9c8954 solid 2px;
    padding-left: 2rem; }
  .p-single__content h5 {
    font-size: 2rem;
    position: relative; }
    .p-single__content h5::before {
      content: "";
      position: absolute;
      width: 8rem;
      height: 2px;
      background: #9c8954;
      bottom: 0;
      left: 0; }
  .p-single__content h6 {
    font-size: 1.8rem; }
  .p-single__content blockquote {
    background-color: #eeeeee;
    padding: 4rem; }
    .p-single__content blockquote p:last-child {
      margin-bottom: 0; }
  .p-single__content :is(p, td, li, th, blockquote, a) {
    font-size: 1.8rem;
    color: #171717;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .p-single__content a {
    color: #0073aa;
    text-decoration: underline; }
  .p-single__content ul,
  .p-single__content ol {
    list-style: disc;
    margin-left: 2.2rem;
    margin-bottom: 2.5rem; }
  .p-single__content ol {
    list-style: numbered; }
  .p-single__content li {
    margin-bottom: 0; }
    .p-single__content li:not(:last-child) {
      margin-bottom: 1rem; }
  .p-single__content hr {
    border: none;
    border-top: 0.1rem solid #cccccc;
    margin: 2rem 0; }
.p-single-nav {
  margin-top: 5rem; }
  .p-single-nav__list {
    display: flex;
    justify-content: space-between;
    gap: 2rem; }
  .p-single-nav__link {
    transition: all 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 6.5rem;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0.1rem solid #9c8954;
    border-radius: 3.3rem;
    background: #9c8954;
    text-decoration: none;
    transition: ease-in-out .3s; }
    .p-single-nav__link.p-single-nav__link--disabled {
      opacity: 0.5; }
.p-single__footer {
  margin-bottom: 10rem; }

@media (max-width: 960px) {
  .c-news__main {
    width: 100%;
    margin-bottom: 6rem; }
  .c-news__sidebar {
    padding-left: 0;
    width: 100%; }

  .p-news__date {
    font-size: 1.5rem;
    min-width: 11rem;
    padding-left: 1rem;
    padding-right: 0; }
  .p-news__title {
    font-size: 1.5rem;
    padding-right: 1rem; }
  .p-news__link {
    gap: 0; }
  .p-news__archive-item a {
    font-size: 1.5rem; } }
@media (max-width: 960px) {
  .p-single__content :is(p, td, li, th, blockquote, a) {
    font-size: 1.5rem;
    line-height: 185%; }
  .p-single__content h1 {
    font-size: 2.6rem; }
  .p-single__content h2 {
    font-size: 2.4rem; }
  .p-single__content h3 {
    font-size: 2.2rem; }
  .p-single__content h4 {
    font-size: 2rem; }
  .p-single__content h5 {
    font-size: 1.8rem; }
  .p-single__content h6 {
    font-size: 1.6rem; }
  .p-single__content blockquote {
    padding: 1.5rem; }
  .p-single__date {
    font-size: 1.5rem; }
  .p-single__title {
    font-size: 2rem; }
  .p-single-nav {
    margin-top: 0; }
    .p-single-nav__link {
      width: 20rem;
      height: 5rem;
      font-size: 1.5rem; } }
@media (max-width: 767px) {
  .p-single__header {
    padding: 1rem; }
  .p-single-nav__list {
    flex-wrap: wrap;
    gap: 1.5rem; }
  .p-single-nav__link {
    width: 100%; }
  .p-single-nav__item {
    width: calc((100% - 1.501rem) / 2); }
    .p-single-nav__item.p-single-nav__item--back {
      order: 1;
      width: 100%; } }
.p-column__list {
  flex-wrap: wrap;
  gap: 5rem 1.5rem; }
.p-column__item {
  flex: 0 0 calc((100% - 4.5rem) / 4);
  box-sizing: border-box; }

.c-column-card__thumb {
  margin-bottom: 1rem; }
  .c-column-card__thumb img {
    width: 100%;
    aspect-ratio: 4 / 2.8;
    object-fit: cover;
    border-radius: 1rem; }
.c-column-card__date {
  padding: 0.5rem 1.5rem;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 175%;
  letter-spacing: 0.1rem;
  text-decoration: none;
  background-color: #9c8954;
  transition: ease-in-out .3s;
  margin-bottom: 1rem;
  display: inline-block; }
.c-column-card__title a {
  font-size: 1.8rem;
  color: #171717;
  font-weight: bold;
  line-height: 155%;
  letter-spacing: 0.1rem;
  transition: ease-in-out .3s;
  text-decoration: none !important;
  text-align: justify;
  margin-bottom: 1rem;
  display: inline-block; }
.c-column-card__excerpt {
  font-size: 1.6rem;
  color: #171717;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.1rem;
  transition: ease-in-out .3s;
  text-decoration: none !important;
  text-align: justify; }

.mb-10 {
  margin-bottom: 10rem; }

.c-sitemap__menu--list {
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0; }
.c-sitemap__menu--link {
  display: inline-block;
  color: #454545;
  font-size: 1.8rem;
  line-height: 1.85;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500; }
  .c-sitemap__menu--link:hover {
    color: #9c8954; }

.l-author-container {
  background: rgba(156, 137, 84, 0.1);
  padding: 4.5rem; }

.c-author {
  border: #9c8954 solid 1px;
  background: #FFF;
  padding: 3rem;
  margin-bottom: 3rem; }
  .c-author:last-child {
    margin-bottom: 0; }
  .c-author__info {
    width: calc(100% - 33rem);
    padding-right: 6rem; }
  .c-author__avatar {
    width: 33rem; }
    .c-author__avatar img {
      width: 100%;
      border-radius: 0.5rem; }
  .c-author__title {
    color: #9c8954;
    font-size: 3rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.15rem;
    margin-bottom: 3rem; }
    .c-author__title.vz-02 {
      font-size: 2.4rem;
      margin-bottom: 1.5rem; }
  .c-author__name {
    border-bottom: #454545 dashed 1px;
    padding-bottom: 2.5rem;
    margin-bottom: 3rem; }
    .c-author__name p {
      color: #454545;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0; }
      .c-author__name p:nth-child(2) {
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 0.1rem; }
  .c-author__list {
    margin-bottom: 3.5rem; }
    .c-author__list li {
      color: #454545;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.1rem;
      position: relative;
      padding-left: 1.6rem;
      margin-bottom: 1.5rem; }
      .c-author__list li:last-child {
        margin-bottom: 0; }
      .c-author__list li::before {
        content: "";
        position: absolute;
        width: 0.6rem;
        height: 0.6rem;
        top: 1.2rem;
        left: 0;
        border-radius: 100%;
        background: #9c8954; }
  .c-author__desc {
    margin-bottom: 4rem;
    background: rgba(156, 137, 84, 0.2);
    padding: 2.5rem; }
    .c-author__desc p {
      color: #454545;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.1rem; }
  .c-author__link ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem; }
    .c-author__link ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 6rem;
      color: #FFF;
      font-size: var(--size-p);
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0;
      background: #9c8954; }
  .c-author__link.vz-02 ul {
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr); }
  .c-author__table {
    margin-bottom: 3rem;
    border: #999 solid 1px; }
    .c-author__table dl {
      display: flex;
      border-bottom: #999 solid 1px; }
      .c-author__table dl:last-child {
        border-bottom: 0; }
      .c-author__table dl dt,
      .c-author__table dl dd {
        color: #454545;
        font-size: var(--size-p);
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0.1rem;
        padding: 1rem 2rem; }
      .c-author__table dl dt {
        width: 16rem;
        background: #9c8954;
        color: #FFF; }
      .c-author__table dl dd {
        width: calc(100% - 16rem); }

.column-list__empty {
  background: rgba(156, 137, 84, 0.1);
  text-align: center;
  padding: 3rem; }
  .column-list__empty p {
    text-align: center; }

@media (max-width: 960px) {
  .l-author-container {
    padding: 1rem;
    margin-bottom: 6rem; }

  .c-author {
    padding: 2rem 1.5rem; }
    .c-author__info {
      width: 100%;
      padding-right: 0;
      order: 1; }
    .c-author__avatar {
      width: 100%;
      margin-bottom: 2rem; }
    .c-author__title {
      font-size: 2rem;
      margin-bottom: 1.5rem; }
      .c-author__title.vz-02 {
        font-size: 1.8rem; }
    .c-author__name {
      margin-bottom: 2.5rem; }
      .c-author__name p {
        font-size: 1.5rem; }
        .c-author__name p:nth-child(2) {
          font-size: 1.8rem; }
    .c-author__list {
      margin-bottom: 2.5rem; }
    .c-author__list li {
      font-size: 1.5rem;
      padding-left: 1.4rem;
      margin-bottom: 0.5rem; }
      .c-author__list li::before {
        top: 1rem; }
      .c-author__list li:last-child {
        margin-bottom: 0; }
    .c-author__desc {
      padding: 1.5rem;
      margin-bottom: 3rem; }
    .c-author__link ul {
      gap: 1rem; }
    .c-author__table dl dt,
    .c-author__table dl dd {
      padding: 0.7rem;
      font-size: 1.5rem; }
    .c-author__table dl dt {
      width: 9rem; }
    .c-author__table dl dd {
      width: calc(100% - 9rem); }

  .p-column__list {
    gap: 5rem 1rem; }
  .p-column__item {
    flex: 0 0 calc((100% - 1rem) / 2); }

  .c-column-card__date {
    font-size: 1.3rem; }
  .c-column-card__title a {
    font-size: 1.5rem; }
  .c-column-card__excerpt {
    font-size: 1.3rem; }

  .c-sitemap__menu--list {
    grid-template-columns: repeat(2, 1fr); }
  .c-sitemap__menu--link {
    font-size: 1.5rem; }

  .mb-10 {
    margin-bottom: 6rem; } }
@media (max-width: 767px) {
  .c-sitemap__menu--list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem; } }
.p-mv {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 0; }
  .p-mv__inner {
    width: 100%;
    max-width: 117rem;
    margin-left: auto;
    margin-right: 0; }
  .p-mv__item {
    width: 100%;
    max-width: 159rem;
    position: absolute;
    left: 50%;
    top: 42%;
    padding: 0 2.5rem;
    z-index: 0;
    transform: translate(-50%, -50%); }
    .p-mv__item .img-mv {
      position: absolute;
      bottom: -12.7rem;
      left: 17.5rem; }
  .p-mv__title h3 {
    font-size: 6rem;
    font-weight: 700;
    line-height: 117%;
    letter-spacing: 0;
    background: -webkit-linear-gradient(#9C8954, #B19F77);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 4.5rem; }
  .p-mv__title p {
    color: #454545;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0; }
  .p-mv::before {
    content: "";
    position: absolute;
    width: 62.2rem;
    height: 70.3rem;
    background: url(images/mv-img01.png) no-repeat center/cover;
    z-index: -1;
    bottom: 0;
    left: 0; }
  .p-mv::after {
    content: "";
    position: absolute;
    width: 56.2rem;
    height: 63.3rem;
    background: url(images/mv-img01.png) no-repeat center/cover;
    z-index: 1;
    top: 0;
    right: 0;
    transform: rotate(180deg); }
  .p-mv .slick-slide img {
    width: 100%;
    object-fit: cover; }

.p-message {
  padding: 7.5rem 0;
  background: #F3ECDF; }
  .p-message .p-top--title {
    position: relative;
    z-index: 1;
    margin-bottom: -7rem; }
    .p-message .p-top--title .p-top--title__en {
      padding-bottom: 3rem;
      letter-spacing: .85rem; }
  .p-message__container {
    background: #fff;
    padding: 6.8rem 0 5.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 0.4rem 0.4rem 0px rgba(0, 0, 0, 0.25);
    border-left: 1px solid #9C8954;
    border-right: 1px solid #9C8954;
    border-bottom: .5rem solid #9C8954;
    border-image: linear-gradient(90deg, #9c8954 0%, #b19f77 100%) 1;
    background-image: url(images/message_img03.png), url(images/message_img04.png);
    background-repeat: no-repeat;
    background-position: center left, center right;
    background-size: contain;
    position: relative;
    z-index: 0; }
    .p-message__container::before {
      content: "";
      position: absolute;
      width: 22rem;
      height: 0.95rem;
      background: url(images/message_img05.png) no-repeat center/cover;
      top: 0;
      left: 0;
      z-index: -2; }
    .p-message__container::after {
      content: "";
      position: absolute;
      width: 21.5rem;
      height: 0.95rem;
      background: url(images/message_img05.png) no-repeat center/cover;
      top: 0;
      right: 0;
      z-index: -2;
      transform: scaleX(-1); }
  .p-message__title h3 {
    color: #454545;
    font-size: 4rem;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0;
    text-align: end;
    margin-bottom: 1rem; }
  .p-message__title span {
    font-size: 6rem;
    margin-right: -3rem; }
  .p-message__content {
    padding-left: 5.3rem; }
    .p-message__content p {
      color: #454545;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 167%;
      letter-spacing: 0;
      margin-bottom: 5rem; }
  .p-message__img {
    position: absolute;
    z-index: -1;
    top: 4rem;
    right: -10.3rem;
    width: 31.7rem;
    height: 30.8rem; }
    .p-message__img img {
      width: 100%; }

.p-point {
  background: #FFFBF5;
  padding: 10rem 0 8.5rem 0;
  position: relative;
  z-index: 0; }
  .p-point::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 43.5rem;
    background: url(images/point_img05.png) no-repeat center bottom/cover;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .p-point .p-top--title {
    margin-bottom: 17.3rem; }
  .p-point .p-top--title__ja {
    line-height: 125%; }
    .p-point .p-top--title__ja .title-sub__ja {
      font-size: 6rem;
      line-height: 75%; }
  .p-point .p-top--title__en {
    padding-bottom: 2.5rem; }
  .p-point .p-top--title__en::before {
    letter-spacing: 2.15rem; }
  .p-point__container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 21.5rem 6rem;
    counter-reset: section;
    margin-bottom: 13.4rem; }
  .p-point__item {
    width: calc((100% - 6rem - 11.7rem) / 2);
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    border: 1px solid #9C8954;
    border-bottom: 5px solid;
    border-image: linear-gradient(90deg, #9c8954 0%, #b19f77 100%) 1;
    background: #FFF url(images/point_img07.png) no-repeat bottom right/contain; }
    .p-point__item-number {
      position: absolute;
      z-index: 0;
      width: 18.5rem;
      padding: 1rem;
      background: linear-gradient(90deg, #9c8954 0%, #b19f77 100%);
      border-top-right-radius: 9.9rem;
      border-bottom-right-radius: 9.9rem;
      top: 3rem;
      left: 0;
      text-align: center;
      color: #FFF;
      font-size: 2.2rem;
      font-weight: bold;
      line-height: 136%;
      letter-spacing: 0; }
    .p-point__item-img {
      position: relative;
      z-index: -1;
      margin-bottom: -5rem; }
      .p-point__item-img img {
        width: 100%; }
    .p-point__item-title h4 {
      color: #454545;
      font-size: 3rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0;
      text-align: center;
      margin-bottom: 3.5rem; }
    .p-point__item-content {
      padding: 0 3.2rem 4rem 3.2rem; }
      .p-point__item-content p {
        color: #454545;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 167%;
        letter-spacing: 0; }
    .p-point__item.item-02 {
      margin-right: 11.7rem;
      bottom: -8.8rem; }
      .p-point__item.item-02 .p-point__item-img {
        margin-bottom: -.5rem; }
    .p-point__item.item-03 {
      margin-left: 11.7rem; }
      .p-point__item.item-03 .p-point__item-img {
        margin-bottom: -.6rem; }
      .p-point__item.item-03 .p-point__item-content {
        padding: 0 3.2rem 5.5rem 3.2rem; }
    .p-point__item.item-04 {
      bottom: -8.8rem;
      margin-bottom: .5rem; }
      .p-point__item.item-04 .p-point__item-img {
        margin-bottom: 0rem; }
      .p-point__item.item-04 .p-point__item-content {
        padding: 0 3.2rem 0rem 3.2rem; }
    .p-point__item::before {
      counter-increment: section;
      content: counter(section,decimal-leading-zero);
      position: absolute;
      z-index: -1;
      color: rgba(156, 137, 84, 0.13);
      font-size: 18rem;
      font-weight: 400;
      line-height: 88%;
      bottom: 0rem;
      right: 0rem; }
    .p-point__item::after {
      content: "";
      position: absolute;
      width: 24.5rem;
      height: 13rem;
      background: url(images/point_img06.png) no-repeat center/cover;
      left: 50%;
      transform: translateX(-50%);
      top: -13rem;
      z-index: -1; }

.p-number {
  position: relative;
  z-index: 0;
  padding: 8rem 0 8.2rem 0;
  background: #FFFBF5; }
  .p-number::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: url(images/number_img10.png) no-repeat center/cover; }
  .p-number .p-top--title {
    margin-bottom: 3rem; }
  .p-number__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem; }
  .p-number__item {
    width: calc((100% - 6rem) / 4);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 3rem 0rem 2rem 0rem;
    min-height: 38.3rem;
    background-image: url(images/number_img12.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0; }
    .p-number__item-title {
      width: 24.5rem;
      padding: .8rem 1.5rem;
      background: linear-gradient(90deg, #9c8954 0%, #b19f77 100%);
      border-radius: 9.9rem;
      text-align: center;
      margin-bottom: 3.6rem; }
      .p-number__item-title p {
        color: #FFF;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 183%;
        letter-spacing: 0;
        text-align: center; }
    .p-number__item.item-01 .p-number__item-title {
      margin-bottom: 4rem; }
    .p-number__item.item-02 .p-number__item-title {
      margin-bottom: 6.1rem; }
    .p-number__item.item-04 .p-number__item-title {
      margin-bottom: 3.9rem; }
    .p-number__item-img {
      width: 12.4rem;
      height: 12.4rem;
      margin-bottom: 2.5rem; }
      .p-number__item-img img {
        width: 100%; }
    .p-number__item-content p {
      color: #454545;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 222%;
      letter-spacing: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
    .p-number__item-content span {
      color: #9D8A56;
      font-size: 5rem;
      font-weight: 700;
      line-height: 60%;
      letter-spacing: 0;
      margin-top: -1rem; }
    .p-number__item--list-content {
      padding: 0px 1rem 0px 5.7rem;
      width: 100%; }
      .p-number__item--list-content li {
        position: relative;
        z-index: 0; }
        .p-number__item--list-content li::before {
          content: "";
          position: absolute;
          width: 3.1rem;
          height: 3.1rem;
          background: url(images/number_img01.png) no-repeat center/cover;
          top: 50%;
          transform: translateY(-50%);
          left: -4.3rem;
          z-index: -1; }
      .p-number__item--list-content p {
        color: #454545;
        font-size: var(--size-p);
        font-weight: 400;
        line-height: 222%;
        letter-spacing: 0;
        display: flex;
        align-items: center; }
        .p-number__item--list-content p span {
          color: #9D8A56;
          font-size: 4rem;
          font-weight: 700;
          line-height: 75%;
          letter-spacing: 0;
          margin-left: 2.5rem; }
          .p-number__item--list-content p span.vz-02 {
            font-size: 2.2rem;
            line-height: 136%;
            margin-left: -2px; }
          .p-number__item--list-content p span.vz-03 {
            margin-left: 1.5rem; }
    .p-number__item--list-content-02 {
      padding: 0px 1.5rem 0px 13.3rem;
      width: 100%; }
      .p-number__item--list-content-02 li {
        position: relative;
        z-index: 0; }
        .p-number__item--list-content-02 li::before {
          content: "";
          position: absolute;
          width: 9rem;
          height: 9rem;
          background: url(images/number_img02.png) no-repeat center/cover;
          top: 50%;
          transform: translateY(-50%);
          left: -10.2rem;
          z-index: -1; }
        .p-number__item--list-content-02 li:first-child {
          margin-bottom: 6.7rem; }
        .p-number__item--list-content-02 li:last-child::before {
          background: url(images/number_img03.png) no-repeat center/cover; }
        .p-number__item--list-content-02 li p {
          color: #454545;
          font-size: var(--size-p);
          font-weight: 400;
          line-height: 222%;
          letter-spacing: 0;
          display: flex;
          align-items: center; }
          .p-number__item--list-content-02 li p span {
            color: #9D8A56;
            font-size: 5rem;
            font-weight: 700;
            line-height: 60%;
            letter-spacing: 0;
            margin-top: -1rem; }
    .p-number__item--list-content-03 {
      padding: 0px 2rem 0px 12rem;
      width: 100%; }
      .p-number__item--list-content-03 li {
        position: relative;
        z-index: 0; }
        .p-number__item--list-content-03 li::before {
          content: "";
          position: absolute;
          width: 3.1rem;
          height: 3.1rem;
          background: url(images/number_img05.png) no-repeat center/cover;
          top: 50%;
          transform: translateY(-50%);
          left: -4rem;
          z-index: -1; }
      .p-number__item--list-content-03 p {
        color: #454545;
        font-size: var(--size-p);
        font-weight: 400;
        line-height: 222%;
        letter-spacing: 0;
        display: flex;
        align-items: center; }
        .p-number__item--list-content-03 p span {
          color: #9D8A56;
          font-size: 4rem;
          font-weight: 700;
          line-height: 75%;
          letter-spacing: 0;
          margin-left: .7rem; }
    .p-number__item::before {
      content: "";
      position: absolute;
      width: 5rem;
      height: 6.3rem;
      border-top: 1px solid #9D8A56;
      border-left: 1px solid #9D8A56;
      top: 1rem;
      left: 1rem;
      z-index: -1; }
    .p-number__item::after {
      content: "";
      position: absolute;
      width: 5rem;
      height: 6.3rem;
      border-bottom: 1px solid #9D8A56;
      border-right: 1px solid #9D8A56;
      bottom: 1rem;
      right: 1rem;
      z-index: -1; }

.p-top__btn a {
  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; }
  .p-top__btn a::before {
    content: "";
    position: absolute;
    width: 0.645rem;
    height: 1.291rem;
    background: #FAF7F0;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    right: 1.7rem;
    transition: all .35s; }
  .p-top__btn a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background: linear-gradient(90deg, #9c8954 0%, #b19f77 100%);
    border-radius: 9.9rem;
    transition: all .35s; }
  .p-top__btn a:hover {
    background: #CCB35A;
    opacity: 1; }
    .p-top__btn a:hover::before {
      background: #FFF; }
    .p-top__btn a:hover::after {
      opacity: 0; }

@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-header {
    height: 6.35rem; }

  .p-mv::before {
    width: 34.2rem;
    height: 39.3rem; }

  .p-mv::after {
    width: 34.2rem;
    height: 39.3rem; }

  .p-mv__inner {
    max-width: 85rem; }

  .p-mv__title h3 {
    font-size: 5rem; }

  .p-mv__title p {
    font-size: 2rem; }

  .p-mv__item {
    left: 50%;
    top: 55%;
    padding: 0px 10.5rem; }

  .p-mv__item .img-mv {
    left: 21.8rem; }
    .p-mv__item .img-mv img {
      width: 35rem; }

  .p-message__img {
    top: 5rem;
    right: -5.3rem;
    width: 27.7rem; }

  .p-point {
    padding: 7rem 0 5.5rem 0; }

  .p-number__container {
    gap: 1rem; }

  .p-number__item {
    min-height: 34.3rem;
    width: calc((100% - 3rem) / 4); }

  .p-number__item--list-content {
    padding: 0px .5rem 0px 4rem; }

  .p-number__item--list-content li::before {
    width: 2.1rem;
    height: 2.1rem;
    left: -3rem; }

  .p-number__item.item-01 .p-number__item-title {
    margin-bottom: 2rem; }

  .p-number__item.item-02 .p-number__item-title {
    margin-bottom: 5.1rem; }

  .p-number__item::before {
    width: 4rem;
    height: 5.3rem;
    top: .5rem;
    left: .5rem; }

  .p-number__item::after {
    width: 4rem;
    height: 5.3rem;
    bottom: .5rem;
    right: .5rem; } }
@media (min-width: 1024.5px) and (max-width: 1440px) {
  .p-number__item--list-content {
    padding: 0px .5rem 0px 5.5rem; } }
@media (max-width: 960px) {
  .p-header {
    height: 6rem; }

  .p-mv {
    padding-top: 0rem;
    padding-bottom: 0rem; }
    .p-mv__inner {
      max-width: 100%;
      margin-right: auto; }
      .p-mv__inner img {
        width: 100%;
        height: 45rem;
        object-fit: cover; }
    .p-mv__item {
      max-width: 100%;
      padding-left: 2rem;
      padding-right: 2rem;
      z-index: 1;
      top: 77%; }
      .p-mv__item h3 {
        text-shadow: 1px 1px 2px #ffffff;
        font-size: 3rem;
        margin-bottom: 1rem;
        color: #9c8954;
        background: transparent;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial; }
      .p-mv__item p {
        text-shadow: 0px 0px 4px #ffffff, 0px 0px 4px #ffffff;
        font-size: 1.8rem;
        font-weight: 500; }
    .p-mv__visual {
      position: relative;
      z-index: 0; }
      .p-mv__visual::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0;
        left: 0;
        background: linear-gradient(0deg, white 28%, rgba(255, 255, 255, 0) 100%);
        opacity: 0.5; }

  .p-mv::before {
    width: 13.2rem;
    height: 15.3rem;
    z-index: 1; }

  .p-mv::after {
    width: 15.2rem;
    height: 17.3rem; }

  .p-mv__item .img-mv {
    bottom: -6.7rem;
    left: 18.8rem; }
    .p-mv__item .img-mv img {
      width: 17rem; }

  .p-message {
    padding: 6.5rem 0 3.5rem 0; }
    .p-message .p-top--title {
      margin-bottom: -5rem; }

  .p-message__container {
    background-image: none;
    padding: 3.8rem 0 2.5rem 0; }

  .p-message__title h3 {
    font-size: 2rem; }

  .p-message__title span {
    font-size: 2.5rem;
    margin-right: -1rem; }

  .p-message__content {
    padding: 0 1rem; }

  .p-message__content p {
    margin-bottom: 2rem;
    font-size: 1.5rem; }

  .p-message__img {
    display: none; }

  .p-message__container::before,
  .p-message__container::after {
    width: 4rem; }

  .p-point {
    padding: 4rem 0 3.5rem 0; }

  .p-point .p-top--title {
    margin-bottom: 11.5rem; }
    .p-point .p-top--title__ja .title-sub__ja {
      font-size: 4rem; }
    .p-point .p-top--title__en {
      padding-bottom: 0; }

  .p-point__container {
    gap: 10rem 1rem;
    margin-bottom: 4rem; }

  .p-point__item::before {
    font-size: 12rem; }

  .p-point__item::after {
    width: 14.5rem;
    height: 8rem;
    top: -7.8rem; }

  .p-point__item-number {
    font-size: 1.3rem;
    width: 10.5rem;
    top: 2rem; }

  .p-point__item-content {
    padding: 0 1rem 1rem 1rem; }

  .p-point__item.item-03 .p-point__item-content {
    padding: 0 1rem 1rem 1rem; }

  .p-point__item.item-04 .p-point__item-content {
    padding: 0 1rem 1rem 1rem; }

  .p-point__item {
    width: 100%; }

  .p-point__item.item-02 {
    margin-right: 0;
    bottom: 0; }

  .p-point__item.item-03 {
    margin-left: 0; }

  .p-point__item.item-04 {
    bottom: 0;
    margin-bottom: 0; }

  .p-point__item-title h4 {
    font-size: 2rem;
    margin-bottom: .5rem; }

  .p-point__item-content p {
    font-size: 1.5rem;
    line-height: 185%; }

  .p-number {
    padding: 6rem 0 6rem 0; }

  .p-number__container {
    gap: 0.5rem; }

  .p-number__item {
    width: calc((100% - 1rem) / 2);
    padding: 1.5rem 0rem 1rem 0rem;
    min-height: 25rem; }

  .p-number__item::before {
    width: 3rem;
    height: 4.3rem;
    top: .5rem;
    left: .5rem; }

  .p-number__item::after {
    width: 3rem;
    height: 4.3rem;
    bottom: .5rem;
    right: .5rem; }

  .p-number__item-title {
    width: 13.5rem;
    padding: .3rem 0.5rem;
    margin-bottom: 1rem; }

  .p-number__item-title p {
    font-size: 1.4rem; }

  .p-number__item-content p {
    font-size: 1.4rem; }

  .p-number__item-content span {
    font-size: 3rem; }

  .p-number__item-img {
    width: 7.4rem;
    height: 7.4rem;
    margin-top: 3rem; }

  .p-number__item--list-content li::before {
    width: 1.5rem;
    height: 1.5rem;
    left: -2rem;
    letter-spacing: -0.1rem; }

  .p-number__item--list-content {
    padding: 0px .5rem 0px 3rem; }

  .p-number__item--list-content p span {
    font-size: 2.5rem;
    margin-left: .5rem; }

  .p-number__item.item-01 .p-number__item-title {
    margin-bottom: 1.2rem; }

  .p-number__item--list-content li:nth-child(4) {
    margin-top: 1rem; }
    .p-number__item--list-content li:nth-child(4) p {
      line-height: 100%; }
    .p-number__item--list-content li:nth-child(4) span {
      margin-left: 1rem; }
  .p-number__item--list-content li:nth-child(5) {
    margin-top: 1rem; }
    .p-number__item--list-content li:nth-child(5) p {
      line-height: 100%; }
    .p-number__item--list-content li:nth-child(5) span {
      margin-left: 2rem; }

  .p-number__item--list-content-02 {
    padding: 0px 0.5rem 0px 6.2rem; }

  .p-number__item--list-content-02 li::before {
    width: 4.5rem;
    height: 4.5rem;
    left: -5rem; }

  .p-number__item--list-content-02 li p span {
    font-size: 3rem; }

  .p-number__item--list-content-02 li:first-child {
    margin-bottom: 2.7rem; }

  .p-number__item.item-02 .p-number__item-title {
    margin-bottom: 4rem; }

  .p-number__item--list-content-03 p span {
    font-size: 3rem; }

  .p-number__item--list-content-03 {
    padding: 0px 2rem 0px 5rem; }

  .p-number__item.item-04 .p-number__item-title {
    margin-bottom: 1.9rem; }

  .p-top__btn a {
    padding: 1.1rem 1rem;
    font-size: 1.5rem;
    width: 28.72rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-mv__inner img {
    height: 70rem; }

  .p-mv__item h3 {
    font-size: 4rem; }

  .p-mv__item p {
    font-size: 2rem; }

  .p-mv__item .img-mv img {
    width: 20rem; }

  .p-message__container::before,
  .p-message__container::after {
    width: 15rem; }

  .p-message__content {
    padding: 0px 2rem; }

  .p-message__title h3 {
    font-size: 3rem; }

  .p-message__title span {
    font-size: 4.5rem;
    margin-right: -2rem; }

  .p-message__content p {
    font-size: 1.6rem; }

  .p-point {
    padding: 5rem 0 3.5rem 0; }

  .p-point .p-top--title {
    margin-bottom: 11.3rem; }

  .p-point__container {
    gap: 10rem 3rem;
    margin-bottom: 12rem; }

  .p-point__item {
    width: calc((100% - 3rem - 4rem) / 2); }

  .p-point__item.item-02 {
    margin-right: 4rem;
    bottom: -7rem; }

  .p-point__item.item-03 {
    margin-left: 4rem; }

  .p-point__item.item-04 {
    bottom: -7rem; }

  .p-point__item::after {
    width: 11.5rem;
    height: 7rem;
    top: -6.2rem; }

  .p-number__item {
    width: calc((100% - 2rem) / 3);
    min-height: 24rem; }

  .p-number__item-title {
    width: 17.5rem;
    padding: .5rem 1rem; }

  .p-number__item--list-content p {
    font-size: 1.5rem; }

  .p-number__item--list-content li:nth-child(4),
  .p-number__item--list-content li:nth-child(5) {
    margin-top: 0; }

  .p-number__item--list-content li:nth-child(4) p br,
  .p-number__item--list-content li:nth-child(5) p br {
    display: none; }

  .p-number__item--list-content li:nth-child(4) span {
    margin-left: .5rem; }

  .p-number__item--list-content-02 li p {
    font-size: 1.5rem; }

  .p-number__item--list-content-02 li::before {
    width: 5.5rem;
    height: 5.5rem;
    left: -7rem; }

  .p-number__item--list-content-02 {
    padding: 0px 2.5rem 0px 10.5rem; }

  .p-number__item--list-content-02 li:first-child {
    margin-bottom: 3.7rem; }

  .p-number__item--list-content-03 p {
    font-size: 1.5rem; }

  .p-number__item--list-content-03 {
    padding: 0px 2rem 0px 9.5rem; } }
#toc_container {
  border: 0;
  border-radius: 0.8rem;
  padding: 3rem;
  margin-bottom: 10rem;
  width: 100%;
  max-width: 55%;
  background-color: var(--main-color-light); }
  #toc_container p.toc_title {
    text-align: left;
    font-size: var(--size-v3); }
  #toc_container li:not(:last-child) {
    margin-bottom: 0.5rem; }
  #toc_container li a {
    font-size: var(--size-p);
    font-weight: 500;
    padding-left: 3rem;
    position: relative;
    display: inline-block; }
    #toc_container li a::before {
      content: "";
      width: 1.5rem;
      height: 1.5rem;
      position: absolute;
      left: 0;
      top: 0.8rem;
      background-color: #454545;
      clip-path: polygon(100% 50%, 0 100%, 43% 50%, 0 0); }
  @media (max-width: 960px) {
    #toc_container {
      max-width: 100%;
      padding: 2rem;
      margin-bottom: 5rem; }
      #toc_container p.toc_title {
        font-size: var(--size-p); }
        #toc_container p.toc_title + ul.toc_list {
          margin-top: 0.5rem; }
      #toc_container li a {
        padding-left: 2rem; }
        #toc_container li a::before {
          width: 1.2rem;
          height: 1.2rem;
          top: 0.8rem; } }

.c-image {
  display: block; }
  .c-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem; }
    @media (max-width: 960px) {
      .c-image img {
        border-radius: 0.5rem; } }
  .c-image--logo {
    margin-top: 2rem; }
    .c-image--logo img {
      width: auto;
      padding: 1rem;
      background-color: var(--main-color-white); }

.c-image--ratio {
  aspect-ratio: 4 / 3;
  overflow: hidden; }
  .c-image--ratio-16x8 {
    aspect-ratio: 16 / 8; }
    @media (max-width: 960px) {
      .c-image--ratio-16x8 {
        aspect-ratio: 16 / 11; } }
  .c-image--ratio-19x8 {
    aspect-ratio: 19 / 8; }
    @media (max-width: 960px) {
      .c-image--ratio-19x8 {
        aspect-ratio: 19 / 9; } }
  .c-image--ratio-4x2 {
    aspect-ratio: 4 / 2.3; }
  .c-image--ratio-3x2 img {
    aspect-ratio: 3 / 2; }
  .c-image--ratio.vz-02 {
    aspect-ratio: 4 / 4; }
  .c-image--ratio img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.p-page-section {
  margin-bottom: 10rem; }
  @media (max-width: 960px) {
    .p-page-section {
      margin-bottom: 8rem; } }

.p-doctor-message {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.8rem;
  padding: 5rem;
  margin-top: -5rem;
  position: relative;
  z-index: 2;
  background-color: #ececec; }
  .p-doctor-message__name {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 2rem; }
  @media (max-width: 960px) {
    .p-doctor-message {
      padding: 3rem 2rem;
      margin-top: -2rem; }
      .p-doctor-message__name {
        font-size: 1.8rem;
        margin-bottom: 1rem; } }

.p-interview {
  margin-top: 4rem;
  margin-bottom: 8rem; }
  @media (max-width: 960px) {
    .p-interview {
      margin-top: 2rem;
      margin-bottom: 6rem; } }

.p-background {
  padding: 3rem;
  border-radius: 1.2rem;
  background-color: var(--main-color-light); }
  @media (max-width: 960px) {
    .p-background {
      padding: 2rem;
      border-radius: 0.8rem; } }

.p-border {
  padding: 5rem;
  border-radius: 1.2rem;
  border: 4px double var(--main-color); }
  .p-border.u-py-3 {
    padding: 3rem; }
  @media (max-width: 960px) {
    .p-border {
      padding: 2rem;
      border-radius: 0.8rem; }
      .p-border.u-py-3 {
        padding: 1rem; } }

/* ========================================
   FAQ
======================================== */
.p-faq {
  margin: 0 auto;
  /* ==========================
     Question
  ========================== */
  /* ==========================
     Answer
  ========================== */ }
  .p-faq--hideborder .p-faq__item {
    border: 0; }
  .p-faq__item {
    padding: 5rem 0;
    border-bottom: 1px solid #e5e5e5; }
    .p-faq__item:first-child {
      border-top: 1px solid #e5e5e5; }
    @media (max-width: 960px) {
      .p-faq__item {
        padding: 3rem 0; } }
  .p-faq__question {
    font-size: var(--size-v2);
    font-weight: 600;
    line-height: 1.75;
    color: var(--main-color--title);
    position: relative;
    padding-left: 3rem; }
    .p-faq__question::before {
      content: "Q";
      position: absolute;
      left: 0;
      top: 0;
      font-weight: 700;
      color: var(--main-color--title); }
  .p-faq__answer {
    margin-top: 2rem;
    padding-left: 3rem;
    position: relative; }
    .p-faq__answer::before {
      content: "A";
      position: absolute;
      left: 0rem;
      font-weight: 700;
      color: #999;
      font-size: var(--size-v3); }
    .p-faq__answer p {
      margin: 0;
      text-align: justify; }

/* ========================================
   PROCEDURE
======================================== */
.p-procedure {
  width: 100%;
  position: relative;
  /* ==========================
     Responsive
  ========================== */ }
  .p-procedure .listbox {
    margin-top: 1.5rem;
    background: transparent;
    padding: 0 !important;
    box-shadow: none !important; }
  .p-procedure__item {
    position: relative;
    padding: 5rem;
    border-radius: 0.5rem;
    background-color: rgba(27, 32, 101, 0.05);
    box-shadow: 0.3rem 0.3rem 0.2rem rgba(0, 0, 0, 0.2); }
    .p-procedure__item:not(:last-child) {
      margin-bottom: 6rem; }
      .p-procedure__item:not(:last-child)::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -4rem;
        width: 3rem;
        height: 2rem;
        transform: translateX(-50%);
        clip-path: polygon(100% 0, 0 0, 50% 100%);
        background-color: var(--main-color); }
  .p-procedure__title {
    margin-bottom: 2rem; }
  @media (max-width: 960px) {
    .p-procedure__item {
      padding: 2rem; }
      .p-procedure__item:not(:last-child) {
        margin-bottom: 4rem; }
        .p-procedure__item:not(:last-child)::before {
          bottom: -2.5rem;
          width: 2rem;
          height: 1rem; }
    .p-procedure__title {
      margin-bottom: 2rem; } }

.p-link {
  background-color: var(--main-color);
  border-radius: 0.8rem;
  display: inline-block;
  padding: 1rem 5rem 1rem 3rem;
  color: var(--main-color-white);
  margin-top: 2rem;
  font-size: Max(1.8rem, 14px);
  position: relative;
  opacity: 1;
  transition: ease all 0.35s; }
  .p-link:hover {
    background-color: var(--main-color); }
  .p-link::before {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1.5rem;
    background-color: #ffffff;
    clip-path: polygon(100% 50%, 0 0, 0 100%); }

.table-form {
  margin-bottom: 4rem; }
  .table-form dl {
    display: flex; }
  .table-form dt,
  .table-form dd {
    color: #454545;
    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: #9c8954;
      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: .2rem; }
    .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; }
  .table-form dd {
    width: calc(100% - 36rem); }
  @media (min-width: 767.5px) {
    .table-form dl:nth-child(odd) dt,
    .table-form dl:nth-child(odd) dd {
      background: rgba(156, 137, 84, 0.1); } }

.form-input {
  width: 100%; }
  .form-input input,
  .form-input textarea {
    font-size: 1.6rem;
    font-family: "Zen Old Mincho", serif;
    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; }
  .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; } }
@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: 1rem;
      width: 100%;
      background: rgba(156, 137, 84, 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 2rem 0 0 !important; }
    .form_recruit .checked {
      margin-bottom: 2.5rem; } }
.p-top--recruitment {
  position: relative;
  z-index: 0;
  padding-top: 14rem;
  padding-bottom: 6rem;
  background: #FFFBF5;
  border-top: rgba(157, 138, 86, 0.4) solid 1.7rem; }
  .p-top--recruitment::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 95.1rem;
    bottom: 0;
    right: 0;
    background: url(images/img_recrui.jpg) no-repeat bottom right/contain;
    z-index: -1; }
  .p-top--recruitment::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/bg_recrui3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14.2rem), 50% 100%, 0 calc(100% - 14.2rem));
    z-index: -2;
    width: 100%;
    height: 43.3rem; }
  .p-top--recruitment__inner {
    position: relative;
    z-index: 5;
    margin-left: -5.5rem; }
  .p-top--recruitment__list {
    margin-top: 21rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-right: 6rem; }
    .p-top--recruitment__list::before {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 95.1rem;
      background: url(images/img_recrui.jpg) no-repeat bottom right/contain;
      z-index: -1; }
  .p-top--recruitment__row {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap; }
  .p-top--recruitment__card {
    width: calc((100% - 6.001rem) / 3);
    background-image: url(images/bg_recrui1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.25);
    border: 1px solid #9C8954;
    border-bottom-width: .5rem;
    border-image: linear-gradient(90deg, #9c8954 0%, #b19f77 100%) 1;
    transition: all ease 0.35s; }
    .p-top--recruitment__card:hover {
      background-image: url(images/bg_recrui2.jpg);
      box-shadow: 0 1.5rem 4rem rgba(156, 137, 84, 0.2);
      cursor: pointer;
      transition: all ease 0.35s; }
      .p-top--recruitment__card:hover .recruitment_button {
        background: #CCB35A; }
        .p-top--recruitment__card:hover .recruitment_button::after {
          opacity: 0; }
    .p-top--recruitment__card a {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 3.6rem 3rem 2.4rem;
      opacity: 1; }
    .p-top--recruitment__card-label {
      position: absolute;
      top: 2.5rem;
      left: 1rem;
      writing-mode: vertical-rl;
      color: rgba(255, 255, 255, 0.59);
      font-size: 3rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.45rem; }
    .p-top--recruitment__card-ttl {
      color: #FFFFFF;
      font-size: 2.5rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0;
      margin-bottom: .3rem;
      display: flex;
      text-align: center; }
    .p-top--recruitment__card-img {
      margin-bottom: 2.5rem; }
      .p-top--recruitment__card-img.vz-06 {
        margin-bottom: 1rem; }
      .p-top--recruitment__card-img.vz-07 {
        margin-top: 1rem; }
      .p-top--recruitment__card-img img {
        height: 18.4rem;
        width: 22.1rem;
        object-fit: contain; }
    .p-top--recruitment__card-txt {
      color: #454545;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0;
      flex-grow: 1;
      margin-bottom: 3.4rem; }
      .p-top--recruitment__card-txt.vz-02 {
        margin-top: 3.8rem; }
      .p-top--recruitment__card-txt.vz-05 {
        margin-right: -1.5rem; }
    .p-top--recruitment__card .recruitment_button {
      display: block;
      padding: 1.1rem 2rem;
      width: 21.4rem;
      text-align: center;
      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; }
      .p-top--recruitment__card .recruitment_button::before {
        content: "";
        position: absolute;
        width: 0.645rem;
        height: 1.291rem;
        background: #FAF7F0;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        z-index: -1;
        top: 50%;
        transform: translateY(-50%);
        right: 1.7rem;
        transition: all .35s; }
      .p-top--recruitment__card .recruitment_button::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -2;
        background: linear-gradient(90deg, #9c8954 0%, #b19f77 100%);
        border-radius: 9.9rem;
        transition: all .35s; }

.p-top--title__en {
  color: #9C8954;
  font-size: 6rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.9rem;
  text-align: center;
  position: relative;
  z-index: 0; }
  .p-top--title__en::before {
    content: attr(data-txt);
    position: absolute;
    top: 38%;
    left: 0;
    color: rgba(156, 137, 84, 0.13);
    font-size: 14rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.8rem;
    z-index: -1;
    width: 100%;
    text-align: center;
    transform: translateY(-50%); }
.p-top--title__ja {
  color: #454545;
  font-size: 4rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center; }

.p-top--recruitment__card .p-top__btn a {
  padding: 1.1rem 2rem;
  width: 21.4rem; }

.upright {
  writing-mode: sideways-lr;
  position: relative;
  bottom: .5rem; }

.p-top-flow {
  padding: 6rem 0 6.5rem;
  position: relative; }
  .p-top-flow__banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.2rem; }
    .p-top-flow__banner img {
      width: 100%; }
    .p-top-flow__banner-content {
      padding-left: 8rem;
      text-align: center;
      position: absolute;
      top: 4rem;
      left: 8.8rem; }
    .p-top-flow__banner-sub {
      color: #454545;
      font-size: 3rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0; }
    .p-top-flow__banner-title {
      color: #9C8954;
      font-size: 6rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0;
      margin-bottom: 1rem; }
    .p-top-flow__banner .p-top__btn a {
      align-items: center;
      justify-content: center;
      padding: 1.1rem 2rem;
      width: 21.4rem;
      margin-left: auto;
      margin-right: auto; }
  .p-top-flow__faq-item {
    margin-bottom: 1rem; }
    .p-top-flow__faq-item.active .p-top-flow__faq-q::after {
      transform: translateY(-50%) rotate(180deg); }
  .p-top-flow__faq-q {
    background: linear-gradient(90deg, #9c8954 0%, #b19f77 100%);
    color: #fff;
    padding: 2rem 7.5rem;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer; }
    .p-top-flow__faq-q::before {
      content: "Q";
      position: absolute;
      top: 1rem;
      left: 2.8rem;
      color: #FFFFFF;
      font-size: 3rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0;
      margin-right: 2rem;
      flex-shrink: 0; }
    .p-top-flow__faq-q::after {
      content: "";
      position: absolute;
      right: 3rem;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 8px solid #fff;
      transition: transform 0.3s ease; }
  .p-top-flow__faq-a {
    background-color: rgba(223, 211, 188, 0.3);
    padding: 2.5rem 7.5rem;
    display: flex;
    align-items: flex-start;
    position: relative; }
    .p-top-flow__faq-a::before {
      content: "A";
      position: absolute;
      top: 1.8rem;
      left: 2.8rem;
      color: #77644E;
      font-size: 3rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0;
      margin-right: 2rem; }
  .p-top-flow__faq-txt {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0; }
  .p-top-flow__faq-body {
    color: #454545;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0; }

.p-top-contact {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding-top: 8.3rem;
  padding-bottom: 9rem;
  background: url(images/bg_contact.jpg) no-repeat center/cover; }
  .p-top-contact__body {
    background: rgba(255, 255, 255, 0.68);
    padding: 6rem 1.5rem 6.2rem;
    border: 1px solid #9C8954;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .p-top-contact__body::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 0.5rem;
      bottom: 0;
      left: 0;
      background: linear-gradient(90deg, #9c8954 0%, #b19f77 100%); }
  .p-top-contact__list {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 101.2rem;
    gap: 6rem; }
  .p-top-contact__box {
    width: calc((100% - 6.001rem) / 2);
    display: flex; }
  .p-top-contact__item {
    width: 100%;
    display: block;
    padding: 3rem 2rem 4.4rem;
    text-decoration: none;
    transition: all 0.3s ease; }
    .p-top-contact__item-labeltel {
      color: #454545;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0;
      text-align: center;
      display: block;
      margin-bottom: 1rem;
      padding-left: 3.5rem; }
    .p-top-contact__item-labelcon {
      color: #FFFFFF;
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 150%;
      letter-spacing: 0;
      text-align: center;
      display: block;
      margin-bottom: 1rem;
      padding-left: 6.5rem; }
    .p-top-contact__item-content {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2rem; }
    .p-top-contact__item--tel {
      background: url(images/bg_contact2.jpg) no-repeat center/cover;
      border: 1px solid #9C8954;
      text-align: center; }
      .p-top-contact__item--tel .p-top-contact__item-number {
        color: #454545;
        font-size: 5rem;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0;
        align-items: center;
        position: relative;
        padding-left: 7.6rem;
        padding-right: 1.5rem; }
        .p-top-contact__item--tel .p-top-contact__item-number::before {
          content: "";
          position: absolute;
          top: .7rem;
          left: 0;
          width: 5.7rem;
          height: 5.7rem;
          background: url(images/icon_contact.png) no-repeat center/contain; }
    .p-top-contact__item--form {
      background: linear-gradient(90deg, #9c8954 0%, #b19f77 100%);
      text-align: center; }
      .p-top-contact__item--form .p-top-contact__item-text {
        color: #FFFFFF;
        font-size: 5rem;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0;
        align-items: center;
        position: relative;
        padding-left: 9rem;
        padding-right: 1.7rem; }
        .p-top-contact__item--form .p-top-contact__item-text::before {
          content: "";
          position: absolute;
          left: 0;
          width: 5.7rem;
          height: 5.5rem;
          background: url(images/icon_contact2.png) no-repeat center/contain; }

.p-top-contact .p-top--title {
  margin-bottom: 7.2rem; }

.p-top-contact .p-top--title__en {
  color: #FFFFFF; }

.p-top-contact .p-top--title__en::before {
  color: rgba(255, 251, 245, 0.13); }

.p-top-contact .p-top--title__ja {
  color: #FFFFFF; }

.p-top-greeting {
  padding: 8.6rem 0 0;
  position: relative;
  background: #FFFBF5; }
  .p-top-greeting__visual {
    width: 100%;
    height: 52.3rem;
    position: relative;
    margin-top: 21rem;
    background: url("images/img_greeting.jpg") no-repeat center/cover; }
    .p-top-greeting__visual_box {
      width: 100%;
      max-width: 126.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      top: -18rem;
      position: relative;
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
  .p-top-greeting__vertical {
    display: flex;
    gap: 1.5rem;
    position: relative;
    top: 1px; }
    .p-top-greeting__vertical .u-bg-01 {
      background: #DFD3BC; }
    .p-top-greeting__vertical:not(:nth-child(2)) {
      margin-top: 12.3rem; }
    .p-top-greeting__vertical:nth-child(2) {
      margin-right: 12rem; }
    .p-top-greeting__vertical--right .u-bg-01 {
      padding-bottom: 4.2rem; }
    .p-top-greeting__vertical-item {
      color: #000000;
      font-size: 2.5rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.5rem;
      writing-mode: vertical-rl;
      background: linear-gradient(180deg, #9c8954 0%, #b19f77 100%);
      padding: 1.8rem 1.2rem;
      box-shadow: 0.4rem 0.4rem 1.5rem rgba(0, 0, 0, 0.1);
      height: fit-content;
      word-break: keep-all; }
      .p-top-greeting__vertical-item .verrigh {
        padding-top: 1rem; }
  .p-top-greeting__message {
    width: 100%;
    position: relative;
    padding-bottom: 4rem;
    background-color: #F3ECDF; }
    .p-top-greeting__message_box {
      width: 100%;
      max-width: 101rem;
      position: relative;
      top: -12rem;
      z-index: 1;
      margin: 0 auto -8rem;
      padding: 2.5rem 8.6rem 5.5rem 8.8rem;
      background-image: url(images/img_greeting02.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border: 1px solid #9C8954;
      border-bottom: 5px solid #9C8954;
      box-shadow: 0px 0.4rem 0.4rem 0px rgba(0, 0, 0, 0.25);
      border-image: linear-gradient(90deg, #9c8954 0%, #b19f77 100%) 1; }
    .p-top-greeting__message-header {
      margin-bottom: 2.5rem;
      text-align: center; }
      .p-top-greeting__message-header .p-top-greeting__name-en, .p-top-greeting__message-header .p-top-greeting__name-label1, .p-top-greeting__message-header .p-top-greeting__name-label2 {
        color: #454545;
        font-size: 2.5rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0; }
      .p-top-greeting__message-header .p-top-greeting__name-label1 {
        margin-right: 1rem; }
      .p-top-greeting__message-header .p-top-greeting__name-label2 {
        font-size: 4rem;
        font-weight: 600; }
      .p-top-greeting__message-header .p-top-greeting__name-en {
        color: #9C8954;
        letter-spacing: 0.375rem; }
    .p-top-greeting__message-body {
      width: 100%;
      max-width: 79.5rem;
      margin-left: auto;
      margin-right: auto; }
      .p-top-greeting__message-body * {
        color: #454545;
        line-height: 165%;
        letter-spacing: normal; }

@media (max-width: 1440px) and (min-width: 960.5px) {
  .p-top--recruitment__inner {
    margin-left: 0; }

  .p-top--recruitment__card-txt.vz-02 {
    margin-top: 6.5rem; } }
@media (max-width: 960px) {
  .p-top--recruitment {
    padding-top: 4rem; }
    .p-top--recruitment::after {
      height: 16.3rem;
      clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5.2rem), 50% 100%, 0 calc(100% - 5.2rem)); }
    .p-top--recruitment__inner {
      margin-left: 0; }
    .p-top--recruitment__list {
      margin-top: 7rem;
      margin-right: 0;
      gap: 2rem; }
      .p-top--recruitment__list::before {
        display: none; }
    .p-top--recruitment__row {
      gap: 2rem; }
    .p-top--recruitment__card {
      width: calc((100% - 2.001rem) / 2); }
      .p-top--recruitment__card-label {
        font-size: 2rem;
        top: 1.5rem;
        left: 0.5rem; }
      .p-top--recruitment__card-ttl {
        font-size: 2rem; }
      .p-top--recruitment__card a {
        padding: 3.6rem 2rem 2.4rem; }
      .p-top--recruitment__card-txt {
        font-size: 1.5rem;
        align-content: center; }
        .p-top--recruitment__card-txt.vz-03 {
          margin-top: 6rem; }
    .p-top--recruitment__visual {
      display: none; }
    .p-top--recruitment .p-top--recruitment__card .p-top__btn a {
      margin: 0 auto; }
    .p-top--recruitment .p-top--recruitment__card .p-top__btn.vz-04 {
      padding-top: 2rem;
      padding-bottom: 2rem; }

  .p-top--title__en {
    font-size: 3rem; }

  .p-top--title__en::before {
    display: none; }

  .p-top--title__ja {
    font-size: 2.4rem; }

  .p-top-contact__box {
    width: 100%; }

  .p-top-flow__banner-content {
    padding-left: 0;
    top: 0;
    left: 5rem; }

  .p-top-flow__banner-sub {
    font-size: 2rem; }

  .p-top-flow__banner-title {
    font-size: 4rem;
    text-align: center; }

  .p-top-flow {
    padding-bottom: 3rem;
    padding-top: 1rem; }

  .p-top-flow__faq-q::before {
    left: 1.5rem;
    font-size: 2rem;
    top: 2rem; }

  .p-top-flow__faq-a::before {
    left: 1.6rem;
    font-size: 2rem; }

  .p-top-flow__faq-q {
    padding-left: 4.5rem;
    padding-right: 3.5rem; }

  .p-top-flow__faq-a {
    padding: 2rem 1.5rem 2rem 4.5rem; }

  .p-top-flow__faq-q::after {
    right: 1.5rem; }

  .p-top-contact {
    padding: 5rem 0; }
    .p-top-contact__body {
      padding: 3rem 1.5rem;
      gap: 2rem;
      margin-top: -4rem; }
    .p-top-contact__list {
      flex-direction: column;
      gap: 2rem; }
    .p-top-contact__item-inner {
      padding: 3.5rem 4rem; }
      .p-top-contact__item-inner.vz-02 {
        padding-left: 4.5rem;
        padding-right: 2rem; }
    .p-top-contact__item {
      padding: 1rem 2rem 2.4rem; }
      .p-top-contact__item-content {
        flex-direction: column; }
      .p-top-contact__item-labelcon {
        padding-left: 2rem; }
      .p-top-contact__item--tel .p-top-contact__item-number,
      .p-top-contact__item--tel .p-top-contact__item-text, .p-top-contact__item--form .p-top-contact__item-number,
      .p-top-contact__item--form .p-top-contact__item-text {
        font-size: 3rem; }
        .p-top-contact__item--tel .p-top-contact__item-number::before,
        .p-top-contact__item--tel .p-top-contact__item-text::before, .p-top-contact__item--form .p-top-contact__item-number::before,
        .p-top-contact__item--form .p-top-contact__item-text::before {
          width: 3.5rem;
          height: 3.5rem; }

  .p-top-contact__item--tel .p-top-contact__item-number {
    padding-left: 5.6rem; }

  .p-top-contact__item--form .p-top-contact__item-text {
    padding-left: 5rem; }

  .p-top-greeting {
    padding: 6rem 0 0; }
    .p-top-greeting__visual {
      height: auto;
      min-height: 40rem;
      margin-top: 3rem;
      padding-bottom: 5rem;
      display: flex;
      flex-direction: column;
      margin-bottom: -14rem; }
      .p-top-greeting__visual_box {
        top: -4rem;
        padding: 1rem 0.5rem;
        gap: 1rem;
        flex-wrap: wrap;
        display: flex;
        margin-bottom: 3rem; }
    .p-top-greeting__vertical {
      flex-wrap: wrap;
      width: 100%;
      gap: .8rem; }
      .p-top-greeting__vertical:not(:nth-child(2)) {
        margin-top: -14rem;
        width: calc((100% - 1rem) / 2);
        z-index: 3; }
      .p-top-greeting__vertical:nth-child(2) {
        margin-right: 0;
        top: 1.1rem;
        order: -1;
        justify-content: center; }
      .p-top-greeting__vertical--right {
        justify-content: flex-end; }
      .p-top-greeting__vertical-item {
        font-size: 1.5rem;
        padding: 0.8rem 1.2rem;
        letter-spacing: 0;
        border-radius: .5rem; }
        .p-top-greeting__vertical--left .p-top-greeting__vertical-item:nth-child(1) {
          background: #DFD3BC; }
        .p-top-greeting__vertical--left .p-top-greeting__vertical-item:nth-child(2) {
          background: linear-gradient(180deg, #9c8954 0%, #b19f77 100%);
          color: #fff; }
        .p-top-greeting__vertical--left .p-top-greeting__vertical-item:nth-child(3) {
          background: #DFD3BC; }
        .p-top-greeting__vertical--right .p-top-greeting__vertical-item:nth-child(1) {
          background: linear-gradient(180deg, #9c8954 0%, #b19f77 100%);
          color: #fff; }
        .p-top-greeting__vertical--right .p-top-greeting__vertical-item:nth-child(2) {
          background: #DFD3BC; }
    .p-top-greeting__message_box {
      width: calc(100% - 3rem);
      padding: 8rem 2rem 3rem;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
    .p-top-greeting__message-header {
      margin-bottom: 1.5rem; }
      .p-top-greeting__message-header .p-top-greeting__name-label2 {
        font-size: 2.5rem; }
      .p-top-greeting__message-header .p-top-greeting__name-label1 {
        font-size: 1.5rem; }
    .p-top-greeting__message-body * {
      font-size: 1.5rem; }

  .upright {
    writing-mode: horizontal-tb;
    bottom: 0; }

  .p-top-greeting__vertical--right .u-bg-01 {
    padding-bottom: .5rem; }

  .p-top-greeting__message-header .p-top-greeting__name-en {
    text-align: center; }

  .p-top-greeting .p-top__btn {
    margin-top: -8rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-top-contact__list {
    flex-direction: row;
    gap: 2rem; } }
@media (max-width: 767px) {
  .p-top--recruitment__inner {
    margin-left: 0; }
  .p-top--recruitment__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    margin-right: 0;
    margin-top: 5rem; }
  .p-top--recruitment__card {
    width: 100%; }
    .p-top--recruitment__card-ttl {
      font-size: 2.2rem;
      justify-content: center;
      text-align: center; }
    .p-top--recruitment__card-txt.vz-02, .p-top--recruitment__card-txt.vz-03 {
      margin-top: 0; }

  .p-top-flow__banner-content {
    padding-left: 0;
    top: 0;
    left: .5rem; }

  .p-top-flow__banner-sub {
    font-size: 1.5rem;
    letter-spacing: -0.1rem; }

  .p-top-flow__banner-title {
    font-size: 1.5rem;
    margin-bottom: .6rem; }

  .p-top-flow__banner .p-top__btn a {
    padding: 0;
    width: 15.4rem; }

  .p-top-flow__banner-image {
    width: 43rem; }

  .p-top-flow__faq-txt {
    font-size: 1.5rem; }

  .p-top-contact__item--tel .p-top-contact__item-number {
    padding-left: 4.6rem; } }
.p-top--slide {
  overflow: hidden;
  padding: 5.5rem 0 6rem;
  position: relative;
  background: #FFFBF5;
  z-index: 0; }
  .p-top--slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.5rem;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg, #9c8954 0%, #b19f77 100%); }
  .p-top--slide__list {
    display: flex;
    width: max-content;
    animation: slide-left 20s linear infinite;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0; }
    .p-top--slide__list:hover {
      animation-play-state: running; }
  .p-top--slide__item:nth-child(2n) {
    margin-top: 2rem; }
  .p-top--slide__item img {
    width: 100%; }

@keyframes slide-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
.p-top_info {
  padding: 8rem 0 5.5rem;
  background: #FFFBF5; }
  .p-top_info__wrap {
    margin-bottom: 5rem; }
  .p-top_info__gp {
    padding-bottom: 4rem;
    margin-bottom: 4.2rem;
    border-bottom: rgba(156, 137, 84, 0.5) solid 1px; }
    .p-top_info__gp--box:first-child {
      width: calc(100% - 69.3rem);
      padding-right: 8rem; }
    .p-top_info__gp--box:last-child {
      width: 69.3rem; }
    .p-top_info__gp--item {
      width: calc((100% - 5.501rem) / 2); }
    .p-top_info__gp.vz-02 {
      gap: 5.5rem; }
    .p-top_info__gp:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
  .p-top_info__logo {
    margin-bottom: 3.2rem; }
    .p-top_info__logo img {
      height: 6.3rem; }
  .p-top_info__list {
    margin-bottom: 3.7rem;
    max-width: 60rem; }
    .p-top_info__list li {
      display: flex;
      position: relative;
      z-index: 0;
      padding-bottom: 1.7rem;
      margin-bottom: 1.7rem; }
      .p-top_info__list li::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: linear-gradient(90deg, #9c8954 0%, rgba(156, 137, 84, 0) 100%); }
      .p-top_info__list li:last-child {
        padding-bottom: 0;
        margin-bottom: 0; }
        .p-top_info__list li:last-child::before {
          content: none; }
      .p-top_info__list li .list-item:first-child {
        width: 16.5rem; }
        .p-top_info__list li .list-item:first-child p {
          padding-left: 4rem;
          position: relative; }
          .p-top_info__list li .list-item:first-child p::before {
            content: "";
            position: absolute;
            width: 2.9rem;
            height: 2.9rem;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            background: url(images/location-icon01.png) no-repeat center;
            background-size: contain;
            border-radius: 100%; }
      .p-top_info__list li .list-item:last-child {
        width: calc(100% - 16.5rem); }
        .p-top_info__list li .list-item:last-child p:last-child a {
          margin-bottom: 0; }
      .p-top_info__list li .list-item p {
        color: #454545;
        font-size: var(--size-p);
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0.05rem; }
        .p-top_info__list li .list-item p a {
          font-size: 3rem;
          font-weight: 700;
          background: linear-gradient(to right, #9C8954 0%, #B19F77 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          display: inline-block;
          margin-bottom: 1.5rem; }
      .p-top_info__list li:nth-child(2) .list-item:first-child p::before {
        background-image: url(images/tel-icon01.png); }
    .p-top_info__list.vz-02 {
      margin-bottom: 2.2rem; }
  .p-top_info__calenda {
    background: linear-gradient(180deg, #9c8954 0%, #b19f77 100%); }
    .p-top_info__calenda--item:first-child {
      width: 4.5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 1.2rem; }
      .p-top_info__calenda--item:first-child p {
        writing-mode: vertical-lr;
        letter-spacing: 1.5rem; }
    .p-top_info__calenda--item:last-child {
      padding: .3rem 3.5rem 2rem 2.5rem;
      width: calc(100% - 4.5rem);
      background: linear-gradient(90deg, #c9b15c 0%, #b09f77 100%); }
    .p-top_info__calenda--item * {
      color: #FFF;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0; }
  .p-top_info__table {
    margin-bottom: 2.2rem; }
    .p-top_info__table dl {
      display: flex;
      padding: 1.6rem 0;
      border-bottom: #FFF solid 1px; }
      .p-top_info__table dl dt {
        width: 15rem; }
      .p-top_info__table dl dd {
        width: calc((100% - 15rem) / 7); }
      .p-top_info__table dl:nth-child(2) {
        border-bottom: 0;
        padding-bottom: .5rem; }
  .p-top_info__maps {
    border: #9C8954 solid 1px;
    background: #CCC;
    margin-bottom: 2rem;
    width: 100%; }
    .p-top_info__maps:last-child {
      margin-bottom: 0; }
    .p-top_info__maps.vz-02 {
      height: 36rem; }
    .p-top_info__maps iframe {
      width: 100%;
      height: 100%;
      border: 0;
      vertical-align: top; }
    .p-top_info__maps img {
      width: 100%; }
  .p-top_info .p-top--title {
    margin-bottom: 7rem; }

.p-top__btn.vs-02 a::before {
  right: 3.2rem; }

@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-top_info__list {
    max-width: 66rem; }
  .p-top_info__gp--box:first-child {
    padding-right: 4rem; } }
@media (max-width: 960px) {
  .p-top--slide {
    padding: 4rem 0; }
    .p-top--slide__item {
      width: 24rem; }

  .p-top_info__list li .list-item:first-child {
    width: 11.5rem; }
    .p-top_info__list li .list-item:first-child p {
      padding-left: 3rem; }
      .p-top_info__list li .list-item:first-child p::before {
        width: 2.5rem;
        height: 2.5rem; }
  .p-top_info__list li .list-item:last-child {
    width: calc(100% - 11.5rem); }
  .p-top_info__list li .list-item p a {
    font-size: 2.4rem; }
  .p-top_info__wrap {
    margin-bottom: 3rem; }
  .p-top_info__gp {
    gap: 2rem; }
    .p-top_info__gp--box:first-child, .p-top_info__gp--box:last-child, .p-top_info__gp--item:first-child, .p-top_info__gp--item:last-child {
      width: 100%; }
    .p-top_info__gp--box:first-child {
      padding-right: 0; }
    .p-top_info__gp.vz-02 {
      gap: 2rem; }
  .p-top_info__calenda--item:last-child {
    padding: .3rem 1rem 1.5rem; }
  .p-top_info__logo img {
    height: 5rem; }
  .p-top_info__maps.vz-02 {
    height: 30rem; }
  .p-top_info .p-top--title {
    margin-bottom: 3rem; } }
@media (max-width: 767px) {
  .p-top_info__table dl dt {
    width: 10rem; }
  .p-top_info__table dl dd {
    width: calc((100% - 10.001rem) / 7); } }

/*# sourceMappingURL=style.css.map */
