.p-wm {
  padding: 160px 35px 120px;
}
.p-wm__fv {
  background: #CAC5C0;
  position: relative;
  height: calc(100vh - 108px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-wm__fv {
    display: block;
    padding-top: 2rem;
  }
}
.p-wm__fv--title {
  max-width: 1200px;
  width: 90%;
  position: absolute;
  top: 35%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .p-wm__fv--title {
    top: 10%;
  }
}
@media screen and (max-width: 767px) {
  .p-wm__fv--title {
    position: static;
    margin: auto;
  }
}
.p-wm__fv--title h1 {
  max-width: 560px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-wm__fv--title h1 {
    width: 90%;
    margin: auto;
  }
}
.p-wm__fv--title h1 span {
  font-size: clamp(16px, 2.5vw, 35px);
  display: block;
  margin: 10px 0;
  text-align: center;
  font-weight: 550;
}
@media screen and (max-width: 767px) {
  .p-wm__fv--title img {
    max-height: 35px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-wm__fv--img {
  width: 55%;
  position: absolute;
  right: 5%;
  top: 0;
  z-index: 1;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  z-index: 5;
  max-width: 950px;
}
@media screen and (max-width: 1024px) {
  .p-wm__fv--img {
    width: 75%;
    right: -5%;
    top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-wm__fv--img {
    width: 115%;
    right: -20%;
    max-width: 650px;
  }
}
.p-wm__main {
  background: #254060;
  position: relative;
  margin-top: -25vh;
  padding-top: 30vh;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-wm__main {
    padding-top: 25vh;
  }
}
.p-wm__main p:not(.banner__btn p) {
  font-size: 16px;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-wm__main p:not(.banner__btn p) {
    font-size: 14px;
  }
}
.p-wm__main strong {
  display: block;
  font-size: 120%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-wm__main strong {
    font-size: 100%;
  }
}
.p-wm__main h2 {
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  margin: 2rem 0;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-wm__main h2 {
    font-size: 2rem;
  }
}
.p-wm__main--center {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 2000px;
  margin: auto;
}
.p-wm__main--info {
  position: relative;
  right: 0;
  z-index: 5;
  background: #fff;
  width: 70%;
  max-width: 1400px;
  margin-left: auto;
  padding: 2rem 3rem 6rem;
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.6078431373);
}
@media screen and (max-width: 1024px) {
  .p-wm__main--info {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-wm__main--info {
    width: 90%;
  }
}
.p-wm__main--info div:not(.banner__btn div) {
  max-width: 600px;
  margin-left: 28%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .p-wm__main--info div:not(.banner__btn div) {
    margin-left: auto;
  }
}
.p-wm__main--info .banner__btn {
  margin-left: 0;
  margin-top: 2rem;
}
.p-wm__main--info .banner__btn--bg {
  background: #fff;
}
.p-wm__main--info__image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}
@media screen and (max-width: 520px) {
  .p-wm__main--info__image {
    flex-direction: column;
  }
}
.p-wm__main--info__image img {
  max-height: 120px;
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 520px) {
  .p-wm__main--info__image img {
    max-height: auto;
    width: 100%;
  }
}
.p-wm__main--bottom {
  width: 90%;
  display: flex;
  gap: 2rem;
  max-width: 1500px;
  margin: 5% auto 0;
}
@media screen and (max-width: 1024px) {
  .p-wm__main--bottom {
    margin-top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-wm__main--bottom {
    margin-top: 80%;
    flex-direction: column;
  }
}
.p-wm__main--footer {
  width: 100%;
  height: auto;
  position: relative;
  background: #CAC5C0;
  bottom: 0;
  z-index: 0;
}
.p-wm__main--footer__cont {
  max-width: 1250px;
  width: 90%;
  margin: auto;
  padding: 6rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-wm__main--footer__cont {
    flex-direction: column;
    padding-top: 150px;
    gap: 0;
  }
}
.p-wm__main--footer__cont h2 {
  color: #254060;
}
.p-wm__main--footer__cont strong {
  color: #254060;
  font-size: 2rem;
  font-family: "Outfit", sans-serif;
}
.p-wm__main--footer__cont p {
  color: #254060;
  max-width: 800px;
  padding-bottom: 4rem;
}
.p-wm__main--footer__cont a {
  text-decoration: underline;
}
.p-wm__main--footer__cont .right {
  width: 100%;
  max-width: 380px;
  margin: auto;
  padding: 2rem;
  background: #254060;
}
.p-wm__main--footer__cont h3 {
  text-align: center;
  color: #CAC5BF;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-wm__main--footer__cont h3 {
    font-size: 2rem;
  }
}
.p-wm__main--footer__cont iframe {
  aspect-ratio: 2/1.1;
}
.p-wm__main--news {
  max-width: 600px;
  font-size: 16px;
  position: relative;
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .p-wm__main--news {
    width: 90%;
  }
}
.p-wm__main--news h2 {
  color: #CAC5BF;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-wm__main--news h2 {
    font-size: 2.5rem;
    text-align: center;
  }
}
.p-wm__main--news strong,
.p-wm__main--news span,
.p-wm__main--news a {
  color: #CAC5BF;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-wm__main--news strong {
    font-size: 90%;
    text-align: center;
  }
}
.p-wm__main--news li {
  padding: 1rem 3rem 1rem 0;
  border-bottom: 2px solid #CAC5BF;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-wm__main--news li {
    flex-direction: column;
    gap: 5px;
  }
}
.p-wm__main--news .date {
  padding-right: 15px;
}
.p-wm__img--center {
  position: absolute;
  left: -7%;
  z-index: 6;
  top: 30%;
  width: 55vw;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  height: 100%;
  max-width: 1000px;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .p-wm__img--center {
    top: 80%;
    height: auto;
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .p-wm__img--center {
    width: 100%;
    top: 90%;
    max-width: 700px;
  }
}
.p-wm__img--bottom {
  position: relative;
  z-index: 5;
  right: 10%;
  width: 100%;
  height: 100%;
  max-width: 600px;
  bottom: -20%;
}
@media screen and (max-width: 1024px) {
  .p-wm__img--bottom {
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-wm__img--bottom {
    right: auto;
    bottom: -20rem;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    margin: auto;
    height: 650px;
    margin-top: -200px;
  }
}
.p-wm__btn {
  display: block;
  max-width: 260px;
  width: 100%;
  margin: 4rem 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
  padding: 14px 19px;
  position: relative;
}
.p-wm__btn::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right-white.svg);
  background-size: cover;
  width: 8px;
  height: 11px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.bottom,
.bottom_sp {
  display: none;
}

.fadeDelay {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=wm.css.map */