.fv {
  padding-bottom: 153px;
  position: relative;
  overflow: hidden;
}

.fv * {
  position: relative;
  z-index: 1;
}

.fv-image {
  display: block;
  width: 100%;
  height: auto;
}

.fv-image img {
  width: 100%;
  height: auto;
  filter: saturate(115%) contrast(105%);
}

.fv-text {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: min(24px, 6.7vw);
  line-height: min(32px, 8.9vw);
  font-weight: 700;
  text-align: center;
  color: #3b3b3b;
  margin-top: 40px;
  z-index: 3;
}

.fv::before,
.fv::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.fv::before {
  width: 255px;
  height: 144px;
  background-image: url(../images/common/cloud-2.png);
  top: 248px;
  right: -127px;
  z-index: 2;
}

.fv::after {
  width: 422px;
  height: 243px;
  background-image: url(../images/common/cloud-1.png);
  left: -211px;
  bottom: 0;
}

.about {
  padding: 0 min(27px, max(16px, calc(27px + 50vw - 180px))) 80px;
  position: relative;
  margin-top: -73px;
  z-index: 2;
  overflow: hidden;
}

.about * {
  position: relative;
  z-index: 1;
}

.about-areas-content .subtitle {
  text-align: left;
}

.about-areas-wrapper {
  position: relative;
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.about-areas-wrapper::before,
.about-areas-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.about-areas-wrapper::before {
  width: 216px;
  height: 189px;
  background-image: url(../images/common/cloud-3.png);
  top: 216px;
  right: -130px;
}

.about-areas-wrapper::after {
  width: 160px;
  height: 68px;
  background-image: url(../images/common/cloud-4.png);
  left: -94px;
  bottom: 0px;
}

.about-image {
  width: 85.33vw;
  aspect-ratio: 320 / 226;
  max-width: 450px;
  margin: 0 auto;
  background-image: url(../images/top/top-about-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.about-areas-text {
  margin-top: 20px;
}

.about-numbers {
  overflow: hidden;
  padding: 40px 0 40px 20px;
  width: calc(100% + 27px);
  margin: 43px -27px 0 auto;
  border-radius: 40px 0px 0px 40px;
  background: #d0f0e7;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.about-numbers .subtitle {
  position: relative;
  left: -27px;
}

.about-numbers-wrapper {
  margin-top: 40px;
}

.about-numbers-item {
  width: 280px !important;
  height: 213px;
  padding: 30px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  border: 2px solid #2dbe95;
  border-radius: 20px;
}

.about-numbers-item__title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}
.about-numbers-item__content {
  display: flex;
  justify-content: center;
  align-items: end;
}

.about-numbers-item__content span {
  color: #2dbe95;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.about-numbers-item__value {
  font-size: min(80px, 21.34vw);
}

.about-numbers-item__unit {
  font-size: min(60px, 16vw);
}

.about-numbers-item__content--holidays {
  gap: 14px;
}

.about-numbers-item__content--holidays-item {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: end;
}

.about-numbers-item__content--holidays-item .about-numbers-item__value {
  font-size: min(59px, 15.8vw);
}

.about-numbers-item__content--holidays-item .about-numbers-item__unit {
  font-size: min(34px, 9.1vw);
  position: relative;
  top: -3px;
}

.about-numbers-item__content--holidays-item::before {
  color: #2dbe95;
  font-family: "Oswald", sans-serif;
  font-size: min(20px, 5.34vw);
  font-weight: 700;
  display: block;
  position: absolute;
  left: 0;
  top: -25px;
}

.about-numbers-item__content--holidays-item:first-child::before {
  content: "保育";
}

.about-numbers-item__content--holidays-item:last-child::before {
  content: "介護・福祉";
}

.about-numbers .link-button {
  position: relative;
  left: -12px;
}

.staff {
  position: relative;
  padding: 198px 0 195px;
  overflow: hidden;
}

.staff * {
  position: relative;
  z-index: 1;
}

.staff-decor {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 196px;
  height: 159px;
  background-image: url(../images/top/top-staff-decor-1.png);
  background-size: contain;
  z-index: 2;
}

.staff-decor-2 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 182px;
  height: 159px;
  background-image: url(../images/top/top-staff-decor-3.png);
  background-size: contain;
  z-index: 1;
}

.staff-bg {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: calc(100% - 212px);
  background-color: #d0f0e7;
  mix-blend-mode: multiply;
}

.staff-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 22px;
  background-image: url(../images/common/blue-wave.png);
  background-size: auto 22px;
  background-repeat: repeat-x;
  background-position: center;
  position: absolute;
  top: -21px;
  left: 0;
}

