@charset "UTF-8";
.p-pagenav__item {
  /* 生活介護 -------------------*/
  /* 放課後等デイサービス ---------*/
  /* --------------------------- */
}
.p-pagenav__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-pagenav__items {
    grid-template-columns: 1fr;
  }
}
.p-pagenav__item a {
  display: block;
  position: relative;
  background: #FFF;
  border-radius: 0.625rem;
  transition: background-color 0.3s;
}
.p-pagenav__item a:before {
  display: block;
  position: absolute;
  border-radius: 0.625rem;
  border: 2px dotted rgba(46, 46, 46, 0.2);
  width: 100%;
  height: 100%;
  top: -0.3125rem;
  left: -0.3125rem;
  content: "";
  pointer-events: none;
}
.p-pagenav__item a::after {
  width: 1.25rem;
  aspect-ratio: 1;
  display: inline-block;
  background: #2E2E2E url(../../../images/common/icon_arrow01.svg) center/30% auto no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 2.1875rem;
  right: 1.25rem;
  content: "";
  transition: transform 0.3s;
}
.p-pagenav__item a:hover:after {
  transform: translateX(0.2rem);
}
.p-pagenav__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;
  transition: background-color 0.3s, color 0.3s;
}
.p-pagenav__item.is-current, .p-pagenav__item:hover {
  color: #FFF;
}
.p-pagenav__item.is-current a, .p-pagenav__item:hover a {
  opacity: 1;
}
.p-pagenav__item.is-current a:after {
  display: none;
}
.p-pagenav__item.is-current .p-pagenav__item-label, .p-pagenav__item:hover .p-pagenav__item-label {
  background: #FFF;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.08);
}
.p-pagenav__item-name {
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  padding: 0.625rem 0;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-pagenav__item-name {
    padding: 0.9375rem 0;
  }
}
.p-pagenav__item-rubi {
  font-size: 66%;
}
.p-pagenav__item--lifesupport .p-pagenav__item-label {
  background: #EFA800;
}
.p-pagenav__item--lifesupport.is-current a, .p-pagenav__item--lifesupport:hover a {
  background: #EFA800;
}
.p-pagenav__item--lifesupport.is-current .p-pagenav__item-label, .p-pagenav__item--lifesupport:hover .p-pagenav__item-label {
  color: #EFA800;
}
.p-pagenav__item--dayservice .p-pagenav__item-label {
  background: #2D8F24;
}
.p-pagenav__item--dayservice.is-current a, .p-pagenav__item--dayservice:hover a {
  background: #2D8F24;
}
.p-pagenav__item--dayservice.is-current .p-pagenav__item-label, .p-pagenav__item--dayservice:hover .p-pagenav__item-label {
  color: #2D8F24;
}

