@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("lib/ress.min.css");
.p-mv {
  height: 68.8rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: calc(100% - 6rem);
    max-height: 70.8rem;
    min-height: 40rem;
  }
}
.p-mv-img {
  display: block;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
  width: 100%;
}
.is-inview .p-mv-img {
  opacity: 1;
}
.p-mv-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-mv-ttl {
  align-items: center;
  color: var(--white);
  display: flex;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.7));
  flex-direction: column;
  left: 0;
  height: 100%;
  justify-content: center;
  padding: 1.5rem 0 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv-ttl {
    filter: drop-shadow(0 0 0.4957rem rgba(0, 0, 0, 0.79));
    left: 0.5rem;
    top: -0.5rem;
  }
}
.p-mv-ttl .en {
  font-family: var(--font-2);
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  line-height: 1;
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  padding: 0 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-mv-ttl .en {
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
    padding: 0 0 1.1rem;
  }
}
.is-inview .p-mv-ttl .en {
  opacity: 1;
  transform: translateY(0);
}
.p-mv-ttl .ja {
  background: linear-gradient(90deg, #FFFABA -1.17%, #FFF 66.72%);
  background-clip: text;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.225rem;
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-mv-ttl .ja {
    font-size: 2.8rem;
    letter-spacing: 0.14rem;
    line-height: 1.4285714286;
    text-align: center;
  }
}
.is-inview .p-mv-ttl .ja {
  opacity: 1;
  transform: translateY(0);
}

.p-intro-txt {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 6rem;
  letter-spacing: 0.28rem;
  padding: 13.5rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-intro-txt {
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
    line-height: 1.8888888889;
    padding: 6.7rem 0 0;
  }
}

.p-company {
  padding: 16.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 5.5rem 0 0;
  }
}
.p-company .u-grid {
  align-items: start;
  column-gap: 13.3rem;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-company .u-grid {
    display: flex;
    flex-direction: column;
    margin-right: 0;
  }
}
.p-company-txt {
  grid-area: 2/1/3/2;
  padding: 1.2rem 0 0;
  width: 46rem;
}
@media screen and (max-width: 767px) {
  .p-company-txt {
    grid-area: unset;
    order: 3;
    padding: 0;
    width: 100%;
  }
}
.p-company-txt .ttl {
  font-size: 2.8rem;
  letter-spacing: 0.14rem;
  line-height: 1.6071428571;
  padding: 5rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-company-txt .ttl {
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
    line-height: 1.8888888889;
    padding: 3.8rem 0 2rem;
  }
}
.p-company-txt .txt {
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-company-txt .txt {
    line-height: 1.5714285714;
  }
}
.p-company-txt .btn {
  display: flex;
  justify-content: end;
  padding: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-company-txt .btn {
    justify-content: center;
    padding: 7rem 0 0;
  }
}
.p-company-img {
  grid-area: 1/2/3/3;
  align-self: stretch;
  width: 65rem;
}
@media screen and (max-width: 767px) {
  .p-company-img {
    grid-area: unset;
    padding: 3.2rem 0 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.p-bp {
  padding: 10.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-bp {
    padding: 7.2rem 0 0;
  }
}
.p-bp-items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-bp-items {
    flex-direction: column;
    gap: 3.8rem;
  }
}
.p-bp-item {
  background: #E7F4FF;
  width: 54.5rem;
}
@media screen and (max-width: 767px) {
  .p-bp-item {
    width: 100%;
  }
}
.p-bp-item a {
  display: block;
}
.p-bp-item img {
  transition: opacity 0.2s ease;
}
.p-bp-item-txt {
  padding: 1.6rem 2rem 2rem 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-bp-item-txt {
    padding: 1.7rem 2.4rem 2.1rem;
  }
}
.p-bp-item .ttl {
  color: var(--blue);
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 767px) {
  .p-bp-item .ttl {
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
    padding: 0 0 0.5rem;
  }
}
.p-bp-item .txt {
  font-weight: 500;
  padding: 0 0 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-bp-item .txt {
    padding: 0 0 2.3rem;
  }
}
.p-bp-item .link {
  align-items: center;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="15" viewBox="0 0 9 15" fill="none"><path d="M0.249996 0.338883C0.61526 -0.0752327 1.24694 -0.115104 1.66113 0.250016L8.66113 6.42384C8.87625 6.61358 8.99988 6.88702 9 7.17384C9 7.46082 8.87635 7.73401 8.66113 7.92384L1.66113 14.0986C1.24693 14.4637 0.615239 14.4239 0.249996 14.0098C-0.115203 13.5956 -0.0752802 12.9639 0.338863 12.5986L6.48828 7.17384L0.338863 1.75002C-0.0752525 1.38475 -0.115124 0.753076 0.249996 0.338883Z" fill="%230068B7"/></svg>') no-repeat 100% 55%/0.9rem auto;
  color: var(--blue);
  display: flex;
  justify-content: end;
  font-weight: 700;
  line-height: 1;
  padding: 0 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-bp-item .link {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="11" viewBox="0 0 9 11" fill="none"><path d="M0.506808 0.643161C0.704102 0.326195 1.12146 0.229098 1.43845 0.426364L8.14646 4.60117C8.34435 4.72456 8.46467 4.9412 8.46482 5.17441C8.46482 5.40781 8.3445 5.62518 8.14646 5.74863L1.43845 9.92343C1.12149 10.1207 0.704128 10.0235 0.506808 9.70664C0.309556 9.38967 0.406692 8.97231 0.723605 8.775L6.50876 5.17441L0.723605 1.5748C0.406639 1.37751 0.309542 0.960154 0.506808 0.643161Z" fill="%230068B7"/></svg>') no-repeat right 0.5rem top 55%/0.9rem auto;
    font-size: 1.2rem;
    padding: 0 1.8rem 0 0;
  }
}
.p-bp-item a:hover {
  opacity: 1;
}
.p-bp-item a:hover img {
  opacity: 0.8;
}
.p-bp-item a:hover .link {
  opacity: 0.7;
}

.p-news {
  padding: 8rem 2.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 6.8rem 0 0;
  }
}
.p-news-items {
  display: grid;
  grid-template-columns: 8.8rem 1fr;
  grid-column-gap: 2.9rem;
  grid-row-gap: 4rem;
  letter-spacing: 0;
  padding: 5rem 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-items {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 4.2rem 0 0;
  }
}
.p-news-items dt {
  color: var(--blue);
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-news-items dd + dt {
    padding: 2.5rem 0 0;
  }
}
.p-news .btn {
  display: flex;
  justify-content: end;
  margin-right: -2.2rem;
  padding: 4.8rem 0 0;
}

.p-contact {
  padding: 11rem 0 11rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 2.5rem 0 6.5rem;
  }
}
.p-contact .txt {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  line-height: 1.6071428571;
  padding: 3.6rem 0 6.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact .txt {
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
    line-height: 1.8888888889;
    padding: 3.2rem 0 5rem;
  }
}/*# sourceMappingURL=home.css.map */