.staff-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 22px;
  background-image: url(../images/common/blue-wave.png);
  background-size: auto 22px;
  background-repeat: repeat-x;
  background-position: center;
  position: absolute;
  transform: scaleY(-1);
  bottom: -22px;
  left: 0;
}

.staff-wrapper {
  position: relative;
  padding-top: 300px;
}

.staff-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 166px;
  height: 128px;
  background-image: url(../images/top/top-staff-decor-2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
}

.image-mask {
  position: absolute;
  top: -1000px;
}

.staff-item-image-wrapper {
  position: relative;
  width: 230px;
  height: 230px;
  border-radius: 32px;
  overflow: hidden;
  transform: rotate(-45deg);
}

.image-frame {
  position: absolute;
  top: -1000px;
}

.staff-item {
  width: 91.2vw;
  max-width: 344px;
  min-width: 300px;
  height: auto;
  position: relative;
  border-radius: 40px;
  display: flex;
  justify-content: center;
}

.staff-item {
  position: relative;
  transition: top 0.3s ease;
}

.staff-item-image {
  display: block;
  width: 142%;
  max-width: none;
  aspect-ratio: 1;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  object-fit: cover;
}

.staff-item-frame {
  top: 0;
  left: calc(50% + 20px);
  transform: translate(-50%) rotate(-45deg);
  width: 230px;
  height: 230px;
  position: absolute;
  z-index: 2;
  border-radius: 32px;
  border: 4px solid;
}

.staff-item[data-index="1"] .staff-item-frame {
  border-color: #fc9300;
}

.staff-item[data-index="2"] .staff-item-frame {
  border-color: #2dbe95;
}

.staff-item[data-index="3"] .staff-item-frame {
  border-color: #2d86be;
}

.staff-item[data-index="4"] .staff-item-frame {
  border-color: #be2db3;
}

.staff-item[data-index="5"] .staff-item-frame {
  border-color: #be972d;
}

.staff-item[data-index="6"] .staff-item-frame {
  border-color: #be2d2d;
}

.staff-item[data-index="7"] .staff-item-frame {
  border-color: #be972d;
}

.staff .subtitle {
  margin: 80px auto 0;
}

.staff .common-text {
  margin: 20px auto 0;
  padding: 0 27px;
  max-width: 659px;
}

.no-posts {
  margin: 40px auto;
}

.initiatives {
  position: relative;
  padding: 80px min(27px, max(16px, calc(27px + 50vw - 180px))) 318px;
  overflow: hidden;
}

.initiatives * {
  position: relative;
}

