:root {
  /* fonts */
  --font-noto-sans-jp: "Noto Sans JP", sans-serif
}

body{
	font-family: var(--font-noto-sans-jp) ;
}

.sp {
  display: none;
}

.primary-btn {
  width: 100%;
  display: block;
  padding: 35px 0;
  font-family: "Tilt Warp", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.primary-btn.black {
  background-color: #000;
  color: #fff;
}

.primary-btn.white {
  background-color: #fff;
  color: #000;
}

/* 下層ページの共通箇所 */
.page-title {
  padding: 68px 0;
  text-align: center;
}

.page-title h1 {
  display: inline-block;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 4px;
  border-bottom: 1px solid #FFF;
}

.page-fv {
  width: 100%;
  margin-bottom: 208px;
  position: relative;
  z-index: 2;
}

.page-fv img {
  width: 100%;
}

.page-oudan {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 1;
}

.page-oudan__img {
  width: 100%;

}

.page-oudan__baby {
  position: absolute;
  bottom: 200px;
  left: 108px;
  width: 177px;
  height: 294px;
}

.page-content {
  max-width: 676px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 102px;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.page-contents__title {
  text-align: center;
  position: relative;
  margin-bottom: 68px;
}

.page-contents__title-big {
  color: rgba(255, 255, 255, 0.10);
  font-family: "Noto Sans Georgian", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page-contents__title-small {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.page-contents__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 177px;
}

.page-contents__item {
  max-width: 381px;
  width: 30%;
}

.page-contents__item img {
  width: 100%;
  height: 312px;
  object-fit: cover;
  margin-bottom: 16px;
}

.page-contents__item_date {
  color: #FFF;
  font-family: "Tilt Warp", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.page-none__content {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.page-contact__btn {
  width: 575px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .primary-btn {
    padding: 24px 0;
    font-size: 14px;
  }

  /* 下層ページの共通箇所 */
  .page-title {
    padding: 16px 0;
  }

  .page-title h1 {
    font-size: 24px;
  }

  .page-fv {
    margin-bottom: 80px;
  }

  .page-oudan {
    top: 100px;
  }

  .page-oudan__baby {
    width: 60px;
    height: 104px;
    bottom: 0;
    left: 0;
  }

  .page-content {
    max-width: 320px;
    width: 80%;
    margin-bottom: 50px;
    font-size: 14px;
  }

  .page-contents__list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
  }

  .page-contents__item {
    max-width: 320px;
    width: 100%;
  }

  .page-contents__item img {
    height: 200px;
  }

  .page-contact__btn {
    width: 200px;
  }
}