@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  margin: 0;
  line-height: 1.6; }

h1, h2, h3, h4, h5, h6,
p, figure, blockquote, dl, dd {
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

img,
picture,
video,
svg {
  max-width: 100%;
  height: auto;
  display: block; }

a {
  color: inherit;
  text-decoration: none; }

button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit; }

input,
textarea,
select {
  font: inherit; }

:root {
  --size-p: max(1.8rem, 14px);
  --size-p-18: max(1.8rem, 14px);
  --size-small: max(1.4rem, 12px);
  --size-h1: max(2.8rem, 24px);
  --size-h2: max(2.6rem, 22px);
  --size-h3: max(2.4rem, 20px);
  --size-h4: max(2.2rem, 18px);
  --font-size-html: 0.521105vw;
  --space-xs: 1.5rem;
  --space-sm: 2rem;
  --space-md: 2.5rem;
  --space-lg: 6rem;
  --space-xl: 8.5rem;
  --space-2xl: 12rem; }
  @media screen and (max-width: 960px) {
    :root {
      --size-p: max(1.5rem, 11.8px);
      --size-p-18: max(1.8rem, 14px);
      --size-h1: max(2rem, 18px);
      --size-h2: max(1.8rem, 17px);
      --size-h3: max(1.7rem, 16px);
      --size-h4: max(1.6rem, 15px);
      --font-size-html: 10px;
      --space-xs: 1rem;
      --space-sm: 1.2rem;
      --space-md: 2rem;
      --space-lg: 4rem;
      --space-xl: 6rem;
      --space-2xl: 8rem; } }
  @media (max-width: 1440px) and (min-width: 961px) {
    :root {
      --font-size-html: 0.694444vw; } }
  @media (max-width: 370px) {
    :root {
      --font-size-html: 2.703vw; } }

html {
  font-size: var(--font-size-html); }

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: var(--size-p);
  color: #333333;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  font-size: var(--size-p);
  line-height: 195%;
  letter-spacing: 0.05rem;
  font-weight: 400; }
  @media (max-width: 960px) {
    p {
      line-height: 185%;
      letter-spacing: 0em;
      text-align: justify; } }

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important; }

/* ==========================================================================
   Object - Utility (u-)
   ========================================================================== */
.u-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.u-hidden {
  display: none !important; }

@media screen and (min-width: 961px) {
  .u-sp-only {
    display: none !important; } }

@media screen and (max-width: 960px) {
  .u-pc-only {
    display: none !important; } }

.hv-o {
  transition: all 0.35s; }
  .hv-o:hover {
    opacity: 0.8; }

.d-block {
  display: block; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: flex;
  flex-wrap: wrap; }

.d-inline-flex {
  display: inline-flex; }

.d-grid {
  display: grid; }

.d-inline-grid {
  display: inline-grid; }

.d-none {
  display: none; }

.justify-start {
  justify-content: flex-start; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.items-start {
  align-items: flex-start; }

.items-center {
  align-items: center; }

.items-end {
  align-items: flex-end; }

.items-stretch {
  align-items: stretch; }

@media (max-width: 960px) {
  .hv-o:hover {
    opacity: 1; } }
.u-mt-0 {
  margin-top: 0; }

.u-mt-xs {
  margin-top: var(--space-xs) !important; }

.u-mt-sm {
  margin-top: var(--space-sm) !important; }

.u-mt-md {
  margin-top: var(--space-md) !important; }

.u-mt-lg {
  margin-top: var(--space-lg) !important; }

.u-mt-xl {
  margin-top: var(--space-xl) !important; }

.u-mt-2xl {
  margin-top: var(--space-2xl) !important; }

.u-mb-0 {
  margin-bottom: 0 !important; }

.u-mb-xs {
  margin-bottom: var(--space-xs) !important; }

.u-mb-sm {
  margin-bottom: var(--space-sm) !important; }

.u-mb-md {
  margin-bottom: var(--space-md) !important; }

.u-mb-lg {
  margin-bottom: var(--space-lg) !important; }

.u-mb-xl {
  margin-bottom: var(--space-xl) !important; }

.u-mb-2xl {
  margin-bottom: var(--space-2xl) !important; }

.u-text-center {
  text-align: center; }

.u-text-left {
  text-align: left; }

.u-text-right {
  text-align: right; }

.u-text-sm {
  font-size: 1.5rem; }

.u-text-lg {
  font-size: 2rem; }

.u-text-bold {
  font-weight: 700; }

.u-text-muted {
  color: #333333; }

.u-text-primary {
  color: #77BAC5; }

.u-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.u-truncate-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal; }

.u-truncate-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal; }

/* ==========================================================================
   Layout
   ========================================================================== */
body.is-menu-open .p-header {
  top: 0 !important; }

.p-seo-h1 {
  background: #77BAC5;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1rem;
  margin: 0;
  letter-spacing: 0.1rem;
  line-height: 120%;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .p-seo-h1 {
      font-size: 1.1rem;
      padding: 0.5rem 0.5rem;
      line-height: 130%;
      letter-spacing: 0; } }

.home img {
  border-radius: 0; }

.site-header {
  position: relative;
  z-index: 110;
  height: 10rem; }
  @media screen and (max-width: 960px) {
    .site-header {
      height: 6rem; } }

.site-branding {
  flex: 1 1 auto;
  min-width: 0; }

.site-title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4; }
  .site-title a {
    color: #333333;
    text-decoration: none; }
    @media (hover: hover) {
      .site-title a:hover {
        opacity: 0.7; } }

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  transition: all 0.35s;
  width: 100%;
  padding: 1rem 0; }
  .p-header__access p {
    color: #535353;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0;
    position: relative;
    z-index: 0;
    padding-left: 2.7rem; }
    .p-header__access p::before {
      content: "";
      position: absolute;
      width: 1.5rem;
      height: 1.7rem;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      z-index: -1;
      -webkit-mask: url(assets/img/icon-access.svg) center/100% no-repeat;
      mask: url(assets/img/icon-access.svg) center/100% no-repeat;
      background: #77bac5; }
  .p-header__left .custom-logo-link {
    position: relative;
    z-index: 0;
    display: block; }
    .p-header__left .custom-logo-link::before {
      content: "";
      position: absolute;
      width: 6.6rem;
      height: 4.5rem;
      background: url(assets/img/logo03.png) no-repeat center/contain;
      left: 50%;
      transform: translateX(-54%);
      top: 0.6rem;
      z-index: -1; }

.c-nav-header li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23rem;
  height: 5.1rem;
  background: #77bac5;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.052rem;
  position: relative;
  z-index: 0;
  padding-left: 1.6rem;
  border: #77bac5 solid 1px; }
  .c-nav-header li a::before {
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 1rem;
    top: 50%;
    transform: translateY(-50%);
    right: 0.9rem;
    -webkit-mask: url(assets/img/icon_arrow-01.svg) center/100% no-repeat;
    mask: url(assets/img/icon_arrow-01.svg) center/100% no-repeat;
    background: #fff;
    z-index: -1; }
  .c-nav-header li a::after {
    content: "";
    position: absolute;
    width: 2.2rem;
    height: 2.1rem;
    -webkit-mask: url(assets/img/icon-tel.svg) center/100% no-repeat;
    mask: url(assets/img/icon-tel.svg) center/100% no-repeat;
    background: #fff;
    top: 50%;
    left: 0.9rem;
    transform: translateY(-50%); }
  .c-nav-header li a.c-acf_web {
    padding-left: 2.8rem; }
    .c-nav-header li a.c-acf_web::after {
      width: 2.5rem;
      height: 2.5rem;
      left: 1.3rem;
      -webkit-mask: url(assets/img/icon-web.svg) center/100% no-repeat;
      mask: url(assets/img/icon-web.svg) center/100% no-repeat; }
.c-nav-header.vz-02 {
  gap: 1rem;
  margin-bottom: 1.3rem; }
  .c-nav-header.vz-02 li a {
    background: transparent; }
    .c-nav-header.vz-02 li a.c-acf_tel {
      padding-left: 3.5rem; }
      .c-nav-header.vz-02 li a.c-acf_tel::before {
        content: none; }
    .c-nav-header.vz-02 li a.c-acf_web {
      border-color: #fff; }

.p-mv {
  position: relative;
  z-index: 2; }
  .p-mv::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1;
    opacity: 0.2;
    pointer-events: none; }
  .p-mv__slide .slick-slide img {
    width: 100%; }
  .p-mv__video {
    width: 100%;
    height: 91.4rem;
    object-fit: cover; }
  .p-mv__cont {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 9.8rem;
    transform: translateY(-50%); }
    .p-mv__cont--desc h2 {
      margin-bottom: 2.5rem; }
      .p-mv__cont--desc h2 .item {
        color: #fff;
        font-size: 6rem;
        font-weight: 500;
        line-height: 155%;
        letter-spacing: 0;
        font-family: "Shippori Mincho", serif;
        display: block; }
        .p-mv__cont--desc h2 .item:nth-child(2) {
          margin-left: 4.5rem; }
    .p-mv__cont--desc .desc p {
      color: #fff;
      font-size: 2.4rem;
      font-weight: 400;
      line-height: 167%;
      letter-spacing: 0;
      margin-left: 5rem; }
  .p-mv__menu {
    position: absolute;
    bottom: -11.5rem;
    left: 0;
    width: 100%;
    z-index: 0; }
    .p-mv__menu .p-header__menu > .menu-item > a {
      padding: 0.5rem 3.75rem 1.4rem; }
    .p-mv__menu .p-header__menu li.vz-02 .sub-menu::before {
      height: calc(100% - 2.5rem); }
  .p-mv__scroll a {
    position: absolute;
    bottom: 1.3rem;
    right: 5.5rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    z-index: 3;
    writing-mode: sideways-lr;
    padding-top: 0.3rem;
    padding-right: 0.3rem;
    padding-bottom: 2.8rem; }
    .p-mv__scroll a::before {
      content: "";
      position: absolute;
      width: 1px;
      height: 100%;
      top: 0;
      right: 0;
      background: #fff;
      opacity: 0.5; }
    .p-mv__scroll a::after {
      content: "";
      position: absolute;
      width: 1px;
      height: 3rem;
      bottom: 0;
      right: 0;
      background: #fff;
      animation: moveUpDown 2s ease-in-out infinite; }
  @media screen and (max-width: 960px) {
    .p-mv__menu {
      display: none; }
    .p-mv__cont {
      right: 8rem;
      top: auto;
      bottom: 1.5rem;
      transform: initial; }
      .p-mv__cont--desc h2 {
        margin-bottom: 1.5rem; }
        .p-mv__cont--desc h2 .item {
          font-size: 2rem;
          line-height: 150%; }
          .p-mv__cont--desc h2 .item:nth-child(2) {
            margin-left: 1rem; }
      .p-mv__cont--desc .desc {
        margin-left: 1rem; }
        .p-mv__cont--desc .desc p {
          font-size: 1.5rem;
          margin-left: 0; }
    .p-mv__slide .slick-slide img {
      height: 51rem;
      object-fit: cover; }
    .p-mv__video {
      height: 51rem; } }
  @media screen and (max-width: 767px) {
    .p-mv__cont {
      right: 1.5rem;
      margin-left: 1.5rem; }
      .p-mv__cont--desc h2 {
        margin-right: 2rem;
        margin-bottom: 0.5rem;
        text-shadow: 0.4rem 0.3rem 0.6rem #000; }
        .p-mv__cont--desc h2 .item {
          font-weight: 700;
          display: block; }
          .p-mv__cont--desc h2 .item:nth-child(2) {
            margin-left: 0; }
      .p-mv__cont--desc .desc,
      .p-mv__cont--desc p {
        margin-left: 0;
        text-shadow: 0.4rem 0.3rem 0.6rem #000; }
      .p-mv__cont--desc p {
        margin-left: 0;
        font-size: 1.4rem;
        letter-spacing: 0rem;
        margin-right: 4rem;
        font-weight: 300 !important; }
        .p-mv__cont--desc p br {
          display: none; }
    .p-mv__scroll a {
      right: 0.5rem;
      bottom: 0.5rem;
      padding-bottom: 4.8rem;
      writing-mode: initial;
      display: block; }
      .p-mv__scroll a span {
        transform: rotate(-90deg);
        display: block;
        position: relative;
        top: 1.2rem;
        left: .9rem; } }

@keyframes moveUpDown {
  0% {
    bottom: 0%; }
  50% {
    bottom: calc(100% - 3rem); }
  100% {
    bottom: 0%; } }
@media (min-width: 960.5px) {
  .p-header.vz-01 {
    opacity: 0;
    pointer-events: none; }
  .p-header.vz-02 {
    padding: 1rem 2.1rem; }
    .p-header.vz-02 .p-header__left img {
      width: 27.2rem; }
  .p-header__right-container {
    display: flex;
    justify-content: center;
    gap: 2rem; }
  .p-header__menu > li {
    position: relative; }
  .p-header__menu li .sub-menu {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    opacity: 0;
    right: 0;
    padding: 1.5rem;
    left: -2rem;
    top: 100%;
    transition: all 0.3s ease;
    width: 30rem; }
    .p-header__menu li .sub-menu::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 1.4rem);
      left: 0;
      bottom: 0;
      z-index: -1;
      background: #77bac5; }
    .p-header__menu li .sub-menu li {
      margin-left: 0;
      padding: 0;
      border-bottom: 1px solid #fff;
      border-right: 0; }
      .p-header__menu li .sub-menu li:last-child {
        border-width: 0; }
      .p-header__menu li .sub-menu li a {
        display: block;
        padding: 1.5rem 1.5rem 1.5rem 3rem;
        border-right: 0;
        color: #fff !important;
        font-size: 1.6rem;
        position: relative;
        transition: all 0.35s;
        width: 100%;
        text-align: left; }
        .p-header__menu li .sub-menu li a::before {
          content: none; }
        .p-header__menu li .sub-menu li a::after {
          content: "";
          position: absolute;
          top: 2.3rem;
          -webkit-mask: url(assets/img/icon_arrow-02.svg) center/100% no-repeat;
          mask: url(assets/img/icon_arrow-02.svg) center/100% no-repeat;
          background: #fff;
          left: 1rem;
          width: 1rem;
          height: 1rem;
          clip-path: inherit;
          transform: initial; }
        .p-header__menu li .sub-menu li a:hover {
          opacity: 0.8; }
          .p-header__menu li .sub-menu li a:hover::after {
            width: 1rem; }
  .p-header__menu li.vz-02 {
    position: initial; }
    .p-header__menu li.vz-02 .sub-menu {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      left: 0;
      top: calc(100% - 1.4rem);
      padding: 5rem 10rem !important; }
      .p-header__menu li.vz-02 .sub-menu::before {
        height: calc(100% - 1.4rem); }
      .p-header__menu li.vz-02 .sub-menu li {
        width: calc((100% - 6.001rem) / 3);
        margin-right: 3rem; }
        .p-header__menu li.vz-02 .sub-menu li:nth-child(3n) {
          margin-right: 0; }
        .p-header__menu li.vz-02 .sub-menu li:last-child {
          border-width: 1px; }
  .p-header__menu li.vz-03 .sub-menu {
    left: auto;
    right: -1.5rem;
    width: 31rem; }
  .p-header__menu li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    padding: 1.4rem 0 0; }
  .p-header__menu .menu-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem 2.6rem 1.4rem;
    position: relative;
    z-index: 0;
    border-right: 0.5px solid rgba(83, 83, 83, 0.5);
    color: #535353;
    font-size: var(--size-p);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0; }
    .p-header__menu .menu-item a .en {
      color: #77bac5;
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 150%;
      letter-spacing: 0; }
    .p-header__menu .menu-item a::before {
      content: "";
      position: absolute;
      width: 1rem;
      height: 1.7rem;
      bottom: -0.6rem;
      left: 50%;
      transform: translateX(-50%);
      -webkit-mask: url(assets/img/icon-active.png) center/100% no-repeat;
      mask: url(assets/img/icon-active.png) center/100% no-repeat;
      background: #77bac5;
      opacity: 0;
      transition: all 0.35s; }
    .p-header__menu .menu-item a:hover::before {
      opacity: 1; }
  .p-header__menu .menu-item.current_page_item a::before, .p-header__menu .menu-item.current-menu-parent a::before {
    opacity: 1; }
  .p-header__menu .menu-item:last-child a {
    border-right: none; }
  .p-header__right-info {
    flex-direction: column; }
    .p-header__right-info .c-nav-header {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      margin-bottom: 0.6rem; }

  .home .site-header {
    height: auto; }
  .home .p-header:not(.active) {
    background: transparent;
    padding: 0; }
    .home .p-header:not(.active).vz-02 {
      opacity: 0;
      pointer-events: none; }
    .home .p-header:not(.active) .c-nav-header li:first-child {
      margin-right: 5px; }
    .home .p-header:not(.active) .c-nav-header li a {
      background: transparent;
      border-color: #fff; }
  .home .p-header.vz-01 {
    position: absolute;
    top: 0 !important;
    opacity: 1;
    pointer-events: all; }
    .home .p-header.vz-01 .p-header__left {
      padding-top: 1rem;
      padding-bottom: 1rem;
      padding-left: 2.2rem;
      margin-top: 2.7rem;
      margin-left: 2.7rem;
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(2.41rem);
      -webkit-backdrop-filter: blur(2.41rem);
      clip-path: polygon(0 0, 100% 0, calc(100% - 9rem) 100%, 0% 100%); }
      .home .p-header.vz-01 .p-header__left img {
        width: 33rem;
        filter: brightness(0) invert(1); }
      .home .p-header.vz-01 .p-header__left .custom-logo-link::before {
        width: 8.3rem;
        height: 5.4rem; }
      .home .p-header.vz-01 .p-header__left .site-branding {
        position: relative;
        padding-right: 42.9rem; }
        .home .p-header.vz-01 .p-header__left .site-branding::after {
          content: "";
          position: absolute;
          width: 29.7rem;
          height: 4.2rem;
          z-index: -1;
          right: 10.9rem;
          top: 50%;
          transform: translateY(-50%);
          background: url(assets/img/logo-icon02.svg) no-repeat center;
          background-size: contain; }
    .home .p-header.vz-01 .p-header__right-info {
      flex-direction: initial; }
      .home .p-header.vz-01 .p-header__right-info .c-nav-header {
        order: 1;
        gap: 0;
        margin-bottom: 0; }
    .home .p-header.vz-01 .p-header__right-container {
      background: rgba(255, 255, 255, 0.1);
      padding: 1.05rem 4rem 1.05rem 2rem;
      backdrop-filter: blur(2.41rem);
      -webkit-backdrop-filter: blur(2.41rem);
      border-bottom-left-radius: 0.5rem; }
    .home .p-header.vz-01 .p-header__access p {
      color: #fff;
      margin-right: 2.5rem; }
      .home .p-header.vz-01 .p-header__access p::before {
        background: #fff; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-header__menu .menu-item a {
    font-size: 1.7rem;
    padding: 0.5rem 1rem 1.4rem; }
  .p-header__left .custom-logo-link::before {
    width: 4.2rem;
    top: 0; }
  .p-header__right-container {
    gap: 1rem; }
  .p-header__right-info .c-nav-header {
    gap: 1rem; }
  .p-header.vz-02 .p-header__left img {
    width: 18rem; }

  .c-nav-header li a {
    font-size: 2rem;
    width: 19rem; }

  .home .p-header.vz-01 .p-header__left {
    margin-left: 1.2rem;
    clip-path: polygon(0 0, 100% 0, calc(100% - 4rem) 100%, 0% 100%); }
    .home .p-header.vz-01 .p-header__left .site-branding {
      padding-right: 32rem; }
      .home .p-header.vz-01 .p-header__left .site-branding::after {
        right: 4rem;
        width: 26rem; }
  .home .p-header.vz-01 .p-header__right--container {
    padding: 1.05rem 2rem 1.05rem 2rem; }

  .p-mv__cont {
    right: 3rem; }
    .p-mv__cont--desc {
      margin-left: 2rem; }
      .p-mv__cont--desc h2 .item {
        font-size: 4rem; }
  .p-mv__video {
    height: 68.5rem; } }
@media screen and (max-width: 960px) {
  .p-header {
    padding: 0; }
    .p-header__right-container {
      display: none; }
    .p-header__left {
      padding-left: 1.5rem; }
      .p-header__left img {
        width: 20rem; }
      .p-header__left .custom-logo-link::before {
        width: 4.5rem;
        top: 0; }

  .c-nav-header li a {
    font-size: 2rem; } }
.site-footer {
  position: relative;
  z-index: 1; }

.p-footer {
  position: relative;
  z-index: 0;
  padding-bottom: 1px; }
  .p-footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 6.5rem);
    bottom: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/footer-bg02.jpg) repeat top center;
    background-size: contain; }
  .p-footer__title--01 {
    display: flex;
    align-items: flex-end;
    padding-bottom: 2.3rem;
    border-bottom: #fff solid 1px;
    margin-bottom: 2rem; }
    .p-footer__title--01 .title {
      color: #FFF;
      font-size: 3rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0;
      font-family: "Zen Old Mincho", serif;
      margin-right: 2rem; }
    .p-footer__title--01 p {
      color: #FFF;
      font-size: var(--size-p);
      font-weight: 300;
      line-height: 150%;
      letter-spacing: 0.54rem;
      margin-bottom: .3rem; }
  .p-footer__recruit {
    padding: 3.6rem 1.5rem 9rem;
    background: url(assets/img/recruit-bg01.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: -6.3rem; }
    .p-footer__recruit--container {
      max-width: 66.6rem;
      margin-left: auto;
      margin-right: auto;
      padding: 1rem;
      background: rgba(119, 186, 197, 0.79);
      position: relative;
      z-index: 0; }
      .p-footer__recruit--container::before {
        content: "";
        position: absolute;
        width: calc(100% - 2rem);
        height: calc(100% - 2rem);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #000;
        z-index: -1;
        opacity: 0.45; }
    .p-footer__recruit--inner {
      position: relative;
      padding-top: 3.8rem;
      padding-bottom: 3.7rem;
      z-index: 0; }
      .p-footer__recruit--inner::before, .p-footer__recruit--inner::after {
        z-index: -1;
        content: "";
        position: absolute;
        width: 20.3rem;
        height: 10.4rem;
        border: #fff solid 1px;
        background-repeat: no-repeat;
        background-size: 2.6rem; }
      .p-footer__recruit--inner::before {
        top: .9rem;
        left: .9rem;
        border-bottom: 0;
        border-right: 0;
        background-image: url(assets/img/recruit-icon01.png);
        background-position: top .7rem left .7rem; }
      .p-footer__recruit--inner::after {
        bottom: .9rem;
        right: .9rem;
        border-top: 0;
        border-left: 0;
        background-image: url(assets/img/recruit-icon02.png);
        background-position: bottom .7rem right .7rem; }
      .p-footer__recruit--inner .p-top__title--01.vz-02 {
        margin-bottom: 3rem; }
    .p-footer__recruit--desc p {
      color: #FFF;
      font-size: var(--size-p);
      font-weight: 400;
      line-height: 223%;
      letter-spacing: 0;
      text-align: center;
      margin-bottom: 2.8rem; }
  .p-footer__menu {
    gap: 4.2rem;
    grid-template-columns: 26.8rem 26.8rem; }
    .p-footer__menu--list {
      gap: 1.1rem; }
      .p-footer__menu--list li a {
        color: #FFF;
        font-size: var(--size-p);
        font-weight: 300;
        line-height: 150%;
        letter-spacing: 0;
        position: relative;
        padding-left: 1.3rem;
        display: inline-block; }
        .p-footer__menu--list li a::before {
          content: "";
          position: absolute;
          width: 0.5rem;
          height: 0.5rem;
          top: 1.1rem;
          left: 0;
          background: #fff;
          border-radius: 100%; }
      .p-footer__menu--list.vz-02 {
        grid-template-columns: 20.3rem 14.5rem; }
  .p-footer__info--inner {
    background: url(assets/img/footer-bg01.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 3.2rem;
    padding: 7.5rem 1.5rem 8.7rem; }
  .p-footer__info--gp {
    max-width: 124.5rem;
    margin-left: auto;
    margin-right: auto; }
  .p-footer__info--item:first-child {
    width: 51.5rem; }
  .p-footer__info--item:last-child {
    padding-top: 5rem;
    padding-left: 14.5rem;
    width: calc(100% - 51.5rem); }
  .p-footer__info .p-clinic-info__notes p {
    margin-bottom: 0; }
  .p-footer__info .p-clinic-table {
    margin-top: 3.5rem; }
  .p-footer__maps {
    height: 38.3rem;
    background: #CCC;
    margin-bottom: 4.2rem; }
    .p-footer__maps iframe {
      width: 100%;
      height: 100%;
      border: 0;
      vertical-align: top; }
  .p-footer__logo {
    margin-bottom: 3rem; }
    .p-footer__logo a img {
      margin-left: auto;
      margin-right: auto;
      width: 35.5rem; }
  .p-footer__banner--01 {
    gap: 1rem;
    margin-bottom: 2.7rem; }
    .p-footer__banner--01 li a img {
      height: 7.6rem; }
  .p-footer__banner--02 {
    gap: 3rem;
    margin-bottom: 5.5rem; }
    .p-footer__banner--02 li a img {
      height: 18.2rem;
      width: auto; }
  .p-footer__bottom {
    background: #77BAC5;
    padding: 1.8rem; }
  .p-footer__credit {
    margin-right: 2rem; }
    .p-footer__credit img {
      width: 19rem; }
  .p-footer__copy {
    color: #fff;
    font-size: var(--size-p);
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0; }
  @media screen and (max-width: 960px) {
    .p-footer {
      padding: 0 1.5rem; }
      .p-footer__maps {
        height: 32rem; }
      .p-footer__banner--01 li a img {
        height: 5rem; }
      .p-footer__banner--02 {
        gap: 1rem;
        margin-bottom: 0;
        padding-bottom: 4rem; }
        .p-footer__banner--02 li a img {
          height: 6.5rem; }
      .p-footer__info--inner {
        padding: 5rem 1.5rem 5rem; }
      .p-footer__info--item:first-child {
        width: 100%; }
      .p-footer__info--item:last-child {
        display: none; }
      .p-footer__info .p-clinic-table {
        margin-top: 2rem; }
      .p-footer__info .l-grid-1745 {
        padding-left: 0;
        padding-right: 0; }
      .p-footer__info .c-nav-header.vz-02 {
        justify-content: center; }
      .p-footer__gp--left {
        width: 100%; }
      .p-footer__gp--right {
        display: none; }
      .p-footer__recruit--inner::before, .p-footer__recruit--inner::after {
        width: 14rem;
        height: 7rem;
        background-size: 1.8rem; }
      .p-footer__recruit .btn a {
        width: 25rem; }
      .p-footer__bottom {
        padding: 1rem; }
      .p-footer__list--01 li a {
        letter-spacing: 0; }
        .p-footer__list--01 li a::before {
          right: 1rem; }
      .p-footer__logo {
        margin-bottom: 1rem; }
        .p-footer__logo a img {
          width: 25rem; }
      .p-footer .l-grid-1475 {
        padding: 0; } }
  @media screen and (max-width: 767px) {
    .p-footer__credit {
      padding-right: 0;
      margin-right: 0; }
      .p-footer__credit::before {
        content: none; }
    .p-footer__copyright {
      flex-flow: column; } }

@media screen and (min-width: 961px) {
  .c-nav-fix {
    display: none; } }
@media (max-width: 1440px) and (min-width: 960.5px) {
  .p-footer__info--item:last-child {
    padding-left: 4rem; }
  .p-footer__menu--list.vz-02 {
    grid-template-columns: 20.3rem 17rem; } }
@media screen and (max-width: 960px) {
  .site-footer {
    padding-bottom: 6rem; }

  .c-nav-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    z-index: 70;
    border-top: #fff solid 1px; }
    .c-nav-fix li {
      width: calc((100% - 6rem) / 3);
      border-right: #fff solid 1px; }
      .c-nav-fix li a {
        height: 6rem;
        display: flex;
        align-items: flex-end;
        padding: .7rem;
        justify-content: center;
        background: #77BAC5;
        color: #FFF;
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0;
        position: relative; }
        .c-nav-fix li a::before {
          content: "";
          position: absolute;
          width: 2rem;
          height: 2rem;
          top: .7rem;
          left: 50%;
          transform: translateX(-50%);
          -webkit-mask: url(assets/img/icon-tel.svg) center/100% no-repeat;
          mask: url(assets/img/icon-tel.svg) center/100% no-repeat;
          background: #fff; }
        .c-nav-fix li a.c-acf_web::before {
          -webkit-mask-image: url(assets/img/icon-web.svg);
          mask-image: url(assets/img/icon-web.svg); }
        .c-nav-fix li a.c-acf_access::before {
          width: 1.8rem;
          -webkit-mask-image: url(assets/img/icon-access.svg);
          mask-image: url(assets/img/icon-access.svg); } }
.c-pagetop {
  position: fixed;
  bottom: 13rem;
  right: 5.5rem;
  opacity: 0;
  border: 0;
  cursor: pointer;
  outline: none;
  transition: all 0.35s;
  z-index: 50;
  padding-right: .3rem;
  padding-bottom: 2rem;
  writing-mode: sideways-lr;
  color: #535353;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0; }
  .c-pagetop::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    bottom: 0;
    right: 0;
    background: #535353;
    opacity: 0.5; }
  .c-pagetop::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 2.5rem;
    bottom: 0;
    right: 0;
    background: #535353; }
  .c-pagetop.show {
    opacity: 1; }
    .c-pagetop.show:hover {
      opacity: 0.8; }
  @media (max-width: 960px) {
    .c-pagetop {
      position: fixed;
      opacity: 1;
      bottom: 0;
      right: 0;
      width: 6rem;
      height: 6rem;
      font-size: 0;
      z-index: 80;
      background: #77BAC5; }
      .c-pagetop::before {
        transform: translate(50%, 50%);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        background: #fff;
        width: 2.4rem;
        height: 1.2rem;
        opacity: 1;
        bottom: 50%;
        right: 50%; }
      .c-pagetop::after {
        content: none; }
      .c-pagetop.fixed {
        bottom: 7rem; }
      .c-pagetop.show:hover {
        opacity: 1; } }

[class^="grid-"],
[class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.l-grid-1745 {
  max-width: 177.5rem; }
.l-grid-1520 {
  max-width: 155rem; }
.l-grid-1490 {
  max-width: 152rem; }
.l-grid-1482 {
  max-width: 151.2rem; }
.l-grid-1575 {
  max-width: 160.5rem; }
.l-grid-1440 {
  max-width: 147rem; }
.l-grid-1280 {
  max-width: 131rem; }
.l-grid-1200 {
  max-width: 123rem; }

#tinymce .wow_custom {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0);
  transition: all 0.5s ease; }

.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; } }
#tinymce .ytb > span,
#tinymce .map > span,
#tinymce .c-map > span {
  border: 0;
  display: block;
  height: 100%;
  width: 100%; }
#tinymce .multiple-items {
  display: flex;
  width: 100%; }
  #tinymce .multiple-items .item {
    width: 800px;
    display: flex; }
