@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
.page {
  position: relative;
}

.pageBg {
  width: 100%;
  height: 100%;
}

.pageTop {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pageTop__en {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  color: #6f97f9;
}

.pageTop__title {
  margin-top: 10px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
}
.pageTop__title span {
  font-size: 38px;
  color: #6f97f9;
}

.bread {
  margin-top: 30px;
}
.bread .line {
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-right: 20px;
  background: #cad1d8;
  vertical-align: middle;
}

.bread__main {
  font-size: 14px;
}

.bread__link {
  display: inline-block;
  padding-right: 30px;
}

.yellow-mark {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffda3e), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, #ffda3e 50%, transparent 50%);
  background: linear-gradient(left, #ffda3e 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 100% 1em;
  -webkit-transition: 2s;
  transition: 2s;
}
.yellow-mark.active {
  background-position: 0% 1em;
}

.red-mark {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffd1d1), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, #ffd1d1 50%, transparent 50%);
  background: linear-gradient(left, #ffd1d1 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 100% 1em;
  -webkit-transition: 2s;
  transition: 2s;
}
.red-mark.active {
  background-position: 0% 1em;
}

@media (min-width: 1921px) {
  .pageTop__en {
    font-size: 22.5px;
  }
  .pageTop__title {
    margin-top: 11.25px;
    font-size: 31.5px;
  }
  .pageTop__title span {
    font-size: 42.75px;
  }
  .bread {
    margin-top: 33.75px;
  }
  .bread .line {
    width: 22.5px;
    margin-right: 22.5px;
  }
  .bread__main {
    font-size: 15.75px;
  }
  .bread__link {
    padding-right: 33.75px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .pageTop__en {
    font-size: 1.5384615385vw;
  }
  .pageTop__title {
    margin-top: 0.7692307692vw;
    font-size: 2.1538461538vw;
  }
  .pageTop__title span {
    font-size: 2.9230769231vw;
  }
  .bread {
    margin-top: 2.3076923077vw;
  }
  .bread .line {
    width: 1.5384615385vw;
    margin-right: 1.5384615385vw;
  }
  .bread__main {
    font-size: 1.0769230769vw;
  }
  .bread__link {
    padding-right: 2.3076923077vw;
  }
}
@media (max-width: 768px) {
  .pageTop {
    top: 26.6666666667vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
  .pageTop__en {
    font-size: 5.3333333333vw;
  }
  .pageTop__title {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .pageTop__title span {
    font-size: 6.9333333333vw;
  }
  .bread {
    margin-top: 5.3333333333vw;
  }
  .bread .line {
    width: 5.3333333333vw;
    height: 1px;
    margin-left: 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
  .bread__main {
    font-size: 3.2vw;
    line-height: 1.7;
  }
  .bread__link {
    padding-right: 0;
  }
}
.p-mtIt {
  margin-top: 60px;
}

.p-mtIt__ttl {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
.p-mtIt__ttl span {
  color: #6f97f9;
}

.p-mtIt__icon {
  width: 81px;
  height: 105px;
  margin: 0 auto;
}

.p-mtIt__ms {
  width: 838px;
  height: 80px;
  margin: 30px auto 0;
  border-radius: 40px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#3446c0), to(#507deb));
  background: -webkit-linear-gradient(bottom, #3446c0 0%, #507deb 100%);
  background: linear-gradient(0deg, #3446c0 0%, #507deb 100%);
}

.p-mtIt__img {
  margin: 55px auto 0;
  width: 984px;
  height: 397px;
}

.p-mtIt__txt {
  margin-top: 40px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #323d88;
}

.p-mtIt__links {
  gap: 20px;
  margin-top: 60px;
}

.p-mtIt__link {
  width: 260px;
  height: 64px;
  padding: 0 20px 0 30px;
  border: 1px solid #d9e3f8;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  background: #f4f7fa;
}
.p-mtIt__link .icon {
  width: 24px;
  height: 24px;
}

.p-mtSec {
  margin-top: 80px;
}

.p-mtSec__hd {
  position: relative;
  height: 323px;
}

.p-mtSec__hd--bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.p-mtSec__hd--bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}

.p-mtSec__hd--txts {
  position: relative;
  padding-top: 75px;
  font-weight: bold;
  color: #323d88;
  text-align: center;
}
.p-mtSec__hd--txts .txt {
  font-size: 28px;
}
.p-mtSec__hd--txts .ttl {
  font-size: 58px;
}

.p-mtAb {
  position: relative;
  margin-top: 65px;
}

.p-mtAb__top--sub {
  width: 130px;
  height: 40px;
  margin: 0 auto;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#507deb), to(#3446c0));
  background: -webkit-linear-gradient(left, #507deb 0%, #3446c0 100%);
  background: linear-gradient(90deg, #507deb 0%, #3446c0 100%);
}

.p-mtAb__top--ttl {
  margin-top: 13px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.44;
  text-align: center;
}
.p-mtAb__top--ttl span {
  color: #6f97f9;
}

.p-mtMain {
  position: -webkit-sticky;
  position: sticky;
  padding-top: 50px;
}

.p-mtScrolls {
  position: relative;
  margin-top: -655px;
  padding-bottom: 40px;
}

.p-mtScroll {
  width: 1101px;
  height: 615px;
  margin: 0 auto 100px;
}
.p-mtScroll:last-child {
  margin-bottom: 210px;
}

.p-mtBox__bg {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  left: 0;
  width: 1184px;
  height: 825px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 20px;
  background: #d9e3f8;
  z-index: 1;
}

.p-mtLinks {
  gap: 7px;
}

.p-mtLinks__sp {
  display: none;
}

.p-mtLink {
  width: calc((100% - 21px) / 4);
  height: 70px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #6f97f9;
  background: #fff;
}
.p-mtLink.active {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#3446c0), to(#507deb));
  background: -webkit-linear-gradient(bottom, #3446c0 0%, #507deb 100%);
  background: linear-gradient(0deg, #3446c0 0%, #507deb 100%);
}

.p-mtBoxs {
  position: relative;
}

.p-mtBox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-mtBox.active {
  opacity: 1;
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.p-mtBox__img {
  width: 1009px;
  margin: 30px auto 20px;
}

.p-mtBox__flex {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 13px;
  margin-top: 20px;
}

.p-mtBox__white {
  width: 637px;
  padding: 40px;
  border-radius: 20px;
  background: #fff;
}
.p-mtBox__white li {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  margin-top: 20px;
}
.p-mtBox__white li:first-child {
  margin-top: 0;
}
.p-mtBox__white .icon {
  width: 26px;
  height: 26px;
}

.p-mtBox__list {
  width: calc(100% - 40px);
}
.p-mtBox__list .ttl {
  font-size: 18px;
  font-weight: bold;
}
.p-mtBox__list .txt {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.42;
}

.p-mtBox__pt {
  position: relative;
  overflow: hidden;
  width: calc(100% - 637px - 13px);
  border-radius: 20px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#507deb), to(#3446c0));
  background: -webkit-linear-gradient(bottom, #507deb 0%, #3446c0 100%);
  background: linear-gradient(0deg, #507deb 0%, #3446c0 100%);
}

.p-mtBox__pt--hd {
  padding: 12px 0;
  font-size: 24px;
  font-weight: bold;
  background: #f2c64e;
}

.p-mtBox__pt--txt {
  padding: 24px 24px 0;
  font-size: 15px;
  line-height: 1.73;
}

.p-mtPt {
  margin-top: 140px;
  margin-bottom: 100px;
}

.p-mtPt__top--ttl {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
.p-mtPt__top--ttl span {
  color: #6f97f9;
}

.p-mtPt__lists {
  margin-top: 50px;
}

.p-mtPt__llist {
  position: relative;
  gap: 62px;
  margin-top: 40px;
  padding: 70px 60px 55px 70px;
  border-radius: 20px;
  background: #f4f7fa;
}
.p-mtPt__llist::after {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  width: 6px;
  height: 34px;
  border-radius: 0 10px 10px 0;
  background: #6f97f9;
}

.p-mtPt__cont {
  width: calc(100% - 62px - 442px);
}

.p-mtPt__sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  padding: 0 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#507deb), to(#3446c0));
  background: -webkit-linear-gradient(bottom, #507deb 0%, #3446c0 100%);
  background: linear-gradient(0deg, #507deb 0%, #3446c0 100%);
}
.p-mtPt__sub span {
  display: inline-block;
  padding-left: 8px;
}

.p-mtPt__ttl {
  margin-top: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cad1d8;
  font-size: 30px;
  font-weight: bold;
  color: #6f97f9;
}

.p-mtPt__txt {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.75;
}

.p-mtPt__img {
  position: relative;
  overflow: hidden;
  width: 442px;
  height: 260px;
  border-radius: 10px;
  -webkit-box-shadow: 0 20px 20px 0 rgba(111, 151, 249, 0.1);
          box-shadow: 0 20px 20px 0 rgba(111, 151, 249, 0.1);
}

@media (min-width: 1921px) {
  .p-mtIt {
    margin-top: 67.5px;
  }
  .p-mtIt__ttl {
    font-size: 42.75px;
  }
  .p-mtIt__icon {
    width: 91.125px;
    height: 118.125px;
  }
  .p-mtIt__ms {
    width: 942.75px;
    height: 90px;
    margin: 33.75px auto 0;
    border-radius: 45px;
    font-size: 31.5px;
  }
  .p-mtIt__img {
    margin: 61.875px auto 0;
    width: 1107px;
    height: 446.625px;
  }
  .p-mtIt__txt {
    margin-top: 45px;
    font-size: 31.5px;
  }
  .p-mtIt__links {
    gap: 22.5px;
    margin-top: 67.5px;
  }
  .p-mtIt__link {
    width: 292.5px;
    height: 72px;
    padding: 0 22.5px 0 33.75px;
    border-radius: 11.25px;
    font-size: 20.25px;
  }
  .p-mtIt__link .icon {
    width: 27px;
    height: 27px;
  }
  .p-mtSec {
    margin-top: 90px;
  }
  .p-mtSec__hd {
    height: 363.375px;
  }
  .p-mtSec__hd--txts {
    padding-top: 84.375px;
  }
  .p-mtSec__hd--txts .txt {
    font-size: 31.5px;
  }
  .p-mtSec__hd--txts .ttl {
    font-size: 65.25px;
  }
  .p-mtAb {
    margin-top: 73.125px;
  }
  .p-mtAb__top--sub {
    width: 146.25px;
    height: 45px;
    border-radius: 11.25px;
    font-size: 22.5px;
  }
  .p-mtAb__top--ttl {
    margin-top: 14.625px;
    font-size: 42.75px;
  }
  .p-mtMain {
    padding-top: 56.25px;
  }
  .p-mtScrolls {
    margin-top: -736.875px;
    padding-bottom: 45px;
  }
  .p-mtScroll {
    width: 1238.625px;
    height: 691.875px;
    margin: 0 auto 112.5px;
  }
  .p-mtScroll:last-child {
    margin-bottom: 236.25px;
  }
  .p-mtBox__bg {
    top: 146.25px;
    width: 1332px;
    height: 928.125px;
    padding: 45px;
    border-radius: 22.5px;
  }
  .p-mtLinks {
    gap: 7.875px;
  }
  .p-mtLink {
    width: calc((100% - 23.625px) / 4);
    height: 78.75px;
    border-radius: 11.25px;
    font-size: 24.75px;
  }
  .p-mtBox__img {
    width: 1135.125px;
    margin: 33.75px auto 22.5px;
  }
  .p-mtBox__flex {
    gap: 14.625px;
    margin-top: 22.5px;
  }
  .p-mtBox__white {
    width: 716.625px;
    padding: 45px;
    border-radius: 22.5px;
  }
  .p-mtBox__white li {
    gap: 15.75px;
    margin-top: 22.5px;
  }
  .p-mtBox__white .icon {
    width: 29.25px;
    height: 29.25px;
  }
  .p-mtBox__list {
    width: calc(100% - 45px);
  }
  .p-mtBox__list .ttl {
    font-size: 20.25px;
  }
  .p-mtBox__list .txt {
    margin-top: 5.625px;
    font-size: 15.75px;
  }
  .p-mtBox__pt {
    width: calc(100% - 716.625px - 14.625px);
    border-radius: 22.5px;
  }
  .p-mtBox__pt--hd {
    padding: 13.5px 0;
    font-size: 27px;
  }
  .p-mtBox__pt--txt {
    padding: 27px 27px 0;
    font-size: 16.875px;
  }
  .p-mtPt {
    margin-top: 157.5px;
    margin-bottom: 112.5px;
  }
  .p-mtPt__top--ttl {
    font-size: 42.75px;
  }
  .p-mtPt__lists {
    margin-top: 56.25px;
  }
  .p-mtPt__llist {
    gap: 69.75px;
    margin-top: 45px;
    padding: 78.75px 67.5px 61.875px 78.75px;
    border-radius: 22.5px;
  }
  .p-mtPt__llist::after {
    top: 78.75px;
    width: 6.75px;
    height: 38.25px;
    border-radius: 0 11.25px 11.25px 0;
  }
  .p-mtPt__cont {
    width: calc(100% - 69.75px - 497.25px);
  }
  .p-mtPt__sub {
    height: 27px;
    padding: 0 5.625px;
    font-size: 18px;
  }
  .p-mtPt__sub span {
    padding-left: 9px;
  }
  .p-mtPt__ttl {
    margin-top: 18px;
    padding-bottom: 22.5px;
    font-size: 33.75px;
  }
  .p-mtPt__txt {
    margin-top: 22.5px;
    font-size: 18px;
  }
  .p-mtPt__img {
    width: 497.25px;
    height: 292.5px;
    border-radius: 11.25px;
    -webkit-box-shadow: 0 22.5px 22.5px 0 rgba(111, 151, 249, 0.1);
            box-shadow: 0 22.5px 22.5px 0 rgba(111, 151, 249, 0.1);
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .p-mtIt {
    margin-top: 4.6153846154vw;
  }
  .p-mtIt__ttl {
    font-size: 2.9230769231vw;
  }
  .p-mtIt__icon {
    width: 6.2307692308vw;
    height: 8.0769230769vw;
  }
  .p-mtIt__ms {
    width: 64.4615384615vw;
    height: 6.1538461538vw;
    margin: 2.3076923077vw auto 0;
    border-radius: 3.0769230769vw;
    font-size: 2.1538461538vw;
  }
  .p-mtIt__img {
    margin: 4.2307692308vw auto 0;
    width: 75.6923076923vw;
    height: 30.5384615385vw;
  }
  .p-mtIt__txt {
    margin-top: 3.0769230769vw;
    font-size: 2.1538461538vw;
  }
  .p-mtIt__links {
    gap: 1.5384615385vw;
    margin-top: 4.6153846154vw;
  }
  .p-mtIt__link {
    width: 20vw;
    height: 4.9230769231vw;
    padding: 0 1.5384615385vw 0 2.3076923077vw;
    border-radius: 0.7692307692vw;
    font-size: 1.3846153846vw;
  }
  .p-mtIt__link .icon {
    width: 1.8461538462vw;
    height: 1.8461538462vw;
  }
  .p-mtSec {
    margin-top: 6.1538461538vw;
  }
  .p-mtSec__hd {
    height: 24.8461538462vw;
  }
  .p-mtSec__hd--txts {
    padding-top: 5.7692307692vw;
  }
  .p-mtSec__hd--txts .txt {
    font-size: 2.1538461538vw;
  }
  .p-mtSec__hd--txts .ttl {
    font-size: 4.4615384615vw;
  }
  .p-mtAb {
    margin-top: 5vw;
  }
  .p-mtAb__top--sub {
    width: 10vw;
    height: 3.0769230769vw;
    border-radius: 0.7692307692vw;
    font-size: 1.5384615385vw;
  }
  .p-mtAb__top--ttl {
    margin-top: 1vw;
    font-size: 2.9230769231vw;
  }
  .p-mtMain {
    padding-top: 3.8461538462vw;
  }
  .p-mtScrolls {
    margin-top: -50.3846153846vw;
    padding-bottom: 3.0769230769vw;
  }
  .p-mtScroll {
    width: 84.6923076923vw;
    height: 47.3076923077vw;
    margin: 0 auto 7.6923076923vw;
  }
  .p-mtScroll:last-child {
    margin-bottom: 16.1538461538vw;
  }
  .p-mtBox__bg {
    top: 10vw;
    width: 91.0769230769vw;
    height: 63.4615384615vw;
    padding: 3.0769230769vw;
    border-radius: 1.5384615385vw;
  }
  .p-mtLinks {
    gap: 0.5384615385vw;
  }
  .p-mtLink {
    width: calc((100% - 1.6153846154vw) / 4);
    height: 5.3846153846vw;
    border-radius: 0.7692307692vw;
    font-size: 1.6923076923vw;
  }
  .p-mtBox__img {
    width: 77.6153846154vw;
    margin: 2.3076923077vw auto 1.5384615385vw;
  }
  .p-mtBox__flex {
    gap: 1vw;
    margin-top: 1.5384615385vw;
  }
  .p-mtBox__white {
    width: 49vw;
    padding: 3.0769230769vw;
    border-radius: 1.5384615385vw;
  }
  .p-mtBox__white li {
    gap: 1.0769230769vw;
    margin-top: 1.5384615385vw;
  }
  .p-mtBox__white .icon {
    width: 2vw;
    height: 2vw;
  }
  .p-mtBox__list {
    width: calc(100% - 3.0769230769vw);
  }
  .p-mtBox__list .ttl {
    font-size: 1.3846153846vw;
  }
  .p-mtBox__list .txt {
    margin-top: 0.3846153846vw;
    font-size: 1.0769230769vw;
  }
  .p-mtBox__pt {
    width: calc(100% - 49vw - 1vw);
    border-radius: 1.5384615385vw;
  }
  .p-mtBox__pt--hd {
    padding: 0.9230769231vw 0;
    font-size: 1.8461538462vw;
  }
  .p-mtBox__pt--txt {
    padding: 1.8461538462vw 1.8461538462vw 0;
    font-size: 1.1538461538vw;
  }
  .p-mtPt {
    margin-top: 10.7692307692vw;
    margin-bottom: 7.6923076923vw;
  }
  .p-mtPt__top--ttl {
    font-size: 2.9230769231vw;
  }
  .p-mtPt__lists {
    margin-top: 3.8461538462vw;
  }
  .p-mtPt__llist {
    gap: 4.7692307692vw;
    margin-top: 3.0769230769vw;
    padding: 5.3846153846vw 4.6153846154vw 4.2307692308vw 5.3846153846vw;
    border-radius: 1.5384615385vw;
  }
  .p-mtPt__llist::after {
    top: 5.3846153846vw;
    width: 0.4615384615vw;
    height: 2.6153846154vw;
    border-radius: 0 0.7692307692vw 0.7692307692vw 0;
  }
  .p-mtPt__cont {
    width: calc(100% - 4.7692307692vw - 34vw);
  }
  .p-mtPt__sub {
    height: 1.8461538462vw;
    padding: 0 0.3846153846vw;
    font-size: 1.2307692308vw;
  }
  .p-mtPt__sub span {
    padding-left: 0.6153846154vw;
  }
  .p-mtPt__ttl {
    margin-top: 1.2307692308vw;
    padding-bottom: 1.5384615385vw;
    font-size: 2.3076923077vw;
  }
  .p-mtPt__txt {
    margin-top: 1.5384615385vw;
    font-size: 1.2307692308vw;
  }
  .p-mtPt__img {
    width: 34vw;
    height: 20vw;
    border-radius: 0.7692307692vw;
    -webkit-box-shadow: 0 1.5384615385vw 1.5384615385vw 0 rgba(111, 151, 249, 0.1);
            box-shadow: 0 1.5384615385vw 1.5384615385vw 0 rgba(111, 151, 249, 0.1);
  }
}
@media (max-width: 768px) {
  .p-mtIt {
    margin-top: 16vw;
  }
  .p-mtIt__ttl {
    font-size: 6.9333333333vw;
    line-height: 1.3;
  }
  .p-mtIt__icon {
    width: 16vw;
    height: 20.5333333333vw;
  }
  .p-mtIt__ms {
    width: 100%;
    height: 22.1333333333vw;
    margin: 5.3333333333vw auto 0;
    border-radius: 10.6666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.2;
    text-align: center;
  }
  .p-mtIt__img {
    margin: 8vw auto 0;
    margin-left: -6.6666666667vw;
    width: calc(100% + 13.3333333333vw);
    height: auto;
  }
  .p-mtIt__txt {
    margin-top: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .p-mtIt__links {
    gap: 2.6666666667vw;
    margin-top: 8vw;
  }
  .p-mtIt__link {
    width: 100%;
    height: 13.3333333333vw;
    padding: 4vw 2.6666666667vw;
    border-radius: 1.6vw;
    font-size: 3.7333333333vw;
  }
  .p-mtIt__link .icon {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .p-mtSec {
    margin-top: 10.6666666667vw;
  }
  .p-mtSec__hd {
    height: 40.8vw;
  }
  .p-mtSec__hd--txts {
    padding-top: 6.1333333333vw;
  }
  .p-mtSec__hd--txts .txt {
    font-size: 4.2666666667vw;
  }
  .p-mtSec__hd--txts .ttl {
    font-size: 6.4vw;
  }
  .p-mtAb {
    margin-top: 5.3333333333vw;
  }
  .p-mtAb__top--sub {
    width: 27.7333333333vw;
    height: 9.6vw;
    border-radius: 1.6vw;
    font-size: 4.2666666667vw;
  }
  .p-mtAb__top--ttl {
    margin-top: 2.1333333333vw;
    font-size: 6.9333333333vw;
    line-height: 1.3;
  }
  .p-mtMain {
    margin-top: 8vw;
    padding-top: 0;
  }
  .p-mtScrolls {
    position: absolute;
    top: 0;
    margin-top: 0;
  }
  .p-mtScroll {
    width: 100%;
    height: 317.8666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
  .p-mtBox__bg {
    position: relative;
    top: unset;
    left: unset;
    width: 100vw;
    height: auto;
    margin-left: -6.6666666667vw;
    padding: 0;
    border-radius: 0;
    background: unset;
  }
  .p-mtLinks {
    display: none;
  }
  .p-mtLinks__sp {
    position: absolute;
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.8666666667vw;
    top: 5.3333333333vw;
    left: 6.6666666667vw;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-mtLinks__sp.scroll {
    top: 21.3333333333vw;
  }
  .p-mtLink {
    width: calc((100% - 5.6vw) / 4);
    width: 20.2666666667vw;
    height: 16vw;
    border-radius: 3.7333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.25;
  }
  .p-mtBoxs {
    padding-top: 8vw;
  }
  .p-mtBox {
    position: relative;
    top: unset;
    left: unset;
    opacity: 1;
    margin-top: 6.1333333333vw;
    padding: 21.3333333333vw 6.6666666667vw 10.6666666667vw;
    border-radius: 5.3333333333vw;
    background: #d9e3f8;
  }
  .p-mtBox:nth-child(2) {
    margin-top: -24vw;
    padding-top: 32vw;
  }
  .p-mtBox__img {
    width: 100%;
    margin: 0 auto 5.3333333333vw;
  }
  .p-mtBox__flex {
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .p-mtBox__white {
    width: 100%;
    padding: 6.6666666667vw;
    border-radius: 5.3333333333vw;
    background: #fff;
  }
  .p-mtBox__white li {
    gap: 2.6666666667vw;
    margin-top: 3.7333333333vw;
    padding-bottom: 3.7333333333vw;
    border-bottom: 1px solid #eceef0;
  }
  .p-mtBox__white li:last-of-type {
    border: none;
  }
  .p-mtBox__white .icon {
    width: 6.4vw;
    height: 6.4vw;
  }
  .p-mtBox__list {
    width: calc(100% - 9.0666666667vw);
  }
  .p-mtBox__list .ttl {
    font-size: 3.7333333333vw;
  }
  .p-mtBox__list .txt {
    margin-top: 1.0666666667vw;
    font-size: 3.2vw;
  }
  .p-mtBox__pt {
    width: 100%;
    border-radius: 5.3333333333vw;
  }
  .p-mtBox__pt--hd {
    padding: 2.6666666667vw 0;
    font-size: 5.3333333333vw;
  }
  .p-mtBox__pt--txt {
    padding: 6.4vw;
    font-size: 3.2vw;
    line-height: 1.66;
  }
  .p-mtPt {
    margin-top: 16vw;
    margin-bottom: 26.6666666667vw;
  }
  .p-mtPt__top--ttl {
    font-size: 6.9333333333vw;
  }
  .p-mtPt__lists {
    margin-top: 8vw;
  }
  .p-mtPt__llist {
    gap: 4.2666666667vw;
    margin-top: 5.3333333333vw;
    padding: 9.6vw 6.6666666667vw;
    border-radius: 5.3333333333vw;
  }
  .p-mtPt__llist::after {
    top: 11.4666666667vw;
    width: 0.8vw;
    height: 5.3333333333vw;
    border-radius: 0 2.6666666667vw 2.6666666667vw 0;
  }
  .p-mtPt__cont {
    width: 100%;
  }
  .p-mtPt__sub {
    height: 7.4666666667vw;
    margin: 0 auto;
    padding: 0 1.3333333333vw;
    font-size: 3.7333333333vw;
    white-space: nowrap;
  }
  .p-mtPt__sub span {
    padding-left: 2.1333333333vw;
  }
  .p-mtPt__ttl {
    margin-top: 2.6666666667vw;
    padding-bottom: 4.2666666667vw;
    font-size: 5.3333333333vw;
    text-align: center;
  }
  .p-mtPt__txt {
    margin-top: 4.2666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.69;
  }
  .p-mtPt__img {
    width: 100%;
    height: auto;
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 0 5.3333333333vw 5.3333333333vw 0 rgba(111, 151, 249, 0.1);
            box-shadow: 0 5.3333333333vw 5.3333333333vw 0 rgba(111, 151, 249, 0.1);
  }
}/*# sourceMappingURL=p-merit.css.map */