.p-mainVisual {
  background-image: url(../images/bg_mainvisual_202506.png);
}

@media screen and (max-width: 767px) {
  .p-mainVisual {
    background-image: url(../images/bg_mainvisual_202506_sp.png);
    height: calc(524 / 375 * 100vw);
  }
}

.p-mainVisual__inner {
  padding-top: 153px;
}

@media screen and (max-width: 1339px) {
  .p-mainVisual__inner {
    padding-top: calc(153 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisual__inner {
    margin-left: calc(-7 / 375 * 100vw);
    margin-right: calc(-7 / 375 * 100vw);
    padding-top: calc(15 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisual__textBox__featureList__text {
    font-size: calc(18 / 375 * 100vw);
  }
}

.p-mainVisual__textBox__badgeList {
  background-image: url(../images/badge_mainvisual.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 662px;
  height: 103px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  margin-top: 40px;
}
@media screen and (max-width: 1339px) {
  .p-mainVisual__textBox__badgeList {
    width: calc(662 / 1440 * 100vw);
    height: calc(103 / 1440 * 100vw);
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__textBox__badgeList {
    background-image: url(../images/badge_mainvisual_sp.svg);
    width: calc(349 / 375 * 100vw);
    height: calc(81 / 375 * 100vw);
    margin-top: calc(217 / 375 * 100vw);
  }
}

.p-mainVisual__textBox__text {
  background-image: url(../images/text_mainvisual_202506.png);
  width: 415px;
  height: 173px;
  right: 35px;
  bottom: 125px;
}
@media screen and (max-width: 1339px) {
  .p-mainVisual__textBox__text {
    width: calc(415 / 1440 * 100vw);
    height: calc(173 / 1440 * 100vw);
    right: calc(35 / 1440 * 100vw);
    bottom: calc(125 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__textBox__text {
    width: calc(317 / 375 * 100vw);
    height: calc(124 / 375 * 100vw);
    bottom: calc(85 / 375 * 100vw);
    right: auto;
    left: calc(-20 / 375 * 100vw);
  }
}

.p-formBottom__inner {
  padding-bottom: 100px;
}

@media screen and (max-width: 1084px) {
  .p-formBottom__inner {
    padding-bottom: calc(100 / 1085 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-formBottom__inner {
    padding-bottom: calc(80 / 375 * 100vw);
  }
}

.p-footer__inner {
  position: relative;
}

.p-footer__notice {
  position: absolute;
  top: -60px;
  left: 30px;
  font-size: 10px;
  line-height: 15px;
  color: #2a323b;
}

@media screen and (max-width: 1339px) {
  .p-footer__notice {
    top: calc(-60 / 1440 * 100vw);
    left: calc(30 / 1440 * 100vw);
    font-size: calc(10 / 1440 * 100vw);
    line-height: calc(15 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__notice {
    top: calc(-60 / 375 * 100vw);
    left: calc(20 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(15 / 375 * 100vw);
  }
}