#tinymce iframe {
  width: 100%;
  height: 100%; }

.l-container {
  width: 100%;
  max-width: 128rem;
  margin-inline: auto; }
  @media screen and (max-width: 960px) {
    .l-container {
      padding-inline: 3rem; } }
  @media screen and (max-width: 767px) {
    .l-container {
      padding-inline: 1.5rem; } }

.l-content {
  display: flex;
  gap: 0;
  margin-block: 4rem 8rem; }
  @media screen and (max-width: 960px) {
    .l-content {
      flex-direction: column;
      gap: 0;
      margin-block: 2rem 4rem; } }
  .l-content__main {
    width: calc(100% - 30rem);
    min-width: 0; }
    @media screen and (max-width: 960px) {
      .l-content__main {
        width: 100%;
        margin-bottom: 6rem; } }
  .l-content__sidebar {
    width: 30rem;
    padding-left: 5rem;
    min-width: 0; }
    @media screen and (max-width: 960px) {
      .l-content__sidebar {
        width: 100%;
        padding-left: 0; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slide {
  transition: transform 0.4s linear; }

.slick-list {
  overflow: hidden; }

.slick-track {
  display: flex; }

/* ==========================================================================
   Object - Component (c-)
   ========================================================================== */
.c-hamburger {
  position: relative;
  z-index: 110;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  width: 5rem;
  height: 5rem;
  padding: 0;
  background: #77BAC5;
  border: 0;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: background-color 0.3s ease; }
  @media (hover: hover) {
    .c-hamburger:hover {
      opacity: 0.9; } }
  .c-hamburger__line {
    display: block;
    width: 2.4rem;
    height: 0.2rem;
    background-color: #fff;
    transition: transform 0.35s ease, opacity 0.25s ease;
    transform-origin: center; }
  .c-hamburger.is-active .c-hamburger__line:nth-child(1) {
    transform: translateY(0.9rem) rotate(45deg); }
  .c-hamburger.is-active .c-hamburger__line:nth-child(2) {
    opacity: 0; }
  .c-hamburger.is-active .c-hamburger__line:nth-child(3) {
    transform: translateY(-0.9rem) rotate(-45deg); }

@media (min-width: 960.5px) {
  .c-hamburger {
    display: none; } }
@media screen and (max-width: 960px) {
  .c-hamburger {
    border-radius: 0;
    margin-right: .5rem; } }
.c-heading {
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08rem;
  color: #77BAC5;
  font-family: "Shippori Mincho", serif; }
  @media screen and (max-width: 960px) {
    .c-heading {
      letter-spacing: 0.02rem; } }
  .c-heading--frame {
    position: relative;
    padding: 2rem 3rem;
    text-align: center; }
    .c-heading--frame::before, .c-heading--frame::after {
      content: "";
      position: absolute;
      width: 2.4rem;
      height: 2.4rem;
      border: 0.2rem solid #77BAC5; }
    .c-heading--frame::before {
      top: 0;
      left: 0;
      border-right: 0;
      border-bottom: 0; }
    .c-heading--frame::after {
      bottom: 0;
      right: 0;
      border-left: 0;
      border-top: 0; }
  .c-heading--diamond {
    position: relative;
    padding-left: 3rem; }
    .c-heading--diamond::before {
      content: "";
      position: absolute;
      left: 0.2rem;
      top: 2rem;
      width: 1.2rem;
      height: 1.2rem;
      background-color: #77BAC5;
      transform: translateY(-50%) rotate(45deg); }
      @media screen and (max-width: 960px) {
        .c-heading--diamond::before {
          top: 1.5rem; } }
    .c-heading--diamond::after {
      content: "";
      position: absolute;
      left: 1.8rem;
      top: 2rem;
      width: 0.6rem;
      height: 0.6rem;
      background-color: #77BAC5;
      opacity: 0.4;
      transform: translateY(-50%) rotate(45deg); }
      @media screen and (max-width: 960px) {
        .c-heading--diamond::after {
          top: 1.5rem; } }
    .c-heading--diamond.tn-02::before, .c-heading--diamond.tn-02::after {
      top: 1.8rem; }
  .c-heading--tab {
    display: inline-block;
    position: relative;
    padding: 1rem 2.4rem 1rem 3.6rem;
    background-color: #77BAC5;
    color: #fff;
    border-radius: 0.5rem;
    clip-path: polygon(1.6rem 0, 100% 0, 100% 100%, 0 100%); }
  .c-heading--center-diamond {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    text-align: center; }
    .c-heading--center-diamond::before, .c-heading--center-diamond::after {
      content: "";
      display: inline-block;
      width: 0.8rem;
      height: 0.8rem;
      background-color: #77BAC5;
      transform: rotate(45deg); }
  .c-heading--block-num {
    counter-increment: c-heading-block;
    display: flex;
    align-items: center;
    gap: 2rem; }
    .c-heading--block-num::before {
      content: counter(c-heading-block,decimal-leading-zero);
      flex-shrink: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 6rem;
      height: 6rem;
      background-color: #77BAC5;
      color: #fff;
      font-family: "Shippori Mincho", serif;
      font-size: 2.6rem;
      font-weight: 900;
      font-style: italic;
      letter-spacing: -0.1rem;
      border-radius: 0.5rem;
      box-shadow: 0.3rem 0.3rem 0 rgba(119, 186, 197, 0.35); }
  .c-heading--layered {
    position: relative;
    padding-top: 1.6rem; }
    .c-heading--layered::before {
      content: attr(data-en);
      position: absolute;
      top: 0;
      left: 0;
      font-family: "Shippori Mincho", serif;
      font-size: 4.8rem;
      font-weight: 900;
      font-style: italic;
      letter-spacing: -0.1rem;
      color: rgba(119, 186, 197, 0.18);
      line-height: 1;
      -webkit-text-stroke: 0.05rem rgba(119, 186, 197, 0.4); }
  .c-heading--section {
    text-align: center;
    margin-bottom: 4rem; }
    .c-heading--section .ja {
      display: block;
      font-size: 2.8rem;
      font-weight: 700;
      line-height: 1.4;
      margin-bottom: 1rem; }
    .c-heading--section .en {
      display: inline-flex;
      align-items: center;
      gap: 1.2rem;
      font-family: "Shippori Mincho", serif;
      font-size: 1.4rem;
      font-weight: 500;
      color: #77BAC5;
      letter-spacing: 0.3rem;
      text-transform: uppercase; }
      .c-heading--section .en::before, .c-heading--section .en::after {
        content: "";
        display: inline-block;
        width: 3rem;
        height: 0.1rem;
        background-color: #77BAC5; }
  .c-heading--hy-lv1 {
    position: relative;
    padding: 0 0 2rem;
    margin-bottom: 4rem;
    text-align: center;
    font-size: var(--size-h1); }
    .c-heading--hy-lv1::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 9rem;
      height: 0.6rem;
      transform: translateX(-50%);
      -webkit-mask: url(assets/img/under_ic.png) center/auto repeat;
      mask: url(assets/img/under_ic.png) center/auto repeat;
      background: #77BAC5; }
    @media screen and (max-width: 960px) {
      .c-heading--hy-lv1 {
        padding-bottom: 1.8rem;
        margin-bottom: 2rem; }
        .c-heading--hy-lv1::before {
          width: 7rem; } }
    @media screen and (max-width: 960px) and (max-width: 767px) {
      .c-heading--hy-lv1::before {
        width: 5rem; } }

    .c-heading--hy-lv1.tn-02 {
      padding: 0; }
      .c-heading--hy-lv1.tn-02::before {
        display: none; }
  .c-heading--hy-lv1-alt {
    padding: 0 0 0 2rem;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
    border-left: 0.6rem solid #77BAC5; }
    @media screen and (max-width: 960px) {
      .c-heading--hy-lv1-alt {
        font-size: 2rem;
        padding-left: 1.6rem; } }
  .c-heading--hy-lv2 {
    position: relative;
    padding: 1.5rem 2.5rem 1.7rem;
    background: #77BAC5;
    color: #fff;
    font-size: var(--size-h2);
    z-index: 0; }
    .c-heading--hy-lv2 span {
      position: relative;
      z-index: 1; }
    .c-heading--hy-lv2::before {
      content: "";
      position: absolute;
      width: calc(100% - 1.2rem);
      height: calc(100% - 1.2rem);
      left: 0.6rem;
      top: 0.6rem;
      border: 1px dashed #fff;
      z-index: -1; }
    @media screen and (max-width: 960px) {
      .c-heading--hy-lv2 {
        padding: 1.5rem 1.5rem;
        text-align: justify; }
        .c-heading--hy-lv2::before {
          content: "";
          position: absolute;
          width: calc(100% - 1rem);
          height: calc(100% - 1rem);
          left: 0.5rem;
          top: 0.5rem; } }
  .c-heading--hy-lv2-alt {
    padding: 0 5rem 0 0;
    background: transparent;
    color: #77BAC5;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.2rem; }
  .c-heading--hy-lv3 {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 1.5rem;
    font-size: var(--size-h3); }
    .c-heading--hy-lv3::before, .c-heading--hy-lv3::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 0.3rem;
      left: 0;
      bottom: 0; }
    .c-heading--hy-lv3::after {
      background: repeating-linear-gradient(-45deg, #77BAC5, #77BAC5 10%, #fff 10%, #fff 30%, #77BAC5 30%, #77BAC5 70%, #fff 70%, #fff 90%, #77BAC5 90%, #77BAC5 100%);
      background-size: 0.6rem 0.4rem;
      opacity: 0.7; }
    .c-heading--hy-lv3::before {
      width: 10rem;
      z-index: 1;
      background-color: #77BAC5; }
  .c-heading--hy-lv4 {
    position: relative;
    padding-left: 3rem;
    font-size: var(--size-h4); }
    .c-heading--hy-lv4::before, .c-heading--hy-lv4::after {
      content: "";
      position: absolute;
      top: 1.6rem;
      background-color: #77BAC5;
      transform: translateY(-50%) rotate(45deg); }
      @media screen and (max-width: 960px) {
        .c-heading--hy-lv4::before, .c-heading--hy-lv4::after {
          top: 1.5rem; } }
    .c-heading--hy-lv4::before {
      left: 0.2rem;
      width: 1.2rem;
      height: 1.2rem; }
    .c-heading--hy-lv4::after {
      left: 1.8rem;
      width: 0.6rem;
      height: 0.6rem;
      opacity: 0.4; }
  .c-heading--hy-lv5 {
    position: relative;
    padding: 0 0 0 2.5rem;
    font-size: var(--size-h5);
    text-align: justify; }
    .c-heading--hy-lv5::before {
      content: "";
      position: absolute;
      top: 1.3rem;
      left: 0;
      width: 1.5rem;
      height: 1.5rem;
      background: #77BAC5; }
  .c-heading--hy-lv6 {
    position: relative;
    padding-left: 1.5rem;
    font-size: var(--size-h6);
    border-left: 0.3rem solid #77BAC5; }
  .c-heading--sizev1 {
    font-size: var(--size-h1); }
  .c-heading--sizev2 {
    font-size: var(--size-h2); }
  .c-heading--sizev3 {
    font-size: var(--size-h3); }
  .c-heading--sizev4 {
    font-size: var(--size-h4); }
  .c-heading--sizev5 {
    font-size: var(--size-h5); }
  .c-heading--sizev6 {
    font-size: var(--size-h6); }

.c-heading-counter {
  counter-reset: c-heading-bignum c-heading-block; }

.c-media {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  margin-bottom: 4rem; }
  @media screen and (max-width: 960px) {
    .c-media {
      gap: 3rem;
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .c-media {
      gap: 2.5rem; } }
  .c-media--right {
    flex-direction: row-reverse; }
    @media screen and (max-width: 960px) {
      .c-media--right {
        flex-direction: column; } }
  .c-media--center {
    align-items: center; }
  .c-media__image {
    flex: 0 0 35%;
    max-width: 35%; }
    @media screen and (max-width: 960px) {
      .c-media__image {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        padding-top: 0.5rem; } }
    .c-media__image img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 0.8rem; }
    .c-media__image .c-pa p {
      font-size: 2rem;
      line-height: 150%;
      letter-spacing: 0;
      font-weight: 500; }
      @media screen and (max-width: 960px) {
        .c-media__image .c-pa p {
          font-size: 1.8rem; } }
    .c-media__image.tn-02 {
      position: relative;
      z-index: 0; }
      .c-media__image.tn-02 .c-pa {
        position: absolute;
        z-index: 0;
        bottom: 1.5rem;
        right: 1.5rem; }
  .c-media--narrow .c-media__image {
    flex: 0 0 30%;
    max-width: 30%; }
    @media screen and (max-width: 960px) {
      .c-media--narrow .c-media__image {
        flex: 1 1 100%;
        max-width: 100%; } }
  .c-media__body {
    flex: 1 1 auto;
    min-width: 0; }
    @media screen and (max-width: 960px) {
      .c-media__body {
        flex: 1 1 100%;
        width: 100%;
        min-width: 100%; } }
    .c-media__body > :first-child {
      margin-top: 0; }
    .c-media__body > :last-child {
      margin-bottom: 0; }
    .c-media__body h2,
    .c-media__body h3,
    .c-media__body h4 {
      margin-bottom: 1.6rem; }
    .c-media__body p {
      margin-bottom: 1.4rem; }

.c-columns {
  display: grid;
  gap: 4.5rem 3rem;
  margin-bottom: 4rem; }
  @media screen and (max-width: 960px) {
    .c-columns {
      gap: 4rem; } }
  @media screen and (max-width: 960px) and (max-width: 767px) {
    .c-columns {
      gap: 3rem; } }

  .c-columns--2 {
    grid-template-columns: repeat(2, 1fr); }
    @media screen and (max-width: 960px) {
      .c-columns--2 {
        grid-template-columns: 1fr; } }
  .c-columns--3 {
    grid-template-columns: repeat(3, 1fr); }
    @media screen and (max-width: 960px) {
      .c-columns--3 {
        grid-template-columns: 1fr; } }
  .c-columns--4 {
    grid-template-columns: repeat(4, 1fr); }
    @media screen and (max-width: 960px) {
      .c-columns--4 {
        grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 960px) {
    .c-columns--sp-2 {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 960px) {
    .c-columns--sp-3 {
      gap: 2rem;
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 767px) {
    .c-columns--sp-3 {
      gap: 0.8rem; } }
  .c-columns__item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem;
    margin-bottom: 2rem; }
    @media screen and (max-width: 960px) {
      .c-columns__item img {
        border-radius: 0.5rem;
        margin-bottom: 1.5rem; } }

.c-dot-list {
  list-style: none;
  margin-bottom: -1.5rem !important;
  padding: 0; }
  @media screen and (max-width: 960px) {
    .c-dot-list {
      margin-bottom: 0 !important; } }
  .c-dot-list > li {
    position: relative;
    padding: 0 0 1.5rem 2.4rem;
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400;
    border-bottom: 1px dashed rgba(51, 51, 51, 0.3);
    margin-bottom: 1.5rem; }
    @media (max-width: 960px) {
      .c-dot-list > li {
        line-height: 185%;
        letter-spacing: 0em;
        text-align: justify; } }
    @media screen and (max-width: 960px) {
      .c-dot-list > li:last-child {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 0; } }
    .c-dot-list > li::before {
      content: "";
      position: absolute;
      top: 1.3rem;
      left: 0;
      width: 1rem;
      height: 1rem;
      background-color: #333333;
      border-radius: 50%; }
      @media screen and (max-width: 960px) {
        .c-dot-list > li::before {
          top: 0.9rem; } }
  .c-dot-list--2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
    row-gap: 0; }
    @media screen and (max-width: 960px) {
      .c-dot-list--2col {
        grid-template-columns: 1fr;
        column-gap: 0; } }
  .c-dot-list--3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4rem;
    row-gap: 0; }
    @media screen and (max-width: 960px) {
      .c-dot-list--3col {
        grid-template-columns: 1fr;
        column-gap: 0; } }
  .c-dot-list--plain > li:not(:last-child) {
    border-bottom: 0;
    margin-bottom: 0; }
  .c-dot-list--square > li::before {
    border-radius: 0; }

.c-check-list {
  list-style: none;
  margin: 0 0 4rem;
  padding: 0; }
  .c-check-list > li {
    position: relative;
    padding: 0.4rem 0 0.4rem 3rem;
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400; }
    @media (max-width: 960px) {
      .c-check-list > li {
        line-height: 185%;
        letter-spacing: 0em;
        text-align: justify; } }
    .c-check-list > li:not(:last-child) {
      margin-bottom: 0.6rem; }
    .c-check-list > li::before {
      content: "";
      position: absolute;
      top: 1rem;
      left: 0;
      width: 2rem;
      height: 1.1rem;
      border-left: 0.3rem solid #77BAC5;
      border-bottom: 0.3rem solid #77BAC5;
      transform: rotate(-45deg); }
  .c-check-list--2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem; }
    @media screen and (max-width: 960px) {
      .c-check-list--2col {
        grid-template-columns: 1fr; } }
  .c-check-list--3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4rem; }
    @media screen and (max-width: 960px) {
      .c-check-list--3col {
        grid-template-columns: 1fr; } }

.c-price-table {
  border: 1px solid rgba(51, 51, 51, 0.2); }
  .c-price-table__row {
    display: grid;
    grid-template-columns: 65rem 1fr;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2); }
    @media screen and (max-width: 960px) {
      .c-price-table__row {
        grid-template-columns: 50rem 1fr; } }
    @media screen and (max-width: 767px) {
      .c-price-table__row {
        grid-template-columns: 20rem 1fr; } }
    .c-price-table__row:nth-child(odd) {
      background: #f0f0f0; }
    .c-price-table__row:first-child {
      background: rgba(116, 179, 189, 0.4); }
      .c-price-table__row:first-child dt {
        text-align: center; }
      .c-price-table__row:first-child dd {
        font-weight: 500; }
    .c-price-table__row:last-child {
      border: none; }
    .c-price-table__row dt,
    .c-price-table__row dd {
      padding: 2rem 0; }
      @media screen and (max-width: 960px) {
        .c-price-table__row dt,
        .c-price-table__row dd {
          padding: 1.5rem 0; } }
    .c-price-table__row dt {
      border-right: 1px solid rgba(51, 51, 51, 0.2);
      font-weight: 500;
      padding-left: 2rem; }
      @media screen and (max-width: 960px) {
        .c-price-table__row dt {
          padding-left: 1rem; } }
    .c-price-table__row dd {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center; }
  .c-price-table__row-gr {
    display: grid;
    grid-template-columns: 65rem 1fr 1fr;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2); }
    @media screen and (max-width: 960px) {
      .c-price-table__row-gr {
        grid-template-columns: 30rem 1fr 1fr; } }
    @media screen and (max-width: 767px) {
      .c-price-table__row-gr {
        grid-template-columns: 15rem 1fr 1fr; } }
    .c-price-table__row-gr:nth-child(odd) {
      background: #f0f0f0; }
    .c-price-table__row-gr:first-child {
      background: rgba(116, 179, 189, 0.4); }
      .c-price-table__row-gr:first-child dt {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center; }
      .c-price-table__row-gr:first-child dd {
        font-weight: 500; }
    .c-price-table__row-gr:last-child {
      border: none; }
    .c-price-table__row-gr dt,
    .c-price-table__row-gr dd {
      padding: 2rem 0; }
      @media screen and (max-width: 960px) {
        .c-price-table__row-gr dt,
        .c-price-table__row-gr dd {
          padding: 1.5rem 0; } }
    .c-price-table__row-gr dt {
      border-right: 1px solid rgba(51, 51, 51, 0.2);
      font-weight: 500;
      display: flex;
      align-items: center;
      padding-left: 2rem; }
      @media screen and (max-width: 960px) {
        .c-price-table__row-gr dt {
          padding-left: 1rem; } }
    .c-price-table__row-gr dd {
      text-align: center;
      border-right: 1px solid rgba(51, 51, 51, 0.2);
      display: flex;
      justify-content: center;
      align-items: center; }
      .c-price-table__row-gr dd.bor-r-n {
        border: none; }
      .c-price-table__row-gr dd.bor-b {
        border-bottom: 1px solid rgba(51, 51, 51, 0.2); }
      .c-price-table__row-gr dd:last-child {
        border: none; }
    .c-price-table__row-gr .gc--02 {
      grid-column: 2 / span 3; }
    .c-price-table__row-gr .gr--02 {
      grid-row: 1 / span 3; }
    .c-price-table__row-gr .gr--03 {
      grid-row: 1 / span 10; }
    .c-price-table__row-gr .gr--04 {
      grid-row: 1 / span 2; }
  .c-price-table__row-4col {
    display: grid;
    grid-template-columns: 30rem 1fr 1fr 1fr;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2); }
    @media screen and (max-width: 960px) {
      .c-price-table__row-4col {
        grid-template-columns: 10rem 1fr 1fr 1fr; } }
    .c-price-table__row-4col:nth-child(odd) {
      background: #f0f0f0; }
    .c-price-table__row-4col:first-child {
      background: rgba(116, 179, 189, 0.4); }
      .c-price-table__row-4col:first-child dt {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center; }
      .c-price-table__row-4col:first-child dd {
        font-weight: 500; }
    .c-price-table__row-4col:last-child {
      border: none; }
    .c-price-table__row-4col dt,
    .c-price-table__row-4col dd {
      padding: 2rem 0; }
      @media screen and (max-width: 960px) {
        .c-price-table__row-4col dt,
        .c-price-table__row-4col dd {
          padding: 1.5rem 0; } }
    .c-price-table__row-4col dt {
      border-right: 1px solid rgba(51, 51, 51, 0.2);
      font-weight: 500;
      display: flex;
      align-items: center;
      padding-left: 2rem; }
      @media screen and (max-width: 960px) {
        .c-price-table__row-4col dt {
          padding-left: 1rem; } }
    .c-price-table__row-4col dd {
      text-align: center;
      border-right: 1px solid rgba(51, 51, 51, 0.2);
      display: flex;
      justify-content: center;
      align-items: center; }
      .c-price-table__row-4col dd.bor-r-n {
        border: none; }
      .c-price-table__row-4col dd.bor-b {
        border-bottom: 1px solid rgba(51, 51, 51, 0.2); }
      .c-price-table__row-4col dd:last-child {
        border: none; }

.c-info-table {
  border-top: 1px dashed rgba(51, 51, 51, 0.2); }
  @media screen and (max-width: 960px) {
    .c-info-table--rowsp .c-info-table__row {
      grid-template-columns: 11rem 1fr; } }
  .c-info-table--pc21 .c-info-table__row {
    grid-template-columns: 21rem 1fr; }
    @media screen and (max-width: 960px) {
      .c-info-table--pc21 .c-info-table__row {
        grid-template-columns: 11rem 1fr; } }
  .c-info-table__row {
    display: grid;
    grid-template-columns: 15rem 1fr;
    gap: 2rem;
    padding: 2rem 0rem;
    border-bottom: 1px dashed rgba(51, 51, 51, 0.2); }
    .c-info-table__row.dh-01 {
      grid-template-columns: 25rem 1fr; }
      @media screen and (max-width: 960px) {
        .c-info-table__row.dh-01 {
          grid-template-columns: 12rem 1fr; } }
    @media screen and (max-width: 960px) {
      .c-info-table__row {
        grid-template-columns: 8rem 1fr;
        gap: 1.5rem;
        padding: 1.5rem 0rem; }
        .c-info-table__row.sp-01 {
          grid-template-columns: 12rem 1fr; } }
    .c-info-table__row dt,
    .c-info-table__row dd {
      font-size: var(--size-p);
      line-height: 195%;
      letter-spacing: 0.05rem;
      font-weight: 400;
      margin: 0;
      color: #333333; }
      @media (max-width: 960px) {
        .c-info-table__row dt,
        .c-info-table__row dd {
          line-height: 185%;
          letter-spacing: 0em;
          text-align: justify; } }
    .c-info-table__row dt {
      font-weight: 700; }
  .c-info-table.tn-02 .c-info-table__row {
    grid-template-columns: 35rem 1fr; }
    .c-info-table.tn-02 .c-info-table__row dd a {
      text-decoration: underline; }
    @media screen and (max-width: 960px) {
      .c-info-table.tn-02 .c-info-table__row {
        grid-template-columns: 25rem 1fr; } }
    @media screen and (max-width: 767px) {
      .c-info-table.tn-02 .c-info-table__row {
        grid-template-columns: 8rem 1fr; } }
  .c-info-table.tn-03 .c-info-table__row {
    grid-template-columns: 28rem 1fr; }
    @media screen and (max-width: 767px) {
      .c-info-table.tn-03 .c-info-table__row {
        grid-template-columns: 14rem 1fr; } }
  .c-info-table.tn-pd .c-info-table__row {
    padding: 1.5rem 0; }
  .c-info-table--filled .c-info-table__row {
    align-items: start; }
    .c-info-table--filled .c-info-table__row dt {
      display: inline-block;
      width: max-content;
      max-width: 100%;
      padding: 0.4rem 1.4rem;
      background-color: #77BAC5;
      color: #fff;
      border-radius: 0.4rem;
      font-size: 1.4rem; }
  .c-info-table--bordered {
    border: 1px solid #77BAC5;
    border-top-width: 1px;
    padding: 0 2rem; }
    .c-info-table--bordered .c-info-table__row {
      border-bottom: 1px solid rgba(119, 186, 197, 0.3); }
      .c-info-table--bordered .c-info-table__row:last-child {
        border-bottom: 0; }
      .c-info-table--bordered .c-info-table__row dt {
        position: relative;
        padding-left: 1.6rem; }
        .c-info-table--bordered .c-info-table__row dt::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0.8rem;
          width: 0.4rem;
          height: 1.6rem;
          background-color: #77BAC5;
          border-radius: 0.2rem; }
  .c-info-table--striped {
    border-top: 0; }
    .c-info-table--striped .c-info-table__row {
      border-bottom: 0;
      padding: 1.4rem 2rem; }
      .c-info-table--striped .c-info-table__row:nth-child(odd) {
        background-color: rgba(119, 186, 197, 0.2); }
      .c-info-table--striped .c-info-table__row:nth-child(even) {
        background-color: rgba(119, 186, 197, 0.06); }
      @media screen and (max-width: 960px) {
        .c-info-table--striped .c-info-table__row {
          padding: 1rem 1.4rem; } }
  .c-info-table--card {
    border-top: 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem; }
    .c-info-table--card .c-info-table__row {
      background-color: #fff;
      border: 1px solid rgba(119, 186, 197, 0.3);
      border-bottom: 1px solid rgba(119, 186, 197, 0.3);
      border-radius: 0.6rem;
      padding: 1.6rem 2rem;
      box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.04); }
  .c-info-table--vertical .c-info-table__row {
    grid-template-columns: 1fr;
    gap: 0.6rem; }
    .c-info-table--vertical .c-info-table__row dt {
      font-size: 1.4rem;
      letter-spacing: 0.1rem; }
  .c-info-table--compact .c-info-table__row {
    padding: 0.8rem 0.6rem;
    grid-template-columns: 14rem 1fr;
    gap: 1.2rem; }
    @media screen and (max-width: 960px) {
      .c-info-table--compact .c-info-table__row {
        grid-template-columns: 1fr;
        padding: 0.6rem 0.4rem; } }

.c-box {
  padding: 3rem;
  margin-bottom: 4rem;
  border-radius: 0.8rem; }
  @media screen and (max-width: 960px) {
    .c-box {
      padding: 2rem 1.6rem; } }
  .c-box > :first-child {
    margin-top: 0; }
  .c-box > :last-child {
    margin-bottom: 0; }
  .c-box--bg {
    background-color: rgba(119, 186, 197, 0.08); }
  .c-box--bg-primary {
    background-color: #77BAC5;
    color: #fff; }
    .c-box--bg-primary h2,
    .c-box--bg-primary h3,
    .c-box--bg-primary h4,
    .c-box--bg-primary h5,
    .c-box--bg-primary h6,
    .c-box--bg-primary a {
      color: #fff; }
    .c-box--bg-primary a {
      text-decoration: underline; }
  .c-box--bg-dark {
    background-color: #333333;
    color: #fff; }
    .c-box--bg-dark h2,
    .c-box--bg-dark h3,
    .c-box--bg-dark h4,
    .c-box--bg-dark h5,
    .c-box--bg-dark h6 {
      color: #fff; }
  .c-box--border {
    background-color: #fff;
    border: 0.2rem solid #77BAC5; }
  .c-box--border-thin {
    background-color: #fff;
    border: 0.1rem solid rgba(119, 186, 197, 0.5); }
  .c-box--frame {
    position: relative;
    padding: 5rem;
    background-color: #fff;
    border: 6px solid #77BAC5;
    border-radius: 0; }
    @media screen and (max-width: 960px) {
      .c-box--frame {
        padding: 2rem 2rem;
        border: 2px solid #77BAC5; } }
    .c-box--frame.tn-02 {
      display: flex; }
  .c-box--rounded {
    border-radius: 2rem; }
  .c-box--callout {
    background-color: rgba(119, 186, 197, 0.08);
    border-left: 0.6rem solid #77BAC5;
    padding-left: 2.6rem; }
    @media screen and (max-width: 960px) {
      .c-box--callout {
        padding-left: 1.8rem; } }
  .c-box__title {
    margin: 0 0 1.4rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #333333; }

.c-schedule {
  width: 100%;
  margin: 0 0 4rem;
  border-collapse: collapse;
  border: 1px solid rgba(119, 186, 197, 0.4);
  text-align: center; }
  .c-schedule th,
  .c-schedule td {
    padding: 1.5rem 1rem;
    border: 1px solid rgba(119, 186, 197, 0.4);
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400;
    text-align: center; }
    @media (max-width: 960px) {
      .c-schedule th,
      .c-schedule td {
        line-height: 185%;
        letter-spacing: 0em;
        text-align: justify; } }
    @media screen and (max-width: 960px) {
      .c-schedule th,
      .c-schedule td {
        text-align: center;
        line-height: 150%;
        padding: 0.8rem 0.5rem; } }
  .c-schedule thead th {
    background-color: #77BAC5;
    color: #fff;
    font-weight: 700;
    border-left: 0; }
    .c-schedule thead th:not(:last-child) {
      border-right: 1px solid rgba(255, 255, 255, 0.4); }
  .c-schedule tbody th {
    background-color: rgba(119, 186, 197, 0.2);
    color: #77BAC5;
    font-weight: 700;
    text-align: left;
    padding-left: 1.4rem;
    white-space: nowrap; }
  .c-schedule tbody td {
    color: #333333; }
  .c-schedule .is-closed {
    color: #333333; }
  .c-schedule dl {
    display: grid;
    grid-template-columns: 41rem repeat(7, 1fr);
    border-bottom: 1px solid rgba(119, 186, 197, 0.4); }
    @media screen and (max-width: 960px) {
      .c-schedule dl {
        grid-template-columns: 26rem repeat(7, 1fr); } }
    @media screen and (max-width: 767px) {
      .c-schedule dl {
        grid-template-columns: 12.5rem repeat(6, 1fr) 4.5rem; } }
    .c-schedule dl:first-child dt,
    .c-schedule dl:first-child dd {
      background-color: #77BAC5;
      color: #fff;
      font-weight: 700;
      border-left: 0; }
    .c-schedule dl:first-child dd {
      border-left: 1px solid rgba(255, 255, 255, 0.4); }
    .c-schedule dl:last-child {
      border-bottom: 0; }
    .c-schedule dl dt,
    .c-schedule dl dd {
      padding: 1.5rem 1rem;
      font-size: var(--size-p);
      line-height: 195%;
      letter-spacing: 0.05rem;
      font-weight: 400;
      text-align: center; }
      @media (max-width: 960px) {
        .c-schedule dl dt,
        .c-schedule dl dd {
          line-height: 185%;
          letter-spacing: 0em;
          text-align: justify; } }
      @media screen and (max-width: 960px) {
        .c-schedule dl dt,
        .c-schedule dl dd {
          text-align: center;
          line-height: 150%;
          padding: 0.8rem 0.5rem; } }
    .c-schedule dl dt {
      background-color: rgba(119, 186, 197, 0.2);
      color: #77BAC5;
      font-weight: 700;
      text-align: left;
      padding-left: 1.4rem;
      white-space: nowrap; }
    .c-schedule dl dd {
      border-left: 1px solid rgba(119, 186, 197, 0.4); }

.c-section {
  margin-bottom: 8rem;
  scroll-margin-top: 8rem; }
  @media screen and (max-width: 960px) {
    .c-section {
      margin-bottom: 5rem;
      scroll-margin-top: 6rem; } }
  .c-section__anchor {
    position: relative;
    top: -8rem;
    visibility: hidden; }
  .c-section__title {
    margin-bottom: 3rem; }
  .c-section__body > :first-child {
    margin-top: 0; }
  .c-section__body > :last-child {
    margin-bottom: 0; }

.c-faq {
  margin: 0 0 4rem; }
  .c-faq__item {
    margin-bottom: 1.6rem;
    border: 1px solid rgba(119, 186, 197, 0.4);
    background-color: #fff; }
    .c-faq__item[open] .c-faq__q::after {
      transform: rotate(225deg); }
  .c-faq__q {
    position: relative;
    list-style: none;
    cursor: pointer;
    padding: 1.6rem 5rem 1.6rem 5rem;
    background-color: rgba(119, 186, 197, 0.2);
    font-size: var(--size-p);
    font-weight: 700;
    line-height: 1.5;
    color: #333333;
    transition: background-color 0.25s ease; }
    .c-faq__q::-webkit-details-marker {
      display: none; }
    .c-faq__q::before {
      content: "Q.";
      position: absolute;
      left: 1.6rem;
      top: 50%;
      transform: translateY(-50%);
      font-family: "Shippori Mincho", serif;
      font-size: 2rem;
      font-weight: 900;
      color: #77BAC5; }
    .c-faq__q::after {
      content: "";
      position: absolute;
      right: 2rem;
      top: 50%;
      width: 0.9rem;
      height: 0.9rem;
      border-right: 0.2rem solid #77BAC5;
      border-bottom: 0.2rem solid #77BAC5;
      transform: translateY(-70%) rotate(45deg);
      transition: transform 0.3s ease; }
    @media (hover: hover) {
      .c-faq__q:hover {
        background-color: rgba(119, 186, 197, 0.25); } }
  .c-faq__a {
    position: relative;
    padding: 1.6rem 2rem 1.6rem 5rem;
    font-size: var(--size-p);
    line-height: 1.85;
    color: #333333; }
    .c-faq__a a {
      text-decoration: underline; }
    .c-faq__a::before {
      content: "A.";
      position: absolute;
      left: 1.6rem;
      top: 1.5rem;
      font-family: "Shippori Mincho", serif;
      font-size: 2rem;
      font-weight: 900;
      color: #c44; }
    .c-faq__a > :first-child {
      margin-top: 0; }
    .c-faq__a > :last-child {
      margin-bottom: 0; }

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1rem 2rem;
  background-color: #77BAC5;
  color: #fff;
  font-size: var(--size-p);
  line-height: 195%;
  letter-spacing: 0.05rem;
  font-weight: 400;
  text-decoration: none;
  border: 0.1rem solid #77BAC5;
  border-radius: 5rem;
  cursor: pointer;
  transition: all 0.3s ease; }
  @media (max-width: 960px) {
    .c-btn {
      line-height: 185%;
      letter-spacing: 0em;
      text-align: justify; } }
  @media (hover: hover) {
    .c-btn:hover {
      background-color: #fff;
      color: #77BAC5; } }
  .c-btn--outline {
    background-color: transparent;
    color: #77BAC5; }
    .c-btn--outline::after {
      content: "";
      display: inline-block;
      width: 0.7rem;
      height: 0.7rem;
      margin-left: 0.4rem;
      border-top: 0.2rem solid currentColor;
      border-right: 0.2rem solid currentColor;
      transform: rotate(45deg);
      transition: transform 0.3s ease; }
    @media (hover: hover) {
      .c-btn--outline:hover::after {
        transform: translateX(0.4rem) rotate(45deg); } }
    @media (hover: hover) {
      .c-btn--outline:hover {
        background-color: #77BAC5;
        color: #fff; } }
  .c-btn--lg {
    min-width: 32rem;
    height: 6.4rem;
    font-size: 1.8rem;
    border-radius: 3.2rem; }
    @media screen and (max-width: 960px) {
      .c-btn--lg {
        min-width: 24rem;
        height: 5.4rem;
        font-size: 1.5rem; } }
  .c-btn--block {
    width: 100%;
    min-width: 0; }
  .c-btn--arrow::after {
    content: "";
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    margin-left: 0.4rem;
    border-top: 0.2rem solid currentColor;
    border-right: 0.2rem solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s ease; }
  @media (hover: hover) {
    .c-btn--arrow:hover::after {
      transform: translateX(0.4rem) rotate(45deg); } }
  .c-btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.6rem;
    margin: 2rem 0 0; }
    @media screen and (max-width: 960px) {
      .c-btn-group {
        gap: 1rem; } }
    .c-btn-group.tn-center {
      justify-content: center; }

.c-map {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7;
  margin: 0 0 4rem;
  overflow: hidden;
  border-radius: 0.8rem; }
  @media screen and (max-width: 960px) {
    .c-map {
      aspect-ratio: 4 / 3;
      margin-bottom: 2rem; } }
  .c-map iframe,
  .c-map img,
  .c-map embed,
  .c-map object {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block; }
  .c-map--square {
    aspect-ratio: 1 / 1; }
    @media screen and (max-width: 960px) {
      .c-map--square {
        aspect-ratio: 1 / 1; } }
  .c-map--tall {
    aspect-ratio: 3 / 4; }

.c-flow {
  display: flex;
  align-items: stretch;
  gap: 1.6rem;
  list-style: none;
  margin: 0 0 4rem;
  padding: 0; }
  @media screen and (max-width: 960px) {
    .c-flow {
      flex-direction: column;
      gap: 2.4rem; } }
  .c-flow__item {
    position: relative;
    flex: 1 1 0;
    padding: 1rem;
    background-color: rgba(119, 186, 197, 0.2);
    border-top: 0.4rem solid #77BAC5;
    text-align: center;
    border-radius: 0; }
    .c-flow__item:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 50%;
      right: -1.35rem;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 1.2rem solid transparent;
      border-bottom: 1.2rem solid transparent;
      border-left: 1rem solid #77BAC5;
      z-index: 2; }
    @media screen and (max-width: 960px) {
      .c-flow__item {
        border-radius: 0.8rem; }
        .c-flow__item:not(:last-child)::after {
          top: auto;
          right: 50%;
          bottom: -1.8rem;
          transform: translateX(50%);
          border-top: 1rem solid #77BAC5;
          border-bottom: 0;
          border-left: 1.2rem solid transparent;
          border-right: 1.2rem solid transparent; } }
  .c-flow__num {
    display: block;
    margin-bottom: 0.2rem;
    font-family: "Shippori Mincho", serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #77BAC5;
    letter-spacing: 0.2rem; }
  .c-flow__title {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #77BAC5;
    line-height: 150%; }
  .c-flow p {
    margin: 1rem 0 0;
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400;
    color: #555; }
    @media (max-width: 960px) {
      .c-flow p {
        line-height: 185%;
        letter-spacing: 0em;
        text-align: justify; } }

.c-step {
  counter-reset: c-step;
  list-style: none;
  margin: 0 0 4rem;
  padding: 0; }
  .c-step__item {
    counter-increment: c-step;
    position: relative;
    display: flex;
    gap: 2.4rem;
    padding-bottom: 4rem; }
    @media screen and (max-width: 960px) {
      .c-step__item {
        gap: 1.6rem;
        padding-bottom: 3rem; } }
    .c-step__item:not(:last-child)::before {
      content: "";
      position: absolute;
      top: 8rem;
      left: 4.5rem;
      bottom: 0;
      width: 0.2rem;
      background-color: rgba(119, 186, 197, 0.35); }
      @media screen and (max-width: 960px) {
        .c-step__item:not(:last-child)::before {
          top: 5.5rem;
          left: 2.75rem; } }
    .c-step__item:last-child {
      padding-bottom: 0; }
  .c-step__num {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    width: 9rem;
    height: 9rem;
    background-color: #77BAC5;
    color: #fff;
    border-radius: 50%;
    line-height: 1; }
    .c-step__num > br {
      display: none; }
    @media screen and (max-width: 960px) {
      .c-step__num {
        width: 6.5rem;
        height: 6.5rem; } }
    .c-step__num .label {
      font-family: "Shippori Mincho", serif;
      font-size: 1rem;
      font-weight: 500;
      letter-spacing: 0.2rem; }
      @media screen and (max-width: 960px) {
        .c-step__num .label {
          font-size: 0.9rem; } }
    .c-step__num .num {
      font-family: "Shippori Mincho", serif;
      font-size: 2.2rem;
      font-weight: 900;
      font-style: italic;
      letter-spacing: -0.05rem; }
      @media screen and (max-width: 960px) {
        .c-step__num .num {
          font-size: 1.6rem; } }
    .c-step__num--auto::after {
      content: counter(c-step,decimal-leading-zero);
      font-family: "Shippori Mincho", serif;
      font-size: 2.4rem;
      font-weight: 900;
      font-style: italic; }
  .c-step__body {
    flex: 1 1 auto;
    min-width: 0; }
    .c-step__body h4 {
      margin: 0 0 1rem;
      font-size: 2.4rem;
      font-weight: 700;
      color: #77BAC5;
      line-height: 1.4;
      font-family: "Shippori Mincho", serif; }
      @media screen and (max-width: 960px) {
        .c-step__body h4 {
          font-size: 1.7rem; } }
    .c-step__body p {
      margin: 0; }
      .c-step__body p:not(:last-child) {
        margin-bottom: 1rem; }
    .c-step__body img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 1.2rem 0;
      border-radius: 0.6rem; }

/* ==========================================================================
   Object - Project (p-)
   ========================================================================== */
.p-page-banner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .p-page-banner__content {
    position: relative; }
    .p-page-banner__content::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: var(--grits-banner-overlay, rgba(239, 154, 0, 0.1));
      z-index: 1; }
  .p-page-banner__image {
    margin: 0;
    line-height: 0; }
    .p-page-banner__image img {
      display: block;
      width: 100%;
      height: 40rem;
      object-fit: cover;
      filter: blur(var(--grits-banner-blur, 0.3rem)); }
  .p-page-banner__title {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: "Shippori Mincho", serif; }
    .p-page-banner__title .ja {
      display: block;
      font-size: 4rem;
      font-weight: 700;
      text-shadow: 0.3rem 0.3rem 0.4rem #333; }
      @media screen and (max-width: 960px) {
        .p-page-banner__title .ja {
          font-size: 2.4rem; } }

@media (max-width: 960px) {
  .p-page-banner__image img {
    height: 20rem; } }
.p-page-section {
  margin-bottom: var(--space-2xl); }
  @media screen and (max-width: 960px) {
    .p-page-section {
      margin-bottom: var(--space-xl); } }

.ud_flow {
  padding-bottom: 1rem; }

.ud_flow .flow_box {
  position: relative;
  z-index: 1;
  padding: 5rem;
  margin-bottom: 5rem; }
  @media screen and (max-width: 960px) {
    .ud_flow .flow_box {
      padding: 2rem; } }

.ud_flow .flow_box::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 1rem;
  background-color: white;
  border: 1px solid #77BAC5; }
  @media screen and (max-width: 767px) {
    .ud_flow .flow_box::before {
      inset: 0.5rem; } }

.ud_flow .flow_box::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  min-height: 10rem;
  background-color: #77BAC5; }

.ud_flow .flow_box .step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  width: 6em;
  height: 6em;
  font-size: 1.3rem;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  background-color: #77BAC5;
  color: #fff; }

.ud_flow .flow_box .step::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 0.5rem;
  border: 1px solid white;
  opacity: 0.8; }

.ud_flow .flow_box .step .num {
  margin-top: 0;
  font-size: 2.7em;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0; }

.ud_flow .flow_box h3.flow_ttl::after {
  display: none; }

.ud_flow .flow_box h4.flow_ttl {
  padding: 0;
  border-bottom: none;
  background-color: transparent; }

.ud_flow .flow_box h4.flow_ttl::before {
  display: none; }

.ud_flow .flow_box h5.flow_ttl {
  padding: 0;
  border-bottom: none; }

.ud_flow .flow_box .flow_ttl {
  text-align: center;
  color: #77BAC5;
  line-height: 1.4; }

.ud_flow.tn-02 .flow_box .ct_area {
  display: block; }
  .ud_flow.tn-02 .flow_box .ct_area p {
    width: 100%; }

.ud_flow .flow_box .ct_area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem; }
  @media screen and (max-width: 767px) {
    .ud_flow .flow_box .ct_area {
      gap: 1rem; } }
  .ud_flow .flow_box .ct_area p {
    width: 75rem; }
    @media screen and (max-width: 960px) {
      .ud_flow .flow_box .ct_area p {
        width: 100%; } }
  .ud_flow .flow_box .ct_area--img {
    width: calc(100% - 75rem - 2rem); }
    .ud_flow .flow_box .ct_area--img img {
      width: 100%;
      object-fit: cover; }
      @media screen and (max-width: 960px) {
        .ud_flow .flow_box .ct_area--img img {
          height: auto; } }
    @media screen and (max-width: 960px) {
      .ud_flow .flow_box .ct_area--img {
        width: 100%; } }
  @media screen and (max-width: 960px) {
    .ud_flow .flow_box .ct_area {
      flex-direction: column-reverse;
      align-items: center; } }

.ud_flow .flow_box .ct_area::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-3em + 1px);
  display: block;
  margin: 0 auto;
  width: 7em;
  height: 3em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  font-size: 1.6rem;
  background-color: #77BAC5; }
  @media screen and (max-width: 767px) {
    .ud_flow .flow_box .ct_area::after {
      width: 4em;
      height: 2em;
      bottom: calc(-2em + 1px); } }

.ud_flow .flow_box:last-child {
  margin-bottom: 0; }

.ud_flow .flow_box:last-child .ct_area::after {
  display: none; }

.itv-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  flex-wrap: wrap; }
  .itv-container.tn-02 {
    flex-direction: row-reverse; }
    .itv-container.tn-02 .itv-container__image::before {
      left: auto;
      right: -12rem; }
  .itv-container .itv-subtitle {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 1;
    font-size: 1.8rem;
    letter-spacing: 0rem;
    color: #4f545a;
    margin-bottom: 1.2rem; }
  .itv-container .itv-title {
    margin-bottom: 3rem;
    position: relative;
    font-weight: 700;
    font-size: var(--size-h2);
    letter-spacing: 0rem;
    line-height: 140%;
    padding-bottom: 2.4rem;
    color: #77BAC5;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif; }
    .itv-container .itv-title::after {
      position: absolute;
      content: "";
      width: 12rem;
      height: 1px;
      bottom: 0;
      background: #77BAC5;
      left: 0.3rem; }
  .itv-container__content {
    flex: 6; }
    .itv-container__content .itv-text {
      text-align: justify; }
  .itv-container__image {
    flex: 4;
    position: relative;
    z-index: 0;
    margin-top: 0.5rem; }
    .itv-container__image img {
      width: 100%;
      object-fit: cover; }
    .itv-container__image::before {
      content: "";
      position: absolute;
      width: 25rem;
      height: 15rem;
      bottom: -5rem;
      left: -12rem;
      z-index: -1;
      background: rgba(60, 37, 27, 0.03); }

.itv-container__02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 5rem;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0.8rem;
  position: relative;
  z-index: 0;
  background: #77BAC5; }
  .itv-container__02 .itv-text {
    color: #fff;
    text-align: justify; }
  .itv-container__02 .itv-title {
    margin-bottom: 3rem;
    position: relative;
    font-weight: 700;
    font-size: var(--size-h2);
    letter-spacing: 0rem;
    line-height: 140%;
    padding-bottom: 2.4rem;
    color: #fff;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif; }
    .itv-container__02 .itv-title::after {
      position: absolute;
      content: "";
      width: 12rem;
      height: 1px;
      bottom: 0;
      background: #fff;
      left: 50%;
      transform: translateX(-50%); }
  .itv-container__02 .itv-subtitle {
    color: #fff;
    font-weight: 500;
    line-height: 1;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    margin-bottom: 1.2rem; }
  .itv-container__02 .itv-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
    .itv-container__02 .itv-image img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      opacity: 0.3; }

@media (min-width: 960.5px) {
  .u-sp-767 {
    display: none !important; } }
@media (max-width: 960px) {
  .itv-container {
    flex-direction: column-reverse !important;
    align-items: center;
    gap: 1rem;
    margin-bottom: 5rem !important; }

  .itv-container__content,
  .itv-container__image {
    flex: unset;
    width: 100%; }

  .itv-container__image img {
    width: 100%;
    height: 47rem; } }
  @media (max-width: 960px) and (max-width: 560px) {
    .itv-container__image img {
      height: 23rem; } }

@media (max-width: 960px) {
  .itv-container__image::before {
    display: none; }

  .itv-container .itv-subtitle {
    font-size: 1.5rem;
    line-height: 185%;
    letter-spacing: 0;
    margin-bottom: 0; }

  .itv-container .itv-title {
    font-size: 1.8rem;
    line-height: 145%;
    letter-spacing: 0;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem; }

  .itv-container .itv-title::after {
    width: 8rem; }

  .itv-container__02 {
    width: 100%;
    padding: 0;
    margin-bottom: 5rem !important;
    background: transparent;
    align-items: flex-start;
    text-align: left; }
    .itv-container__02 .itv-title {
      color: #77BAC5;
      font-size: 1.8rem;
      line-height: 145%;
      letter-spacing: 0;
      margin-bottom: 2rem;
      padding-bottom: 1.5rem;
      font-weight: 600;
      order: 3; }
      .itv-container__02 .itv-title::after {
        width: 8rem;
        background: #77BAC5;
        transform: inherit;
        left: 0.3rem; }
    .itv-container__02 .itv-subtitle {
      font-size: 1.5rem;
      line-height: 1.85;
      margin-bottom: 0rem;
      color: #4f545a;
      order: 2; }
    .itv-container__02 .itv-text {
      color: #333;
      order: 4; }
    .itv-container__02 .itv-image {
      order: 1;
      position: relative;
      margin-bottom: 1rem; }
      .itv-container__02 .itv-image img {
        opacity: 1;
        height: 47rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .u-sp-767 {
    display: none !important; } }
@media (max-width: 560px) {
  .itv-container__02 .itv-image img {
    height: 23rem; } }
.p-top-menu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url(./assets/img/top-menu-bg01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat-y;
  position: relative; }
  @media screen and (max-width: 960px) {
    .p-top-menu {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .p-top-menu__list {
    margin-top: 3.5rem;
    position: relative; }
    @media screen and (max-width: 960px) {
      .p-top-menu__list {
        margin-top: 0rem; } }
  .p-top-menu__item {
    width: 100%;
    padding: 2.9rem 0rem;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }
    .p-top-menu__item::before {
      content: "";
      position: absolute;
      left: initial;
      right: 0;
      bottom: 0;
      width: 100%;
      max-width: calc(100% - 23rem);
      height: 100%;
      background-image: var(--bgi);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .p-top-menu__item:not(:last-child) {
      margin-bottom: 3.5rem; }
      @media screen and (max-width: 960px) {
        .p-top-menu__item:not(:last-child) {
          margin-bottom: 2.5rem; } }
    .p-top-menu__item:nth-child(2n) .p-top-menu__visual {
      left: 0; }
    .p-top-menu__item:nth-child(2n) .p-top-menu__watermark {
      right: initial;
      left: 0;
      justify-content: flex-start; }
      .p-top-menu__item:nth-child(2n) .p-top-menu__watermark::before, .p-top-menu__item:nth-child(2n) .p-top-menu__watermark::after {
        border: 1px solid white; }
      .p-top-menu__item:nth-child(2n) .p-top-menu__watermark::before {
        left: initial;
        right: 2rem;
        border-bottom: none;
        border-left: none; }
      .p-top-menu__item:nth-child(2n) .p-top-menu__watermark::after {
        right: initial;
        left: 2rem;
        border-top: none;
        border-right: none; }
    .p-top-menu__item:nth-child(2n) .p-top-menu__card {
      margin-left: auto;
      margin-right: 0;
      overflow: hidden;
      background-color: rgba(255, 255, 255, 0.6);
      box-shadow: 0 0.4rem 0.62rem 0 rgba(0, 0, 0, 0.05); }
      .p-top-menu__item:nth-child(2n) .p-top-menu__card::before {
        content: "";
        position: absolute;
        left: initial;
        right: 0;
        bottom: 0;
        width: 85%;
        height: 100%;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 34rem, rgba(208, 204, 183, 0.6) 100%);
        z-index: -1; }
      .p-top-menu__item:nth-child(2n) .p-top-menu__card:after {
        right: -22.1rem;
        left: initial; }
    .p-top-menu__item:nth-child(2n) .max {
      margin-right: auto;
      margin-left: 0; }
      .p-top-menu__item:nth-child(2n) .max p {
        max-width: 66rem;
        padding-right: 0;
        padding-left: 1.8rem;
        letter-spacing: -0.02rem; }
    .p-top-menu__item:nth-child(2n)::before {
      left: 0;
      right: initial; }
    @media (max-width: 1440px) and (min-width: 960.5px) {
      .p-top-menu__item:nth-child(2n) .max p {
        max-width: 100%;
        padding-right: 0;
        padding-left: 0rem; } }
    @media screen and (max-width: 960px) {
      .p-top-menu__item {
        padding: 0rem 1.5rem;
        flex-direction: column; }
        .p-top-menu__item::before {
          content: none; }
        .p-top-menu__item:nth-child(2n) .p-top-menu__visual {
          left: 0; }
        .p-top-menu__item:nth-child(2n) .p-top-menu__watermark::before {
          right: 1rem;
          border-bottom: none;
          border-left: none; }
        .p-top-menu__item:nth-child(2n) .p-top-menu__watermark::after {
          left: 1rem;
          border-top: none;
          border-right: none; }
        .p-top-menu__item:nth-child(2n) .p-top-menu__card {
          margin-left: auto;
          margin-right: 0; }
          .p-top-menu__item:nth-child(2n) .p-top-menu__card::before {
            width: 100%;
            background: linear-gradient(360deg, rgba(208, 204, 183, 0.7) 0%, rgba(255, 255, 255, 0.05) 100%); }
          .p-top-menu__item:nth-child(2n) .p-top-menu__card:after {
            right: -14rem; }
        .p-top-menu__item:nth-child(2n) .max {
          margin-right: auto;
          margin-left: 0; }
          .p-top-menu__item:nth-child(2n) .max p {
            max-width: 100%;
            padding-right: 0;
            padding-left: 0;
            letter-spacing: 0; }
        .p-top-menu__item:nth-child(2n)::before {
          left: 0;
          right: initial; } }
  .p-top-menu__visual {
    position: absolute;
    width: 100%;
    max-width: calc(100% - 23rem);
    height: 100%;
    margin: 0;
    overflow: hidden;
    z-index: 0; }
    .p-top-menu__visual img {
      border-radius: 0rem;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0; }
    @media screen and (max-width: 960px) {
      .p-top-menu__visual {
        width: 100%;
        max-width: 100%;
        position: relative; }
        .p-top-menu__visual img {
          opacity: 1; } }
  .p-top-menu__watermark {
    position: absolute;
    padding: 3.4rem 4.3rem;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: rgba(255, 255, 255, 0.69);
    font-size: 7rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0rem;
    font-family: "Shippori Mincho", serif;
    text-transform: uppercase;
    pointer-events: none;
    width: 100%;
    max-width: 86rem;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; }
    .p-top-menu__watermark::before, .p-top-menu__watermark::after {
      content: "";
      width: 20.3rem;
      height: 10.3rem;
      position: absolute;
      border: 1px solid white;
      pointer-events: none; }
    .p-top-menu__watermark::before {
      left: 2rem;
      top: 2rem;
      border-bottom: none;
      border-right: none; }
    .p-top-menu__watermark::after {
      right: 2rem;
      bottom: 2rem;
      border-top: none;
      border-left: none; }
    @media (max-width: 1440px) and (min-width: 960.5px) {
      .p-top-menu__watermark {
        max-width: 70rem;
        font-size: 5rem; } }
    @media screen and (max-width: 960px) {
      .p-top-menu__watermark {
        font-size: 2.4rem;
        padding: 2rem 2.3rem; }
        .p-top-menu__watermark::before, .p-top-menu__watermark::after {
          content: "";
          width: 8.3rem;
          height: 3.3rem; }
        .p-top-menu__watermark::before {
          left: 1rem;
          top: 1rem; }
        .p-top-menu__watermark::after {
          right: 1rem;
          bottom: 1rem; } }
  .p-top-menu__card {
    position: relative;
    margin-left: 0;
    margin-right: auto;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    min-height: 50rem;
    width: calc(100% - 86rem);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
    box-shadow: 0 0.4rem 0.62rem 0 rgba(0, 0, 0, 0.05); }
    .p-top-menu__card::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 85%;
      height: 100%;
      background: linear-gradient(90deg, rgba(119, 186, 197, 0.6) 0%, rgba(255, 255, 255, 0.05) calc(100% - 34rem));
      z-index: -1; }
    .p-top-menu__card:after {
      content: "";
      position: absolute;
      left: -22.1rem;
      bottom: 0;
      display: block;
      width: 59rem;
      height: 37rem;
      background-image: url(./assets/img/top-menu-logo01.png);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 0; }
    .p-top-menu__card .max {
      width: 100%;
      max-width: 81.5rem;
      margin-right: 0;
      margin-left: auto;
      padding: 2rem;
      position: relative;
      z-index: 1; }
      .p-top-menu__card .max p {
        max-width: 64rem;
        margin-right: auto;
        margin-left: auto;
        text-align: left; }
    @media (max-width: 1440px) and (min-width: 960.5px) {
      .p-top-menu__card {
        width: calc(100% - 70rem); }
        .p-top-menu__card .max p {
          max-width: 100%; } }
    @media screen and (max-width: 960px) {
      .p-top-menu__card {
        width: 100%;
        margin: 0;
        min-height: auto;
        border-radius: 0.5rem;
        padding: 2rem 1.5rem 3rem; }
        .p-top-menu__card::before {
          width: 100%;
          background: linear-gradient(360deg, rgba(119, 186, 197, 0.3) 0%, rgba(255, 255, 255, 0.05) 100%); }
        .p-top-menu__card:after {
          left: -14rem;
          bottom: 0;
          display: block;
          width: 34.5rem;
          height: 16rem; }
        .p-top-menu__card .max {
          max-width: 100%;
          padding: 0rem; }
          .p-top-menu__card .max p {
            max-width: 100%;
            text-align: justify; } }
  .p-top-menu__heading {
    margin-bottom: 2.8rem;
    color: #535353;
    font-size: 4rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.1rem;
    font-family: "Shippori Mincho", serif; }
    @media (max-width: 1440px) and (min-width: 960.5px) {
      .p-top-menu__heading {
        margin-bottom: 1rem;
        font-size: 3.5rem; } }
    @media screen and (max-width: 960px) {
      .p-top-menu__heading {
        margin-bottom: 1rem;
        font-size: 2.2rem; } }
  .p-top-menu__desc {
    margin-bottom: 1.7rem;
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400;
    font-weight: 300;
    line-height: 220%;
    color: #535353;
    text-align: justify;
    letter-spacing: -0.021rem;
    padding-right: 1.9rem; }
    @media (max-width: 960px) {
      .p-top-menu__desc {
        line-height: 185%;
        letter-spacing: 0em;
        text-align: justify; } }
    @media (max-width: 1440px) and (min-width: 960.5px) {
      .p-top-menu__desc {
        padding-right: 0rem; } }
    @media screen and (max-width: 960px) {
      .p-top-menu__desc {
        margin-bottom: 2rem;
        padding-right: 0rem;
        line-height: 185%;
        letter-spacing: 0rem; } }
  .p-top-menu__btn a {
    width: 100%;
    max-width: 29.2rem; }

.list-items {
  width: 100%;
  display: grid;
  gap: 5.6rem 3rem;
  max-width: 100%;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(3, 1fr); }
  @media screen and (max-width: 960px) {
    .list-items {
      margin-left: 0;
      max-width: 100%;
      gap: 3rem 1.5rem;
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 767px) {
    .list-items {
      grid-template-columns: repeat(2, 1fr);
      gap: 3rem 1rem; } }
  .list-items .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (min-width: 767.5px) {
      .list-items .item:nth-child(3n - 1) {
        margin-top: 3rem; } }
  .list-items .i-round {
    width: 100%;
    height: 100%;
    display: block;
    margin-bottom: 2rem; }
    @media screen and (max-width: 960px) {
      .list-items .i-round {
        margin-bottom: 1rem;
        height: auto; } }
    .list-items .i-round .i-href {
      width: 25rem;
      height: 25rem;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      border: 1px solid #77bac5;
      background-color: #ffffff;
      position: relative;
      transition: all ease 0.35s; }
      .list-items .i-round .i-href:hover {
        background-color: #e6f2f4; }
      .list-items .i-round .i-href::before {
        content: "";
        position: absolute;
        width: 0.7rem;
        height: 1rem;
        bottom: 2.2rem;
        left: 50%;
        transform: translateX(-50%);
        background: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 8.65686L4.57849 4.57837L0.5 0.499878' stroke='%2377BAC5' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat; }
      .list-items .i-round .i-href::after {
        content: "";
        position: absolute;
        inset: 0.7rem;
        background: url(assets/img/treatment-line-02.png) center/contain no-repeat;
        pointer-events: none;
        transition: transform ease 0.6s;
        inset: 1rem; }
      @media screen and (max-width: 960px) {
        .list-items .i-round .i-href {
          width: 16.3rem;
          height: 16.3rem; }
          .list-items .i-round .i-href::before {
            bottom: 1.5rem; }
          .list-items .i-round .i-href::after {
            inset: 0.5rem; } }
  .list-items .icon {
    width: 100%;
    height: 9.1rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 960px) {
      .list-items .icon {
        height: 6rem; }
        .list-items .icon img {
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: 100%;
          object-fit: contain; } }
  .list-items .title {
    color: #77bac5;
    text-align: center;
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400;
    font-weight: 500;
    line-height: 145%;
    min-height: 5.2rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 960px) {
      .list-items .title {
        line-height: 185%;
        letter-spacing: 0em;
        text-align: justify; } }
    @media screen and (max-width: 960px) {
      .list-items .title {
        text-align: center;
        line-height: 130%; } }
  .list-items .i-content,
  .list-items p {
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400;
    text-align: center;
    font-weight: 300;
    line-height: 195%;
    letter-spacing: -1.55%;
    color: #fff; }
    @media (max-width: 960px) {
      .list-items .i-content,
      .list-items p {
        line-height: 185%;
        letter-spacing: 0em;
        text-align: justify; } }
    @media screen and (max-width: 960px) {
      .list-items .i-content,
      .list-items p {
        max-width: 300px;
        margin: 0 auto; } }

@media (min-width: 1440.5px) {
  .list-items .item.vz-02 {
    width: calc(100% + 1px); }

  .list-items .item.vz-03 {
    width: calc(100% + 16px); }

  .list-items .item.vz-06 {
    width: calc(100% + 18px); } }
@media (min-width: 960.5px) {
  .list-items .i-content,
  .list-items p {
    font-size: 1.6rem; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .list-items .item.vz-04 {
    width: calc(100% + 6px); }

  .list-items {
    gap: 5.6rem 2rem; }

  .list-items .i-round .i-href {
    width: 27rem;
    height: 27rem; } }
@media screen and (max-width: 960px) {
  .list-items .i-round .i-href {
    width: 17rem;
    height: 17rem; } }
.p-breadcrumb {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: var(--size-p); }
  .p-breadcrumb__list {
    display: inline;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0; }
  .p-breadcrumb__item {
    display: inline;
    position: relative;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05rem; }
    .p-breadcrumb__item:not(:last-child) {
      padding-right: 1.5rem;
      margin-right: 1.5rem; }
      .p-breadcrumb__item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 49%;
        width: 0.8rem;
        aspect-ratio: 1 / 1;
        border-top: 1px solid #353535;
        border-right: 1px solid #353535;
        transform: translateY(-47%) rotate(45deg); }
    .p-breadcrumb__item a {
      color: #454545;
      text-decoration: none; }
      @media (hover: hover) {
        .p-breadcrumb__item a:hover {
          opacity: 1;
          text-decoration: underline; } }
    .p-breadcrumb__item.is-current {
      color: #999; }

.p-news-list {
  list-style: none;
  margin: 0 0 6rem;
  padding: 0;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .p-news-list {
      margin-bottom: 0rem; } }
  .p-news-list__item {
    padding: 2rem 0;
    margin-bottom: 1.5rem;
    background-color: rgba(119, 186, 197, 0.2);
    transition: background-color 0.3s ease; }
    .p-news-list__item:last-child {
      margin-bottom: 0; }
    .p-news-list__item:nth-child(odd) {
      background-color: #77BAC5; }
      .p-news-list__item:nth-child(odd) .p-news-list__date,
      .p-news-list__item:nth-child(odd) .p-news-list__title {
        color: #fff; }
    @media (hover: hover) {
      .p-news-list__item:hover {
        background-color: rgba(183, 162, 102, 0.5); }
        .p-news-list__item:hover .p-news-list__date,
        .p-news-list__item:hover .p-news-list__title {
          color: #333333; } }
  .p-news-list__link {
    display: flex;
    align-items: center;
    gap: 2rem;
    color: #333333;
    text-decoration: none;
    font-size: 1.6rem;
    transition: color 0.3s ease; }
    @media (hover: hover) {
      .p-news-list__link:hover {
        color: #77BAC5; } }
    @media screen and (max-width: 960px) {
      .p-news-list__link {
        gap: 0; } }
  .p-news-list__date {
    display: inline-block;
    flex: 0 0 auto;
    min-width: 13rem;
    padding-inline: 2rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    color: #333333;
    font-family: "Shippori Mincho", serif; }
    @media screen and (max-width: 960px) {
      .p-news-list__date {
        font-size: 1.5rem;
        min-width: 11rem;
        padding-left: 1rem;
        padding-right: 0; } }
  .p-news-list__title {
    flex: 1 1 auto;
    padding-right: 2rem;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #333333;
    word-break: break-word; }
    @media screen and (max-width: 960px) {
      .p-news-list__title {
        font-size: 1.5rem;
        padding-right: 1rem; } }
  .p-news-list__empty {
    padding: 2.4rem;
    text-align: center;
    color: #333333; }

.pagination,
.nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-block: 4rem; }
  .pagination .page-numbers,
  .nav-links .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    min-width: 4rem;
    padding: 0 1rem;
    border: 0.1rem solid #77BAC5;
    background-color: #fff;
    color: #333333;
    font-size: 1.4rem;
    text-decoration: none;
    transition: all 0.2s ease; }
    @media (hover: hover) {
      .pagination .page-numbers:hover,
      .nav-links .page-numbers:hover {
        background-color: #77BAC5;
        color: #fff; } }
    .pagination .page-numbers.current,
    .nav-links .page-numbers.current {
      background-color: #77BAC5;
      color: #fff; }
    .pagination .page-numbers.dots,
    .nav-links .page-numbers.dots {
      border: 0;
      background: none; }
    .pagination .page-numbers.next::after, .pagination .page-numbers.prev::after,
    .nav-links .page-numbers.next::after,
    .nav-links .page-numbers.prev::after {
      content: "";
      display: inline-block;
      width: 0.6rem;
      height: 1rem;
      background-color: currentColor;
      mask: url(assets/img/icon_arrow-01.svg) center/contain no-repeat;
      -webkit-mask: url(assets/img/icon_arrow-01.svg) center/contain no-repeat; }
    .pagination .page-numbers.prev::after,
    .nav-links .page-numbers.prev::after {
      transform: rotate(180deg); }

.p-sidebar {
  display: flex;
  flex-direction: column; }
  .p-sidebar__widget {
    border: 0.1rem solid #77BAC5;
    margin-bottom: 3rem;
    background-color: #fff; }
    @media screen and (max-width: 960px) {
      .p-sidebar__widget {
        margin-bottom: 1.5rem; } }
    .p-sidebar__widget:last-child {
      margin-bottom: 0; }
  .p-sidebar__title {
    position: relative;
    margin: 0;
    padding: 1rem 4rem 1rem 1rem;
    background-color: #77BAC5;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    cursor: pointer; }
    .p-sidebar__title::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 1.5rem;
      width: 0.8rem;
      height: 0.8rem;
      border-top: 0.1rem solid #fff;
      border-right: 0.1rem solid #fff;
      transform: translateY(-50%) rotate(135deg);
      transition: transform 0.35s ease; }
    .p-sidebar__title.is-active::before {
      transform: translateY(-50%) rotate(315deg); }
    .p-sidebar__title span {
      display: inline; }
  .p-sidebar__list {
    list-style: none;
    margin: 0;
    padding: 0 1.5rem;
    max-height: 32rem;
    overflow: auto; }
    .p-sidebar__list li {
      border-bottom: 0.1rem solid #77BAC5; }
      .p-sidebar__list li:last-child {
        border-bottom: 0; }
      .p-sidebar__list li a {
        display: block;
        padding: 1rem 0;
        color: #333;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0;
        text-decoration: none;
        transition: color 0.2s ease; }
        @media (hover: hover) {
          .p-sidebar__list li a:hover {
            color: #77BAC5; } }
        @media screen and (max-width: 960px) {
          .p-sidebar__list li a {
            font-size: 1.5rem; } }
      .p-sidebar__list li ul {
        list-style: none;
        margin: 0;
        padding-left: 1.5rem;
        border-top: 0.1rem solid #77BAC5; }

.p-single__header {
  background-color: rgba(119, 186, 197, 0.08);
  padding: 3rem;
  margin-bottom: 0;
  border-radius: 0.5rem; }
  @media screen and (max-width: 960px) {
    .p-single__header {
      padding: 1rem; } }
.p-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
  margin-bottom: 1rem; }
.p-single__date {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.3rem;
  color: #77BAC5; }
  @media screen and (max-width: 960px) {
    .p-single__date {
      font-size: 1.5rem; } }
.p-single__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  list-style: none;
  margin: 0;
  padding: 0; }
.p-single__category a {
  display: inline-block;
  padding: 0.3rem 1.4rem;
  background-color: #77BAC5;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  border-radius: 2rem;
  text-decoration: none;
  transition: opacity 0.3s ease; }
  @media (hover: hover) {
    .p-single__category a:hover {
      opacity: 0.85; } }
  @media screen and (max-width: 960px) {
    .p-single__category a {
      font-size: 1.2rem;
      padding: 0.2rem 1rem; } }
.p-single__title {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  color: #77BAC5;
  font-family: "Shippori Mincho", serif; }
  @media screen and (max-width: 960px) {
    .p-single__title {
      font-size: 2.4rem; } }
.p-single__content {
  padding: 4rem 0; }
  .p-single__content :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.08rem;
    color: #77BAC5;
    clear: both;
    margin-top: 6rem;
    margin-bottom: 2rem;
    font-family: "Shippori Mincho", serif;
    scroll-margin-top: 6rem; }
    @media screen and (max-width: 960px) {
      .p-single__content :is(h1, h2, h3, h4, h5, h6) {
        letter-spacing: 0.02rem; } }
    .p-single__content :is(h1, h2, h3, h4, h5, h6):target {
      animation: grits-toc-flash 1.6s ease-out 1; }
  .p-single__content h1 {
    position: relative;
    padding: 0 0 2rem;
    margin-bottom: 4rem;
    text-align: center;
    font-size: var(--size-h1); }
    .p-single__content h1::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 9rem;
      height: 0.6rem;
      transform: translateX(-50%);
      -webkit-mask: url(assets/img/under_ic.png) center/auto repeat;
      mask: url(assets/img/under_ic.png) center/auto repeat;
      background: #77BAC5; }
    @media screen and (max-width: 960px) {
      .p-single__content h1 {
        padding-bottom: 1.8rem;
        margin-bottom: 2rem; }
        .p-single__content h1::before {
          width: 7rem; } }
    @media screen and (max-width: 960px) and (max-width: 767px) {
      .p-single__content h1::before {
        width: 5rem; } }

  .p-single__content h2 {
    position: relative;
    padding: 1.5rem 2.5rem 1.7rem;
    background: #77BAC5;
    color: #fff;
    font-size: var(--size-h2);
    z-index: 0; }
    .p-single__content h2 span {
      position: relative;
      z-index: 1; }
    .p-single__content h2::before {
      content: "";
      position: absolute;
      width: calc(100% - 1.2rem);
      height: calc(100% - 1.2rem);
      left: 0.6rem;
      top: 0.6rem;
      border: 1px dashed #fff;
      z-index: -1; }
    @media screen and (max-width: 960px) {
      .p-single__content h2 {
        padding: 1.5rem 1.5rem;
        text-align: justify; }
        .p-single__content h2::before {
          content: "";
          position: absolute;
          width: calc(100% - 1rem);
          height: calc(100% - 1rem);
          left: 0.5rem;
          top: 0.5rem; } }
    .p-single__content h2 a {
      color: #fff; }
  .p-single__content h3 {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 1.5rem;
    font-size: var(--size-h3); }
    .p-single__content h3::before, .p-single__content h3::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 0.3rem;
      left: 0;
      bottom: 0; }
    .p-single__content h3::after {
      background: repeating-linear-gradient(-45deg, #77BAC5, #77BAC5 10%, #fff 10%, #fff 30%, #77BAC5 30%, #77BAC5 70%, #fff 70%, #fff 90%, #77BAC5 90%, #77BAC5 100%);
      background-size: 0.6rem 0.4rem;
      opacity: 0.7; }
    .p-single__content h3::before {
      width: 10rem;
      z-index: 1;
      background-color: #77BAC5; }
  .p-single__content h4 {
    position: relative;
    padding-left: 3rem;
    font-size: var(--size-h4); }
    .p-single__content h4::before, .p-single__content h4::after {
      content: "";
      position: absolute;
      top: 1.6rem;
      background-color: #77BAC5;
      transform: translateY(-50%) rotate(45deg); }
      @media screen and (max-width: 960px) {
        .p-single__content h4::before, .p-single__content h4::after {
          top: 1.5rem; } }
    .p-single__content h4::before {
      left: 0.2rem;
      width: 1.2rem;
      height: 1.2rem; }
    .p-single__content h4::after {
      left: 1.8rem;
      width: 0.6rem;
      height: 0.6rem;
      opacity: 0.4; }
  .p-single__content h5 {
    position: relative;
    padding: 0 0 0 2.5rem;
    font-size: var(--size-h5);
    text-align: justify; }
    .p-single__content h5::before {
      content: "";
      position: absolute;
      top: 1.3rem;
      left: 0;
      width: 1.5rem;
      height: 1.5rem;
      background: #77BAC5; }
  .p-single__content h6 {
    position: relative;
    padding-left: 1.5rem;
    font-size: var(--size-h6);
    border-left: 0.3rem solid #77BAC5; }
  .p-single__content ul li p {
    margin-bottom: 0; }
  .p-single__content :is(p, td, li, th, blockquote) {
    margin: 0 0 2.5rem;
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400;
    color: #333333; }
    @media (max-width: 960px) {
      .p-single__content :is(p, td, li, th, blockquote) {
        line-height: 185%;
        letter-spacing: 0em;
        text-align: justify; } }
    @media screen and (max-width: 960px) {
      .p-single__content :is(p, td, li, th, blockquote) {
        font-size: 1.5rem;
        line-height: 1.85; } }
  .p-single__content a {
    color: #0073aa;
    text-decoration: underline; }
    @media (hover: hover) {
      .p-single__content a:hover {
        opacity: 0.7; } }
  .p-single__content ul,
  .p-single__content ol {
    margin: 0 0 2.5rem 2.2rem; }
  .p-single__content ul {
    list-style: disc; }
  .p-single__content ol {
    list-style: decimal; }
  .p-single__content li {
    margin-bottom: 0; }
    .p-single__content li:not(:last-child) {
      margin-bottom: 1rem; }
  .p-single__content blockquote {
    position: relative;
    background-color: #eeeeee;
    padding: 5rem 4rem 4rem 7rem; }
    @media screen and (max-width: 960px) {
      .p-single__content blockquote {
        padding: 4rem 1.5rem 1.5rem 5rem; } }
    .p-single__content blockquote::before {
      content: "\201C";
      position: absolute;
      top: 1.5rem;
      left: 1.8rem;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 7rem;
      font-weight: 700;
      line-height: 1;
      color: #77BAC5; }
      @media screen and (max-width: 960px) {
        .p-single__content blockquote::before {
          top: -1.2rem;
          left: 1rem;
          font-size: 5rem; } }
    .p-single__content blockquote p:last-child {
      margin-bottom: 0; }
  .p-single__content .aligncenter {
    margin-left: auto;
    margin-right: auto; }
    .p-single__content .aligncenter.h-250 {
      height: 25rem;
      width: auto; }
  .p-single__content hr {
    border: 0;
    border-top: 0.1rem solid #cccccc;
    margin: 2rem 0; }
  .p-single__content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 2.5rem; }
  .p-single__content table {
    width: 100%; }
    .p-single__content table img {
      width: auto !important;
      height: auto !important;
      margin-bottom: 1rem; }
  .p-single__content th {
    width: 20rem;
    text-align: left !important; }
    @media screen and (max-width: 960px) {
      .p-single__content th {
        width: 9.5rem; } }
  .p-single__content th,
  .p-single__content td {
    border: 1px solid #77bac5 !important;
    padding: 1rem 1.5rem; }
    .p-single__content th ul,
    .p-single__content th li,
    .p-single__content td ul,
    .p-single__content td li {
      margin-bottom: 0 !important; }
.p-single__footer {
  margin-bottom: 10rem; }
  @media screen and (max-width: 960px) {
    .p-single__footer {
      margin-bottom: 4rem; } }

@keyframes grits-toc-flash {
  0% {
    background-color: rgba(183, 162, 102, 0.45); }
  100% {
    background-color: transparent; } }
.p-single-nav {
  margin-top: 5rem; }
  @media screen and (max-width: 960px) {
    .p-single-nav {
      margin-top: 0; } }
  .p-single-nav__list {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .p-single-nav__list {
        flex-wrap: wrap;
        gap: 1.5rem; } }
  @media screen and (max-width: 767px) {
    .p-single-nav__item {
      width: calc((100% - 1.5rem) / 2); }
      .p-single-nav__item--back {
        order: 1;
        width: 100%; } }
  .p-single-nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 6.5rem;
    font-size: 1.6rem;
    color: #fff;
    background-color: #77BAC5;
    border: 0.1rem solid #77BAC5;
    border-radius: 3.3rem;
    text-decoration: none;
    transition: all 0.3s ease; }
    @media (hover: hover) {
      .p-single-nav__link:hover {
        opacity: 0.85; } }
    @media screen and (max-width: 960px) {
      .p-single-nav__link {
        width: 100%;
        height: 5rem;
        font-size: 1.5rem; } }
    .p-single-nav__link--disabled {
      opacity: 0.5;
      cursor: not-allowed;
      pointer-events: none; }

@media (min-width: 767.5px) {
  .p-single__content .alignleft,
  .p-single__content .alignright {
    width: 30%; }
  .p-single__content .alignleft {
    float: left;
    margin-right: 1.5rem; }
  .p-single__content .alignright {
    float: right;
    margin-left: 1.5rem; } }
@media (max-width: 960px) {
  .p-single__content :is(p, td, li, th, blockquote, a) {
    font-size: 1.5rem;
    line-height: 185%; }
  .p-single__content blockquote {
    padding: 1.5rem; }
  .p-single__content img {
    width: 100%; }
  .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-single__content .aligncenter.h-250 {
    height: auto;
    width: 100%; } }
img {
  border-radius: 0.8rem;
  overflow: hidden; }

.p-column {
  margin-block: 4rem 8rem; }
  @media screen and (max-width: 960px) {
    .p-column {
      margin-block: 2rem 4rem; } }
  .p-column__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 960px) {
      .p-column__list {
        gap: 5rem 1rem; } }
  .p-column__item {
    flex: 0 0 calc((100% - 4.5rem) / 4);
    box-sizing: border-box; }
    @media screen and (max-width: 960px) {
      .p-column__item {
        flex: 0 0 calc((100% - 1rem) / 2); } }

.c-column-card {
  display: flex;
  flex-direction: column; }
  .c-column-card__thumb-link {
    display: block;
    text-decoration: none; }
    @media (hover: hover) {
      .c-column-card__thumb-link:hover {
        opacity: 0.85; } }
  .c-column-card__thumb {
    position: relative;
    margin: 0 0 1rem;
    line-height: 0;
    aspect-ratio: 4 / 2.8;
    border-radius: 1.5rem;
    overflow: hidden; }
    @media screen and (max-width: 960px) {
      .c-column-card__thumb {
        border-radius: 0.8rem; } }
    .c-column-card__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .c-column-card__thumb--placeholder {
      background-color: rgba(119, 186, 197, 0.2);
      background-image: url(assets/img/logo04.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 80%; }
  .c-column-card__content {
    display: flex;
    flex-direction: column; }
  .c-column-card__date {
    display: inline-block;
    align-self: flex-start;
    padding: 0.5rem 1.5rem;
    margin-bottom: 1rem;
    background-color: #77BAC5;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.1rem;
    border-radius: 0.5rem;
    text-decoration: none; }
    @media screen and (max-width: 960px) {
      .c-column-card__date {
        font-size: 1rem;
        padding: 0.6rem;
        line-height: 120%;
        z-index: 1;
        margin-bottom: 1.5rem; } }
  .c-column-card__title {
    margin: 0 0 1rem; }
    .c-column-card__title a {
      display: inline-block;
      font-size: var(--size-p);
      line-height: 195%;
      letter-spacing: 0.05rem;
      font-weight: 400;
      color: #333333;
      font-weight: bold;
      text-align: justify;
      text-decoration: none !important;
      transition: opacity 0.3s ease;
      line-height: 150%; }
      @media (max-width: 960px) {
        .c-column-card__title a {
          line-height: 185%;
          letter-spacing: 0em;
          text-align: justify; } }
      @media (hover: hover) {
        .c-column-card__title a:hover {
          opacity: 0.7; } }
      @media screen and (max-width: 960px) {
        .c-column-card__title a {
          line-height: 130%; } }
  .c-column-card__excerpt {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0.1rem;
    color: #333333;
    text-align: justify; }
    @media screen and (max-width: 960px) {
      .c-column-card__excerpt {
        font-size: 1.4rem;
        letter-spacing: 0;
        line-height: 165%; } }

.p-drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.98);
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s; }
  .p-drawer.is-open {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.4s ease, visibility 0s linear 0s; }
  .p-drawer__inner {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12rem 4rem; }
    @media screen and (max-width: 960px) {
      .p-drawer__inner {
        padding: 9rem 2rem 12rem;
        align-items: flex-start; } }
  .p-drawer__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    width: 100%;
    max-width: 120rem; }
    .p-drawer__columns--asymmetric {
      grid-template-columns: 1fr 2fr; }
    @media screen and (max-width: 960px) {
      .p-drawer__columns {
        grid-template-columns: 1fr;
        gap: 3rem; } }
  .p-drawer__col {
    min-width: 0; }
  .p-drawer__heading {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin: 0 0 1.6rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #77BAC5; }
    .p-drawer__heading-icon {
      flex-shrink: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 6rem;
      height: 6rem;
      color: #77BAC5; }
      .p-drawer__heading-icon svg,
      .p-drawer__heading-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block; }
      @media screen and (max-width: 960px) {
        .p-drawer__heading-icon {
          width: 4.8rem;
          height: 4.8rem; } }
    .p-drawer__heading-text {
      flex: 1 1 auto;
      min-width: 0; }
    .p-drawer__heading .ja {
      display: block;
      font-size: 1.8rem;
      font-weight: 500;
      color: #77BAC5;
      line-height: 1;
      margin-bottom: 0.8rem;
      letter-spacing: 0.1rem; }
    .p-drawer__heading .en {
      display: block;
      font-size: 3.4rem;
      font-weight: 700;
      color: #333333;
      font-family: "Shippori Mincho", serif;
      letter-spacing: 0.2rem;
      line-height: 1; }
      @media screen and (max-width: 960px) {
        .p-drawer__heading .en {
          font-size: 2.6rem; } }
  .p-drawer__menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    .p-drawer__menu--split {
      column-count: 2;
      column-gap: 4rem; }
      @media screen and (max-width: 960px) {
        .p-drawer__menu--split {
          column-count: 1;
          column-gap: 0; } }
      .p-drawer__menu--split > li {
        break-inside: avoid;
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid; }
    .p-drawer__menu > li > a {
      position: relative;
      display: block;
      padding: 1.6rem 0 1.6rem 1.8rem;
      color: #333333;
      font-size: var(--size-p);
      line-height: 195%;
      letter-spacing: 0.05rem;
      font-weight: 400;
      text-decoration: none;
      transition: color 0.25s ease, padding-left 0.25s ease; }
      @media (max-width: 960px) {
        .p-drawer__menu > li > a {
          line-height: 185%;
          letter-spacing: 0em;
          text-align: justify; } }
      .p-drawer__menu > li > a::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 0;
        height: 0;
        border-top: 0.45rem solid transparent;
        border-bottom: 0.45rem solid transparent;
        border-left: 0.7rem solid #77BAC5;
        transform: translateY(-50%);
        transition: transform 0.25s ease; }
      @media (hover: hover) {
        .p-drawer__menu > li > a:hover {
          color: #77BAC5;
          padding-left: 2.6rem; }
          .p-drawer__menu > li > a:hover::before {
            transform: translateY(-50%) translateX(0.4rem); } }
      @media screen and (max-width: 960px) {
        .p-drawer__menu > li > a {
          padding: 0.5rem 0 0.5rem 1.6rem;
          font-weight: 500; } }
    .p-drawer__menu .sub-menu {
      list-style: none;
      margin: 0 0 1rem 1.6rem;
      padding: 0; }
      .p-drawer__menu .sub-menu li {
        border-bottom: 0; }
        .p-drawer__menu .sub-menu li a {
          position: relative;
          display: block;
          padding: 0.6rem 0 0.6rem 1.6rem;
          font-size: var(--size-p);
          font-weight: 500;
          color: #666;
          text-decoration: none;
          transition: color 0.25s ease, padding-left 0.25s ease; }
          .p-drawer__menu .sub-menu li a::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 0.9rem;
            height: 0.1rem;
            background-color: #77BAC5;
            transform: translateY(-50%);
            transition: width 0.25s ease; }
          @media (hover: hover) {
            .p-drawer__menu .sub-menu li a:hover {
              color: #77BAC5;
              padding-left: 2.2rem; }
              .p-drawer__menu .sub-menu li a:hover::before {
                width: 1.5rem; } }

body.is-menu-open {
  overflow: hidden; }

.l-author-container {
  margin-block: 6rem;
  padding: 4.5rem;
  background: rgba(119, 186, 197, 0.1); }
  @media screen and (max-width: 960px) {
    .l-author-container {
      padding: 1rem;
      margin-block: 4rem; } }

.c-author {
  display: flex;
  gap: 0;
  padding: 3rem;
  margin-bottom: 3rem;
  background: #fff;
  border: 0.1rem solid #77BAC5; }
  .c-author:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 960px) {
    .c-author {
      flex-direction: column;
      padding: 2rem 1.5rem; } }
  .c-author__info {
    width: calc(100% - 33rem);
    padding-right: 6rem; }
    @media screen and (max-width: 960px) {
      .c-author__info {
        order: 1;
        width: 100%;
        padding-right: 0; } }
  .c-author__avatar {
    flex-shrink: 0;
    width: 33rem; }
    .c-author__avatar.tn-02 {
      position: relative;
      z-index: 0; }
    .c-author__avatar img {
      width: 100%;
      display: block;
      border-radius: 0.5rem; }
    @media screen and (max-width: 960px) {
      .c-author__avatar {
        width: 100%;
        margin-bottom: 2rem; } }
  .c-author__title {
    margin: 0 0 3rem;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.15rem;
    color: #77BAC5;
    font-family: "Shippori Mincho", serif; }
    .c-author__title.vz-02 {
      font-size: 2.4rem;
      margin-bottom: 1.5rem; }
    @media screen and (max-width: 960px) {
      .c-author__title {
        font-size: 2rem;
        margin-bottom: 1.5rem; }
        .c-author__title.vz-02 {
          font-size: 1.8rem; } }
  .c-author__name {
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 0.1rem dashed #333333; }
    .c-author__name p {
      margin: 0 0 0.4rem;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      color: #333333; }
      .c-author__name p:nth-child(2) {
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 0.1rem; }
        @media screen and (max-width: 960px) {
          .c-author__name p:nth-child(2) {
            font-size: 1.8rem; } }
    @media screen and (max-width: 960px) {
      .c-author__name {
        margin-bottom: 2.5rem; }
        .c-author__name p {
          font-size: 1.5rem; } }
  .c-author__list {
    margin: 0 0 3.5rem; }
    .c-author__list ul,
    .c-author__list ol {
      list-style: none;
      margin: 0;
      padding: 0; }
    .c-author__list li {
      position: relative;
      margin-bottom: 1.5rem;
      padding-left: 1.6rem;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.1rem;
      color: #333333;
      list-style: none; }
      .c-author__list li:last-child {
        margin-bottom: 0; }
      .c-author__list li::before {
        content: "";
        position: absolute;
        top: 1.2rem;
        left: 0;
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 50%;
        background: #77BAC5; }
    @media screen and (max-width: 960px) {
      .c-author__list {
        margin-bottom: 2.5rem; }
        .c-author__list li {
          margin-bottom: 0.5rem;
          padding-left: 1.4rem;
          font-size: 1.5rem; }
          .c-author__list li::before {
            top: 1rem; } }
  .c-author__desc {
    margin-bottom: 4rem;
    padding: 2.5rem;
    background: rgba(119, 186, 197, 0.2); }
    .c-author__desc p {
      margin: 0;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.1rem;
      color: #333333; }
    @media screen and (max-width: 960px) {
      .c-author__desc {
        padding: 1.5rem;
        margin-bottom: 3rem; } }
  .c-author__link ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0; }
    .c-author__link ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 6rem;
      font-size: var(--size-p);
      font-weight: 400;
      line-height: 175%;
      color: #fff;
      background: #77BAC5;
      text-decoration: none;
      transition: opacity 0.2s ease; }
      @media (hover: hover) {
        .c-author__link ul li a:hover {
          opacity: 0.85; } }
  .c-author__link.vz-02 ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem; }
  @media screen and (max-width: 960px) {
    .c-author__link ul, .c-author__link.vz-02 ul {
      grid-template-columns: 1fr;
      gap: 1rem; }
    .c-author__link ul li a {
      height: 5.5rem; } }
  .c-author__table {
    margin: 0 0 3rem;
    border: 0.1rem solid #999; }
    .c-author__table dl {
      display: flex;
      margin: 0;
      border-bottom: 0.1rem solid #999; }
      .c-author__table dl:last-child {
        border-bottom: 0; }
      .c-author__table dl dt,
      .c-author__table dl dd {
        margin: 0;
        padding: 1rem 2rem;
        font-size: var(--size-p);
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0.1rem;
        color: #333333; }
        .c-author__table dl dt a,
        .c-author__table dl dd a {
          text-decoration: underline; }
      .c-author__table dl dt {
        width: 16rem;
        background: #77BAC5;
        color: #fff; }
      .c-author__table dl dd {
        flex: 1; }
    @media screen and (max-width: 960px) {
      .c-author__table dl dt,
      .c-author__table dl dd {
        padding: 0.7rem;
        font-size: 1.5rem; }
      .c-author__table dl dt {
        width: 9rem; } }

#toc_container {
  counter-reset: toc;
  width: 100%;
  max-width: 100%;
  margin: 3rem 0 8rem;
  padding: 2.4rem 3rem 2rem;
  background: rgba(119, 186, 197, 0.08);
  border: 1px solid rgba(119, 186, 197, 0.5);
  border-radius: 0.6rem;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.04);
  box-sizing: border-box; }
  @media screen and (max-width: 960px) {
    #toc_container {
      padding: 1.8rem 1.6rem 1.4rem;
      margin: 2rem 0 6rem; } }
  #toc_container p.toc_title {
    position: relative;
    margin: 0;
    padding: 0 0 1rem 3rem;
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400;
    font-weight: bold;
    color: #333333;
    border-bottom: 0.2rem solid #77BAC5;
    text-align: left !important;
    margin-bottom: 1.6rem; }
    @media (max-width: 960px) {
      #toc_container p.toc_title {
        line-height: 185%;
        letter-spacing: 0em;
        text-align: justify; } }
    #toc_container p.toc_title::before {
      content: "";
      position: absolute;
      top: 0.6rem;
      left: 0;
      width: 2rem;
      height: 2rem;
      background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
      background-size: 1.4rem 0.25rem, 1.4rem 0.25rem, 1.4rem 0.25rem;
      background-position: 0 0.4rem, 0 0.9rem, 0 1.4rem;
      background-repeat: no-repeat;
      color: #77BAC5; }
    @media screen and (max-width: 960px) {
      #toc_container p.toc_title {
        font-size: 1.6rem; } }
  #toc_container .toc_list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important; }
    #toc_container .toc_list li {
      position: relative;
      margin: 0 !important;
      padding: 1.2rem 0 1.2rem 2.4rem;
      border-bottom: 1px dashed rgba(119, 186, 197, 0.35);
      list-style: none !important; }
      @media screen and (max-width: 960px) {
        #toc_container .toc_list li {
          padding: 0.8rem 0 0.8rem 2.2rem; }
          #toc_container .toc_list li:last-child {
            border-bottom: none; } }
      #toc_container .toc_list li::before {
        content: "";
        position: absolute;
        left: 0.4rem;
        top: 2.3rem;
        width: 0;
        height: 0;
        border-top: 0.5rem solid transparent;
        border-bottom: 0.5rem solid transparent;
        border-left: 0.7rem solid #77BAC5; }
        @media screen and (max-width: 960px) {
          #toc_container .toc_list li::before {
            top: 1.4rem; } }
      #toc_container .toc_list li ul {
        list-style: none !important;
        margin: 0.6rem 0 0 0 !important;
        padding: 0 !important;
        border-top: 1px dashed rgba(119, 186, 197, 0.35); }
        #toc_container .toc_list li ul li {
          padding: 0.6rem 0 0.6rem 2rem;
          border-bottom: 0;
          font-size: 1.4rem; }
          #toc_container .toc_list li ul li::before {
            content: "";
            top: 1.2rem;
            width: 0.7rem;
            height: 0.7rem;
            border: 0.15rem solid #77BAC5;
            border-radius: 50%;
            background: transparent; }
      #toc_container .toc_list li a {
        color: #333333;
        font-size: var(--size-p);
        line-height: 195%;
        letter-spacing: 0.05rem;
        font-weight: 400;
        font-weight: 500;
        text-decoration: none;
        transition: color 0.2s ease, padding-left 0.2s ease; }
        @media (max-width: 960px) {
          #toc_container .toc_list li a {
            line-height: 185%;
            letter-spacing: 0em;
            text-align: justify; } }
        @media (hover: hover) {
          #toc_container .toc_list li a:hover {
            color: #77BAC5; } }
        @media screen and (max-width: 960px) {
          #toc_container .toc_list li a {
            font-size: 1.5rem;
            line-height: 150%; } }
  #toc_container.toc--circle .toc_list > li::before {
    top: 1.7rem;
    border: 0;
    width: 0.9rem;
    height: 0.9rem;
    background: #77BAC5;
    border-radius: 50%; }
  #toc_container.toc--cols-2 .toc_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
    row-gap: 0; }
    @media screen and (max-width: 960px) {
      #toc_container.toc--cols-2 .toc_list {
        grid-template-columns: 1fr; } }
  #toc_container.toc--cols-3 .toc_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3rem;
    row-gap: 0; }
    @media screen and (max-width: 1024px) {
      #toc_container.toc--cols-3 .toc_list {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 960px) {
      #toc_container.toc--cols-3 .toc_list {
        grid-template-columns: 1fr; } }
  #toc_container.toc--button .toc_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1.2rem; }
    @media screen and (max-width: 960px) {
      #toc_container.toc--button .toc_list {
        grid-template-columns: 1fr 1fr;
        gap: 0.8rem; } }
    #toc_container.toc--button .toc_list > li {
      border: 0.1rem solid #77BAC5;
      background: #fff;
      padding: 1.4rem 3rem 1.4rem 1.6rem;
      border-radius: 0.4rem;
      transition: background 0.25s ease, transform 0.2s ease; }
      #toc_container.toc--button .toc_list > li::before {
        display: none; }
      #toc_container.toc--button .toc_list > li::after {
        content: "";
        position: absolute;
        right: 1.4rem;
        top: 50%;
        width: 0.7rem;
        height: 0.7rem;
        border-top: 0.2rem solid #77BAC5;
        border-right: 0.2rem solid #77BAC5;
        transform: translateY(-50%) rotate(45deg);
        transition: right 0.2s ease; }
      @media (hover: hover) {
        #toc_container.toc--button .toc_list > li:hover {
          background: #77BAC5; }
          #toc_container.toc--button .toc_list > li:hover::after {
            border-color: #fff;
            right: 1rem; }
          #toc_container.toc--button .toc_list > li:hover a {
            color: #fff; } }
      #toc_container.toc--button .toc_list > li a {
        display: block; }

.catalogue-list {
  margin: 2rem 0; }
  @media screen and (max-width: 960px) {
    .catalogue-list {
      margin: 1.6rem 0; } }
  .catalogue-list > :first-child {
    margin-top: 0; }
  .catalogue-list > :last-child {
    margin-bottom: 0; }
  .catalogue-list h2,
  .catalogue-list h3,
  .catalogue-list h4,
  .catalogue-list h5 {
    margin: 2rem 0 1.2rem;
    padding: 0 0 0.8rem 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    color: #333333;
    border-bottom: 0.2rem solid #77BAC5; }
    .catalogue-list h2:first-child,
    .catalogue-list h3:first-child,
    .catalogue-list h4:first-child,
    .catalogue-list h5:first-child {
      margin-top: 0; }
    @media screen and (max-width: 960px) {
      .catalogue-list h2,
      .catalogue-list h3,
      .catalogue-list h4,
      .catalogue-list h5 {
        font-size: 1.5rem; } }
  .catalogue-list ul,
  .catalogue-list ol {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem; }
    .catalogue-list ul:last-child,
    .catalogue-list ol:last-child {
      margin-bottom: 0; }
    .catalogue-list ul li,
    .catalogue-list ol li {
      list-style: none !important;
      margin: 0 !important;
      padding: 0 !important; }
      .catalogue-list ul li a,
      .catalogue-list ol li a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 4.6rem;
        padding: 1rem 2.5rem;
        background: #fff;
        color: #77BAC5;
        border: 0.15rem solid #77BAC5;
        border-radius: 0;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.4;
        text-decoration: none !important;
        box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.05);
        transition: all 0.2s ease;
        white-space: nowrap; }
        @media (hover: hover) {
          .catalogue-list ul li a:hover,
          .catalogue-list ol li a:hover {
            background: #77BAC5;
            color: #fff;
            box-shadow: 0 0.2rem 0.6rem rgba(119, 186, 197, 0.3); } }
        @media screen and (max-width: 960px) {
          .catalogue-list ul li a,
          .catalogue-list ol li a {
            min-height: 3.8rem;
            padding: 0.6rem 1.4rem;
            font-size: 1.3rem;
            white-space: normal; } }
      .catalogue-list ul li.is-current a,
      .catalogue-list ol li.is-current a {
        background: #77BAC5;
        color: #fff;
        border-color: #77BAC5;
        box-shadow: 0 0.2rem 0.6rem rgba(119, 186, 197, 0.25);
        cursor: default;
        pointer-events: none; }
    @media screen and (max-width: 960px) {
      .catalogue-list ul,
      .catalogue-list ol {
        justify-content: flex-start; } }
  @media screen and (max-width: 960px) and (max-width: 767px) {
    .catalogue-list ul,
    .catalogue-list ol {
      gap: 0.5rem; } }
    @media screen and (max-width: 960px) {
        .catalogue-list ul li,
        .catalogue-list ol li {
          width: calc((100% - 2rem) / 3); }
          .catalogue-list ul li a,
          .catalogue-list ol li a {
            width: 100%;
            text-align: center;
            min-height: 100%;
            padding: 1.5rem; } }
    @media screen and (max-width: 960px) and (max-width: 767px) {
      .catalogue-list ul li,
      .catalogue-list ol li {
        width: calc((100% - 0.5rem) / 2); }
        .catalogue-list ul li a,
        .catalogue-list ol li a {
          padding: 1rem 1.5rem; } }

  .catalogue-list--stacked ul, .catalogue-list--stacked ol {
    flex-direction: column;
    gap: 0; }
    .catalogue-list--stacked ul li, .catalogue-list--stacked ol li {
      border-bottom: 0.1rem dashed rgba(119, 186, 197, 0.35); }
      .catalogue-list--stacked ul li:last-child, .catalogue-list--stacked ol li:last-child {
        border-bottom: 0; }
    .catalogue-list--stacked ul a, .catalogue-list--stacked ol a {
      display: block;
      background: transparent;
      border: 0;
      border-radius: 0;
      padding: 0.9rem 0 0.9rem 2rem;
      font-size: var(--size-p);
      position: relative; }
      .catalogue-list--stacked ul a::before, .catalogue-list--stacked ol a::before {
        content: "";
        position: absolute;
        left: 0.4rem;
        top: 50%;
        width: 0;
        height: 0;
        border-top: 0.4rem solid transparent;
        border-bottom: 0.4rem solid transparent;
        border-left: 0.6rem solid #77BAC5;
        transform: translateY(-50%); }
      @media (hover: hover) {
        .catalogue-list--stacked ul a:hover, .catalogue-list--stacked ol a:hover {
          background: transparent;
          color: #77BAC5;
          padding-left: 2.4rem; } }
  .catalogue-list--cols-2 ul, .catalogue-list--cols-2 ol {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    @media screen and (max-width: 960px) {
      .catalogue-list--cols-2 ul, .catalogue-list--cols-2 ol {
        grid-template-columns: 1fr; } }
  .catalogue-list--cols-3 ul, .catalogue-list--cols-3 ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
    @media screen and (max-width: 1024px) {
      .catalogue-list--cols-3 ul, .catalogue-list--cols-3 ol {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 960px) {
      .catalogue-list--cols-3 ul, .catalogue-list--cols-3 ol {
        grid-template-columns: 1fr; } }

.c-sitemap {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-block: 4rem 8rem; }
  @media screen and (max-width: 960px) {
    .c-sitemap {
      gap: 2.4rem;
      margin-block: 2.4rem 4rem; } }
  .c-sitemap__group {
    width: 100%; }
  .c-sitemap__title {
    margin: 0 0 1.6rem;
    padding: 0 0 1rem;
    border-bottom: 0.2rem solid #77BAC5;
    line-height: 1.3; }
    .c-sitemap__title .ja {
      display: inline-block;
      margin-right: 1rem;
      font-size: 2.2rem;
      font-weight: 700;
      color: #77BAC5;
      vertical-align: middle; }
      @media screen and (max-width: 960px) {
        .c-sitemap__title .ja {
          font-size: 1.8rem; } }
    .c-sitemap__title .en {
      display: inline-block;
      position: relative;
      top: 0.4rem;
      font-family: "Shippori Mincho", serif;
      font-size: 1.6rem;
      font-weight: 500;
      color: #77BAC5;
      letter-spacing: 0.2rem;
      vertical-align: middle; }
      @media screen and (max-width: 960px) {
        .c-sitemap__title .en {
          font-size: 1.4rem; } }
  .c-sitemap__list {
    list-style: none;
    margin: 0;
    padding: 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3rem;
    row-gap: 0;
    background: #f1f1f1;
    border-radius: 0.5rem; }
    @media screen and (max-width: 1024px) {
      .c-sitemap__list {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 960px) {
      .c-sitemap__list {
        padding: 1rem 1.5rem; } }
    @media screen and (max-width: 767px) {
      .c-sitemap__list {
        grid-template-columns: 1fr; } }
    .c-sitemap__list > li {
      position: relative;
      padding: 1rem 0 1rem 1.6rem;
      border-bottom: 0.1rem dashed rgba(119, 186, 197, 0.35);
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .c-sitemap__list > li:last-child {
          border-bottom: none; } }
      .c-sitemap__list > li::before {
        content: "";
        position: absolute;
        top: 2.3rem;
        left: 0;
        width: 0;
        height: 0;
        border-top: 0.4rem solid transparent;
        border-bottom: 0.4rem solid transparent;
        border-left: 0.6rem solid #77BAC5; }
        @media screen and (max-width: 960px) {
          .c-sitemap__list > li::before {
            top: 2rem; } }
      .c-sitemap__list > li > a {
        color: #333333;
        font-size: var(--size-p);
        line-height: 195%;
        letter-spacing: 0.05rem;
        font-weight: 400;
        text-decoration: none;
        transition: ease all 0.2s; }
        @media (max-width: 960px) {
          .c-sitemap__list > li > a {
            line-height: 185%;
            letter-spacing: 0em;
            text-align: justify; } }
        @media (hover: hover) {
          .c-sitemap__list > li > a:hover {
            color: #77BAC5; } }
  .c-sitemap__sub {
    list-style: none;
    margin: 0.8rem 0 0;
    padding: 0 0 0 1rem; }
    .c-sitemap__sub li {
      position: relative;
      padding: 0.4rem 0 0.4rem 1.4rem;
      font-size: 1.4rem;
      line-height: 1.5; }
      .c-sitemap__sub li::before {
        content: "─";
        position: absolute;
        left: 0;
        top: 0.4rem;
        color: #77BAC5;
        font-weight: 700; }
      .c-sitemap__sub li a {
        color: #555;
        text-decoration: none;
        transition: color 0.2s ease; }
        @media (hover: hover) {
          .c-sitemap__sub li a:hover {
            color: #77BAC5;
            text-decoration: underline; } }

.p-top__title--01 {
  text-align: center; }
  .p-top__title--01 .title-en {
    position: relative;
    padding-top: 3.2rem; }
    .p-top__title--01 .title-en::before {
      content: "";
      position: absolute;
      width: 4.7rem;
      height: 2.9rem;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      -webkit-mask: url(assets/img/logo-icon01.png) center/100% no-repeat;
      mask: url(assets/img/logo-icon01.png) center/100% no-repeat;
      background: #77bac5; }
  .p-top__title--01 p {
    color: #535353;
    font-size: 5rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0;
    font-family: "Shippori Mincho", serif;
    text-transform: uppercase; }
  .p-top__title--01 .title {
    color: #535353;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0; }
  .p-top__title--01.vz-02 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 3.7rem; }
    .p-top__title--01.vz-02 .title-en::before {
      background: #fff; }
    .p-top__title--01.vz-02 p,
    .p-top__title--01.vz-02 .title {
      color: #fff; }
  .p-top__title--01.vz-03 .title-en::before {
    background: #77bac5; }
  .p-top__title--01.tn-02 {
    align-items: center;
    display: inline-flex;
    justify-content: center; }
    .p-top__title--01.tn-02 .title-en::before {
      background: #77bac5; }
    @media screen and (max-width: 960px) {
      .p-top__title--01.tn-02 {
        display: flex; } }

.btn.vz-02 a {
  color: #fff;
  border-color: #fff; }
  .btn.vz-02 a::after {
    border-color: #fff; }
  .btn.vz-02 a:hover {
    background: #fff;
    color: #77bac5; }
    .btn.vz-02 a:hover::after {
      border-color: #77bac5; }
.btn.vz-03 a {
  background-color: #77bac5;
  color: #fff;
  width: 40rem;
  height: 9rem;
  font-size: 2.4rem; }
  .btn.vz-03 a::after {
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    width: 1rem;
    height: 1rem; }
  .btn.vz-03 a:hover {
    background: #FFF;
    color: #77bac5; }
    .btn.vz-03 a:hover::after {
      border-right: 2px solid #77bac5;
      border-top: 2px solid #77bac5; }
  @media screen and (max-width: 960px) {
    .btn.vz-03 a {
      width: 34rem;
      height: 7rem;
      font-size: 2rem; } }

.p-btn__gp--01 {
  gap: 2rem; }

.p-clinic {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  padding-bottom: 6rem;
  padding-top: 18rem;
  background: url(assets/img/mv-bg01.jpg) no-repeat center top;
  background-size: contain; }
  .p-clinic::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 21.5rem);
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #77bac5; }
  .p-clinic::after {
    content: "";
    position: absolute;
    width: 38.6rem;
    height: 30.7rem;
    background: url(assets/img/info-bg01.png) no-repeat bottom right;
    background-size: contain;
    bottom: 0;
    right: 0;
    z-index: -1; }
  .p-clinic-container {
    padding-left: 9rem; }
  .p-clinic-news {
    background-color: #ffffff;
    padding: 6rem 3rem 8rem;
    position: relative;
    width: calc(100% - 69.5rem);
    z-index: 0;
    box-shadow: 0.4rem -0.2rem 0.62rem rgba(0, 0, 0, 0.05); }
    .p-clinic-news::before, .p-clinic-news::after {
      content: "";
      position: absolute;
      width: 12.2rem;
      height: 5.1rem;
      z-index: -1;
      border: #77bac5 solid 1px; }
    .p-clinic-news::before {
      top: 2rem;
      left: 2rem;
      border-bottom: 0;
      border-right: 0; }
    .p-clinic-news::after {
      bottom: 2rem;
      right: 2rem;
      border-top: 0;
      border-left: 0; }
    .p-clinic-news__list {
      height: 21rem;
      padding-right: 4.5rem;
      margin-bottom: 5.4rem; }
      .p-clinic-news__list li {
        margin-bottom: 2.9rem; }
        .p-clinic-news__list li:last-child {
          margin-bottom: 0;
          padding-bottom: 2rem; }
        .p-clinic-news__list li a {
          display: flex;
          transition: all 0.35s;
          padding: 1rem 0; }
          .p-clinic-news__list li a span {
            color: #535353;
            font-size: var(--size-p);
            font-weight: 300;
            line-height: 150%;
            letter-spacing: 0; }
            .p-clinic-news__list li a span:first-child {
              color: #77bac5;
              width: 15rem;
              text-align: center; }
            .p-clinic-news__list li a span:last-child {
              padding-left: 1rem;
              width: calc(100% - 15rem); }
          .p-clinic-news__list li a:hover {
            background: #eef5f6; }
      .p-clinic-news__list.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden
      > .os-scrollbar-vertical {
        top: -1.7rem;
        right: 0.6rem; }
      .p-clinic-news__list.os-theme-dark > .os-scrollbar-vertical::before {
        height: calc(100% - 1px);
        top: 0;
        background: rgba(83, 83, 83, 0.2); }
      .p-clinic-news__list.os-theme-dark > .os-scrollbar > .os-scrollbar-track {
        height: 22.6rem; }
      .p-clinic-news__list.os-theme-dark > .os-scrollbar .os-theme-light > .os-scrollbar {
        padding-top: 0;
        padding-bottom: 0; }
      .p-clinic-news__list.os-theme-dark > .os-scrollbar,
      .p-clinic-news__list .os-theme-light > .os-scrollbar {
        padding-top: 0;
        padding-bottom: 0; }
    .p-clinic-news .p-top__title--01 {
      margin-bottom: 6.5rem; }
  .p-clinic-info {
    width: 69.5rem;
    color: #ffffff;
    padding: 9rem 0 0 8rem; }
    .p-clinic-info__inner {
      max-width: 51.4rem; }
    .p-clinic-info__notes p {
      color: #fff;
      font-size: var(--size-p);
      font-weight: 300;
      line-height: 167%;
      letter-spacing: 0;
      margin-bottom: 3rem; }
    .p-clinic-info__notes .access {
      position: relative;
      z-index: 0;
      padding-left: 2.3rem; }
      .p-clinic-info__notes .access::before {
        content: "";
        position: absolute;
        width: 1.5rem;
        height: 2rem;
        -webkit-mask: url(assets/img/icon-access.svg) center/100% no-repeat;
        mask: url(assets/img/icon-access.svg) center/100% no-repeat;
        background: #fff;
        top: 50%;
        transform: translateY(-40%);
        left: 0;
        z-index: -1; }
    .p-clinic-info .p-top__title--01 {
      margin-bottom: 2.4rem; }
  .p-clinic-table {
    margin-bottom: 3rem; }
    .p-clinic-table__caption {
      color: #fff;
      font-size: var(--size-p);
      font-weight: 300;
      line-height: 150%;
      letter-spacing: 0;
      text-align: center;
      padding: 0.6rem;
      background: rgba(255, 255, 255, 0.15); }
    .p-clinic-table__main dl {
      display: grid;
      grid-template-columns: 14rem repeat(8, 1fr);
      border-bottom: #fff solid 1px; }
      .p-clinic-table__main dl dt,
      .p-clinic-table__main dl dd {
        color: #fff;
        font-size: var(--size-p);
        font-weight: 300;
        line-height: 150%;
        letter-spacing: 0;
        padding: 1.5rem 0; }
      .p-clinic-table__main dl dt {
        padding-left: 1rem; }
  @media (max-width: 1440px) and (min-width: 960.5px) {
    .p-clinic-container {
      padding-left: 0; }
    .p-clinic-news {
      padding: 6rem 2rem 8rem; }
      .p-clinic-news__list {
        padding-right: 2.5rem; }
        .p-clinic-news__list li a span:first-child {
          width: 14rem; }
        .p-clinic-news__list li a span:last-child {
          width: calc(100% - 14rem);
          padding-left: 0; } }
  @media screen and (max-width: 960px) {
    .p-clinic {
      padding-bottom: 6rem;
      padding-top: 6rem; }
      .p-clinic::before {
        height: calc(100% - 8rem); }
      .p-clinic::after {
        width: 15rem; }
      .p-clinic-container {
        padding-left: 0;
        gap: 5rem; }
      .p-clinic-news {
        width: 100%;
        padding: 5rem 0.5rem 5rem 1rem; }
        .p-clinic-news::before, .p-clinic-news::after {
          width: 8rem;
          height: 4rem; }
        .p-clinic-news::before {
          top: 1rem;
          left: 1rem; }
        .p-clinic-news::after {
          bottom: 1rem;
          right: 1rem; }
        .p-clinic-news__list {
          padding-right: 2rem;
          margin-bottom: 3rem; }
          .p-clinic-news__list li {
            margin-bottom: 0.5rem; }
            .p-clinic-news__list li:last-child {
              padding-bottom: 0; }
            .p-clinic-news__list li a span:first-child {
              width: 9rem; }
            .p-clinic-news__list li a span:last-child {
              width: calc(100% - 9rem); }
        .p-clinic-news .p-top__title--01 {
          margin-bottom: 2rem; }
      .p-clinic-info {
        width: 100%;
        padding: 0; }
        .p-clinic-info__inner {
          max-width: 100%; }
      .p-clinic-table__main dl {
        grid-template-columns: 11rem repeat(8, 1fr); } }

.p-concept {
  padding: 8.5rem 0 8.7rem;
  position: relative;
  z-index: 0; }
  .p-concept::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100vh - 10rem);
    top: 10rem;
    left: 0;
    position: fixed;
    z-index: -1;
    background-image: url(assets/img/concept-logo02.png), url(assets/img/concept-txt-1.png);
    background-repeat: no-repeat;
    background-position: top 6.6rem left 15.8rem, top 45.3rem left 22.9rem;
    background-size: 52rem, 38rem, contain; }
    @media (max-width: 1440px) and (min-width: 960.5px) {
      .p-concept::before {
        background-position: top 5rem left 6.8rem, top 36rem left 12.9rem;
        background-size: 40rem, 28.3rem, 116rem; } }
  .p-concept::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(assets/img/concept_bg01.jpg) no-repeat center;
    background-size: cover;
    z-index: -2;
    position: fixed; }
  .p-concept .p-top__title--01.vz-02::before {
    background: #77bac5; }
  .p-concept__gp {
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    .p-concept__gp .txt-image {
      display: none; }
  .p-concept__gp--item:first-child {
    width: 65.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    pointer-events: none; }
    .p-concept__gp--item:first-child .image {
      margin-bottom: 6rem; }
      .p-concept__gp--item:first-child .image img {
        width: 100%;
        object-fit: contain; }
    .p-concept__gp--item:first-child .txt-image img {
      width: 100%;
      object-fit: contain;
      mix-blend-mode: lighten; }
  .p-concept__gp--item:last-child {
    width: calc(100% - 65.4rem);
    margin-top: 1.6rem; }
    .p-concept__gp--item:last-child .concept-title {
      color: #fff;
      font-size: 4rem;
      font-weight: 400;
      line-height: 163%;
      letter-spacing: 0;
      font-family: "Shippori Mincho", serif;
      margin-bottom: 4.4rem; }
    .p-concept__gp--item:last-child .content {
      margin-bottom: 4.4rem; }
      .p-concept__gp--item:last-child .content p {
        color: #fff;
        font-size: var(--size-p);
        font-weight: 300;
        line-height: 222%;
        letter-spacing: 0; }
    .p-concept__gp--item:last-child .ytb {
      position: relative;
      z-index: 0;
      width: 44.7rem;
      height: 24.5rem;
      margin-bottom: 4.8rem;
      background: #ccc; }
      .p-concept__gp--item:last-child .ytb iframe {
        width: 100%;
        height: 100%;
        object-fit: cover;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
      .p-concept__gp--item:last-child .ytb::before {
        content: "";
        position: absolute;
        width: calc(100% + 0.4rem);
        height: calc(100% + 0.2rem);
        background: #72b3bd;
        top: 0.3rem;
        left: 0;
        z-index: -1; }
    .p-concept__gp--item:last-child .btn {
      justify-content: flex-start; }
  @media (max-width: 1440px) and (min-width: 960.5px) {
    .p-concept {
      background-position: top left -18rem; }
      .p-concept__gp--item:first-child {
        width: 55.4rem; }
      .p-concept__gp--item:last-child {
        width: calc(100% - 55.4rem); } }
  @media screen and (max-width: 960px) {
    .p-concept {
      padding: 3.5rem 0 3.7rem;
      background-image: url(assets/img/concept_bg01.jpg); }
      .p-concept::before {
        content: none;
        top: 6rem;
        height: calc(100vh - 6rem);
        background-image: url(assets/img/concept_bg01.jpg);
        background-size: cover; }
      .p-concept__gp {
        flex-direction: column; }
      .p-concept__gp--item:first-child {
        width: 100%;
        opacity: 1;
        pointer-events: all; }
        .p-concept__gp--item:first-child .image {
          margin-bottom: 0; }
        .p-concept__gp--item:first-child .txt-image {
          display: none; }
      .p-concept__gp--item:last-child {
        width: 100%;
        padding-left: 0; }
        .p-concept__gp--item:last-child .ytb {
          width: 100%;
          height: 35.5rem;
          margin-bottom: 2.8rem; }
        .p-concept__gp--item:last-child .concept-title {
          font-size: 2.6rem;
          margin-bottom: 0.5rem; }
        .p-concept__gp--item:last-child .content {
          margin-bottom: 1.5rem; }
        .p-concept__gp--item:last-child .btn {
          justify-content: center; } }
  @media screen and (max-width: 767px) {
    .p-concept__gp--item:last-child .ytb {
      height: 20rem; } }

.p-treatment {
  background: rgba(238, 245, 246, 0.6); }
  .p-treatment .p-top__title--01 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .p-treatment__gp {
    max-width: 83rem;
    margin-left: auto; }
    .p-treatment__gp--child {
      padding-top: 5rem;
      padding-bottom: 13rem; }
      .p-treatment__gp--child:first-child {
        width: 100%;
        display: flex;
        align-items: flex-start;
        margin-left: auto;
        margin-right: auto;
        z-index: 2;
        padding: 3rem 0 0; }
        .p-treatment__gp--child:first-child .p-top__title--01 {
          z-index: 0; }
      .p-treatment__gp--child:last-child {
        width: 100%;
        position: relative; }
  @media (max-width: 1440px) and (min-width: 960.5px) {
    .p-treatment__gp {
      max-width: 88rem; }
    .p-treatment .list-items .icon {
      height: 8rem; }
    .p-treatment .list-items .icon img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      object-fit: contain; } }
  @media screen and (max-width: 960px) {
    .p-treatment .p-treatment__gp {
      flex-direction: column; }
    .p-treatment .p-top__title--01 {
      margin-bottom: 0; }
    .p-treatment .p-treatment__gp--child {
      padding: 5rem 0;
      width: 100%; }
      .p-treatment .p-treatment__gp--child:first-child {
        padding-bottom: 0;
        justify-content: center; }
      .p-treatment .p-treatment__gp--child:last-child {
        border: 0; } }

@media screen and (max-width: 960px) {
  main {
    overflow: hidden; }

  .p-top__title--01 p {
    text-align: center;
    font-size: 3.5rem; }
  .p-top__title--01 .title {
    font-size: 1.8rem; }

  .p-btn__gp--01 {
    justify-content: center;
    gap: 1rem; } }
.tn-col--2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
  width: 100%; }
  .tn-col--2 .item {
    width: calc((100% - 3rem) / 2);
    min-height: 22.2rem; }
  @media (max-width: 1440px) and (min-width: 960.5px) {
    .tn-col--2 .item {
      min-height: 24.2rem; } }
  @media screen and (max-width: 960px) {
    .tn-col--2 {
      gap: 2rem; }
      .tn-col--2 .item {
        width: 100%;
        min-height: auto; } }

.p-bottom-info {
  padding: 7.3rem 0 8rem 0;
  background: #e6f2f4;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 960px) {
    .p-bottom-info {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .p-bottom-info__inner {
    gap: 12.5rem;
    align-items: flex-start; }
  .p-bottom-info .p-instagram {
    width: 64.7rem; }
  .p-bottom-info .p-column {
    width: calc(100% - 12.5rem - 64.702rem);
    margin: 0; }

.c-heading-ja {
  color: #535353;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 0.6rem;
  text-align: center; }

.c-heading-en {
  color: #535353;
  font-size: 5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  text-align: center; }

.btn-blog {
  padding-bottom: 1rem; }

.c-btn-more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 12rem;
  padding: 0.7rem 2.4rem 0.7rem 2.2rem;
  background: #a0caec;
  transition: all 0.35s;
  position: relative; }
  .c-btn-more .item {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.14rem;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif; }
  .c-btn-more::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 0.7rem;
    height: 0.8rem;
    transform: translateY(-50%);
    background: url(assets/img/arrow-right02.png) no-repeat center;
    background-size: contain; }

.p-instagram__head {
  position: relative;
  z-index: 0; }
  .p-instagram__head__title {
    padding-bottom: 4.3rem; }
.p-instagram__visual {
  position: relative;
  line-height: 0;
  margin-bottom: 3rem; }
  .p-instagram__visual img {
    display: block;
    max-width: 100%;
    height: auto; }
.p-instagram__photo {
  width: 100%; }
.p-instagram__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13.9rem;
  height: 13.8rem;
  display: block; }

.p-column__head {
  padding-bottom: 5.3rem;
  position: relative;
  z-index: 0; }
  .p-column__head .c-heading-en {
    margin-bottom: 0; }
.p-column__card {
  display: flex;
  flex-direction: row;
  gap: 2rem; }
.p-column__thumb {
  flex: 0 0 21rem;
  width: 21.1rem;
  height: 15.4rem;
  overflow: hidden; }
  .p-column__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0; }
  .p-column__thumb .no-image {
    width: 100%;
    height: 100%;
    background-color: rgba(119, 186, 197, 0.2);
    background-image: url(assets/img/logo04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%; }
.p-column__body {
  flex: 1 1 auto;
  min-width: 0; }
.p-column__date {
  display: block;
  color: #77bac5;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 167%;
  letter-spacing: 0;
  margin-bottom: 0.7rem; }
.p-column__title {
  color: #535353;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }
.p-column__excerpt {
  color: #535353;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 165%;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 8rem; }
.p-column__more {
  color: #77bac5;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 165%;
  letter-spacing: 0;
  border-bottom: 1px solid #77bac5;
  margin-left: 0.3rem;
  white-space: nowrap; }
.p-column__empty {
  color: #4f545a;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.14rem;
  padding: 2rem 0; }

.p-top-column__item {
  padding: 1rem;
  background: #fff;
  transition: all 0.35s;
  display: inline-block;
  margin-bottom: 1rem; }
  .p-top-column__item:hover {
    opacity: 0.85;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.06); }

.p-column .p-top-column__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: -1rem;
  height: 54.1rem;
  margin-bottom: 3rem;
  overflow-y: hidden;
  overflow-x: hidden;
  /* scroll dọc */
  padding-right: 1rem; }

.btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29.2rem;
  height: 5.1rem;
  color: #77bac5;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: 0;
  border: 1px solid #77bac5;
  border-radius: 0.5rem;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease; }
  .btn a.dh-01 {
    white-space: nowrap;
    padding-right: 1rem; }

.btn {
  display: flex;
  justify-content: center; }

.btn a:hover {
  background-color: #77bac5;
  color: #fff; }

.btn a::after {
  content: "";
  display: inline-block;
  width: 0.577rem;
  height: 0.577rem;
  border-right: 1px solid #77bac5;
  border-top: 1px solid #77bac5;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  right: 1rem;
  position: absolute; }

.btn a:hover::after {
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff; }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #77bac5; }

.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: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #fff; }

.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: 1.1rem !important;
  height: 1.1rem !important;
  min-height: 1.1rem !important; }

.os-theme-dark > .os-scrollbar-vertical::before {
  background: rgba(16, 30, 92, 0.5);
  height: 35.6rem;
  top: 0.2rem;
  left: 0.7rem; }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track {
  height: 35.6rem; }

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 10rem;
  right: -3rem; }

.btn_instagram {
  gap: 3rem; }
  @media screen and (max-width: 960px) {
    .btn_instagram {
      gap: 1.5rem; } }

.os-host-overflow {
  overflow: visible !important; }

.p-bottom--jsdo {
  background-image: url(assets/img/bg_jsdo.jpg), url(assets/img/footer-bg02.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10rem 0 8rem 0;
  position: relative;
  z-index: 0; }
  .p-bottom--jsdo__content {
    background: url(assets/img/icon_jsdo01.png) no-repeat bottom left/35.6rem, url(assets/img/icon_jsdo02.png) no-repeat bottom right/39.6rem, #fff4f3;
    background-repeat: no-repeat;
    border: 4px solid #e5aecc;
    padding: 8rem 15.5rem 5.3rem 0rem;
    position: relative;
    z-index: 0;
    border-radius: 0.5rem; }
    .p-bottom--jsdo__content::before {
      content: "";
      position: absolute;
      width: 23rem;
      height: 19.2rem;
      background: url(assets/img/icon_jsdo04.png) no-repeat center/contain;
      top: -5.5rem;
      right: 5.5rem;
      z-index: 1; }
    .p-bottom--jsdo__content::after {
      content: "";
      position: absolute;
      width: 26.6rem;
      height: 19.4rem;
      background: url(assets/img/icon_jsdo03.png) no-repeat center/contain;
      top: 4.2rem;
      left: 5.5rem; }
    .p-bottom--jsdo__content__box {
      padding-left: 38.6rem; }
    .p-bottom--jsdo__content__title {
      padding-bottom: 4rem; }
      .p-bottom--jsdo__content__title img {
        width: 54.3rem; }
    .p-bottom--jsdo__content__desc {
      color: #535353;
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 222%;
      letter-spacing: 0;
      padding-left: 0.8rem;
      padding-bottom: 3.6rem; }

.p-bottom--jsdo .btn {
  justify-content: flex-start;
  padding-left: 12.5rem; }

.img_banner {
  position: absolute;
  bottom: 11.5rem;
  left: 21.1rem; }
  .img_banner img {
    width: 47.9rem; }

.p-top--slide {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 7.6rem 0 8rem 0;
  background: #FFF url(assets/img/img_slide.png) no-repeat bottom left/contain; }
  .p-top--slide__list {
    display: flex;
    width: max-content;
    animation: slide-left 20s linear infinite;
    gap: 3.8rem;
    list-style: none;
    padding: 0;
    margin: 0; }
    .p-top--slide__list:hover {
      animation-play-state: running; }
  .p-top--slide__item {
    width: 28.1rem; }
    .p-top--slide__item:nth-child(2), .p-top--slide__item:nth-child(3), .p-top--slide__item:nth-child(7), .p-top--slide__item:nth-child(9), .p-top--slide__item:nth-child(10), .p-top--slide__item:nth-child(14) {
      margin-top: 8rem; }
    .p-top--slide__item:nth-child(3), .p-top--slide__item:nth-child(10) {
      width: 20.8rem; }
    .p-top--slide__item:nth-child(5), .p-top--slide__item:nth-child(12) {
      width: 28rem;
      margin-top: 14rem; }
    .p-top--slide__item:nth-child(4), .p-top--slide__item:nth-child(11) {
      width: 18rem; }
    .p-top--slide__item img {
      width: 100%;
      border-radius: 0; }

.p-top-greeting {
  position: relative;
  z-index: 1;
  background: url(assets/img/bg_greeting.jpg) no-repeat center/cover; }
  .p-top-greeting__container {
    align-items: flex-end; }
    .p-top-greeting__container__left {
      width: calc(100% - 96rem); }
    .p-top-greeting__container__right {
      width: 96rem;
      background: rgba(0, 0, 0, 0.52);
      padding: 10rem 23.2rem 14rem 9.8rem;
      position: relative;
      z-index: 0;
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px); }
      .p-top-greeting__container__right::after {
        content: "";
        position: absolute;
        width: 58.2rem;
        height: 49.9rem;
        bottom: 0;
        right: 0;
        background: url(assets/img/icon_greeting.png) no-repeat center/contain;
        z-index: -1; }
    .p-top-greeting__container__title {
      display: flex;
      justify-content: start;
      margin-left: -1.2rem; }
    .p-top-greeting__container__subtitle {
      padding-bottom: 4rem; }
      .p-top-greeting__container__subtitle p {
        color: #ffffff;
        font-size: 4rem;
        font-weight: 400;
        line-height: 162%;
        letter-spacing: 0;
        font-family: "Shippori Mincho", serif; }
        @media screen and (max-width: 960px) {
          .p-top-greeting__container__subtitle p {
            font-size: 2.5rem;
            color: #000000;
            text-align: center; } }
    .p-top-greeting__container__name {
      padding-bottom: 4.2rem;
      gap: 1.8rem; }
      .p-top-greeting__container__name .role {
        color: #ffffff;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 167%;
        letter-spacing: 0;
        font-family: "Shippori Mincho", serif; }
        @media screen and (max-width: 960px) {
          .p-top-greeting__container__name .role {
            font-size: 1.5rem;
            line-height: 185%;
            letter-spacing: 0.05rem;
            color: #000000; } }
      .p-top-greeting__container__name .name {
        color: #ffffff;
        font-size: 3rem;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0;
        font-family: "Shippori Mincho", serif; }
        @media screen and (max-width: 960px) {
          .p-top-greeting__container__name .name {
            font-size: 2rem;
            line-height: 150%;
            color: #000000; } }
      .p-top-greeting__container__name .en {
        color: #77bac5;
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: 0.306rem;
        font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif; }
        @media screen and (max-width: 960px) {
          .p-top-greeting__container__name .en {
            font-size: 1.5rem;
            line-height: 185%;
            letter-spacing: 0.05rem; } }
    .p-top-greeting__container__desc {
      padding-bottom: 6.5rem; }
      .p-top-greeting__container__desc p {
        color: #ffffff;
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 222%;
        letter-spacing: 0;
        font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif; }
        @media screen and (max-width: 960px) {
          .p-top-greeting__container__desc p {
            font-size: 1.5rem;
            line-height: 185%;
            letter-spacing: 0.05rem;
            color: #000000; } }
    .p-top-greeting__container__img {
      gap: 2rem;
      padding-bottom: 4.4rem;
      padding-left: 9rem; }
      .p-top-greeting__container__img.vz-01 {
        display: none; }
      .p-top-greeting__container__img .img_01 img {
        width: 100%;
        border-radius: 0; }
      .p-top-greeting__container__img .img_02 img {
        width: 100%;
        border-radius: 0; }

@media screen and (max-width: 960px) {
  .p-top-greeting .p-top__title--01 p {
    color: #000000; } }

.p-top-greeting .p-top__title--01.vz-02::before {
  background: #77bac5; }

@media screen and (max-width: 960px) {
  .p-top-greeting .p-top__title--01 .title {
    color: #000000; } }

.p-top-greeting .btn a {
  color: #ffffff;
  border: 0.5px solid #ffffff; }
  .p-top-greeting .btn a::after {
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff; }

.p-top-greeting .btn_instagram {
  margin-left: -1.6rem; }

.p-top-greeting.btn a:hover::after {
  border-right: 2px solid #77bac5;
  border-top: 2px solid #77bac5; }

.p-top-greeting.btn a:hover {
  background-color: #ffffff;
  color: #77bac5; }

.p-top-greeting .p-top__title--01.vz-02 .title-en::before {
  background: #77bac5;
  width: 50rem;
  height: 33rem;
  left: 200%;
  z-index: -1;
  mask-image: url(assets/img/logo-icon03.png); }

.p-top-feature {
  position: relative;
  padding: 9.8rem 0rem 6rem 0rem;
  z-index: 0;
  background: #FFF; }
  @media screen and (max-width: 960px) {
    .p-top-feature {
      padding-top: 5rem;
      padding-bottom: 0; } }
  .p-top-feature::before {
    content: "";
    position: absolute;
    width: 49.8rem;
    height: 99.9rem;
    background: url(assets/img/bg_feature.png) no-repeat center/cover;
    top: 0;
    left: 0;
    z-index: -1; }
  .p-top-feature__title {
    padding-bottom: 4.8rem; }
  .p-top-feature__inner {
    counter-reset: feature; }
  .p-top-feature__block {
    display: flex;
    align-items: center;
    padding-left: 31.7rem;
    gap: 0rem;
    padding-bottom: 7rem; }
    @media screen and (max-width: 960px) {
      .p-top-feature__block {
        padding-bottom: 5rem; } }
    .p-top-feature__block.vz-02 {
      flex-direction: column;
      padding-bottom: 5rem;
      padding-left: 0;
      align-items: normal;
      padding-bottom: 8rem; }
      @media screen and (max-width: 960px) {
        .p-top-feature__block.vz-02 {
          padding-bottom: 5rem; } }
      .p-top-feature__block.vz-02 .p-top-feature__block__left {
        padding-bottom: 0; }
      .p-top-feature__block.vz-02 .p-top-feature__block__title::after {
        width: 37.4rem;
        left: 33rem; }
      .p-top-feature__block.vz-02 .p-top-feature__block__desc {
        padding-right: 0; }
      .p-top-feature__block.vz-02 .p-top-feature__block__bottom {
        padding-left: 38.3rem;
        position: relative; }
        .p-top-feature__block.vz-02 .p-top-feature__block__bottom::before {
          content: "";
          position: absolute;
          width: 26.4rem;
          height: 9.5rem;
          background: url(assets/img/icon_feature02.png) no-repeat center/contain;
          top: 3rem;
          left: 10.3rem; }
      .p-top-feature__block.vz-02 .p-top-feature__block__top {
        display: flex;
        flex-wrap: nowrap;
        gap: 1rem;
        padding-bottom: 4rem;
        align-items: flex-start; }
      .p-top-feature__block.vz-02 .device {
        position: relative;
        text-align: center;
        width: 63.1rem; }
        @media (min-width: 960.5px) {
          .p-top-feature__block.vz-02 .device.vz-01 {
            padding-top: 10rem; }
          .p-top-feature__block.vz-02 .device.vz-02 {
            padding-top: 20rem; } }
      .p-top-feature__block.vz-02 .device img {
        width: 100%;
        display: block; }
      .p-top-feature__block.vz-02 .device-info {
        position: absolute;
        bottom: 3.8rem;
        right: 0;
        width: 41rem;
        background: rgba(255, 255, 255, 0.89);
        padding: 1rem 0;
        display: flex;
        padding-left: 4.2rem;
        gap: 2rem;
        backdrop-filter: blur(24px);
        -webkit-backdrop-filter: blur(24px); }
      .p-top-feature__block.vz-02 .device-name {
        color: #535353;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 194%;
        letter-spacing: 0; }
        @media screen and (max-width: 960px) {
          .p-top-feature__block.vz-02 .device-name {
            font-size: 1.5rem;
            line-height: 185%;
            letter-spacing: 0.05rem; } }
      .p-top-feature__block.vz-02 .device-type {
        color: #77bac5;
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 194%;
        letter-spacing: 0;
        align-content: center; }
        @media screen and (max-width: 960px) {
          .p-top-feature__block.vz-02 .device-type {
            font-size: 1.5rem;
            line-height: 185%;
            letter-spacing: 0.05rem; } }
    .p-top-feature__block.vz-03 {
      flex-direction: row-reverse;
      padding-left: 0;
      max-width: 174rem;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 6rem; }
      .p-top-feature__block.vz-03 .p-top-feature__block__left {
        width: 103rem;
        background: #f5f9fa;
        padding: 17.4rem 10rem 12.8rem 15.6rem;
        position: relative; }
        .p-top-feature__block.vz-03 .p-top-feature__block__left::before {
          content: "";
          position: absolute;
          width: 27.2rem;
          height: 8.3rem;
          background: url(assets/img/icon_feature03.png) no-repeat center/contain;
          top: 19rem;
          right: 5rem; }
      .p-top-feature__block.vz-03 .p-top-feature__block__right {
        width: calc(100% - 103rem);
        margin-right: 0; }
      .p-top-feature__block.vz-03 .p-top-feature__block__imgright .img01 img {
        width: 69.4rem; }
      .p-top-feature__block.vz-03 .p-top-feature__block__imgright .img02 img {
        width: 69.4rem; }
      .p-top-feature__block.vz-03 .p-top-feature__block__right::before {
        display: none; }
      .p-top-feature__block.vz-03 .p-top-feature__block__imgright {
        gap: 2rem; }
        @media screen and (max-width: 960px) {
          .p-top-feature__block.vz-03 .p-top-feature__block__imgright {
            gap: 0.5rem; } }
      .p-top-feature__block.vz-03 .p-top-feature__block__desc {
        padding-right: 12rem; }
    .p-top-feature__block.vz-04 {
      padding-left: 0;
      max-width: 174rem;
      margin-left: auto;
      margin-right: auto;
      gap: 4rem;
      align-items: flex-start; }
      .p-top-feature__block.vz-04 .p-top-feature__block__box {
        flex: 0 0 calc((100% - 4rem) / 2);
        width: calc((100% - 4rem) / 2);
        background: #f5f9fa;
        padding: 7.2rem 0 2.7rem;
        position: relative;
        box-sizing: border-box; }
        .p-top-feature__block.vz-04 .p-top-feature__block__box:first-child {
          padding-bottom: 15.5rem; }
        .p-top-feature__block.vz-04 .p-top-feature__block__box:last-child {
          background: #f7f6f3;
          transform: translateY(7.7rem); }
          @media screen and (max-width: 960px) {
            .p-top-feature__block.vz-04 .p-top-feature__block__box:last-child {
              padding-bottom: 5rem; } }
      .p-top-feature__block.vz-04 .p-top-feature__block__right {
        width: 100%;
        margin-right: 0;
        padding: 0 3.1rem 0 0; }
        .p-top-feature__block.vz-04 .p-top-feature__block__right::before {
          display: none; }
      .p-top-feature__block.vz-04 .p-top-feature__block__imgright {
        position: relative;
        display: block;
        width: 100%; }
      .p-top-feature__block.vz-04 .p-top-feature__block__imgright .img01 {
        width: calc(100% - 3.1rem);
        line-height: 0; }
        .p-top-feature__block.vz-04 .p-top-feature__block__imgright .img01 img {
          display: block;
          width: 100%;
          height: auto;
          border-radius: 0; }
      .p-top-feature__block.vz-04 .p-top-feature__block__imgright .img02 {
        position: absolute;
        top: 2.8rem;
        right: 0;
        width: 29.4rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        line-height: 0; }
        .p-top-feature__block.vz-04 .p-top-feature__block__imgright .img02 img {
          display: block;
          width: 100%;
          height: auto;
          border-radius: 0; }
      .p-top-feature__block.vz-04 .p-top-feature__block__left {
        width: 100%;
        padding: 5rem 7.2rem 0;
        position: relative;
        box-sizing: border-box;
        z-index: 0; }
        .p-top-feature__block.vz-04 .p-top-feature__block__left::before {
          content: "";
          position: absolute;
          width: 22.1rem;
          height: 7.9rem;
          background: url(assets/img/icon_feature04.png) no-repeat center/contain;
          top: 3.8rem;
          right: 6.5rem;
          z-index: 2; }
        .p-top-feature__block.vz-04 .p-top-feature__block__left.vz-05::before {
          content: "";
          position: absolute;
          width: 22.9rem;
          height: 8.6rem;
          background: url(assets/img/icon_feature05.png) no-repeat center/contain;
          top: 4rem;
          right: 3rem; }
      .p-top-feature__block.vz-04 .p-top-feature__block__title {
        display: block; }
      .p-top-feature__block.vz-04 .p-top-feature__block__desc {
        padding-right: 4rem;
        padding-bottom: 0; }
        .p-top-feature__block.vz-04 .p-top-feature__block__desc.dh-03 {
          padding-right: 5rem;
          padding-bottom: 3.7rem; }
    .p-top-feature__block__title {
      color: #535353;
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 150%;
      letter-spacing: 0.36rem;
      display: flex;
      align-items: center;
      position: relative;
      padding-right: 2rem;
      padding-bottom: 3.5rem; }
      @media screen and (max-width: 960px) {
        .p-top-feature__block__title {
          padding-bottom: 1.8rem; } }
      .p-top-feature__block__title::before {
        position: absolute;
        content: counter(feature,decimal-leading-zero);
        color: #535353;
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: 0;
        counter-increment: feature;
        top: 0;
        left: 11rem; }
      .p-top-feature__block__title::after {
        content: "";
        position: absolute;
        left: 39rem;
        top: 1.3rem;
        width: 49.2rem;
        height: 1px;
        background: rgba(83, 83, 83, 0.5);
        transform: translateX(-50%); }
    .p-top-feature__block__subtitle {
      color: #535353;
      font-size: 4rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0;
      padding-bottom: 4.8rem;
      font-family: "Shippori Mincho", serif; }
      @media screen and (max-width: 960px) {
        .p-top-feature__block__subtitle {
          font-size: 2.2rem;
          padding-bottom: 1.8rem; } }
    .p-top-feature__block__desc {
      color: #535353;
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 222%;
      letter-spacing: 0;
      padding-bottom: 5.5rem;
      padding-right: 11rem; }
      @media screen and (max-width: 960px) {
        .p-top-feature__block__desc {
          font-size: 1.5rem;
          line-height: 185%;
          letter-spacing: 0.05rem;
          padding-right: 0;
          padding-bottom: 3rem; } }
    .p-top-feature__block__left {
      width: calc(100% - 73.6rem - 8.7rem);
      padding-bottom: 5rem; }
      .p-top-feature__block__left.gp-01 {
        width: 100%; }
      .p-top-feature__block__left__01 {
        display: flex; }
        .p-top-feature__block__left__01 .left {
          width: calc(100% - 64.9rem); }
        .p-top-feature__block__left__01 .right {
          width: 64.9rem;
          margin-left: -27rem; }
    .p-top-feature__block__right {
      width: 73.6rem;
      gap: 4rem;
      position: relative;
      margin-right: 8.7rem; }
      .p-top-feature__block__right::before {
        content: "";
        position: absolute;
        width: 25.8rem;
        height: 9.7rem;
        background: url(assets/img/icon_feature01.png) no-repeat center/contain;
        top: 5rem;
        left: -5.8rem; }
    .p-top-feature__block__imgleft {
      display: flex;
      flex-direction: column;
      align-self: flex-end;
      padding-bottom: 9rem; }
      .p-top-feature__block__imgleft img {
        border-radius: 0;
        width: 30.1rem; }
    .p-top-feature__block__imgright {
      display: flex;
      flex-direction: column;
      gap: 4rem; }
      .p-top-feature__block__imgright .img01 img,
      .p-top-feature__block__imgright .img02 img {
        border-radius: 0; }
      .p-top-feature__block__imgright .img01 img {
        width: 39.5rem; }
      .p-top-feature__block__imgright .img02 img {
        width: 28rem; }

.p-top-feature .p-top__title--01 .title {
  position: relative; }
  .p-top-feature .p-top__title--01 .title .number_feature {
    color: #77bac5;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0; }
    .p-top-feature .p-top__title--01 .title .number_feature::before {
      content: attr(data-text);
      font-size: 6rem;
      color: #77bac5;
      position: relative;
      top: 1.2rem;
      left: 0; }

.p-top-feature .btn_instagram {
  padding-left: 3rem; }
  .p-top-feature .btn_instagram.gp-02 {
    padding-left: 10.8rem; }
  .p-top-feature .btn_instagram.gp-03 {
    padding-left: 2rem; }

th.vz-01 {
  font-weight: 700; }

@keyframes slide-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
@media (max-width: 1440px) and (min-width: 960.5px) {
  .btn a {
    width: 27rem;
    font-size: 1.6rem; }

  .p-bottom--jsdo__content {
    padding-right: 15rem; }

  .img_banner {
    left: 3.1rem; }
    .img_banner img {
      width: 42.9rem; }

  .p-top-greeting__container__left {
    width: calc(100% - 76rem); }

  .p-top-greeting__container__right {
    width: 76rem;
    padding-right: 8.2rem; }

  .p-top-greeting__container__img .img_01,
  .p-top-greeting__container__img .img_02 {
    width: 27rem; }

  .p-top-greeting .p-top__title--01.vz-02 .title-en::before {
    width: 34rem;
    left: 169%;
    height: 22rem; }

  .p-top-feature__block__right {
    margin-right: 3.7rem; }

  .p-top-feature__block {
    padding-left: 2rem; }

  .p-top-feature__block__left {
    width: calc(100% - 73.6rem - 3.7rem); }

  .p-top-feature__block__right::before {
    left: 2.2rem; }

  .p-top-feature__block.vz-02 .p-top-feature__block__bottom {
    padding-left: 22.3rem; }

  .p-top-feature__block__left__01 .left {
    width: calc(100% - 37.9rem); }

  .p-top-feature__block.vz-02 .p-top-feature__block__bottom::before {
    width: 20rem;
    left: 1.3rem; }

  .p-top-feature__block__left__01 .right {
    margin-left: -29rem; }

  .p-top-feature__block.vz-03 .p-top-feature__block__left {
    width: 80rem;
    padding: 9.4rem 10rem 11.8rem 2.6rem; }

  .p-top-feature__block.vz-03 .p-top-feature__block__right {
    width: calc(100% - 80rem); }

  .p-top-feature__block.vz-03 {
    gap: 2rem; }

  .p-top-feature__block.vz-03 .p-top-feature__block__left::before {
    width: 22.2rem;
    top: 13rem;
    right: 1rem; }

  .p-top-feature__block__title::after {
    left: 35rem;
    top: 1.3rem;
    width: 40.2rem; } }
@media (max-width: 960px) {
  .p-bottom-info .p-column {
    width: 100%; }

  .p-bottom-info .p-instagram {
    width: 100%; }

  .os-scrollbar-horizontal {
    display: none !important; }

  .p-column__thumb {
    flex: 0 0 11rem;
    width: 13.1rem;
    height: 11.4rem; }

  .p-column__card {
    gap: 1rem; }
  .p-column__excerpt {
    padding-left: 0;
    font-size: 1.5rem;
    line-height: 185%; }

  .os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
    right: 1rem; }

  .p-column .p-top-column__list {
    padding-right: 3rem;
    height: 45rem; }

  .p-top-column__item {
    width: 100%; }

  .p-column__head {
    padding-bottom: 3rem; }

  .p-bottom-info__inner {
    gap: 5rem; }

  .p-instagram__head {
    flex-flow: column; }
    .p-instagram__head__title {
      padding-bottom: 3rem; }

  .p-instagram__icon {
    width: 11rem;
    height: 11rem; }

  .btn a {
    width: 30rem;
    font-size: 1.4rem; }

  .p-bottom--jsdo::after {
    display: none; }

  .p-bottom--jsdo__content {
    padding: 9rem 1.5rem 3rem; }

  .p-bottom--jsdo__content__box {
    padding-left: 0; }

  .p-bottom--jsdo__content::before {
    width: 12rem;
    height: 10rem;
    top: -4rem;
    right: 1.5rem; }
  .p-bottom--jsdo__content::after {
    width: 8rem;
    height: 5.8rem;
    top: 2rem;
    left: 1.5rem; }

  .p-bottom--jsdo__content {
    background-size: 14.6rem, 15.6rem; }

  .p-bottom--jsdo__content__desc {
    font-size: 1.5rem;
    line-height: 185%;
    letter-spacing: 0.05rem; }

  .p-bottom--jsdo .btn {
    padding-left: 0;
    justify-content: center; }

  .p-bottom--jsdo__content__title {
    display: flex;
    justify-content: center;
    padding-bottom: 1.5rem; }
    .p-bottom--jsdo__content__title img {
      width: 30rem; }

  .img_banner {
    position: relative;
    left: auto;
    bottom: auto; }
    .img_banner img {
      width: 50rem;
      margin: 0 auto;
      margin-top: 3rem; }

  .p-bottom--jsdo {
    padding: 5rem 0; }

  .os-theme-dark > .os-scrollbar-vertical::before {
    height: 100%; }

  .os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
    top: 0; }

  .os-theme-dark > .os-scrollbar > .os-scrollbar-track {
    height: 100%; }

  .p-top--slide {
    padding: 5rem 0 5rem 0; }
    .p-top--slide__list {
      gap: 1.5rem; }
    .p-top--slide__item {
      width: 18rem; }
      .p-top--slide__item:nth-child(2), .p-top--slide__item:nth-child(3), .p-top--slide__item:nth-child(7), .p-top--slide__item:nth-child(9), .p-top--slide__item:nth-child(10), .p-top--slide__item:nth-child(14) {
        margin-top: 6rem; }
      .p-top--slide__item:nth-child(3), .p-top--slide__item:nth-child(10) {
        width: 18rem; }
      .p-top--slide__item:nth-child(5), .p-top--slide__item:nth-child(12) {
        width: 18rem;
        margin-top: 9rem; }
      .p-top--slide__item:nth-child(4), .p-top--slide__item:nth-child(11) {
        width: 15rem; }
      .p-top--slide__item img {
        width: 100%;
        border-radius: 0; }

  .p-top-greeting__container__right::after {
    display: none; }

  .p-top-greeting__container {
    position: relative; }

  .p-top-greeting__container__img {
    display: none;
    gap: 1rem; }
    .p-top-greeting__container__img.vz-01 {
      display: flex;
      justify-content: center;
      padding-left: 0;
      padding-bottom: 2.4rem; }
    .p-top-greeting__container__img .img_01,
    .p-top-greeting__container__img .img_02 {
      width: 32rem; }

  .p-top-greeting__container__right {
    padding: 5rem 1.5rem 1.5rem;
    width: 100%;
    background: none;
    backdrop-filter: initial;
    -webkit-backdrop-filter: initial; }

  .p-top-greeting__container__left {
    width: 100%;
    position: relative;
    top: 76rem; }

  .p-top-greeting {
    background-size: 100%;
    background-position: top 25rem left;
    background-color: #FFF; }
    .p-top-greeting .p-top__title--01.vz-02 .title-en::before {
      left: 50%;
      width: 4.7rem;
      height: 3rem; }

  .p-top-greeting__container__title {
    justify-content: center;
    margin-left: 0; }

  .p-top-greeting__container__img {
    padding-left: 4rem; }

  .p-top-greeting__container__subtitle {
    padding-bottom: 40rem; }

  .p-top-greeting__container__title {
    padding-bottom: 2rem; }

  .p-top-greeting .btn_instagram {
    gap: 1rem; }

  .p-top-greeting__container__name {
    padding-bottom: 2.2rem; }

  .p-top-greeting__container__desc {
    padding-bottom: 3.5rem; }

  .p-top-greeting .btn a {
    color: #77bac5;
    border: 0.5px solid #77bac5; }
    .p-top-greeting .btn a::after {
      border-right: 1px solid #77bac5;
      border-top: 1px solid #77bac5; }
    .p-top-greeting .btn a:hover {
      color: #fff; }
      .p-top-greeting .btn a:hover::after {
        border-right-color: #fff;
        border-top-color: #fff; }

  .p-top-greeting .btn_instagram {
    margin-left: 0; }

  .p-top-greeting .p-top__title--01.vz-02 {
    margin-bottom: 0; }

  .p-top-feature::before {
    display: none; }

  .p-top-feature__block {
    flex-direction: column;
    padding-left: 0; }
    .p-top-feature__block.vz-01 {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    .p-top-feature__block.vz-02 {
      flex-direction: column; }
      .p-top-feature__block.vz-02 .device {
        width: 100%; }
      .p-top-feature__block.vz-02 .p-top-feature__block__top {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 7rem; }
      .p-top-feature__block.vz-02 .device-info {
        width: 34.5rem;
        justify-content: center;
        padding-left: 0;
        bottom: 0; }
      .p-top-feature__block.vz-02 .p-top-feature__block__bottom {
        padding-left: 1.5rem;
        padding-right: 1.5rem; }
        .p-top-feature__block.vz-02 .p-top-feature__block__bottom::before {
          width: 12.4rem;
          top: -8rem;
          left: 4.3rem; }
      .p-top-feature__block.vz-02 .p-top-feature__block__left__01 .left {
        width: 100%; }
      .p-top-feature__block.vz-02 .p-top-feature__block__left__01 .right {
        width: 100%;
        margin-left: 0; }
    .p-top-feature__block.vz-03 {
      flex-direction: column; }
      .p-top-feature__block.vz-03 .p-top-feature__block__left {
        width: 100%;
        padding: 0;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        background: none; }
        .p-top-feature__block.vz-03 .p-top-feature__block__left::before {
          width: 12.2rem;
          top: -8rem;
          right: auto;
          left: 14px; }
      .p-top-feature__block.vz-03 .p-top-feature__block__right {
        display: flex;
        width: 100%; }
      .p-top-feature__block.vz-03 .p-top-feature__block__imgright {
        width: 100%;
        flex-direction: row;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 8rem; }
      .p-top-feature__block.vz-03 .p-top-feature__block__desc {
        padding-right: 0; }
    .p-top-feature__block.vz-04 .p-top-feature__block__box:first-child {
      width: 100%; }
    .p-top-feature__block.vz-04 .p-top-feature__block__imgright .img02 {
      display: flex;
      flex-direction: row;
      top: auto;
      bottom: -4rem;
      right: 2rem; }
    .p-top-feature__block.vz-04 .p-top-feature__block__imgright .img01 {
      width: 100%; }
    .p-top-feature__block.vz-04 .p-top-feature__block__right {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    .p-top-feature__block.vz-04 .p-top-feature__block__box {
      width: 100%;
      padding-top: 1.5rem; }
      .p-top-feature__block.vz-04 .p-top-feature__block__box:first-child {
        padding-bottom: 5rem; }
      .p-top-feature__block.vz-04 .p-top-feature__block__box:last-child {
        transform: translateY(1rem); }
    .p-top-feature__block.vz-04 .p-top-feature__block__left {
      padding: 0;
      padding-top: 10rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
      .p-top-feature__block.vz-04 .p-top-feature__block__left::before {
        width: 12rem;
        right: auto;
        left: 1rem; }
      .p-top-feature__block.vz-04 .p-top-feature__block__left.vz-05::before {
        width: 16rem;
        top: 0;
        right: auto;
        left: 1.6rem; }
    .p-top-feature__block.vz-04 .p-top-feature__block__desc {
      padding-right: 0; }
      .p-top-feature__block.vz-04 .p-top-feature__block__desc.dh-03 {
        padding-right: 0; }

  .p-top-feature__block__left {
    width: 100%;
    order: 2;
    padding-bottom: 0; }

  .p-top-feature__block__right {
    width: 100%;
    order: 1;
    margin-right: 0;
    gap: 1rem;
    justify-content: center; }
    .p-top-feature__block__right::before {
      width: 9.8rem;
      height: 9.7rem;
      top: auto;
      bottom: 0;
      left: 1.8rem; }

  .p-top-feature__block.vz-04 {
    gap: 0;
    padding-bottom: 2rem; }

  .p-top-feature__block__imgleft {
    padding-bottom: 9rem; }
    .p-top-feature__block__imgleft img {
      width: 26rem; }

  .p-top-feature__block__imgright .img01 img {
    width: 42rem; }

  .p-top-feature__block__imgright {
    width: 28rem;
    gap: 1rem; }

  .p-top-feature__block__title::after {
    left: 24rem;
    width: 15rem; }
  .p-top-feature__block.vz-02 .p-top-feature__block__title::after {
    left: 24rem;
    width: 15rem; }

  .p-top-feature .btn_instagram {
    justify-content: center;
    gap: 1.5rem;
    padding-left: 0; }
    .p-top-feature .btn_instagram.gp-02, .p-top-feature .btn_instagram.gp-03 {
      padding-left: 0; }

  .p-top-feature__block__top {
    flex-direction: column; } }
@media (max-width: 767px) {
  .p-instagram__icon {
    width: 8rem;
    height: 8rem; }

  .os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
    right: -1rem; }

  .p-top-greeting__container__subtitle {
    padding-bottom: 53.333vw; }

  .p-top-greeting__container__img .img_01,
  .p-top-greeting__container__img .img_02 {
    width: 16rem; }

  .p-top-greeting__container__left {
    top: 144vw; }

  .p-top-feature__block__imgleft img {
    width: 17.5rem; }

  .p-top-feature__block__imgright .img01 img {
    width: 19rem; }

  .p-top-feature__block__imgright {
    width: 16rem; }

  .p-column__excerpt {
    padding-right: 0; }
  .p-column__date {
    font-size: 1.5rem; }
  .p-column .p-top-column__list {
    padding-right: 0.5rem; } }
@media screen and (max-width: 767px) {
  .img_banner img {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */
