.p-home_hero {
  height: calc(100vh - 3.5rem);
  overflow: hidden;
}
@media screen and (min-width: 760px) {
  .p-home_hero {
    height: calc(100vh - 6rem);
  }
}
.p-home_hero_person {
  margin: 0;
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 760px) {
  .p-home_hero_person {
    width: 31.25rem;
    bottom: -21.875rem;
    right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-home_hero_person {
    width: 31.25rem;
    bottom: -21.875rem;
    right: 0;
  }
}
@media screen and (orientation: landscape) and (max-width: 1370px) {
  .p-home_hero_person {
    width: 15.625rem;
    bottom: 0;
    right: 1.25rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) and (min-width: 431px) {
  .p-home_hero_person {
    width: 15.625rem;
    bottom: 0;
    right: 1.25rem;
  }
}
@media screen and (orientation: landscape) and (max-width: 930px) {
  .p-home_hero_person {
    width: 15.625rem;
    bottom: -17.5rem;
  }
}
.p-home_catchCopy {
  margin: 0;
  position: absolute;
  width: 80%;
  top: 10%;
}
@media screen and (min-width: 1280px) {
  .p-home_catchCopy {
    width: 43.75rem;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}
@media screen and (orientation: landscape) and (max-width: 1370px) {
  .p-home_catchCopy {
    width: 37.5rem;
    top: 50%;
    transform: translateY(-50%);
    left: 4.375rem;
  }
}
@media screen and (orientation: landscape) and (max-width: 930px) {
  .p-home_catchCopy {
    width: 21.875rem;
    top: 50%;
    transform: translateY(-50%);
    left: 4.375rem;
  }
}
.p-home_scroll_down {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.625rem;
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  height: 3.75rem;
}
@media screen and (min-width: 760px) {
  .p-home_scroll_down {
    font-size: 0.875rem;
    height: 5rem;
  }
}
.p-home_scroll_down:after {
  content: "";
  display: block;
  width: 1px;
  height: 2rem;
  background-color: #fff;
  position: absolute;
  top: 1rem;
  left: 50%;
  animation: SCROLL_DOWN 1.4s ease-in-out infinite;
}
.p-home_section_inner {
  padding-bottom: 4rem;
}
@media screen and (min-width: 760px) {
  .p-home_section_inner {
    margin: 0 auto;
    padding: 2.5rem 2.5rem 5rem;
  }
}
.p-home_section_ttl {
  margin: 0;
  padding: 1rem 1.25rem;
  background-color: #A6907B;
  text-align: center;
  font-size: 1rem;
}
@media screen and (orientation: portrait) {
  .p-home_section_ttl {
    padding: 2rem 1.25rem;
  }
}
@media screen and (min-width: 760px) {
  .p-home_section_ttl {
    padding: 3rem 1.25rem;
  }
}
.p-home_section_ttl:after {
  content: "- " attr(deta-ttlsub) " -";
  display: block;
  font-family: nothing;
  color: #fff;
}
.p-home_goodness_body {
  padding: 1rem 0 2rem;
}
@media screen and (min-width: 760px) {
  .p-home_goodness_body {
    display: flex;
    justify-content: space-between;
    padding: 0 0 2rem;
  }
}
.p-home_goodness_item {
  border: 1px solid #ccc;
  margin-top: 1rem;
  padding: 2.5rem 1.25rem;
  box-sizing: border-box;
}
@media screen and (min-width: 760px) {
  .p-home_goodness_item {
    width: calc((100% - 1.5rem) / 3);
    padding: 5.7% 1.25rem;
    font-size: 0.8125rem;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 1280px) {
  .p-home_goodness_item {
    width: calc((100% - 3rem) / 3);
    font-size: 1rem;
  }
}
.p-home_goodness_item:nth-child(1) {
  background: url("../_img/home/bg_goodness_01.webp") no-repeat center center/cover;
}
.p-home_goodness_item:nth-child(2) {
  background: url("../_img/home/bg_goodness_02.webp") no-repeat center center/cover;
}
.p-home_goodness_item:nth-child(3) {
  background: url("../_img/home/bg_goodness_03.webp") no-repeat center center/cover;
}
.p-home_goodness_ttl {
  margin-bottom: 1rem;
}
.p-home_works {
  background-color: #000;
}
.p-home_works_body {
  padding: 1rem 0 2rem;
}
@media screen and (min-width: 760px) {
  .p-home_works_body {
    display: flex;
    justify-content: space-between;
    padding: 0 0 2rem;
  }
}
.p-home_works_item {
  margin: 1rem 0 0;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 760px) {
  .p-home_works_item {
    width: calc((100% - 3rem) / 3);
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-home_works_item {
    font-size: 1rem;
  }
}
.p-home_works_link {
  display: block;
  text-align: center;
  color: #fff;
}
.p-home_works_link img {
  margin-bottom: 1rem;
  border: 1px solid #666;
}
.p-home_service .p-home_section_inner {
  text-align: center;
}
.p-home_service_lead {
  display: inline-block;
  margin: 2rem auto 0;
  text-align: left;
}
.p-home_service_body {
  margin: 0 -0.5rem 0;
  padding: 1rem 0 2rem;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media screen and (min-width: 1280px) {
  .p-home_service_body {
    padding: 4rem 0 2rem;
    margin: 0 -0.75rem;
  }
}
.p-home_service_item {
  margin: 0;
  padding: 0.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 760px) {
  .p-home_service_item {
    padding: 0.75rem;
  }
}
.p-home_service_item.is--one {
  width: 16.6666666667%;
}
@media screen and (min-width: 760px) {
  .p-home_service_item.is--one {
    width: 11.1111111111%;
  }
}
.p-home_service_item.is--two {
  width: 33.3333333333%;
}
@media screen and (min-width: 760px) {
  .p-home_service_item.is--two {
    width: 22.2222222222%;
  }
}
.p-home_concept .p-home_section_inner {
  padding-top: 1rem;
  width: 100%;
  max-width: 55rem;
}
@media screen and (orientation: portrait) {
  .p-home_concept .p-home_section_inner {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 760px) {
  .p-home_concept .p-home_section_inner {
    padding-top: 2.5rem;
  }
}
.p-home_concept_text {
  line-height: 1.8;
}
@media screen and (min-width: 760px) {
  .p-home_concept_text {
    font-size: 1.25rem;
    line-height: 2;
    margin: 2rem 0;
  }
}

@keyframes SCROLL_DOWN {
  0% {
    height: 0;
    top: 1rem;
    opacity: 0;
  }
  60% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
[data-js=parallax] {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease-in-out;
}
[data-js=parallax].is--in {
  opacity: 1;
  transform: translateY(0);
}

[data-js=parallax--right_in] > * {
  opacity: 0;
  transform: translateY(100px) translateX(200px);
  transition: all 0.5s ease-in-out;
}
[data-js=parallax--right_in] > *.is--in {
  opacity: 1;
  transform: translateY(0) translateX(0);
}

[data-js=parallax--left_in] > * {
  opacity: 0;
  transform: translateY(100px) translateX(-200px);
  transition: all 0.5s ease-in-out;
}
[data-js=parallax--left_in] > *.is--in {
  opacity: 1;
  transform: translateY(0) translateX(0);
}

[data-js=parallax--vertical] > * {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease-in-out;
}
[data-js=parallax--vertical] > *.is--in {
  opacity: 1;
  transform: translateY(0);
}