.p-kv {
  padding: 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-kv {
    padding: 0 0.3125rem;
  }
}
.p-kv__inner {
  position: relative;
}
.p-kv__slider {
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .p-kv__slider {
    max-height: calc(100vh - 5rem - 3.125rem);
    height: 60%;
    border-radius: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__slider {
    max-height: none;
    height: 16.25rem;
    border-radius: 1.875rem;
  }
}
.p-kv__slider .swiper-slide {
  display: block;
  height: 100%;
}
.p-kv__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-kv__text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 3.125rem 3.125rem;
  z-index: 1;
  color: #fff;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .p-kv__text {
    padding: 0 1.25rem 1.25rem;
  }
}
.p-kv__catch {
  display: grid;
  gap: 0.625rem;
  text-shadow: 0 0 0.625rem #2e2e2e, 0 0 0.625rem rgba(46, 46, 46, 0.3), 0 0 1.875rem #2e2e2e, 0 0 1.875rem #2e2e2e;
}
.p-kv__catch-en {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-kv__catch-en {
    font-size: 2.375rem;
  }
}
.p-kv__catch-ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-kv__catch-ja {
    font-size: 1.25rem;
  }
}
.p-kv__catch-sub {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.3;
  background: linear-gradient(to right, rgba(46, 46, 46, 0), rgba(46, 46, 46, 0.15) 3%, rgba(46, 46, 46, 0.15) 97%, rgba(46, 46, 46, 0));
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0.3125rem 0 0.3125rem 0.625rem;
  text-shadow: 0 0 0.625rem #2e2e2e, 0 0 0.625rem #2e2e2e;
}
@media screen and (max-width: 767px) {
  .p-kv__catch-sub {
    display: none;
  }
}

.p-about {
  padding: 6.875rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 3.125rem 0 0;
  }
}
.p-about__catch {
  position: relative;
}
.p-about__catch-text {
  font-size: 2.375rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-about__catch-text {
    font-size: 1.5625rem;
  }
}
.p-about__catch-deco {
  position: absolute;
}
.p-about__catch-deco--01 {
  width: 4.5rem;
  left: calc(50% - 25.625rem);
  bottom: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-about__catch-deco--01 {
    width: 3.15rem;
    left: calc(50% - 12.5rem);
    bottom: -3.125rem;
  }
}
.p-about__catch-deco--02 {
  width: 4.125rem;
  right: calc(50% - 26.875rem);
  bottom: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-about__catch-deco--02 {
    width: 2.8875rem;
    right: calc(50% - 11.25rem);
    bottom: -2.5rem;
  }
}
.p-about__catch-deco--03 {
  width: 2.5rem;
  top: 50%;
  left: calc(50% - 31.25rem);
  -webkit-animation: scaleFloat 4s linear infinite;
          animation: scaleFloat 4s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-about__catch-deco--03 {
    width: 1.75rem;
    top: 1.875rem;
    left: calc(50% - 13.75rem);
  }
}
.p-about__catch-deco--04 {
  width: 2.5rem;
  right: calc(50% - 31.25rem);
  bottom: 0rem;
  -webkit-animation: scaleFloat 4s linear infinite;
          animation: scaleFloat 4s linear infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .p-about__catch-deco--04 {
    width: 1.75rem;
    right: calc(50% - 13.4375rem);
    bottom: 0.625rem;
  }
}
@-webkit-keyframes scaleFloat {
  0%, 100% {
    transform: scale(1);
    filter: brightness(1) saturate(1);
  }
  50% {
    transform: scale(1.1);
    filter: brightness(1.6) saturate(1.2) drop-shadow(0 0 1.875rem rgba(255, 255, 255, 0.7));
  }
}
@keyframes scaleFloat {
  0%, 100% {
    transform: scale(1);
    filter: brightness(1) saturate(1);
  }
  50% {
    transform: scale(1.1);
    filter: brightness(1.6) saturate(1.2) drop-shadow(0 0 1.875rem rgba(255, 255, 255, 0.7));
  }
}

