@charset "UTF-8";
.p-media__wrap {
  display: flex;
  align-items: center;
}
.p-media__img {
  margin-left: calc(50% - 50vw);
}

@media screen and (min-width: 1024px) {
  [id] {
    scroll-margin-top: 100px;
  }
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  animation: fadeIn 0.5s ease-out forwards;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: clamp(13px, 3.467vw, 15px);
  color: #333333;
  opacity: 1;
  line-height: 1.7;
  background-color: #fdf9e9;
  background-image: linear-gradient(to bottom, #fdf2f3 0%, #fcf6ee 40%, #fdf9e9 100%);
  background-repeat: no-repeat;
  background-size: 100% 600px;
}
@media screen and (min-width: 768px) {
  body {
    background-size: 100% 1000px;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: clamp(16px, 1.5vw, 20px);
    background-size: 100% 1500px;
  }
}
body.index, body.page {
  background-color: #fdf9e9;
  background-image: linear-gradient(to bottom, #fdf2f3 0%, #fcf6ee 40%, #fdf9e9 100%), linear-gradient(to bottom, #fff 0%, #fff 40%);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom left;
  background-size: 100% 1000px, 100% 400px;
}
@media screen and (min-width: 1024px) {
  body.index, body.page {
    background-color: #fdf9e9;
    background-image: linear-gradient(to bottom, #fdf2f3 0%, #fcf6ee 40%, #fdf9e9 100%), linear-gradient(to bottom, #fff 0%, #fff 40%);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom left;
    background-size: 100% 1400px, 100% 400px;
  }
}
@media screen and (min-width: 1024px) {
  body.index.page--sm, body.page.page--sm {
    background-size: 100% 1400px, 100% 400px;
  }
}

p {
  margin: 0;
  padding: 0;
  transform: rotate(0.1deg);
  line-height: 1.9;
}
p + p {
  margin-top: 1em;
}

span,
time {
  transform: rotate(0.1deg);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  display: inline-block;
  color: inherit;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:hover {
  transition: all 0.3s ease-in-out;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul li,
ol li,
dl li {
  transform: rotate(0.1deg);
}
ul li::marker,
ol li::marker,
dl li::marker {
  display: none;
}
ul + p,
ol + p,
dl + p {
  margin-top: 1em;
}

div + p {
  margin-top: 1em;
}

@media print, screen and (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .pc-only {
    display: block;
  }
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  transform: rotate(0.1deg);
}

button {
  border: none;
  background: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
button:hover {
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: inherit;
    text-decoration: none;
  }
}
/* チェックボックスのアイコン */
input[type=checkbox] {
  position: relative;
  width: 15px;
  height: 15px;
  appearance: none;
  background: #ffffff;
  border: solid 1px #ccc;
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent;
  margin: 0 5px 0 0;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  input[type=checkbox] {
    width: 20px;
    height: 20px;
    border-radius: 5px;
  }
}
input[type=checkbox]:checked {
  background: url(../../assets/images/common/icon-check.svg) center center no-repeat #fd687f;
}

label:has(input[type=checkbox]) {
  cursor: pointer;
}

@keyframes lum-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lum-fadeZoom {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes lum-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes lum-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lum-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  100% {
    transform: scale(1);
  }
}
.lum-lightbox {
  background: rgba(0, 0, 0, 0.6);
}

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
}

.lum-lightbox-inner img {
  position: relative;
}

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center;
}

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: lum-loader-rotate 1800ms infinite linear;
}

.lum-lightbox-loader:before,
.lum-lightbox-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.lum-lightbox-loader:before {
  left: 0;
  animation: lum-loader-before 1800ms infinite linear;
}

.lum-lightbox-loader:after {
  right: 0;
  animation: lum-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
}

.lum-lightbox.lum-opening {
  animation: lum-fade 180ms ease-out;
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
  animation: lum-fadeZoom 180ms ease-out;
}

.lum-lightbox.lum-closing {
  animation: lum-fade 300ms ease-in;
  animation-direction: reverse;
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
  animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse;
}

.lum-img {
  transition: opacity 120ms ease-out;
}

.lum-loading .lum-img {
  opacity: 0;
}

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer;
}

.lum-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.lum-close-button:hover {
  opacity: 1;
}

.lum-close-button:before,
.lum-close-button:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}

.lum-close-button:before {
  transform: rotate(45deg);
}

.lum-close-button:after {
  transform: rotate(-45deg);
}

.lum-previous-button {
  left: 12px;
}

.lum-next-button {
  right: 12px;
}

.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(255, 255, 255, 0.8);
}

.lum-previous-button:after {
  transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0;
}

.lum-next-button:after {
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0;
}

/* This media query makes screens less than 460px wide display in a "fullscreen"-esque mode. Users can then scroll around inside the lightbox to see the entire image. */
@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  /* Used to centre the image in the container, respecting overflow: https://stackoverflow.com/a/33455342/515634 */
  .lum-lightbox-position-helper {
    margin: auto;
  }
  .lum-lightbox-inner img {
    max-width: none;
    max-height: none;
  }
}
/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  &.swiper-pagination-disabled, .swiper-pagination-disabled > & {
    display: none !important;
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
  .swiper-pagination-bullet {
    position: relative;
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active, .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  button& {
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
  .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: transform 0.2s, top 0.2s;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: transform 0.2s, left 0.2s;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  &.swiper-pagination-horizontal, &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > &, .swiper-vertical > &.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%;
  }
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, &.swiper-pagination-vertical, .swiper-horizontal > &.swiper-pagination-progressbar-opposite, .swiper-vertical > & {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px);
  }
}

.swiper-pagination-lock {
  display: none;
}