.p-lead {
  padding-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-lead {
    padding-top: 3.75rem;
  }
}
.p-lead__title {
  font-weight: 700;
  text-align: center;
  font-size: 4.375rem;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-lead__title {
    font-size: 3.3125rem;
  }
}
.p-lead__title-rubi {
  font-size: 50%;
}
.p-lead__label {
  width: 23.75rem;
  font-weight: 700;
  text-align: center;
  margin: 0.9375rem auto 0;
  color: #FFF;
  border-radius: 1.875rem;
  line-height: 1.3;
  padding: 0.4375rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-lead__label {
    width: 60vw;
  }
}
body.lifesupport .p-lead__label {
  background: #EFA800;
}
body.dayservice .p-lead__label {
  background: #2D8F24;
}
.p-lead__text {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px), print {
  .p-lead__text {
    font-size: 1.25rem;
    text-align: center;
  }
}
.p-overview {
  padding-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-overview {
    padding-top: 5rem;
  }
}
.p-overview__inner {
  display: grid;
  align-items: start;
  position: relative;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-overview__inner {
    padding-bottom: 3.125rem;
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-overview__inner:before {
    width: calc(100vw - 1.25rem);
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #FFF;
    border-radius: 1.875rem;
    content: "";
    z-index: -1;
  }
}
.p-overview__deco {
  position: absolute;
  z-index: -1;
}
.p-overview__deco--01 {
  width: 13.75rem;
  bottom: 0;
  left: calc(100% + 3.125rem);
  transform: translateY(50%);
  z-index: -2;
}
.p-overview__deco--02 {
  width: 10rem;
  top: 0;
  right: calc(100% + 3.125rem);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .p-overview__images {
    grid-area: 1/1;
    margin-top: -3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-overview__images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -0.625rem;
    gap: 0.625rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-overview__image {
    width: 21.875rem;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px), print {
  .p-overview__image:nth-child(even) {
    margin-right: -3.125rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-overview__image:nth-child(1) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .p-overview__image:nth-child(2) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .p-overview__image:nth-child(3) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .p-overview__image:nth-child(4) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .p-overview__image:nth-child(5) {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  .p-overview__image:nth-child(6) {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .p-overview__image:nth-child(7) {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .p-overview__image:nth-child(8) {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .p-overview__image:nth-child(9) {
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s;
  }
  .p-overview__image:nth-child(10) {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
}
.p-overview__image img {
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-overview__image img {
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-overview__image + .p-overview__image {
    margin-top: 1.875rem;
  }
}
.p-overview__item {
  border-bottom: 2px dotted rgba(46, 46, 46, 0.3);
  padding-bottom: 1.25rem;
  display: grid;
  grid-template-rows: auto auto;
}
.p-overview__items {
  position: relative;
  padding: 3.125rem 38% 3.125rem 0;
  grid-area: 1/1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-overview__items {
    padding: 3.125rem 0;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px), print {
  .p-overview__items:before {
    width: calc(100vw - 6.25rem);
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #FFF;
    border-radius: 1.875rem;
    content: "";
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .p-overview__item {
    grid-template-columns: 22% auto;
    grid-template-rows: auto;
    gap: 0.625rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-overview__item:first-of-type {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 768px), print {
  body.oluolu-dayservice .p-overview__item:nth-of-type(2) {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 768px), print {
  body.oluolu-mabiki-dayservice .p-overview__item:nth-of-type(2) {
    grid-column: 1/3;
  }
}
.p-overview__item dt,
.p-overview__item dd {
  line-height: 1.4;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-overview__item dt,
.p-overview__item dd {
    font-size: 1.0625rem;
    place-content: center;
  }
}
.p-overview__item dt {
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .p-overview__item dd {
    margin-top: 0.3125rem;
    font-size: 1.0625rem;
  }
}
.p-overview__item dd a:not([href^="tel:"]) {
  text-decoration: underline;
}
.p-overview__item-note {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-overview__item-note {
    font-size: 0.8125rem;
  }
}

.p-facility {
  padding-top: 6.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-facility {
    padding-top: 5rem;
  }
}
.p-facility:before {
  width: 15.625rem;
  aspect-ratio: 250/154;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 45rem);
  background: url(../../../images/service/img_facility01.png) center top/contain no-repeat;
  content: "";
}
.p-facility__inner {
  max-width: 83.75rem;
}
.p-facility__title {
  text-align: center;
}
.p-facility__images {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-facility__images {
    overflow-x: scroll;
    margin-top: 1.875rem;
  }
  .p-facility__images:after {
    content: "スワイプしてご覧ください →";
    width: 100%;
    display: block;
    margin-top: 0.625rem;
    text-align: right;
    position: absolute;
    top: 100%;
    right: 0.625rem;
    font-size: 1rem;
    line-height: 1;
  }
}
.p-facility__images-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-facility__images-inner {
    gap: 1.25rem;
    width: 68.75rem;
    box-sizing: border-box;
    padding: 0 1.875rem 0.9375rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-facility__image:nth-child(1) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .p-facility__image:nth-child(2) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .p-facility__image:nth-child(3) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .p-facility__image:nth-child(4) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .p-facility__image:nth-child(5) {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  .p-facility__image:nth-child(6) {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .p-facility__image:nth-child(7) {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .p-facility__image:nth-child(8) {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .p-facility__image:nth-child(9) {
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s;
  }
  .p-facility__image:nth-child(10) {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
}
.p-facility__image img {
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-facility__image img {
    border-radius: 1.25rem;
  }
}

.p-about {
  position: relative;
  padding: 8.125rem 0;
  margin: 8.125rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 6.25rem 0 5rem;
    margin: 6.25rem 0 0;
  }
}
.p-about:before {
  aspect-ratio: 3072/1440;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../../images/service/bg_about01.png) center top/auto 100% 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-about:before {
    background-image: url(../../../images/service/bg_about01_sp.png);
  }
}
.p-about__title {
  padding: 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    padding: 0;
  }
}
.p-about__inner {
  position: relative;
  background: #FFF;
  border-radius: 1.875rem;
  padding: 3.125rem;
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    margin: 3.125rem -1.875rem 0;
    grid-template-columns: 1fr;
    padding: 3.125rem 1.875rem;
  }
}
.p-about__deco--01 {
  width: 7.625rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-about__deco--01 {
    display: none;
  }
}
.p-about__text {
  place-content: center;
}
.p-about__catch {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-about__catch {
    font-size: 1.25rem;
  }
}
.p-about__catch-highlight {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 145%;
}
body.lifesupport .p-about__catch-highlight {
  background: linear-gradient(transparent 70%, rgba(239, 168, 0, 0.2) 70%);
}
body.dayservice .p-about__catch-highlight {
  background: linear-gradient(transparent 70%, rgba(171, 212, 79, 0.3) 70%);
}
@media screen and (max-width: 767px) {
  .p-about__catch-highlight {
    font-size: 130%;
  }
}
.p-about__detail {
  display: grid;
  grid-template-columns: 4.375rem auto;
  gap: 1.875rem 0.9375rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__detail {
    grid-template-columns: 3.75rem auto;
  }
}
.p-about__detail dt {
  position: relative;
  text-align: center;
  place-content: center;
  z-index: 0;
}
.p-about__detail dt:before {
  width: 100%;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  z-index: -1;
}
body.lifesupport .p-about__detail dt:before {
  background: url(../../../images/common/img_balloon-yellow01.png) center/contain no-repeat;
}
body.dayservice .p-about__detail dt:before {
  background: url(../../../images/common/img_balloon-green01.png) center/contain no-repeat;
}
.p-about__detail dd {
  font-size: 1rem;
  line-height: 1.3;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .p-about__detail dd {
    letter-spacing: 0;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__image {
    position: absolute;
    top: -6.875rem;
    right: -0.625rem;
    width: 45vw;
  }
}
.p-about__image img {
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about__image img {
    border-radius: 1.25rem 0 0 1.25rem;
  }
}
.p-about__flow {
  border-radius: 1.875rem;
  overflow: hidden;
  padding: 0 0 3.125rem;
}
body.lifesupport .p-about__flow {
  background: rgba(239, 168, 0, 0.08);
}
body.dayservice .p-about__flow {
  background: rgba(45, 143, 36, 0.06);
}
@media screen and (min-width: 768px), print {
  .p-about__flow {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .p-about__flow {
    border-radius: 1.25rem;
  }
}
.p-about__flow-title {
  font-weight: 700;
  text-align: center;
  color: #FFF;
  font-size: 1.5625rem;
  padding: 0.3125rem 0.625rem;
  text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3), 0 0 1.5625rem rgba(0, 0, 0, 0.4), 0 0 1.5625rem rgba(0, 0, 0, 0.4);
}
body.lifesupport .p-about__flow-title {
  background: url(../../../images/service/bg_about02.png) center top/cover no-repeat;
  margin-bottom: 0.9375rem;
}
body.dayservice .p-about__flow-title {
  background: url(../../../images/service/bg_about03.png) center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  body.dayservice .p-about__flow-title {
    text-align: left;
    padding: 0.3125rem 1.875rem;
  }
}
.p-about__flow-image {
  position: relative;
}
.p-about__flow-image img {
  width: 34.375rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-about__flow-image img {
    width: calc(100% - 3.75rem);
  }
}
.p-about__flow-cap {
  font-size: 0.875rem;
  text-align: right;
  position: absolute;
  top: calc(100% + 0.625rem);
  right: 1.875rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-about__flow-cap {
    font-size: 0.8125rem;
    top: calc(100% + 0.9375rem);
    right: 1.25rem;
  }
}
.p-about__tab-btn {
  line-height: 1;
  height: 1.875rem;
  margin-top: -1.875rem;
  cursor: pointer;
  position: relative;
  z-index: 0;
  padding: 0 1.25rem;
  place-content: center;
  font-weight: 700;
  font-size: 1.25rem;
  border-radius: 0.625rem 0.625rem 0 0;
  overflow: hidden;
}
.p-about__tab-btns {
  display: flex;
  gap: 0.3125rem;
  justify-content: end;
  margin: 0 1.25rem;
}
.p-about__tab-btn:before, .p-about__tab-btn:after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.6;
}
.p-about__tab-btn:before {
  background: #FFF;
  z-index: -2;
}
.p-about__tab-btn:after {
  background: rgba(45, 143, 36, 0.06);
  z-index: -1;
}
.p-about__tab-btn.is-active {
  color: #2D8F24;
}
.p-about__tab-btn.is-active:before, .p-about__tab-btn.is-active:after {
  opacity: 1;
}
.p-about__tab-cont {
  padding-top: 0.9375rem;
}

.p-partner {
  padding-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-partner {
    padding-top: 5rem;
  }
}
.p-partner__inner {
  position: relative;
  display: grid;
  grid-template-columns: auto 18.75rem;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .p-partner__inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-partner__title {
    text-align: center;
  }
}
.p-partner__text p {
  letter-spacing: 0;
  margin-top: 1.875rem;
}
.p-partner__image {
  margin-bottom: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-partner__image {
    width: 60vw;
    margin: 1.875rem auto 0;
  }
}
.p-partner__deco {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .p-partner__deco {
    width: 8.125rem;
  }
}
.p-partner__deco--01 {
  top: -3.125rem;
  left: calc(100% + 1.25rem);
}
@media screen and (max-width: 767px) {
  .p-partner__deco--01 {
    top: -4.375rem;
    left: auto;
    right: -1.875rem;
  }
}
.p-partner__deco--02 {
  bottom: -5rem;
  right: calc(100% + 1.25rem);
}
@media screen and (max-width: 767px) {
  .p-partner__deco--02 {
    bottom: -1.875rem;
    right: auto;
    left: -1.875rem;
  }
}/*# sourceMappingURL=styles.css.map */