@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-mb-12 {
  margin-bottom: 12rem; }

.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-4 {
    margin-top: 3rem; }

  .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 {
  position: relative;
  height: 12.1rem; }
  .p-header__brand {
    position: relative;
    z-index: 65; }
  .p-header__menu {
    transition: all 0.35s;
    top: 2.3rem;
    position: absolute;
    left: 0;
    width: calc(100% - 6.3rem); }
    .p-header__menu li {
      padding: 1rem 3.5rem; }
      .p-header__menu li a {
        color: #221f20;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 0;
        position: relative;
        transition: all 0.35s; }
        .p-header__menu li a::before {
          content: "";
          position: absolute;
          width: 0.8rem;
          height: 0.8rem;
          bottom: -1.5rem;
          left: 50%;
          transform: translateX(-50%);
          border-radius: 100%;
          transition: all 0.35s; }
      .p-header__menu li:last-child {
        padding-right: 0; }
    .p-header__menu--tab {
      position: fixed;
      top: 7.7rem;
      right: -68rem;
      background: #FFF;
      width: 68rem;
      padding: 3rem;
      transition: all 0.35s;
      z-index: 10; }
      .p-header__menu--tab li {
        margin-bottom: 1rem;
        padding: 0; }
        .p-header__menu--tab li:last-child {
          margin-bottom: 0; }
        .p-header__menu--tab li a {
          color: #454545;
          font-size: var(--size-p);
          font-weight: 500;
          line-height: 150%;
          letter-spacing: 0;
          position: relative;
          transition: all 0.35s;
          padding-left: 1.4rem; }
          .p-header__menu--tab li a::before {
            content: "";
            position: absolute;
            width: 0.8rem;
            height: 0.8rem;
            top: 1rem;
            left: 0;
            background: #f3bf50;
            border-radius: 100%;
            transition: all 0.35s; }
            @media (max-width: 767px) {
              .p-header__menu--tab li a::before {
                top: 0.9rem; } }
          .p-header__menu--tab li a.active {
            color: #f3bf50; }
      .p-header__menu--tab.active {
        right: 0; }
    .p-header__menu--list {
      grid-template-columns: 1fr 1fr;
      margin-bottom: 3rem; }
    .p-header__menu--title {
      color: #f3bf50;
      font-size: 3rem;
      font-weight: 700;
      line-height: 170%;
      letter-spacing: 0;
      margin-bottom: 1rem; }

.p-mv {
  padding: 0 6.3rem 3.7rem;
  position: relative;
  overflow: hidden; }
  .p-mv-textscr {
    position: absolute;
    left: 0.5rem;
    bottom: 0;
    padding: 0rem 1.5rem;
    height: calc(100% - 22.5rem); }
    .p-mv-textscr .desc {
      color: #bfbfbf;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0;
      writing-mode: sideways-rl;
      text-align: center; }
    .p-mv-textscr .btn-scroll {
      position: absolute;
      left: 1.4rem;
      bottom: 0; }
      .p-mv-textscr .btn-scroll a {
        display: block;
        position: relative;
        padding-bottom: 15.2rem; }
    .p-mv-textscr .btn-scroll-text {
      writing-mode: sideways-rl;
      color: #bfbfbf;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0; }
    .p-mv-textscr .btn-scroll-line {
      position: absolute;
      display: block;
      width: 1px;
      height: 15rem;
      background: #bfbfbf;
      left: 50%;
      bottom: 0; }
  .p-mv__visual {
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .p-mv__visual_circle {
      position: absolute;
      right: -28rem;
      bottom: -28rem;
      z-index: 2;
      animation: rotate 20s linear infinite; }
    .p-mv__visual::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #efebe4;
      opacity: 0.67;
      z-index: 1;
      border-radius: 0 0 4rem 4rem; }

.home .p-header__inner:not(.active)::after {
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.67; }

.home .p-header {
  height: auto; }

.p-header__menu li {
  padding: 0 0; }

.p-header__menu--01 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0 0rem;
  justify-content: center; }

.p-header__menu--01 .menu-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-family: "Yu Mincho", "MS Mincho", serif;
  font-size: 1.8rem;
  padding: 1rem 1.5rem;
  line-height: 1.2;
  transition: all 0.3s ease; }

.p-header__menu--01 .menu-item a .en {
  font-size: 1.8rem;
  color: #f3bf50;
  margin-top: .9rem;
  font-weight: 400; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.c-tel__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(images/img_tel.jpg);
  background-size: cover;
  width: 33.9rem;
  height: 7.7rem;
  text-decoration: none;
  font-family: "Yu Mincho", "MS Mincho", serif;
  cursor: pointer; }

.c-tel__btn--label {
  font-size: 1.4rem;
  color: #454545;
  margin-bottom: -0.5rem; }

.c-tel__btn--number {
  display: flex;
  align-items: center;
  font-size: 3.5rem;
  font-weight: 500;
  color: #454545;
  text-decoration: none;
  line-height: 1; }

.c-tel__btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  background-image: url(images/img_phone.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 3.6rem;
  left: 1.6rem; }

.c-tel__btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1.5rem 1.5rem;
  border-color: transparent transparent #454545 transparent;
  bottom: 1rem;
  right: 1rem; }

.c-tel__btn--text.fax {
  font-size: 1.4rem;
  color: #454545;
  margin-bottom: -0.5rem; }

.c-tel__btn--text.tel {
  color: var(--p-color-454545);
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0rem;
  font-family: "Zen Old Mincho", serif;
  text-decoration: none;
  display: flex;
  align-items: center; }

.p-header__info--item.vz-02 {
  display: flex;
  align-items: flex-start; }

.c-tel__btn--text.inst img {
  width: 7.7rem;
  height: 7.7rem;
  display: block; }

.p-header__right,
.p-header__inner {
  display: flex;
  flex-wrap: wrap; }

.p-header__info--address {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 1.4rem;
  order: 10;
  position: relative;
  padding-bottom: 0.7rem;
  pointer-events: none; }
  .p-header__info--address ::before {
    content: "";
    position: absolute;
    background-image: url(images/icon_address.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.8rem;
    height: 2.1rem;
    right: auto;
    top: 0;
    left: 0; }
  .p-header__info--address ::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0; }

.address-text {
  margin: 0;
  padding-right: 10rem;
  color: var(--p-color-454545);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0rem;
  position: relative;
  padding-left: 2.1rem;
  padding-bottom: 0.5rem; }