.l-footer {
  background: #f4828f;
  border-radius: 40px 40px 0 0;
  padding: 40px 0 24px;
}
@media print, screen and (min-width: 768px) {
  .l-footer {
    padding: 55px 0 34px;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-footer {
    border-radius: 80px 80px 0 0;
    padding: 75px 0 44px;
  }
}

.l-footer__copyright {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  margin-top: 33px;
  text-align: right;
  color: #ffffff;
  font-size: min(2.933vw, 1.2rem);
}
@media print, screen and (min-width: 768px) {
  .l-footer__copyright {
    border-top: none;
    padding-top: 0;
    margin-top: 27px;
  }
}

.p-about__main-img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media print, screen and (min-width: 1024px) {
  .p-about__main-img {
    border-radius: 30px;
    width: calc(100vw - 100px);
    margin-left: calc(50% - (100vw - 100px) / 2);
    max-width: 1600px;
  }
}
@media print, screen and (min-width: 1700px) {
  .p-about__main-img {
    position: relative;
    left: calc(50% - 800px);
    margin-left: 0;
  }
}
.p-about__main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-about-renaissance__note {
  margin-top: 2em;
}
@media print, screen and (min-width: 1024px) {
  .p-about-renaissance__note {
    margin-top: 45px;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-benefits {
    font-size: clamp(1.3rem, 1.27vw, 1.7rem);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-benefits .c-card {
    padding: 40px 2vw 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-benefits .c-card .c-card__text {
    letter-spacing: -0.05em;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-benefits .c-card {
    padding: 52px 40px 60px;
  }
}

.p-benefits__img {
  text-align: center;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-benefits__img {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-benefits__img {
    margin-top: 45px;
  }
}
.p-benefits__img img {
  display: inline-block;
}

.p-canary__header {
  position: relative;
}
.p-canary__header .p-canary__logo {
  position: absolute;
  width: 70px;
  bottom: -20px;
  right: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-canary__header .p-canary__logo {
    width: 15.73vw;
    z-index: 1;
    bottom: -4vw;
    right: 3.02vw;
  }
}

.p-contact {
  margin-top: 40px;
}
@media print, screen and (min-width: 1024px) {
  .p-contact {
    margin-top: 90px;
  }
}

.p-contact__nav {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 5px;
  justify-content: center;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .p-contact__nav {
    column-gap: 10px;
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-contact__nav {
    column-gap: 20px;
    margin-bottom: 100px;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-contact__list {
    row-gap: 40px !important;
  }
}

.p-contact__body {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-contact__body {
    padding: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-contact__body {
    padding: 90px;
  }
}

.p-contact__item {
  margin-top: 30px;
}
@media print, screen and (min-width: 1024px) {
  .p-contact__item {
    margin-top: 60px;
  }
}
.p-contact__item:nth-of-type(1) {
  margin-top: 0;
}

.p-contact__lavel {
  font-weight: 800;
}

.p-contact__required {
  display: inline-block;
  background: #fd687f;
  color: #fff;
  font-size: 0.8em;
  padding: 0.5em 1em;
  border-radius: 5px;
  line-height: 1;
  font-weight: 500;
  margin-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-contact__required {
    font-size: 1.2rem;
    border-radius: 10px;
    margin-left: 15px;
  }
}

.p-contact__content {
  margin-top: 0.9em;
  transform: rotate(0.1deg);
}
.p-contact__content input[type=checkbox] + label {
  display: inline-block;
  transform: rotate(0.1deg);
  width: calc(100% - 25px);
}
.p-contact__content input[type=text],
.p-contact__content input[type=email],
.p-contact__content textarea {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.5em 1em;
  line-height: 1.5;
  width: 100%;
  font-size: 0.9em;
}
@media print, screen and (min-width: 768px) {
  .p-contact__content input[type=text],
  .p-contact__content input[type=email],
  .p-contact__content textarea {
    border-radius: 10px;
    padding: 1.15em 1em;
  }
}
.p-contact__content textarea {
  height: 10em;
}
@media print, screen and (min-width: 768px) {
  .p-contact__content textarea {
    height: 20rem;
  }
}
.p-contact__content.p-contact__check .wpcf7-list-item {
  width: 100%;
  display: block;
  margin-left: 0;
}

.p-contact__agree {
  margin-top: 40px;
  text-align: center;
  font-weight: 800;
}
@media print, screen and (min-width: 768px) {
  .p-contact__agree {
    margin-top: 70px;
  }
}
.p-contact__agree a {
  text-decoration: underline;
}

.p-contact__button {
  margin-top: 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-contact__button {
    margin-top: 50px;
  }
}
.p-contact__button span.wpcf7-spinner {
  position: absolute;
  top: 20px;
}

.p-contact__submit,
.p-contact__back {
  border: none;
  line-height: 1;
  padding: 1em 40px 1em 2em !important;
  position: relative;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .p-contact__submit,
  .p-contact__back {
    font-size: 1.8rem;
    padding: 1.1em 60px 1.1em 40px !important;
  }
}
.p-contact__submit:hover,
.p-contact__back:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
  cursor: pointer;
}

.p-contact__submit:disabled {
  background: #bbbbbb;
  transition: none;
}
.p-contact__submit:disabled:hover {
  opacity: 1;
  cursor: inherit;
  background-position: center right 21px !important;
}

.p-contact__back {
  padding: 1.4em 2em 1.4em 40px !important;
  position: relative;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .p-contact__back {
    font-size: 1.8rem;
    padding: 1.1em 40px 1.1em 60px !important;
  }
}

.p-contact__thanks {
  max-width: 800px;
  margin: 0 auto;
}
.p-contact__thanks p:last-of-type {
  margin-top: 3em;
}

.p-dental__symptom {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
@media print, screen and (min-width: 1024px) {
  .p-dental__symptom {
    margin-top: 80px;
    border-radius: 30px;
  }
}

.p-dental__text {
  padding: 30px 20px;
}
@media print, screen and (min-width: 768px) {
  .p-dental__text {
    padding: 40px 30px;
    width: 57.04%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-dental__text {
    padding: 70px 50px;
  }
}
.p-dental__text h3 {
  font-weight: 800;
  font-size: clamp(2rem, 5.128vw, 25px);
}
@media print, screen and (min-width: 768px) {
  .p-dental__text h3 {
    font-size: clamp(2.2rem, 2.865vw, 30px);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-dental__text h3 {
    font-size: clamp(2.5rem, 2.441vw, 32px);
  }
}

.p-dental__list {
  margin-top: 15px;
}
@media print, screen and (min-width: 1024px) {
  .p-dental__list {
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-dental__img {
    width: 42.96%;
  }
}
.p-dental__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, screen and (min-width: 768px) {
  .p-dental__note {
    font-size: 0.8em;
    line-height: 1.625;
    margin-top: 20px;
  }
}

.p-disclosure .c-heading.c-heading--lv3 {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1024px) {
  .p-disclosure .c-heading.c-heading--lv3 {
    margin-bottom: 55px;
  }
}
.p-disclosure .c-heading.c-heading--lv4 {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1024px) {
  .p-disclosure .c-heading.c-heading--lv4 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-disclosure .c-btn {
    min-width: 250px;
    font-size: 0.8em !important;
  }
}
.p-disclosure .c-btn.c-btn--radius-sm {
  padding: 1.5em 4em 1.5em 1.5em;
  min-width: 190px;
  width: auto;
}

.p-disclosure__section {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 1024px) {
  .p-disclosure__section {
    margin-bottom: 110px;
  }
}
.p-disclosure__section:last-of-type {
  margin-bottom: 0;
}

.p-disclosure__btns {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-disclosure__btns {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-disclosure__btns {
    margin-bottom: 60px;
    gap: 20px;
  }
}

.p-facility {
  overflow: hidden;
  width: 100%;
}

.p-filter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1024px) {
  .p-filter {
    width: 23.5%;
    position: sticky;
    height: fit-content;
    top: 0;
  }
}
.p-filter label {
  display: flex;
  align-items: center;
  margin-right: 1em;
  transform: rotate(0.1deg);
}
@media print, screen and (min-width: 1024px) {
  .p-filter label {
    width: 100%;
    font-size: clamp(14px, 1.28vw, 18px);
    letter-spacing: -0.02em;
    margin-right: 0;
    margin-top: 5px;
  }
}

.p-filter__head {
  border-bottom: 1px solid #fd687f;
  padding-bottom: 0.7em;
  font-size: clamp(14px, 3.733vw, 16px);
  font-weight: 800;
  margin-bottom: 12px;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .p-filter__head {
    padding-top: 22px;
    font-size: clamp(20px, 1.855vw, 24px);
    margin-bottom: 22px;
  }
}

.p-flow__item {
  display: flex;
}
.p-flow__item.p-flow__item--last .p-flow__circle::after {
  display: none;
}
.p-flow__item:last-of-type .p-flow__text {
  padding-bottom: 0;
}

.p-flow__circle {
  width: 18px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-flow__circle {
    width: 26px;
  }
}
.p-flow__circle::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 3px solid;
  border-radius: 100vw;
  margin-top: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .p-flow__circle::before {
    width: 16px;
    height: 16px;
    border: 4px solid;
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-flow__circle::before {
    margin-top: 0.6em;
  }
}
.p-flow__circle::after {
  content: "";
  width: 2px;
  height: calc(100% - 14px);
  position: absolute;
  top: 18px;
  left: calc(50% - 1px);
}
@media print, screen and (min-width: 768px) {
  .p-flow__circle::after {
    width: 3px;
    height: calc(100% - 17px);
    left: calc(50% - 3px);
    top: 26px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-flow__circle::after {
    height: calc(100% - 1em);
    top: 1.8em;
    left: calc(50% - 2px);
  }
}

.p-flow--pink .p-flow__circle::before {
  border-color: #fd687f;
}
.p-flow--pink .p-flow__circle::after {
  background-color: #fd687f;
}
.p-flow--pink .p-flow__heading {
  color: #fd687f;
}

.p-flow--black .p-flow__circle::before {
  border-color: #333;
}
.p-flow--black .p-flow__circle::after {
  background-color: #333;
}
.p-flow--black .p-flow__heading {
  color: #333;
}

.p-flow__text {
  width: calc(100% - 20px);
  padding-left: 1em;
  padding-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  .p-flow__text {
    width: calc(100% - 27px);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-flow__text {
    padding-left: 24px;
    padding-bottom: 38px;
  }
}

.p-flow__heading {
  font-size: clamp(1.6rem, 4.103vw, 20px);
  font-weight: 800;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-flow__heading {
    font-size: clamp(2.2rem, 2.865vw, 24px);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-flow__heading {
    font-size: clamp(2.2rem, 2.148vw, 28px);
  }
}

.p-footer-nav {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p-footer-nav {
    display: block;
  }
}

.p-footer-nav__list {
  display: flex;
  flex-wrap: wrap;
}

.p-footer-nav__item {
  margin-right: 1.5em;
}
@media print, screen and (min-width: 1024px) {
  .p-footer-nav__item {
    margin-right: 3em;
  }
}
.p-footer-nav__item a {
  color: #fff;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transform: rotate(0.1deg);
}
@media print, screen and (min-width: 768px) {
  .p-footer-nav__item a {
    font-size: 1.5rem;
    padding-left: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-footer-nav__item a {
    font-size: min(1.367vw, 1.8rem);
  }
}
.p-footer-nav__item a::before {
  content: "";
  background: url(../../assets/images/common/arrow-05.svg) 0 0 no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
@media print, screen and (min-width: 1024px) {
  .p-footer-nav__item a::before {
    top: 0.35em;
  }
}
.p-footer-nav__item a::after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 1.5em;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.p-footer-nav__item a:hover::after {
  width: calc(100% - 1.5em);
  opacity: 1;
  transition: all 0.3s ease;
}

.p-footer-sub-nav__list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .p-footer-sub-nav__list {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-footer-sub-nav__item {
    margin-right: 3em;
  }
}
.p-footer-sub-nav__item:nth-of-type(odd) {
  width: 40%;
  padding-left: 1em;
}
@media print, screen and (min-width: 768px) {
  .p-footer-sub-nav__item:nth-of-type(odd) {
    width: auto;
    padding-left: 0;
  }
}
.p-footer-sub-nav__item:nth-of-type(even) {
  width: 60%;
}
@media print, screen and (min-width: 768px) {
  .p-footer-sub-nav__item:nth-of-type(even) {
    width: auto;
  }
}
.p-footer-sub-nav__item a {
  color: #fff;
  position: relative;
  padding-left: 1.5em;
  font-weight: 700;
  font-size: min(2.933vw, 1.3rem);
  overflow: hidden;
  padding-bottom: 1px;
  transform: rotate(0.1deg);
}
@media print, screen and (min-width: 768px) {
  .p-footer-sub-nav__item a {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-footer-sub-nav__item a {
    font-size: min(1.27vw, 1.6rem);
  }
}
.p-footer-sub-nav__item a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background: #fff;
  width: 0.8em;
  height: 2px;
  border-radius: 1px;
}
.p-footer-sub-nav__item a::after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 1.5em;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.p-footer-sub-nav__item a:hover::after {
  width: calc(100% - 1.5em);
  opacity: 1;
  transition: all 0.3s ease;
}

.p-global-sub-nav__wrap--last span {
  display: block;
  line-height: 1.42;
  font-size: min(1.27vw, 1.4rem);
  font-weight: 500;
}
.p-global-sub-nav__wrap--last a {
  background-position: top 1.5em left 1.2em !important;
}

.p-function__cards {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-function__cards {
    margin-top: 77px;
    justify-content: space-between;
  }
}

.p-function__card {
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 768px) {
  .p-function__card {
    border-radius: 30px;
    width: 46.8%;
  }
}

.p-function__list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-function__list {
    margin-top: 80px;
    row-gap: 50px;
  }
}

.p-function__item-btn {
  margin-top: 23px;
}
@media print, screen and (min-width: 768px) {
  .p-function__item-btn {
    margin-top: 33px;
  }
}

.p-global-nav.p-global-nav--pc {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 68.2%;
  background: #fff;
  border-radius: 0 0 0 30px;
  z-index: 1000;
  box-shadow: 0px 0px 25px rgba(217, 205, 205, 0.3);
  padding: 30px 2.6vw 38px 3vw;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 1024px) {
  .p-global-nav.p-global-nav--pc {
    display: flex;
    flex-wrap: wrap;
    padding-left: 4vw;
  }
}
.p-global-nav.p-global-nav--pc .p-global-nav__list {
  display: flex;
  column-gap: 2vw;
  width: calc(100% - 23vw);
  padding-top: 10px;
  align-items: baseline;
}
@media print, screen and (min-width: 1440px) {
  .p-global-nav.p-global-nav--pc .p-global-nav__list {
    column-gap: 3.5vw;
    padding-top: 0;
  }
}
.p-global-nav.p-global-nav--pc .p-global-nav__item {
  font-weight: 700;
  line-height: 1;
}
.p-global-nav.p-global-nav--pc .p-global-nav__item a,
.p-global-nav.p-global-nav--pc .p-global-nav__item p {
  transform: rotate(0.1deg);
}
@media print, screen and (min-width: 1024px) {
  .p-global-nav.p-global-nav--pc .p-global-nav__item a,
  .p-global-nav.p-global-nav--pc .p-global-nav__item p {
    font-size: clamp(14px, 1.267vw, 1.85rem);
  }
}
.p-global-nav.p-global-nav--pc .p-global-nav__item a:hover,
.p-global-nav.p-global-nav--pc .p-global-nav__item p:hover {
  color: #fd687f;
  transition: all 0.3s ease;
}
.p-global-nav.p-global-nav--pc .p-global-nav__item--service {
  transform: none;
  position: relative;
  height: 35px;
}
@media print, screen and (min-width: 1440px) {
  .p-global-nav.p-global-nav--pc .p-global-nav__item--service {
    height: 36px;
  }
}
.p-global-nav.p-global-nav--pc .p-global-nav__item--service::after {
  content: "";
  background: url(../../assets/images/common/arrow-01.svg) center bottom no-repeat;
  width: 8px;
  height: 10px;
  background-size: contain;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0;
  left: calc(50% - 4px);
}
.p-global-nav.p-global-nav--pc .p-global-nav__item--service:hover {
  cursor: pointer;
}
.p-global-nav.p-global-nav--pc .p-global-nav__item--service:hover::after {
  content: "";
  background: url(../../assets/images/common/arrow-07.svg) center bottom no-repeat;
  transition: all 0.3s ease;
  left: calc(50% - 4px);
}
.p-global-nav.p-global-nav--pc .p-global-nav__item--service .p-global-nav__heading:hover {
  cursor: pointer;
}
.p-global-nav.p-global-nav--pc .p-global-nav__item--service:has(button):hover button {
  color: #fd687f;
  transition: all 0.3s ease;
}
.p-global-nav.p-global-nav--pc .p-global-nav__item--service button {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.1deg);
  font-weight: 700;
  padding: 0;
  font-size: clamp(13px, 3.467vw, 15px);
  color: #333;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 1024px) {
  .p-global-nav.p-global-nav--pc .p-global-nav__item--service button {
    font-size: clamp(14px, 1.267vw, 18px);
  }
}
.p-global-nav.p-global-nav--pc .p-global-nav__item--service button:hover {
  color: #fd687f;
  transition: all 0.3s ease;
}
.p-global-nav.p-global-nav--pc .p-global-nav__item--service .p-global-sub-nav {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.3s ease;
  position: fixed;
  top: 80px;
  right: 0;
  width: 68.2%;
  background: #fff;
  border-radius: 0 0 0 30px;
  box-shadow: 0px 275px 25px rgba(217, 205, 205, 0.3);
  padding: 23px 2.6vw 36px 2.6vw;
}
@media print, screen and (min-width: 1440px) {
  .p-global-nav.p-global-nav--pc .p-global-nav__item--service .p-global-sub-nav {
    padding: 23px 2.6vw 36px 2.8vw;
  }
}
.p-global-nav.p-global-nav--pc .p-global-nav__item--service.is-active::after {
  content: "";
  background: url(../../assets/images/common/arrow-07.svg) center bottom no-repeat;
  width: 8px;
  height: 10px;
  background-size: contain;
  transition: all 0.3s ease;
  position: absolute;
  bottom: -2px;
  left: calc(50% - 4px);
  transform: rotate(180deg);
}
.p-global-nav.p-global-nav--pc .p-global-nav__item--service.is-active .p-global-nav__heading {
  color: #fd687f;
}
.p-global-nav.p-global-nav--pc .p-global-nav__item--service.is-active .p-global-sub-nav {
  opacity: 1;
  visibility: visible;
  height: calc(100svh - 80px);
  transition: all 0.3s ease;
  overflow-y: scroll;
}
.p-global-nav.p-global-nav--pc .p-global-nav__btns {
  display: flex;
  column-gap: 10px;
  width: auto;
  position: absolute;
  top: 28px;
  right: 2vw;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 1440px) {
  .p-global-nav.p-global-nav--pc .p-global-nav__btns {
    top: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-global-nav.p-global-nav--pc .p-global-nav__btns a {
    font-size: clamp(14px, 1.367vw, 16px) !important;
  }
}
.p-global-nav.p-global-nav--pc.is-scrolled {
  padding: 10px 2.6vw 20px 3vw;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 1024px) {
  .p-global-nav.p-global-nav--pc.is-scrolled {
    opacity: 0.85;
    padding: 5px 2.6vw 20px 4vw;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-global-nav.p-global-nav--pc.is-scrolled {
    padding: 18px 2.6vw 15px 4vw;
  }
}
.p-global-nav.p-global-nav--pc.is-scrolled .p-global-sub-nav {
  top: 53px;
}
.p-global-nav.p-global-nav--pc.is-scrolled .p-global-nav__btns {
  top: 13px;
  transition: all 0.3s ease;
}
.p-global-nav.p-global-nav--pc.is-scrolled .p-global-nav__btns .c-btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.9em;
}
.p-global-nav.p-global-nav--pc.is-scrolled:hover {
  opacity: 1;
}
.p-global-nav.p-global-nav--pc.is-scrolled:has(.p-global-nav__item--service.is-active) {
  opacity: 1;
}
.p-global-nav.p-global-nav--pc.is-scrolled .p-global-nav__item--service.is-active .p-global-sub-nav {
  top: 44px;
}
.p-global-nav.p-global-nav--sp {
  position: fixed;
  width: calc(100% - 20px);
  height: calc(100svh - 30px);
  overflow-y: scroll;
  background: #fff;
  left: calc(100% + 20px);
  top: 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 0 15px;
  transition: all 0.3s ease;
  padding: 50px 0 50px 25px;
  z-index: 998;
}
@media print, screen and (min-width: 1024px) {
  .p-global-nav.p-global-nav--sp {
    display: none;
  }
}
.p-global-nav.p-global-nav--sp.is-active {
  left: 20px;
  transition: all 0.3s ease;
}
.p-global-nav.p-global-nav--sp .p-global-nav__list {
  overflow: hidden;
}
.p-global-nav.p-global-nav--sp .p-global-nav__item {
  padding-left: 25px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: normal;
  margin-top: 38px;
}
.p-global-nav.p-global-nav--sp .p-global-nav__item::before {
  content: "";
  background: linear-gradient(-45deg, #86ccf0 0%, #ffa4a4 100%);
  width: 15px;
  height: 7px;
  border-radius: 3px;
  position: absolute;
  top: 0.35em;
  left: 0;
}
.p-global-nav.p-global-nav--sp .p-global-nav__item a:hover,
.p-global-nav.p-global-nav--sp .p-global-nav__item p:hover {
  color: #fd687f;
}
.p-global-nav.p-global-nav--sp .p-global-nav__btns {
  margin-top: 48px;
  padding-top: 30px;
  border-top: 1px solid #666;
  display: flex;
  column-gap: 10px;
  padding-left: 10px;
  width: calc(100% - 20px);
}

.p-global-nav__logo {
  width: 74%;
  max-width: 290px;
  margin: 10px 0 0 10px;
}
@media print, screen and (min-width: 1024px) {
  .p-global-nav__logo {
    width: 26.6%;
    max-width: 512px;
    margin: 35px 0 0 2.6vw;
  }
}

.p-global-sub-nav-content {
  position: fixed;
  width: calc(100% - 20px);
  height: calc(100svh - 20px);
  background: #fff;
  left: calc(100% + 20px);
  top: 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 0 15px;
  transition: all 0.3s ease;
  min-height: 800px;
  padding: 35px 20px 25px;
  z-index: 999;
  overflow-y: scroll;
}
.p-global-sub-nav-content.is-active {
  left: 20px;
  transition: all 0.3s ease;
}
.p-global-sub-nav-content .p-global-sub-nav__wrap {
  margin-top: 30px;
}
.p-global-sub-nav-content .p-global-sub-nav__img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 34/9;
}
.p-global-sub-nav-content .p-global-sub-nav__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-global-sub-nav-content .p-global-sub-nav__heading {
  font-weight: 700;
  padding: 44px 10px 38px;
  border-bottom: 1px solid #666;
}
.p-global-sub-nav-content .p-global-sub-nav__item {
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
  margin-top: 20px;
}
.p-global-sub-nav-content .p-global-sub-nav__item a {
  background: url(../../assets/images/common/arrow-04.svg) top 3px left no-repeat;
  background-size: 15px 15px;
  padding-left: 30px;
  display: block;
}
.p-global-sub-nav-content .p-global-sub-nav__item a:hover {
  color: #fd687f;
}
.p-global-sub-nav-content .p-global-sub-nav__item a:hover .p-top-service__logo svg {
  fill: #fd687f;
  transition: all 0.3s ease;
}
.p-global-sub-nav-content .p-global-sub-nav__item p {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.43;
}
.p-global-sub-nav-content .p-global-sub-nav__item span {
  display: block;
  line-height: 1.42;
  font-size: 1.4rem;
  margin-top: 8px;
}
.p-global-sub-nav-content .p-global-nav__btns {
  width: 100%;
  margin-top: 60px;
}

.p-global-sub-nav-content__arrow {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

@media print, screen and (min-width: 1024px) {
  .p-global-sub-nav.p-global-sub-nav--sp {
    display: none;
  }
}
.p-global-sub-nav.p-global-sub-nav--sp .p-global-sub-nav__list {
  margin-top: 20px;
}
.p-global-sub-nav.p-global-sub-nav--sp .p-global-sub-nav__item {
  font-size: min(3.333vw, 1.4rem);
  margin-top: 10px;
  border-radius: 10px;
  display: block;
  transition: all 0.3s ease;
}
.p-global-sub-nav.p-global-sub-nav--sp .p-global-sub-nav__item:nth-of-type(-n + 3) {
  width: calc(100% + 26px);
  background-position: center right 40px;
  padding-right: 64px;
}
.p-global-sub-nav.p-global-sub-nav--sp .p-global-sub-nav__item:nth-of-type(n + 4) {
  width: auto;
  display: inline-block;
  min-width: 240px;
}
.p-global-sub-nav.p-global-sub-nav--sp .p-global-sub-nav__item:hover {
  color: #fd687f;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-global-sub-nav.p-global-sub-nav--sp .p-global-sub-nav__item a {
  display: block;
}
.p-global-sub-nav.p-global-sub-nav--sp .p-global-sub-nav__item .p-global-sub-nav__medium {
  font-size: 0.9em;
  display: block;
  width: 100%;
}
.p-global-sub-nav.p-global-sub-nav--sp .p-global-sub-nav__item .p-global-sub-nav__small {
  font-size: 0.8em;
  display: block;
  width: 100%;
  padding-left: 3em;
  letter-spacing: 0.2em;
}

.p-global-sub-nav-content .p-global-sub-nav__heading {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
.p-global-sub-nav-content .p-global-sub-nav__heading .p-global-sub-nav__medium {
  font-size: 0.85em;
  display: block;
  width: 100%;
}
.p-global-sub-nav-content .p-global-sub-nav__heading .p-global-sub-nav__small {
  display: block;
  font-size: 0.65em;
  width: 100%;
  padding-left: 4em;
}

.p-global-sub-nav--pc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
.p-global-sub-nav--pc .p-global-sub-nav__wrap {
  width: 48%;
}
@media print, screen and (min-width: 1440px) {
  .p-global-sub-nav--pc .p-global-sub-nav__wrap {
    width: 30%;
  }
}
.p-global-sub-nav--pc .p-global-sub-nav__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 34/9;
  overflow: hidden;
  border-radius: 10px;
}
.p-global-sub-nav--pc .p-global-sub-nav__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-global-sub-nav--pc .p-global-sub-nav__heading {
  padding: 27px 10px 18px;
  border-bottom: 1px solid #666666;
  font-size: min(1.758vw, 2.2rem);
  font-weight: 700;
  min-height: 110px;
  line-height: 1.4;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (min-width: 1440px) {
  .p-global-sub-nav--pc .p-global-sub-nav__heading {
    font-size: clamp(20px, 1.389vw, 22px);
  }
}
.p-global-sub-nav--pc .p-global-sub-nav__medium {
  font-size: 0.85em;
  display: block;
}
.p-global-sub-nav--pc .p-global-sub-nav__small {
  font-size: 0.65em;
  display: block;
  width: 100%;
  padding-left: 4.5em;
  letter-spacing: 0.2em;
}
.p-global-sub-nav--pc .p-global-sub-nav__item {
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
  margin-top: 20px;
}
.p-global-sub-nav--pc .p-global-sub-nav__item a {
  background: url(../../assets/images/common/arrow-04.svg) top 0.3em left no-repeat;
  background-size: 15px 15px;
  padding-left: 30px;
  display: block;
  transform: rotate(0.1deg);
}
@media print, screen and (min-width: 1440px) {
  .p-global-sub-nav--pc .p-global-sub-nav__item a {
    background-position: top 5px left;
  }
}
.p-global-sub-nav--pc .p-global-sub-nav__item a:hover {
  color: #fd687f;
}
.p-global-sub-nav--pc .p-global-sub-nav__item a:hover svg {
  fill: #fd687f;
}
.p-global-sub-nav--pc .p-global-sub-nav__item p {
  font-weight: 700;
  font-size: min(1.465vw, 1.6rem);
  line-height: 1.43;
}
.p-global-sub-nav--pc .p-global-sub-nav__item span {
  display: block;
  line-height: 1.42;
  font-size: min(1.27vw, 1.4rem);
  margin-top: 8px;
  font-weight: 500;
}
.p-global-sub-nav--pc .p-global-sub-nav__item svg {
  margin-top: 0.3em !important;
}
.p-global-sub-nav--pc .p-global-nav__btns {
  width: 100%;
  margin-top: 60px;
}
.p-global-sub-nav--pc .p-global-sub-nav__wrap--last {
  width: 100%;
  border-top: 1px solid #666666;
  padding-top: 30px;
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
}
.p-global-sub-nav--pc:hover {
  cursor: auto;
}

.p-greeting {
  margin-top: 50px;
}
@media print, screen and (min-width: 1024px) {
  .p-greeting {
    margin-top: 110px;
  }
}

.p-greeting__wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  justify-content: center;
}
@media print, screen and (min-width: 1024px) {
  .p-greeting__wrap {
    justify-content: flex-start;
  }
}

.p-greeting__img {
  overflow: hidden;
  border-radius: 20px;
  max-width: 410px;
  width: 70%;
}
.p-greeting__text {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .p-greeting__text {
    width: 50.6%;
    padding-left: 4.68%;
  }
}

.p-greeting__company {
  font-weight: 700;
  font-size: clamp(1.5rem, 3.846vw, 18px);
  line-height: 1.54;
}
@media print, screen and (min-width: 1024px) {
  .p-greeting__company {
    font-size: clamp(1.8rem, 1.758vw, 22px);
  }
}

.p-greeting__name {
  margin-top: 0.3em;
  font-weight: 700;
  font-size: clamp(2rem, 5.128vw, 30px);
}
.p-greeting__name span {
  font-size: clamp(1.3rem, 3.33vw, 18px);
  display: inline-block;
  margin-right: 1em;
}

.p-greeting__list {
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .p-greeting__list {
    margin-top: 35px;
  }
}

.p-greeting__body {
  margin-top: 50px;
}
@media print, screen and (min-width: 1024px) {
  .p-greeting__body {
    margin-top: 100px;
  }
}
.p-greeting__body p {
  line-height: 2;
  margin-top: 20px;
  font-size: clamp(1.4rem, 3.59vw, 20px);
}
@media print, screen and (min-width: 1024px) {
  .p-greeting__body p {
    margin-top: 38px;
    font-size: clamp(1.7rem, 1.66vw, 20px);
  }
}

.p-greeting__heading {
  font-weight: 700;
  font-size: clamp(2rem, 5.128vw, 24px);
  line-height: 1.47;
}
@media print, screen and (min-width: 1024px) {
  .p-greeting__heading {
    font-size: clamp(3.2rem, 3.125vw, 44px);
  }
}

.p-greeting__name-img {
  margin: 23px 0 0 auto;
  max-width: 229px;
  width: 55%;
}

.p-hamburger {
  background: #fff;
  border-radius: 0 0 0 15px;
  width: 60px;
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
}
@media print, screen and (min-width: 1024px) {
  .p-hamburger {
    display: none;
  }
}
.p-hamburger:hover {
  cursor: pointer;
}
.p-hamburger.is-active .p-hamburger__toggle {
  transition: all 0.3s ease;
  height: 1px;
}
.p-hamburger.is-active .p-hamburger__toggle:nth-of-type(1) {
  transform: rotate(42deg);
  top: 15px;
}
.p-hamburger.is-active .p-hamburger__toggle:nth-of-type(2) {
  opacity: 0;
}
.p-hamburger.is-active .p-hamburger__toggle:nth-of-type(3) {
  transform: rotate(-42deg);
  top: 15px;
}
.p-hamburger.is-active .p-hamburger__text {
  left: 15px;
  transition: all 0.3s ease;
}
.p-hamburger.is-active .p-hamburger__text::after {
  content: "CLOSE";
}
.p-hamburger.is-active {
  box-shadow: none;
}

.p-hamburger__toggle {
  transition: all 0.3s ease;
  background: #333333;
  height: 2px;
  width: 25px;
  position: absolute;
  left: 18px;
}
.p-hamburger__toggle:nth-of-type(1) {
  top: 11px;
}
.p-hamburger__toggle:nth-of-type(2) {
  top: 16px;
}
.p-hamburger__toggle:nth-of-type(3) {
  top: 21px;
}

.p-hamburger__text {
  display: inline-block;
  font-size: min(2.821vw, 1.2rem);
  font-weight: 700;
  position: absolute;
  top: 23px;
  left: 16px;
  color: #333333;
  transition: all 0.3s ease;
}
.p-hamburger__text::after {
  content: "MENU";
}

.p-health-care__content {
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  .p-health-care__content {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-health-care__content {
    margin-top: 100px;
  }
}

.p-health-care__note {
  font-size: 0.8em;
}

.p-history__table {
  margin-top: 40px;
  border-collapse: collapse;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 768px) {
  .p-history__table {
    margin-top: 87px;
  }
}
.p-history__table th,
.p-history__table td {
  transform: rotate(0.1deg);
  font-size: clamp(13px, 3.333vw, 18px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.5em 0 1em;
  font-weight: 500;
  vertical-align: top;
}
@media print, screen and (min-width: 1024px) {
  .p-history__table th,
  .p-history__table td {
    padding: 20px 0 19px;
  }
}
.p-history__table th {
  width: 7em;
  text-align: left;
}
@media print, screen and (min-width: 1024px) {
  .p-history__table th {
    width: 220px;
    padding-bottom: 18px;
  }
}

.p-home-care__btn {
  margin-top: 30px;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .p-home-care__btn {
    margin-top: 63px;
  }
}

.p-info__wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media print, screen and (min-width: 1024px) {
  .p-info__wrap {
    justify-content: space-between;
  }
}

.p-info__main {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .p-info__main {
    width: 71.875%;
  }
}

.p-info__body {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
}
@media print, screen and (min-width: 1024px) {
  .p-info__body {
    border-radius: 30px;
    padding: 7.6% 8.6%;
  }
}

.p-info__list {
  border-top: 1px solid #ffcbcb;
}

.p-info__item {
  border-bottom: 1px solid #ffcbcb;
}
.p-info__item a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background: url(../../assets/images/common/arrow-04.svg) center right 5px no-repeat;
  background-size: 16px 16px;
  padding: 15px 32px 14px 10px;
}
@media print, screen and (min-width: 768px) {
  .p-info__item a {
    background: url(../../assets/images/common/arrow-04.svg) center right 10px no-repeat;
    background-size: 20px 20px;
    padding: 27px 40px 27px 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-info__item a {
    align-items: center;
    row-gap: 7px;
    flex-wrap: nowrap;
  }
}
.p-info__item a:hover .p-info__time,
.p-info__item a:hover .p-info__title {
  color: #fd687f;
  transition: all 0.3s ease;
}
.p-info__item.is-show {
  display: block;
  animation: fadeIn 0.3s ease forwards;
}
.p-info__item.is-hide {
  display: none;
}

.p-filter__item {
  cursor: pointer;
}

.p-info__time {
  font-size: 0.9em;
  display: inline-block;
  margin-right: 6px;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 1024px) {
  .p-info__time {
    font-size: 0.8em;
  }
}

.p-info__cats {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
  gap: 3px;
  margin-right: 1rem;
}
.p-info__cats + p {
  margin-top: 0;
}

.p-info__cat {
  font-size: 1.1rem;
  line-height: 1.3;
  background: #fdf2f3;
  border-radius: 100vw;
  color: #fd687f;
  padding: 0.2em 1em;
}
@media print, screen and (min-width: 1024px) {
  .p-info__cat {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}

.p-info__title {
  transition: all 0.3s ease;
  width: 100%;
  line-height: 1.7;
}
@media print, screen and (min-width: 1024px) {
  .p-info__title {
    font-size: 0.9em;
    width: auto;
  }
}

.p-logo {
  margin-top: 70px !important;
}
@media print, screen and (min-width: 1024px) {
  .p-logo {
    margin-top: 150px !important;
  }
}

.p-logo__heading {
  text-align: center;
  margin-top: 30px;
  font-weight: 800;
  font-size: clamp(2rem, 5.128vw, 42px);
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1024px) {
  .p-logo__heading {
    margin-top: 70px;
    margin-bottom: 22px;
  }
}

.p-logo__img {
  margin: 19px auto 0;
  width: 80%;
  max-width: 340px;
}

.p-logo__explanation {
  background: #fff;
  margin-top: 30px;
  font-size: clamp(1.3rem, 3.33vw, 18px);
  border-radius: 20px;
  padding: 1em;
  line-height: 1.88;
  transform: rotate(0.1deg);
}
@media print, screen and (min-width: 1024px) {
  .p-logo__explanation {
    padding: 38px;
  }
}

.p-magazine__button {
  /* ボタンの標準スタイルをリセット */
  appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  font: inherit; /* 親のh3のフォントを引き継ぐ */
  color: inherit;
  cursor: pointer;
  /* レイアウト調整（横幅いっぱいにクリック反応を広げる） */
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
}
.p-magazine__button::after {
  content: "";
  background: url(../../assets/images/common/arrow-01.svg) center right no-repeat;
  background-size: contain;
  width: 10px;
  height: 12px;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  transition: all 0.3s ease;
}
.p-magazine__button[aria-expanded=true]::after {
  content: "";
  background: url(../../assets/images/common/arrow-01.svg) center right no-repeat;
  background-size: contain;
  width: 10px;
  height: 12px;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

/* リストの開閉制御（ボタンの状態に合わせる） */
.p-magazine__list {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease-out, opacity 0.3s ease;
}

/* aria-expanded="true" の直後のリストを表示する */
.p-magazine__year:has(.p-magazine__button[aria-expanded=true]) + .p-magazine__list {
  max-height: 1000px;
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  column-gap: 6%;
  row-gap: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-magazine__year:has(.p-magazine__button[aria-expanded=true]) + .p-magazine__list {
    margin-top: 35px;
    column-gap: 4%;
    row-gap: 33px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-magazine__year:has(.p-magazine__button[aria-expanded=true]) + .p-magazine__list {
    margin-top: 55px;
    column-gap: 3.2%;
  }
}

.p-magazine__item {
  width: 47%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-magazine__item {
    width: 22%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-magazine__item {
    width: 14%;
  }
}
.p-magazine__item .c-btn {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-magazine__item .c-btn {
    font-size: 0.9em;
  }
}

.p-magazine__link {
  border-radius: 10px;
  overflow: hidden;
}
.p-magazine__link:hover {
  opacity: 0.7;
}

.p-magazine__title {
  margin-top: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .p-magazine__title {
    font-size: 0.8em;
  }
}

.p-mv {
  width: calc(100% - 20px);
  margin: 15px auto 0;
}
@media print, screen and (min-width: 1024px) {
  .p-mv {
    margin-top: 60px;
    width: calc(100% - 5.2vw);
  }
}
.p-mv .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
.p-mv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fd687f;
  opacity: 1;
}

.p-mv__inner {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  aspect-ratio: 185/104;
  overflow: hidden;
}
@media print, screen and (min-width: 1024px) {
  .p-mv__inner {
    border-radius: 30px;
    aspect-ratio: 91/40;
  }
}
.p-mv__inner.swiper-slide {
  transition-property: opacity !important;
  pointer-events: none;
  z-index: 0;
}
.p-mv__inner.swiper-slide-active {
  pointer-events: auto;
  z-index: 10;
}
.p-mv__inner.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-mv__inner.swiper-slide a:hover {
  opacity: 0.7;
}
.p-mv__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-news__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media print, screen and (min-width: 1024px) {
  .p-news__nav {
    margin-bottom: 26px;
  }
}

.p-news__nav-item {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 100vw;
  line-height: 1;
  padding: 0.5em 1em;
  color: #999999;
  font-weight: 700;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}
.p-news__nav-item.is-active {
  background-color: #f4828f;
  border-color: #f4828f;
  color: #fff;
}
.p-news__nav-item:hover {
  cursor: pointer;
  background-color: #999999;
  color: #fff;
  transition: all 0.3s ease;
}
.p-news__nav-item:hover.is-active {
  background-color: #f4828f;
  border-color: #f4828f;
  color: #fff;
}

.p-occupation__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: 16px;
}
@media print, screen and (min-width: 768px) {
  .p-occupation__list {
    column-gap: 2%;
    row-gap: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-occupation__list {
    column-gap: 2%;
    row-gap: 30px;
  }
}

.p-occupation__item {
  transform: rotate(0.1deg);
  width: 48%;
  background: url(../../assets/images/common/arrow-04.svg) center right 20px no-repeat #fff;
  background-size: 18px 18px;
  display: block;
  box-shadow: 0px 0px 15px rgba(217, 205, 205, 0.2);
  border-radius: 10px;
  line-height: 1.5;
  padding: 1.2em 1em;
  font-weight: 800;
}
@media print, screen and (min-width: 768px) {
  .p-occupation__item {
    background: url(../../assets/images/common/arrow-04.svg) center right 30px no-repeat #fff;
    width: 32%;
    border-radius: 20px;
    padding: 1.2em 1.8em;
    background-size: 22px 22px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-occupation__item {
    width: 22.65%;
  }
}
.p-occupation__item:hover {
  background: url(../../assets/images/common/arrow-05.svg) center right 18px no-repeat #fd687f;
  background-size: 18px 18px;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 768px) {
  .p-occupation__item:hover {
    background: url(../../assets/images/common/arrow-05.svg) center right 27px no-repeat #fd687f;
    background-size: 22px 22px;
  }
}

.p-oneday__schedule {
  display: flex;
}
.p-oneday__schedule:nth-of-type(1) {
  margin-top: 30px;
}
@media print, screen and (min-width: 1024px) {
  .p-oneday__schedule:nth-of-type(1) {
    margin-top: 50px;
  }
}
.p-oneday__schedule:last-of-type .p-oneday__time::after {
  display: none;
}

.p-oneday__time {
  width: 60px;
  position: relative;
  display: flex;
  padding-top: 16px;
  justify-content: center;
  color: #fd687f;
  font-weight: 800;
}
@media print, screen and (min-width: 1024px) {
  .p-oneday__time {
    width: 80px;
    padding-top: 23px;
    font-size: 0.9em;
    font-size: 18px;
  }
}
.p-oneday__time::before {
  content: "";
  width: 56px;
  height: 56px;
  border: 2px solid #fd687f;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100vw;
}
@media print, screen and (min-width: 1024px) {
  .p-oneday__time::before {
    width: 74px;
    height: 74px;
    border: 3px solid #fd687f;
    position: absolute;
  }
}
.p-oneday__time::after {
  content: "";
  position: absolute;
  top: 60px;
  left: calc(50% - 1px);
  height: calc(100% - 59px);
  width: 2px;
  background: #fd687f;
}
@media print, screen and (min-width: 1024px) {
  .p-oneday__time::after {
    top: 79px;
    left: calc(50% - 2px);
    height: calc(100% - 79px);
    width: 3px;
  }
}

.p-oneday__text {
  width: calc(100% - 60px);
  padding: 1.5em 1em 2.2em;
  margin-top: 0;
  font-weight: 800;
}
@media print, screen and (min-width: 1024px) {
  .p-oneday__text {
    width: calc(100% - 80px);
  }
}

.p-overview__btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media print, screen and (min-width: 1024px) {
  .p-overview__btn {
    margin-top: 50px;
  }
}

.p-overview .c-child-section {
  margin-top: 50px;
}
@media print, screen and (min-width: 1024px) {
  .p-overview .c-child-section {
    margin-top: 100px;
  }
}

.p-page-footer {
  padding: 40px 0;
  margin-top: 60px;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-page-footer {
    padding: 60px 0;
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-page-footer {
    padding: 80px 0;
    margin-top: 140px;
  }
}

.p-page-footer__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  max-width: 1740px;
  margin: 0 auto;
  padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
  .p-page-footer__list {
    padding: 0 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-page-footer__list {
    justify-content: space-between;
    padding: 0 70px;
  }
}

.p-page-footer__item {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .p-page-footer__item {
    width: 32%;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-page-footer__item:nth-of-type(1) {
    width: 26%;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-page-footer__item:nth-of-type(2) {
    width: 33%;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-page-footer__item:last-of-type {
    width: 26.8%;
  }
}
.p-page-footer__item .p-page-footer__info p {
  font-size: clamp(1.65rem, 4.103vw, 26px);
  font-weight: 700;
  line-height: 1.23;
}
@media print, screen and (min-width: 768px) {
  .p-page-footer__item .p-page-footer__info p {
    font-size: clamp(2.3rem, 2.995vw, 32px);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-page-footer__item .p-page-footer__info p {
    font-size: clamp(1.8rem, 1.44vw, 32px);
  }
}
.p-page-footer__item .p-page-footer__facility {
  display: inline-block;
  border-radius: 10px;
  padding: 0.7em 1em;
  color: #fff;
  line-height: 1;
  transform: rotate(0.1deg);
  font-size: clamp(1.2rem, 3.077vw, 14px);
  margin-bottom: 5px;
}
@media print, screen and (min-width: 1024px) {
  .p-page-footer__item .p-page-footer__facility {
    font-size: clamp(1.5rem, 1.465vw, 18px);
    width: 80px;
    padding: 0.7em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.p-page-footer__item .p-page-footer__facility--main {
  background: #3fa6db;
}
.p-page-footer__item .p-page-footer__facility--4th {
  background: #fd687f;
}
.p-page-footer__item .p-page-footer__facility--2nd {
  background: #23b756;
}
.p-page-footer__item .p-page-footer__type {
  font-size: clamp(1.3rem, 3.333vw, 16px);
  display: block;
  font-weight: 700;
}
@media print, screen and (min-width: 1024px) {
  .p-page-footer__item .p-page-footer__type {
    font-size: clamp(1.5rem, 1.465vw, 18px);
  }
}
.p-page-footer__item .p-page-footer__small {
  font-size: clamp(1.2rem, 3.2vw, 13px);
  display: block;
  font-weight: 700;
  padding-left: 3em;
  line-height: 1;
  padding-bottom: 0.2em;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 1024px) {
  .p-page-footer__item .p-page-footer__small {
    font-size: clamp(1.4rem, 1.367vw, 15px);
    padding-left: 3.5em;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-page-footer__address {
    font-size: clamp(1.5rem, 1.4vw, 19px);
  }
}

@media print, screen and (min-width: 1024px) {
  .p-page-footer__item--margin .p-page-footer__info p {
    margin-top: 2em;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-page-footer__item--margin .p-page-footer__address {
    margin-top: 1.7rem;
  }
}

.p-page-footer__tel {
  background: url(../../assets/images/common/icon-tel.svg) center left no-repeat;
  background-size: 1em 1em;
  padding-left: 1.3em;
  font-weight: 700;
  margin-bottom: 0.3em;
  margin-top: 0;
  line-height: 1.2;
}

.p-privacy .c-heading.c-heading--lv2 {
  margin-top: 35px;
}
@media print, screen and (min-width: 1024px) {
  .p-privacy .c-heading.c-heading--lv2 {
    margin-top: 65px;
  }
}
.p-privacy .c-heading:nth-of-type(1) {
  margin-top: 25px;
}
@media print, screen and (min-width: 1024px) {
  .p-privacy .c-heading:nth-of-type(1) {
    margin-top: 45px;
  }
}

.p-recruit__list {
  margin-top: 10px;
}
@media print, screen and (min-width: 1024px) {
  .p-recruit__list {
    margin-top: 35px;
  }
}

.p-renaissance__introduction-head {
  font-weight: 800;
  line-height: 1.5;
  font-size: clamp(2rem, 5.128vw, 25px);
}
@media print, screen and (min-width: 768px) {
  .p-renaissance__introduction-head {
    font-size: clamp(2.2rem, 2.865vw, 30px);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-renaissance__introduction-head {
    font-size: clamp(2.5rem, 2.441vw, 32px);
  }
}

.p-renaissance__introduction-name {
  font-size: clamp(1.6rem, 4.103vw, 18px);
  font-weight: 800;
  margin-top: 14px;
}
@media print, screen and (min-width: 768px) {
  .p-renaissance__introduction-name {
    font-size: clamp(1.8rem, 2.344vw, 20px);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-renaissance__introduction-name {
    font-size: clamp(2rem, 1.953vw, 24px);
    margin-top: 24px;
  }
}

.p-renaissance__introduction-type {
  margin-top: 5px;
  line-height: 1.44;
}
@media print, screen and (min-width: 768px) {
  .p-renaissance__introduction-type {
    font-size: 0.8em;
    margin-top: 10px;
  }
}

.p-service a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media print, screen and (min-width: 768px) {
  .p-service a {
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}
.p-service a:hover {
  color: #fd687f;
}

.p-service__list .p-service__item {
  border-bottom: none;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .p-service__list .p-service__item {
    padding-bottom: 10px;
  }
}
.p-service__list .p-service__item a {
  background: url(../../assets/images/common/arrow-04.svg) top 0.3em left no-repeat;
  background-size: 1em 1em;
  padding-left: 1.5em;
  padding-bottom: 10px;
  display: inline-block;
  font-weight: 700;
}
.p-service__list .p-service__item p {
  line-height: 1.5;
}

.p-service__section {
  margin-top: 50px;
}
@media print, screen and (min-width: 1024px) {
  .p-service__section {
    margin-top: 70px;
  }
}

.p-single__body > * {
  margin: 0;
}
.p-single__body > * + * {
  margin-top: 1.5em;
}
.p-single__body > :first-child {
  margin-top: 0;
}
.p-single__body h2 {
  position: relative;
  font-weight: 800;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  padding-bottom: 10px;
  font-size: clamp(2rem, 5.128vw, 25px);
}
@media print, screen and (min-width: 768px) {
  .p-single__body h2 {
    font-size: clamp(2.2rem, 2.865vw, 30px);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-single__body h2 {
    font-size: clamp(2.5rem, 2.441vw, 32px);
    padding-bottom: 21px;
  }
}
.p-single__body h2::before {
  content: "";
  width: 1.5em;
  height: 2px;
  background: #fd687f;
  border-radius: 1px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.p-single__body h3 {
  font-size: clamp(1.6rem, 4.267vw, 20px);
  font-weight: 800;
}
@media print, screen and (min-width: 768px) {
  .p-single__body h3 {
    font-size: clamp(2rem, 2.604vw, 24px);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-single__body h3 {
    font-size: clamp(2.2rem, 2.148vw, 28px);
  }
}
.p-single__body h4 {
  font-size: clamp(1.4rem, 3.733vw, 17px);
  font-weight: 700;
  position: relative;
  padding-left: 0.7em;
}
@media print, screen and (min-width: 768px) {
  .p-single__body h4 {
    font-size: clamp(1.8rem, 2.344vw, 20px);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-single__body h4 {
    font-size: clamp(2rem, 1.953vw, 24px);
  }
}
.p-single__body h4::before {
  content: "";
  background: linear-gradient(to bottom, #ffa4a4, #87ccf0);
  width: 3px;
  border-radius: 100vw;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.3em;
}
@media print, screen and (min-width: 768px) {
  .p-single__body h4::before {
    width: 5px;
  }
}
.p-single__body ul li {
  position: relative;
  line-height: 1.6;
  padding-left: 1em;
  margin-top: 0.4em;
}
.p-single__body ul li::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-radius: 100vw;
  position: absolute;
  top: 0.45em;
  left: 0;
  background: #3fa6db;
}
@media print, screen and (min-width: 1024px) {
  .p-single__body ul li::before {
    top: 0.5em;
  }
}
.p-single__body ol {
  list-style-type: decimal;
  margin-left: 1.2em;
}
.p-single__body ol li {
  line-height: 1.6;
  margin-top: 0.4em;
}
.p-single__body figcaption,
.p-single__body .wp-element-caption {
  color: #555;
  transform: rotate(0.1deg);
  margin-top: 0.4em;
  font-size: 0.9em;
}

.p-single__title {
  font-size: clamp(2rem, 5.128vw, 25px);
  font-weight: 800;
  line-height: 1.56;
}
@media print, screen and (min-width: 768px) {
  .p-single__title {
    font-size: clamp(2.2rem, 2.865vw, 30px);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-single__title {
    font-size: clamp(2.5rem, 2.441vw, 32px);
  }
}

.p-single__info {
  display: flex;
  margin-top: 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  padding-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .p-single__info {
    margin-top: 32px;
    padding-bottom: 30px;
  }
}

.p-single__time {
  display: inline-block;
  color: #666666;
  font-size: 0.9em;
  margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-single__time {
    margin-right: 18px;
  }
}

.p-single__cats {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
  gap: 5px 3px;
}

.p-single__cat {
  display: inline-block;
  border: 1px solid #cccccc;
  background: #fff;
  font-size: 1.2rem;
  color: #999999;
  padding: 0.3em 0.8em;
  line-height: 1;
  border-radius: 100vw;
  transform: rotate(0.1deg);
}
@media print, screen and (min-width: 768px) {
  .p-single__cat {
    font-size: 1.4rem;
  }
}
.p-single__cat:hover {
  color: #fd687f;
  border-color: #ffa4a4;
}

.p-single__pagination {
  margin-top: 60px;
  border-top: 1px solid rgba(51, 51, 51, 0.5);
  padding-top: 30px;
  display: flex;
  justify-content: center;
  column-gap: 5px;
}
@media print, screen and (min-width: 768px) {
  .p-single__pagination {
    margin-top: 100px;
    padding-top: 40px;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-single__pagination {
    margin-top: 150px;
    padding-top: 58px;
  }
}

.p-single__button {
  background-color: #fff;
  border-radius: 10px;
  line-height: 1 !important;
  font-size: 0.9em;
}
.p-single__button:hover {
  color: #fd687f;
  border-color: #fd687f;
}
@media print, screen and (min-width: 768px) {
  .p-single__button.p-single__button--all {
    padding-left: 1.7em;
    padding-right: 1.7em;
  }
}
.p-single__button.p-single__button--prev {
  padding-left: 2.4em;
}
@media print, screen and (min-width: 768px) {
  .p-single__button.p-single__button--prev {
    padding-left: 50px;
    padding-right: 28px;
  }
}
.p-single__button.p-single__button--prev::before {
  content: "";
  background: url(../../assets/images/common/arrow-04.svg) 0 0 no-repeat;
  width: 12px;
  height: 12px;
  background-size: contain;
  position: absolute;
  top: 1em;
  left: 10px;
  transform: rotate(180deg);
}
@media print, screen and (min-width: 768px) {
  .p-single__button.p-single__button--prev::before {
    width: 15px;
    height: 15px;
    left: 24px;
  }
}
.p-single__button.p-single__button--next {
  padding-right: 2.4em;
}
@media print, screen and (min-width: 768px) {
  .p-single__button.p-single__button--next {
    padding-right: 50px;
    padding-left: 28px;
  }
}
.p-single__button.p-single__button--next::after {
  content: "";
  background: url(../../assets/images/common/arrow-04.svg) 0 0 no-repeat;
  width: 12px;
  height: 12px;
  background-size: contain;
  position: absolute;
  top: 1em;
  right: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-single__button.p-single__button--next::after {
    width: 15px;
    height: 15px;
    right: 24px;
  }
}

.p-single__button--none {
  color: #ccc;
}
.p-single__button--none:hover {
  cursor: auto;
  color: #ccc;
  border-color: #ccc;
}

.p-sitemap__list li {
  border-bottom: 1px solid #ccc;
}
.p-sitemap__list li p,
.p-sitemap__list li a {
  display: block;
  padding: 1em 2em 1em 0.5em;
}
@media print, screen and (min-width: 1024px) {
  .p-sitemap__list li p,
  .p-sitemap__list li a {
    padding: 1.5em 2em 1.5em 1em;
  }
}
.p-sitemap__list li a {
  background: url(../../assets/images/common/arrow-04.svg) top 1.2em left 10px no-repeat;
  background-size: 15px 15px;
  color: #555;
  text-decoration: underline;
  text-underline-offset: 2px;
  padding: 1em 2em 1em 2em;
}
@media print, screen and (min-width: 1024px) {
  .p-sitemap__list li a {
    background-size: 18px 18px;
    padding: 1.5em 2em 1.5em 2.2em;
    background-position: top 2.7vw left 10px;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-sitemap__list li a {
    background-position: top 2em left 10px;
  }
}
.p-sitemap__list li a:hover {
  color: #fd687f;
}

.p-sitemap__list--child li {
  border-bottom: none;
  margin-left: 1em;
  position: relative;
}
.p-sitemap__list--child li:last-of-type {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 1024px) {
  .p-sitemap__list--child li:last-of-type {
    margin-bottom: 40px;
  }
}
.p-sitemap__list--child li.p-sitemap__item-heading {
  font-weight: 700;
  margin-left: 2em;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 0.5em;
}
.p-sitemap__list--child li a {
  background: none;
  padding: 1em 1em 0 2em;
}
@media print, screen and (min-width: 1024px) {
  .p-sitemap__list--child li a {
    display: inline-block;
    padding: 1.2em 1em 0.3em 2em;
  }
}
.p-sitemap__list--child li a::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  background: #fd687f;
  border-radius: 100vw;
  position: absolute;
  top: 1.6em;
  left: 1em;
}
@media print, screen and (min-width: 1024px) {
  .p-sitemap__list--child li a::before {
    top: 1.7em;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-sitemap__list--child li a::before {
    top: 1.8em;
  }
}

.p-target__list {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-target__list {
    padding: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-target__list {
    border-radius: 30px;
    padding: 55px 70px;
  }
}

.p-target__item {
  border-top: dotted 1px rgba(51, 51, 51, 0.3);
  color: #fd687f;
  font-weight: 800;
  padding: 1em 0;
  transform: rotate(0.1deg);
}
@media print, screen and (min-width: 1024px) {
  .p-target__item {
    font-size: clamp(1.7rem, 1.66vw, 20px);
  }
}
.p-target__item:nth-of-type(1) {
  border-top: none;
  padding-top: 0;
}
.p-target__item:last-of-type {
  padding-bottom: 0;
}

.p-target__price {
  margin-top: 60px;
}
@media print, screen and (min-width: 1024px) {
  .p-target__price {
    margin-top: 100px;
  }
}

.p-target__condition {
  margin-top: 40px;
}
@media print, screen and (min-width: 1024px) {
  .p-target__condition {
    margin-top: 80px;
  }
}

.p-target__condition-list {
  list-style-type: decimal;
  padding-left: 1.5em;
}

.p-target__condition-item {
  transform: rotate(0.1deg);
  font-weight: 800;
  line-height: 1.7;
  margin-top: 0.5em;
}
.p-target__condition-item p {
  font-weight: 500;
  line-height: 1.7;
  margin-top: 0.5em;
}

.p-target__btn {
  margin-top: 30px;
}
@media print, screen and (min-width: 1024px) {
  .p-target__btn {
    margin-top: 50px;
  }
}

.p-top-footer {
  padding: 40px 20px 43px;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-top-footer {
    padding: 100px 40px 100px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-footer {
    padding: 170px 50px 150px;
  }
}

.p-top-footer__body {
  display: flex;
  flex-wrap: wrap;
  row-gap: 33px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-footer__body {
    max-width: 1600px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-top-footer__name {
    width: 57.5%;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-top-footer__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 2.5vw;
  }
}
.p-top-footer__list dt {
  display: inline-block;
  border-radius: 10px;
  padding: 0.7em 1em;
  color: #fff;
  line-height: 1;
  transform: rotate(0.1deg);
}
@media print, screen and (min-width: 1024px) {
  .p-top-footer__list dt {
    font-size: clamp(1.5rem, 1.465vw, 18px);
    width: 80px;
    padding: 0.7em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-top-footer__list dd {
  width: 100%;
  margin: 10px 0 28px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-footer__list dd {
    width: calc(100% - 80px);
    padding: 0 20px 0;
    margin: 10px 0 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-footer__list dd span {
    font-size: clamp(1.5rem, 1.465vw, 18px);
  }
}
.p-top-footer__list dd h2 {
  font-size: clamp(1.8rem, 4.103vw, 26px);
  font-weight: 700;
  line-height: 1.23;
}
@media print, screen and (min-width: 1024px) {
  .p-top-footer__list dd h2 {
    font-size: clamp(2rem, 1.953vw, 34px);
  }
}
.p-top-footer__list dd p {
  font-size: clamp(1.3rem, 3.333vw, 16px);
  line-height: 1.23;
  margin-top: 8px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-footer__list dd p {
    font-size: clamp(1.6rem, 1.953vw, 20px);
  }
}
.p-top-footer__list .p-top-footer__main {
  background: #3fa6db;
}
.p-top-footer__list .p-top-footer__4th {
  background: #fd687f;
}
.p-top-footer__list .p-top-footer__2nd {
  background: #23b756;
}
.p-top-footer__map {
  border-radius: 20px;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 350/197;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .p-top-footer__map {
    width: 42.5%;
    aspect-ratio: 34/19;
  }
}
.p-top-footer__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top-footer__tel {
  background: url(../../assets/images/common/icon-tel.svg) center left no-repeat;
  background-size: 1em 1em;
  padding-left: 1.3em;
  font-weight: 700;
  margin-bottom: 0.3em;
}

.p-top-footer__medium {
  font-size: 0.9em;
  display: block;
  width: 100%;
  transform: rotate(0.1deg);
}

.p-top-footer__small {
  font-size: 0.8em;
  padding-left: 4em;
  letter-spacing: 0.2em;
  display: block;
  width: 100%;
  transform: rotate(0.1deg);
}

.p-top-info {
  order: 2;
  width: calc(100% - 40px);
  margin: 58px auto 0;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 25px rgba(217, 205, 205, 0.25);
  padding: 35px 20px 40px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-info {
    order: 1;
    width: 76.8%;
    margin: 0;
    border-radius: 30px;
    box-shadow: 0px 0px 25px rgba(217, 205, 205, 0.3);
    padding: 60px 4vw 70px;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-top-info {
    display: flex;
  }
}

.p-top-info__heading {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 1440px) {
  .p-top-info__heading {
    width: 270px;
    align-content: flex-start;
    margin-top: 60px;
  }
}
.p-top-info__heading .p-top-title__sub {
  color: #fd687f;
  font-size: 1.2rem;
  font-weight: 700;
}
@media print, screen and (min-width: 1024px) {
  .p-top-info__heading .p-top-title__sub {
    font-size: min(1.172vw, 1.4rem);
  }
}
.p-top-info__heading .p-top-title__main {
  font-size: 3.2rem;
  font-weight: 700;
}
@media print, screen and (min-width: 1024px) {
  .p-top-info__heading .p-top-title__main {
    font-size: min(3.906vw, 4.6rem);
    margin-top: 12px;
  }
}

@media print, screen and (min-width: 1440px) {
  .p-top-info__btn {
    margin-top: 46px;
  }
}
.p-top-info__btn .p-news__select {
  width: 100px;
  border-color: #f4828f;
  background: #f4828f;
  color: #fff;
  font-weight: 700;
  border-radius: 100vw;
  padding: 1em 2em 1em 1em;
}
.p-top-info__btn .p-news__select option {
  background: #fff;
  color: #333;
}

@media print, screen and (min-width: 1440px) {
  .p-top-info__body {
    width: calc(100% - 270px);
  }
}

.p-top-info__main {
  scrollbar-color: #fd687f #fff;
}

.p-top-info__list {
  display: none;
  max-height: 467px;
  overflow-y: auto;
  scrollbar-gutter: stable;
  padding-right: 5px;
}
.p-top-info__list.is-active {
  display: block;
  animation: fadeIn 0.4s ease;
}

.p-top-info__item {
  border-bottom: 1px solid #ffcbcb;
}
.p-top-info__item:nth-of-type(1) {
  border-top: 1px solid #ffcbcb;
}
.p-top-info__item:last-of-type {
  margin-bottom: 3px;
}
.p-top-info__item a {
  padding: 20px 40px 15px 10px;
  background: url(../../assets/images/common/arrow-04.svg) center right 10px no-repeat;
  background-size: 20px 20px;
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .p-top-info__item a {
    background-position: center right 10px;
  }
}
.p-top-info__item a:hover {
  color: #fd687f;
}
.p-top-info__item .p-top-info__time {
  line-height: 1;
}
@media print, screen and (min-width: 1024px) {
  .p-top-info__item .p-top-info__time {
    font-size: 1.4rem;
  }
}
.p-top-info__item .p-top-info__item-cat {
  display: inline-block;
  background: #fdf2f3;
  border-radius: 20px;
  line-height: 1.2;
  color: #fd687f;
  padding: 0.4em 1em;
  margin-left: 5px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-info__item .p-top-info__item-cat {
    font-size: 1.2rem;
  }
}
.p-top-info__item p {
  margin-top: 0.8em;
  line-height: 1.4;
  font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
  .p-top-info__item p {
    font-size: 0.8em;
  }
}

.p-top-info__btn--sp {
  margin: 40px 0 0;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .p-top-info__btn--sp {
    display: none;
  }
}

.js-category-trigger-pc {
  cursor: pointer;
}

.js-category-trigger-pc.is-active {
  color: #fff;
  background-color: #333;
}

@media print, screen and (min-width: 1024px) {
  .p-top-info__category {
    margin-top: 20px;
  }
}

.p-top-intro {
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fdf2f3 0%, #fcf9ea 100%);
  background-repeat: no-repeat;
  background-size: 100% 600px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-intro {
    background-color: #fcf9ea;
    background-image: linear-gradient(to bottom, #fdf8eb 0%, #fcf9ea 100%);
    background-repeat: no-repeat;
    padding-top: 80px;
  }
}
.p-top-intro .c-inner {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1024px) {
  .p-top-intro .c-inner {
    justify-content: space-between;
  }
}

.p-top-intro__contents {
  order: 1;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1024px) {
  .p-top-intro__contents {
    width: 100%;
    order: 3;
    justify-content: center;
    align-items: center;
    column-gap: 3.75%;
    margin-top: 118px;
  }
}

.p-top-intro__body {
  margin-top: 57px;
  padding: 0 20px;
  order: 1;
}
@media print, screen and (min-width: 1024px) {
  .p-top-intro__body {
    width: 50%;
    padding: 0;
    margin-top: 0;
  }
}

.p-top-intro__heading {
  font-size: clamp(2rem, 5.128vw, 34px);
  font-weight: 800;
}
@media print, screen and (min-width: 1024px) {
  .p-top-intro__heading {
    margin-top: 6.7vw;
    font-size: clamp(40px, 3.906vw, 57px);
  }
}

.p-top-intro__text {
  font-size: min(4.103vw, 1.8rem);
  line-height: 2;
  margin-top: 33px;
  font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
  .p-top-intro__text {
    margin-top: 40px;
    font-size: clamp(1.5rem, 1.5vw, 2.2rem);
  }
}

.p-top-intro__img {
  order: 2;
  margin-top: 53px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-intro__img {
    width: 38%;
    margin-top: 0;
  }
}
.p-top-intro__img img {
  display: inline-block;
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
  }
}
.p-top-magazine {
  order: 3;
  margin: 90px auto 0;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 25px rgba(217, 205, 205, 0.25);
  padding: 35px 30px 40px;
  width: calc(100% - 40px);
}
@media print, screen and (min-width: 1024px) {
  .p-top-magazine {
    order: 2;
    width: 21.2%;
    margin: 0;
    border-radius: 30px;
    box-shadow: 0px 0px 25px rgba(217, 205, 205, 0.3);
    padding: 54px 2vw 60px;
    height: fit-content;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-top-magazine {
    padding: 60px 40px 60px;
    height: auto;
  }
}

.p-top-magazine__heading {
  line-height: 1;
}
.p-top-magazine__heading .p-top-title__sub {
  color: #fd687f;
  font-size: 1.2rem;
  font-weight: 700;
}
.p-top-magazine__heading .p-top-title__main {
  margin-top: 5px;
  font-size: 3.2rem;
  font-weight: 700;
}
@media print, screen and (min-width: 1440px) {
  .p-top-magazine__heading .p-top-title__main {
    font-size: min(2.5vw, 4rem);
  }
}

.p-top-magazine__thumbnail {
  margin: 20px auto 0;
  border: 1px solid #dddddd;
  width: 180px;
  height: 255px;
  aspect-ratio: 12/17;
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .p-top-magazine__thumbnail {
    width: 90%;
    height: auto;
    aspect-ratio: unset;
    max-width: 340px;
    margin-top: 29px;
  }
}
.p-top-magazine__thumbnail:hover {
  opacity: 0.7;
}
.p-top-magazine__thumbnail img {
  display: block;
}

.p-top-magazine__title {
  text-align: center;
  font-weight: 700;
  font-size: 1.125em;
  margin-top: 29px;
  letter-spacing: 0.025em;
  line-height: 1.66;
}
@media print, screen and (min-width: 1024px) {
  .p-top-magazine__title {
    margin-top: 25px;
    font-size: 0.9em;
  }
}

.p-top-magazine__btn {
  margin: 25px auto 0;
  text-align: center;
}

.p-top-service {
  display: none;
  overflow: hidden;
}
@media print, screen and (min-width: 1024px) {
  .p-top-service {
    display: block;
    margin-top: 50px;
    padding-bottom: 90px;
  }
}

.p-top-service__wrap {
  overflow: hidden;
  position: relative;
  margin-top: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 30px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #fd687f, #87ccf0);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 5.2vw 0;
}

.p-top-service__wrap--right {
  left: 50px;
  padding-right: 50px;
  padding-left: 5.72vw;
}
@media print, screen and (min-width: 1920px) {
  .p-top-service__wrap--right {
    padding-right: 200px;
  }
}
.p-top-service__wrap--right .p-top-service__body {
  padding-left: clamp(30px, 5%, 80px);
}
.p-top-service__wrap--right:nth-of-type(1) .p-top-service__item:nth-of-type(odd) {
  width: 54.5%;
}
.p-top-service__wrap--right:nth-of-type(1) .p-top-service__item:nth-of-type(even) {
  width: 40%;
}

.p-top-service__wrap--left {
  left: -50px;
  padding-left: calc(100px + 5.72vw);
  padding-right: 5.7vw;
}
@media print, screen and (min-width: 1920px) {
  .p-top-service__wrap--left {
    padding-left: calc(50px + 5.72vw);
    padding-right: 0;
  }
}
.p-top-service__wrap--left .p-top-service__img {
  order: 2;
}
.p-top-service__wrap--left .p-top-service__body {
  order: 1;
  width: 74%;
  padding-right: clamp(30px, 5%, 80px);
}
.p-top-service__wrap--left .p-top-service__item {
  white-space: nowrap;
}
.p-top-service__wrap--left .p-top-service__item:nth-of-type(even) {
  width: 54%;
}
.p-top-service__wrap--left .p-top-service__item:nth-of-type(odd) {
  width: 40%;
}

@media print, screen and (min-width: 1440px) {
  .p-top-service__wrap--first .p-top-service__item:nth-of-type(even) {
    width: 39.82%;
  }
  .p-top-service__wrap--first .p-top-service__item:nth-of-type(odd) {
    width: 48.67%;
  }
}

@media print, screen and (min-width: 1440px) {
  .p-top-service__wrap--second .p-top-service__item:nth-of-type(odd) {
    width: 39.82%;
  }
  .p-top-service__wrap--second .p-top-service__item:nth-of-type(even) {
    width: 48.67%;
  }
}

@media print, screen and (min-width: 1440px) {
  .p-top-service__wrap--third .p-top-service__item {
    width: 44.24%;
  }
}

.p-top-service__content {
  max-width: 1600px;
  width: 100%;
  display: flex;
}
@media print, screen and (min-width: 1920px) {
  .p-top-service__content {
    margin: 0 auto;
  }
}

.p-top-service__img {
  width: 25%;
  max-width: 400px;
  border-radius: 20px;
  overflow: hidden;
  height: fit-content;
}
.p-top-service__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-top-service__body {
  width: 70%;
}

.p-top-service__names {
  display: flex;
  align-items: center;
}
.p-top-service__names .p-top-service__name {
  width: calc(100% - 100px);
  font-size: clamp(2.2rem, 2.148vw, 44px);
  letter-spacing: -0.05em;
}
.p-top-service__names .p-top-service__facility {
  margin-left: 0;
}

.p-top-service__name {
  font-weight: 800;
  display: inline;
  line-height: 1.4;
}
@media print, screen and (min-width: 1024px) {
  .p-top-service__name {
    font-size: clamp(2.4rem, 2.344vw, 44px);
    margin-right: 1.45vw;
  }
}

.p-top-service__facility {
  display: inline-block;
  font-size: clamp(1.2rem, 1.367vw, 18px);
  margin-top: -5px;
  border: 1px solid #999999;
  border-radius: 10px;
  padding: 0.6em 1em;
  line-height: 1;
  vertical-align: text-bottom;
}

.p-top-service__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 18px;
  column-gap: 2.6vw;
  margin-top: 2.3vw;
}
@media print, screen and (min-width: 1440px) {
  .p-top-service__list {
    margin-top: 45px;
  }
}

.p-top-service__item {
  border-bottom: 1px solid #999999;
  width: 46.5%;
}
@media print, screen and (min-width: 1440px) {
  .p-top-service__item {
    width: auto;
  }
}
.p-top-service__item a {
  background: url(../../assets/images/common/arrow-04.svg) top 0.4em left no-repeat;
  background-size: 1.25vw 1.25vw;
  display: block;
  padding-left: 1.56vw;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-service__item a {
    background-position: top 0.5em left;
  }
}
@media print, screen and (min-width: 1920px) {
  .p-top-service__item a {
    background: url(../../assets/images/common/arrow-04.svg) top 0.6em left no-repeat;
    background-size: 24px 24px;
  }
}
.p-top-service__item a:hover {
  color: #fd687f;
}
.p-top-service__item p {
  font-size: clamp(1.5rem, 1.465vw, 27px);
  font-weight: 700;
  letter-spacing: -0.03em;
}
.p-top-service__item span {
  display: block;
  font-size: clamp(1.2rem, 1.172vw, 22px);
  margin-top: 4px;
}
.p-top-service__item:hover .p-top-service__logo svg {
  fill: #fd687f;
  transition: all 0.3s ease;
}

.p-top-service__sub {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  column-gap: 3.125vw;
}

.p-top-service__btn {
  width: 33.75%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 15px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #fd687f, #87ccf0);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 20px;
  max-width: 540px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-service__btn {
    width: 41%;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-top-service__btn {
    width: 35%;
  }
}
.p-top-service__btn:hover {
  color: #fd687f;
}

.p-top-service__item-text {
  margin-left: 1.56vw;
}
.p-top-service__item-text p {
  background: url(../../assets/images/common/arrow-04.svg) top 0.6em left no-repeat;
  background-size: 1.04vw;
  display: block;
  padding-left: 1.56vw;
  margin-top: 0;
  font-weight: 700;
  font-size: clamp(1.5rem, 4vw, 20px);
}
@media print, screen and (min-width: 1440px) {
  .p-top-service__item-text p {
    font-size: clamp(1.8rem, 1.758vw, 27px);
  }
}
.p-top-service__item-text span {
  font-weight: 500;
  line-height: 1;
  margin-left: 1.56vw;
  font-size: clamp(1.2rem, 3.2vw, 17px);
}
@media print, screen and (min-width: 1440px) {
  .p-top-service__item-text span {
    font-size: clamp(1.5rem, 1.465vw, 22px);
  }
}

.p-top-service__item-img {
  width: 80px;
  border-radius: 10px;
  overflow: hidden;
}
.p-top-service__item-img img {
  display: block;
}

.p-top-service__logo {
  margin-top: 0.5em !important;
}
@media print, screen and (min-width: 1024px) {
  .p-top-service__logo {
    margin-top: 0 !important;
  }
}
.p-top-service__logo svg {
  max-height: 18px;
  fill: #333;
  transition: all 0.3s ease;
}

.p-visit {
  overflow: hidden;
}
.p-voice__list {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-voice__list {
    column-gap: 4.8%;
  }
}

.p-voice__item {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 24px 30px;
}
@media print, screen and (min-width: 768px) {
  .p-voice__item {
    width: 47.6%;
    border-radius: 30px;
    padding: 37px 40px 43px;
  }
}

.p-voice__img {
  text-align: center;
}
.p-voice__img img {
  display: inline-block;
}

.p-voice__heading {
  color: #fd687f;
  font-weight: 800;
  line-height: 1.6;
  margin-top: 5px;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes category {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-target--category {
  opacity: 0;
}
.js-target--category.is-active {
  animation: fadeIn 0.4s linear 0s forwards;
}

.js-target--in {
  opacity: 0;
}
.js-target--in.is-active {
  animation: fadeIn 0.6s linear 0.1s forwards;
}

.js-target--left {
  opacity: 0;
}
.js-target--left.is-active {
  animation: fadeLeft 0.6s linear 0.1s forwards;
}

.js-target--right {
  opacity: 0;
}
.js-target--right.is-active {
  animation: fadeRight 0.6s linear 0.1s forwards;
}

.js-target--up {
  opacity: 0;
}
.js-target--up.is-active {
  animation: fadeUp 0.6s linear 0.1s forwards;
}

@keyframes Grad {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  75% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
.c-btn {
  display: inline-block;
  padding: 1em;
  font-weight: 700;
  line-height: 1.4;
  transform: rotate(0.1deg);
}
@media print, screen and (min-width: 1024px) {
  .c-btn {
    line-height: 1.125;
    font-size: clamp(1.5rem, 1.465vw, 18px);
  }
}

.c-btn--arrow-circle {
  background: url(../../assets/images/common/arrow-04.svg) no-repeat #fff;
  background-size: 15px 15px;
  box-shadow: 0px 0px 15px rgba(217, 205, 205, 0.2);
  margin-bottom: 5px;
}
.c-btn--arrow-circle.c-btn--icon-right {
  background-position: center right 16px;
  padding-right: 46px;
}
.c-btn--arrow-circle.c-btn--icon-left {
  background-position: center left 16px;
  padding-left: 46px;
}
.c-btn--arrow-circle:hover {
  color: #fd687f;
}

.c-btn--arrow-pink {
  background: url(../../assets/images/common/arrow-03.svg) no-repeat;
  background-size: 8px 10px;
}
.c-btn--arrow-pink.c-btn--icon-right {
  background-position: center right 21px;
  padding-right: 4rem;
}
.c-btn--arrow-pink:hover.c-btn--icon-right {
  background-position: center right 19px;
}
.c-btn--arrow-pink:hover.c-btn--icon-left {
  background-position: center left 19px;
}

.c-btn--arrow-single.c-btn--icon-right {
  background-image: url(../../assets/images/common/arrow-02.svg);
  background-repeat: no-repeat;
  background-size: 8px 10px;
  background-position: center right 18px;
  padding-right: 35px;
}
.c-btn--arrow-single.c-btn--icon-left {
  background-image: url(../../assets/images/common/arrow-08.svg);
  background-repeat: no-repeat;
  background-size: 8px 10px;
  background-position: center left 18px;
  padding-left: 35px;
}
.c-btn--arrow-single:hover.c-btn--icon-right {
  background-position: center right 16px;
}
.c-btn--arrow-single:hover.c-btn--icon-left {
  background-position: center left 16px;
}

.c-btn--border {
  border: 1px solid #ccc;
}

.c-btn--pink {
  background-color: #fd687f;
  border-radius: 100vw;
  color: #fff;
  box-shadow: 0px 0px 10px rgba(217, 205, 205, 0.5);
  margin-bottom: 5px;
  padding-left: 3rem;
}
.c-btn--pink:hover {
  background-color: #ff4863;
  box-shadow: 0px 0px 10px #d9cdcd;
}

.c-btn--blue {
  background-color: #3fa6db;
  border-radius: 100vw;
  color: #fff;
  box-shadow: 0px 0px 10px rgba(217, 205, 205, 0.5);
  margin-bottom: 5px;
}

.c-btn--gray {
  background-color: #999;
  border-radius: 100vw;
  color: #fff;
  box-shadow: 0px 0px 10px rgba(217, 205, 205, 0.5);
  margin-bottom: 5px;
}

.c-btn--green {
  background-color: #23b756;
  border-radius: 100vw;
  color: #fff;
  box-shadow: 0px 0px 10px rgba(217, 205, 205, 0.5);
  margin-bottom: 5px;
  padding-left: 3rem;
}
.c-btn--green:hover {
  background-color: #009835;
  box-shadow: 0px 0px 10px #d9cdcd;
}

.c-btn--white {
  color: #fd687f;
  box-shadow: 0px 0px 10px rgba(217, 205, 205, 0.5);
  background: url(../../assets/images/common/arrow-03.svg) no-repeat #fff;
  margin-bottom: 5px;
}
.c-btn--white:hover {
  color: #fff;
  background: url(../../assets/images/common/arrow-02.svg) no-repeat #fd687f;
  background-size: 8px 10px;
}
.c-btn--white:hover.c-btn--icon-right {
  background-position: center right 19px;
}
.c-btn--white:hover.c-btn--icon-left {
  background-position: center left 19px;
}

.c-btn--sm {
  padding-right: 5rem !important;
}

.c-btn--radius-sm {
  border-radius: 10px;
}

.c-btn--radius-md {
  border-radius: 20px;
}

.c-btn--radius-lg {
  border-radius: 30px;
}

.c-btn--radius-pill {
  border-radius: 100vw;
  padding-left: 1.5em;
}

.c-btn-area {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 3px 6px;
}
@media print, screen and (min-width: 1024px) {
  .c-btn-area {
    margin-top: 4.68vw;
    gap: 8px;
  }
}
.c-btn-area.c-text--center {
  justify-content: center;
}

.c-cards {
  display: flex;
  flex-wrap: wrap;
}
.c-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 26px;
}
@media print, screen and (min-width: 768px) {
  .c-card {
    padding: 43px 40px 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-card {
    border-radius: 30px;
    padding: 40px 40px 50px;
  }
}
@media print, screen and (min-width: 1440px) {
  .c-card {
    padding: 52px 48px 60px;
  }
}
.c-card .c-heading {
  margin-top: 0 !important;
  line-height: 1.4;
}

.c-cards--col3 {
  row-gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-cards--col3 {
    column-gap: 4%;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-cards--col3 {
    column-gap: 3.12%;
  }
}
.c-cards--col3 .c-card {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .c-cards--col3 .c-card {
    width: 48%;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-cards--col3 .c-card {
    width: 31.25%;
  }
}

.c-cards--col2 {
  row-gap: 15px;
}
@media print, screen and (min-width: 768px) {
  .c-cards--col2 {
    column-gap: 5%;
    row-gap: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-cards--col2 {
    row-gap: 60px;
  }
}
.c-cards--col2 .c-card {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .c-cards--col2 .c-card {
    width: 47.5%;
  }
}

.c-card__text {
  margin-top: 1.5em;
}
.c-card__text.c-card__text--tel p {
  font-size: 1.2em !important;
  line-height: 1.6 !important;
}
@media print, screen and (min-width: 1024px) {
  .c-card__text.c-card__text--tel p {
    font-size: 1em !important;
  }
}

.c-card__sub-heading {
  font-size: 1.1em;
  font-weight: 800;
  line-height: 1.36;
  margin-top: 1.5em;
}
@media print, screen and (min-width: 1024px) {
  .c-card__sub-heading {
    font-size: clamp(1.4rem, 1.367vw, 18px);
    line-height: 1.5;
  }
}
.c-card__sub-heading + .c-card__text {
  margin-top: 1em;
}
.c-card__sub-heading + .c-card__text p {
  font-size: 0.85em;
  letter-spacing: 0.03em;
  line-height: 1.9;
}

.c-card__img {
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c-card__img {
    border-radius: 20px;
  }
}
.c-card__img img {
  display: block;
  width: 100%;
}
.c-card__img:has(+ .c-heading) {
  margin-bottom: 1.2em;
}

.c-heading {
  font-weight: 800;
}
.c-heading:has(+ p) {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 1024px) {
  .c-heading:has(+ p) {
    margin-bottom: 27px;
  }
}

.c-heading--lv2 {
  position: relative;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  padding-bottom: 10px;
  margin-top: 20px;
  font-size: clamp(2rem, 5.128vw, 25px);
}
@media print, screen and (min-width: 768px) {
  .c-heading--lv2 {
    font-size: clamp(2.2rem, 2.865vw, 29px);
  }
}
@media print, screen and (min-width: 1024px) {
  .c-heading--lv2 {
    font-size: clamp(1.75rem, 1.7vw, 25px);
    padding-bottom: 21px;
    margin-top: 38px;
    letter-spacing: -0.05em;
  }
}
.c-heading--lv2::before {
  content: "";
  width: 1.5em;
  height: 2px;
  background: #fd687f;
  border-radius: 1px;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.c-heading--lv3 {
  font-size: clamp(2rem, 5.128vw, 28px);
  margin-bottom: 0.8em;
}
@media print, screen and (min-width: 768px) {
  .c-heading--lv3 {
    font-size: clamp(2.6rem, 3.385vw, 32px);
  }
}
@media print, screen and (min-width: 1024px) {
  .c-heading--lv3 {
    font-size: clamp(2.8rem, 2.734vw, 38px);
    margin-bottom: 30px;
  }
}

.c-heading--lv4 {
  font-size: clamp(1.7rem, 4.359vw, 20px);
  font-weight: 700;
  position: relative;
  padding-left: 0.7em;
  margin-bottom: 0.8em;
}
@media print, screen and (min-width: 768px) {
  .c-heading--lv4 {
    font-size: clamp(2rem, 2.604vw, 25px);
  }
}
@media print, screen and (min-width: 1024px) {
  .c-heading--lv4 {
    font-size: clamp(2.3rem, 2.246vw, 30px);
    margin-bottom: 30px;
  }
}
.c-heading--lv4::before {
  content: "";
  background: linear-gradient(to bottom, #ffa4a4, #87ccf0);
  width: 3px;
  border-radius: 100vw;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.3em;
}
@media print, screen and (min-width: 768px) {
  .c-heading--lv4::before {
    width: 5px;
  }
}
.c-heading--lv4:has(+ p) {
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 1024px) {
  .c-heading--lv4:has(+ p) {
    margin-bottom: 7px;
  }
}
.c-heading--lv4 + p {
  padding-left: 1em;
}

.c-img--radius {
  border-radius: 20px;
  overflow: hidden;
}
.c-info {
  margin: 30px auto 0;
  max-width: 1000px;
}
@media print, screen and (min-width: 1024px) {
  .c-info {
    margin-top: 74px;
  }
}

.c-info--tel {
  margin: 80px auto 0;
  max-width: 800px;
}
@media print, screen and (min-width: 1024px) {
  .c-info--tel {
    margin-top: 160px;
  }
}

.c-info__num {
  background: url(../../assets/images/common/icon-tel.svg) top 3px left no-repeat;
  background-size: 24px 24px;
  padding-left: 34px;
  font-size: clamp(2rem, 5.128vw, 24px);
  color: #fd687f;
  font-weight: 800;
  line-height: 1.4;
  margin-right: 20px;
}
@media print, screen and (min-width: 1024px) {
  .c-info__num {
    display: inline-block;
    background-position: top 0.1em left;
    background-size: 1.1em;
    padding-left: 50px;
    font-size: clamp(3rem, 2.93vw, 40px);
    margin-right: 40px;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 1024px) {
  .c-info__num {
    background-position: top 0.25em left;
  }
}

.c-info__fax {
  font-size: clamp(1.5rem, 5.128vw, 20px);
  color: #fd687f;
  font-weight: 800;
  line-height: 1.4;
}
@media print, screen and (min-width: 1024px) {
  .c-info__fax {
    font-size: clamp(2rem, 1.953vw, 26px);
  }
}

.c-info__recruit {
  margin-top: 1.5em;
}

.c-inner {
  padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
  .c-inner {
    padding: 0 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-inner {
    padding: 0 80px;
    max-width: 1340px;
    margin: 0 auto;
  }
}

.c-lead {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .c-lead {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-lead {
    margin-top: 110px;
  }
}

.c-lead__heading {
  font-weight: 800;
  font-size: clamp(2rem, 5.128vw, 25px);
}
@media print, screen and (min-width: 768px) {
  .c-lead__heading {
    font-size: clamp(2.4rem, 3.125vw, 34px);
  }
}
@media print, screen and (min-width: 1024px) {
  .c-lead__heading {
    font-size: clamp(3rem, 2.93vw, 44px);
  }
}
.c-lead__heading:has(+ .c-lead__text) {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1024px) {
  .c-lead__heading:has(+ .c-lead__text) {
    margin-bottom: 36px;
  }
}

.c-lead--about {
  margin-top: 40px;
}
@media print, screen and (min-width: 1024px) {
  .c-lead--about {
    margin-top: 83px;
  }
}

.c-lead__text {
  letter-spacing: -0.04em;
}

.c-link {
  color: #fd687f;
  text-decoration: underline;
  display: inline-block;
  font-size: 0.95em;
  text-underline-offset: 3px;
}
.c-link:hover {
  opacity: 0.7;
}
.c-link:has(+ .c-link) {
  margin-right: 0.5em;
}

.c-link--arrow {
  position: relative;
}
.c-link--arrow::before {
  content: "";
  background: url(../../assets/images/common/arrow-03.svg) 0 0 no-repeat;
  width: 8px;
  height: 10px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.c-link--arro-left::before {
  left: 0;
  top: calc(50% - 5px);
}

.c-list__item {
  position: relative;
  line-height: 1.55;
  padding-left: 1em;
  margin-top: 0.5em;
  transform: rotate(0.1deg);
}
.c-list__item p {
  margin-top: 0;
}
.c-list__item p + p {
  margin-top: 0.5em;
}
.c-list__item a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.c-list__item a:hover {
  color: #fd687f;
}

.c-list--disc .c-list__item::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-radius: 100vw;
  position: absolute;
  top: 0.4em;
  left: 0;
  background: #333;
}
@media print, screen and (min-width: 1024px) {
  .c-list--disc .c-list__item::before {
    top: 0.5em;
  }
}

.c-list--star .c-list__item::before {
  content: "★";
  position: absolute;
  top: 0;
  left: 0;
}
.c-list--star.c-list--pink .c-list__item::before {
  color: #fd687f;
  background: none;
}

.c-list--pink .c-list__item::before {
  background: #fd687f;
}

.c-list--green .c-list__item::before {
  background: #23b756;
}

.c-list--blue .c-list__item::before {
  background: #3fa6db;
}

.c-list--num {
  list-style-type: decimal;
  margin-left: 1.2em;
}
.c-list--num li {
  line-height: 1.6;
  margin-top: 1em;
  transform: rotate(0.1deg);
}

.c-list--circle {
  margin-top: 17px;
}
@media print, screen and (min-width: 1024px) {
  .c-list--circle {
    margin-top: 23px;
  }
}
.c-list--circle .c-list__item {
  padding-left: 2em;
}
.c-list--circle .c-list__item::before {
  content: "";
  border: 1px solid #fd687f;
  border-radius: 100vw;
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  top: 0.5em;
  left: 0.8em;
}

.c-list--arrow {
  margin-top: 17px;
}
@media print, screen and (min-width: 1024px) {
  .c-list--arrow {
    margin-top: 23px;
  }
}
.c-list--arrow .c-list__item {
  padding-left: 1.5em;
}
.c-list--arrow .c-list__item::before {
  content: "";
  background: url(../../assets/images/common/arrow-04.svg) 0 0 no-repeat;
  width: 1em;
  height: 1em;
  background-size: contain;
  position: absolute;
  top: 0.4em;
  left: 0;
}

.c-map-block {
  margin: 50px auto 0;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .c-map-block {
    margin: 70px auto 0;
    max-width: 1000px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-map-block {
    margin: 100px auto 0;
    border-radius: 30px;
    padding: 45px 4vw;
  }
}

.c-media {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
}
@media print, screen and (min-width: 1024px) {
  .c-media {
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 768px) {
  .c-media.c-media--img-r .c-media__body {
    padding-right: 7.8%;
    padding-left: 0;
    order: 1;
    width: 57%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-media.c-media--img-r.c-media--white .c-media__body {
    padding-left: 3.9%;
    order: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .c-media.c-media--img-r .c-media__img {
    order: 2;
    width: 43%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-media.c-media--img-l .c-media__body {
    width: 57%;
    order: 2;
    padding-left: 7%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-media.c-media--img-l .c-media__img {
    width: 43%;
    order: 1;
  }
}
.c-media.c-media--white {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
@media print, screen and (min-width: 1024px) {
  .c-media.c-media--white {
    border-radius: 30px;
  }
}

.c-media--white .c-media__body {
  padding: 30px 26px 0;
}
@media print, screen and (min-width: 768px) {
  .c-media--white .c-media__body {
    padding: 40px 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-media--white .c-media__body {
    padding: 68px 4.16vw 60px 2.6vw;
  }
}

.c-media__img {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .c-media__img {
    width: 42.2%;
  }
}
.c-media__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-media__img--white {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  height: fit-content;
}
@media print, screen and (min-width: 1024px) {
  .c-media__img--white {
    border-radius: 30px;
    padding: 30px 40px;
  }
}

.c-media__body {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .c-media__body {
    width: 57.8%;
    padding-left: 7.8%;
  }
}

.c-media__text {
  line-height: 2;
}

.c-media__heading {
  font-size: clamp(1.6rem, 4.103vw, 22px);
  font-weight: 700;
}
@media print, screen and (min-width: 1024px) {
  .c-media__heading {
    font-size: clamp(2.2rem, 2.148vw, 32px);
  }
}
.c-media__heading + p {
  margin-top: 1em;
}

.c-media__sub-heading {
  font-size: clamp(14px, 3.59vw, 16px);
  font-weight: 700;
  margin-top: 17px;
}
@media print, screen and (min-width: 1024px) {
  .c-media__sub-heading {
    margin-top: 27px;
    font-size: clamp(16px, 1.563vw, 20px);
  }
}
.c-media__sub-heading + p {
  margin-top: 1em;
}

.c-media__body-item + .c-media__body-item {
  margin-top: 80px;
}

.c-media__note {
  margin-top: 1.2em;
}

.c-page-header {
  width: calc(100vw - 40px);
  margin-left: calc(50% - (100vw - 40px) / 2);
  max-width: none;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin-top: 20px;
  aspect-ratio: 19/8;
  padding-left: 1em;
  padding-right: 1em;
}
@media print, screen and (min-width: 1024px) {
  .c-page-header {
    aspect-ratio: 91/25;
    width: calc(100vw - 100px);
    margin-left: calc(50% - (100vw - 100px) / 2);
    border-radius: 30px;
    margin-top: 55px;
  }
}
.c-page-header.c-page-header--sub {
  aspect-ratio: 19/7;
}
@media print, screen and (min-width: 1024px) {
  .c-page-header.c-page-header--sub {
    aspect-ratio: 91/18;
  }
}

.c-page-header--about {
  background: url(../../assets/images/about/header@2x.webp) center center no-repeat;
  background-size: cover;
}

.c-page-header--nursing-care {
  background: url(../../assets/images/nursing-care/header@2x.webp) center center no-repeat;
  background-size: cover;
}

.c-page-header--crinic {
  background: url(../../assets/images/crinic/header.webp) center center no-repeat;
  background-size: cover;
}

.c-page-header--renaissance {
  background: url(../../assets/images/renaissance/header.webp) center center no-repeat;
  background-size: cover;
}

.c-page-header--home-help {
  background: url(../../assets/images/home-help/header.webp) center center no-repeat;
  background-size: cover;
}

.c-page-header--garden {
  background: url(../../assets/images/welfare-garden/header.webp) center center no-repeat;
  background-size: cover;
}

.c-page-header--support-center {
  background: url(../../assets/images/support-center/header.webp) center center no-repeat;
  background-size: cover;
}

.c-page-header--canary {
  background: url(../../assets/images/canary/header.webp) center center no-repeat;
  background-size: cover;
}

.c-page-header--recruit {
  background: url(../../assets/images/recruit/header.webp) center center no-repeat;
  background-size: cover;
}

.c-page-header--magazine {
  background: url(../../assets/images/magazine/header.webp) center center no-repeat;
  background-size: cover;
}

.c-page-header--contact {
  background: url(../../assets/images/contact/header.webp) center center no-repeat;
  background-size: cover;
}

.c-page-header__heading--sub {
  color: #fff;
  font-weight: 800;
  font-size: clamp(1.3rem, 3.333vw, 26px);
  text-shadow: 0px 0px 10px #1f1b46;
  line-height: 1;
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 1024px) {
  .c-page-header__heading--sub {
    font-size: clamp(2rem, 1.953vw, 36px);
  }
}

.c-page-header__heading {
  color: #fff;
  font-weight: 800;
  font-size: clamp(2.4rem, 6.154vw, 30px);
  text-shadow: 0px 0px 10px #1f1b46;
  line-height: 1.15;
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .c-page-header__heading {
    font-size: clamp(3.8rem, 3.711vw, 54px);
  }
}
.c-page-header__heading.c-page-header__heading--img {
  text-align: center;
}
.c-page-header__heading.c-page-header__heading--img img {
  display: inline-block;
  line-height: 1;
  width: 60%;
  max-width: 389px;
}

.c-page-nav {
  margin: 20px auto 0;
  background: #fff;
  width: calc(100% - 20px);
  border-radius: 10px;
  padding: 1em;
}
@media print, screen and (min-width: 1024px) {
  .c-page-nav {
    margin-top: 40px;
    max-width: 1600px;
    width: calc(100% - 100px);
  }
}

.c-page-nav__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.875%;
  row-gap: 5px;
}
@media print, screen and (min-width: 768px) {
  .c-page-nav__list {
    justify-content: center;
  }
}

.c-page-nav__item {
  width: 47%;
  transform: rotate(0.1deg);
}
@media print, screen and (min-width: 1024px) {
  .c-page-nav__item {
    width: auto;
  }
}
.c-page-nav__item a {
  background: url(../../assets/images/common/arrow-01.svg) top 0.3em right no-repeat;
  background-size: 8px 10px;
  display: block;
  padding-right: 13px;
  font-size: clamp(1.2rem, 3.077vw, 18px);
  line-height: 1.4;
}
@media print, screen and (min-width: 1024px) {
  .c-page-nav__item a {
    font-size: clamp(1.6rem, 1.563vw, 20px);
    background-position: top 0.65em right;
    padding-right: 26px;
    display: inline-block;
  }
}
.c-page-nav__item a:hover {
  color: #fd687f;
}
@media print, screen and (min-width: 1024px) {
  .c-page-nav__item a:hover {
    background: url(../../assets/images/common/arrow-07.svg) top 0.7em right no-repeat;
    background-size: 8px 10px;
  }
}

.c-pagination {
  margin-top: 30px;
}
@media print, screen and (min-width: 1024px) {
  .c-pagination {
    margin-top: 70px;
  }
}
.c-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px 3px;
}
@media print, screen and (min-width: 1024px) {
  .c-pagination .nav-links {
    gap: 10px;
  }
}
.c-pagination .nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  color: #333333;
  background: #fff;
  border: 1px solid #cccccc;
  transform: rotate(0.1deg);
}
@media print, screen and (min-width: 1024px) {
  .c-pagination .nav-links .page-numbers {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
}
.c-pagination .nav-links .page-numbers.current {
  background: #fd687f;
  color: #fff;
  border: 1px solid #fd687f;
}
.c-pagination .nav-links .page-numbers:hover {
  background: #fd687f;
  color: #fff;
  border: 1px solid #fd687f;
}

.c-protrude {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media print, screen and (min-width: 1024px) {
  .c-protrude {
    margin-top: 95px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-protrude--img-left {
    width: calc(50% + 50vw);
    margin-left: calc(-50vw + 50%);
  }
}
@media print, screen and (min-width: 1024px) {
  .c-protrude--img-left .c-protrude__img {
    border-radius: 0 30px 30px 0;
    width: 51.875%;
  }
}
.c-protrude--img-left .c-protrude__img img {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .c-protrude--img-left .c-protrude__body {
    width: 48.125%;
    padding-left: 7.5%;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-protrude--img-right {
    width: calc(50% + 50vw);
    margin-left: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-protrude--img-right .c-protrude__img {
    border-radius: 30px 0 0 30px;
    width: 51.875%;
    order: 2;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-protrude--img-right .c-protrude__body {
    width: 48.125%;
    padding-right: 7.5%;
    order: 1;
  }
}

.c-protrude__img {
  border-radius: 20px;
  overflow: hidden;
  height: fit-content;
}
.c-protrude__body {
  margin-top: 27px;
}
.c-protrude__heading {
  font-size: clamp(1.7rem, 4.359vw, 24px);
  font-weight: 800;
  line-height: 1.4;
}
@media print, screen and (min-width: 1024px) {
  .c-protrude__heading {
    font-size: clamp(2.4rem, 6.154vw, 32px);
  }
}
.c-protrude__heading + p {
  margin-top: 1em;
}

.c-protrude__sub-heading {
  margin-top: 18px;
  color: #fd687f;
  font-weight: 800;
  font-size: clamp(1.5rem, 3.846vw, 18px);
  margin-bottom: 0.4em;
}
@media print, screen and (min-width: 1024px) {
  .c-protrude__sub-heading {
    margin-top: 25px;
    font-size: clamp(1.8rem, 1.758vw, 24px);
  }
}

.c-section {
  margin-top: 70px;
}
@media print, screen and (min-width: 1024px) {
  .c-section {
    margin-top: 140px;
  }
}

.c-section__heading {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 1024px) {
  .c-section__heading {
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
}
.c-section__heading span {
  display: block;
  text-align: center;
  color: #fd687f;
  font-weight: 800;
}
.c-section__heading::after {
  content: "";
  background: #fd687f;
  width: 30px;
  height: 2px;
  position: absolute;
  left: calc(50% - 15px);
  bottom: 0;
}
@media print, screen and (min-width: 1024px) {
  .c-section__heading::after {
    width: 50px;
    left: calc(50% - 25px);
  }
}

.c-section__heading-sub {
  font-size: clamp(1.3rem, 3.33vw, 18px);
  margin-bottom: 5px;
}

.c-section__heading-main {
  font-size: clamp(2.2rem, 5.641vw, 40px);
}
@media print, screen and (min-width: 1024px) {
  .c-section__heading-main {
    font-size: clamp(4rem, 3.906vw, 50px);
  }
}

.c-child-section {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .c-child-section {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-child-section {
    margin-top: 80px;
  }
}

.c-section__sub-heading {
  font-weight: 800;
  font-size: clamp(2rem, 5.128vw, 25px);
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  .c-section__sub-heading {
    font-size: clamp(2.2rem, 2.865vw, 28px);
  }
}
@media print, screen and (min-width: 1024px) {
  .c-section__sub-heading {
    font-size: clamp(2.7rem, 2.539vw, 38px);
    margin-bottom: 26px;
  }
}

.c-child-section__item {
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .c-child-section__item {
    margin-top: 33px;
  }
}

.c-states {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 4%;
  row-gap: 30px;
}
@media print, screen and (min-width: 768px) {
  .c-states {
    column-gap: 2.083%;
    row-gap: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-states {
    column-gap: 3.1%;
    margin-top: 100px;
  }
}
.c-states.c-states--center {
  justify-content: center;
}

.c-state {
  width: 48%;
}
@media print, screen and (min-width: 768px) {
  .c-state {
    width: 31.25%;
  }
}

.c-state__img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 768px) {
  .c-state__img {
    border-radius: 30px;
  }
}
.c-state__img:hover {
  opacity: 0.8;
}
.c-state__img img {
  height: 100%;
  object-fit: cover;
}

img.lum-img {
  display: inline-block;
  max-width: 100%;
}

.lum-lightbox {
  z-index: 1001;
}

.c-state__caption {
  text-align: center;
  color: #999999;
  line-height: 1.5;
  margin-top: 0.3em;
}
@media print, screen and (min-width: 768px) {
  .c-state__caption {
    font-size: 0.7em;
  }
}

.lum-lightbox-caption {
  bottom: -20px;
}

.lum-close-button {
  background: #000;
  transition: all 0.3s ease;
  opacity: 0.6;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  top: 10px;
  right: 10px;
}
@media print, screen and (min-width: 1024px) {
  .lum-close-button {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    top: 20px;
    right: 20px;
  }
}
.lum-close-button::before, .lum-close-button::after {
  top: 4px;
  left: 20px;
}
@media print, screen and (min-width: 1024px) {
  .lum-close-button::before, .lum-close-button::after {
    top: 8px;
    left: 23px;
  }
}
.lum-close-button:hover {
  opacity: 1;
  cursor: pointer;
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.c-table {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
}
.c-table th,
.c-table td {
  border-bottom: 1px solid;
  transform: rotate(0.1deg);
}
.c-table th {
  padding: 1em 0.5em;
  font-weight: 800;
  border-color: #333;
  vertical-align: top;
  width: 31%;
  text-align: left;
}
@media print, screen and (min-width: 1024px) {
  .c-table th {
    width: 200px;
  }
}
.c-table td {
  padding: 1em 0.3em;
  border-color: rgba(34, 34, 34, 0.2);
}

.c-table--full th {
  max-width: 200px;
}

.c-text--center {
  text-align: center !important;
}

.c-text--pink {
  color: #fd687f;
}

.c-text--gray {
  color: #555;
}

.c-text--sm {
  font-size: 0.9em;
}

.c-text--md {
  font-size: 1.125em;
}

.c-text--lg {
  font-size: 1.3em;
}

.c-text--bold {
  font-weight: 700;
}

.c-text--exbold {
  font-weight: 800;
}

.c-text--black {
  font-weight: 900;
}

.c-text--remark {
  text-indent: -1em;
  margin-left: 1em;
}
.c-text--remark + .c-text--remark {
  margin-top: 0;
}

.c-text--indent {
  padding-left: 1em;
}