@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..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.6rem, 14px);
  --size-p-18: max(1.8rem, 14px);
  --size-small: max(1.4rem, 12px);
  --size-h1: max(2.8rem, 24px);
  --size-h2: max(2.4rem, 22px);
  --size-h3: max(2.2rem, 20px);
  --size-h4: max(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 Serif 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; } }

/* ==========================================================================
   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: #ec8a97; }

.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
   ========================================================================== */
.site-header {
  position: relative;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  height: 10.5rem;
  border-bottom: 1px solid #eee; }

.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 {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 55;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.35s; }
  .p-header__left {
    padding-left: 4rem;
    transition: all 0.35s; }
    .p-header__left img {
      width: 36rem; }
  .p-header__list {
    margin-bottom: 1.5rem;
    transition: all 0.35s; }
    .p-header__list li .item {
      color: #333;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 125%;
      letter-spacing: 0.1rem;
      display: flex;
      height: 5rem;
      align-items: center;
      text-align: center;
      padding: 0 2.5rem;
      background: #fff; }
    .p-header__list li.btn .item {
      font-size: 2.3rem; }
      .p-header__list li.btn .item span {
        color: #fff;
        background-position: center left;
        background-repeat: no-repeat; }
    .p-header__list li.btn-tel .item {
      background: #f2b230; }
      .p-header__list li.btn-tel .item span {
        font-weight: 500;
        background-image: url(assets/img/tel-icon02.png);
        background-size: 2.1rem;
        padding-left: 4rem; }
    .p-header__list li.btn-web .item {
      background: #ec8a97; }
      .p-header__list li.btn-web .item span {
        padding-left: 3.5rem;
        background-image: url(assets/img/web-icon01.png); }
  .p-header__menu {
    padding-right: 4rem; }
    .p-header__menu li {
      padding: 0 0.9rem 1.5rem; }
      .p-header__menu li:first-child {
        padding-left: 0; }
      .p-header__menu li:last-child {
        padding-right: 0; }
      .p-header__menu li a {
        color: #333333;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: 0.192rem;
        transition: all 0.35s; }
        .p-header__menu li a:hover {
          color: #106eb8; }
      .p-header__menu li.current_page_item a, .p-header__menu li.current-menu-parent a {
        color: #106eb8; }

@media (min-width: 960.5px) {
  .p-header__list li.btn-web .item {
    font-size: 2.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: 33rem; }
    .p-header__menu li .sub-menu::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      bottom: 0;
      z-index: -1;
      background: rgba(236, 138, 151, 0.9); }
    .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:hover::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; }
        .p-header__menu li .sub-menu li a:hover {
          opacity: 0.8; }
  .p-header__menu li.vz-02 {
    position: initial; }
    .p-header__menu li.vz-02 .sub-menu {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      left: 0;
      padding: 3rem 10rem 5rem !important; }
      .p-header__menu li.vz-02 .sub-menu li {
        width: calc((100% - 6.001rem) / 3);
        margin-right: 3rem; }
        .p-header__menu li.vz-02 .sub-menu li:nth-child(3n) {
          margin-right: 0; }
        .p-header__menu li.vz-02 .sub-menu li:last-child {
          border-width: 1px; }
  .p-header__menu li.vz-03 .sub-menu {
    left: auto; }
  .p-header__menu li.vz-04 .sub-menu {
    left: -6rem; }
  .p-header__menu li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    padding: 0; }
  .p-header__menu li:hover.menu-item-has-children > a::before {
    content: none; }

  .home .site-header {
    height: auto;
    border-bottom: 0; }
  .home .p-header:not(.active) {
    background: transparent;
    align-items: flex-start; }
    .home .p-header:not(.active) .p-header__left {
      padding: 3.25rem 3.7rem 4rem 3.25rem;
      border-bottom-right-radius: 3rem;
      background: #fff; }
    .home .p-header:not(.active) .p-header__list {
      margin-bottom: 2.5rem; }
    .home .p-header:not(.active) .p-header__menu li a {
      color: #fff;
      text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.25); }
      .home .p-header:not(.active) .p-header__menu li a:hover {
        color: #106eb8; }
    .home .p-header:not(.active) .p-header__menu li.vz-02 .sub-menu {
      top: calc(100% - 3.2rem); }
    .home .p-header:not(.active) .p-header__menu li.current_page_item a {
      color: #106eb8; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-header__left {
    padding-left: 2rem; }
    .p-header__left img {
      width: 28rem; }
  .p-header__menu {
    padding-right: 2rem; }
    .p-header__menu li a {
      letter-spacing: 0.1rem; }

  .home .p-header:not(.active) .p-header__left {
    padding: 2.5rem 1rem; }
  .home .p-header:not(.active) .p-header__menu li.vz-02 .sub-menu {
    top: 100%; } }
@media (max-width: 960px) {
  .site-header {
    height: 6rem; }

  .p-header {
    padding: 0rem 0rem 0rem 1rem;
    height: 6rem; }
    .p-header__left {
      padding-top: 0;
      padding-left: 0;
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-between; }
      .p-header__left img {
        width: 25rem; }
    .p-header__list, .p-header__menu {
      display: none; } }
.c-text-01 p {
  color: #4f545a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: 0.16rem; }
.c-text-01.vz-02 p {
  color: #333; }

.c-tel__btn-01 a {
  color: #cd6f6a;
  font-size: 3rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  background: url(assets/img/tel-icon01.png) no-repeat center left;
  background-size: 2.7rem;
  padding-left: 4.2rem; }

.site-maps {
  width: 100%;
  height: 50rem;
  line-height: 0;
  background-color: #4f545a; }
  .site-maps iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: top; }

.p-footer {
  background: url(assets/img/footer-bg01.jpg) no-repeat center;
  background-size: cover;
  padding: 12.8rem 0 7rem; }
  .p-footer__info {
    max-width: 114rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.4rem; }
    .p-footer__info--item:first-child {
      width: calc(100% - 53rem);
      padding-right: 8rem; }
    .p-footer__info--item:last-child {
      width: 53rem; }
    .p-footer__info .c-text-01 {
      margin-bottom: 0.5rem; }
    .p-footer__info .c-tel__btn-01 {
      margin-bottom: 1.5rem; }
  .p-footer__logo {
    margin-bottom: 1.2rem; }
    .p-footer__logo img {
      width: 32rem;
      display: inline-block; }
  .p-footer__nav {
    padding-left: 13rem; }
    .p-footer__nav--title {
      color: #82cac5;
      font-size: 5rem;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0.5rem;
      margin-bottom: 1rem; }
    .p-footer__nav--item:first-child {
      width: 37.5rem; }
    .p-footer__nav--item:last-child {
      width: calc(100% - 37.5rem); }
  .p-footer__menu {
    gap: 1.3rem; }
    .p-footer__menu li a {
      color: #4f545a;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0.16rem;
      transition: all 0.35s;
      position: relative; }
      .p-footer__menu li a::before {
        content: "・"; }
      .p-footer__menu li a:hover {
        opacity: 0.8; }
    .p-footer__menu.vz-02 {
      grid-template-columns: 40.5rem 35rem 28.5rem; }
  .p-footer__schedule--table {
    margin-bottom: 2rem; }
  .p-footer__schedule dl {
    display: flex;
    border-bottom: #fff solid 1px; }
    .p-footer__schedule dl dt,
    .p-footer__schedule dl dd {
      color: #6fbbb6;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0.16rem;
      padding: 1.7rem 0; }
    .p-footer__schedule dl dt {
      text-align: center;
      width: 16.8rem; }
    .p-footer__schedule dl dd {
      width: calc((100% - 16.8rem) / 7); }
    .p-footer__schedule dl:first-child {
      border-bottom: 0;
      background: #6fbbb6;
      border-radius: 0.5rem; }
      .p-footer__schedule dl:first-child dt,
      .p-footer__schedule dl:first-child dd {
        color: #fff;
        padding: 1.35rem 0; }
  .p-footer__schedule p {
    color: #4f545a;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 185%;
    letter-spacing: 0.14rem;
    margin-bottom: 1.2rem; }
    .p-footer__schedule p:last-child {
      margin-bottom: 0; }
    .p-footer__schedule p strong {
      display: inline-block;
      line-height: 160%; }
  .p-footer__bottom {
    background: #82cac5;
    padding: 2.3rem; }
  .p-footer__credit {
    padding-right: 1.5rem;
    margin-right: 1.5rem;
    border-right: #fff solid 1px; }
    .p-footer__credit img {
      width: 16rem; }
  .p-footer__copy {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0.12rem; }
  .p-footer__btn--01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
    height: 10.9rem;
    background-image: url(assets/img/img_footer.jpg?v=101);
    background-position: center left, center right;
    background-repeat: no-repeat;
    border-radius: 1rem; }

.c-pagetop {
  position: fixed;
  bottom: 8rem;
  right: 0;
  width: 7.1rem;
  height: 7.1rem;
  opacity: 0;
  border: #fff solid 1px;
  background: #82cac5;
  cursor: pointer;
  outline: none;
  transition: all 0.35s;
  z-index: 50; }
  .c-pagetop::before {
    content: "";
    position: absolute;
    width: 2.4rem;
    height: 1.2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #fff; }
  .c-pagetop.show {
    opacity: 1; }
    .c-pagetop.show:hover {
      opacity: 0.8; }
  @media (max-width: 960px) {
    .c-pagetop {
      right: 1.5rem;
      bottom: 6.5rem;
      width: 5rem;
      height: 5rem;
      position: fixed; }
      .c-pagetop.fixed {
        bottom: 6.5rem; } }
  @media (max-width: 767px) {
    .c-pagetop {
      bottom: 12rem; } }

.c-nav-fix {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translateY(-50%); }
  .c-nav-fix__item.c-acf_line .c-nav-fix__item--link {
    background-color: #07b53b; }
  .c-nav-fix__item--link {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    width: 6rem;
    height: 10.8rem;
    border-radius: 0.5rem 0 0 0.5rem;
    padding: 1rem 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
    background-repeat: no-repeat;
    background-position: center top 1.5rem;
    background-size: 3.1rem;
    position: relative; }
    .c-nav-fix__item--link::before {
      content: "";
      position: absolute;
      width: 3.1rem;
      height: 3rem;
      top: 1.5rem;
      left: 50%;
      transform: translateX(-50%);
      -webkit-mask: url(assets/img/line-icon01.svg) center/100% no-repeat;
      mask: url(assets/img/line-icon01.svg) center/100% no-repeat;
      background: #fff; }

.footer-link-fix {
  position: fixed;
  z-index: 50;
  bottom: 4rem;
  left: 3rem; }
  .footer-link-fix li img {
    width: 44.1rem;
    border-radius: 1rem; }
  .footer-link-fix li .close {
    width: 3.8rem;
    height: 3.8rem;
    background: #ed9c66;
    position: absolute;
    top: -1.9rem;
    right: -1.9rem;
    cursor: pointer;
    z-index: 1;
    border-radius: 100%; }
    .footer-link-fix li .close::before {
      content: "";
      position: absolute;
      width: 1.2rem;
      height: 1.2rem;
      -webkit-mask: url(assets/img/icon-close.svg) center/100% no-repeat;
      mask: url(assets/img/icon-close.svg) center/100% no-repeat;
      background: #fff;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .footer-link-fix li.active {
    display: none; }

@media (min-width: 960.5px) {
  .c-nav-fix {
    display: none; }
    .c-nav-fix__item {
      display: none; }
      .c-nav-fix__item.c-acf_line, .c-nav-fix__item.c-acf_inst {
        display: block; }
      .c-nav-fix__item.c-acf_inst a {
        background: #FFF url(assets/img/instagram-bg01.jpg) no-repeat center;
        background-size: cover;
        font-size: 1.4rem;
        padding-bottom: 2.3rem;
        padding-left: .5rem;
        padding-right: .5rem;
        line-height: 140%;
        padding-top: 1rem; }
        .c-nav-fix__item.c-acf_inst a::before {
          -webkit-mask: url(assets/img/instagram-icon01.svg) center/100% no-repeat;
          mask: url(assets/img/instagram-icon01.svg) center/100% no-repeat; }
        .c-nav-fix__item.c-acf_inst a::after {
          content: "はこちら";
          position: absolute;
          font-size: 1rem;
          bottom: 0.6rem;
          left: 0;
          width: 100%;
          text-align: center; }

  .home .c-nav-fix {
    display: grid;
    gap: 1rem; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-footer__nav {
    padding-left: 0; }
  .p-footer__menu.vz-02 {
    grid-template-columns: 33rem 33rem 30rem; } }
@media (max-width: 960px) {
  .c-nav-fix {
    display: flex;
    top: auto;
    bottom: 0;
    transform: initial;
    width: 100%;
    z-index: 110;
    border-top: #fff solid 1px; }
    .c-nav-fix__item {
      width: calc(100% / 4); }
      .c-nav-fix__item--link {
        width: 100%;
        height: 6rem;
        border-radius: 0;
        background-color: #ec8a97;
        font-size: 1.3rem; }
        .c-nav-fix__item--link::before {
          top: 0.8rem;
          width: 2.4rem;
          height: 2.4rem; }
        .c-nav-fix__item--link br {
          display: none; }
      .c-nav-fix__item.c-acf_web .c-nav-fix__item--link::before {
        mask-image: url(assets/img/web-icon01.png);
        width: 2rem;
        height: 2rem; }
      .c-nav-fix__item.c-acf_inst .c-nav-fix__item--link {
        background: url(assets/img/instagram-bg01.jpg) no-repeat center;
        background-size: cover; }
        .c-nav-fix__item.c-acf_inst .c-nav-fix__item--link::before {
          mask-image: url(assets/img/instagram-icon01.svg); }
      .c-nav-fix__item.c-acf_tel .c-nav-fix__item--link {
        background-color: #f2b230; }
        .c-nav-fix__item.c-acf_tel .c-nav-fix__item--link::before {
          mask-image: url(assets/img/tel-icon01.png);
          width: 2rem;
          height: 2rem; }

  .footer-link-fix {
    left: 1.5rem;
    bottom: 7rem; }
    .footer-link-fix li img {
      width: 27rem; }
    .footer-link-fix li .close {
      width: 3rem;
      height: 3rem; }
      .footer-link-fix li .close::before {
        width: 1rem;
        height: 1rem; }

  .site-footer {
    padding-bottom: 6rem; }

  .site-maps {
    height: 25rem; }

  .c-text-01 p {
    font-size: 1.5rem;
    line-height: 185%;
    letter-spacing: 0 !important;
    margin-bottom: 2rem; }

  .p-footer {
    padding: 6rem 0; }
    .p-footer__nav {
      display: none; }
    .p-footer__info {
      margin-bottom: 0; }
      .p-footer__info--item:first-child {
        width: 100%;
        padding-right: 0;
        margin-bottom: 4rem; }
      .p-footer__info--item:last-child {
        width: 100%; }
    .p-footer__schedule dl dt,
    .p-footer__schedule dl dd {
      font-size: 1.5rem; }
    .p-footer__schedule dl dt {
      width: 25rem; }
    .p-footer__schedule dl dd {
      width: calc((100% - 25rem) / 7); }
    .p-footer__credit img {
      width: 14rem; }
    .p-footer__bottom {
      padding: 1.5rem; }
    .p-footer__btn--01 a {
      background-size: contain;
      font-size: 1.8rem;
      padding-left: 0;
      border-radius: .8rem; } }
@media (max-width: 767px) {
  .p-footer__schedule dl dt {
    width: 12rem; }
  .p-footer__schedule dl dd {
    width: calc((100% - 12rem) / 7); } }
[class^="grid-"],
[class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.l-grid-1770 {
  max-width: 180rem; }
.l-grid-1540 {
  max-width: 157rem; }
.l-grid-1500 {
  max-width: 153rem; }
.l-grid-1330 {
  max-width: 136rem; }
.l-grid-1360 {
  max-width: 139rem; }
.l-grid-1280 {
  max-width: 131rem; }
.l-grid-1200 {
  max-width: 123rem; }

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease; }
  .wow_custom.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
    .wow_custom.show.wow_vz_02 {
      animation: fade_in_0 500ms 500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_03 {
      animation: fade_in_0 500ms 1000ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_04 {
      animation: fade_in_0 500ms 1500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_05 {
      animation: fade_in_0 500ms 2000ms linear;
      animation-fill-mode: forwards; }

.anchor_fixtop,
.u-anchor-offset {
  display: block;
  position: relative;
  top: -15rem;
  width: 100%;
  visibility: hidden; }

@media (max-width: 960px) {
  .anchor_fixtop,
  .u-anchor-offset {
    top: -8rem; } }
.l-container {
  width: 100%;
  max-width: 128rem;
  margin-inline: auto; }
  @media screen and (max-width: 960px) {
    .l-container {
      padding-inline: 3rem; } }
  @media screen and (max-width: 767px) {
    .l-container {
      padding-inline: 1.5rem; } }

.l-content {
  display: flex;
  gap: 0;
  margin-block: 4rem 8rem; }
  @media screen and (max-width: 960px) {
    .l-content {
      flex-direction: column;
      gap: 0;
      margin-block: 2rem 4rem; } }
  .l-content__main {
    width: calc(100% - 30rem);
    min-width: 0; }
    @media screen and (max-width: 960px) {
      .l-content__main {
        width: 100%;
        margin-bottom: 6rem; } }
  .l-content__sidebar {
    width: 30rem;
    padding-left: 5rem;
    min-width: 0; }
    @media screen and (max-width: 960px) {
      .l-content__sidebar {
        width: 100%;
        padding-left: 0; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slide {
  transition: transform 0.4s linear;
  /* Chuyển động tuyến tính */ }

.slick-list {
  overflow: hidden;
  /* Ẩn các phần slide bên ngoài */ }

.slick-track {
  display: flex; }

/* ==========================================================================
   Object - Component (c-)
   ========================================================================== */
.c-hamburger {
  position: relative;
  z-index: 110;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  width: 6rem;
  height: 6rem;
  padding: 0;
  background: #ec8a97;
  border: 0;
  border-radius: 0rem;
  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; } }
.c-heading {
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08rem;
  color: #ec8a97; }
  @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 #ec8a97; }
    .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: #ec8a97;
      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: #ec8a97;
      opacity: 0.4;
      transform: translateY(-50%) rotate(45deg); }
      @media screen and (max-width: 960px) {
        .c-heading--diamond::after {
          top: 1.5rem; } }
  .c-heading--tab {
    display: inline-block;
    position: relative;
    padding: 1rem 2.4rem 1rem 3.6rem;
    background-color: #ec8a97;
    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: #ec8a97;
      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: #ec8a97;
      color: #fff;
      font-family: "Noto Serif JP", 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(236, 138, 151, 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: "Noto Serif JP", serif;
      font-size: 4.8rem;
      font-weight: 900;
      font-style: italic;
      letter-spacing: -0.1rem;
      color: rgba(236, 138, 151, 0.18);
      line-height: 1;
      -webkit-text-stroke: 0.05rem rgba(236, 138, 151, 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: "Noto Serif JP", serif;
      font-size: 1.4rem;
      font-weight: 500;
      color: #ec8a97;
      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: #ec8a97; }
  .c-heading--hy-lv1 {
    position: relative;
    padding: 0 0 2rem;
    margin-bottom: 4rem;
    text-align: center;
    font-size: var(--size-h1);
    line-height: 150%; }
    .c-heading--hy-lv1::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 7rem;
      height: 1.2rem;
      transform: translateX(-50%);
      border-bottom: 6px dotted #ec8a97; }
    @media screen and (max-width: 960px) {
      .c-heading--hy-lv1 {
        padding-bottom: 1.6rem;
        margin-bottom: 3rem; }
        .c-heading--hy-lv1::before {
          width: 6rem; } }
    @media screen and (max-width: 960px) and (max-width: 767px) {
      .c-heading--hy-lv1::before {
        width: 3rem; } }

  .c-heading--hy-lv1-alt {
    padding: 0 0 0 2rem;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
    border-left: 0.6rem solid #4f545a; }
    @media screen and (max-width: 960px) {
      .c-heading--hy-lv1-alt {
        font-size: 2rem;
        padding-left: 1.6rem; } }
  .c-heading--hy-lv2 {
    position: relative;
    padding: 1.5rem 2rem;
    background: #ec8a97;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
    border: 1px dashed #fff;
    outline: 0.6rem solid #ec8a97;
    width: calc(100% - 1.2rem);
    margin-left: 0.6rem; }
    @media screen and (max-width: 960px) {
      .c-heading--hy-lv2 {
        padding: 1rem 1.5rem;
        font-size: 1.8rem;
        text-align: justify; } }
  .c-heading--hy-lv2-alt {
    padding: 0 5rem 0 0;
    background: transparent;
    color: #ec8a97;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.2rem; }
  .c-heading--hy-lv3 {
    position: relative;
    padding: 0 0 1.5rem;
    color: #ec8a97;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4; }
    .c-heading--hy-lv3::before, .c-heading--hy-lv3::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 0.2rem;
      background: #ec8a97; }
    .c-heading--hy-lv3::before {
      width: 10%;
      z-index: 2; }
    .c-heading--hy-lv3::after {
      width: 100%;
      opacity: 0.1; }
  .c-heading--hy-lv4 {
    position: relative;
    padding: 0 0 0 2.5rem;
    color: #ec8a97;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: justify; }
    .c-heading--hy-lv4::before {
      content: "";
      position: absolute;
      top: 0.7rem;
      left: 0;
      width: 1.5rem;
      height: 1.5rem;
      background: #ec8a97; }
  .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-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-columns.vz-02 {
    gap: 2rem 3rem; }

.c-dot-list {
  list-style: none;
  margin-bottom: -2.5rem !important;
  padding: 0; }
  @media screen and (max-width: 960px) {
    .c-dot-list {
      margin-bottom: 0 !important; } }
  .c-dot-list > li {
    position: relative;
    padding: 0 0 1rem 2.4rem;
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400;
    border-bottom: 1px dashed rgba(51, 51, 51, 0.3);
    margin-bottom: 2.5rem; }
    @media (max-width: 960px) {
      .c-dot-list > li {
        line-height: 185%;
        letter-spacing: 0em;
        text-align: justify; } }
    @media screen and (max-width: 960px) {
      .c-dot-list > li:last-child {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 0; } }
    .c-dot-list > li::before {
      content: "";
      position: absolute;
      top: 1rem;
      left: 0;
      width: 1rem;
      height: 1rem;
      background-color: #333333;
      border-radius: 50%; }
  .c-dot-list--2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
    row-gap: 0; }
    @media screen and (max-width: 960px) {
      .c-dot-list--2col {
        grid-template-columns: 1fr;
        column-gap: 0; } }
  .c-dot-list--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 #ec8a97;
      border-bottom: 0.3rem solid #ec8a97;
      transform: rotate(-45deg); }
  .c-check-list--2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem; }
    @media screen and (max-width: 960px) {
      .c-check-list--2col {
        grid-template-columns: 1fr; } }

.c-info-table {
  border-top: 1px dashed rgba(51, 51, 51, 0.2); }
  @media screen and (max-width: 960px) {
    .c-info-table--rowsp .c-info-table__row {
      grid-template-columns: 11rem 1fr; } }
  .c-info-table--pc21 .c-info-table__row {
    grid-template-columns: 21rem 1fr; }
    @media screen and (max-width: 960px) {
      .c-info-table--pc21 .c-info-table__row {
        grid-template-columns: 11rem 1fr; } }
  .c-info-table__row {
    display: grid;
    grid-template-columns: 15rem 1fr;
    gap: 2rem;
    padding: 2rem 0rem;
    border-bottom: 1px dashed rgba(51, 51, 51, 0.2); }
    @media screen and (max-width: 960px) {
      .c-info-table__row {
        grid-template-columns: 7rem 1fr;
        gap: 1.5rem;
        padding: 1.5rem 0rem; } }
    .c-info-table__row dt,
    .c-info-table__row dd {
      font-size: var(--size-p);
      line-height: 195%;
      letter-spacing: 0.05rem;
      font-weight: 400;
      margin: 0;
      color: #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--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: #ec8a97;
      color: #fff;
      border-radius: 0.4rem;
      font-size: 1.4rem; }
  .c-info-table--bordered {
    border: 1px solid #ec8a97;
    border-top-width: 1px;
    padding: 0 2rem; }
    .c-info-table--bordered .c-info-table__row {
      border-bottom: 1px solid rgba(236, 138, 151, 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: #ec8a97;
          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(236, 138, 151, 0.2); }
      .c-info-table--striped .c-info-table__row:nth-child(even) {
        background-color: rgba(236, 138, 151, 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(236, 138, 151, 0.3);
      border-bottom: 1px solid rgba(236, 138, 151, 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(236, 138, 151, 0.08); }
  .c-box--bg-primary {
    background-color: #ec8a97;
    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 #ec8a97; }
  .c-box--border-thin {
    background-color: #fff;
    border: 0.1rem solid rgba(236, 138, 151, 0.5); }
  .c-box--frame {
    position: relative;
    padding: 5rem;
    background-color: #fff;
    border: 6px solid #ec8a97;
    border-radius: 0; }
    @media screen and (max-width: 960px) {
      .c-box--frame {
        padding: 2rem 2rem;
        border: 2px solid #ec8a97; } }
  .c-box--rounded {
    border-radius: 2rem; }
  .c-box--callout {
    background-color: rgba(236, 138, 151, 0.08);
    border-left: 0.6rem solid #ec8a97;
    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(236, 138, 151, 0.4);
  text-align: center; }
  .c-schedule th,
  .c-schedule td {
    padding: 1.5rem 1rem;
    border: 1px solid rgba(236, 138, 151, 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: #ec8a97;
    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(236, 138, 151, 0.2);
    color: #ec8a97;
    font-weight: 700;
    text-align: left;
    padding-left: 1.4rem;
    white-space: nowrap; }
  .c-schedule tbody td {
    color: #333333; }
  .c-schedule .is-closed {
    color: #333333; }

.c-section {
  margin-bottom: 8rem;
  scroll-margin-top: 8rem; }
  @media screen and (max-width: 960px) {
    .c-section {
      margin-bottom: 5rem;
      scroll-margin-top: 6rem; } }
  .c-section__anchor {
    position: relative;
    top: -8rem;
    visibility: hidden; }
  .c-section__title {
    margin-bottom: 3rem; }
  .c-section__body > :first-child {
    margin-top: 0; }
  .c-section__body > :last-child {
    margin-bottom: 0; }

.c-faq {
  margin: 0 0 4rem; }
  .c-faq__item {
    margin-bottom: 1.6rem;
    border: 1px solid rgba(236, 138, 151, 0.4);
    background-color: #fff; }
    .c-faq__item[open] .c-faq__q::after {
      transform: rotate(180deg); }
  .c-faq__q {
    position: relative;
    list-style: none;
    cursor: pointer;
    padding: 1.6rem 5rem 1.6rem 5rem;
    background-color: rgba(236, 138, 151, 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: "Noto Serif JP", serif;
      font-size: 2rem;
      font-weight: 900;
      color: #ec8a97; }
    .c-faq__q::after {
      content: "";
      position: absolute;
      right: 2rem;
      top: 50%;
      width: 0.9rem;
      height: 0.9rem;
      border-right: 0.2rem solid #ec8a97;
      border-bottom: 0.2rem solid #ec8a97;
      transform: translateY(-70%) rotate(45deg);
      transition: transform 0.3s ease; }
    @media (hover: hover) {
      .c-faq__q:hover {
        background-color: rgba(236, 138, 151, 0.25); } }
  .c-faq__a {
    position: relative;
    padding: 1.6rem 2rem 1.6rem 5rem;
    font-size: var(--size-p);
    line-height: 1.85;
    color: #333333; }
    .c-faq__a::before {
      content: "A.";
      position: absolute;
      left: 1.6rem;
      top: 1.5rem;
      font-family: "Noto Serif JP", 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: #ec8a97;
  color: #fff;
  font-size: var(--size-p);
  line-height: 195%;
  letter-spacing: 0.05rem;
  font-weight: 400;
  text-decoration: none;
  border: 0.1rem solid #ec8a97;
  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: #ec8a97; } }
  .c-btn--outline {
    background-color: transparent;
    color: #ec8a97; }
    @media (hover: hover) {
      .c-btn--outline:hover {
        background-color: #ec8a97;
        color: #fff; } }
  .c-btn--lg {
    min-width: 32rem;
    height: 6.4rem;
    font-size: 1.8rem;
    border-radius: 3.2rem; }
    @media screen and (max-width: 960px) {
      .c-btn--lg {
        min-width: 24rem;
        height: 5.4rem;
        font-size: 1.5rem; } }
  .c-btn--block {
    width: 100%;
    min-width: 0; }
  .c-btn--arrow::after {
    content: "";
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    margin-left: 0.4rem;
    border-top: 0.2rem solid currentColor;
    border-right: 0.2rem solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s ease; }
  @media (hover: hover) {
    .c-btn--arrow:hover::after {
      transform: translateX(0.4rem) rotate(45deg); } }
  .c-btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.6rem;
    margin: 2rem 0 0; }
    @media screen and (max-width: 960px) {
      .c-btn-group {
        gap: 1rem; } }

.c-map {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 0 4rem;
  overflow: hidden;
  border-radius: 0.8rem; }
  @media screen and (max-width: 960px) {
    .c-map {
      aspect-ratio: 4 / 3;
      margin-bottom: 2rem; } }
  .c-map iframe,
  .c-map img,
  .c-map embed,
  .c-map object {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block; }
  .c-map--square {
    aspect-ratio: 1 / 1; }
    @media screen and (max-width: 960px) {
      .c-map--square {
        aspect-ratio: 1 / 1; } }
  .c-map--tall {
    aspect-ratio: 3 / 4; }

.c-flow {
  display: flex;
  align-items: stretch;
  gap: 1.6rem;
  list-style: none;
  margin: 0 0 4rem;
  padding: 0; }
  @media screen and (max-width: 960px) {
    .c-flow {
      flex-direction: column;
      gap: 2.4rem; } }
  .c-flow__item {
    position: relative;
    flex: 1 1 0;
    padding: 2rem;
    background-color: rgba(236, 138, 151, 0.2);
    border-top: 0.4rem solid #ec8a97;
    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 #ec8a97;
      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 #ec8a97;
          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: "Noto Serif JP", serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ec8a97;
    letter-spacing: 0.2rem; }
  .c-flow__title {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ec8a97;
    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(236, 138, 151, 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: #ec8a97;
    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: "Noto Serif JP", 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: "Noto Serif JP", 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: "Noto Serif JP", 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: 2rem;
      font-weight: 700;
      color: #333333;
      line-height: 1.4; }
      @media screen and (max-width: 960px) {
        .c-step__body h4 {
          font-size: 1.7rem; } }
    .c-step__body p {
      margin: 0; }
      .c-step__body p:not(:last-child) {
        margin-bottom: 1rem; }
    .c-step__body img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 1.2rem 0;
      border-radius: 0.6rem; }

/* ==========================================================================
   Object - Project (p-)
   ========================================================================== */
.p-page-banner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .p-page-banner__content {
    position: relative; }
    .p-page-banner__content::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: var(--grits-banner-overlay, rgba(239, 154, 0, 0.1));
      z-index: 1; }
  .p-page-banner__image {
    margin: 0;
    line-height: 0; }
    .p-page-banner__image img {
      display: block;
      width: 100%;
      height: 40rem;
      object-fit: cover;
      filter: blur(var(--grits-banner-blur, 0.3rem)); }
  .p-page-banner__title {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #fff;
    text-align: center; }
    .p-page-banner__title .ja {
      display: block;
      font-size: 3.8rem;
      font-weight: 700;
      text-shadow: 0.3rem 0.3rem 0.4rem #333; }
      @media screen and (max-width: 960px) {
        .p-page-banner__title .ja {
          font-size: 2.4rem; } }

@media (max-width: 960px) {
  .p-page-banner__image img {
    height: 20rem; } }
.p-page-section {
  margin-bottom: var(--space-2xl); }
  @media screen and (max-width: 960px) {
    .p-page-section {
      margin-bottom: var(--space-xl); } }

.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(236, 138, 151, 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: #ec8a97; }
      .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: #ec8a97; } }
    @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: "Noto Serif JP", 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 #ec8a97;
    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: #ec8a97;
        color: #fff; } }
    .pagination .page-numbers.current,
    .nav-links .page-numbers.current {
      background-color: #ec8a97;
      color: #fff; }
    .pagination .page-numbers.dots,
    .nav-links .page-numbers.dots {
      border: 0;
      background: none; }

.p-sidebar {
  display: flex;
  flex-direction: column; }
  .p-sidebar__widget {
    border: 0.1rem solid #ec8a97;
    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: #ec8a97;
    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 #ec8a97; }
      .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: #ec8a97; } }
        @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 #ec8a97; }

.p-single__header {
  background-color: rgba(236, 138, 151, 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: #ec8a97; }
  @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: #ec8a97;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  border-radius: 2rem;
  text-decoration: none;
  transition: opacity 0.3s ease; }
  @media (hover: hover) {
    .p-single__category a:hover {
      opacity: 0.85; } }
  @media screen and (max-width: 960px) {
    .p-single__category a {
      font-size: 1.2rem;
      padding: 0.2rem 1rem; } }
.p-single__title {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  color: #ec8a97; }
  @media screen and (max-width: 960px) {
    .p-single__title {
      font-size: 2rem; } }
.p-single__content {
  padding: 4rem 0; }
  .p-single__content :is(h1, h2, h3, h4, h5, h6) {
    margin: 0 0 2.5rem;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.1rem;
    color: #ec8a97;
    scroll-margin-top: 6rem; }
    .p-single__content :is(h1, h2, h3, h4, h5, h6):target {
      animation: grits-toc-flash 1.6s ease-out 1; }
  .p-single__content h1 {
    border-bottom: 2px solid #ec8a97;
    padding-bottom: 1rem; }
    @media screen and (max-width: 960px) {
      .p-single__content h1 {
        font-size: 2.6rem; } }
  .p-single__content h2 {
    font-size: 2.6rem;
    background-color: #ec8a97;
    color: #fff;
    padding: 1.7rem 1.5rem;
    border-radius: 0.5rem; }
    @media screen and (max-width: 960px) {
      .p-single__content h2 {
        font-size: 2.4rem; } }
  .p-single__content h3 {
    position: relative;
    font-size: 2.4rem;
    padding-left: 2.3rem; }
    .p-single__content h3::before {
      content: "";
      position: absolute;
      top: 1rem;
      left: 0;
      width: 1.5rem;
      height: 1.5rem;
      background-color: #ec8a97;
      border-radius: 50%; }
    @media screen and (max-width: 960px) {
      .p-single__content h3 {
        font-size: 2.2rem; } }
  .p-single__content h4 {
    font-size: 2.2rem;
    border-left: 2px solid #ec8a97;
    padding-left: 2rem; }
    @media screen and (max-width: 960px) {
      .p-single__content h4 {
        font-size: 2rem; } }
  .p-single__content h5 {
    position: relative;
    font-size: 2rem;
    padding-bottom: 1rem; }
    .p-single__content h5::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 8rem;
      height: 2px;
      background-color: #ec8a97; }
    @media screen and (max-width: 960px) {
      .p-single__content h5 {
        font-size: 1.8rem; } }
  .p-single__content h6 {
    font-size: 1.8rem; }
    @media screen and (max-width: 960px) {
      .p-single__content h6 {
        font-size: 1.6rem; } }
  .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: #ec8a97; }
      @media screen and (max-width: 960px) {
        .p-single__content blockquote::before {
          top: -1.2rem;
          left: 1rem;
          font-size: 5rem; } }
    .p-single__content blockquote p:last-child {
      margin-bottom: 0; }
  .p-single__content hr {
    border: 0;
    border-top: 0.1rem solid #cccccc;
    margin: 2rem 0; }
  .p-single__content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 2.5rem; }
.p-single__footer {
  margin-bottom: 10rem; }
  @media screen and (max-width: 960px) {
    .p-single__footer {
      margin-bottom: 4rem; } }

@keyframes grits-toc-flash {
  0% {
    background-color: rgba(183, 162, 102, 0.45); }
  100% {
    background-color: transparent; } }
.p-single-nav {
  margin-top: 5rem; }
  @media screen and (max-width: 960px) {
    .p-single-nav {
      margin-top: 0; } }
  .p-single-nav__list {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 960px) {
      .p-single-nav__list {
        flex-wrap: wrap;
        gap: 1.5rem; } }
  @media screen and (max-width: 960px) {
    .p-single-nav__item {
      width: calc((100% - 1.5rem) / 2); }
      .p-single-nav__item--back {
        order: 1;
        width: 100%; } }
  .p-single-nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 6.5rem;
    font-size: 1.6rem;
    color: #fff;
    background-color: #ec8a97;
    border: 0.1rem solid #ec8a97;
    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 (max-width: 960px) {
  .p-single__content :is(p, td, li, th, blockquote, a) {
    font-size: 1.5rem;
    line-height: 185%; }
  .p-single__content h1 {
    font-size: 2rem; }
  .p-single__content h2 {
    font-size: 1.9rem;
    padding: 1.2rem 1.5rem; }
  .p-single__content h3 {
    font-size: 1.8rem; }
  .p-single__content h4 {
    font-size: 1.7rem; }
  .p-single__content h5 {
    font-size: 1.6rem; }
  .p-single__content h6 {
    font-size: 1.5rem; }
  .p-single__content blockquote {
    padding: 1.5rem; }
  .p-single__date {
    font-size: 1.5rem; }
  .p-single__title {
    font-size: 2rem; }
  .p-single-nav {
    margin-top: 0; }
    .p-single-nav__link {
      width: 20rem;
      height: 5rem;
      font-size: 1.5rem; } }
@media (max-width: 767px) {
  .p-single__header {
    padding: 1rem; }
  .p-single-nav__list {
    flex-wrap: wrap;
    gap: 1.5rem; }
  .p-single-nav__link {
    width: 100%; }
  .p-single-nav__item {
    width: calc((100% - 1.501rem) / 2); }
    .p-single-nav__item.p-single-nav__item--back {
      order: 1;
      width: 100%; } }
img {
  border-radius: 0.8rem;
  overflow: hidden; }

.p-column {
  margin-block: 4rem 8rem; }
  @media screen and (max-width: 960px) {
    .p-column {
      margin-block: 2rem 4rem; } }
  .p-column__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 960px) {
      .p-column__list {
        gap: 5rem 1rem; } }
  .p-column__item {
    flex: 0 0 calc((100% - 4.5rem) / 4);
    box-sizing: border-box; }
    @media screen and (max-width: 960px) {
      .p-column__item {
        flex: 0 0 calc((100% - 1rem) / 2); } }

.c-column-card {
  display: flex;
  flex-direction: column; }
  .c-column-card__thumb-link {
    display: block;
    text-decoration: none; }
    @media (hover: hover) {
      .c-column-card__thumb-link:hover {
        opacity: 0.85; } }
  .c-column-card__thumb {
    position: relative;
    margin: 0 0 1rem;
    line-height: 0;
    aspect-ratio: 4 / 2.8;
    border-radius: 1.5rem;
    overflow: hidden; }
    @media screen and (max-width: 960px) {
      .c-column-card__thumb {
        border-radius: 0.8rem; } }
    .c-column-card__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .c-column-card__thumb--placeholder {
      background-color: rgba(236, 138, 151, 0.2); }
      .c-column-card__thumb--placeholder::after {
        content: "NO IMAGE";
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ec8a97;
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: 0.2rem;
        line-height: 1;
        opacity: 0.6; }
  .c-column-card__content {
    display: flex;
    flex-direction: column; }
  .c-column-card__date {
    display: inline-block;
    align-self: flex-start;
    padding: 0.5rem 1.5rem;
    margin-bottom: 1rem;
    background-color: #ec8a97;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.1rem;
    border-radius: 0.5rem;
    text-decoration: none; }
    @media screen and (max-width: 960px) {
      .c-column-card__date {
        font-size: 1rem;
        padding: 0.6rem;
        line-height: 120%;
        margin-top: -3.4rem;
        z-index: 1;
        margin-bottom: 1.5rem; } }
  .c-column-card__title {
    margin: 0 0 1rem; }
    .c-column-card__title a {
      display: inline-block;
      font-size: var(--size-p);
      line-height: 195%;
      letter-spacing: 0.05rem;
      font-weight: 400;
      color: #333333;
      font-weight: bold;
      text-align: justify;
      text-decoration: none !important;
      transition: opacity 0.3s ease; }
      @media (max-width: 960px) {
        .c-column-card__title a {
          line-height: 185%;
          letter-spacing: 0em;
          text-align: justify; } }
      @media (hover: hover) {
        .c-column-card__title a:hover {
          opacity: 0.7; } }
      @media screen and (max-width: 960px) {
        .c-column-card__title a {
          line-height: 130%; } }
  .c-column-card__excerpt {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0.1rem;
    color: #333333;
    text-align: justify; }
    @media screen and (max-width: 960px) {
      .c-column-card__excerpt {
        font-size: 1.4rem;
        letter-spacing: 0;
        line-height: 165%; } }

.p-drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.98);
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s; }
  .p-drawer.is-open {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.4s ease, visibility 0s linear 0s; }
  .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 #ec8a97; }
    .p-drawer__heading-icon {
      flex-shrink: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 6rem;
      height: 6rem;
      color: #ec8a97; }
      .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: #ec8a97;
      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: "Noto Serif JP", 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 #ec8a97;
        transform: translateY(-50%);
        transition: transform 0.25s ease; }
      @media (hover: hover) {
        .p-drawer__menu > li > a:hover {
          color: #ec8a97;
          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: #ec8a97;
            transform: translateY(-50%);
            transition: width 0.25s ease; }
          @media (hover: hover) {
            .p-drawer__menu .sub-menu li a:hover {
              color: #ec8a97;
              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(236, 138, 151, 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 #ec8a97; }
  .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: #ec8a97; }
    .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: #ec8a97; }
    @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(236, 138, 151, 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: #ec8a97;
      text-decoration: none;
      transition: opacity 0.2s ease; }
      @media (hover: hover) {
        .c-author__link ul li a:hover {
          opacity: 0.85; } }
  .c-author__link.vz-02 ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem; }
  @media screen and (max-width: 960px) {
    .c-author__link ul, .c-author__link.vz-02 ul {
      grid-template-columns: 1fr;
      gap: 1rem; }
    .c-author__link ul li a {
      height: 5.5rem; } }
  .c-author__table {
    margin: 0 0 3rem;
    border: 0.1rem solid #999; }
    .c-author__table dl {
      display: flex;
      margin: 0;
      border-bottom: 0.1rem solid #999; }
      .c-author__table dl:last-child {
        border-bottom: 0; }
      .c-author__table dl dt,
      .c-author__table dl dd {
        margin: 0;
        padding: 1rem 2rem;
        font-size: var(--size-p);
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0.1rem;
        color: #333333; }
      .c-author__table dl dt {
        width: 16rem;
        background: #ec8a97;
        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(236, 138, 151, 0.08);
  border: 1px solid rgba(236, 138, 151, 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 #ec8a97;
    text-align: left;
    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: #ec8a97; }
    @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(236, 138, 151, 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 #ec8a97; }
        @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(236, 138, 151, 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 #ec8a97;
            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: #ec8a97; } }
        @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: #ec8a97;
    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 #ec8a97;
      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 #ec8a97;
        border-right: 0.2rem solid #ec8a97;
        transform: translateY(-50%) rotate(45deg);
        transition: right 0.2s ease; }
      @media (hover: hover) {
        #toc_container.toc--button .toc_list > li:hover {
          background: #ec8a97; }
          #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 #ec8a97; }
    .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: #ec8a97;
        border: 0.15rem solid #ec8a97;
        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: #ec8a97;
            color: #fff;
            box-shadow: 0 0.2rem 0.6rem rgba(236, 138, 151, 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: #ec8a97;
        color: #fff;
        border-color: #ec8a97;
        box-shadow: 0 0.2rem 0.6rem rgba(236, 138, 151, 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(236, 138, 151, 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 #ec8a97;
        transform: translateY(-50%); }
      @media (hover: hover) {
        .catalogue-list--stacked ul a:hover, .catalogue-list--stacked ol a:hover {
          background: transparent;
          color: #ec8a97;
          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 #ec8a97;
    line-height: 1.3; }
    .c-sitemap__title .ja {
      display: inline-block;
      margin-right: 1rem;
      font-size: 2.2rem;
      font-weight: 700;
      color: #ec8a97;
      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: "Noto Serif JP", serif;
      font-size: 1.6rem;
      font-weight: 500;
      color: #ec8a97;
      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(236, 138, 151, 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 #ec8a97; }
        @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: #ec8a97; } }
  .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: #ec8a97;
        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: #ec8a97;
            text-decoration: underline; } }

.c-top-title-01 .title {
  color: #333;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.72rem;
  margin-bottom: 0.2rem;
  position: relative;
  z-index: 0; }
  .c-top-title-01 .title::before {
    content: attr(data-txt);
    position: absolute;
    bottom: -1.7rem;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: -1;
    color: #82cac5;
    font-size: 12rem;
    opacity: 0.2;
    line-height: 100%;
    font-family: "Noto Serif JP", serif;
    text-transform: uppercase;
    letter-spacing: 1.15rem; }
.c-top-title-01 p {
  color: #82cac5;
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.2rem;
  font-family: "Noto Serif JP", serif;
  text-transform: uppercase; }
.c-top-title-01.vz-02 .title::before {
  color: #74987d; }
.c-top-title-01.vz-02 p {
  color: #74987d; }
.c-top-title-01.vz-03 .title {
  color: #fff; }
  .c-top-title-01.vz-03 .title::before {
    color: #fff; }
.c-top-title-01.vz-03 p {
  color: #fff; }

.c-btn__top--01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  color: #49525b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16rem;
  border: #f39a03 solid 1px;
  border-radius: 7rem;
  padding: 0 4.8rem;
  position: relative;
  transition: all 0.35s; }
  .c-btn__top--01 a::before {
    content: "";
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%) rotate(45deg);
    border-top: #49525b solid 1.5px;
    border-right: #49525b solid 1.5px;
    transition: border-color 0.35s; }
  .c-btn__top--01 a:hover {
    background: #f39a03;
    color: #fff; }
    .c-btn__top--01 a:hover::before {
      border-top-color: #fff;
      border-right-color: #fff; }
.c-btn__top--01.vz-02 a {
  padding: 0 4rem; }

.p-mv {
  position: relative; }
  .p-mv__cont {
    position: absolute;
    top: 45%;
    left: 56.5%; }
    .p-mv__cont h2 {
      color: #fff;
      font-size: 5rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0.8rem;
      margin-bottom: 2.2rem;
      text-shadow: 1px 1px 2px #000; }
    .p-mv__cont p .item {
      color: #615c58;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.416rem;
      display: inline-block;
      position: relative;
      z-index: 0;
      padding: 0.6rem 0 0.6rem 1.2rem;
      margin-bottom: 1.3rem; }
      .p-mv__cont p .item:last-child {
        margin-bottom: 0; }
      .p-mv__cont p .item::before {
        content: "";
        position: absolute;
        width: calc(100% - 0.3rem);
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: #f6f2ec; }
  .p-mv__slide--item img {
    width: 100%;
    border-radius: 0; }

.p-top-concept .c-btn__top--01 a {
  width: 30rem; }

.p-top-concept {
  padding: 0 3rem;
  margin-bottom: 20.8rem;
  position: relative;
  z-index: 0; }
  .p-top-concept::before {
    content: "";
    position: absolute;
    width: 16rem;
    height: 16rem;
    bottom: -10rem;
    left: 25.5rem;
    z-index: -1;
    background: #fefcec;
    border-radius: 1rem; }
  .p-top-concept::after {
    content: "";
    position: absolute;
    width: 6rem;
    height: 6rem;
    bottom: -13rem;
    left: 18.5rem;
    background: #e2f2f9;
    border-radius: 1rem; }
  .p-top-concept__gp--item {
    width: calc(100% - 108.6rem); }
    .p-top-concept__gp--item:nth-child(1) {
      width: 60rem; }
    .p-top-concept__gp--item:nth-child(3) {
      margin-top: -10rem;
      width: 48.6rem; }
    .p-top-concept__gp--item .img {
      margin-bottom: 3rem; }
      .p-top-concept__gp--item .img.vz-02 {
        position: relative;
        left: -20.5rem; }
      .p-top-concept__gp--item .img:last-child {
        margin-bottom: 0; }
    .p-top-concept__gp--item img {
      width: 100%;
      border-radius: 2rem; }
    .p-top-concept__gp--item.c-text-01 {
      padding: 1rem 5rem 0 9.5rem; }
      .p-top-concept__gp--item.c-text-01 p {
        writing-mode: vertical-rl;
        letter-spacing: 0.3rem;
        line-height: 262%; }
  .p-top-concept .c-top-title-01 {
    margin-bottom: 7.2rem; }

.p-top-problems__inner {
  max-width: 154.4rem;
  margin-left: auto;
  margin-right: 0;
  width: calc(100% - 1.5rem); }
.p-top-problems__cont {
  position: relative;
  z-index: 0; }
  .p-top-problems__cont::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 6.7rem;
    left: 0;
    z-index: -1;
    background: url(assets/img/problems-img01.jpg) no-repeat center;
    background-size: cover;
    border-radius: 30rem 0 0 30rem; }
.p-top-problems__title {
  margin-bottom: -26rem;
  position: relative;
  z-index: 1;
  pointer-events: none; }
  .p-top-problems__title .head {
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.3rem;
    background: #ec8a97;
    border-radius: 4.2rem;
    display: inline-block;
    padding: 0 3rem;
    margin-bottom: 0.5rem; }
  .p-top-problems__title .title {
    margin-bottom: 3.8rem; }
    .p-top-problems__title .title .item {
      color: #333;
      font-size: 6rem;
      font-weight: 700;
      line-height: 140%;
      letter-spacing: 0.6rem; }
      .p-top-problems__title .title .item:nth-child(2) {
        font-size: 3.6rem;
        font-weight: 500; }
  .p-top-problems__title .desc {
    padding: 1.9rem 0.7rem 0 0;
    color: #ec8a97;
    font-size: 2rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.2rem;
    font-family: "Noto Serif JP", serif;
    border-top: #ec8a97 solid 1px;
    display: inline-block; }
    .p-top-problems__title .desc .item {
      padding-left: 3rem;
      background: url(assets/img/problems-icon01.png) no-repeat center left;
      background-size: 1.7rem; }
.p-top-problems__list {
  max-width: 110.8rem;
  margin-left: auto;
  margin-right: auto;
  gap: 4.5rem;
  padding-right: 15.6rem;
  margin-bottom: 2.8rem; }
  .p-top-problems__list:last-child {
    margin-bottom: 0; }
  .p-top-problems__list li a {
    width: 28.7rem;
    height: 28.7rem;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.06);
    position: relative;
    padding-bottom: 2.2rem; }
    .p-top-problems__list li a::before {
      content: "";
      position: absolute;
      width: 3rem;
      height: 3rem;
      bottom: 2.6rem;
      left: 50%;
      transform: translateX(-50%);
      background: #ec8a97 url(assets/img/arrow-right03.svg) no-repeat center;
      background-size: 0.6rem;
      border-radius: 100%; }
    .p-top-problems__list li a .item {
      text-align: center;
      color: #ec8a97;
      font-size: 2.4rem;
      font-weight: 500;
      line-height: 133%;
      letter-spacing: 0.12rem; }
      .p-top-problems__list li a .item:nth-child(1) {
        margin-bottom: 0.9rem;
        min-height: 6.4rem;
        display: flex;
        align-items: center; }
      .p-top-problems__list li a .item:nth-child(2) {
        font-size: 1.6rem;
        color: #545454;
        letter-spacing: 0.05rem; }
      .p-top-problems__list li a .item .text {
        position: relative;
        display: block; }
        .p-top-problems__list li a .item .text::before {
          content: "・";
          position: relative; }

.top_gp--01 {
  background: url(assets/img/concept-bg01.png) no-repeat center;
  background-size: cover;
  padding: 15.5rem 0 18.5rem;
  margin-bottom: 15.5rem; }

.p-medical {
  margin-bottom: 12rem; }
  .p-medical__grid {
    background: rgba(175, 172, 172, 0.2);
    border-radius: 4rem;
    padding: 8.5rem 4rem 4rem;
    gap: 2.2rem; }
    .p-medical__grid.vz-02 .p-medical-card__visual {
      background: #82cac5; }
    .p-medical__grid.vz-03 .p-medical-card__visual {
      background: #ec8a97; }
  .p-medical-card {
    width: calc((100% - 4.401rem) / 3); }
    .p-medical-card__visual {
      background: #edc55a;
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 22rem;
      z-index: 0;
      position: relative;
      border-radius: 2rem 2rem 0 0;
      overflow: hidden; }
      .p-medical-card__visual .img_01 {
        width: 10rem;
        border: #FFF solid 1px;
        border-radius: 100%;
        padding: 1.5rem;
        margin-bottom: 1rem;
        height: 10rem;
        display: flex;
        align-items: center;
        justify-content: center; }
      .p-medical-card__visual::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0.2;
        background: var(--img) no-repeat center;
        background-size: cover;
        mix-blend-mode: soft-light; }
    .p-medical-card__title {
      color: #fff;
      font-size: 2.4rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0.336rem;
      margin-bottom: 0.5rem; }
    .p-medical-card__subtitle {
      color: #fff;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.196rem; }
    .p-medical-card__text {
      display: block;
      width: 100%;
      background: #fff;
      border-radius: 0 0 2rem 2rem;
      padding: 1.8rem 4.6rem 3rem;
      color: #75685e;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 187%;
      letter-spacing: 0.196rem;
      min-height: 25.7rem; }
    .p-medical-card__link {
      position: relative;
      z-index: 0;
      display: block; }
      .p-medical-card__link::before {
        content: "";
        position: absolute;
        width: 3rem;
        height: 3rem;
        bottom: 1rem;
        right: 1rem;
        background: #ded2c0 url(assets/img/arrow-right03.svg) no-repeat center;
        background-size: 0.6rem;
        border-radius: 100%; }
  .p-medical__tag {
    margin-left: -4rem;
    margin-bottom: -4.5rem; }
    .p-medical__tag .item {
      display: inline-block;
      min-width: 32rem;
      background: #edc55a;
      color: #fff;
      font-size: 2.4rem;
      font-weight: 500;
      line-height: 187%;
      letter-spacing: 0.336rem;
      padding: 2.5rem 0 2.5rem 8rem;
      position: relative;
      z-index: 0; }
      .p-medical__tag .item::before {
        content: "";
        position: absolute;
        width: 4rem;
        height: 4rem;
        bottom: -4rem;
        left: 0;
        -webkit-mask: url(assets/img/medical-icon01.png) center/100% no-repeat;
        mask: url(assets/img/medical-icon01.png) center/100% no-repeat;
        background: #edc55a; }
      .p-medical__tag .item::after {
        content: "";
        position: absolute;
        width: 6.5rem;
        height: 100%;
        top: 0;
        left: 100%;
        -webkit-mask: url(assets/img/medical-icon02.png) center/100% no-repeat;
        mask: url(assets/img/medical-icon02.png) center/100% no-repeat;
        background: #edc55a; }
    .p-medical__tag.vz-02 {
      margin-left: auto;
      margin-right: -4rem;
      text-align: right; }
      .p-medical__tag.vz-02 .item {
        background: #82cac5;
        padding-left: 0;
        padding-right: 12.2rem; }
        .p-medical__tag.vz-02 .item::before, .p-medical__tag.vz-02 .item::after {
          left: auto;
          transform: scaleX(-1);
          background: #82cac5; }
        .p-medical__tag.vz-02 .item::before {
          right: 0; }
        .p-medical__tag.vz-02 .item::after {
          right: 100%; }
    .p-medical__tag.vz-03 .item {
      background: #ec8a97; }
      .p-medical__tag.vz-03 .item::before, .p-medical__tag.vz-03 .item::after {
        background: #ec8a97; }
  .p-medical__inner {
    margin-bottom: 5rem; }
    @media screen and (max-width: 960px) {
      .p-medical__inner {
        margin-bottom: 2.5rem; } }
    .p-medical__inner:last-child {
      margin-bottom: 0; }
  .p-medical .c-top-title-01 {
    margin-bottom: 2.8rem; }

.p-feature {
  background: url(assets/img/feature-bg02.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 13rem; }
  .p-feature__head {
    padding: 11.8rem 0 5.3rem;
    position: relative;
    z-index: 0; }
    .p-feature__head::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 60.7rem;
      top: 0;
      left: 0;
      z-index: -1;
      background: url(assets/img/feature-bg01.png) no-repeat center top;
      background-size: cover; }
  .p-feature__main {
    position: relative;
    z-index: 1; }
  .p-feature__gp {
    gap: 7.5rem 10.5rem;
    counter-reset: section; }
    .p-feature__gp--box {
      width: calc((100% - 10.5rem) / 2); }
  .p-feature__img {
    padding-left: 6rem;
    margin-bottom: -6.2rem;
    position: relative;
    z-index: 1; }
    .p-feature__img img {
      width: 100%;
      border-radius: 2rem;
      box-shadow: -1.2rem 2.3rem 4rem rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 960px) {
        .p-feature__img img {
          border-radius: 0.8rem; } }
  .p-feature__title {
    color: #eeab9f;
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.3rem;
    position: relative;
    margin-bottom: 1rem; }
    .p-feature__title::before {
      counter-increment: section;
      content: counter(section,decimal-leading-zero);
      font-size: 9rem;
      color: #106eb8;
      position: relative;
      margin-right: 0.9rem;
      font-family: "Noto Serif JP", serif;
      font-weight: 400;
      bottom: -0.5rem;
      left: 0;
      line-height: 100%; }
  .p-feature__subtitle {
    color: #49525b;
    font-size: 3rem;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.3rem;
    position: relative;
    padding-bottom: 3rem;
    margin-bottom: 2.5rem; }
    .p-feature__subtitle::before {
      content: "";
      position: absolute;
      width: 6rem;
      height: 0.3rem;
      bottom: 0;
      left: 0;
      background: #eeab9f; }
  .p-feature__cont {
    background: #fff;
    padding: 7.6rem 6rem 3rem;
    width: calc(100% - 6rem);
    border-radius: 2rem; }
    .p-feature__cont p {
      color: #49525b; }
  .p-feature__btn--list {
    gap: 1.7rem;
    margin-left: -3rem;
    margin-top: 2.8rem;
    width: calc(100% + 6rem); }
    .p-feature__btn--list.vz-02 li {
      width: calc((100% - 1.701rem) / 2); }
      @media screen and (max-width: 960px) {
        .p-feature__btn--list.vz-02 li {
          width: 100%; } }

@media (min-width: 960.5px) {
  .p-feature__cont p {
    line-height: 225%;
    margin-bottom: 3rem; }
  .p-feature__title {
    width: calc(100% + 6rem); }
  .p-feature__subtitle.vz-02 {
    width: calc(100% + 3rem); }
  .p-feature__gp--box.vz-02 .p-feature__cont {
    padding-bottom: 5.5rem; }
  .p-feature__gp--box:nth-child(2n) {
    transform: translateY(9rem); }
  .p-feature__gp--box.vz-03 {
    transform: translateY(8rem); }
    .p-feature__gp--box.vz-03 .p-feature__cont {
      padding-bottom: 7.5rem; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-mv__cont {
    left: 48%; }

  .p-medical .l-grid-1360 {
    max-width: 135rem; }

  .p-top-concept__gp--item {
    width: calc(100% - 85rem); }
    .p-top-concept__gp--item:nth-child(1) {
      width: 45rem; }
    .p-top-concept__gp--item:nth-child(3) {
      width: 40rem; }
    .p-top-concept__gp--item.c-text-01 {
      padding: 1rem 6rem 0;
      min-height: 52.3rem; }
      .p-top-concept__gp--item.c-text-01 p {
        line-height: 200%; }
    .p-top-concept__gp--item .img.vz-02 {
      left: -9rem; } }
@media (max-width: 960px) {
  .c-btn__top--01 a {
    font-size: 1.5rem;
    letter-spacing: 0;
    height: 5rem;
    width: 100%;
    max-width: 29rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.5rem 0 1.5rem; }

  .c-top-title-01 .title {
    font-size: 2.2rem;
    letter-spacing: 0.1rem; }
    .c-top-title-01 .title::before {
      font-size: 6rem;
      bottom: -0.6rem;
      letter-spacing: 0.15rem; }
  .c-top-title-01 p {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.1rem; }

  .p-mv__cont {
    left: auto;
    right: 0;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    top: 50%;
    transform: translateY(-50%); }
    .p-mv__cont h2 {
      font-size: 3rem;
      letter-spacing: 0.2rem; }
    .p-mv__cont p {
      display: flex;
      flex-flow: column;
      align-items: flex-start; }
      .p-mv__cont p .item {
        font-size: 1.5rem;
        letter-spacing: 0.1rem; }

  .top_gp--01 {
    padding: 8.5rem 0 8rem;
    margin-bottom: 2rem; }

  .p-top-concept {
    padding: 0 1.5rem;
    margin-bottom: 6rem; }
    .p-top-concept::before, .p-top-concept::after {
      content: none; }
    .p-top-concept__gp--item {
      width: 100%;
      margin-bottom: 1.5rem; }
      .p-top-concept__gp--item:nth-child(1) {
        width: 100%; }
      .p-top-concept__gp--item:nth-child(2) {
        order: 2;
        margin-bottom: 0; }
      .p-top-concept__gp--item:nth-child(3) {
        width: 100%;
        margin-top: 0;
        display: grid;
        gap: 1rem;
        grid-template-columns: 1fr 1fr; }
      .p-top-concept__gp--item.c-text-01 {
        padding: 0;
        display: flex;
        flex-flow: column;
        justify-content: center; }
        .p-top-concept__gp--item.c-text-01 p {
          line-height: 185%;
          writing-mode: initial; }
      .p-top-concept__gp--item img {
        border-radius: 0.8rem; }
      .p-top-concept__gp--item .img {
        margin-bottom: 0; }
        .p-top-concept__gp--item .img.vz-02 {
          left: 0; }
    .p-top-concept .l-grid-1200 {
      padding-left: 0;
      padding-right: 0; }
    .p-top-concept .c-top-title-01 {
      margin-bottom: 2rem; }

  .p-top-problems__inner {
    width: 100%; }
  .p-top-problems__list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    gap: 1rem;
    margin-bottom: 1rem; }
    .p-top-problems__list li {
      width: calc((100% - 1rem) / 2); }
      .p-top-problems__list li a {
        width: 100%;
        height: 100%;
        border-radius: 0.8rem;
        padding: 1.5rem .5rem 5rem;
        justify-content: flex-start; }
        .p-top-problems__list li a::before {
          width: 2.5rem;
          height: 2.5rem;
          bottom: 1.5rem; }
        .p-top-problems__list li a .item {
          font-size: 1.6rem;
          letter-spacing: 0; }
          .p-top-problems__list li a .item:nth-child(1) {
            min-height: 5.4rem;
            margin-bottom: 0; }
          .p-top-problems__list li a .item:nth-child(2) {
            font-size: 1.4rem;
            letter-spacing: -0.05rem; }
  .p-top-problems__title {
    margin-bottom: 2rem;
    padding: 0 1.5rem;
    pointer-events: all; }
    .p-top-problems__title .head {
      font-size: 2rem; }
    .p-top-problems__title .title {
      margin-bottom: 1rem; }
      .p-top-problems__title .title .item {
        font-size: 4rem; }
        .p-top-problems__title .title .item:nth-child(2) {
          font-size: 2.4rem;
          letter-spacing: 0; }
  .p-top-problems__cont {
    padding: 2rem 0; }
    .p-top-problems__cont::before {
      border-radius: 0;
      top: 0; }

  .p-medical {
    margin-bottom: 8rem; }
    .p-medical__tag {
      margin-left: -1.5rem;
      margin-bottom: -2.5rem; }
      .p-medical__tag .item {
        font-size: 1.8rem;
        padding: 1rem 0 1rem 3rem;
        min-width: 20rem; }
        .p-medical__tag .item::before {
          width: 1.5rem;
          height: 1.5rem;
          bottom: -1.5rem; }
        .p-medical__tag .item::after {
          width: 4.4rem; }
      .p-medical__tag.vz-02 {
        margin-right: -1.5rem; }
        .p-medical__tag.vz-02 .item {
          padding-right: 5rem; }
    .p-medical__grid {
      gap: 1rem;
      padding: 5rem 1.5rem 3rem;
      border-radius: 0.8rem; } }
    @media screen and (max-width: 960px) and (max-width: 767px) {
      .p-medical__grid {
        gap: 1.5rem; } }
@media (max-width: 960px) {
    .p-medical-card {
      width: calc((100% - 1.001rem) / 2); }
      .p-medical-card__title {
        font-size: 1.6rem;
        letter-spacing: 0; }
      .p-medical-card__subtitle {
        text-align: center;
        letter-spacing: 0; }
      .p-medical-card__text {
        font-size: 1.5rem;
        line-height: 185%;
        padding: 1rem 1.5rem 4rem;
        letter-spacing: 0;
        text-align: justify;
        border-radius: 0 0 0.8rem 0.8rem;
        min-height: 19rem; } }
      @media screen and (max-width: 960px) and (max-width: 767px) {
        .p-medical-card__text {
          min-height: auto; } }
@media (max-width: 960px) {
      .p-medical-card__visual {
        height: 18rem;
        border-radius: 0.8rem 0.8rem 0 0; } }
    @media screen and (max-width: 960px) and (max-width: 767px) {
      .p-medical-card {
        width: 100%; } }

@media (max-width: 960px) {
  .p-feature {
    padding-bottom: 5rem; }
    .p-feature__head {
      padding: 7rem 0 4rem 0; }
    .p-feature__gp {
      gap: 3rem 1rem; } }
    @media screen and (max-width: 960px) and (max-width: 767px) {
      .p-feature__gp {
        gap: 1.5rem 1rem; } }
@media (max-width: 960px) {
      .p-feature__gp--box {
        width: calc((100% - 1rem) / 2); }
    .p-feature__cont {
      width: 100%;
      border-radius: 0.8rem;
      padding: 7.6rem 1.5rem 3rem; }
    .p-feature__img {
      padding-left: 0; }
    .p-feature__title {
      font-size: 2.1rem;
      letter-spacing: 0;
      padding-top: 1rem; }
      .p-feature__title::before {
        font-size: 5rem;
        position: absolute;
        left: 0;
        top: -5rem;
        z-index: 5;
        font-weight: bold; }
    .p-feature__subtitle {
      font-size: 1.8rem;
      letter-spacing: 0;
      padding-bottom: 2rem;
      margin-bottom: 2rem; }
    .p-feature__btn--list {
      gap: 1.5rem;
      margin-left: 0;
      width: 100%;
      margin-top: 2.5rem; }
      .p-feature__btn--list li {
        width: 100%; }
      .p-feature__btn--list.vz-02 {
        gap: 1.5rem 1rem; }
        .p-feature__btn--list.vz-02 li {
          width: calc((100% - 1.001rem) / 2); }
          .p-feature__btn--list.vz-02 li .c-btn__top--01.vz-02 a {
            padding-left: 1.5rem;
            padding-right: 2.5rem; } }
@media (max-width: 767px) {
  .p-mv__slide--item img {
    height: 45rem;
    object-fit: cover; }
  .p-mv__cont {
    padding: 0 1rem;
    top: auto;
    bottom: 1rem;
    transform: initial; }
    .p-mv__cont h2 {
      font-size: 2.3rem;
      margin-bottom: 1rem;
      text-shadow: 1px 1px 2px #000; }
    .p-mv__cont p .item {
      padding: 0.6rem 1.2rem;
      margin-bottom: 0.5rem; }
      .p-mv__cont p .item::before {
        width: 100%; }

  .p-feature__gp--box {
    width: 100%; }

  .p-top-problems__list li a .item:nth-child(2) {
    text-align: left; }
  .p-top-problems__list li a .item .text {
    padding-left: 1.3rem;
    line-height: 185%; }
    .p-top-problems__list li a .item .text::before {
      top: 0;
      left: 0;
      position: absolute; } }
.p-header__left img {
  border-radius: 0 !important; }

@media (max-width: 960px) {
  .p-top-problems__list:last-child {
    justify-content: center; } }
.p-contact {
  padding: 12rem 0 8rem;
  background: url(assets/img/contact_bg.jpg) no-repeat center/cover; }
  .p-contact .c-top-title-01 {
    margin-bottom: 1.8rem; }
    .p-contact .c-top-title-01 .title::before {
      color: #3c151a; }
    .p-contact .c-top-title-01 p {
      color: #3c151a; }
  .p-contact__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .p-contact__container .sub-title__contact h4 {
      color: #222;
      font-size: 3.4rem;
      font-weight: 400;
      line-height: 170%;
      letter-spacing: 0.34rem;
      margin-bottom: 4rem; }
    .p-contact__container-price a {
      color: #222;
      font-size: 2.4rem;
      font-weight: 500;
      line-height: 208%;
      letter-spacing: 0.24rem;
      display: flex;
      justify-content: center;
      align-items: center;
      background: rgba(255, 255, 255, 0.9);
      box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.2);
      width: 57rem;
      height: 8.4rem;
      border-radius: 0.8rem;
      border: 1px solid transparent;
      transition: all 0.35s;
      position: relative;
      z-index: 0;
      margin-bottom: 3.5rem; }
      .p-contact__container-price a::before {
        content: "";
        position: absolute;
        width: 4rem;
        height: 4rem;
        top: 50%;
        transform: translateY(-50%);
        right: 3rem;
        background: #f39a03 url(assets/img/arrow-right03.svg) no-repeat center;
        background-size: 0.6rem;
        border-radius: 100%; }
      .p-contact__container-price a .sub-price {
        color: #74987d;
        font-size: 5rem;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0.5rem; }
      .p-contact__container-price a:hover {
        opacity: 0.8;
        transform: translateY(-0.5rem);
        border: 1px solid #f39a03; }
    .p-contact__container-box {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 3rem;
      width: 100%; }
      .p-contact__container-box .item {
        width: calc((100% - 6rem) / 3); }
      .p-contact__container-box a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 21.1rem;
        background: #fff;
        box-shadow: 0 0 2.4rem -0.4rem rgba(0, 0, 0, 0.2);
        border-radius: 1rem;
        border: 1px solid transparent;
        transition: all 0.35s;
        padding: 2.5rem 6.5rem; }
        .p-contact__container-box a span {
          display: block;
          width: 100%;
          text-align: center; }
          .p-contact__container-box a span .ff-en {
            display: inline-block; }
        .p-contact__container-box a .title-item {
          color: #3a3a3a;
          font-size: 2.9rem;
          font-weight: 400;
          line-height: 175%;
          letter-spacing: 0.217rem;
          margin-bottom: 1rem; }
          .p-contact__container-box a .title-item.tn-02 {
            margin-bottom: 1px; }
        .p-contact__container-box a .content-item {
          color: #f39a03;
          font-size: 4.5rem;
          font-weight: 400;
          line-height: 96%;
          letter-spacing: 0.138rem;
          position: relative;
          z-index: 0;
          margin-bottom: 2rem; }
          .p-contact__container-box a .content-item .text {
            position: relative;
            display: inline-block;
            width: auto;
            padding-left: 4.8rem; }
            .p-contact__container-box a .content-item .text::before {
              content: "";
              position: absolute;
              width: 3rem;
              height: 3rem;
              -webkit-mask: url(assets/img/tel-icon01.png) center/100% no-repeat;
              mask: url(assets/img/tel-icon01.png) center/100% no-repeat;
              background: #f39a03;
              top: 53%;
              transform: translateY(-50%);
              left: 0;
              z-index: -1; }
          .p-contact__container-box a .content-item.tn-02 {
            color: #fff;
            font-size: 2.5rem;
            font-weight: 400;
            line-height: 196%;
            letter-spacing: 0.138rem;
            background: #07b53b;
            padding: 0.6rem 0px;
            margin-bottom: 1rem; }
            .p-contact__container-box a .content-item.tn-02 .text::before {
              -webkit-mask-image: url(assets/img/icn_line.svg);
              mask-image: url(assets/img/icn_line.svg);
              background: #fff;
              width: 4rem;
              height: 3.898rem; }
          .p-contact__container-box a .content-item.tn-03 {
            background: #8e6e52; }
            .p-contact__container-box a .content-item.tn-03 .text::before {
              -webkit-mask-image: url(assets/img/web-icon02.png);
              mask-image: url(assets/img/web-icon02.png);
              width: 3.2rem;
              height: 3.2rem; }
        .p-contact__container-box a .sub_content-item {
          color: #3a3a3a;
          font-size: 1.5rem;
          font-weight: 400;
          line-height: 175%;
          letter-spacing: 0.225rem; }
        .p-contact__container-box a:hover {
          opacity: 0.8;
          transform: translateY(-1rem);
          border: 1px solid #f39a03; }

.c-slide {
  overflow: hidden;
  padding: 6rem 0.5rem 6rem;
  position: relative; }
  .c-slide__list {
    display: flex;
    width: max-content;
    animation: slide-left 20s linear infinite; }
  .c-slide__item {
    margin-right: 1rem;
    position: relative;
    z-index: 0; }
    .c-slide__item img {
      width: 33.2rem;
      border-radius: 0.5rem;
      box-shadow: 0 2rem 5rem rgba(0, 30, 63, 0.08); }

@keyframes slide-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
@media (min-width: 960.5px) {
  .u-split-row {
    display: none; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-contact__container-box a .title-item {
    font-size: 2.4rem; }

  .p-contact__container-box a .content-item {
    font-size: 3.5rem; }

  .p-contact__container-box .item {
    width: calc((100% - 3rem) / 3); }

  .p-contact__container-box {
    gap: 1rem; }

  .p-contact__container-box a {
    height: 19.1rem;
    padding: 2.5rem 4.5rem; } }
@media (max-width: 960px) {
  .c-slide__item img {
    width: 18.2rem; }

  .p-contact {
    padding: 6rem 0; }

  .p-contact__container .sub-title__contact h4 {
    font-size: 1.7rem;
    text-align: center;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 185%; }

  .p-contact__container-price a {
    font-size: 1.6rem;
    width: 32rem;
    height: 6.4rem; }

  .p-contact__container-price a .sub-price {
    font-size: 3rem; }

  .p-contact__container-price a::before {
    right: 0.5rem;
    width: 2.5rem;
    height: 2.5rem; }

  .p-contact__container-box {
    gap: 1.5rem; }

  .p-contact__container-box .item {
    width: 100%; }

  .p-contact__container-box a {
    height: auto;
    padding: 1.5rem; }

  .p-contact__container-box a .title-item {
    font-size: 1.5rem;
    line-height: 185%;
    margin-bottom: 0; }

  .p-contact__container-box a .content-item {
    font-size: 2.5rem;
    line-height: 185%;
    margin-bottom: 0; }

  .p-contact__container-box a .content-item .text {
    padding-left: 4rem; }
    .p-contact__container-box a .content-item .text::before {
      width: 2.5rem;
      height: 2.5rem; }

  .p-contact__container-box a .sub_content-item {
    letter-spacing: 0;
    line-height: 185%;
    font-size: 1.3rem; }

  .p-contact__container-box a .content-item.tn-02 {
    font-size: 2rem;
    line-height: 185%;
    margin-bottom: 0.5rem; }

  .p-contact__container-box a .content-item.tn-02 .text::before {
    width: 3rem;
    height: 3.898rem; }

  .p-contact__container-box a .title-item.tn-02 {
    margin-bottom: 0.5rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .c-slide__item img {
    width: 22.2rem; }

  .p-contact__container-box .item {
    width: calc((100% - 2rem) / 2); }
    .p-contact__container-box .item a {
      min-height: 14rem; }

  .p-contact__container .sub-title__contact h4 {
    margin-bottom: 2rem; } }
@media (max-width: 767px) {
  .p-contact__container-price {
    width: 100%; }

  .p-contact__container-price a {
    width: 100%;
    margin-bottom: 1.5rem; }

  .p-contact__container-price a::before {
    right: 1.5rem; }

  .p-contact__container-box a {
    border-radius: .8rem; } }
.p-top-pregnancy {
  padding: 8rem 0; }
  .p-top-pregnancy__inner {
    margin-bottom: 4rem; }
    @media screen and (max-width: 960px) {
      .p-top-pregnancy__inner {
        margin-bottom: 2rem; }
        .p-top-pregnancy__inner:last-child {
          margin-bottom: 0; } }
  .p-top-pregnancy-card {
    display: flex;
    background: #fff;
    border: 1rem solid #eae5dd;
    border-radius: 3rem;
    position: relative;
    flex-direction: row; }
    .p-top-pregnancy-card--reverse {
      flex-direction: row-reverse; }
    .p-top-pregnancy-card--green .p-top-pregnancy-title {
      color: #74987d; }
      .p-top-pregnancy-card--green .p-top-pregnancy-title::before {
        background-color: #74987d; }
    .p-top-pregnancy-card--green .btn {
      background-color: #74987d;
      border: 2px solid #74987d; }
      .p-top-pregnancy-card--green .btn:hover {
        background-color: #fff;
        color: #74987d; }
        .p-top-pregnancy-card--green .btn:hover::after {
          border-color: #74987d; }
    .p-top-pregnancy-card--pink .p-top-pregnancy-title {
      color: #ec8a97; }
      .p-top-pregnancy-card--pink .p-top-pregnancy-title::before {
        background-color: #ec8a97; }
    .p-top-pregnancy-card--pink .btn {
      background-color: #ec8a97;
      border: 2px solid #ec8a97; }
      .p-top-pregnancy-card--pink .btn:hover {
        background-color: #fff;
        color: #ec8a97; }
        .p-top-pregnancy-card--pink .btn:hover::after {
          border-color: #ec8a97; }
  .p-top-pregnancy-left {
    width: calc(100% - 70.3rem + 14rem);
    margin-right: -14rem;
    display: flex;
    flex-direction: column;
    z-index: 2;
    padding-top: 4.8rem;
    padding-left: 7rem; }
    .p-top-pregnancy-left.cn-01 {
      margin-right: 0;
      margin-left: -14rem;
      padding-left: 11.2rem;
      padding-right: 0; }
  .p-top-pregnancy-title {
    color: #74987d;
    font-size: 3.8rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.338rem;
    margin-bottom: 2.4rem;
    position: relative; }
    .p-top-pregnancy-title::before {
      content: "";
      position: absolute;
      width: 7.5rem;
      height: 0.3rem;
      bottom: -1.1rem;
      left: 0; }
  .p-top-pregnancy-desc {
    color: #615c58;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 225%;
    letter-spacing: 0.224rem;
    margin-bottom: 3rem;
    padding-top: 0.8rem;
    text-align: justify;
    max-width: 55rem; }
  .p-top-pregnancy-right {
    width: 70.3rem;
    position: relative;
    padding: 0.2rem 0.2rem; }
    .p-top-pregnancy-right img {
      width: 100%;
      border-radius: 2rem; }
  .p-top-pregnancy-btn .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    width: 32.7rem;
    min-height: 7rem;
    border-radius: 5rem;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.16rem;
    position: relative;
    transition: all 0.3s ease; }
    .p-top-pregnancy-btn .btn::after {
      content: "";
      position: absolute;
      right: 2.5rem;
      top: 50%;
      width: 0.8rem;
      height: 0.8rem;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: translateY(-50%) rotate(45deg); }
    .p-top-pregnancy-btn .btn:hover {
      opacity: 0.8; }

.p-top-pregnancy .c-top-title-01 {
  padding-bottom: 8.5rem; }

@media (min-width: 960.5px) {
  .p-top-pregnancy-desc.cn-02 {
    max-width: 53rem; } }
@media (max-width: 960px) {
  .p-top-pregnancy {
    padding: 5rem 0; }
    .p-top-pregnancy .c-top-title-01 {
      padding-bottom: 4rem; }
    .p-top-pregnancy-card {
      flex-direction: column-reverse;
      border-width: 0.4rem;
      border-radius: 0.8rem; }
      .p-top-pregnancy-card--reverse {
        flex-direction: column-reverse; }
        .p-top-pregnancy-card--reverse .p-top-pregnancy-right::after {
          right: 0;
          bottom: 0;
          top: auto;
          left: 0;
          width: 100%;
          height: 50%;
          background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%); }
    .p-top-pregnancy-left {
      width: 100%;
      margin-right: 0;
      padding-top: 3rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-bottom: 4rem; }
      .p-top-pregnancy-left.cn-01 {
        margin-left: 0;
        padding-left: 2rem;
        padding-right: 2rem; }
    .p-top-pregnancy-title {
      font-size: 2rem;
      margin-bottom: 2rem;
      text-align: center; }
      .p-top-pregnancy-title::before {
        width: 5rem;
        left: 50%;
        transform: translateX(-50%); }
    .p-top-pregnancy-desc {
      font-size: 1.5rem;
      line-height: 185%;
      max-width: 100%;
      letter-spacing: 0; }
    .p-top-pregnancy-right {
      width: 100%;
      padding: 0; }
      .p-top-pregnancy-right img {
        border-radius: 0.5rem 0.5rem 0 0; }
    .p-top-pregnancy-btn {
      text-align: center; }
      .p-top-pregnancy-btn .btn {
        max-width: 29rem;
        min-height: 5rem;
        font-size: 1.5rem;
        width: 100%; }
        .p-top-pregnancy-btn .btn::after {
          right: 2rem; }

  .p-top-pregnancy .c-top-title-01 .title::before {
    font-size: 5rem; } }
.p-bottom-info {
  padding: 9.3rem 0 10rem 0;
  background: url(assets/img/top-bg01.jpg) no-repeat center;
  background-size: cover; }
  .p-bottom-info__inner {
    gap: 8.5rem;
    align-items: flex-start; }
  .p-bottom-info .p-instagram {
    width: 57.5rem; }
  .p-bottom-info .p-blog {
    width: 100%; }

.c-heading-en {
  display: flex;
  align-items: baseline;
  gap: 2.8rem;
  margin-bottom: 2.7rem; }
  .c-heading-en__en {
    color: #15432b;
    font-size: 3rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.3rem;
    font-family: "Noto Serif JP", serif; }
  .c-heading-en__ja {
    position: relative;
    top: -0.2rem;
    color: #49525b;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.18rem; }

.c-btn-more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 12rem;
  padding: 0.7rem 2.4rem 0.7rem 2.2rem;
  border-radius: 999rem;
  background: #15432b;
  transition: all 0.35s;
  position: relative; }
  .c-btn-more .item {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.14rem; }
  .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__visual {
  position: relative;
  line-height: 0; }
  .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: 10rem;
  height: 10rem;
  display: block; }

.p-blog__head {
  margin-bottom: 2.7rem; }
  .p-blog__head .c-heading-en {
    margin-bottom: 0; }
.p-blog__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem; }
.p-blog__item {
  gap: 2rem;
  padding: 3rem;
  background: #fff;
  transition: all 0.35s;
  align-items: center;
  flex-wrap: nowrap; }
  .p-blog__item:hover {
    opacity: 0.85;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.06); }
.p-blog__thumb {
  width: 100%;
  overflow: hidden;
  margin-bottom: 2rem; }
  .p-blog__thumb img {
    width: 100%;
    aspect-ratio: 4/4;
    object-fit: cover; }
.p-blog__body {
  flex: 1 1 auto;
  min-width: 0; }
.p-blog__date {
  display: block;
  color: #15432b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.13rem;
  margin-bottom: 0.7rem; }
.p-blog__title {
  color: #15432b;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.15rem;
  margin-bottom: 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }
.p-blog__excerpt {
  color: #231815;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: 0.13rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
.p-blog__more {
  color: #15432b;
  margin-left: 0.3rem;
  white-space: nowrap; }
.p-blog__empty {
  color: #4f545a;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.14rem;
  padding: 2rem 0; }

@media (max-width: 960px) {
  .p-bottom-info {
    padding: 5rem 0; }
    .p-bottom-info__inner {
      flex-direction: column;
      gap: 5rem; }
    .p-bottom-info .p-instagram,
    .p-bottom-info .p-blog {
      width: 100%; }

  .c-heading-en {
    gap: 1.6rem;
    margin-bottom: 2rem; }
    .c-heading-en__en {
      font-size: 2.6rem; }
    .c-heading-en__ja {
      top: -0.1rem;
      font-size: 1.4rem;
      letter-spacing: 0.14rem; }

  .c-btn-more {
    min-width: 9rem;
    padding: 0.7rem 2rem; }
    .c-btn-more .item {
      font-size: 1.3rem; }

  .p-instagram__icon {
    width: 5.6rem;
    height: 5.6rem; }

  .p-blog__head {
    margin-bottom: 2rem; }
  .p-blog__item {
    gap: 1.5rem;
    padding: 1rem; }
  .p-blog__list {
    grid-template-columns: repeat(2, 1fr); }
  .p-blog__date {
    font-size: 1.2rem;
    margin-bottom: 0.4rem; }
  .p-blog__title {
    font-size: 1.5rem;
    margin-bottom: 0.4rem; }
  .p-blog__excerpt {
    font-size: 1.3rem; } }
.p-pills {
  position: relative;
  padding: 13.2rem 0 9rem;
  overflow: hidden;
  background: url(assets/img/top-pills01.jpg) no-repeat center/cover;
  background-size: cover;
  margin-bottom: 6rem; }
  .p-pills .c-top-title-01 {
    margin-bottom: 5.2rem; }
    .p-pills .c-top-title-01 .title::before {
      color: white; }
    .p-pills .c-top-title-01 .title,
    .p-pills .c-top-title-01 p {
      color: #ffffff; }
  .p-pills__grid {
    gap: 7.3rem;
    flex-wrap: wrap; }

.p-pills-card {
  width: 48.639rem;
  max-width: 100%; }
  .p-pills-card__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40rem;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 2rem;
    padding: 2rem 3rem 2rem 3rem;
    box-shadow: 0 1.2rem 3.6rem rgba(58, 32, 20, 0.12);
    transition: ease-in 0.35s, transform 0.35s, box-shadow 0.35s;
    text-align: center; }
    .p-pills-card__link:hover {
      transform: translateY(-0.4rem);
      box-shadow: 0 1.6rem 4rem rgba(58, 32, 20, 0.18);
      border: 2px solid #f39a03; }
  .p-pills-card__icon {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 18rem; }
    .p-pills-card__icon img {
      display: block;
      width: auto;
      height: auto;
      object-fit: contain; }
  .p-pills-card__title {
    display: block;
    color: #605d5a;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.2rem;
    margin-bottom: 0.6rem;
    margin-top: -0.5rem; }
  .p-pills-card__subtitle {
    display: block;
    color: #f39a03;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.24rem;
    font-family: "Noto Serif JP", serif; }
  .p-pills-card__arrow {
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #f39a03 url(assets/img/arrow-right03.svg) no-repeat center left calc((4rem - 0.7rem) / 2);
    background-size: 0.7rem;
    margin-top: 4.3rem; }

@media (max-width: 1280px) {
  .p-pills-card__icon img {
    width: 100%;
    height: 100%; } }
@media (max-width: 960px) {
  .p-pills {
    padding: 8rem 0 6rem; }
    .p-pills .c-top-title-01 {
      margin-bottom: 4rem; }
    .p-pills__grid {
      gap: 2rem; }

  .p-pills-card {
    width: calc(50% - 1.5rem);
    max-width: 48.639rem; }
    .p-pills-card__link {
      height: 35rem;
      padding: 1.5rem 2rem 3rem; }
    .p-pills-card__icon {
      height: 13rem; }
    .p-pills-card__title {
      font-size: 2rem;
      letter-spacing: 0.16rem; }
    .p-pills-card__subtitle {
      font-size: 1.3rem;
      letter-spacing: 0.2rem; }
    .p-pills-card__arrow {
      width: 3.4rem;
      height: 3.4rem;
      margin-top: 3rem;
      background: #f39a03 url(assets/img/arrow-right03.svg) no-repeat center left calc((3.4rem - 0.6rem) / 2);
      background-size: 0.6rem; } }
@media (max-width: 767px) {
  .p-pills {
    padding: 12rem 0 5rem;
    margin-bottom: 3rem; }
    .p-pills .c-top-title-01 {
      margin-bottom: 3rem; }
    .p-pills__grid {
      flex-direction: row;
      align-items: stretch;
      gap: 1rem;
      flex-wrap: nowrap; }

  .p-pills-card {
    width: calc(50% - 0.6rem);
    max-width: none; }
    .p-pills-card__link {
      height: 25rem;
      padding: 0rem 1rem 2rem;
      border-radius: 1.4rem; }
    .p-pills-card__icon {
      width: 100%;
      height: 10rem; }
      .p-pills-card__icon img {
        width: 100%;
        height: 100%; }
    .p-pills-card__title {
      font-size: 1.5rem;
      letter-spacing: 0.08rem;
      line-height: 130%;
      margin-top: -0.2rem;
      min-height: 3.9rem;
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      justify-content: center; }
    .p-pills-card__subtitle {
      font-size: 1.2rem;
      line-height: 130%;
      letter-spacing: 0.12rem; }
    .p-pills-card__arrow {
      width: 2.8rem;
      height: 2.8rem;
      margin-top: 1.6rem;
      background: #f39a03 url(assets/img/arrow-right03.svg) no-repeat center left calc((2.8rem - 0.5rem) / 2);
      background-size: 0.5rem; } }
.p-beauty-injection {
  position: relative;
  padding: 15rem 0 12rem;
  overflow: hidden;
  background: url(assets/img/top-beauty00.jpg) no-repeat center/cover;
  background-size: cover; }
  .p-beauty-injection .c-top-title-01 {
    margin-bottom: 7.2rem; }
    .p-beauty-injection .c-top-title-01 .title,
    .p-beauty-injection .c-top-title-01 p {
      color: #ffffff; }
      .p-beauty-injection .c-top-title-01 .title::before,
      .p-beauty-injection .c-top-title-01 p::before {
        color: rgba(255, 255, 255, 0.45); }
  .p-beauty-injection__grid {
    gap: 11.1rem;
    flex-wrap: wrap;
    justify-content: center; }
  .p-beauty-injection__card {
    width: calc(50% - 3rem);
    max-width: 50rem;
    position: relative; }
    .p-beauty-injection__card::before {
      content: "";
      position: absolute;
      right: -2.1rem;
      top: 2.1rem;
      width: 100%;
      height: 39.8rem;
      border-radius: 0.8rem;
      z-index: 0;
      transition: transform 0.4s ease; }
    .p-beauty-injection__card:nth-child(1)::before {
      background: #f6dada; }
    .p-beauty-injection__card:nth-child(2)::before {
      left: auto;
      background: #cbdfcc; }
    .p-beauty-injection__card:has(.p-beauty-injection__photo:hover)::before {
      transform: translate(-1rem, -1rem); }
  .p-beauty-injection__photo {
    display: inline-block;
    position: relative;
    z-index: 1;
    border-radius: 0.8rem;
    line-height: 0;
    margin-bottom: -5.8rem;
    overflow: hidden; }
    .p-beauty-injection__photo img {
      display: block;
      width: 100%;
      height: 39.8rem;
      object-fit: cover; }
  .p-beauty-injection__title, .p-beauty-injection__desc {
    width: calc(100% - 5.5rem);
    margin-left: auto;
    margin-right: 0; }
  .p-beauty-injection__title {
    position: relative;
    z-index: 1;
    color: #edb5b5;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.18rem;
    background: #ffffff;
    padding: 6.1rem 5rem 2.6rem;
    border-top-left-radius: 0.8rem; }
    .p-beauty-injection__title.vs-01 {
      color: #74987d; }
  .p-beauty-injection__desc {
    position: relative;
    z-index: 1;
    letter-spacing: 0;
    font-weight: 400;
    background: #ffffff;
    padding: 0 4rem 4.5rem 5rem;
    line-height: 225%;
    color: #111111; }

@media (max-width: 960px) {
  .p-beauty-injection {
    padding: 8rem 0 7rem; }
    .p-beauty-injection .c-top-title-01 {
      margin-bottom: 4.5rem; }
    .p-beauty-injection__grid {
      gap: 4rem; }
    .p-beauty-injection__card {
      width: calc(50% - 2rem); }
      .p-beauty-injection__card::before {
        height: 28rem;
        right: -1.5rem;
        top: 1.5rem; }
    .p-beauty-injection__photo {
      margin-bottom: -4rem; }
      .p-beauty-injection__photo img {
        height: 28rem; }
    .p-beauty-injection__title, .p-beauty-injection__desc {
      width: calc(100% - 3rem); }
    .p-beauty-injection__title {
      font-size: 2rem;
      padding: 4.6rem 3rem 1.6rem; }
    .p-beauty-injection__desc {
      font-size: 1.3rem;
      line-height: 200%;
      padding: 0 2.5rem 3rem 3rem; } }
@media (max-width: 767px) {
  .p-beauty-injection {
    padding: 6rem 0 5rem 0; }
    .p-beauty-injection .c-top-title-01 {
      margin-bottom: 3rem; }
    .p-beauty-injection__grid {
      flex-direction: column;
      align-items: center;
      gap: 2rem; }
    .p-beauty-injection__card {
      width: 100%;
      padding-left: 1rem; }
      .p-beauty-injection__card::before {
        content: none; }
      .p-beauty-injection__card:nth-child(2) .p-beauty-injection__photo::before {
        background: #cbdfcc; }
    .p-beauty-injection__photo {
      overflow: visible;
      margin-bottom: -3rem;
      position: relative; }
      .p-beauty-injection__photo::before {
        content: "";
        position: absolute;
        top: 1rem;
        left: 1rem;
        width: 100%;
        height: 100%;
        border-radius: 0.8rem;
        z-index: 0;
        transition: transform 0.4s ease;
        background: #f6dada; }
      .p-beauty-injection__photo:nth-child(1)::before {
        background: #f6dada; }
      .p-beauty-injection__photo img {
        height: auto;
        z-index: 2;
        border-radius: 0.8rem;
        position: relative; }
    .p-beauty-injection__title, .p-beauty-injection__desc {
      width: 97%;
      margin-left: 0;
      margin-right: auto;
      position: relative;
      left: -1rem; }
    .p-beauty-injection__title {
      font-size: 2rem;
      padding: 2rem 2rem 0;
      letter-spacing: 0.12rem; }
    .p-beauty-injection__desc {
      font-size: 1.5rem;
      line-height: 185%;
      padding: 1rem 2rem 2rem;
      border-bottom-left-radius: 0.8rem;
      border-bottom-right-radius: 0.8rem; } }
.p-greeting {
  background: url(assets/img/top-bg02.jpg) no-repeat center;
  background-size: cover;
  padding: 0rem; }
  .p-greeting .c-top-title-01 {
    position: relative;
    left: -3rem; }
    .p-greeting .c-top-title-01 p,
    .p-greeting .c-top-title-01 .title::before {
      color: #cd6f6a; }
  .p-greeting__inner {
    gap: 1rem;
    align-items: flex-start; }
  .p-greeting__content {
    width: 64rem;
    padding-left: 2.5rem;
    padding-top: 13.1rem; }
  .p-greeting__visual {
    position: relative;
    width: calc(100% - 1rem - 64.05rem); }
  .p-greeting__lead {
    color: #cd6f6a;
    font-size: var(--size-h3);
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.24rem;
    margin-bottom: 1rem;
    margin-top: 6.5rem; }
  .p-greeting__desc {
    margin-bottom: 6.3rem; }
    .p-greeting__desc p {
      color: #49525b;
      font-size: var(--size-p);
      font-weight: 400;
      line-height: 230%;
      letter-spacing: 0.15rem; }
  .p-greeting__btns {
    flex-direction: column;
    gap: 3rem;
    max-width: 35rem; }
  .p-greeting__photo {
    line-height: 0;
    overflow: hidden;
    position: relative;
    left: -8.8rem; }
    .p-greeting__photo img {
      display: block;
      width: 100%;
      height: 94.5rem;
      object-fit: contain; }
  .p-greeting__name {
    position: absolute;
    right: 7.3rem;
    top: 15.1rem;
    z-index: 1;
    line-height: 0;
    width: 11.55rem; }
    .p-greeting__name img {
      display: block;
      width: auto;
      height: auto;
      max-width: 100%; }

.c-btn-line-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7rem;
  padding: 0 4rem;
  border: #3e0f2a solid 1px;
  border-radius: 999rem;
  background: transparent;
  transition: all 0.35s;
  position: relative; }
  .c-btn-line-01 .item {
    color: #3e0f2a;
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.16rem;
    transition: color 0.35s; }
  .c-btn-line-01::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 0.7rem;
    height: 0.7rem;
    transform: translateY(-50%) rotate(45deg);
    border-top: #3e0f2a solid 1.5px;
    border-right: #3e0f2a solid 1.5px;
    transition: border-color 0.35s; }
  .c-btn-line-01:hover {
    background: #3e0f2a;
    opacity: 1; }
    .c-btn-line-01:hover .item {
      color: #fff; }
    .c-btn-line-01:hover::after {
      border-top-color: #fff;
      border-right-color: #fff; }

@media (max-width: 960px) {
  .p-greeting {
    padding: 12.3rem 0 5rem;
    position: relative; }
    .p-greeting .c-top-title-01 {
      left: 0;
      width: 100%;
      position: absolute;
      top: 6rem; }
    .p-greeting__inner {
      flex-direction: column-reverse;
      align-items: stretch; }
    .p-greeting__content, .p-greeting__visual {
      width: 100%; }
    .p-greeting__content {
      padding-top: 0;
      padding-left: 0; }
    .p-greeting__photo {
      left: 0; }
      .p-greeting__photo::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 12rem;
        background: linear-gradient(to top, #fbfaf6 0%, rgba(252, 238, 229, 0) 100%);
        pointer-events: none;
        z-index: 1; }
      .p-greeting__photo img {
        height: auto;
        max-height: 55rem;
        width: auto;
        max-width: 100%;
        margin: 0 auto; }
    .p-greeting__name {
      top: 2rem;
      right: 2rem;
      width: 8rem; }
    .p-greeting__lead {
      font-size: 2rem;
      margin-top: 0;
      line-height: 140%;
      margin-bottom: 1.5rem; }
    .p-greeting__desc {
      margin-bottom: 5rem; }
      .p-greeting__desc p {
        font-size: 1.5rem;
        line-height: 185%; }
    .p-greeting__btns {
      flex-direction: row;
      max-width: 100%;
      gap: 1.5rem; }

  .c-btn-line-01 {
    flex: 1 1 0;
    height: 5.4rem;
    padding: 0 3rem; }
    .c-btn-line-01 .item {
      font-size: 1.4rem; }
    .c-btn-line-01::after {
      right: 1.5rem; } }
@media (max-width: 767px) {
  .p-greeting__name {
    top: 3.5rem;
    right: 0rem;
    width: 8rem; }
  .p-greeting__photo::before {
    height: 15rem; }
  .p-greeting__photo img {
    max-height: 45rem;
    margin-left: 0; }
  .p-greeting__btns {
    flex-direction: column;
    gap: 1.5rem; }

  .c-btn-line-01 {
    flex: initial;
    height: 5rem; }
    .c-btn-line-01 .item {
      font-size: 1.3rem;
      letter-spacing: 0.1rem; } }

/*# sourceMappingURL=style.css.map */
