@charset "UTF-8";
/* ================================
Main Visual
================================ */
.p-mv {
  position: relative;
  z-index: 0;
  background: url(../img/mv_bg.jpg) no-repeat center center/cover;
  padding: 5.375rem 0 1.875rem;
}
.p-mv__img-wrap {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 43.125rem;
  height: 100%;
}
.p-mv__img {
  width: 100%;
  aspect-ratio: 1384/1519;
  margin: 0 0 0 auto;
}
.p-mv__bubble {
  position: absolute;
  aspect-ratio: 1/1;
  opacity: 0.7;
  background: url(../img/mv_bubble.png) no-repeat center center/contain;
}
.p-mv__bubble:nth-of-type(1) {
  top: 12.8205128205%;
  right: 19.5652173913%;
  width: 8.4615384615%;
}
.p-mv__bubble:nth-of-type(2) {
  top: 19.4871794872%;
  right: 3.6231884058%;
  width: 15.641025641%;
}
.p-mv__bubble:nth-of-type(3) {
  top: 36.9230769231%;
  left: -3.6231884058%;
  width: 17.9487179487%;
}
.p-mv__bubble:nth-of-type(4) {
  top: 48.0769230769%;
  left: 9.4202898551%;
  width: 6.6666666667%;
}
.p-mv__body {
  position: relative;
  z-index: 0;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.857rem 2.5rem;
  padding: 0 8.333vw;
  margin: 0 auto;
}
.p-mv__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3.125rem 0 0;
}
.p-mv__header {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.2) 100%);
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  padding: 1rem 1.5rem 0.625rem;
  margin: 0 0 2rem;
}
.p-mv__title01 {
  display: inline-block;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #3c92d6;
  padding: 0 1rem;
  margin: 0 0 0.25rem;
}
.p-mv__title02 {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-mv__catch {
  font-size: 2.5rem;
  font-weight: 700;
  white-space: nowrap;
  margin: 0 0 1rem;
}
.p-mv__desc {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1em;
}
.p-mv__point-list {
  margin: 0 0 2rem;
}
@media screen and (min-width: 769px) {
  .p-mv__btn.c-btn {
    width: 21.875rem;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-mv__img-wrap {
    width: 31.25rem;
  }
  .p-mv__body {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv {
    padding: 4.286rem 0 2.143rem;
  }
  .p-mv__img-wrap {
    right: initial;
    left: -1.429rem;
    width: 160%;
    height: auto;
    opacity: 0.6;
  }
  .p-mv__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1rem;
  }
  .p-mv__content {
    width: 100%;
    padding: 2rem 0 0;
  }
  .p-mv__header {
    padding: 1rem 0 0.714rem;
  }
  .p-mv__title01 {
    font-size: 1rem;
  }
  .p-mv__title02 {
    font-size: 1.143rem;
  }
  .p-mv__desc {
    font-size: 1.143rem;
  }
}

.p-mv-cert {
  position: relative;
  z-index: 0;
  width: 25rem;
  aspect-ratio: 400/384;
  margin: 0 -3.125rem 1.563rem 0;
}
@media screen and (max-width: 768px) {
  .p-mv-cert {
    width: 100%;
    margin: 0;
  }
}