@media screen and (max-width: 768px) {
  .p-banner {
    position: absolute;
    top: 320px;
    right: 16px;
    display: block;
  }
}

.p-home-about,
.p-home-diagnosis,
.p-home-column,
.p-home-download {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.p-home-strengths__button,
.p-home-about__button,
.p-home-column__button {
  display: flex;
  justify-content: center;
}

.p-home-mv {
  padding-top: 300px;
  padding-bottom: 300px;
  position: relative;
  z-index: 1;
  margin-bottom: -156px;
}
@media screen and (max-width: 768px) {
  .p-home-mv {
    padding-top: 120px;
    padding-bottom: 64px;
    margin-bottom: -64px;
  }
}

.p-home-mv__inner {
  width: 1380px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-mv__inner {
    display: flex;
    flex-direction: column;
    min-height: 380px;
    padding: 0 16px;
    height: auto;
  }
}

.p-home-mv__text {
  height: 180px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
}
.p-home-mv__text-message {
  font-family: "Noto Serif JP", serif;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0.1em 0.1em 0.2em rgba(51, 51, 51, 0.8);
  word-break: auto-phrase;
}
@media screen and (max-width: 768px) {
  .p-home-mv__text-message {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.45;
    letter-spacing: 0;
  }
}
.p-home-mv__text .p-home-mv__text-group {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0.1em 0.1em 0.2em rgba(51, 51, 51, 0.8);
}
@media screen and (max-width: 768px) {
  .p-home-mv__text .p-home-mv__text-group {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-home-mv__text .p-home-mv__text-group .p-home-mv__text-title {
  font-size: 1.25em;
  font-weight: bolder;
}
@media screen and (max-width: 768px) {
  .p-home-mv__text .p-home-mv__text-group .p-home-mv__text-title {
    font-weight: inherit;
  }
}
.p-home-mv__text br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home-mv__text {
    gap: 12px;
    height: auto;
    justify-content: flex-start;
  }
  .p-home-mv__text br {
    display: inline;
  }
}

.p-home-mv__text-sub {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-home-mv__text-sub {
    display: none;
  }
}

.p-home-mv__catch {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home-mv__catch {
    display: block;
    margin-top: auto;
    align-self: flex-end;
    text-align: right;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 0.1em 0.1em 0.2em rgba(51, 51, 51, 0.8);
  }
}

.p-home-mv__bg {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-home-mv__bg {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  }
}
.p-home-mv__bg img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 768px) {
  .p-home-mv__bg img {
    height: calc(100% - 76px);
    margin-top: 76px;
  }
}
.p-home-mv__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 768px) {
  .p-home-mv__bg::before {
    background: linear-gradient(to bottom, #fff, #fff 38px, rgba(0, 0, 0, 0.25) 144px, rgba(0, 0, 0, 0.25)) !important;
  }
}

.p-home-mv__badge {
  width: 285px;
  position: absolute;
  bottom: -300px;
  right: 150px;
}
@media screen and (max-width: 1024px) {
  .p-home-mv__badge {
    bottom: -350px;
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-mv__badge {
    width: 240px;
    z-index: 2;
    bottom: -256px;
    right: auto;
    left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .p-section.p-section--home-strengths {
    padding-top: 320px;
  }
}
@media screen and (max-width: 768px) {
  .p-section.p-section--home-strengths .p-section__inner {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-section.p-section--home-strengths .p-section__head {
    gap: 32px;
  }
}
.p-section.p-section--home-strengths .c-title {
  text-shadow: 0.1em 0.1em 0.2em rgba(51, 51, 51, 0.8);
}
@media screen and (max-width: 768px) {
  .p-section.p-section--home-strengths .c-title {
    gap: 4px;
  }
}
@media screen and (max-width: 768px) {
  .p-section.p-section--home-strengths .c-title .c-title__jp {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-section.p-section--home-strengths .c-title .c-title__en {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-section.p-section--home-strengths .c-text {
  text-shadow: 0.1em 0.1em 0.2em rgba(51, 51, 51, 0.8);
}
@media screen and (max-width: 768px) {
  .p-section.p-section--home-strengths .c-text {
    text-align: justify;
  }
}
@media screen and (max-width: 768px) {
  .p-section.p-section--home-strengths .c-text > br {
    display: none;
  }
}

.p-home-strengths {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home-strengths {
    gap: 40px;
  }
}

.p-home-strengths__list {
  display: flex;
  gap: 20px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-home-strengths__list {
    flex-direction: column;
  }
}

.p-home-strengths__item {
  flex: 1 1 0;
  padding: 3px;
  background: #987A3E;
  background: linear-gradient(60deg, rgb(152, 122, 62) 0%, rgb(255, 219, 143) 43%, rgb(255, 255, 255) 47%, rgb(255, 219, 143) 70%, rgb(152, 122, 62) 100%);
  border-radius: 8px;
}
.p-home-strengths__item a {
  height: 165px;
  display: flex;
  align-items: center;
  padding-left: 45px;
  background-color: #37383d;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.p-home-strengths__item a {
  background: radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.592) 1.215%, rgba(255, 255, 255, 0.571) 2.325%, rgba(255, 255, 255, 0.538) 3.375%, rgba(255, 255, 255, 0.495) 4.35%, rgba(255, 255, 255, 0.444) 5.295%, rgba(255, 255, 255, 0.389) 6.18%, rgba(255, 255, 255, 0.33) 7.065%, rgba(255, 255, 255, 0.27) 7.935%, rgba(255, 255, 255, 0.211) 8.82%, rgba(255, 255, 255, 0.156) 9.705%, rgba(255, 255, 255, 0.105) 10.65%, rgba(255, 255, 255, 0.062) 11.625%, rgba(255, 255, 255, 0.029) 12.675%, rgba(255, 255, 255, 0.008) 13.785%, rgba(255, 255, 255, 0) 15%), linear-gradient(115deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 100%), var(--_bg-img);
}

.p-home-strengths__item--01 {
  --_bg-img: no-repeat top 25% center / cover url(/src/img/home/top-04.jpg);
}

.p-home-strengths__item--02 {
  --_bg-img: no-repeat top 84% center / cover url(/src/img/home/top-05.jpg);
}

.p-home-strengths__text {
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.p-home-strengths__icon {
  width: 45px;
  height: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.p-home-strengths__icon span {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  color: #ffffff;
  -webkit-mask-image: linear-gradient(to left, #000 60%, transparent 60%);
  mask-image: linear-gradient(to left, #000 60%, transparent 60%);
}

.p-home-strengths__bg {
  position: absolute;
}
.p-home-strengths__bg img {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.p-home-strengths__bg--01 {
  display: flex;
  align-items: flex-end;
  width: 550px;
  height: 690px;
  top: -64px;
  left: -80px;
  overflow: clip;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cfilter id='f' x='-50%25' y='-50%25' width='200%25' height='200%25'%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3C/filter%3E%3Crect x='16' y='16' width='68' height='68' rx='12' ry='12' fill='%23fff' filter='url(%23f)'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cfilter id='f' x='-50%25' y='-50%25' width='200%25' height='200%25'%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3C/filter%3E%3Crect x='16' y='16' width='68' height='68' rx='12' ry='12' fill='%23fff' filter='url(%23f)'/%3E%3C/svg%3E");
}
.p-home-strengths__bg--01 img {
  height: 120%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-home-strengths__bg--01 {
    display: none;
  }
}

.p-home-strengths__bg--02 {
  width: 504px;
  height: 400px;
  top: 64px;
  right: 0;
  overflow: clip;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cfilter id='f' x='-50%25' y='-50%25' width='200%25' height='200%25'%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3C/filter%3E%3Crect x='18' y='16' width='66' height='68' rx='28' ry='28' fill='%23fff' filter='url(%23f)'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cfilter id='f' x='-50%25' y='-50%25' width='200%25' height='200%25'%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3C/filter%3E%3Crect x='18' y='16' width='66' height='68' rx='28' ry='28' fill='%23fff' filter='url(%23f)'/%3E%3C/svg%3E");
}
.p-home-strengths__bg--02 img {
  height: 150%;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 768px) {
  .p-home-strengths__bg--02 {
    margin-top: 92px;
    width: 200px;
    height: 200px;
  }
}

.p-home-service {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.p-home-service__articles {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.p-home-service__article {
  padding: 110px 100px 70px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-home-service__article {
    padding: 110px 30px 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-service__article {
    padding: 110px 20px 70px;
  }
}

.p-home-service__img img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.p-home-service__label {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.p-home-service__title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  color: #987a3e;
}

.p-home-service__list {
  display: flex;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.p-home-service__list[data-force-columns] {
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .p-home-service__list {
    flex-direction: column;
  }
}

.p-home-service__item {
  flex: 1 1 0;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
[data-force-columns="2"] .p-home-service__item {
  flex: 1 0 50%;
}
[data-force-columns="3"] .p-home-service__item {
  flex: 1 0 33.3333333333%;
}
.p-home-service__item > a {
  display: block;
  height: 100%;
  color: inherit;
}
@media screen and (max-width: 1024px) {
  .p-home-service__item > a {
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-service__item > a {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .p-home-service__img {
    width: 30%;
    flex-shrink: 0;
  }
  .p-home-service__img img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-home-service__img {
    width: 100%;
  }
}

.p-home-service__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .p-home-service__text {
    padding: 30px 20px;
  }
}

.p-home-service__desc {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #987a3e;
}

.p-home-service__button {
  display: flex;
  justify-content: center;
}
/*# sourceMappingURL=home.css.map */