.p-reason {
  position: relative;
  padding: 5rem 0;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding: 3.75rem 0;
    margin: 5rem 0 0;
  }
}
.p-reason:before {
  width: auto;
  height: 100%;
  aspect-ratio: 1340/490;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../../images/index/bg_reason01.png) center top/contain no-repeat;
  content: "";
  z-index: -1;
  -webkit-animation: bgFloat 5s linear infinite;
          animation: bgFloat 5s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-reason:before {
    background: url(../../../images/index/bg_reason01_sp.png) center top/contain no-repeat;
  }
}
@-webkit-keyframes bgFloat {
  0% {
    transform: translateX(-50%) translateY(0) scale(1);
  }
  25% {
    transform: translateX(-50%) translateY(-10px) scale(1.025);
  }
  50% {
    transform: translateX(-50%) translateY(0) scale(1.05);
  }
  75% {
    transform: translateX(-50%) translateY(10px) scale(1.025);
  }
  100% {
    transform: translateX(-50%) translateY(0) scale(1);
  }
}
@keyframes bgFloat {
  0% {
    transform: translateX(-50%) translateY(0) scale(1);
  }
  25% {
    transform: translateX(-50%) translateY(-10px) scale(1.025);
  }
  50% {
    transform: translateX(-50%) translateY(0) scale(1.05);
  }
  75% {
    transform: translateX(-50%) translateY(10px) scale(1.025);
  }
  100% {
    transform: translateX(-50%) translateY(0) scale(1);
  }
}
.p-reason:after {
  width: 9.375rem;
  aspect-ratio: 150/83;
  display: block;
  position: absolute;
  bottom: -0.625rem;
  right: calc(50% - 37.5rem);
  background: url(../../../images/index/img_reason01.png) center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-reason:after {
    width: 7.5rem;
    right: 0.3125rem;
    bottom: -1.25rem;
  }
}
.p-reason__title {
  text-align: center;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-reason__title {
    font-size: 1.5625rem;
  }
}
.p-reason__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-reason__items {
    grid-template-columns: 1fr;
    margin: 1.875rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item {
    display: grid;
    grid-template-columns: auto 57%;
    justify-content: center;
    align-items: center;
    gap: 0.9375rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-reason__item:nth-child(1) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .p-reason__item:nth-child(2) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .p-reason__item:nth-child(3) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .p-reason__item:nth-child(4) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .p-reason__item:nth-child(5) {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  .p-reason__item:nth-child(6) {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .p-reason__item:nth-child(7) {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .p-reason__item:nth-child(8) {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .p-reason__item:nth-child(9) {
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s;
  }
  .p-reason__item:nth-child(10) {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
}
.p-reason__item-image img {
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item-image img {
    border-radius: 0.9375rem;
  }
}
.p-reason__item-text {
  font-weight: 700;
  font-size: 1.3125rem;
  text-align: center;
  margin-top: 0.625rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-reason__item-text {
    margin: 0;
    text-align: left;
  }
}

.p-service {
  padding: 5rem 0 0;
}
.p-service__deco {
  position: absolute;
  z-index: -1;
}
.p-service__deco--01 {
  top: -2.5rem;
  left: -5rem;
}
.p-service__deco--02 {
  bottom: -1.875rem;
  right: -2.5rem;
}
.p-service__title {
  text-align: center;
  font-size: 1.875rem;
}
.p-service__item {
  position: relative;
  border-radius: 1.875rem;
}
.p-service__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  margin: 1.875rem 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
  }
}
.p-service__item.is-active {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.p-service__item:hover {
  transition: opacity 0.3s;
  opacity: 0.8;
}
.p-service__item:hover .p-service__item-title span {
  -webkit-animation: bounceUp 0.6s ease-out;
          animation: bounceUp 0.6s ease-out;
}
.p-service__item-border {
  border-radius: 1.875rem;
  padding: 1.875rem 3.4375rem 1.875rem 3.125rem;
  display: grid;
  grid-template-columns: auto 15.3125rem;
  gap: 0.9375rem;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-service__item-border {
    padding: 1.875rem 3.75rem 1.875rem 3.125rem;
    grid-template-columns: 1fr;
    grid-gap: 2vw 1.875rem;
  }
}
.p-service__item-border:before {
  display: block;
  position: absolute;
  border-radius: 1.875rem;
  border: 2px dotted rgba(46, 46, 46, 0.2);
  inset: 0.4375rem;
  content: "";
  pointer-events: none;
}
.p-service__item-border::after {
  width: 1.25rem;
  aspect-ratio: 1;
  display: block;
  background: url(../../../images/common/icon_arrow01.svg) center/30% auto no-repeat;
  background-color: #EFA800;
  border-radius: 50%;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-service__item-border::after {
    right: 6vw;
    bottom: 6vw;
  }
}
.p-service__item-border:hover {
  opacity: 1;
}
.p-service__item-border:hover::after {
  transform: translateY(-50%) translateX(0.2rem);
}
.p-service__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-service__item-title {
    line-height: 1.4;
  }
}
.p-service__item-title span {
  font-size: 150%;
  display: inline-block;
}
@-webkit-keyframes bounceUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.125rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.125rem);
  }
  100% {
    transform: translateY(0);
  }
}
.p-service__item-text {
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-service__item-text {
    line-height: 1.6;
  }
}
.p-service__item + * .p-service__item-border::after {
  background-color: #2D8F24;
}

.p-locations {
  padding: 5rem 0 0;
  position: relative;
}
.p-locations__deco--01 {
  width: 1.875rem;
  position: absolute;
  top: 5rem;
  left: calc(50% - 8.125rem);
}
.p-locations__title {
  text-align: center;
  font-size: 1.875rem;
}
.p-locations__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin: 3.125rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-locations__items {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-locations__item {
    margin: 0 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-locations__item:nth-child(1) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .p-locations__item:nth-child(2) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .p-locations__item:nth-child(3) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .p-locations__item:nth-child(4) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .p-locations__item:nth-child(5) {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  .p-locations__item:nth-child(6) {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .p-locations__item:nth-child(7) {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .p-locations__item:nth-child(8) {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .p-locations__item:nth-child(9) {
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s;
  }
  .p-locations__item:nth-child(10) {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
}
.p-locations__item a {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 1.875rem;
}
.p-locations__item a:before {
  display: block;
  position: absolute;
  border-radius: 1.875rem;
  border: 2px dotted rgba(46, 46, 46, 0.2);
  inset: 0.4375rem;
  content: "";
  pointer-events: none;
}
.p-locations__item a:hover .p-locations__item-name:after {
  transform: translateX(0.2rem);
}
.p-locations__item-image {
  border-radius: 1.875rem 1.875rem 0 0;
  overflow: hidden;
}
.p-locations__item-label {
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  position: absolute;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  box-sizing: border-box;
  padding: 0.1875rem 0.625rem 0.3125rem;
  border-radius: 1.875rem;
}
.p-locations__item-label--lifesupport {
  background: #EFA800;
}
.p-locations__item-label--dayservice {
  background: #2D8F24;
}
.p-locations__item-name {
  text-align: center;
  font-weight: 700;
  padding: 0.3125rem 0 1.25rem;
  font-size: 1.875rem;
}
.p-locations__item-name::after {
  width: 1.25rem;
  aspect-ratio: 1;
  display: inline-block;
  background: url(../../../images/common/icon_arrow01.svg) center/30% auto no-repeat;
  border-radius: 50%;
  margin: 0 -0.625rem 0 0.625rem;
  content: "";
  transition: transform 0.3s;
}
.p-locations__item-name--lifesupport::after {
  background-color: #EFA800;
}
.p-locations__item-name--dayservice::after {
  background-color: #2D8F24;
}
.p-locations__item-rubi {
  font-size: 66%;
}

.p-message {
  position: relative;
  padding: 9.375rem 0 8.125rem;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding: 5rem 0 5rem;
    margin: 8.125rem 0 0;
  }
}
.p-message:before {
  aspect-ratio: 1775/1050;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../../images/index/bg_message01.png) center top/cover no-repeat;
  content: "";
  z-index: -1;
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-message:before {
    left: 12%;
  }
}
@-webkit-keyframes float {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-1.25rem);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-1.25rem);
  }
}
.p-message__inner {
  display: grid;
}
.p-message__text {
  grid-area: 1/1;
  padding-top: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    padding: 0;
  }
}
.p-message__text p + p {
  margin-top: 2.5rem;
}
.p-message__text-highlight {
  font-weight: 700;
  background: linear-gradient(transparent 70%, rgba(239, 168, 0, 0.2) 70%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.p-message__title {
  position: relative;
  margin-bottom: 3.75rem;
}
.p-message__title:before {
  width: 5rem;
  aspect-ratio: 1;
  display: block;
  background: url(../../../images/common/img_logo03.png) center/contain no-repeat;
  content: "";
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
@media screen and (min-width: 768px), print {
  .p-message__title:before {
    position: absolute;
    top: -0.9375rem;
    right: calc(100% + 1.25rem);
  }
}
@media screen and (max-width: 767px) {
  .p-message__title:before {
    width: 3.75rem;
    margin: 0 0 1.25rem;
  }
}
@-webkit-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 768px), print {
  .p-message__images {
    grid-area: 1/1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-message__images {
    margin-top: 3.125rem;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px), print {
  .p-message__image {
    width: 23.75rem;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px), print {
  .p-message__image:nth-child(1) {
    margin-right: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-message__image:nth-child(1) {
    position: absolute;
    width: 60vw;
    top: -3.125rem;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-message__image:nth-child(1) img {
    border-radius: 1.25rem 0 0 1.25rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-message__image:nth-child(2) {
    margin-right: -3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-message__image:nth-child(2) {
    width: 40vw;
    margin: -1.875rem -0.625rem 0 auto;
    z-index: 1;
  }
}
@media screen and (min-width: 768px), print {
  .p-message__image:nth-child(2).is-active {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@media screen and (min-width: 768px), print {
  .p-message__image:nth-child(3) {
    margin-right: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-message__image:nth-child(3) {
    width: 60vw;
    margin: 0 0 0 -0.625rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-message__image:nth-child(3).is-active {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}
.p-message__image img {
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-message__image img {
    border-radius: 1.25rem;
  }
}/*# sourceMappingURL=styles.css.map */