.initiatives::before {
  content: "";
  display: block;
  position: absolute;
  width: max(204px, min(37.8vw, 270px));
  height: auto;
  aspect-ratio: 204 / 151;
  background-image: url(../images/top/top-initiatives-decor-3.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -25px;
  top: 291px;
  z-index: 0;
}

.initiatives::after {
  content: "";
  display: block;
  position: absolute;
  width: 222px;
  aspect-ratio: 222 / 179;
  height: auto;
  background-image: url(../images/top/top-recruit-decor.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
  z-index: 0;
}

.initiatives-wrapper {
  position: relative;
  margin: min(271px, max(170px, calc(271px - 50vw + 188px))) auto 0;
}

.initiatives-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: min(97px, 25.87vw);
  aspect-ratio: 97 / 100;
  height: auto;
  background-image: url(../images/top/top-initiatives-decor-1.png);
  background-size: contain;
  top: -67px;
  left: -0.5px;
}

.initiatives-image {
  width: min(360px, 86.13vw);
  aspect-ratio: 323 / 228;
  background-image: url(../images/top/top-initiatives-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.initiatives-content {
  margin: 40px auto 0;
}

.initiatives .common-text {
  margin-top: 20px;
}

.recruit {
  position: relative;
  padding: 128px 26px 258px;
}

.recruit .title img {
  left: 14px;
}

.recruit * {
  position: relative;
}

.arch-bg {
  height: calc(100% - 95px);
}

.recruit-decor {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 166px;
  height: 150px;
  background-image: url(../images/top/top-news-decor.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.recruit .subtitle {
  margin: 60px auto 0;
}

.recruit-wrapper {
  margin: 68px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, min(324px, 86.4vw));
  gap: 36px;
  justify-content: center;
  max-width: 1042px;
}

.recruit-item {
  width: 86.4vw;
  max-width: 324px;
}

.recruit-item__image {
  width: 100%;
  height: auto;
}

.recruit-item__title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-top: 6px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.recruit .link-button {
  margin-top: 40px;
}

.news {
  padding: 80px min(27px, max(16px, calc(27px + 50vw - 180px)));
}

.news .title {
  gap: 42px;
}

.news .title img {
  width: 100px;
  height: 56px;
}

.news-container {
  margin: 40px auto 0;
  max-width: 660px;
}

.news-item {
  color: #000000;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 30px 10px 30px 0;
  border-top: 1px dashed #c9c9c9;
}

.news-item__date {
  position: relative;
  font-size: 14px;
  width: 101px;
  min-width: 101px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  text-align: center;
}

.news-item__date::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/news/news.png);
  width: 101px;
  height: 28px;
  z-index: -1;
}

.news-item__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.news .link-button {
  margin-top: 10px;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

@media (min-width: 768px) {
  .fv {
    padding-bottom: min(420px, 30.8vw);
    aspect-ratio: 1366 / 698;
    height: auto;
    box-sizing: content-box;
  }
  .fv-image {
    display: block;
    width: 100%;
    height: 100%;
  }

  .fv-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }

  .fv-text {
    position: absolute;
    font-size: 2.34vw;
    line-height: 3.51vw;
    margin-top: 0;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.99);
    white-space: nowrap;
  }

  .fv::before {
    width: 46.2vw;
    aspect-ratio: 631 / 357;
    height: auto;
    right: -7.9vw;
    z-index: 2;
    top: auto;
    bottom: 14.7vw;
  }

  .fv::after {
    z-index: 2;
    width: 55.2vw;
    max-width: 900px;
    height: auto;
    aspect-ratio: 753 / 433;
    bottom: 0;
    left: -12vw;
  }

  .about {
    padding: 0px 0px 200px;
    position: relative;
    margin-top: -250px;
    z-index: 2;
    overflow: hidden;
  }

  .about-areas-wrapper {
    margin: 100px auto 0;
    flex-direction: row;
    gap: 40px;
    max-width: 1020px;
  }

  .about-image {
    width: 58.33%;
    aspect-ratio: 595 / 420;
    max-width: 595px;
    margin: 0 auto;
    background-image: url(../images/top/top-about-pc.png);
  }

  .about-areas-content {
    width: 37.75%;
  }

  .about .link-button {
    margin: 40px auto 0 0;
  }

  .about-areas-wrapper::before,
  .about-areas-wrapper::after {
    display: none;
  }

  .about-areas {
    position: relative;
  }

  .about-areas::before,
  .about-areas::after {
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
  }

  .about-areas::before {
    background-image: url(../images/common/cloud-3.png);
    width: 33.75vw;
    height: 403px;
    height: auto;
    aspect-ratio: 461 / 403;
    top: auto;
    bottom: -152px;
    right: -128px;
  }

  .about-areas::after {
    background-image: url(../images/common/cloud-4.png);
    width: 19.4vw;
    height: 113px;
    height: auto;
    aspect-ratio: 265 / 113;
    left: 69px;
    bottom: -125px;
  }

  .about-numbers {
    position: relative;
    padding: 80px 0 80px 85px;
    width: calc(100% + 27px);
    margin: 180px -27px 0 min(183px, max(50px, calc(183px + 50vw - 500px)));
    border-radius: 40px 0px 0px 40px;
    background: #d0f0e7;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }

  .about-numbers .subtitle {
    left: calc(min(183px, max(50px, calc(183px + 50vw - 500px))) * (-1));
  }

  @media (max-width: 1060px) {
    .about-areas-wrapper {
      padding: 0 20px;
    }

    .about-numbers .subtitle {
      left: calc(
        min(183px, max(50px, calc(183px + 50vw - 500px + 20px))) * (-1)
      );
    }
  }

  .about-numbers-wrapper {
    margin-top: 30px;
  }

  .about-numbers-item {
    width: 320px !important;
    height: 213px;
    padding: 30px 18px;
    cursor: pointer;
  }

  .about-numbers-item__content {
    gap: 8px;
  }

  .about-numbers-item__content--holidays {
    gap: 24px;
  }

  .about-numbers .link-button {
    left: 0px;
  }

  .staff {
    position: relative;
    padding: 288px 0 330px;
    overflow: hidden;
  }

  .staff-bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    background-image: url(../images/common/blue-wave.png);
    background-size: auto 80px;
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    top: -80px;
    left: 0;
  }

  .staff-bg::after {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    background-image: url(../images/common/blue-wave.png);
    background-size: auto 80px;
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    transform: scaleY(-1);
    bottom: -80px;
    left: 0;
  }

  .staff-decor {
    top: 0;
    left: max(calc(50vw - 551px), -100px);
    transform: none;
    width: 390px;
    height: 317px;
  }

  .staff-bg {
    top: 168px;
    height: calc(100% - 376px);
  }

  .staff-wrapper {
    position: relative;
    padding-top: 190px;
    margin-left: -56px;
  }
  .staff-wrapper::before {
    width: 328px;
    height: 255px;
    left: auto;
    transform: none;
    right: max(calc(50vw - 536px), -100px);
    top: -240px;
  }

  .staff-item {
    max-width: 400px;
  }

  .staff-item-image-wrapper {
    width: 289px;
    height: 289px;
    border-radius: 40px;
  }

  .staff-item-frame {
    width: 289px;
    height: 289px;
    border-radius: 40px;
    left: calc(50% + 20px);
    transform: translate(-50%) rotate(-45deg);
    border-radius: 40px;
    border: 8px solid #fc9300;
  }

  .staff .subtitle {
    margin: 150px auto 0;
  }

  .staff .link-button {
    margin-top: 40px;
  }

  .staff-decor-2 {
    left: max(calc(50vw - 616px), 20px);
    transform: none;
    width: 363px;
    height: 318px;
  }

  .initiatives {
    position: relative;
    z-index: 3;
    padding: 72px 27px 466px;
  }

  .initiatives::before {
    width: 407px;
    height: 300px;
    right: max(calc(50vw - 738px), -125px);
    top: 0px;
  }

  .initiatives-wrapper {
    margin: 100px auto 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 1020px;
    gap: 40px;
  }

  .initiatives-image {
    width: 58.33%;
    background-image: url(../images/top/top-initiatives-pc.png);
    max-width: none;
    background-size: contain;
    aspect-ratio: 595 / 420;
  }

  .initiatives-content {
    width: 37.75%;
  }

  .initiatives .subtitle {
    text-align: left;
  }

  .initiatives .link-button {
    margin-top: 40px;
    margin-left: 0;
  }

  .initiatives-wrapper::before {
    width: 97px;
    height: 100px;
    top: 0px;
    left: calc(50% - 34px);
    transform: translateX(-50%);
  }

  .initiatives::after {
    width: 444px;
    height: 357px;
    left: max(calc(50vw - 663px), -100px);
    transform: none;
    bottom: 0px;
  }

  .recruit {
    position: relative;
    padding: 120px 26px 350px;
    margin-top: -207px;
    /* overflow: hidden; */
  }

  .arch-bg {
    height: calc(100% - 240px);
  }

  .recruit .subtitle {
    margin: 100px auto 0;
  }

  .recruit-wrapper {
    margin: 50px auto 0;
    max-width: 1048px;
  }

  .recruit-decor {
    right: max(calc(50vw - 504px), 20px);
    left: auto;
    transform: none;
    width: 330px;
    height: 300px;
  }

  .news {
    padding: 50px 27px 200px;
  }

  .news-container {
    margin-top: 100px;
  }

  .news .link-button {
    margin-top: 30px;
  }

  .news-item {
    transition: all 0.3s;
  }

  .news-item:hover {
    filter: contrast(1.5);
  }
}