.c-hamburger {
  width: 6.3rem;
  height: 7.7rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.5rem 1.1rem;
  cursor: pointer;
  background-color: #f3bf50; }
  .c-hamburger__line {
    background: #ffffff;
    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: 1.2rem;
    width: 100%; }
  .c-hamburger.active span:nth-child(2) {
    display: none; }
  .c-hamburger.active span:nth-child(3) {
    transform: rotate(135deg);
    top: -1.2rem;
    width: 100%; }

.p-mv__visual .slick-slide img {
  width: 100%;
  border-radius: 5rem;
  position: relative;
  z-index: 1;
  border-radius: 0 0 4rem 4rem; }

.p-header__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 55;
  transition: all 0.35s; }
  .p-header__inner::before {
    content: "";
    position: absolute;
    width: 40rem;
    height: 9.5rem;
    top: 0;
    left: 0;
    z-index: -1;
    background: #ffffff; }
  .p-header__inner::after {
    content: "";
    position: absolute;
    width: calc(100% - 6.3rem);
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: -2;
    height: 100%;
    transition: all 0.35s; }

.p-header__logo--img {
  width: 100%;
  position: relative;
  z-index: 1;
  top: 2.2rem;
  left: 4.1rem;
  transition: all 0.35s; }

.p-mv-cont {
  position: absolute;
  bottom: 19rem;
  left: 23rem;
  z-index: 3;
  flex-flow: column; }

.p-mv-cont h2 {
  color: var(--p-color-454545);
  font-size: 6rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0rem;
  padding-bottom: 3rem;
  text-shadow: 0 0.4rem 0.3rem #fff; }

.p-mv-cont p {
  color: var(--p-color-454545);
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0rem;
  text-shadow: 0 0.4rem 0.3rem #fff; }

.p-header__logo--img img {
  width: 31.4rem; }

@media (min-width: 960.5px) {
  .home .p-header__inner:not(.active) .p-header__logo--img {
    top: 0.6rem; } }
@media (max-width: 1440px) and (min-width: 960px) {
  .p-header {
    display: flex;
    align-items: center;
    padding: 0 2rem; }

  .p-header__menu--01 {
    top: 3.3rem; }
    .p-header__menu--01 .menu-item a {
      font-size: 1.6rem;
      padding: 0.6rem 1.5rem; }

  .p-header__menu--01 .menu-item a .en {
    margin-top: 0.4rem; }

  .c-tel__btn {
    width: 26rem; }

  .c-tel__btn--number {
    font-size: 2.6rem; }

  .p-header__logo--img {
    left: 2rem;
    width: 80%; }

  .c-tel__btn--text.tel {
    font-size: 2.5rem; }

  .address-text {
    padding-right: 9rem; }

  .p-header__inner::before {
    width: 31.3rem; }

  .p-mv__visual .slick-slide img {
    width: 100%;
    border-radius: 5rem;
    position: relative;
    z-index: 1; }

  .p-mv__visual_circle {
    width: 66rem;
    right: -28rem;
    bottom: -22rem; }

  .p-mv-textscr {
    height: calc(100% - 11rem); }

  .p-mv__inner {
    margin-bottom: 0; }

  .p-mv__visual::before {
    border-bottom-left-radius: 5rem;
    border-bottom-right-radius: 5rem; } }
@media (max-width: 960px) {
  .p-header__info--item.vz-02 {
    display: none; }

  .p-header__info--item.vz-02 {
    display: none; }

  .p-header__info--address {
    display: none; }

  .p-header__menu {
    display: none; }

  .home .p-header {
    height: 6rem; }
    .home .p-header__inner:not(.active)::after {
      opacity: 1;
      width: 100%;
      background: #FFF; }

  .p-header {
    height: 6rem; }
    .p-header__inner::before {
      height: 5rem;
      width: 24.3rem; }
    .p-header__inner::after {
      width: 100%; }

  .p-header__menu--tab {
    top: 6rem;
    width: 100%;
    right: -100%;
    padding: 3rem 1.5rem 15rem;
    overflow: auto;
    height: calc(100vh - 12rem); }

  .c-hamburger {
    width: 6rem;
    height: 6rem; }
    .c-hamburger.active span:first-child {
      top: 0.8rem; }
    .c-hamburger.active span:nth-child(3) {
      top: -0.8rem; }

  .p-header__logo--img {
    left: 1.5rem;
    z-index: 20;
    top: 0; }

  .p-header__logo--img img {
    width: 21.4rem; }

  .p-mv__inner {
    margin-bottom: 0; }

  .p-mv {
    padding: 0;
    overflow: hidden; }
    .p-mv-textscr {
      display: none; }
    .p-mv__visual {
      width: 100%;
      height: 45rem;
      position: relative;
      overflow: hidden; }
      .p-mv__visual::before {
        border-radius: 0; }
      .p-mv__visual .mv-slide,
      .p-mv__visual .p-mv__img,
      .p-mv__visual img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .p-mv__visual_circle {
        width: 36.5rem;
        position: absolute;
        right: -10rem;
        bottom: -7.3rem;
        z-index: 2;
        display: block !important; }
    .p-mv-cont {
      position: absolute;
      bottom: 3rem;
      left: 1.5rem;
      right: auto;
      transform: none;
      width: auto;
      z-index: 10;
      padding: 0; }
      .p-mv-cont h2 {
        font-size: 2rem;
        text-align: left;
        margin-bottom: 0.5rem;
        text-shadow: 0 0 1rem #fff, 0 0 1rem #fff; }
      .p-mv-cont p {
        font-size: 1.5rem;
        text-align: left;
        max-width: 40rem;
        text-shadow: 0 0 1rem #fff;
        margin: 0;
        position: relative;
        bottom: 2.5rem; }
    .p-mv-news {
      padding: 0 1.5rem 4rem; }

  .p-mv__visual .slick-slide img {
    border-radius: 0;
    height: 46rem; } }
@media (max-width: 767px) {
  .p-header__menu--list {
    grid-template-columns: 1fr; }

  .p-header__inner::before {
    width: 24.3rem;
    height: 5rem; }

  .p-mv {
    padding: 0;
    overflow: hidden; }
    .p-mv-textscr {
      display: none; }
    .p-mv__inner {
      display: flex;
      flex-direction: column;
      margin-bottom: 0; }
    .p-mv__visual .mv-slide,
    .p-mv__visual .p-mv__img,
    .p-mv__visual img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .p-mv__visual_circle {
      width: 23.5rem;
      position: absolute;
      right: -10rem;
      bottom: -7.3rem;
      z-index: 2;
      display: block !important; }
    .p-mv-cont {
      bottom: 7.3rem; }
      .p-mv-cont h2 {
        font-size: 2rem;
        text-align: left;
        max-width: 27rem;
        margin-bottom: 0.5rem;
        padding-bottom: 0.5rem;
        font-weight: bold;
        text-shadow: 0 0 .4rem #fff, 0 0 .4rem #fff; }
      .p-mv-cont p {
        font-size: 1.6rem;
        text-align: left;
        max-width: 31rem;
        text-shadow: 0 0 .3rem #fff;
        margin: 0;
        position: relative;
        bottom: 0;
        font-weight: bold; }
    .p-mv-news {
      padding: 0 1.5rem 4rem; }

  .c-hamburger {
    width: 6rem;
    height: 6rem; }

  .p-mv__visual::before {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; } }
@media (min-width: 960.5px) {
  .p-header__menu li {
    position: relative; }
    .p-header__menu li .sub-menu {
      pointer-events: none;
      position: absolute;
      z-index: 0;
      opacity: 0;
      right: 0;
      padding: 1.5rem;
      left: 0;
      top: 7.2rem;
      transition: all 0.3s ease;
      width: 27rem; }
      .p-header__menu li .sub-menu::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% - 2.5rem);
        left: 0;
        bottom: 0;
        z-index: -1;
        background: #f3bf50; }
      .p-header__menu li .sub-menu li {
        margin-left: 0;
        padding: 0;
        border-bottom: 1px solid #fff;
        border-right: 0; }
        .p-header__menu li .sub-menu li:last-child {
          border-width: 0; }
        .p-header__menu li .sub-menu li a {
          display: block;
          padding: 1.5rem 1.5rem 1.5rem 3rem;
          border-right: 0;
          color: #FFF;
          position: relative;
          transition: all 0.35s;
          width: 100%;
          text-align: left; }
          .p-header__menu li .sub-menu li a::before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-mask: url(images/icon_arrow-02.svg) center/100% no-repeat;
            mask: url(images/icon_arrow-02.svg) center/100% no-repeat;
            background: #FFF;
            left: 1rem;
            width: 1rem;
            height: 1rem;
            clip-path: inherit; }
          .p-header__menu li .sub-menu li a::after {
            content: none; }
          .p-header__menu li .sub-menu li a:hover {
            opacity: 0.8; }
    .p-header__menu li.vz-02 {
      position: initial; }
      .p-header__menu li.vz-02 .sub-menu {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        left: 0;
        top: 100%;
        padding: 5rem 10rem !important; }
        .p-header__menu li.vz-02 .sub-menu li {
          width: calc((100% - 6.001rem) / 3);
          margin-right: 3rem; }
          .p-header__menu li.vz-02 .sub-menu li:nth-child(3n) {
            margin-right: 0; }
          .p-header__menu li.vz-02 .sub-menu li:last-child {
            border-width: 1px; }
    .p-header__menu li:hover .sub-menu {
      opacity: 1;
      pointer-events: auto;
      padding: 2.5rem 0 0; }
    .p-header__menu li:hover.menu-item-has-children > a::before {
      opacity: 1; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-header__menu li .sub-menu {
    top: 5.7rem; }
    .p-header__menu li .sub-menu::before {
      height: calc(100% - 3rem); }
  .p-header__menu li:hover .sub-menu {
    padding: 3rem 0 0; } }
.footer-link-fix {
  position: fixed;
  bottom: 16rem;
  right: 9rem;
  z-index: 50; }
  .footer-link-fix li.active {
    display: none; }

.p-footer__button {
  display: none; }

.close {
  position: absolute;
  top: -1.5rem;
  right: -2rem;
  width: 3.8rem;
  height: 3.8rem;
  background: url(images/close_icon01.png) no-repeat center;
  background-size: contain;
  z-index: 5;
  cursor: pointer; }

.footer-link-fix li .box a::before {
  content: "";
  position: absolute;
  background: url(images/icon_banner01.png) no-repeat center;
  width: 6rem;
  height: 6rem;
  top: 2.6rem;
  left: 0;
  transform: translateX(-50%);
  z-index: 1; }

.c-nav-fix {
  position: fixed;
  right: 0;
  top: 7.7rem;
  z-index: 60; }
  .c-nav-fix li:last-child {
    margin-bottom: 0; }
  .c-nav-fix li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6.3rem;
    height: 6.3rem;
    text-decoration: none;
    transition: 0.3s; }
    .c-nav-fix li a:hover {
      opacity: 0.8; }
    .c-nav-fix li a span.item {
      display: block;
      padding-top: 2.2rem;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 3rem;
      font-size: 1.4rem;
      font-weight: 500;
      text-align: center;
      letter-spacing: 0;
      margin: 0; }
  .c-nav-fix li .c-nav-fix__web a {
    padding-top: 1rem;
    background: #efebe4;
    color: #454545; }
    .c-nav-fix li .c-nav-fix__web a span {
      background-image: url(images/icon_schedule.png);
      background-size: 2rem; }
  .c-nav-fix li .c-nav-fix__tel a {
    padding-top: 1rem;
    background: #f3bf50;
    color: #454545; }
    .c-nav-fix li .c-nav-fix__tel a span {
      background-image: url(images/icon_phone1.png);
      width: 2rem;
      background-repeat: no-repeat;
      background-size: 2rem; }
  .c-nav-fix li .c-nav-fix__access a {
    background: #bbbbef;
    padding-top: 1rem; }
    .c-nav-fix li .c-nav-fix__access a span {
      text-align: center;
      color: #454545;
      background-size: 2rem;
      background-image: url(images/icon_new.png);
      background-repeat: no-repeat; }
  .c-nav-fix li .c-nav-fix__clinic a {
    background: #ffe09d;
    padding-top: 1rem; }
    .c-nav-fix li .c-nav-fix__clinic a span {
      text-align: center;
      color: #454545;
      background-size: 2.4rem;
      background-image: url(images/icon_clock.png);
      background-repeat: no-repeat; }
  @media (min-width: 960.5px) {
    .c-nav-fix.active {
      z-index: 50; } }

.p-footer__bottom {
  background: #f3bf50;
  padding: 2.3rem; }

.p-footer__credit img {
  width: 18.9rem; }

.p-footer__copy {
  color: #fff;
  font-size: var(--size-p);
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
  font-family: "Hina Mincho", serif;
  white-space: nowrap; }

.p-footer__credit {
  margin-right: 2rem; }

.p-footer {
  position: relative;
  width: 100%;
  margin-top: -10.5rem; }

.p-footer__maps-wrapper {
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 10; }

.p-footer__maps-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 0 2rem;
  margin-bottom: 2rem; }

.p-footer__maps {
  background: #ccc;
  width: 100%;
  max-width: 144rem;
  height: 44.6rem;
  margin: 0 auto;
  border: 4px solid #f4cb76; }
  .p-footer__maps iframe {
    width: 100%;
    border: 0;
    vertical-align: top;
    height: 100%; }

.l-footer__inner {
  position: relative;
  margin: 0 auto;
  padding: 0 0rem; }

.l-footer__inner::before {
  content: "";
  background-image: url(images/bg_footer.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 5rem);
  z-index: -2; }

.l-footer__inner::after {
  content: "";
  background-color: rgba(243, 191, 80, 0.85);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 5rem);
  z-index: -1; }

.p-footer__nav {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6.5rem;
  padding-bottom: 6.5rem;
  max-width: 144.5rem; }

.p-footer__nav--item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 1.2rem; }

.p-footer__nav--title {
  width: 20rem;
  padding-right: 4rem;
  margin-right: 8rem;
  border-right: 1px solid #454545;
  height: 10rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #454545;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1em; }

.p-footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 4rem;
  flex: 1;
  list-style: none;
  padding: 0; }

.p-footer__menu li::before {
  content: "•";
  margin-right: 1rem;
  font-size: 1.8rem;
  color: #454545; }

.p-footer__schedule {
  max-width: 55.3rem;
  margin-bottom: 3.7rem; }

.p-footer__schedule dl:first-child {
  border-bottom: 0; }

.p-footer__schedule dl {
  display: flex;
  align-items: center; }

.p-footer__schedule dl:first-child dt {
  font-size: 1.8rem; }

.p-footer__info--item {
  width: calc(100% / 2); }

.p-footer__schedule {
  max-width: 100%;
  margin-bottom: 1.7rem;
  margin-top: 0.5rem; }

.p-footer__schedule dl {
  display: flex;
  align-items: center;
  border-bottom: #353535 solid 1px; }

.p-footer__schedule dl dt,
.p-footer__schedule dl dd {
  padding: 3rem 0;
  color: #454545;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0rem; }

.p-footer__schedule dl dt {
  width: 15.8rem;
  font-size: 1.8rem;
  padding-left: 1.8rem; }

.p-footer__schedule dl dd {
  width: calc((100% - 15.8rem) / 7);
  text-align: center; }

.p-footer__schedule dl:first-child {
  border-bottom: #353535 solid 1px;
  padding-bottom: 2.6rem;
  padding-top: 2.1rem; }

.p-footer__schedule dl:first-child dt {
  font-size: 1.6rem; }

.p-footer__schedule dl:first-child dt,
.p-footer__schedule dl:first-child dd {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  color: #454545;
  background: rgba(243, 191, 80, 0.76);
  font-size: 1.8rem; }

.p-footer__schedule dl .col-yellow {
  color: #f9c03c; }

.p-footer__schedule dl .col-2d4 {
  color: #2d4068; }

.p-footer__schedule dl .col-454 {
  color: #454545; }

.p-footer__table--01 .p-header__info--address ::before {
  left: 0;
  top: 0; }

.p-footer__table--01 .address-text {
  padding-right: 0;
  position: absolute;
  top: 50%;
  right: 38%;
  white-space: nowrap; }

.p-footer__table--01 .p-header__info--item.vz-02 {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
  margin-left: 2.9rem; }

.p-footer__info {
  overflow: hidden;
  position: relative;
  top: 5rem;
  z-index: 0;
  padding: 10.3rem 0 7.3rem 5rem;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 31%); }
  .p-footer__info::before {
    content: "";
    inset: 0;
    position: absolute;
    background-image: url(images/img_update_footer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    z-index: -2; }

.p-footer__schedule dl .col-yellow {
  color: #f3bf50; }

.p-footer__schedule dl .tes {
  position: relative; }
  .p-footer__schedule dl .tes .dess {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    text-align: center;
    color: #454545;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0rem;
    left: 0;
    width: 100%; }

.p-footer__logo {
  margin-left: 2.3rem;
  margin-bottom: 1.4rem;
  margin-top: 8rem; }

.p-footer__info .p-header__info--address {
  margin-left: 3.6rem;
  padding-top: 2rem; }

.p-footer__menu.vz-01 {
  max-width: 68rem;
  width: 100%;
  margin-right: auto;
  margin-left: 0;
  gap: 2.8rem; }

.p-footer__desc {
  color: var(--p-color-454545);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0rem; }

.p-footer__menu.vz-02 {
  gap: 2.8rem 2.6rem; }

.p-footer__logo img {
  width: 44.3rem; }

.p-footer__menu li a {
  color: var(--p-color-454545);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0rem; }

.footer-link-fix li .box img {
  width: 30.1rem; }

.p-footer_text {
  margin-bottom: 1rem; }

.p-footer__info--item .vz-02 {
  display: flex; }

.p-footer__info--item .c-tel__btn {
  width: 34rem; }

@media (max-width: 1440px) and (min-width: 960px) {
  .footer-link-fix li .box img {
    width: 31.2rem; }

  .footer-link-fix li .box a::before {
    width: 9rem;
    height: 9rem; }

  .l-footer__inner {
    padding: 0 0; }

  .p-footer__nav--title {
    width: 18rem;
    margin-right: 4rem; }

  .p-footer__schedule dl .tes .dess {
    right: 20rem; }

  .p-footer__menu.vz-02 {
    width: 100%; } }
@media (max-width: 960px) {
  .p-footer__maps-wrapper {
    padding: 0 0.5rem; }

  .footer-link-fix {
    bottom: 7rem;
    right: 7.7rem; }

  .p-footer__nav {
    display: none; }

  .c-tel__btn--text.tel {
    font-size: 1.8rem; }

  .c-tel__btn--text.inst img {
    width: 100%; }

  .c-tel__btn::before {
    top: 3rem; }

  .p-footer__schedule dl dd {
    width: calc((100% - 9rem) / 7); }

  .p-footer__schedule dl:first-child dt {
    font-size: 1.5rem; }

  .p-footer__schedule dl dt,
  .p-footer__schedule dl dd {
    font-size: 1.5rem;
    padding: 2.3rem 0; }

  .p-footer__schedule dl dt {
    padding-left: 1rem; }

  .p-footer__schedule dl .tes {
    font-size: 1.2rem; }

  .p-footer__credit img {
    width: 14rem; }

  .l-footer__inner {
    padding: 0 2rem; }

  .p-footer__maps {
    height: 30rem;
    max-width: 100%;
    border-width: 0.2rem; }

  .p-footer__nav--item {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem; }

  .p-footer__nav--title {
    width: 100%;
    height: auto;
    padding: 0 0 1rem 0;
    margin-right: 0;
    border-right: none;
    border-bottom: 1px solid #454545;
    font-size: 2.2rem; }

  .p-footer__menu.vz-01,
  .p-footer__menu.vz-02 {
    max-width: 100%;
    gap: 1.5rem 2rem; }

  .p-footer__info {
    padding: 5rem 1rem;
    top: 4.9rem;
    clip-path: none;
    display: flex;
    flex-direction: column;
    gap: 4rem; }

  .p-footer__info--item {
    width: 100%; }

  .p-footer__table--01 .address-text {
    padding-right: 0; }

  .p-footer__logo {
    margin-left: 0;
    text-align: center; }
    .p-footer__logo img {
      max-width: 25rem;
      margin: 0 auto; }

  .p-footer {
    padding-bottom: 6rem;
    margin-top: 0; }

  .p-footer__info--item .vz-02 {
    justify-content: center; }

  .p-footer__schedule dl:first-child dt,
  .p-footer__schedule dl:first-child dd {
    font-size: 1.5rem; }

  .p-footer__bottom {
    text-align: center; }
    .p-footer__bottom .d-flex {
      flex-direction: column; }
    .p-footer__bottom .p-footer__credit {
      margin-right: 0; }

  .c-nav-fix {
    display: flex;
    top: auto;
    bottom: 0;
    transform: inherit;
    width: 100%;
    border-top: #fff solid 1px; }
    .c-nav-fix__item {
      width: calc(100% / 4); }
    .c-nav-fix__btn a {
      font-size: 1.5rem;
      width: 100%;
      height: 6rem;
      padding: 0.5rem 0;
      background-position: center top 0.5rem;
      background-size: 2.5rem; }

  .c-nav-fix li a {
    font-size: 1.5rem;
    width: 100%;
    height: 6rem;
    padding: 0.5rem 0;
    background-position: center top 0.5rem;
    background-size: 5rem; }

  .p-footer__info--item .c-tel__btn {
    width: 28rem; }

  .footer-link-fix li .box a::before {
    top: 1.5rem; }

  .footer-link-fix li .box img {
    width: 20.1rem; }

  .p-footer__schedule dl .tes .dess {
    top: 65%;
    font-size: 1.4rem; }

  .l-footer__inner::before {
    padding: 13rem 0rem; }

  .p-footer__info--gp {
    margin-top: -5rem; }

  .p-footer_text {
    margin-bottom: 6rem; } }
@media (max-width: 767px) {
  .p-footer__schedule {
    margin-bottom: 3rem; }

  .p-footer_text {
    margin-bottom: 5.5rem; }

  .p-footer__schedule dl .tes .dess {
    top: 61%;
    font-size: 1.2rem; }

  .p-footer__schedule dl dt {
    padding-left: 0;
    width: 10rem; }
  .p-footer__schedule dl:first-child dt {
    padding-left: 1rem; }

  .l-footer__inner::before {
    padding: 13rem 0rem; }

  .p-footer__table--01 .p-header__info--item.vz-02 {
    margin-left: 0; }

  .p-footer__info {
    padding: 5rem 0; }

  .p-footer__desc {
    font-size: 1.5rem; }

  .p-footer__info--gp {
    margin-top: -8.4rem; }

  .p-footer__schedule dl:first-child {
    padding-bottom: 0; }

  .l-footer__inner {
    padding: 0 1.5rem; }

  .p-footer__maps-wrapper {
    padding: 0 0; }

  .p-footer__maps {
    margin-bottom: 1rem; } }
[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-1443 {
  max-width: 147.3rem; }
.l-grid-1520 {
  max-width: 155rem; }
.l-grid-1530 {
  max-width: 156rem; }
.l-grid-1580 {
  max-width: 161rem; }
.l-grid-1600 {
  max-width: 163rem; }
.l-grid-1650 {
  max-width: 166rem; }
.l-grid-1710 {
  max-width: 174rem; }
.l-grid-1745 {
  max-width: 177.5rem; }

.l-container {
  width: 100%;
  position: relative; }

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease; }
  .wow_custom.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
    .wow_custom.show.wow_vz_02 {
      animation: fade_in_0 500ms 500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_03 {
      animation: fade_in_0 500ms 1000ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_04 {
      animation: fade_in_0 500ms 1500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_05 {
      animation: fade_in_0 500ms 2000ms linear;
      animation-fill-mode: forwards; }

.anchor_fixtop,
.u-anchor-offset {
  display: block;
  position: relative;
  top: -15rem;
  width: 100%;
  visibility: hidden; }

@media (max-width: 960px) {
  .anchor_fixtop,
  .u-anchor-offset {
    top: -8rem; } }
.l-grid {
  width: 100%;
  display: grid;
  gap: 3rem;
  padding-left: 0;
  padding-right: 0; }
  .l-grid--2 {
    grid-template-columns: 1fr 40rem; }
  .l-grid--3 {
    grid-template-columns: repeat(3, 1fr); }
  .l-grid--4 {
    grid-template-columns: 1fr 30rem; }
  .l-grid--5 {
    grid-template-columns: 1fr 30rem; }
  .l-grid--reverse {
    direction: rtl; }
    .l-grid--reverse .l-grid__inner {
      direction: ltr; }
  @media (max-width: 960px) {
    .l-grid {
      gap: 1.5rem; }
      .l-grid__inner:first-child {
        order: 2; }
      .l-grid__inner:last-child {
        order: 1; }
      .l-grid--2 {
        grid-template-columns: 1fr; }
      .l-grid--3 {
        gap: 3rem 1.5rem;
        grid-template-columns: repeat(2, 1fr); }
      .l-grid--sp3 {
        gap: 0.5rem;
        grid-template-columns: repeat(3, 1fr); }
      .l-grid--4 {
        grid-template-columns: 1fr; }
        .l-grid--4 .l-grid__inner:first-child {
          order: -1; }
      .l-grid--5 {
        grid-template-columns: 1fr; }
        .l-grid--5 .l-grid__inner:first-child {
          order: -1; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slide {
  transition: transform 0.4s linear;
  /* Chuyển động tuyến tính */ }

.slick-list {
  overflow: hidden;
  /* Ẩn các phần slide bên ngoài */ }

.slick-track {
  display: flex; }

:root {
  --main-color: #F3BF50;
  --main-color-light: rgba(243, 191, 80, 0.1);
  --main-color--title: #F3BF50;
  --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: 6.3rem;
  height: 6.3rem;
  opacity: 0;
  border: 0;
  background: #FFF;
  border: 1px solid #F9C03C;
  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: #F9C03C; }
  .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;
      right: 0; } }

.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: 600;
    line-height: 175%;
    color: #f3bf50;
    position: relative;
    display: block;
    letter-spacing: 0;
    height: 100%;
    transition: all 0.35s;
    padding: 1rem;
    background: rgba(243, 191, 80, 0.1);
    border: #F3BF50 solid 1px; }
    .c-menu__medical--list li a:hover {
      font-weight: bold; }
  .c-menu__medical--list li.current_page_item a {
    background: #F3BF50;
    color: #fff; }

@media (max-width: 960px) {
  .no_scroll {
    overflow: hidden; }

  .c-menu__medical--list li a {
    font-size: 1.5rem;
    padding: 1rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center; } }
@media (max-width: 767px) {
  .c-menu__medical--list ul {
    gap: 0.5rem; }
  .c-menu__medical--list li {
    width: calc((100% - 0.51rem) / 2);
    margin-right: 0;
    bottom: 0; } }
.c-breadcrumb {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.2rem; }
  .c-breadcrumb__list {
    display: inline;
    gap: 0; }
  .c-breadcrumb__item {
    display: inline;
    position: relative; }
    .c-breadcrumb__item:not(:last-child) {
      padding-right: 1.5rem;
      margin-right: 1.5rem; }
      .c-breadcrumb__item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 49%;
        width: 0.8rem;
        aspect-ratio: 1 / 1;
        transform: translateY(-47%) rotate(45deg);
        border-top: 1px solid #353535;
        border-right: 1px solid #353535; }
  .c-breadcrumb__link {
    color: #454545; }
    .c-breadcrumb__link:hover {
      opacity: 1;
      text-decoration: underline; }
  .c-breadcrumb__current {
    color: #999; }
  .c-breadcrumb__link, .c-breadcrumb__current {
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 150%;
    letter-spacing: .05rem; }

.c-table {
  font-size: var(--size-p);
  color: #454545;
  line-height: 185%;
  letter-spacing: 0.05rem; }
  .c-table--01 {
    border-top: 1px dashed #dddddd; }
    @media (max-width: 960px) {
      .c-table--01 {
        border-top: 0px dashed #dddddd;
        border-bottom: 1px solid #dddddd; } }
    .c-table--01 .c-table__row {
      display: grid;
      grid-template-columns: 16rem 1fr;
      gap: 2rem;
      padding: 2rem 0;
      border-bottom: 1px dashed #dddddd; }
      @media (max-width: 960px) {
        .c-table--01 .c-table__row {
          grid-template-columns: 10rem 1fr;
          gap: 1rem;
          padding: 1.5rem 0;
          border-bottom: 0; }
          .c-table--01 .c-table__row:nth-child(odd) {
            background: #efefef; } }
    .c-table--01.vz-02 .c-table__row {
      grid-template-columns: 25rem 1fr; }
      @media (max-width: 767px) {
        .c-table--01.vz-02 .c-table__row {
          grid-template-columns: 11rem 1fr; } }
    .c-table--01 .c-table__head {
      font-weight: 600; }
      @media (max-width: 960px) {
        .c-table--01 .c-table__head {
          padding-left: 1rem; } }
    .c-table--01 .c-table__body {
      font-weight: 500; }
      @media (max-width: 960px) {
        .c-table--01 .c-table__body {
          padding-right: 1rem; } }
    @media (max-width: 960px) {
      .c-table--01__spfull .c-table__row {
        grid-template-columns: 1fr; }
        .c-table--01__spfull .c-table__row:nth-child(odd) {
          background: transparent; }
      .c-table--01__spfull .c-table__head {
        padding: 1.5rem 2rem;
        background-color: var(--main-color-light); }
        .c-table--01__spfull .c-table__head br {
          display: none; }
      .c-table--01__spfull .c-table__body {
        padding-right: 0; }
      .c-table--01__spfull .c-list {
        margin: 0.5rem 0 0 0;
        padding: 0;
        gap: 0;
        background-color: transparent; } }
  .c-table--02 {
    border-top: 0px dashed #dddddd;
    border-bottom: 1px dashed #dddddd; }
    .c-table--02 .c-table__row {
      grid-template-columns: 22rem 1fr;
      border-bottom: 0px dashed #dddddd; }
      .c-table--02 .c-table__row:nth-child(odd) {
        background-color: var(--main-color-light); }
    .c-table--02 .c-table__head {
      padding-left: 2rem; }
    @media (max-width: 960px) {
      .c-table--02 .c-table__row {
        gap: 0;
        grid-template-columns: 1fr; }
        .c-table--02 .c-table__row .c-table__body,
        .c-table--02 .c-table__row .c-table__head {
          padding-left: 1.5rem;
          padding-right: 1.5rem; } }
  .c-table--compare {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; }
    .c-table--compare .c-table__head,
    .c-table--compare .c-table__data {
      border: 1px solid #e5e5e5;
      padding: 1.5rem 2rem;
      text-align: center;
      vertical-align: middle;
      font-weight: 500; }
      @media (max-width: 960px) {
        .c-table--compare .c-table__head,
        .c-table--compare .c-table__data {
          padding: 1rem 0.5rem;
          font-size: 1.3rem; } }
    .c-table--compare .c-table__row {
      display: flex; }
      .c-table--compare .c-table__row .c-table__body {
        width: calc(100% / 3);
        border: 1px solid #e5e5e5;
        border-right: 0;
        border-bottom: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.5rem; }
        .c-table--compare .c-table__row .c-table__body:last-child {
          border-right: 1px solid #e5e5e5; }
      .c-table--compare .c-table__row:last-child .c-table__body {
        border-bottom: 1px solid #e5e5e5; }
    .c-table--compare .c-table__row--head .c-table__head {
      background: #f5f5f5;
      font-weight: 600;
      width: calc(100% / 3);
      border-bottom: 0;
      border-right: 0; }
      .c-table--compare .c-table__row--head .c-table__head:last-child {
        border-right: 1px solid #e5e5e5; }

@media (max-width: 767px) {
  .c-table--compare .c-table__row .c-table__body {
    width: calc((100% - 8rem) / 2);
    padding: 0.5rem; }
    .c-table--compare .c-table__row .c-table__body:nth-child(2) {
      width: 8rem; }
  .c-table--compare .c-table__row--head .c-table__head {
    width: calc((100% - 8rem) / 2);
    padding: 0.5rem; }
    .c-table--compare .c-table__row--head .c-table__head:nth-child(2) {
      width: 8rem; } }
.c-table--schedule {
  border-top: 1px solid #e5e5e5; }
  .c-table--schedule .c-table__row {
    display: grid;
    grid-template-columns: 26rem repeat(7, 1fr);
    border-bottom: 1px solid #e5e5e5; }
    @media (max-width: 960px) {
      .c-table--schedule .c-table__row {
        grid-template-columns: 15rem repeat(7, 1fr); } }
  @media (max-width: 960px) and (max-width: 767px) {
    .c-table--schedule .c-table__row {
      grid-template-columns: 7rem repeat(5, 1fr) 6rem 6rem; } }

  .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: 1rem 0.5rem;
        line-height: 120%;
        text-align: center; } }
  .c-table--schedule .c-table__head {
    text-align: center; }

.c-schedule-table {
  margin-bottom: 1.3rem; }
  .c-schedule-table .row {
    display: flex;
    position: relative;
    padding: 1.15rem 0px; }
    .c-schedule-table .row::before {
      content: "";
      position: absolute;
      width: calc(100% - 1.6rem);
      height: 1px;
      background: #a1def2;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); }
    .c-schedule-table .row:first-child {
      background: #a1def2;
      border-bottom: 0;
      border-radius: 2rem;
      padding: 0.65rem 0; }
      .c-schedule-table .row:first-child::before {
        content: none; }
      .c-schedule-table .row:first-child .col {
        color: #3a82b3; }
    .c-schedule-table .row .col {
      color: #454545;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0;
      width: calc((100% - 20.2rem) / 6);
      position: relative; }
      .c-schedule-table .row .col:first-child {
        width: 14.2rem;
        padding-left: 1.5rem; }
      .c-schedule-table .row .col:last-child {
        width: 6rem; }
      .c-schedule-table .row .col-02 {
        color: #3a82b3; }
      .c-schedule-table .row .col-desc {
        position: absolute;
        color: #454545;
        font-size: 1.6rem;
        width: 105%;
        bottom: -1.6rem;
        left: -2rem; }

@media (max-width: 960px) {
  .c-schedule-table .row .col {
    font-size: 1.5rem;
    width: calc((100% - 14rem) / 6); }
    .c-schedule-table .row .col:first-child {
      width: 10rem; }
    .c-schedule-table .row .col:last-child {
      width: 4rem; }
    .c-schedule-table .row .col-desc {
      width: 168%;
      bottom: 0;
      font-size: 1.4rem; }
  .c-schedule-table .row:first-child .col:first-child {
    padding-left: 1rem; } }
.c-map {
  position: relative;
  width: 100%;
  height: 45rem;
  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); } }

@media (max-width: 960px) {
  .c-map {
    height: 30rem; } }
.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(243, 192, 83, 0.4);
    z-index: 1; }
.p-page-banner__image {
  display: block;
  width: 100%;
  height: 20rem;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .p-page-banner__image {
      height: 40rem; } }
  .p-page-banner__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(0.4rem); }
.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 #F3BF50;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.55rem;
    color: #F3BF50;
    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: #F3BF50;
    color: #fff; }
.c-news__archive {
  border: #F3BF50 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: #F3BF50;
    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(243, 191, 80, 0.2);
  margin-bottom: 1.5rem; }
  .p-news__item:nth-child(odd) {
    background: #F3BF50; }
    .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(243, 191, 80, 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: #F3BF50; }
.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: #F3BF50 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: #F3BF50; }
  .p-news__archive-item:last-child {
    border-bottom: 0; }

.p-single__header {
  background: rgba(243, 191, 80, 0.1);
  padding: 3rem; }
.p-single__title {
  font-size: 3.2rem;
  color: #F3BF50;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.p-single__date {
  font-size: 1.6rem;
  color: #F3BF50;
  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: #F3BF50 solid 2px; }
  .p-single__content h2 {
    font-size: 2.6rem;
    background: #F3BF50;
    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: #F3BF50;
      border-radius: 100%;
      top: 1.5rem;
      left: 0; }
  .p-single__content h4 {
    font-size: 2.2rem;
    border-left: #F3BF50 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: #F3BF50;
      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 td, .p-single__content th {
    border: #CCC solid 1px;
    padding: 1rem; }
    .p-single__content td p, .p-single__content th p {
      margin-bottom: 0; }
  .p-single__content a {
    color: #F3BF50;
    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 #F3BF50;
    border-radius: 3.3rem;
    background: #F3BF50;
    text-decoration: none;
    transition: ease-in-out .3s; }
    .p-single-nav__link.p-single-nav__link--disabled {
      opacity: 0.5; }
.p-single__footer {
  margin-bottom: 10rem; }

@media (max-width: 960px) {
  .c-news__main {
    width: 100%;
    margin-bottom: 6rem; }
  .c-news__sidebar {
    padding-left: 0;
    width: 100%; }

  .p-news__date {
    font-size: 1.5rem;
    min-width: 11rem;
    padding-left: 1rem;
    padding-right: 0; }
  .p-news__title {
    font-size: 1.5rem;
    padding-right: 1rem; }
  .p-news__link {
    gap: 0; }
  .p-news__archive-item a {
    font-size: 1.5rem; } }
@media (max-width: 960px) {
  .p-single__content :is(p, td, li, th, blockquote, a) {
    font-size: 1.5rem;
    line-height: 185%; }
  .p-single__content h1 {
    font-size: 2.6rem; }
  .p-single__content h2 {
    font-size: 2.4rem; }
  .p-single__content h3 {
    font-size: 2.2rem; }
  .p-single__content h4 {
    font-size: 2rem; }
  .p-single__content h5 {
    font-size: 1.8rem; }
  .p-single__content h6 {
    font-size: 1.6rem; }
  .p-single__content blockquote {
    padding: 1.5rem; }
  .p-single__date {
    font-size: 1.5rem; }
  .p-single__title {
    font-size: 2rem; }
  .p-single-nav {
    margin-top: 0; }
    .p-single-nav__link {
      width: 20rem;
      height: 5rem;
      font-size: 1.5rem; } }
@media (max-width: 767px) {
  .p-single__header {
    padding: 1rem; }
  .p-single-nav__list {
    flex-wrap: wrap;
    gap: 1.5rem; }
  .p-single-nav__link {
    width: 100%; }
  .p-single-nav__item {
    width: calc((100% - 1.501rem) / 2); }
    .p-single-nav__item.p-single-nav__item--back {
      order: 1;
      width: 100%; } }
.p-column__list {
  flex-wrap: wrap;
  gap: 5rem 1.5rem; }
.p-column__item {
  flex: 0 0 calc((100% - 4.5rem) / 4);
  box-sizing: border-box; }

.c-column-card__thumb {
  margin-bottom: 1rem; }
  .c-column-card__thumb img {
    width: 100%;
    aspect-ratio: 4 / 2.8;
    object-fit: cover; }
.c-column-card__date {
  padding: 0.5rem 1.5rem;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 175%;
  letter-spacing: 0.1rem;
  text-decoration: none;
  background-color: #F3BF50;
  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: #F3BF50; }

@media (max-width: 960px) {
  .p-column__list {
    gap: 5rem 1rem; }
  .p-column__item {
    flex: 0 0 calc((100% - 1rem) / 2); }

  .c-column-card__date {
    font-size: 1.3rem; }
  .c-column-card__title a {
    font-size: 1.5rem; }
  .c-column-card__excerpt {
    font-size: 1.3rem; }

  .c-sitemap__menu--list {
    grid-template-columns: repeat(2, 1fr); }
  .c-sitemap__menu--link {
    font-size: 1.5rem; }

  .mb-10 {
    margin-bottom: 6rem; } }
@media (max-width: 767px) {
  .c-sitemap__menu--list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem; }

  .c-column-card__thumb img {
    border-radius: .6rem; } }
:root {
  --p-color-454545: #454545; }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #f9c03c; }

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 0;
  background: #FFF; }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #f9c03c; }

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  width: 1.1rem;
  background: transparent; }
  .os-theme-dark > .os-scrollbar-vertical::before,
  .os-theme-light > .os-scrollbar-vertical::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 10%;
    background: #D9D9D9; }

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: 0;
  right: 0; }

.os-theme-dark
> .os-scrollbar-vertical
> .os-scrollbar-track
> .os-scrollbar-handle,
.os-theme-light
> .os-scrollbar-vertical
> .os-scrollbar-track
> .os-scrollbar-handle {
  width: .3rem !important;
  height: 7rem !important; }

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 2.4rem;
  bottom: 0; }

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 0; }

.p-top-recruit .os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  height: 18rem !important; }

.p-mv__inner video {
  width: 100%;
  object-fit: cover;
  height: 100%; }

@media (max-width: 960px) {
  .p-mv__inner video {
    height: 50rem; } }
.p-top--news {
  padding: 1rem 0;
  padding-inline: 2rem;
  overflow: hidden;
  background-image: url(images/bg_news.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0; }
  .p-top--news--list {
    list-style: none;
    padding: 0;
    margin-bottom: 3rem;
    height: 34.6rem;
    padding-right: 6.1rem;
    padding-top: .3rem; }
  .p-top--news--item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem; }
  .p-top--news--link {
    display: flex;
    padding: 2rem 0;
    text-decoration: none;
    transition: opacity 0.3s;
    color: #454545;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0rem;
    width: calc(100% - 13rem); }
    .p-top--news--link:hover {
      opacity: 0.6; }
  .p-top--news--date {
    width: 13rem;
    flex-shrink: 0;
    color: #F3BF50;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0rem; }
  .p-top--news--text {
    color: #454545;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0rem;
    margin: 0; }
  .p-top--news--btns {
    text-align: center; }
    .p-top--news--btns-more {
      display: inline-flex;
      min-width: 16rem;
      align-items: center;
      justify-content: center;
      padding: .4rem 3.3rem .4rem 1.9rem;
      background-color: #efebe4;
      position: relative;
      transition: all 0.3s ease;
      color: #454545;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0rem; }
      .p-top--news--btns-more::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        width: .8rem;
        height: 1rem;
        background: #454545;
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
        transition: all 0.3s ease; }
      .p-top--news--btns-more:hover {
        background-color: #F3BF50;
        color: #fff;
        opacity: 1; }
        .p-top--news--btns-more:hover::after {
          background: #FFF; }
  .p-top--news .p-top--content-en::before {
    content: none; }
.p-top--inner {
  display: flex;
  align-items: flex-start;
  padding-left: 4.8rem;
  padding-bottom: 7.3rem; }
  .p-top--inner .p-top--news--btns {
    padding-right: 6.1rem; }
.p-top--heading-group {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 2rem; }
  .p-top--heading-group::before {
    content: "";
    position: absolute;
    left: 1.2rem;
    width: 78rem;
    bottom: 1.2rem;
    height: 4.5rem;
    background-color: rgba(243, 191, 80, 0.76);
    z-index: -1; }
  .p-top--heading-group .p-top--content-en {
    padding-right: 0; }
.p-top--content {
  flex: 1;
  width: calc(100% - 76.3rem);
  padding-right: 2rem; }
  .p-top--content-en {
    margin: 0;
    color: #454545;
    font-size: 8rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.1em;
    position: relative;
    top: 1.3rem; }
  .p-top--content-jp {
    color: #454545;
    font-size: 3rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.1em;
    position: relative;
    top: .3rem; }

.news-image-wrapper {
  right: 0;
  bottom: 0;
  display: block;
  z-index: 0;
  position: relative;
  margin-top: 3.7rem;
  width: 76.3rem; }
  .news-image-wrapper ::before {
    width: 69.2rem;
    height: 47.7rem;
    background-color: #EFEBE4;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    top: 2.5rem;
    z-index: -1;
    background-size: contain;
    background-position: center;
    border-bottom-right-radius: 15rem; }

.news-image-bg {
  position: relative;
  padding-right: 7rem; }

.news-img {
  width: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  top: 2.5rem;
  left: 0;
  border-bottom-right-radius: 17rem; }

.p-top--news .p-top--content-en {
  left: 0;
  top: 1.2rem; }

.p-top-concept {
  padding: 9.5rem 0;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .p-top-concept__header {
    position: relative;
    display: inline-flex;
    align-items: baseline;
    gap: 1.7rem;
    margin-bottom: 3.5rem; }
  .p-top-concept__body {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    margin-bottom: 1rem; }
    .p-top-concept__body::before {
      position: absolute;
      content: "";
      background-color: #f8f4ee;
      width: calc(100% - 15.2rem);
      z-index: -1;
      height: calc(100% - 0.6rem); }
  .p-top-concept .p-top-concept__header {
    padding-left: 7.7rem; }
  .p-top-concept__left {
    width: calc(100% - 96.8rem);
    padding-right: .6rem;
    padding-left: 13rem;
    padding-top: 8.7rem; }
    .p-top-concept__left .p-top-concept__text-box .p-top-concept__desc {
      max-width: 58rem;
      color: #454545;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 167%;
      letter-spacing: 0; }
    .p-top-concept__left .p-top-concept__sub-images {
      display: flex;
      position: relative;
      top: 9.6rem; }
      .p-top-concept__left .p-top-concept__sub-images .p-top-concept__sub-img {
        margin: 0; }
        .p-top-concept__left .p-top-concept__sub-images .p-top-concept__sub-img--img01 {
          width: 33.6rem;
          position: relative;
          z-index: 1; }
          .p-top-concept__left .p-top-concept__sub-images .p-top-concept__sub-img--img01 img {
            width: 100%;
            height: auto;
            display: block;
            box-shadow: 1.2rem 1.2rem 0 #FFF; }
        .p-top-concept__left .p-top-concept__sub-images .p-top-concept__sub-img--img02 {
          width: calc(100% - 33.6rem + 3.5rem);
          margin-left: -3.5rem;
          margin-top: 9.2rem; }
          .p-top-concept__left .p-top-concept__sub-images .p-top-concept__sub-img--img02 img {
            box-shadow: inherit; }
  .p-top-concept__right {
    width: 96.8rem; }
    .p-top-concept__right .p-top-concept__main-visual {
      margin-bottom: 10rem; }
      .p-top-concept__right .p-top-concept__main-visual img {
        width: 100%;
        margin-top: -27.1rem; }
    .p-top-concept__right .p-top-concept__nav {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      justify-content: center;
      margin-right: 3rem; }
      .p-top-concept__right .p-top-concept__nav .p-top-concept__btn a {
        width: 29rem;
        background-color: #f2c464;
        padding: 2rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        transition: 0.3s ease;
        border: 1px solid #F3BF50;
        color: #454545;
        font-size: var(--size-p);
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.05em;
        position: relative;
        z-index: 2;
        transition: 0.3s ease; }
        .p-top-concept__right .p-top-concept__nav .p-top-concept__btn a::before {
          content: "";
          position: absolute;
          right: -1px;
          top: -1px;
          bottom: -1px;
          width: 2rem;
          background-color: #FFE09D;
          z-index: 1;
          transition: 0.3s ease; }
        .p-top-concept__right .p-top-concept__nav .p-top-concept__btn a::after {
          content: "";
          position: absolute;
          right: 0.5rem;
          top: 50%;
          transform: translateY(-50%);
          width: 0;
          height: 0;
          border-top: 0.6rem solid transparent;
          border-bottom: 0.6rem solid transparent;
          border-left: 0.9rem solid #fff;
          z-index: 2;
          transition: 0.3s ease; }
        .p-top-concept__right .p-top-concept__nav .p-top-concept__btn a:hover {
          background-color: #fff;
          opacity: 1; }
          .p-top-concept__right .p-top-concept__nav .p-top-concept__btn a:hover::before {
            background-color: #F3BF50; }
.p-top--content-en {
  margin: 0;
  color: #454545;
  font-size: 8rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  top: 0.6rem;
  padding-right: 1.5rem; }
  .p-top--content-en::before {
    content: "";
    position: absolute;
    right: 0;
    width: calc(100% + 20rem);
    bottom: 1.7rem;
    height: 4.2rem;
    background-color: rgba(243, 191, 80, 0.76);
    z-index: -1; }
.p-top--content-jp {
  color: #454545;
  font-size: 3rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0rem;
  position: relative;
  top: .2rem; }

.p-top-concept .p-top--content-jp {
  top: -0.5rem; }

.p-top-equiments {
  position: relative;
  width: 100%;
  clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
  padding-bottom: 16rem;
  z-index: 0; }
  .p-top-equiments::before {
    z-index: 0;
    background: #FFF;
    top: -1px;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 7rem; }
  .p-top-equiments::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 20rem;
    background-color: #fff;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 100%);
    z-index: 1; }
  .p-top-equiments .equiments-img__fixed {
    width: 100%;
    height: 100%;
    background: rgba(248, 244, 238, 0.8);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0; }
    .p-top-equiments .equiments-img__fixed-inner {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden; }
      .p-top-equiments .equiments-img__fixed-inner--bg {
        width: 100%;
        height: 100vh;
        background: url(images/img_equiment.jpg) no-repeat center;
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        mix-blend-mode: soft-light;
        filter: blur(7px); }
  .p-top-equiments__header {
    text-align: center;
    margin-bottom: 6.3rem;
    position: relative; }
    .p-top-equiments__header .p-top-equiments__title {
      display: inline-flex;
      align-items: baseline;
      gap: 2rem;
      position: relative;
      z-index: 1; }
      .p-top-equiments__header .p-top-equiments__title-en {
        color: #454545;
        font-size: 8rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0;
        position: relative;
        padding: 0 1.7rem; }
        .p-top-equiments__header .p-top-equiments__title-en::before {
          content: "";
          position: absolute;
          left: 0;
          bottom: 1.8rem;
          width: 100%;
          height: 4.2rem;
          background-color: rgba(243, 191, 80, 0.76);
          z-index: -1; }
      .p-top-equiments__header .p-top-equiments__title-jp {
        color: #454545;
        font-size: 3rem;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0;
        position: relative; }
  .p-top-equiments__list {
    display: flex;
    justify-content: center;
    gap: 6rem;
    list-style: none;
    padding: 0;
    margin: 0 0 6rem 0; }
  .p-top-equiments__item {
    width: calc((100% - 12rem) / 3);
    position: relative; }
  .p-top-equiments__circle {
    margin-bottom: 4rem; }
    .p-top-equiments__circle-inner img {
      width: 100%; }
  .p-top-equiments__btn a {
    width: 100%;
    background-color: #f2c464;
    padding: 0 3rem 0 1rem;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #f2c464;
    transition: 0.3s all ease;
    height: 6.2rem;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
    color: #454545;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0; }
    .p-top-equiments__btn a::before {
      content: "";
      position: absolute;
      right: -1px;
      top: -1px;
      bottom: -1px;
      width: 2rem;
      background-color: #fddf9e;
      z-index: 1;
      transition: 0.3s all ease; }
    .p-top-equiments__btn a::after {
      content: "";
      position: absolute;
      right: 0.5rem;
      top: 50%;
      transform: translateY(-50%);
      border-top: 0.6rem solid transparent;
      border-bottom: 0.6rem solid transparent;
      border-left: 0.9rem solid #fff;
      z-index: 2;
      transition: 0.3s all ease; }
    .p-top-equiments__btn a:hover {
      background-color: #fff;
      opacity: 1; }
      .p-top-equiments__btn a:hover::before {
        background-color: #f2c464;
        width: 2rem; }
      .p-top-equiments__btn a:hover::after {
        border-left-color: #fff; }
  .p-top-equiments__content {
    display: flex;
    align-items: flex-start;
    padding: 0 9.2rem; }
    .p-top-equiments__content-left {
      width: 26rem;
      flex-shrink: 0; }
    .p-top-equiments__content-ttl {
      color: #454545;
      font-size: 2.6rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0;
      margin: 0; }
    .p-top-equiments__content-right {
      flex: 1; }
    .p-top-equiments__content-desc {
      color: #454545;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0;
      margin: 0; }

.p-top-medical .p-top-equiments__header {
  margin-bottom: 5.2rem; }

.p-top-reasons {
  padding: 0rem 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: -15rem;
  padding-bottom: 9.5rem; }
  .p-top-reasons__content {
    padding-top: 6rem;
    padding: 4.1rem 13.2rem 4.1rem 10.2rem;
    margin-left: -2rem; }
    .p-top-reasons__content__title02 {
      color: #454545;
      font-size: 2.6rem;
      font-weight: 600;
      line-height: 150%;
      letter-spacing: 0;
      margin-bottom: 5.2rem;
      margin-top: -1rem; }
      .p-top-reasons__content__title02 .marker {
        background: linear-gradient(transparent 70%, #f0c45d 70%);
        display: inline; }
    .p-top-reasons__content__title03 {
      color: #454545;
      font-size: 2.6rem;
      font-weight: 600;
      line-height: 150%;
      letter-spacing: 0;
      margin-top: -9.3rem;
      margin-bottom: 4rem; }
      .p-top-reasons__content__title03 .marker {
        background: linear-gradient(transparent 70%, #f0c45d 70%);
        display: inline; }
    .p-top-reasons__content__title04 {
      color: #454545;
      font-size: 2.6rem;
      font-weight: 600;
      line-height: 150%;
      letter-spacing: 0;
      margin-bottom: 5rem;
      margin-top: -0.6rem; }
      .p-top-reasons__content__title04 .marker {
        background: linear-gradient(transparent 70%, #f0c45d 70%);
        display: inline; }
    .p-top-reasons__content__title05 {
      color: #454545;
      font-size: 2.6rem;
      font-weight: 600;
      line-height: 150%;
      letter-spacing: 0;
      margin-bottom: 5rem;
      margin-top: -4rem; }
      .p-top-reasons__content__title05 .marker {
        background: linear-gradient(transparent 70%, #f0c45d 70%);
        display: inline; }
    .p-top-reasons__content__text {
      padding-bottom: 2.7rem;
      color: #454545;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 167%;
      letter-spacing: 0; }
  .p-top-reasons__inner {
    padding-top: 6rem;
    display: flex;
    gap: 7rem; }
    .p-top-reasons__inner .p-reasons-item:nth-child(3), .p-top-reasons__inner .p-reasons-item:nth-child(4) {
      transform: translateY(5rem); }
    .p-top-reasons__inner .p-reasons-item:nth-child(even) {
      transform: translateY(8rem); }
    .p-top-reasons__inner .p-reasons-item .p-reasons-item__number {
      width: calc(100% - 54.7rem); }
    .p-top-reasons__inner .p-reasons-item .p-reasons-item__image {
      width: 54.7rem;
      position: relative;
      left: 2.5rem; }
      .p-top-reasons__inner .p-reasons-item .p-reasons-item__image img {
        width: 100%;
        box-shadow: -1rem 1rem 0 0.5rem #FFF; }
    .p-top-reasons__inner .p-reasons-item__btn-area {
      margin-top: 1.5rem;
      display: flex;
      justify-content: center; }
      .p-top-reasons__inner .p-reasons-item__btn-area .p-top-equiments__btn {
        width: 29.9rem;
        height: 6.1rem; }
    .p-top-reasons__inner .p-reasons-item__btn-area1 {
      margin-top: 3rem;
      display: flex;
      justify-content: center;
      position: relative;
      bottom: 2.9rem;
      left: 0; }
      .p-top-reasons__inner .p-reasons-item__btn-area1 .p-top-equiments__btn {
        width: 29.9rem;
        height: 6.1rem; }
    .p-top-reasons__inner .p-reasons-item__number .num {
      color: rgba(69, 69, 69, 0.22);
      font-size: 16rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0;
      position: relative;
      left: 3.3rem;
      top: 10rem; }
    .p-top-reasons__inner .p-reasons-item__number .en {
      color: #454545;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0;
      writing-mode: vertical-rl;
      position: relative;
      padding-top: 14.8rem;
      display: inline-block;
      position: absolute;
      left: 23.3rem;
      top: 5.5rem; }
      .p-top-reasons__inner .p-reasons-item__number .en::before {
        content: "";
        position: absolute;
        top: -2.4rem;
        left: 50%;
        width: 1px;
        height: 15.5rem;
        background-color: #454545; }
      .p-top-reasons__inner .p-reasons-item__number .en span {
        color: #454545;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0;
        display: block;
        transform: rotate(180deg);
        transform-origin: center; }
.p-top--content-rs {
  color: #454545;
  font-size: 16rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0rem;
  opacity: 0.11;
  position: relative;
  top: 5.8rem; }

span.p-top--content-jp-numb {
  color: #F3BF50;
  font-size: 6.3rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0rem; }

.p-top-reasons .p-top--content-jp {
  top: 2.3rem; }

.p-top-reasons .p-top--content-en {
  top: 3rem; }

.p-reasons-item--01 {
  position: relative;
  display: flex;
  max-width: 144rem;
  margin-bottom: 10.4rem;
  padding-right: 9.5rem;
  margin-left: auto;
  margin-right: auto; }
  .p-reasons-item--01::before {
    content: "";
    position: absolute;
    top: 7.1rem;
    right: 0;
    height: 100%;
    background-image: url(images/bg_reason01.jpg);
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(100% + 24rem); }
  .p-reasons-item--01 .p-reasons-item__content {
    width: calc(100% - 65.4rem);
    padding: 9.4rem 0 0 0;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap; }
  .p-reasons-item--01 .p-reasons-item__number {
    display: flex;
    white-space: nowrap;
    position: absolute;
    left: -20.6rem; }
    .p-reasons-item--01 .p-reasons-item__number .num {
      color: #454545;
      font-size: 16rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0;
      opacity: 0.22;
      position: relative;
      left: 0;
      top: 5rem;
      margin-right: 1.4rem; }
    .p-reasons-item--01 .p-reasons-item__number .en {
      color: #454545;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0;
      writing-mode: vertical-rl;
      position: relative;
      padding-top: 14.8rem;
      display: inline-block;
      position: relative;
      left: 0;
      bottom: .5rem; }
      .p-reasons-item--01 .p-reasons-item__number .en::before {
        content: "";
        position: absolute;
        top: -2.4rem;
        left: 50%;
        width: 1px;
        height: 15.5rem;
        background-color: #454545; }
      .p-reasons-item--01 .p-reasons-item__number .en span {
        color: #454545;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0;
        display: block;
        transform: rotate(180deg);
        transform-origin: center; }
  .p-reasons-item--01 .p-reasons-item__title {
    color: #454545;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0;
    margin-bottom: 5.2rem; }
    .p-reasons-item--01 .p-reasons-item__title .marker {
      background: linear-gradient(transparent 60%, #f0c45d 60%);
      display: inline; }
  .p-reasons-item--01 .p-reasons-item__image {
    width: 65.4rem;
    position: relative;
    z-index: 2;
    right: 0; }
    .p-reasons-item--01 .p-reasons-item__image img {
      width: 100%;
      box-shadow: 1rem 1rem 0 1rem #FFF; }
  .p-reasons-item--01 .p-reasons-item__btn-area {
    margin-top: 2rem;
    justify-content: center;
    text-align: center; }
    .p-reasons-item--01 .p-reasons-item__btn-area .p-top-equiments__btn {
      width: 30.2rem;
      height: 6rem; }
      .p-reasons-item--01 .p-reasons-item__btn-area .p-top-equiments__btn::after {
        right: 0.5rem; }

.p-reasons-item--des {
  padding-right: 5rem;
  padding-top: 4.5rem;
  margin-left: 0;
  padding-left: 5.2rem; }

.p-top-reasons__inner .p-reasons-item {
  position: relative; }
  .p-top-reasons__inner .p-reasons-item::before {
    content: "";
    position: absolute;
    top: 3rem;
    left: 0rem;
    background-image: url(images/img_bg_reason.jpg);
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 76.6rem;
    height: calc(100% - 9.5rem); }
  .p-top-reasons__inner .p-reasons-item.vz-05::before {
    height: calc(100% - 11.5rem); }

.p-top-reasons .p-top-concept__header {
  margin-bottom: 7.5rem; }

.p-top-greeting {
  position: relative;
  overflow: hidden;
  background-image: url(images/bg_greeting.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  margin-top: -3.8rem; }
  .p-top-greeting__role {
    color: #454545;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0; }
  .p-top-greeting__name-wrap {
    align-items: center;
    display: flex;
    gap: 2.1rem; }
  .p-top-greeting__name-jp {
    color: #454545;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0; }
  .p-top-greeting__name-en {
    color: #F3BF50;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0; }
  .p-top-greeting__inner {
    padding-bottom: 10.5rem;
    display: flex;
    align-items: flex-end; }
  .p-top-greeting__content {
    width: calc(100% - 76rem);
    padding-right: 0; }
    .p-top-greeting__content .p-top-concept__header {
      margin-left: 2.5rem;
      margin-bottom: 9rem; }
      .p-top-greeting__content .p-top-concept__header .p-top--content-en {
        z-index: 1; }
      .p-top-greeting__content .p-top-concept__header .p-top--content-jp {
        color: #454545;
        font-size: 3rem;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0;
        margin-left: 0; }
  .p-top-greeting__body {
    padding-left: 0; }
  .p-top-greeting__catch {
    color: #454545;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0;
    margin-bottom: 5rem; }
  .p-top-greeting__desc {
    margin-bottom: 3.5rem;
    color: #454545;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 166%;
    letter-spacing: 0;
    padding-right: 24.2rem; }
  .p-top-greeting__signature {
    border-top: 1px solid rgba(69, 69, 69, 0.5);
    padding-top: 3rem;
    margin-bottom: 5rem;
    align-items: baseline;
    gap: 1.5rem;
    width: 60rem; }
  .p-top-greeting__images {
    width: 76rem;
    position: relative; }
  .p-top-greeting__main-visual {
    width: 100%;
    text-align: right;
    position: relative;
    padding-right: 6.8rem; }
    .p-top-greeting__main-visual::before {
      width: 100%;
      height: 100%;
      background-color: #EFEBE4;
      content: "";
      position: absolute;
      background-repeat: no-repeat;
      right: 0;
      top: 0;
      z-index: -1;
      background-size: contain;
      background-position: center;
      border-bottom-right-radius: 12rem; }
    .p-top-greeting__main-visual img {
      width: 100%;
      border-radius: 0 0 15rem 0;
      object-fit: cover; }
  .p-top-greeting__sub-visual {
    position: relative;
    margin-left: -13rem;
    margin-top: -14.2rem;
    width: 34.2rem;
    box-shadow: 0.5rem -0.5rem 0 0.5rem #FFF; }
    .p-top-greeting__sub-visual img {
      width: 100%;
      display: block; }

.p-top-greeting .p-reasons-item__btn-area {
  gap: 3.1rem; }

.p-top-greeting .p-top-equiments__btn {
  height: 6.1rem;
  width: 29.9rem; }

.p-top-medical__tabs__panel {
  display: none; }

.p-top-medical__tabs__panel.active {
  display: block; }

.p-top-medical {
  padding-bottom: 7rem;
  padding-top: 8rem;
  position: relative;
  z-index: 0; }
  .p-top-medical::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 123.2rem;
    background-image: url(images/bg_medical.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: -15.5rem;
    z-index: -1; }
  .p-top-medical__tabs {
    width: 100%; }
    .p-top-medical__tabs__nav {
      display: flex;
      width: 100%;
      border-bottom: none; }
    .p-top-medical__tabs__btn {
      flex: 1;
      padding: 1.8rem 1rem;
      border: none;
      outline: none;
      cursor: pointer;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #454545;
      font-size: 2.6rem;
      font-weight: 600;
      line-height: 166%;
      letter-spacing: 0;
      background-color: #F3BF50; }
      .p-top-medical__tabs__btn.vz-02 {
        background-color: #EFEBE4; }
    .p-top-medical__tabs__content {
      padding: 0 0; }
      .p-top-medical__tabs__content .p-top-medical__tabs__panel {
        border: 5px solid #F3BF50;
        padding: 2.9rem 1.8rem;
        animation: fadeIn 0.5s ease;
        padding-bottom: 5.6rem;
        display: none;
        position: relative; }
        .p-top-medical__tabs__content .p-top-medical__tabs__panel.active {
          display: block; }
        .p-top-medical__tabs__content .p-top-medical__tabs__panel::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background-image: url(images/bg_medical5.jpg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          left: 0;
          top: 0;
          z-index: -1; }
        .p-top-medical__tabs__content .p-top-medical__tabs__panel.vz-02 {
          border: 5px solid #EFEBE4; }

.medical-grid1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin: 0 auto;
  max-width: 106rem; }
  .medical-grid1 .grid1-item {
    position: relative;
    background-image: url(images/bg_medical2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #F3BF50;
    width: calc((100% - 6.001rem) / 3); }
    .medical-grid1 .grid1-item::after {
      content: '';
      position: absolute;
      bottom: 1rem;
      right: 1.2rem;
      border-style: solid;
      border-width: 0 0 2.2rem 2.2rem;
      border-color: transparent transparent #F3BF50 transparent; }
    .medical-grid1 .grid1-item__img {
      display: block;
      width: 12.7rem;
      height: 12.7rem;
      border-radius: 50%;
      border: 1px solid #f2bc5b;
      padding: .6rem;
      margin-bottom: 1.8rem;
      overflow: hidden;
      margin-top: 1.4rem;
      opacity: 1;
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
      .medical-grid1 .grid1-item__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%; }
    .medical-grid1 .grid1-item__desc {
      position: absolute;
      bottom: 2rem;
      left: 50%;
      transform: translateX(-50%) translateY(20px);
      top: 50%;
      opacity: 0;
      transition: all 0.4s ease;
      text-align: center;
      width: 85%;
      color: #000000;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 166%;
      letter-spacing: 0; }
    .medical-grid1 .grid1-item__title {
      display: block;
      padding-bottom: 1rem; }
      .medical-grid1 .grid1-item__title .jp {
        display: block;
        color: #454545;
        font-size: 2.6rem;
        font-weight: 400;
        line-height: 166%;
        letter-spacing: 0; }
      .medical-grid1 .grid1-item__title .en {
        display: block;
        color: #454545;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 166%;
        letter-spacing: 0; }

.grid1-item:hover .grid1-item__desc {
  opacity: 1;
  transform: translate(-50%, -50%); }

.grid1-item:hover .grid1-item__img {
  opacity: 0;
  transition: 0.3s; }

.medical-grid1 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }

.medical-featured {
  justify-content: center;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem; }

.featured-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden; }
  .featured-card::after {
    content: '';
    position: absolute;
    bottom: 1.8rem;
    right: 2.6rem;
    border-style: solid;
    border-width: 0 0 3.6rem 3.6rem;
    border-color: transparent transparent #EFEBE4 transparent;
    z-index: 3; }
  .featured-card__bg {
    position: relative; }
    .featured-card__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: 0.5s; }
    .featured-card__bg::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: 0;
      transition: opacity 0.5s ease;
      z-index: 1; }
  .featured-card__inner {
    position: absolute;
    width: 100%;
    z-index: 2; }
    .featured-card__inner .p-top--news--btns .p-top--news--btns-more {
      padding: 0.5rem 3.5rem; }
  .featured-card__title {
    position: relative;
    margin-top: 3rem; }
    .featured-card__title .jp {
      opacity: 1;
      transition: 0.3s;
      color: #454545;
      font-size: 3rem;
      font-weight: 400;
      line-height: 166%;
      letter-spacing: 0; }
    .featured-card__title .en {
      transition: 0.3s;
      color: #454545;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 166%;
      letter-spacing: 0;
      display: block; }
    .featured-card__title .desc {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 2rem);
      opacity: 0;
      width: 90%;
      transition: all 0.4s ease;
      color: #000000;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 166%;
      letter-spacing: 0; }
  .featured-card__deco {
    position: relative;
    display: inline-block;
    padding: 0 6rem;
    margin-top: 3rem; }
    .featured-card__deco::before, .featured-card__deco::after {
      content: "";
      position: absolute;
      width: 5rem;
      height: 1px;
      background-color: #fff;
      top: 50%; }
    .featured-card__deco::before {
      left: 0; }
    .featured-card__deco::after {
      right: 0; }
  .featured-card:hover .featured-card__bg::before {
    opacity: 1; }
  .featured-card:hover .featured-card__bg img {
    opacity: 0.3; }
  .featured-card:hover .jp,
  .featured-card:hover .en {
    opacity: 0; }
  .featured-card:hover .desc {
    opacity: 1;
    transform: translate(-50%, -20px); }

.featured-card__inner .p-top--news--btns {
  padding-bottom: 1.2rem; }

.featured-card:hover .featured-card__deco {
  opacity: 0;
  transition: 0.3s; }

.featured-card:nth-child(1):hover .featured-card__bg::before {
  background: url(images/img_medical6.jpg) center/cover no-repeat;
  opacity: 1; }

.featured-card:nth-child(2):hover .featured-card__bg::before {
  background: url(images/img_medical5.jpg) center/cover no-repeat;
  opacity: 1; }

.featured-card:nth-child(3):hover .featured-card__bg::before {
  background: url(images/img_medical4.jpg) center/cover no-repeat;
  opacity: 1; }

.medical-tab2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4.5rem;
  margin: 0 auto;
  max-width: 120rem;
  padding: 2rem 0;
  position: relative;
  z-index: 0; }
  .medical-tab2::before {
    content: "";
    position: absolute;
    background-image: url(images/bg_medicaltab2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0; }

.medical-item {
  width: calc((100% - (4.5rem * 2)) / 3);
  display: flex;
  position: relative;
  list-style: none; }
  .medical-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 100%; }
    .medical-item a:hover .medical-content {
      background-image: none;
      background-image: url(images/bg_medical4.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-color: #F3BF50; }
    .medical-item a:hover .jp {
      opacity: 0;
      transform: translateY(-2rem); }
    .medical-item a:hover .jp01 {
      opacity: 1;
      transform: translate(-50%, -50%); }

.medical-icon {
  width: 9.1rem;
  height: 9.1rem;
  background-color: #F3BF50;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: all 0.3s ease; }
  .medical-icon img {
    width: 100%;
    height: auto; }

.medical-content {
  flex: 1;
  background-image: url(images/bg_medical3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #F3BF50;
  margin-left: -4.5rem;
  padding-left: 3rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: .4rem;
  height: 11.9rem;
  width: 100%;
  text-align: center;
  padding-top: 4.1rem;
  transition: all 0.4s ease; }

.medical-content .jp {
  color: #454545;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  transition: all 0.4s ease;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1; }

.medical-content .jp01 {
  position: absolute;
  top: 50%;
  left: calc(50% + 2rem);
  transform: translate(-50%, 2rem);
  width: 80%;
  opacity: 0;
  transition: all 0.4s ease;
  text-align: center;
  z-index: 2;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0; }

.p-top-recruit .p-top-concept__header {
  margin-bottom: 6.5rem;
  gap: 2rem; }

.p-top-recruit .p-top--content-en {
  padding-left: 18rem;
  padding-right: 4.2rem;
  top: 0; }

.p-top-recruit {
  padding: 8.2rem 0;
  overflow: hidden; }
  .p-top-recruit_ruler {
    position: relative;
    padding: 7.8rem 0; }
    .p-top-recruit_ruler::before {
      content: "";
      position: absolute;
      width: calc(100% + 16rem);
      height: 100%;
      top: 0;
      left: 0;
      background-image: url(images/bg_blog.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .p-top-recruit__inner {
    gap: 3rem; }
  .p-top-recruit__item {
    width: calc((100% - 3rem) / 2); }
  .p-top-recruit__button {
    padding: 5rem 0 5.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/bg_recruit_btn.jpg); }
  .p-top-recruit .block {
    width: calc(100% + 16rem);
    margin-left: -16rem;
    position: relative; }
    .p-top-recruit .block .p-reasons-item__btn-area .p-top-equiments__btn {
      width: 29rem;
      margin-right: auto;
      margin-left: auto; }
  .p-top-recruit_img img {
    width: 100%; }

.p-top-recruit .p-top--news--btns-more::after {
  content: "";
  border-left: 8px solid #454545;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: relative;
  top: 6px;
  left: 2.4rem; }

.p-top-recruit__item .p-top--news--btns {
  margin-bottom: 1.4rem;
  position: relative;
  top: 0;
  left: 7rem; }
  .p-top-recruit__item .p-top--news--btns .p-top--news--btns-more {
    padding: 0.5rem 3.5rem; }

.p-top-recruit__item .p-top-equiments__header {
  margin-bottom: 0;
  margin-left: 3rem; }

.c-top__column--list {
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  padding: .7rem 2.8rem;
  list-style: none;
  height: 58rem;
  padding-right: 7.8rem; }

.c-top__column--item {
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(69, 69, 69, 0.5);
  align-items: flex-start;
  transition: all 0.3s ease; }
  .c-top__column--item:last-child {
    border-bottom: none;
    align-items: center; }

.c-top__column--img {
  flex-shrink: 0;
  width: 17rem;
  height: 11.7rem;
  overflow: hidden; }
  .c-top__column--img a {
    display: block;
    width: 100%;
    height: 100%; }
  .c-top__column--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease; }
  .c-top__column--img:hover img {
    transform: scale(1.1); }

.c-top__column--cont {
  padding-left: 3rem;
  align-self: center; }
  .c-top__column--cont .c-top__column--date {
    color: #f1bc57;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 1.5rem; }

@media (min-width: 960px) {
  .p-top-equiments__item:nth-child(2n) .p-top-equiments__circle {
    position: relative;
    top: 1rem; }

  .p-top-recruit .p-top-equiments__header .p-top-equiments__title-en {
    padding-left: 2.8rem;
    padding-right: 4.2rem; }

  .p-top-reasons .p-top--content-en {
    padding-right: 3.8rem; }

  .p-top--content-rs {
    left: 1.3rem; } }
@media (max-width: 1440px) and (min-width: 960px) {
  .p-top--news {
    padding: 6rem 2rem; }
    .p-top--news--inner {
      gap: 3rem; }
    .p-top--news--heading-group::before {
      height: 3.5rem;
      bottom: 1rem; }
    .p-top--news--content-en {
      font-size: 5.5rem; }
    .p-top--news--content-jp {
      font-size: 2.2rem; }
    .p-top--news--date {
      width: 11rem;
      font-size: 1.6rem; }
    .p-top--news--text {
      font-size: 1.6rem; }

  .p-top-concept__right .p-top-concept__nav {
    margin-right: 0; }

  .news-image-wrapper {
    flex: 0 0 45%;
    margin-top: 6rem; }
    .news-image-wrapper::before {
      width: 100%;
      height: 90%;
      right: -3rem;
      border-bottom-right-radius: 10rem; }

  .news-img {
    border-bottom-right-radius: 12rem;
    top: 0; }

  .news-image-wrapper ::before {
    width: 58.2rem;
    height: 35.7rem;
    top: 0;
    left: 0; }

  .p-top-concept__left {
    width: calc(100% - 62rem);
    padding-left: 4rem; }
  .p-top-concept__right {
    width: 62rem; }

  .p-top-reasons .p-top--content-en {
    font-size: 6rem; }

  .p-top-reasons .p-top--content-jp {
    top: 2.3rem;
    font-size: 2rem; }

  .p-top-reasons .p-top--content-rs {
    font-size: 14rem; }

  .p-reasons-item--01 {
    padding-right: 3rem; }
    .p-reasons-item--01 .p-reasons-item__number {
      left: 0; }

  .p-reasons-item--01 .p-reasons-item__number .num {
    top: 3rem;
    margin-right: 0; }

  .p-reasons-item--01 .p-reasons-item__image {
    width: 58rem; }
  .p-reasons-item--01 .p-reasons-item__content {
    width: calc(100% - 58rem); }

  .p-reasons-item--01 .p-reasons-item__title {
    font-size: 2.2rem; }

  .p-top-reasons__inner .p-reasons-item .p-reasons-item__number {
    width: calc(100% - 40.7rem); }

  .p-top-reasons__inner .p-reasons-item::before {
    width: 58.6rem; }

  .p-top-reasons__inner .p-reasons-item .p-reasons-item__image {
    width: 39.7rem; }

  .p-top-reasons__content__title02 {
    font-size: 2rem; }
    .p-top-reasons__content__title02 br {
      display: none; }

  .p-top-reasons__content__title03 {
    font-size: 2rem; }
    .p-top-reasons__content__title03 br {
      display: none; }

  .p-top-reasons__content__title04 {
    font-size: 2rem; }
    .p-top-reasons__content__title04 br {
      display: none; }

  .p-top-reasons__content__title05 {
    font-size: 2rem; }

  .p-top-reasons {
    margin-top: -12rem; }

  .p-reasons-item--des {
    padding-left: 23rem;
    padding-right: 3rem; }

  .p-top-greeting__role {
    color: #454545;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0; }
  .p-top-greeting__name-wrap {
    align-items: center;
    display: flex;
    gap: 2.1rem; }
  .p-top-greeting__name-jp {
    color: #454545;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0; }
  .p-top-greeting__name-en {
    color: #F3BF50;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0; }
  .p-top-greeting__inner {
    display: flex;
    align-items: center;
    gap: 4rem; }
  .p-top-greeting__content {
    padding-right: 5.8rem; }
    .p-top-greeting__content .p-top-concept__header .p-top--content-en {
      font-size: 7rem; }
    .p-top-greeting__content .p-top-concept__header .p-top--content-jp {
      color: #454545;
      font-size: 3rem;
      font-weight: 600;
      line-height: 150%;
      letter-spacing: 0;
      margin-left: 2rem; }
  .p-top-greeting__body {
    padding-left: .5rem; }
  .p-top-greeting__catch {
    color: #454545;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0;
    margin-bottom: 5.3rem; }
  .p-top-greeting__desc {
    margin-bottom: 4rem;
    padding-right: 2.9rem; }
  .p-top-greeting__signature {
    width: 55rem; }
  .p-top-greeting__images {
    width: 68rem; }
  .p-top-greeting__main-visual {
    width: 100%;
    text-align: right; }
    .p-top-greeting__main-visual::before {
      right: -4.2rem; }
    .p-top-greeting__main-visual img {
      width: 100%;
      border-radius: 0 0 15rem 0; }
  .p-top-greeting__sub-visual {
    position: relative;
    width: 34.2rem;
    box-shadow: 0.5rem -0.5rem 0 0.5rem #FFF; }
    .p-top-greeting__sub-visual img {
      width: 100%;
      display: block; }

  .p-top-greeting .p-reasons-item__btn-area {
    gap: 1rem; }

  .p-top-greeting .p-top-equiments__btn {
    height: 6.1rem;
    width: 25.9rem; }

  .medical-grid1 {
    gap: 2rem; }

  .p-top-recruit__item .p-top-concept__header {
    padding-left: 14rem; }

  .p-top-recruit .block {
    margin-left: -17rem; }

  .p-top-recruit .block::before {
    margin-left: 0; }

  .p-top-recruit__item .p-top--news--btns {
    left: 0; }

  .c-top__column--list {
    padding-right: 2.8rem; }

  .p-top-recruit .p-top-concept__header::before {
    width: 78rem; }

  .p-top-recruit .p-top--content-en {
    padding-left: 5rem; } }
@media (max-width: 960px) {
  .p-top--inner {
    padding-left: 0;
    flex-direction: column;
    padding-bottom: 0; }
    .p-top--inner .p-top--news--btns {
      padding-right: 0; }
  .p-top--content {
    width: 100%;
    padding-right: 0;
    order: 1; }
    .p-top--content-en {
      font-size: 3.5rem;
      top: 0.5rem;
      left: 0rem;
      padding-left: .8rem;
      padding-right: .8rem; }
      .p-top--content-en::before {
        width: 100%;
        bottom: .4rem;
        height: 1.8rem; }
    .p-top--content-jp {
      font-size: 1.5rem;
      top: 0.3rem; }
  .p-top--heading-group {
    display: flex; }
    .p-top--heading-group::before {
      width: 82rem;
      left: -43px;
      height: 2.5rem;
      bottom: 0.5rem; }
  .p-top--news {
    padding: 3.7rem 0; }
    .p-top--news--list {
      height: 27.3rem;
      padding-right: 2.7rem;
      padding-top: 2rem;
      margin-bottom: 2.5rem; }
    .p-top--news--link {
      font-size: 1.5rem;
      width: 100%;
      padding: 0.5rem 0; }
    .p-top--news--date {
      font-size: 1.5rem;
      width: 9rem; }
    .p-top--news--text {
      font-size: 1.5rem; }
    .p-top--news--btns {
      margin-bottom: 2rem; }

  .news-image-wrapper {
    display: none; }

  .news-image-bg {
    padding-right: 0; }

  .news-img {
    top: 1.5rem;
    border-radius: 1rem; }

  .news-image-wrapper ::before {
    display: none; }

  .p-top-concept {
    padding: 3rem 0; }
    .p-top-concept__header {
      padding-left: 0;
      margin-bottom: 3rem;
      display: flex;
      gap: 1rem; }
    .p-top-concept__body {
      flex-direction: column;
      padding: 0; }
      .p-top-concept__body::before {
        width: 100%;
        height: 100%;
        left: 0; }
    .p-top-concept__left {
      width: 100%;
      padding: 0;
      display: flex;
      flex-direction: column; }
      .p-top-concept__left .p-top-concept__sub-images {
        order: 1;
        top: 0;
        margin-bottom: 3rem;
        display: flex;
        gap: 1.5rem;
        padding: 0;
        margin-top: 0; }
        .p-top-concept__left .p-top-concept__sub-images .p-top-concept__sub-img--img01 {
          width: 100%; }
        .p-top-concept__left .p-top-concept__sub-images .p-top-concept__sub-img.-img01, .p-top-concept__left .p-top-concept__sub-images .p-top-concept__sub-img.-img02 {
          width: calc(100% - 1.5rem);
          margin-left: 0;
          margin-top: 0; }
        .p-top-concept__left .p-top-concept__sub-images .p-top-concept__sub-img img {
          width: 100%;
          height: auto;
          display: block;
          box-shadow: 0.6rem 0.6rem 0 #FFF; }
      .p-top-concept__left .p-top-concept__text-box {
        order: 2;
        margin-bottom: 4rem;
        padding: 0 1.5rem; }
        .p-top-concept__left .p-top-concept__text-box .p-top-concept__desc {
          max-width: 100%;
          font-size: 1.5rem; }
    .p-top-concept__right {
      width: 100%;
      display: flex;
      flex-direction: column;
      padding-bottom: 0; }
      .p-top-concept__right .p-top-concept__main-visual {
        order: 3;
        margin-bottom: 4rem; }
        .p-top-concept__right .p-top-concept__main-visual img {
          margin-top: 0;
          width: 100%; }
      .p-top-concept__right .p-top-concept__nav {
        order: 4;
        gap: 1.5rem;
        margin-right: 0; }
    .p-top-concept .p-top-concept__header {
      padding-left: 0; }

  .p-top-concept__header .p-top--content-en {
    font-size: 3.5rem;
    top: 0;
    left: 0; }

  .p-top-concept__header .p-top--content-jp {
    font-size: 1.5rem; }

  .p-top-concept__right .p-top-concept__nav .p-top-concept__btn::after {
    right: 0.2rem; }

  .p-top-concept__right .p-top-concept__nav .p-top-concept__btn::before {
    width: 1.5rem; }

  .p-top-equiments {
    padding-bottom: 4rem;
    padding-top: 0;
    z-index: 2; }
    .p-top-equiments .equiments-img__fixed-inner--bg {
      position: absolute;
      height: 100%; }
    .p-top-equiments::after {
      height: 7rem;
      clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 45%); }
    .p-top-equiments__header {
      margin-bottom: 5rem;
      padding-left: 0; }
      .p-top-equiments__header .p-top-equiments__title::before {
        width: 100vw;
        height: 3rem;
        left: -1.5rem;
        bottom: 1rem;
        transform: none; }
      .p-top-equiments__header .p-top-equiments__title-en {
        font-size: 3.5rem;
        margin-left: 0rem; }
      .p-top-equiments__header .p-top-equiments__title-jp {
        font-size: 1.5rem;
        position: relative;
        left: 0;
        margin-left: 0; }
    .p-top-equiments__content {
      flex-direction: column;
      padding: 0 0rem;
      gap: 1.5rem;
      margin-bottom: 5rem; }
      .p-top-equiments__content-left {
        width: 100%;
        text-align: center; }
      .p-top-equiments__content-ttl {
        font-size: 2.2rem; }
      .p-top-equiments__content-right {
        width: 100%; }
      .p-top-equiments__content-desc {
        font-size: 1.5rem;
        line-height: 185%; }
    .p-top-equiments__list {
      align-items: center;
      gap: 1.5rem;
      margin-bottom: 3rem; }
    .p-top-equiments__item {
      width: 100%;
      max-width: 30rem; }
    .p-top-equiments__circle {
      margin-bottom: 2rem; }
    .p-top-equiments__btn a {
      margin-top: 3rem;
      height: 4.3rem;
      font-size: 1.5rem; }
      .p-top-equiments__btn a::before {
        width: 1.5rem; }
      .p-top-equiments__btn a::after {
        right: .1rem; }

  .p-top-equiments__btn::after {
    right: 0.2rem; }

  .p-top-equiments__header .p-top-equiments__title-en::before {
    height: 1.8rem;
    bottom: .4rem; }

  .p-reasons-item--01 {
    padding-right: 0; }
    .p-reasons-item--01 .p-reasons-item__image {
      width: 100%; }
    .p-reasons-item--01 .p-reasons-item__number {
      position: relative;
      left: 0; }

  .p-top-reasons {
    padding: 0 0 6rem;
    margin-top: 0; }
    .p-top-reasons .p-top-reasons__list,
    .p-top-reasons .p-top-reasons__inner {
      display: flex;
      flex-direction: column;
      gap: 4rem;
      padding-top: 0; }
    .p-top-reasons .p-reasons-item {
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 100%;
      transform: none;
      margin: 0; }
      .p-top-reasons .p-reasons-item::before {
        display: none; }
      .p-top-reasons .p-reasons-item.p-reasons-item--01 .p-reasons-item__content {
        display: contents; }
      .p-top-reasons .p-reasons-item .p-reasons-item__number {
        order: 1;
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 2.5rem;
        margin-top: 0rem; }
        .p-top-reasons .p-reasons-item .p-reasons-item__number .num {
          font-size: 8rem;
          line-height: 1;
          color: rgba(69, 69, 69, 0.15);
          position: static;
          margin: 0;
          opacity: 1; }
        .p-top-reasons .p-reasons-item .p-reasons-item__number .en {
          display: flex;
          align-items: center;
          writing-mode: horizontal-tb;
          position: static;
          margin-left: 2rem;
          padding: 0;
          left: auto;
          top: auto; }
          .p-top-reasons .p-reasons-item .p-reasons-item__number .en::before {
            content: "";
            width: 4rem;
            height: 1px;
            background-color: #454545;
            position: static;
            margin-right: 1.5rem;
            top: 0;
            left: 8.5rem; }
          .p-top-reasons .p-reasons-item .p-reasons-item__number .en span {
            transform: none;
            font-size: 1.4rem;
            letter-spacing: 0.1em;
            position: relative;
            top: 0;
            right: 5.8rem; }
      .p-top-reasons .p-reasons-item .p-reasons-item__image {
        order: 2;
        width: 100%;
        margin: 0 0 3.5rem 0;
        right: auto;
        margin-right: 0;
        left: 0; }
        .p-top-reasons .p-reasons-item .p-reasons-item__image img {
          width: 100%;
          height: auto;
          box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.06); }
      .p-top-reasons .p-reasons-item .p-reasons-item--des,
      .p-top-reasons .p-reasons-item .p-top-reasons__content {
        order: 3;
        width: 100%;
        padding: 0;
        margin: 0; }
        .p-top-reasons .p-reasons-item .p-reasons-item--des h3[class*="title"],
        .p-top-reasons .p-reasons-item .p-reasons-item--des .p-reasons-item__title,
        .p-top-reasons .p-reasons-item .p-top-reasons__content h3[class*="title"],
        .p-top-reasons .p-reasons-item .p-top-reasons__content .p-reasons-item__title {
          font-size: 2.2rem;
          margin-top: 0;
          margin-bottom: 2rem;
          line-height: 1.6;
          width: 100%; }
          .p-top-reasons .p-reasons-item .p-reasons-item--des h3[class*="title"] .marker,
          .p-top-reasons .p-reasons-item .p-reasons-item--des .p-reasons-item__title .marker,
          .p-top-reasons .p-reasons-item .p-top-reasons__content h3[class*="title"] .marker,
          .p-top-reasons .p-reasons-item .p-top-reasons__content .p-reasons-item__title .marker {
            background: linear-gradient(transparent 70%, #f0c45d 70%);
            display: inline; }
        .p-top-reasons .p-reasons-item .p-reasons-item--des .p-top-reasons__content__text,
        .p-top-reasons .p-reasons-item .p-top-reasons__content .p-top-reasons__content__text {
          font-size: 1.5rem;
          line-height: 185%;
          font-weight: 500;
          padding-bottom: 0; }
      .p-top-reasons .p-reasons-item .p-reasons-item__btn-area,
      .p-top-reasons .p-reasons-item .p-reasons-item__btn-area1 {
        order: 4;
        width: 100%;
        margin-top: 0;
        display: flex;
        justify-content: center;
        left: auto;
        bottom: auto; }
        .p-top-reasons .p-reasons-item .p-reasons-item__btn-area .p-top-equiments__btn,
        .p-top-reasons .p-reasons-item .p-reasons-item__btn-area1 .p-top-equiments__btn {
          width: 100%;
          max-width: 32rem;
          height: auto; }

  .p-top-reasons__inner .p-reasons-item:nth-child(even) {
    transform: initial; }

  .p-top-reasons__content {
    padding-top: 6rem;
    padding: 0.1rem 0;
    margin-left: -1.4rem;
    order: 2; }

  .p-top-reasons__content__title03 {
    margin-top: -2.3rem; }

  .p-top-reasons .p-top-concept__header::before {
    left: -15.2rem;
    width: 89rem;
    top: 16rem; }

  .p-top--content-rs {
    font-size: 6rem;
    top: 0; }

  .p-top-reasons .p-top-concept__header .p-top--content-jp {
    font-size: 1.5rem; }

  .p-top-reasons .p-top--content-jp {
    top: 0; }

  .p-top-greeting {
    padding-top: 2rem;
    padding-bottom: 0rem;
    margin-top: 0; }
    .p-top-greeting__inner {
      flex-direction: column;
      gap: 2rem;
      align-items: center;
      display: flex;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 6.5rem; }
    .p-top-greeting__content {
      width: 100%;
      padding-right: 0;
      padding-top: 4rem;
      display: contents;
      flex-direction: column;
      align-items: center; }
      .p-top-greeting__content .p-top-concept__header {
        order: 1;
        margin-bottom: 0;
        margin-left: 0;
        text-align: center;
        width: 100%; }
        .p-top-greeting__content .p-top-concept__header .p-top--content-en {
          left: 0rem; }
        .p-top-greeting__content .p-top-concept__header .p-top--content-jp {
          display: block;
          font-size: 1.5rem; }
    .p-top-greeting__images {
      order: 2;
      width: 100%;
      position: relative; }
    .p-top-greeting__main-visual::before {
      width: 100%;
      height: 74rem;
      border-bottom-right-radius: 0; }
    .p-top-greeting__main-visual img {
      border-radius: 0; }
    .p-top-greeting__sub-visual {
      width: 25rem;
      margin-left: 0rem;
      margin-top: -8.2rem;
      box-shadow: 0.5rem -0.5rem 0 1rem #FFF; }
    .p-top-greeting__body {
      order: 3;
      width: 100%;
      padding-left: 0;
      text-align: left; }
    .p-top-greeting__catch {
      font-size: 2rem;
      margin-bottom: 3rem;
      text-align: center; }
    .p-top-greeting__desc {
      padding-right: 0;
      font-size: 1.6rem;
      margin-bottom: 0rem; }
    .p-top-greeting__signature {
      width: 0; }
    .p-top-greeting__name-wrap {
      display: flex;
      flex-direction: column;
      width: 100%;
      align-items: flex-start; }
    .p-top-greeting__name-jp {
      position: absolute;
      top: 61%;
      right: 3%;
      font-size: 2.2rem;
      z-index: 10;
      display: block; }
    .p-top-greeting__name-en {
      position: absolute;
      top: 64%;
      right: 3%;
      font-size: 1.4rem;
      color: #EBC050;
      z-index: 10;
      width: auto;
      text-align: right; }
    .p-top-greeting__role {
      position: absolute;
      top: 60%;
      right: 3%;
      font-size: 1.4rem;
      z-index: 10; }
    .p-top-greeting .p-reasons-item__btn-area {
      order: 4;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      gap: 0;
      margin-left: auto;
      margin-right: auto;
      margin-top: -8rem; }

  .p-top-reasons .p-top-concept__header {
    margin-top: 0;
    margin-bottom: 1.5rem;
    flex-wrap: wrap; }

  .p-top-medical {
    padding-bottom: 4rem;
    padding-top: 3.7rem; }
    .p-top-medical__btn {
      font-size: 2rem;
      padding: 1.5rem 0.5rem; }
    .p-top-medical .p-top-equiments__header {
      margin-bottom: 1.5rem; }

  .medical-grid1 {
    gap: 2rem;
    max-width: 100%;
    padding: 0 1.5rem; }
    .medical-grid1 .grid1-item {
      width: calc((100% - 2rem) / 2); }
      .medical-grid1 .grid1-item__img {
        width: 10rem;
        height: 10rem;
        margin-bottom: 2rem; }
      .medical-grid1 .grid1-item__title .jp {
        font-size: 2.2rem; }
      .medical-grid1 .grid1-item__title .en {
        font-size: 1.6rem; }

  .medical-tab2 {
    gap: 3rem 2rem;
    padding: 2rem 1.5rem; }
    .medical-tab2::before {
      display: none; }

  .medical-item {
    width: calc((100% - 2rem) / 2); }
    .medical-item .medical-icon {
      width: 7.5rem;
      height: 7.5rem; }
    .medical-item .medical-content {
      height: auto;
      min-height: 10rem;
      margin-left: -3.5rem;
      padding-left: 4.5rem;
      padding-top: 2rem;
      padding-bottom: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .medical-item .medical-content .jp {
        font-size: 2rem;
        white-space: normal; }
      .medical-item .medical-content .jp01 {
        font-size: 1.5rem;
        width: 90%;
        left: 55%; }

  .medical-featured {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    padding: 0 1.5rem; }
    .medical-featured .featured-card {
      width: calc((100% - 1.5rem) / 2);
      flex-grow: 0; }

  .p-top-recruit .p-top-equiments__btn {
    margin-top: 0rem; }

  .p-top-recruit {
    padding: 0; }
    .p-top-recruit .p-top-recruit__inner {
      flex-direction: column;
      gap: 8rem; }
    .p-top-recruit .p-top-recruit__item {
      width: 100%;
      display: block; }
      .p-top-recruit .p-top-recruit__item .block {
        width: 100%;
        margin-left: 0; }
        .p-top-recruit .p-top-recruit__item .block::before {
          width: 88rem;
          left: -10%;
          height: 12rem;
          bottom: -4rem; }
      .p-top-recruit .p-top-recruit__item .p-top--news--btns {
        margin-left: 0;
        margin-top: 2rem;
        display: flex;
        justify-content: flex-end; }
        .p-top-recruit .p-top-recruit__item .p-top--news--btns .p-top--news--btns-more {
          padding: 0.8rem 3rem; }

  .p-top-recruit__item .p-top-equiments__header {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-end;
    padding-bottom: 1rem; }

  .c-top__column--list {
    height: 38rem;
    padding: 0.7rem 1.5rem; }
    .c-top__column--list::before {
      width: 100%;
      left: 0;
      padding: 0;
      height: 100%; }

  .c-top__column--img {
    width: 13rem;
    height: 9rem; }

  .p-top-recruit_ruler {
    padding: 3.8rem 0; }

  .p-top-recruit .p-top--content-en {
    padding-left: .8rem;
    padding-right: .8rem; }

  .p-top-recruit__item .p-top--news--btns {
    left: 0;
    padding-right: 0; }

  .p-top--news--btns-more {
    font-size: 1.5rem; }

  .c-top__column--cont {
    padding-left: 1rem; }

  .c-top__column--cont .c-top__column--date {
    font-size: 1.5rem; }

  .c-top__column--title {
    font-size: 1.4rem;
    letter-spacing: -0.05rem; }

  .p-top-greeting__main-visual {
    padding-right: 0; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-top-concept__left .p-top-concept__sub-images .p-top-concept__sub-img--img01 {
    width: 50%; }

  .p-top-concept__left .p-top-concept__sub-images .p-top-concept__sub-img--img02 {
    width: 50%;
    margin-left: 0;
    margin-top: 0; }
    .p-top-concept__left .p-top-concept__sub-images .p-top-concept__sub-img--img02 img {
      width: 100%; }

  .p-top-concept__body {
    padding-bottom: 4rem; }

  .p-top--content-rs {
    top: 1.3rem; }

  .p-top-recruit__button {
    padding-top: 2rem; }

  .p-top--news .p-top--content-en {
    top: 0; } }
@media (max-width: 767px) {
  .p-top-equiments__header .p-top-equiments__title-en {
    font-size: 3.5rem; }

  .p-top--news .p-top--content-en {
    top: .9rem; }

  .p-top--heading-group::before {
    height: 1.5rem;
    bottom: 0.2rem;
    width: 34rem;
    left: .3rem; }

  .p-top--content {
    width: 100%;
    padding-right: 0;
    order: 1; }
    .p-top--content-en {
      font-size: 3.5rem;
      top: .7rem;
      left: 0rem; }
    .p-top--content-jp {
      font-size: 1.5rem;
      top: 0rem;
      left: 0rem; }

  .p-top--heading-group {
    gap: 1rem; }

  .p-top-concept__header .p-top--content-en {
    font-size: 3.5rem; }

  .p-top-concept__header .p-top--content-jp {
    font-size: 1.5rem; }

  .news-img {
    margin-bottom: 1.8rem; }

  .p-top-concept {
    padding: 0 0;
    background: none; }
    .p-top-concept__header {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }
    .p-top-concept::before, .p-top-concept__body::before {
      display: none !important; }
    .p-top-concept__left {
      padding: 0 0; }
      .p-top-concept__left .p-top-concept__sub-images {
        position: relative;
        width: 100%;
        margin-bottom: 4rem;
        display: block;
        margin-left: 0; }
        .p-top-concept__left .p-top-concept__sub-images .p-top-concept__sub-img.-img01 {
          width: 85%;
          position: relative;
          z-index: 1; }
          .p-top-concept__left .p-top-concept__sub-images .p-top-concept__sub-img.-img01 img {
            width: 100%;
            height: auto;
            box-shadow: 0.6rem 0.6rem 0 #FFF; }
      .p-top-concept__left .p-top-concept__text-box {
        padding: 0;
        margin-top: 3rem;
        margin-bottom: 2.4rem; }
    .p-top-concept__right {
      width: 100%;
      order: 2;
      opacity: 1;
      transform: initial; }
      .p-top-concept__right .p-top-concept__main-visual {
        position: absolute;
        top: 21rem;
        left: 0;
        width: 48%;
        z-index: 3;
        height: 12.5rem; }
        .p-top-concept__right .p-top-concept__main-visual img {
          width: 100%;
          height: 12.5rem; }

  .p-top-concept__left .p-top-concept__sub-images .p-top-concept__sub-img--img02 {
    position: absolute;
    width: 48%;
    top: 11.8rem;
    right: 0;
    z-index: 1; }
    .p-top-concept__left .p-top-concept__sub-images .p-top-concept__sub-img--img02 img {
      height: 12.5rem;
      width: 100%;
      object-fit: cover; }

  .p-top-equiments__list {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    .p-top-equiments__list .slick-dots {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: center; }
      .p-top-equiments__list .slick-dots li {
        margin: 0 .5rem;
        line-height: 100%; }
        .p-top-equiments__list .slick-dots li button {
          font-size: 0;
          width: .8rem;
          height: .8rem;
          background: #ccc;
          display: block;
          border-radius: 100%; }
        .p-top-equiments__list .slick-dots li.slick-active button {
          background: #f2c464; }

  .p-top-equiments__content {
    margin-top: -0.8rem;
    margin-bottom: 7rem; }

  .p-top-equiments__header {
    margin-bottom: 1.5rem; }

  .p-top-equiments__item {
    margin-left: .5rem;
    margin-right: .5rem; }

  .p-top-equiments__circle {
    width: 100%; }

  .p-top-equiments__content-left {
    width: 100%;
    margin-top: 1rem; }

  .p-top-equiments__btn {
    margin-top: 0; }

  .p-top-reasons .p-top-concept__header::before {
    left: -0.8rem;
    width: 35rem;
    top: 18rem;
    height: 1.5rem; }

  .p-top--content-rs {
    font-size: 6rem;
    left: 0;
    order: -1;
    margin-bottom: -2.6rem; }

  .p-top-reasons .p-top-concept__header .p-top--content-jp {
    font-size: 1.5rem; }

  span.p-top--content-jp-numb {
    font-size: 4rem; }

  .p-top-medical .p-top-equiments__header .p-top-equiments__title-jp {
    left: 0; }

  .p-top-greeting__inner {
    padding-bottom: 4.5rem;
    flex-direction: column;
    align-items: center;
    display: flex; }
  .p-top-greeting__content {
    width: 100%;
    padding-right: 0;
    padding-top: 4rem;
    display: contents;
    flex-direction: column;
    align-items: center; }
    .p-top-greeting__content .p-top-concept__header {
      order: 1;
      margin-bottom: 0rem;
      text-align: center;
      width: 100%; }
      .p-top-greeting__content .p-top-concept__header .p-top--content-en {
        font-size: 4rem; }
  .p-top-greeting__images {
    order: 2;
    width: 100%;
    margin-bottom: 2rem;
    top: 0; }
  .p-top-greeting__main-visual::before {
    display: none; }
  .p-top-greeting__main-visual img {
    width: 100%; }
  .p-top-greeting__sub-visual {
    width: 22rem; }
  .p-top-greeting__body {
    order: 3;
    width: 100%;
    text-align: left; }
  .p-top-greeting__name-en {
    position: absolute;
    top: 50%;
    right: 0%;
    font-size: 1.5rem;
    z-index: 10;
    text-align: right; }
  .p-top-greeting__name-jp {
    top: 47.5%;
    right: 0%; }
  .p-top-greeting__role {
    top: 46%;
    right: 0%;
    font-size: 1.5rem;
    z-index: 10; }
  .p-top-greeting__catch {
    font-size: 2rem;
    margin-bottom: 3rem;
    text-align: center; }
  .p-top-greeting__desc {
    padding-right: 0;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 185%; }
  .p-top-greeting__signature {
    width: 0; }
  .p-top-greeting .p-reasons-item__btn-area .p-top-equiments__btn {
    width: 31rem;
    height: 5.5rem;
    padding: 0 2rem 0 0.5rem; }

  .p-top-greeting .p-reasons-item__btn-area {
    gap: 1rem; }

  .p-top-medical {
    padding-bottom: 5rem;
    padding-top: 4rem; }
    .p-top-medical__tabs__btn {
      font-size: 1.8rem;
      padding: 1.2rem 0.5rem; }
    .p-top-medical__tabs__panel {
      padding: 2rem 0.5rem !important; }

  .medical-grid1 .grid1-item__title {
    padding-bottom: 1.4rem; }

  .medical-grid1 {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 1.5rem;
    padding: 0; }
    .medical-grid1 .grid1-item {
      width: calc((100% - 1.5rem) / 2);
      min-height: auto; }
      .medical-grid1 .grid1-item::after {
        bottom: 0;
        right: 0; }
      .medical-grid1 .grid1-item:last-child {
        margin: 0 auto; }
      .medical-grid1 .grid1-item__img {
        width: 6rem;
        height: 6rem;
        margin-bottom: 1.5rem;
        opacity: 1; }
      .medical-grid1 .grid1-item__title .jp {
        font-size: 1.3rem; }
      .medical-grid1 .grid1-item__title .en {
        font-size: 1.2rem; }
      .medical-grid1 .grid1-item__desc {
        display: none; }
      .medical-grid1 .grid1-item:hover .grid1-item__img {
        opacity: 1; }
      .medical-grid1 .grid1-item:hover .grid1-item__desc {
        display: none; }

  .medical-featured {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: none;
    gap: 1.5rem;
    padding: 0; }
    .medical-featured .featured-card {
      width: 100%; }
      .medical-featured .featured-card:last-child {
        margin: 0 auto; }
      .medical-featured .featured-card::after {
        bottom: 1rem;
        right: 1rem;
        border-width: 0 0 20px 20px; }
      .medical-featured .featured-card__bg img {
        opacity: 1; }
      .medical-featured .featured-card__bg::before {
        display: none; }
      .medical-featured .featured-card__title {
        margin-top: 1.5rem; }
        .medical-featured .featured-card__title .jp {
          font-size: 1.5rem;
          opacity: 1; }
        .medical-featured .featured-card__title .en {
          font-size: 1.5rem;
          opacity: 1; }
        .medical-featured .featured-card__title .desc {
          display: none; }
      .medical-featured .featured-card__deco {
        padding: 0 3rem;
        margin-top: 1rem; }
        .medical-featured .featured-card__deco::before, .medical-featured .featured-card__deco::after {
          width: 2rem; }
      .medical-featured .featured-card:hover .featured-card__bg img {
        opacity: 1; }
      .medical-featured .featured-card:hover .jp,
      .medical-featured .featured-card:hover .en,
      .medical-featured .featured-card:hover .featured-card__deco {
        opacity: 1; }
      .medical-featured .featured-card:hover .desc {
        display: none; }

  .p-top-reasons .p-top-reasons__list,
  .p-top-reasons .p-top-reasons__inner {
    gap: 3rem; }

  .p-reasons-item--01 .p-reasons-item__title.vz-02 {
    letter-spacing: -0.2rem; }

  .p-top-recruit .p-top-concept__header::before {
    width: 34rem;
    left: .4rem; }

  .medical-tab2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 1rem;
    padding: 0 0; }

  .medical-item {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    padding-top: 3.5rem;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .medical-item a:hover .medical-content {
      border-color: #F3BF50; }
    .medical-item a:hover .jp {
      opacity: 1;
      transform: translateY(0); }
    .medical-item a:hover .jp01 {
      opacity: 0;
      display: none; }
    .medical-item .medical-icon {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      width: 6rem;
      height: 6rem;
      margin: 0; }
      .medical-item .medical-icon img {
        width: 100%;
        height: auto; }
    .medical-item .medical-content {
      margin-left: 0;
      padding: 4.5rem 0.5rem 1.5rem;
      width: 100%;
      text-align: center;
      border-radius: 1rem;
      min-height: 10rem;
      align-items: center;
      box-sizing: border-box; }
      .medical-item .medical-content .jp {
        font-size: 1.4rem;
        margin: 0; }

  .p-top-medical__tabs__content .p-top-medical__tabs__panel {
    padding: 1.5rem 0rem;
    border: 3px solid #F3BF50; }
    .p-top-medical__tabs__content .p-top-medical__tabs__panel.vz-02 {
      border: 3px solid #EFEBE4; }

  .p-top-recruit__button {
    padding: 0 0 2.8rem; }

  .p-top-recruit_ruler {
    padding: 0.8rem 0; }

  .p-top-recruit {
    padding: 0 0; }

  .p-top-recruit .p-top-recruit__inner {
    gap: 0; }

  .p-top-recruit {
    padding: 0rem 0; }
    .p-top-recruit .p-top-recruit__inner {
      flex-direction: column;
      gap: 5rem; }
    .p-top-recruit .p-top-recruit__item:last-child {
      display: flex;
      flex-direction: column; }
      .p-top-recruit .p-top-recruit__item:last-child .p-top-recruit__head {
        display: contents; }
      .p-top-recruit .p-top-recruit__item:last-child .p-top-equiments__header {
        order: 1;
        margin-bottom: 0.5rem;
        width: 100%;
        margin-left: 0; }
        .p-top-recruit .p-top-recruit__item:last-child .p-top-equiments__header .p-top-equiments__title {
          margin-left: 0; }
      .p-top-recruit .p-top-recruit__item:last-child .p-top-recruit_ruler {
        order: 2;
        padding: 0;
        margin-bottom: 2rem; }
        .p-top-recruit .p-top-recruit__item:last-child .p-top-recruit_ruler .c-top__column--list {
          padding: 0 1.5rem; }
        .p-top-recruit .p-top-recruit__item:last-child .p-top-recruit_ruler .c-top__column--img {
          width: 11rem;
          height: 8rem;
          flex-shrink: 0; }
          .p-top-recruit .p-top-recruit__item:last-child .p-top-recruit_ruler .c-top__column--img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: .6rem; }
        .p-top-recruit .p-top-recruit__item:last-child .p-top-recruit_ruler .c-top__column--cont {
          flex: 1;
          text-align: left; }
          .p-top-recruit .p-top-recruit__item:last-child .p-top-recruit_ruler .c-top__column--cont .p-top--news--date {
            display: block;
            margin-bottom: 0.5rem;
            color: #EBC050;
            font-size: 1.4rem; }
          .p-top-recruit .p-top-recruit__item:last-child .p-top-recruit_ruler .c-top__column--cont .p-top--news--link {
            font-size: 1.3rem;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden; }
      .p-top-recruit .p-top-recruit__item:last-child .p-top--news--btns {
        order: 3;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 1rem; }

  .p-top-recruit .p-top-concept__header {
    margin-bottom: 2.2rem; }

  .p-top-equiments__btn a {
    font-size: 1.3rem; } }
#toc_container {
  border: 0;
  border-radius: 0.8rem;
  padding: 3rem;
  margin-bottom: 10rem;
  width: 100%;
  max-width: 60%;
  background-color: var(--main-color-light); }
  #toc_container p.toc_title {
    text-align: left;
    font-size: var(--size-v3); }
  #toc_container li:not(:last-child) {
    margin-bottom: 0.5rem; }
  #toc_container li a {
    font-size: var(--size-p);
    font-weight: 500;
    padding-left: 3rem;
    position: relative;
    display: inline-block; }
    #toc_container li a::before {
      content: "";
      width: 1.5rem;
      height: 1.5rem;
      position: absolute;
      left: 0;
      top: 0.8rem;
      background-color: #454545;
      clip-path: polygon(100% 50%, 0 100%, 43% 50%, 0 0); }
  @media (max-width: 960px) {
    #toc_container {
      max-width: 100%;
      padding: 2rem;
      margin-bottom: 5rem; }
      #toc_container p.toc_title {
        font-size: var(--size-p); }
        #toc_container p.toc_title + ul.toc_list {
          margin-top: 0.5rem; }
      #toc_container li a {
        padding-left: 2rem; }
        #toc_container li a::before {
          width: 1.2rem;
          height: 1.2rem;
          top: 0.8rem; } }

.c-image {
  display: block; }
  .c-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem; }
    @media (max-width: 960px) {
      .c-image img {
        border-radius: 0.5rem; } }
  .c-image--logo {
    margin-top: 2rem; }
    .c-image--logo img {
      width: auto;
      padding: 1rem;
      background-color: var(--main-color-white); }

.c-image--ratio {
  aspect-ratio: 4 / 3;
  overflow: hidden; }
  .c-image--ratio-16x8 {
    aspect-ratio: 16 / 8; }
    @media (max-width: 960px) {
      .c-image--ratio-16x8 {
        aspect-ratio: 16 / 11; } }
  .c-image--ratio-4x2 {
    aspect-ratio: 4 / 2.3; }
  .c-image--ratio-3x2 img {
    aspect-ratio: 3 / 2; }
  .c-image--ratio img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.p-page-section {
  margin-bottom: 10rem; }
  @media (max-width: 960px) {
    .p-page-section {
      margin-bottom: 8rem; } }

.p-doctor-message {
  width: 100%;
  max-width: 23.2%;
  margin-left: auto;
  margin-right: 4rem;
  border-radius: 0.8rem;
  padding: 2rem;
  margin-top: -15.5rem;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  text-align: center; }
  .p-doctor-message__name {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 2rem; }
  .p-doctor-message__text {
    font-size: 3rem; }
  @media (max-width: 960px) {
    .p-doctor-message {
      padding: 3rem 2rem;
      padding-bottom: 1rem;
      margin-top: -2rem;
      max-width: 60.2%;
      margin-right: 15rem; }
      .p-doctor-message__name {
        font-size: 1.8rem;
        margin-bottom: 1rem; } }
  @media (max-width: 767px) {
    .p-doctor-message {
      margin-right: 7rem; } }

.name {
  font-size: 2rem; }

.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;
  padding-right: 4rem; }
  .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: #F3BF50;
      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(243, 191, 80, 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: #F3BF50;
  cursor: pointer;
  border: 0; }
  .btn-default-01 .btn:hover {
    background: #ffe09d;
    opacity: 1; }

.p-clinic__calendar iframe {
  width: 100%;
  height: 48rem; }

@media (max-width: 960px) {
  .p-link {
    font-size: Max(1rem, 14px);
    padding: 1rem 3rem 1rem 2rem;
    line-height: 150%; }

  .p-doctor-message__text {
    font-size: 2rem;
    text-align: center; }

  .name {
    font-size: 1.5rem;
    text-align: center; }

  .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 {
    flex-wrap: nowrap; }
    .form-input input {
      font-size: 1.5rem;
      height: 4.5rem; }
    .form-input textarea {
      height: 14rem; }
    .form-input .wpcf7-not-valid-tip {
      font-size: 1.2rem; }

  .btn-default-01 .btn {
    width: 28rem; } }
.p-max {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 767px) {
  .p-max {
    max-width: 100%; }
    .p-max p {
      text-align: center; }

  .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(243, 191, 80, 0.1); }

  .form-input-item input {
    width: 7rem; }
  .form-input .value {
    left: 8.3rem; }
  .form-input .wpcf7-not-valid-tip {
    width: calc(100% + 4rem); }

  .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; } }

/*# sourceMappingURL=style.css.map */
