@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

picture {
  display: contents;
}

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  overflow-x: hidden;
}

body {
  font-family: "Helvetica Neue", Arial, "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #414141;
  line-height: 1.6;
}

.l-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1139px) {
  .u-pc-only {
    display: none;
  }
}

@media (min-width: 1140px) {
  .u-sp-only {
    display: none;
  }
}

body.page-lp-contact .l-lp-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #D45605;
  height: 80px;
}
@media (max-width: 1139px) {
  body.page-lp-contact .l-lp-header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body.page-lp-contact .l-lp-header__inner {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-lp-contact .p-header-bar {
  display: none;
}
@media (min-width: 1140px) {
  body.page-lp-contact .p-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1100px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 30px;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 33px);
    transform: translateX(-50%);
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }
}
body.page-lp-contact .p-header-bar__logo {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #EF5E01;
  padding-left: 30px;
}
body.page-lp-contact .p-header-bar__nav {
  display: flex;
  gap: 20px;
}
body.page-lp-contact .p-header-bar__link {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #EF5E01;
  text-decoration: none;
  transition: opacity 0.2s;
}
body.page-lp-contact .p-header-bar__link:hover {
  opacity: 0.7;
}
body.page-lp-contact .p-header-bar__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 100%;
  background-color: #FD6D0F;
  color: #ffffff;
  font-family: "Meiryo", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.2s;
}
body.page-lp-contact .p-header-bar__btn:hover {
  background-color: rgb(253.2107438017, 124.3842975207, 40.2892561983);
}
body.page-lp-contact .p-header-sp {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 1140px) {
  body.page-lp-contact .p-header-sp {
    display: none;
  }
}
body.page-lp-contact .p-header-sp__logo {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
body.page-lp-contact .l-lp-contact {
  position: relative;
  padding-top: 198px;
  padding-bottom: 150px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 1139px) {
  body.page-lp-contact .l-lp-contact {
    padding-top: 119px;
    padding-bottom: 100px;
  }
}
body.page-lp-contact .l-lp-contact__inner {
  position: relative;
  z-index: 10;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  body.page-lp-contact .l-lp-contact__inner {
    padding: 0;
  }
}
body.page-lp-contact .p-lp-contact-bg {
  position: absolute;
  top: 887px;
  left: 50%;
  transform: translateX(-50%);
  width: 1945px;
  height: 830px;
  background: url("../img/lp/lp_contactbg-pc.png") no-repeat center top/contain;
  z-index: 1;
  pointer-events: none;
}
body.page-lp-contact .p-lp-contact-bg-sp {
  position: absolute;
  top: calc(100% + 373px);
  left: 50%;
  transform: translateX(-50%);
  width: 782px;
  height: 334px;
  background: url("../img/lp/lp_contactbg-sp.png") no-repeat center top/contain;
  z-index: 1;
  pointer-events: none;
}
body.page-lp-contact .p-lp-contact-mascot {
  position: absolute;
  top: 1058px;
  left: calc(50% + 207px);
  width: 340px;
  height: 347px;
  z-index: 50;
  pointer-events: none;
}
body.page-lp-contact .p-lp-contact-mascot-sp {
  position: absolute;
  bottom: 120px;
  left: calc(50% + 29px);
  width: 222px;
  height: 227px;
  z-index: 50;
  pointer-events: none;
}
body.page-lp-contact .p-lp-contact-head {
  text-align: center;
}
body.page-lp-contact .p-lp-contact-head__title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 84px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1139px) {
  body.page-lp-contact .p-lp-contact-head__title-wrap {
    gap: 0;
  }
}
body.page-lp-contact .p-lp-contact-head__line-orange {
  flex: 1;
  height: 1px;
  background-color: #DD6601;
}
body.page-lp-contact .p-lp-contact-head__title {
  font-family: "Avenir", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  font-size: 60px;
  color: #414141;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  body.page-lp-contact .p-lp-contact-head__title {
    font-size: 50px;
  }
}
body.page-lp-contact .p-lp-contact-head__sub {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #414141;
  margin-top: 22px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  body.page-lp-contact .p-lp-contact-head__sub {
    margin-top: 14px;
    font-weight: 500;
    font-size: 16px;
  }
}
body.page-lp-contact .p-lp-contact-head__line-blue {
  width: 33px;
  height: 2px;
  background-color: rgba(0, 186, 186, 0.75);
  margin: 20px auto 0;
}
body.page-lp-contact .p-lp-contact-head__desc {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  color: #414141;
  margin-top: 40px;
  margin-bottom: 79px;
}
@media (max-width: 768px) {
  body.page-lp-contact .p-lp-contact-head__desc {
    margin-top: 20px;
    margin-bottom: 55px;
    padding: 0 30px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
  }
}
body.page-lp-contact .p-lp-contact-form {
  position: relative;
  z-index: 10;
  background-color: transparent;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
body.page-lp-contact .p-lp-contact-form__error {
  background-color: #fef2f2;
  border: 1px solid #f87171;
  color: #dc2626;
  padding: 12px 20px;
  border-radius: 6px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  margin-bottom: 24px;
  text-align: center;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}
body.page-lp-contact .p-lp-contact-form__group {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  body.page-lp-contact .p-lp-contact-form__group {
    margin-bottom: 20px;
    padding: 0 30px;
  }
}
body.page-lp-contact .p-lp-contact-form__group--email {
  position: relative;
}
body.page-lp-contact .p-lp-contact-form__group--last {
  margin-bottom: 0;
}
body.page-lp-contact .p-lp-contact-form__label {
  display: flex;
  align-items: center;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #414141;
  margin-bottom: 10px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  body.page-lp-contact .p-lp-contact-form__label {
    margin-bottom: 11px;
    padding-left: 0;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.page-lp-contact .p-lp-contact-form__required {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #DD6600;
  margin-left: 6px;
}
body.page-lp-contact .p-lp-contact-form__optional {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #888888;
  margin-left: 6px;
}
body.page-lp-contact .p-lp-contact-form__input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #414141;
  background-color: #ffffff;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.2s;
}
@media (max-width: 768px) {
  body.page-lp-contact .p-lp-contact-form__input {
    max-width: 330px;
    display: block;
    margin: 0 auto;
  }
}
body.page-lp-contact .p-lp-contact-form__input::-moz-placeholder {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #A8A8A8;
}
body.page-lp-contact .p-lp-contact-form__input::placeholder {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #A8A8A8;
}
body.page-lp-contact .p-lp-contact-form__input:focus {
  border-color: #FD6D0F;
}
body.page-lp-contact .p-lp-contact-form__textarea {
  width: 100%;
  height: 200px;
  padding: 15px 20px;
  font-size: 14px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #414141;
  background-color: #ffffff;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  outline: none;
  resize: none;
  transition: border-color 0.2s;
}
@media (max-width: 768px) {
  body.page-lp-contact .p-lp-contact-form__textarea {
    max-width: 330px;
    height: 400px;
    display: block;
    margin: 0 auto;
  }
}
body.page-lp-contact .p-lp-contact-form__textarea::-moz-placeholder {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #A8A8A8;
}
body.page-lp-contact .p-lp-contact-form__textarea::placeholder {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #A8A8A8;
}
body.page-lp-contact .p-lp-contact-form__textarea:focus {
  border-color: #FD6D0F;
}
body.page-lp-contact .p-lp-contact-form__submit-wrap {
  position: relative;
  z-index: 100;
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 768px) {
  body.page-lp-contact .p-lp-contact-form__submit-wrap {
    margin-top: 60px;
    padding: 0 30px;
  }
}
body.page-lp-contact .p-lp-contact-form__submit-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  transition: transform 0.2s, opacity 0.2s;
}
body.page-lp-contact .p-lp-contact-form__submit-btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
body.page-lp-contact .p-lp-contact-form__submit-btn:active {
  transform: translateY(0);
}
body.page-lp-contact .p-lp-contact-form__submit-img {
  display: block;
  width: 460px;
  height: 62px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.page-lp-contact .p-lp-contact-form__submit-img {
    width: 330px;
    height: 62px;
  }
}
body.page-lp-contact .p-lp-thanks {
  position: relative;
  z-index: 100;
  background-color: #ffffff;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 20px;
}
body.page-lp-contact .p-lp-thanks__title {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #EF5E01;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body.page-lp-contact .p-lp-thanks__title {
    font-size: 22px;
  }
}
body.page-lp-contact .p-lp-thanks__text {
  font-size: 16px;
  line-height: 1.8;
  color: #414141;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body.page-lp-contact .p-lp-thanks__text {
    font-size: 14px;
  }
}
body.page-lp-contact .p-lp-thanks__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  background-color: #414141;
  color: #ffffff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  transition: opacity 0.2s;
}
body.page-lp-contact .p-lp-thanks__btn:hover {
  opacity: 0.8;
}
body.page-lp-contact .l-lp-footer {
  width: 100%;
  height: 79px;
  background-color: #D45605;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  body.page-lp-contact .l-lp-footer {
    height: 80px;
  }
}
body.page-lp-contact .l-lp-footer__inner {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-lp-contact .l-lp-footer__copyright {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 768px) {
  body.page-lp-contact .l-lp-footer__copyright {
    font-size: 13px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

picture {
  display: contents;
}

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  overflow-x: hidden;
}

body {
  font-family: "Helvetica Neue", Arial, "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #414141;
  line-height: 1.6;
}

.l-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1139px) {
  .u-pc-only {
    display: none !important;
  }
}

@media (min-width: 1140px) {
  .u-sp-only {
    display: none !important;
  }
}

body.page-lp-contact .l-lp-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #D45605;
  height: 80px;
}
@media (max-width: 1139px) {
  body.page-lp-contact .l-lp-header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body.page-lp-contact .l-lp-header__inner {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-lp-contact .p-header-bar {
  display: none;
}
@media (min-width: 1140px) {
  body.page-lp-contact .p-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1100px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 30px;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 33px);
    transform: translateX(-50%);
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }
}
body.page-lp-contact .p-header-bar__logo {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #EF5E01;
  padding-left: 30px;
}
body.page-lp-contact .p-header-bar__nav {
  display: flex;
  gap: 20px;
}
body.page-lp-contact .p-header-bar__link {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #EF5E01;
  text-decoration: none;
  transition: opacity 0.2s;
}
body.page-lp-contact .p-header-bar__link:hover {
  opacity: 0.7;
}
body.page-lp-contact .p-header-bar__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 100%;
  background-color: #FD6D0F;
  color: #ffffff;
  font-family: "Meiryo", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.2s;
}
body.page-lp-contact .p-header-bar__btn:hover {
  background-color: rgb(253.2107438017, 124.3842975207, 40.2892561983);
}
body.page-lp-contact .p-header-sp {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 1140px) {
  body.page-lp-contact .p-header-sp {
    display: none;
  }
}
body.page-lp-contact .p-header-sp__logo {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
body.page-lp-contact .l-lp-contact {
  position: relative;
  padding-top: 198px;
  padding-bottom: 0;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 1139px) {
  body.page-lp-contact .l-lp-contact {
    padding-top: 119px;
    padding-bottom: 0 !important;
  }
}
body.page-lp-contact .l-lp-contact__inner {
  position: relative;
  z-index: 10;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1139px) {
  body.page-lp-contact .l-lp-contact__inner {
    padding: 0;
  }
}
body.page-lp-contact .p-lp-thanks-bg {
  position: absolute;
  top: 341px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-width: 100%;
  height: 739px;
  background: url("../img/lp/lp_contactbg-pc.png") no-repeat center top/cover;
  z-index: 1;
  pointer-events: none;
}
body.page-lp-contact .p-lp-thanks-mascot-pc {
  position: absolute;
  top: 810px;
  left: calc(50% - 250px);
  width: 467px;
  height: 271px;
  z-index: 50;
  pointer-events: none;
}
body.page-lp-contact .p-lp-contact-head {
  text-align: center;
}
body.page-lp-contact .p-lp-contact-head__title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 84px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1139px) {
  body.page-lp-contact .p-lp-contact-head__title-wrap {
    gap: 0;
  }
}
body.page-lp-contact .p-lp-contact-head__line-orange {
  flex: 1;
  height: 1px;
  background-color: #DD6601;
}
body.page-lp-contact .p-lp-contact-head__title {
  font-family: "Avenir", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  font-size: 60px;
  color: #414141;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (max-width: 1139px) {
  body.page-lp-contact .p-lp-contact-head__title {
    font-size: 50px;
  }
}
body.page-lp-contact .p-lp-contact-head__sub {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #414141;
  margin-top: 22px;
  line-height: 1.4;
}
@media (max-width: 1139px) {
  body.page-lp-contact .p-lp-contact-head__sub {
    margin-top: 14px;
    font-weight: 500;
    font-size: 16px;
  }
}
body.page-lp-contact .p-lp-contact-head__line-blue {
  width: 33px;
  height: 2px;
  background-color: rgba(0, 186, 186, 0.75);
  margin: 20px auto 0;
}
body.page-lp-contact .p-lp-thanks-content {
  position: relative;
  z-index: 100;
  margin-top: 50px;
  margin-bottom: 212px;
  text-align: center;
  width: 100%;
}
@media (max-width: 1139px) {
  body.page-lp-contact .p-lp-thanks-content {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
body.page-lp-contact .p-lp-thanks-content__title {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #DD6600;
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 1139px) {
  body.page-lp-contact .p-lp-thanks-content__title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
body.page-lp-contact .p-lp-thanks-content__text {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #414141;
  line-height: 30px;
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 1139px) {
  body.page-lp-contact .p-lp-thanks-content__text {
    padding: 0 5vw;
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 50px;
  }
}
body.page-lp-contact .p-lp-thanks-content__btn-wrap {
  position: relative;
  z-index: 10;
  text-align: center;
}
@media (max-width: 1139px) {
  body.page-lp-contact .p-lp-thanks-content__btn-wrap {
    width: 100%;
    margin-bottom: 33.0769230769vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0;
    line-height: 0;
  }
}
body.page-lp-contact .p-lp-thanks-content__btn-link {
  display: inline-block;
  position: relative;
  z-index: 10;
  transition: transform 0.2s, opacity 0.2s;
}
body.page-lp-contact .p-lp-thanks-content__btn-link:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
body.page-lp-contact .p-lp-thanks-content__btn-link:active {
  transform: translateY(0);
}
@media (max-width: 1139px) {
  body.page-lp-contact .p-lp-thanks-content__btn-link {
    display: block;
    width: 84.6153846154vw;
  }
}
body.page-lp-contact .p-lp-thanks-content__btn-img {
  display: block;
  width: 460px;
  height: 62px;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 1139px) {
  body.page-lp-contact .p-lp-thanks-content__btn-img {
    width: 100%;
    height: auto;
  }
}
body.page-lp-contact .p-lp-thanks-bg-sp {
  position: absolute;
  top: -26.4102564103vw;
  left: -50.2564102564vw;
  width: 200.5128205128vw;
  height: 85.641025641vw;
  background: url("../img/lp/lp_contactbg-sp.png") no-repeat center top/contain;
  z-index: 1;
  pointer-events: none;
}
body.page-lp-contact .p-lp-thanks-mascot-sp {
  position: absolute;
  top: calc(100% + 4.1025641026vw);
  left: 23.8461538462vw;
  width: 50.5128205128vw;
  height: 50.5128205128vw;
  z-index: 5;
  pointer-events: none;
}
body.page-lp-contact .l-lp-footer {
  width: 100%;
  height: 79px;
  background-color: #D45605;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1139px) {
  body.page-lp-contact .l-lp-footer {
    height: 80px;
  }
}
body.page-lp-contact .l-lp-footer__inner {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-lp-contact .l-lp-footer__copyright {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1139px) {
  body.page-lp-contact .l-lp-footer__copyright {
    font-size: 13px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

picture {
  display: contents;
}

body {
  padding-top: 0;
  font-family: "Helvetica Neue", Arial, "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #1e293b;
  line-height: 1.6;
  overflow-x: hidden;
}

.l-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1139px) {
  .u-pc-only {
    display: none !important;
  }
}

@media (min-width: 1140px) {
  .u-sp-only {
    display: none !important;
  }
}

.l-header {
  width: 100%;
  height: 80px;
  background-color: #D45605;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (max-width: 1139px) {
  .l-header {
    display: none !important;
  }
}
.l-header__inner {
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.p-header-bar {
  display: none;
}
@media (min-width: 1140px) {
  .p-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1100px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 30px;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 33px);
    transform: translateX(-50%);
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }
}
.p-header-bar__logo {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #EF5E01;
  padding-left: 30px;
}
.p-header-bar__nav {
  display: flex;
  gap: 20px;
}
.p-header-bar__link {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #EF5E01;
  text-decoration: none;
  transition: opacity 0.2s;
}
.p-header-bar__link:hover {
  opacity: 0.7;
}
.p-header-bar__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 100%;
  background-color: #FD6D0F;
  color: #ffffff;
  font-family: "Meiryo", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.2s;
}
.p-header-bar__btn:hover {
  background-color: rgb(253.2107438017, 124.3842975207, 40.2892561983);
}

.p-header-sp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 20px;
}
@media (min-width: 1140px) {
  .p-header-sp {
    display: none;
  }
}
.p-header-sp__logo {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}
.p-header-sp__actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-header-sp__btn {
  background-color: #FD6D0F;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  padding: 6px 16px;
  border-radius: 20px;
}
.p-header-sp__toggle {
  background: none;
  border: none;
  width: 30px;
  height: 24px;
  position: relative;
  cursor: pointer;
}
.p-header-sp__toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s;
}
.p-header-sp__toggle span:nth-child(1) {
  top: 0;
}
.p-header-sp__toggle span:nth-child(2) {
  top: 11px;
}
.p-header-sp__toggle span:nth-child(3) {
  bottom: 0;
}
.p-header-sp__toggle.is-active span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
.p-header-sp__toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.p-header-sp__toggle.is-active span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

.p-sp-menu {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: rgba(212, 86, 5, 0.95);
  backdrop-filter: blur(5px);
  z-index: 999;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.p-sp-menu.is-open {
  transform: translateX(0);
}
.p-sp-menu__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 30px;
}
.p-sp-menu__link {
  color: #ffffff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 20px;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 1139px) {
  .p-sp-menu {
    display: none !important;
  }
}

@media (max-width: 1139px) {
  main {
    padding-top: 0;
  }
}

.p-fv {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1140px) {
  .p-fv {
    overflow: hidden;
    aspect-ratio: 1920/902;
  }
}
.p-fv__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-fv__arc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%201920%20902%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3Cmask%20id%3D%22arc-mask%22%3E%3Crect%20width%3D%221920%22%20height%3D%22902%22%20fill%3D%22white%22%20/%3E%3Cellipse%20cx%3D%22988.5%22%20cy%3D%22171.75%22%20rx%3D%221485.5%22%20ry%3D%22696.25%22%20fill%3D%22black%22%20/%3E%3C/mask%3E%3Cmask%20id%3D%22bg-mask%22%3E%3Crect%20width%3D%221920%22%20height%3D%22902%22%20fill%3D%22white%22%20/%3E%3Cellipse%20cx%3D%22988.5%22%20cy%3D%22111%22%20rx%3D%221485.5%22%20ry%3D%22791%22%20fill%3D%22black%22%20/%3E%3C/mask%3E%3C/defs%3E%3Crect%20width%3D%221920%22%20height%3D%22902%22%20fill%3D%22%23D45605%22%20mask%3D%22url%28%23bg-mask%29%22%20/%3E%3Cellipse%20cx%3D%22988.5%22%20cy%3D%22111%22%20rx%3D%221485.5%22%20ry%3D%22791%22%20fill%3D%22%2367CAE0%22%20mask%3D%22url%28%23arc-mask%29%22%20/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 2;
  pointer-events: none;
}
.p-fv__arc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/lp/lp-background-pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.22;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%201920%20902%22%20width%3D%22100%25%22%3E%3Cdefs%3E%3Cmask%20id%3D%22bg-mask%22%3E%3Crect%20width%3D%221920%22%20height%3D%22902%22%20fill%3D%22white%22%20/%3E%3Cellipse%20cx%3D%22988.5%22%20cy%3D%22111%22%20rx%3D%221485.5%22%20ry%3D%22791%22%20fill%3D%22black%22%20/%3E%3C/mask%3E%3C/defs%3E%3Crect%20width%3D%221920%22%20height%3D%22902%22%20fill%3D%22black%22%20mask%3D%22url%28%23bg-mask%29%22%20/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%201920%20902%22%20width%3D%22100%25%22%3E%3Cdefs%3E%3Cmask%20id%3D%22bg-mask%22%3E%3Crect%20width%3D%221920%22%20height%3D%22902%22%20fill%3D%22white%22%20/%3E%3Cellipse%20cx%3D%22988.5%22%20cy%3D%22111%22%20rx%3D%221485.5%22%20ry%3D%22791%22%20fill%3D%22black%22%20/%3E%3C/mask%3E%3C/defs%3E%3Crect%20width%3D%221920%22%20height%3D%22902%22%20fill%3D%22black%22%20mask%3D%22url%28%23bg-mask%29%22%20/%3E%3C/svg%3E");
  -webkit-mask-size: cover;
  mask-size: cover;
  z-index: 1;
}
.p-fv__bg {
  position: absolute;
  top: 8.426%;
  left: 0;
  width: 100%;
  height: 90.798%;
  z-index: 1;
}
.p-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fv__mascot {
  position: absolute;
  top: 15.299%;
  left: 25.521%;
  width: 10.833%;
  z-index: 20;
}
.p-fv__mascot img {
  width: 100%;
  height: auto;
}
.p-fv__banner {
  position: absolute;
  top: 17.96%;
  left: 32.031%;
  width: 38.854%;
  z-index: 10;
}
.p-fv__banner img {
  width: 100%;
  height: auto;
}
.p-fv__colorful {
  position: absolute;
  top: 20.51%;
  left: 36.354%;
  width: 29.896%;
  z-index: 11;
}
.p-fv__colorful img {
  width: 100%;
  height: auto;
}
.p-fv__brack {
  position: absolute;
  top: 29.157%;
  left: 27.708%;
  width: 43.958%;
  z-index: 30;
}
.p-fv__brack img {
  width: 100%;
  height: auto;
}
.p-fv__banner1 {
  position: absolute;
  top: 47.228%;
  left: 26.51%;
  width: 21.354%;
  aspect-ratio: 410/34;
  background-color: #EF5E01;
  border-radius: 9999px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.833vw;
  white-space: nowrap;
}
.p-fv__banner1 span {
  color: #c5fdff;
}
@media (min-width: 1920px) {
  .p-fv__banner1 {
    font-size: 21px;
  }
}
.p-fv__banner2 {
  position: absolute;
  top: 51.885%;
  left: 26.51%;
  width: 27.292%;
  aspect-ratio: 524/34;
  z-index: 20;
}
.p-fv__banner2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.p-fv__banner2-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.833vw;
  white-space: nowrap;
  z-index: 2;
}
.p-fv__banner2-text span {
  color: #f5ff5e;
}
@media (min-width: 1920px) {
  .p-fv__banner2-text {
    font-size: 21px;
  }
}
.p-fv__pc {
  position: absolute;
  top: 44.124%;
  left: 47.448%;
  width: 27.813%;
  z-index: 15;
}
.p-fv__pc img {
  width: 100%;
  height: auto;
}
.p-fv__mascot2 {
  position: absolute;
  top: 55.322%;
  left: 66.25%;
  width: 12.396%;
  z-index: 25;
}
.p-fv__mascot2 img {
  width: 100%;
  height: auto;
}
.p-fv__text {
  position: absolute;
  top: 57.65%;
  left: 26.771%;
  width: 35%;
  height: 8.869%;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.9375vw;
  line-height: 1.48;
  color: #EF5E01;
  z-index: 20;
}
@media (min-width: 1920px) {
  .p-fv__text {
    font-size: 18px;
  }
}
.p-fv__sub-card {
  position: absolute;
  top: 68.293%;
  width: 11.719%;
  aspect-ratio: 225/206;
  z-index: 20;
}
.p-fv__sub-card--1 {
  left: 25.052%;
}
.p-fv__sub-card--2 {
  left: 34.271%;
}
.p-fv__sub-card--3 {
  left: 43.854%;
}
.p-fv__sub-card img {
  position: absolute;
}
.p-fv__sub-card-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-fv__sub-card-stars {
  top: 10.194%;
  left: 50%;
  transform: translateX(-50%);
  width: 26.667%;
  z-index: 2;
}
.p-fv__sub-card-content {
  z-index: 3;
  height: auto;
}
.p-fv__sub-card--1 .p-fv__sub-card-content {
  left: 16.889%;
  top: 24.757%;
  width: 62.667%;
}
.p-fv__sub-card--2 .p-fv__sub-card-content {
  left: 21.333%;
  top: 27.184%;
  width: 58.222%;
}
.p-fv__sub-card--3 .p-fv__sub-card-content {
  left: 18.222%;
  top: 29.126%;
  width: 64%;
}

.p-fv-sp {
  position: relative;
  width: 100%;
  aspect-ratio: 390/950;
  overflow: hidden;
  background-color: #ffffff;
}
.p-fv-sp div,
.p-fv-sp p {
  position: absolute;
}
.p-fv-sp img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-fv-sp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/lp/lp_background-sp.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 100% auto;
  opacity: 0.22;
  z-index: 1;
  pointer-events: none;
}
.p-fv-sp__grad {
  top: 0;
  left: 0;
  width: 100%;
  height: 30.7692307692vw;
  z-index: 1;
}
.p-fv-sp__grad img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fv-sp__colorful {
  top: 11.0256410256vw;
  left: 50%;
  transform: translateX(-50%);
  width: 88.4615384615vw;
  height: 32.5641025641vw;
  z-index: 10;
}
.p-fv-sp__mascot1 {
  top: 23.5897435897vw;
  left: 6.6666666667vw;
  width: 30.2564102564vw;
  height: 24.6153846154vw;
  z-index: 20;
}
.p-fv-sp__brack {
  top: 51.2820512821vw;
  left: 50%;
  transform: translateX(-50%);
  width: 76.6666666667vw;
  height: 31.0256410256vw;
  z-index: 10;
}
.p-fv-sp__banner {
  top: 85.8974358974vw;
  left: 50%;
  transform: translateX(-50%);
  width: 86.1538461538vw;
  height: 16.6666666667vw;
  z-index: 10;
}
.p-fv-sp__text {
  top: 108.2051282051vw;
  left: 50%;
  transform: translateX(-50%);
  width: 69.7435897436vw;
  height: 23.5897435897vw;
  color: #EF5E01;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.3333333333vw;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
  z-index: 10;
}
.p-fv-sp__bg {
  top: 99.2307692308vw;
  left: -37.6923076923vw;
  width: 200.5128205128vw;
  height: 85.641025641vw;
  z-index: 1;
}
.p-fv-sp__bg img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fv-sp__pc {
  top: 133.8461538462vw;
  left: 50%;
  transform: translateX(-50%);
  width: 88.4615384615vw;
  height: 60.7692307692vw;
  z-index: 5;
}
.p-fv-sp__sub {
  top: 169.4871794872vw;
  left: 50%;
  transform: translateX(-50%);
  width: 93.8461538462vw;
  height: 36.6666666667vw;
  z-index: 15;
}
.p-fv-sp__arc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 390 950' width='100%25' height='100%25'%3E%3Cpath d='M 0 796 Q 195 916 390 796 L 390 950 L 0 950 Z' fill='%23D45605'/%3E%3Cpath d='M 0 771 Q 195 881 390 771 L 390 796 Q 195 916 0 796 Z' fill='%2367CAE0'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 2;
  pointer-events: none;
}

/* ==========================================================================
   2. お悩み (Trouble)
   ========================================================================== */
.p-trouble {
  position: relative;
  padding: 80px 0;
  text-align: center;
  z-index: 10;
  height: 69.531vw;
}
.p-trouble br {
  display: none;
}
.p-trouble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D45605;
  z-index: -2;
  pointer-events: none;
}
.p-trouble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/lp/lp_background-pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.22;
  z-index: -1;
  pointer-events: none;
}
.p-trouble {
  /* ----------------------------------------------------------------------
  PC版 スタイル（完全保護）
  ---------------------------------------------------------------------- */
}
.p-trouble__mascot {
  position: absolute;
  top: 5.781vw;
  left: 46.719vw;
  width: 5.885vw;
  height: 6.562vw;
  z-index: 10;
}
.p-trouble__mascot img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-trouble__title {
  position: absolute;
  top: 13.047vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 1.3;
  color: #FFFFFF;
  white-space: nowrap;
  z-index: 10;
}
.p-trouble__title span {
  color: #FFF600;
}
.p-trouble__text {
  position: absolute;
  top: 17.047vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.938vw;
  line-height: 1.6667;
  color: #FFFFFF;
  z-index: 10;
}
.p-trouble__items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-trouble__item {
  position: absolute;
  width: 16.823vw;
  height: 16.823vw;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 0.26vw solid #F37312;
  box-sizing: border-box;
  overflow: visible;
  pointer-events: auto;
  z-index: 10;
}
.p-trouble__item--1 {
  left: 23.958vw;
  top: 22.24vw;
}
.p-trouble__item--2 {
  left: 41.615vw;
  top: 24.219vw;
}
.p-trouble__item--3 {
  left: 59.219vw;
  top: 22.24vw;
}
.p-trouble__item-img {
  position: absolute;
  z-index: 1;
}
.p-trouble__item-img picture,
.p-trouble__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-trouble__item--1 .p-trouble__item-img {
  top: 3.096%;
  left: 50%;
  transform: translateX(-50%);
  width: 80.495%;
  height: 56.656%;
}
.p-trouble__item--2 .p-trouble__item-img {
  top: -6.192%;
  left: 50%;
  transform: translateX(-50%);
  width: 67.492%;
  height: 62.848%;
}
.p-trouble__item--3 .p-trouble__item-img {
  top: 0.619%;
  left: 19.814%;
  width: 64.706%;
  height: 63.467%;
}
.p-trouble__item-inner {
  position: absolute;
  top: 50.155%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  text-align: center;
  z-index: 2;
}
.p-trouble__item-title {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 0.469vw;
  line-height: 1.2;
}
.p-trouble__item-title .u-heading {
  font-size: 1.458vw;
  color: #EF5E01;
  display: inline-block;
}
.p-trouble__item-title .u-conjunction {
  font-size: 0.99vw;
  color: #EF5E01;
  display: inline-block;
}
.p-trouble__item-title .u-additional {
  font-size: 1.25vw;
  color: #EF5E01;
  display: inline-block;
}
.p-trouble__item-text {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.729vw;
  color: #4A4A4A;
  line-height: 1.5714;
  margin: 0;
}
.p-trouble__dots {
  position: absolute;
  top: 43.542vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.573vw;
  width: 0.469vw;
  height: 3.594vw;
  justify-content: space-between;
  z-index: 10;
}
.p-trouble__dots span {
  display: block;
  width: 0.469vw;
  height: 0.469vw;
  background-color: #FFFFFF;
  border-radius: 50%;
}
.p-trouble__resolve {
  position: absolute;
  top: 48.698vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.563vw;
  line-height: 1.3;
  color: #FFFFFF;
  white-space: nowrap;
  z-index: 10;
}
.p-trouble__resolve span {
  font-size: 1.875vw;
  color: #FFF600;
  display: inline-block;
}
.p-trouble__banner-box {
  position: absolute;
  top: 52.813vw;
  left: 50%;
  transform: translateX(-50%);
  width: 46.875vw;
  height: 10.417vw;
  border: 0.156vw solid #67CAE0;
  border-radius: 16px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  z-index: 10;
}
.p-trouble__banner-box .p-trouble__banner-mascot1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 9.896vw;
  height: 100%;
}
.p-trouble__banner-box .p-trouble__banner-mascot1 picture,
.p-trouble__banner-box .p-trouble__banner-mascot1 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-trouble__banner-box .p-trouble__banner-mascot2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 8.958vw;
  height: 100%;
}
.p-trouble__banner-box .p-trouble__banner-mascot2 picture,
.p-trouble__banner-box .p-trouble__banner-mascot2 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-trouble__banner-box .p-trouble__banner-title {
  position: absolute;
  top: 1.563vw;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.198vw;
  color: #EF5E01;
  line-height: 1.2;
}
.p-trouble__banner-box .p-trouble__banner-desc {
  position: absolute;
  top: 3.958vw;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.677vw;
  color: #4A4A4A;
  line-height: 1.2;
}
.p-trouble__banner-box .p-trouble__banner-btn {
  position: absolute;
  top: 5.677vw;
  left: 50%;
  transform: translateX(-50%);
  width: 19.583vw;
  height: 3.75vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.p-trouble__banner-box .p-trouble__banner-btn picture, .p-trouble__banner-box .p-trouble__banner-btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-trouble__banner-box .p-trouble__banner-btn picture img, .p-trouble__banner-box .p-trouble__banner-btn-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.p-trouble__banner-box .p-trouble__banner-btn .p-trouble__banner-text, .p-trouble__banner-box .p-trouble__banner-btn-text {
  position: relative;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.938vw;
  color: #FFFFFF;
  z-index: 2;
}
.p-trouble {
  /* ----------------------------------------------------------------------
  PC大型モニター用（1920px以上）
  ---------------------------------------------------------------------- */
}
@media (min-width: 1920px) {
  .p-trouble {
    height: 1335px;
  }
  .p-trouble__mascot {
    top: 111px;
    left: 897px;
    width: 113px;
    height: 126px;
  }
  .p-trouble__title {
    top: 250.5px;
    font-size: 36px;
  }
  .p-trouble__text {
    top: 327.3px;
    font-size: 18px;
  }
  .p-trouble__item {
    width: 323px;
    height: 323px;
    border-width: 5px;
  }
  .p-trouble__item--1 {
    left: 460px;
    top: 427px;
  }
  .p-trouble__item--2 {
    left: 799px;
    top: 465px;
  }
  .p-trouble__item--3 {
    left: 1137px;
    top: 427px;
  }
  .p-trouble__item-title {
    margin-bottom: 9px;
  }
  .p-trouble__item-title .u-heading {
    font-size: 28px;
  }
  .p-trouble__item-title .u-conjunction {
    font-size: 19px;
  }
  .p-trouble__item-title .u-additional {
    font-size: 24px;
  }
  .p-trouble__item-text {
    font-size: 14px;
  }
  .p-trouble__dots {
    top: 836px;
    gap: 11px;
    width: 9px;
    height: 69px;
  }
  .p-trouble__dots span {
    width: 9px;
    height: 9px;
  }
  .p-trouble__resolve {
    top: 935px;
    font-size: 30px;
  }
  .p-trouble__resolve span {
    font-size: 36px;
  }
  .p-trouble__banner-box {
    top: 1014px;
    width: 900px;
    height: 200px;
    border-width: 3px;
  }
  .p-trouble__banner-box .p-trouble__banner-mascot1 {
    width: 190px;
  }
  .p-trouble__banner-box .p-trouble__banner-mascot2 {
    width: 172px;
  }
  .p-trouble__banner-box .p-trouble__banner-title {
    top: 30px;
    font-size: 23px;
  }
  .p-trouble__banner-box .p-trouble__banner-desc {
    top: 76px;
    font-size: 13px;
  }
  .p-trouble__banner-box .p-trouble__banner-btn {
    top: 109px;
    width: 376px;
    height: 72px;
  }
  .p-trouble__banner-box .p-trouble__banner-btn-text {
    font-size: 18px;
  }
}
.p-trouble {
  /* ----------------------------------------------------------------------
  SP（スマホ）用 スタイル（PC干渉完全リセット版）
  ---------------------------------------------------------------------- */
}
@media (max-width: 1139px) {
  .p-trouble {
    height: auto;
    margin-top: -24.1025641026vw;
    padding: 12.3076923077vw 15px 15.3846153846vw;
  }
  .p-trouble br {
    display: inline;
  }
  .p-trouble::after {
    background-image: url("../img/lp/lp_background-sp.png");
    background-repeat: repeat;
    background-position: center top;
    background-size: 100% auto;
  }
  .p-trouble__mascot {
    position: relative;
    top: auto;
    left: auto;
    width: 20vw;
    height: 22.3076923077vw;
    max-width: 78px;
    max-height: 87px;
    margin: 0 auto;
    z-index: 10;
  }
  .p-trouble__mascot picture,
  .p-trouble__mascot img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-trouble__title {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    font-size: 5.641025641vw;
    margin-top: 3.8461538462vw;
    white-space: normal;
    line-height: 1.3;
  }
  .p-trouble__text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    font-size: 4.1025641026vw;
    margin-top: 3.0769230769vw;
    line-height: 1.6;
  }
  .p-trouble__items {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20.5128205128vw;
    align-items: center;
    margin-top: 22.8205128205vw;
    pointer-events: auto;
  }
  .p-trouble__item {
    position: relative;
    top: auto;
    left: auto;
    width: 89.7435897436vw;
    max-width: 350px;
    height: 41.7948717949vw;
    max-height: 163px;
    background-color: #FFFFFF;
    border-radius: 16px;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 4.1025641026vw;
  }
  .p-trouble__item-img {
    position: absolute;
    z-index: 1;
  }
  .p-trouble__item-img picture,
  .p-trouble__item-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-trouble__item--1 .p-trouble__item-img {
    top: 0;
    left: 30.5714285714%;
    transform: translateY(-50%);
    width: 39.7435897436vw;
    max-width: 155px;
    height: 27.9487179487vw;
    max-height: 109px;
  }
  .p-trouble__item--2 .p-trouble__item-img {
    top: 0;
    left: 37.1428571429%;
    transform: translateY(-50%);
    width: 33.5897435897vw;
    max-width: 131px;
    height: 31.0256410256vw;
    max-height: 121px;
  }
  .p-trouble__item--3 .p-trouble__item-img {
    top: 0;
    left: 35.1428571429%;
    transform: translateY(-50%);
    width: 32.0512820513vw;
    max-width: 125px;
    height: 31.2820512821vw;
    max-height: 122px;
  }
  .p-trouble__item-inner {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    text-align: center;
    margin-bottom: 1.0256410256vw;
    z-index: 10;
  }
  .p-trouble__item-title {
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: min(7.6923076923vw, 30px);
    color: #EF5E01;
    line-height: 1.2;
    margin-bottom: 1.5384615385vw;
  }
  .p-trouble__item-title .u-heading,
  .p-trouble__item-title .u-conjunction,
  .p-trouble__item-title .u-additional {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
  }
  .p-trouble__item-text {
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: min(4.1025641026vw, 16px);
    color: #4A4A4A;
    line-height: 1.4;
    text-align: center;
    margin: 0;
  }
  .p-trouble__dots {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 5.1282051282vw 0;
  }
  .p-trouble__dots span {
    width: 8px;
    height: 8px;
  }
  .p-trouble__resolve {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: min(5.641025641vw, 22px);
    color: #FFFFFF;
    white-space: normal;
    line-height: 1.5;
  }
  .p-trouble__resolve span {
    display: inline;
    font-weight: 700;
    font-size: min(6.1538461538vw, 24px);
    color: #FFF600;
  }
  .p-trouble__resolve span::before {
    content: "\a";
    white-space: pre;
  }
  .p-trouble__banner-box {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 89.7435897436vw;
    max-width: 350px;
    height: 72.3076923077vw;
    max-height: 282px;
    margin: 7.6923076923vw auto 0;
    padding-top: 6.9230769231vw;
    border-width: 2px;
    overflow: visible;
  }
  .p-trouble__banner-box .p-trouble__banner-mascot1 {
    position: absolute;
    top: 14.6153846154vw;
    left: 0;
    right: auto;
    width: 33.8461538462vw;
    max-width: 132px;
    height: 56.9230769231vw;
    max-height: 222px;
    z-index: 1;
  }
  .p-trouble__banner-box .p-trouble__banner-mascot1 picture,
  .p-trouble__banner-box .p-trouble__banner-mascot1 img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-trouble__banner-box .p-trouble__banner-mascot2 {
    position: absolute;
    top: 14.6153846154vw;
    left: 66%;
    right: auto;
    width: 29.4871794872vw;
    max-width: 115px;
    height: 56.9230769231vw;
    max-height: 222px;
    z-index: 1;
  }
  .p-trouble__banner-box .p-trouble__banner-mascot2 picture,
  .p-trouble__banner-box .p-trouble__banner-mascot2 img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-trouble__banner-box .p-trouble__banner-title {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: min(5.8974358974vw, 23px);
    color: #EF5E01;
    line-height: 1.4782608696;
    margin: 0 0 3.8461538462vw 0;
    z-index: 10;
  }
  .p-trouble__banner-box .p-trouble__banner-desc {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: min(4.1025641026vw, 16px);
    color: #4A4A4A;
    line-height: 1.75;
    margin: 0 0 5.1282051282vw 0;
    z-index: 10;
  }
  .p-trouble__banner-box .p-trouble__banner-btn {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 71.7948717949vw;
    max-width: 280px;
    height: 12.3076923077vw;
    max-height: 48px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 20;
  }
  .p-trouble__banner-box .p-trouble__banner-btn picture, .p-trouble__banner-box .p-trouble__banner-btn-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .p-trouble__banner-box .p-trouble__banner-btn picture img, .p-trouble__banner-box .p-trouble__banner-btn-bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .p-trouble__banner-box .p-trouble__banner-btn .p-trouble__banner-text, .p-trouble__banner-box .p-trouble__banner-btn-text {
    position: relative;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: min(3.8461538462vw, 15px);
    color: #FFFFFF;
    z-index: 2;
    line-height: 1;
  }
}

.p-why {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #FFFFFF;
  z-index: 2;
  height: 143.281vw;
}
.p-why__mascot {
  position: absolute;
  top: 7.813vw;
  left: 45.833vw;
  width: 7.135vw;
  height: 7.396vw;
  z-index: 10;
}
.p-why__mascot img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-why__title {
  position: absolute;
  top: 12.865vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 1.3;
  color: #EF5E01;
  white-space: nowrap;
  z-index: 10;
}
.p-why__title span {
  color: #18ACC2;
}
.p-why__sub-text {
  position: absolute;
  top: 16.344vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.938vw;
  line-height: 1.5;
  color: #EF5E01;
  z-index: 10;
}
.p-why__sub-text .u-sp-only {
  display: none;
}
.p-why__text {
  position: absolute;
  top: 18.792vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.729vw;
  line-height: 1.6;
  color: #4A4A4A;
  z-index: 10;
}
.p-why__blocks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-why__block {
  position: absolute;
  left: 26.563vw;
  width: 46.875vw;
  height: 27.708vw;
  background-color: #D45605;
  border-radius: 16px;
  box-sizing: border-box;
  pointer-events: auto;
  z-index: 10;
}
.p-why__block--1 {
  top: 27.917vw;
}
.p-why__block--1 .p-why__block-img {
  width: 8.281vw;
  height: 11.563vw;
}
.p-why__block--2 {
  top: 60.833vw;
}
.p-why__block--2 .p-why__block-img {
  width: 7.448vw;
  height: 9.427vw;
}
.p-why__block--3 {
  top: 93.75vw;
}
.p-why__block--3 .p-why__block-img {
  width: 9.271vw;
  height: 11.354vw;
}
.p-why__block-badge {
  position: absolute;
  top: -10.338%;
  left: 50%;
  transform: translateX(-50%);
  width: 5.729vw;
  height: 5.729vw;
  background-color: #67CAE0;
  border-radius: 50%;
  z-index: 12;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-why__block-badge-tag {
  position: absolute;
  top: 19.091%;
  font-family: "Futura", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.521vw;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
}
.p-why__block-badge-num {
  position: absolute;
  top: 30.909%;
  font-family: "Futura", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 2.083vw;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
}
.p-why__block-title {
  position: absolute;
  top: 15.977%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25vw;
  color: #FFF600;
  line-height: 1.3;
}
.p-why__block-title .u-sp-only {
  display: none;
}
.p-why__block-subtitle {
  position: absolute;
  top: 24.662%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.042vw;
  color: #FFFFFF;
  line-height: 1.3;
}
.p-why__block-subtitle .u-sp-only {
  display: none;
}
.p-why__block-line {
  position: absolute;
  top: 37.068%;
  left: 2.604vw;
  right: 2.604vw;
  border-top: 1px solid #FFFFFF;
  height: 0;
}
.p-why__block-img-box {
  position: absolute;
  top: 43.233%;
  left: 10.889%;
  width: 14.375vw;
  height: 14.375vw;
  background-color: rgba(255, 255, 255, 0.23);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-why__block-img-box img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-why__block-text {
  position: absolute;
  top: 45.489%;
  left: 48.556%;
  width: 45%;
  text-align: left;
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.729vw;
  color: #FFFFFF;
  line-height: 1.7143;
}
.p-why__deco-mascot1 {
  position: absolute;
  top: 37.318vw;
  left: 13.021vw;
  width: 23.646vw;
  height: 24.219vw;
  z-index: 11;
}
.p-why__deco-mascot1 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-why__deco-mascot2 {
  position: absolute;
  top: 62.413vw;
  left: 62.5vw;
  width: 18.958vw;
  height: 17.135vw;
  z-index: 11;
}
.p-why__deco-mascot2 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-why__btn {
  position: absolute;
  top: 126.667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 26.823vw;
  height: 5.156vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 10;
}
.p-why__btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-why__btn-text {
  position: relative;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.938vw;
  color: #FFFFFF;
  z-index: 2;
}
.p-why__btn-icon {
  position: absolute;
  right: 2.604vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1.198vw;
  height: 1.198vw;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.p-why__btn-icon span {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.625vw;
  height: 0.677vw;
  line-height: 1;
  color: #EF5E01;
  display: block;
  transform: translateY(-0.05vw);
}
.p-why__next-img {
  position: absolute;
  top: 140.156vw;
  left: 50%;
  transform: translateX(-50%);
  width: 16.198vw;
  height: 5.104vw;
  z-index: 15;
}
.p-why__next-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1920px) {
  .p-why {
    height: 2751px;
  }
  .p-why__mascot {
    top: 150px;
    left: 880px;
    width: 137px;
    height: 142px;
  }
  .p-why__title {
    top: 247px;
    font-size: 36px;
  }
  .p-why__sub-text {
    top: 313.8px;
    font-size: 18px;
  }
  .p-why__text {
    top: 360.8px;
    font-size: 14px;
  }
  .p-why__block {
    width: 900px;
    height: 532px;
    left: 510px;
  }
  .p-why__block--1 {
    top: 536px;
  }
  .p-why__block--1 .p-why__block-img {
    width: 159px;
    height: 222px;
  }
  .p-why__block--2 {
    top: 1168px;
  }
  .p-why__block--2 .p-why__block-img {
    width: 143px;
    height: 181px;
  }
  .p-why__block--3 {
    top: 1800px;
  }
  .p-why__block--3 .p-why__block-img {
    width: 178px;
    height: 218px;
  }
  .p-why__block-badge {
    top: -55px;
    width: 110px;
    height: 110px;
  }
  .p-why__block-badge-tag {
    top: 21px;
    font-size: 10px;
  }
  .p-why__block-badge-num {
    top: 34px;
    font-size: 40px;
  }
  .p-why__block-title {
    top: 85px;
    font-size: 24px;
  }
  .p-why__block-subtitle {
    top: 131.2px;
    font-size: 20px;
  }
  .p-why__block-line {
    top: 197.2px;
    left: 50px;
    right: 50px;
  }
  .p-why__block-img-box {
    top: 230px;
    left: 98px;
    width: 276px;
    height: 276px;
  }
  .p-why__block-text {
    top: 242px;
    left: 437px;
    font-size: 14px;
  }
  .p-why__deco-mascot1 {
    top: 1027px;
    left: 250px;
    width: 454px;
    height: 465px;
  }
  .p-why__deco-mascot2 {
    top: 1717px;
    left: 1200px;
    width: 364px;
    height: 329px;
  }
  .p-why__btn {
    top: 2432px;
    width: 515px;
    height: 99px;
  }
  .p-why__btn-text {
    font-size: 18px;
  }
  .p-why__btn-icon {
    right: 50px;
    width: 23px;
    height: 23px;
  }
  .p-why__btn-icon span {
    font-size: 12px;
    height: 13px;
  }
  .p-why__next-img {
    top: 2691px;
    width: 311px;
    height: 98px;
  }
}
@media (max-width: 1139px) {
  .p-why {
    height: auto;
    padding: 131px 15px 0;
  }
  .p-why__mascot {
    position: absolute;
    top: 60px;
    left: 143px;
    width: 88.5px;
    height: 91px;
    margin: 0;
  }
  .p-why__title {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 0;
    font-size: 24px;
    white-space: normal;
  }
  .p-why__sub-text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 19px;
    font-size: 18px;
    line-height: 32px;
  }
  .p-why__sub-text .u-sp-only {
    display: inline;
  }
  .p-why__text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 21px;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    z-index: 2;
  }
  .p-why__blocks {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 63px;
    margin-top: 71px;
    pointer-events: auto;
    z-index: 2;
  }
  .p-why__block {
    position: relative;
    top: auto !important;
    left: auto !important;
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 54px 20px 0;
    margin: 0 auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1607843137);
    /* 水色バッジ */
  }
  .p-why__block-badge {
    position: absolute;
    top: -32.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    height: 65px;
  }
  .p-why__block-badge-tag {
    position: absolute;
    top: 13px;
    font-size: 10px;
  }
  .p-why__block-badge-num {
    position: absolute;
    top: 28px;
    font-size: 23px;
  }
  .p-why__block-title {
    position: relative;
    top: auto;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFF600;
    margin-bottom: 0;
    z-index: 2;
  }
  .p-why__block-title .u-sp-only {
    display: inline;
  }
  .p-why__block-subtitle {
    position: relative;
    top: auto;
    font-size: 16px;
    line-height: 24px;
    margin-top: 29px;
    padding-left: 89px;
    text-align: left;
    z-index: 2;
  }
  .p-why__block-subtitle .u-sp-only {
    display: inline;
  }
  .p-why__block {
    /* 白い線 */
  }
  .p-why__block-line {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 280px;
    margin: 40px auto 0;
    border-top: 0.5px solid #FFFFFF;
    z-index: 2;
  }
  .p-why__block {
    /* 左側画像枠 */
  }
  .p-why__block-img-box {
    position: absolute;
    top: 93px;
    left: 33px;
    width: 64px;
    height: 90px;
    margin: 0;
    background-color: transparent;
    z-index: 2;
  }
  .p-why__block-img-box picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-why__block .p-why__block-img {
    width: 64px !important;
    height: 90px !important;
    max-width: none !important;
    max-height: none !important;
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .p-why__block-text {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    margin-top: 28px;
    padding: 0 15px 43px;
    text-align: left;
    z-index: 2;
  }
  .p-why__block {
    /* --- ブロック別の個別指定 --- */
  }
  .p-why__block--1 .p-why__block-img-box {
    width: 64px;
    height: 90px;
  }
  .p-why__block--1 .p-why__block-img {
    width: 64px !important;
    height: 90px !important;
  }
  .p-why__block--1 .p-why__block-subtitle {
    padding-right: 13px;
    padding-left: 0;
    text-align: right;
  }
  .p-why__block--1::after {
    content: "";
    position: absolute;
    top: 265px;
    left: 52px;
    right: 52px;
    height: 343px;
    background: url("../img/lp/lp_solution1-sp.png") no-repeat center/contain;
    opacity: 0.15;
    pointer-events: none;
    z-index: 1;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .p-why__block--2 .p-why__block-img-box {
    width: 68px;
    height: 86px;
  }
  .p-why__block--2 .p-why__block-img {
    width: 68px !important;
    height: 86px !important;
  }
  .p-why__block--2 .p-why__block-subtitle {
    width: 230px;
    margin-left: auto;
    margin-right: 22px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .p-why__block--2::after {
    content: "";
    position: absolute;
    top: 265px;
    left: 52px;
    right: 52px;
    height: 343px;
    background: url("../img/lp/lp_solution2-sp.png") no-repeat center/contain;
    opacity: 0.15;
    pointer-events: none;
    z-index: 1;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .p-why__block--3 .p-why__block-img-box {
    top: 132px;
    left: 32px;
    width: 71px;
    height: 87px;
  }
  .p-why__block--3 .p-why__block-img {
    width: 71px !important;
    height: 87px !important;
  }
  .p-why__block--3 .p-why__block-subtitle {
    padding-left: 103px;
    padding-right: 0;
    text-align: center;
  }
  .p-why__block--3::after {
    content: "";
    position: absolute;
    top: 265px;
    left: 52px;
    right: 52px;
    height: 343px;
    background: url("../img/lp/lp_solution3-sp.png") no-repeat center/contain;
    opacity: 0.15;
    pointer-events: none;
    z-index: 1;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .p-why__deco-mascot1 {
    display: block;
    position: absolute;
    top: 1238px;
    left: -29px;
    width: 174px;
    height: 178px;
    margin: 0;
    z-index: 20;
  }
  .p-why__deco-mascot1 img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-why__deco-mascot2 {
    display: none;
  }
  .p-why {
    /* 一番下の箱からボタンまで: 50px */
  }
  .p-why__btn {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 280px;
    height: 54px;
    margin: 50px auto 0;
  }
  .p-why__btn-text {
    font-size: 14px;
  }
  .p-why__btn-icon {
    display: none;
  }
  .p-why {
    /* ボタンから見た目の距離60px / 下20px分だけ白背景を突き破る設定 */
  }
  .p-why__next-img {
    position: relative;
    top: auto;
    left: auto;
    width: 170px;
    height: 54px;
    margin: 40px auto 0;
    transform: translateY(20px);
    z-index: 25;
  }
  .p-why__next-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-vision {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #F5F5F5;
  z-index: 1;
  height: 121.354vw;
}
.p-vision__img {
  position: absolute;
  top: 5.365vw;
  left: 52.969vw;
  width: 20.469vw;
  height: 20.469vw;
  z-index: 10;
}
.p-vision__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-vision__title {
  position: absolute;
  top: 10.521vw;
  left: 24.896vw;
  margin: 0;
  text-align: left;
  line-height: 1.3;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.76vw;
  color: #EF5E01;
  z-index: 10;
}
.p-vision__text {
  position: absolute;
  top: 19.313vw;
  left: 24.896vw;
  margin: 0;
  text-align: left;
  width: 36.458vw;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.938vw;
  line-height: 1.3333;
  color: #EF5E01;
  z-index: 12;
}
.p-vision__circle {
  position: absolute;
  top: 25.208vw;
  left: 69.531vw;
  width: 3.49vw;
  height: 3.49vw;
  background-color: #F8F293;
  border-radius: 50%;
  z-index: 5;
}
.p-vision__benefit-tag {
  position: absolute;
  top: 31.51vw;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Futura", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.729vw;
  color: #EF5E01;
  line-height: 1;
  z-index: 10;
}
.p-vision__benefit-tag--row2 {
  top: 68.542vw;
}
.p-vision__benefit-title-wrap {
  position: absolute;
  top: 32.5vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 10;
}
.p-vision__benefit-title-wrap--row2 {
  top: 69.531vw;
}
.p-vision__benefit-line {
  display: block;
  width: 10.417vw;
  height: 1px;
  background-color: #EF5E01;
}
.p-vision__benefit-line:first-child {
  margin-right: 2.083vw;
}
.p-vision__benefit-line:last-child {
  margin-left: 2.083vw;
}
.p-vision__benefit-title {
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.875vw;
  color: #EF5E01;
  line-height: 1.2;
  white-space: nowrap;
}
.p-vision__cards {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-vision__cards--row1 .p-vision__card {
  top: 37.292vw;
}
.p-vision__cards--row2 .p-vision__card {
  top: 74.323vw;
}
.p-vision__card {
  position: absolute;
  width: 16.667vw;
  height: 25vw;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  pointer-events: auto;
  z-index: 10;
}
.p-vision__card--1, .p-vision__card--4 {
  left: 23.958vw;
}
.p-vision__card--2, .p-vision__card--5 {
  left: 41.667vw;
}
.p-vision__card--3, .p-vision__card--6 {
  left: 59.375vw;
}
.p-vision__card-title {
  position: absolute;
  top: 11.458%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25vw;
  color: #EF5E01;
  line-height: 1.2;
}
.p-vision__card-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-vision__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-vision__card-text {
  position: absolute;
  top: 61.875%;
  left: 12.5%;
  right: 12.5%;
  margin: 0;
  text-align: left;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.729vw;
  color: #4A4A4A;
  line-height: 1.6;
}
.p-vision__card--1 .p-vision__card-img {
  top: 21.25%;
  width: 8.177vw;
  height: 9.479vw;
}
.p-vision__card--2 .p-vision__card-img {
  top: 23.333%;
  width: 8.229vw;
  height: 7.969vw;
}
.p-vision__card--3 .p-vision__card-img {
  top: 23.333%;
  width: 7.552vw;
  height: 7.344vw;
}
.p-vision__card--4 .p-vision__card-img {
  top: 21.25%;
  width: 10.469vw;
  height: 9.427vw;
}
.p-vision__card--5 .p-vision__card-img {
  top: 22.708%;
  width: 10.417vw;
  height: 8.75vw;
}
.p-vision__card--6 .p-vision__card-img {
  top: 20.208%;
  width: 8.385vw;
  height: 9.74vw;
}
.p-vision__mascot-vision {
  position: absolute;
  top: 59.948vw;
  left: 15.573vw;
  width: 16.771vw;
  height: 13.646vw;
  z-index: 15;
  pointer-events: none;
}
.p-vision__mascot-vision img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-vision__mascot-contact {
  position: absolute;
  top: 102.448vw;
  left: 66.667vw;
  width: 23.698vw;
  height: 24.219vw;
  z-index: 15;
  pointer-events: none;
}
.p-vision__mascot-contact img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-vision__btn {
  position: absolute;
  top: 104.531vw;
  left: 50%;
  transform: translateX(-50%);
  width: 26.823vw;
  height: 5.156vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 10;
}
.p-vision__btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-vision__btn-text {
  position: relative;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.938vw;
  color: #FFFFFF;
  z-index: 2;
}
.p-vision__btn-icon {
  position: absolute;
  right: 2.604vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1.198vw;
  height: 1.198vw;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.p-vision__btn-icon span {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.625vw;
  height: 0.677vw;
  line-height: 1;
  color: #EF5E01;
  display: block;
  transform: translateY(-0.05vw);
}
.p-vision__next {
  position: absolute;
  top: 118.802vw;
  left: 50%;
  transform: translateX(-50%);
  width: 16.198vw;
  height: 5.104vw;
  z-index: 20;
}
.p-vision__next img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1920px) {
  .p-vision {
    height: 2330px;
  }
  .p-vision__img {
    top: 103px;
    left: 1017px;
    width: 393px;
    height: 393px;
  }
  .p-vision__title {
    top: 202px;
    left: 478px;
    font-size: 53px;
  }
  .p-vision__text {
    top: 370.8px;
    left: 478px;
    width: 700px;
    font-size: 18px;
    line-height: 24px;
  }
  .p-vision__circle {
    top: 484px;
    left: 1335px;
    width: 67px;
    height: 67px;
  }
  .p-vision__benefit-tag {
    top: 605px;
    font-size: 14px;
  }
  .p-vision__benefit-tag--row2 {
    top: 1316px;
  }
  .p-vision__benefit-title-wrap {
    top: 624px;
  }
  .p-vision__benefit-title-wrap--row2 {
    top: 1335px;
  }
  .p-vision__benefit-line {
    width: 200px;
  }
  .p-vision__benefit-line:first-child {
    margin-right: 40px;
  }
  .p-vision__benefit-line:last-child {
    margin-left: 40px;
  }
  .p-vision__benefit-title {
    font-size: 36px;
  }
  .p-vision__card {
    width: 320px;
    height: 480px;
  }
  .p-vision__card--1, .p-vision__card--4 {
    left: 460px;
  }
  .p-vision__card--2, .p-vision__card--5 {
    left: 800px;
  }
  .p-vision__card--3, .p-vision__card--6 {
    left: 1140px;
  }
  .p-vision__card-title {
    top: 55px;
    font-size: 24px;
  }
  .p-vision__card-text {
    top: 297px;
    left: 40px;
    right: 40px;
    font-size: 14px;
  }
  .p-vision__cards--row1 .p-vision__card {
    top: 716px !important;
  }
  .p-vision__cards--row2 .p-vision__card {
    top: 1427px !important;
  }
  .p-vision__card--1 .p-vision__card-img {
    top: 102px;
    width: 157px;
    height: 182px;
  }
  .p-vision__card--2 .p-vision__card-img {
    top: 112px;
    width: 158px;
    height: 153px;
  }
  .p-vision__card--3 .p-vision__card-img {
    top: 112px;
    width: 145px;
    height: 141px;
  }
  .p-vision__card--4 .p-vision__card-img {
    top: 102px;
    width: 201px;
    height: 181px;
  }
  .p-vision__card--5 .p-vision__card-img {
    top: 109px;
    width: 200px;
    height: 168px;
  }
  .p-vision__card--6 .p-vision__card-img {
    top: 97px;
    width: 161px;
    height: 187px;
  }
  .p-vision__mascot-vision {
    top: 1151px;
    left: 299px;
    width: 322px;
    height: 262px;
  }
  .p-vision__mascot-contact {
    top: 1967px;
    left: 1280px;
    width: 455px;
    height: 465px;
  }
  .p-vision__btn {
    top: 2007px;
    width: 515px;
    height: 99px;
  }
  .p-vision__btn-text {
    font-size: 18px;
  }
  .p-vision__btn-icon {
    right: 50px;
    width: 23px;
    height: 23px;
  }
  .p-vision__btn-icon span {
    font-size: 12px;
    height: 13px;
  }
  .p-vision__next {
    top: 2281px;
    width: 311px;
    height: 98px;
  }
}
@media (max-width: 1139px) {
  .p-vision {
    height: auto;
    padding-top: 76px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: clip;
  }
  .p-vision .u-sp-only {
    display: inline;
  }
  .p-vision .p-vision__title {
    position: relative;
    top: auto;
    left: auto;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5333;
    color: #EF5E01;
    text-align: center;
    order: -1;
    margin-bottom: 24px;
  }
  .p-vision__img {
    position: relative;
    top: auto;
    left: auto;
    width: 188px;
    height: 188px;
    margin-bottom: 26px;
  }
  .p-vision__text {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.875;
    color: #4A4A4A;
    text-align: left;
    margin-top: 0;
  }
  .p-vision__text br + br {
    display: none;
  }
  .p-vision__circle {
    display: none;
  }
  .p-vision__benefit-tag {
    position: relative;
    top: auto;
    margin-top: 40px;
    font-family: "Futura", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #EF5E01;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .p-vision__benefit-tag::before, .p-vision__benefit-tag::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #EF5E01;
  }
  .p-vision__benefit-tag--row2 {
    margin-top: 60px;
  }
  .p-vision__benefit-title-wrap {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 11px;
  }
  .p-vision__benefit-line {
    display: none;
  }
  .p-vision__benefit-title {
    font-size: 26px;
    white-space: normal;
    text-align: center;
  }
  .p-vision__cards {
    position: relative;
    top: auto !important;
    left: auto !important;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    pointer-events: auto;
  }
  .p-vision__cards--row1 {
    margin-bottom: 0;
  }
  .p-vision__cards--row2 {
    margin-bottom: 60px;
  }
  .p-vision__card {
    position: relative;
    top: auto !important;
    left: auto !important;
    width: 351px;
    height: 380px;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 2;
  }
  .p-vision__card .p-vision__card-title {
    position: absolute;
    top: 60px;
    left: 138px;
    width: 177px;
    margin: 0;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #0CA0B6;
    line-height: 1.2;
    text-align: center;
    z-index: 10;
  }
  .p-vision__card-img {
    position: absolute;
    top: 28px !important;
    left: 36px !important;
    transform: none !important;
    margin: 0 !important;
    width: 85px !important;
    height: 99px !important;
    z-index: 10;
  }
  .p-vision__card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-vision__card::after {
    content: "";
    position: absolute;
    top: 130.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 1px;
    background-color: #4A4A4A;
    opacity: 0.28;
    z-index: 10;
  }
  .p-vision__card-text {
    position: absolute;
    top: 151px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    margin: 0;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 1.875;
    text-align: left;
    z-index: 10;
  }
  .p-vision__mascot-vision {
    display: block !important;
    position: absolute;
    top: 1133px;
    left: -50px;
    width: 226px;
    height: 184px;
    z-index: 5;
    pointer-events: none;
  }
  .p-vision__mascot-vision img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-vision__mascot-contact {
    display: block !important;
    position: absolute;
    top: 1112px;
    left: 254px;
    width: 180px;
    height: 184px;
    z-index: 5;
    pointer-events: none;
  }
  .p-vision__mascot-contact img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-vision__btn {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 280px;
    height: 54px;
    margin: 0 auto 31px;
    z-index: 10;
  }
  .p-vision__btn-text {
    font-size: 14px;
  }
  .p-vision__btn-icon {
    display: none;
  }
  .p-vision__next {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 170.5px;
    height: 54px;
    margin: 0 auto -17px;
    z-index: 100;
  }
  .p-vision__next img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-choice {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 1;
  height: 83.229vw;
}
.p-choice__sp-br {
  display: none;
}
.p-choice__mascot {
  position: absolute;
  top: 7.813vw;
  left: 47.552vw;
  width: 5.365vw;
  height: 6.979vw;
  z-index: 5;
}
.p-choice__mascot img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-choice__title {
  position: absolute;
  top: 14.063vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 1.3;
  color: #EF5E01;
  white-space: nowrap;
  z-index: 10;
}
.p-choice__title span {
  color: #0CA0B6;
}
.p-choice__text {
  position: absolute;
  top: 17.708vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.5;
  color: #EF5E01;
  z-index: 10;
}
.p-choice__items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-choice__item {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 46.875vw;
  height: 9.479vw;
  background-color: #FFFFFF;
  border: 2px solid #EF5E01;
  border-radius: 16px;
  overflow: hidden;
  pointer-events: auto;
  z-index: 10;
}
.p-choice__item--1 {
  top: 22.448vw;
}
.p-choice__item--1 .p-choice__item-img {
  width: 6.042vw;
  height: 6.354vw;
}
.p-choice__item--2 {
  top: 33.49vw;
}
.p-choice__item--2 .p-choice__item-img {
  width: 6.771vw;
  height: 6.354vw;
}
.p-choice__item--3 {
  top: 44.531vw;
}
.p-choice__item--3 .p-choice__item-img {
  width: 7.656vw;
  height: 7.448vw;
}
.p-choice__item--4 {
  top: 55.573vw;
}
.p-choice__item--4 .p-choice__item-img {
  width: 8.906vw;
  height: 7.031vw;
}
.p-choice__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15.625vw;
  height: 100%;
  background-color: #EF5E01;
  z-index: 1;
}
.p-choice__item-img {
  position: absolute;
  top: 50%;
  left: 7.813vw;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.p-choice__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-choice__item-content {
  position: absolute;
  top: 2.604vw;
  left: 17.917vw;
  right: 20px;
  text-align: left;
  z-index: 2;
}
.p-choice__item-title {
  margin: 0 0 0.573vw 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.771vw;
  line-height: 1.2;
  color: #EF5E01;
}
.p-choice__item-text {
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.146vw;
  line-height: 1.4;
  color: #EF5E01;
}
.p-choice__btn {
  position: absolute;
  top: 70.26vw;
  left: 50%;
  transform: translateX(-50%);
  width: 26.823vw;
  height: 5.156vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  pointer-events: auto;
  z-index: 10;
}
.p-choice__btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-choice__btn-text {
  position: relative;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.938vw;
  color: #FFFFFF;
  z-index: 2;
}
.p-choice__btn-icon {
  position: absolute;
  right: 2.604vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1.198vw;
  height: 1.198vw;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.p-choice__btn-icon span {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.625vw;
  height: 0.677vw;
  line-height: 1;
  color: #EF5E01;
  display: block;
  transform: translateY(-0.05vw);
}
@media (min-width: 1920px) {
  .p-choice {
    height: 1598px;
  }
  .p-choice__mascot {
    top: 150px;
    left: 913px;
    width: 103px;
    height: 134px;
  }
  .p-choice__title {
    top: 270px;
    font-size: 36px;
  }
  .p-choice__text {
    top: 340px;
    font-size: 24px;
  }
  .p-choice__item {
    width: 900px;
    height: 182px;
  }
  .p-choice__item--1 {
    top: 431px;
  }
  .p-choice__item--1 .p-choice__item-img {
    width: 116px;
    height: 122px;
  }
  .p-choice__item--2 {
    top: 643px;
  }
  .p-choice__item--2 .p-choice__item-img {
    width: 130px;
    height: 122px;
  }
  .p-choice__item--3 {
    top: 855px;
  }
  .p-choice__item--3 .p-choice__item-img {
    width: 147px;
    height: 143px;
  }
  .p-choice__item--4 {
    top: 1067px;
  }
  .p-choice__item--4 .p-choice__item-img {
    width: 171px;
    height: 135px;
  }
  .p-choice__item::before {
    width: 300px;
  }
  .p-choice__item-img {
    left: 150px;
  }
  .p-choice__item-content {
    top: 50px;
    left: 344px;
  }
  .p-choice__item-title {
    margin-bottom: 11px;
    font-size: 34px;
  }
  .p-choice__item-text {
    font-size: 22px;
  }
  .p-choice__btn {
    top: 1349px;
    width: 515px;
    height: 99px;
  }
  .p-choice__btn-text {
    font-size: 18px;
  }
  .p-choice__btn-icon {
    right: 50px;
    width: 23px;
    height: 23px;
  }
  .p-choice__btn-icon span {
    font-size: 12px;
    height: 13px;
  }
}
@media (max-width: 1139px) {
  .p-choice {
    position: relative;
    height: auto;
    padding: 127px 20px 66px;
    overflow: hidden;
  }
  .p-choice::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1607843137));
    pointer-events: none;
    z-index: 10;
  }
  .p-choice__sp-br {
    display: inline;
  }
  .p-choice__mascot {
    position: absolute;
    top: 61px;
    left: 50%;
    transform: translateX(-50%);
    width: 89px;
    height: 91px;
    margin: 0;
    z-index: 1;
  }
  .p-choice__title {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 0;
    font-size: 24px;
    line-height: 1.3;
    z-index: 2;
  }
  .p-choice__text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 13px;
    font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    z-index: 2;
  }
  .p-choice__items {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 29px;
    margin-top: 40px;
    pointer-events: auto;
  }
  .p-choice__item {
    position: relative;
    top: auto !important;
    left: auto !important;
    transform: none;
    width: 100%;
    max-width: 350px;
    height: 140px;
    margin: 0 auto;
    border-radius: 16px;
    background-color: #FFFFFF;
  }
  .p-choice__item::before {
    display: block;
    width: 100%;
    height: 59px;
    background-color: #EF5E01;
  }
  .p-choice__item-img {
    position: absolute;
    top: 12px !important;
    left: 26.5px !important;
    transform: none !important;
    width: 37px !important;
    height: 39px !important;
    background-color: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    z-index: 2;
  }
  .p-choice__item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: auto;
    z-index: 2;
  }
  .p-choice__item-title {
    position: absolute;
    top: 18px;
    left: 80.5px;
    margin: 0;
    font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #FFFFFF;
  }
  .p-choice__item-text {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #EF5E01;
  }
  .p-choice__btn {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: min(100%, 340px);
    height: 65px;
    margin: 50px auto 0;
  }
  .p-choice__btn-text {
    font-size: 18px;
    color: #FFFFFF;
  }
  .p-choice__btn-icon {
    display: flex;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-color: #FFFFFF;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
  .p-choice__btn-icon span {
    font-size: 14px;
    color: #EF5E01;
    height: auto;
    transform: none;
  }
}

.p-request {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #D45605;
  z-index: 2;
  height: 52.344vw;
}
.p-request::after {
  content: "";
  position: absolute;
  top: 17.188vw;
  left: 0;
  width: 100%;
  bottom: -3.854vw;
  background-image: url("../img/lp/lp_background-pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.22;
  z-index: 1;
  pointer-events: none;
}
.p-request__title {
  position: absolute;
  top: 6.875vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 1.3;
  color: #FFFFFF;
  white-space: nowrap;
  z-index: 10;
}
.p-request__text {
  position: absolute;
  top: 10.885vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.938vw;
  line-height: 1.6667;
  color: #FFFFFF;
  z-index: 10;
}
.p-request__text span {
  font-weight: 700;
  color: #FFF600;
}
.p-request__banner {
  position: absolute;
  top: 19.219vw;
  left: 50%;
  transform: translateX(-50%);
  width: 20.833vw;
  height: 3.333vw;
  background-color: #FFFFFF;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.354vw;
  color: #EF5E01;
  z-index: 10;
}
.p-request__flow {
  position: absolute;
  top: 24.167vw;
  left: 28.333vw;
  display: flex;
  align-items: center;
  z-index: 10;
}
.p-request__circle {
  position: relative;
  width: 8.385vw;
  height: 8.385vw;
  background-color: #FFFFFF;
  border: 0.156vw solid #F37312;
  border-radius: 50%;
  box-sizing: border-box;
}
.p-request__circle .p-request__step {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.813vw;
  height: 2.813vw;
  background-color: #67CAE0;
  border-radius: 50%;
  z-index: 5;
}
.p-request__circle .p-request__step-tag {
  position: absolute;
  top: 0.573vw;
  left: 0.833vw;
  font-family: "Futura", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.417vw;
  color: #FFFFFF;
  line-height: 1;
}
.p-request__circle .p-request__step-num {
  position: absolute;
  top: 0.99vw;
  left: 0.781vw;
  font-family: "Futura", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.99vw;
  color: #FFFFFF;
  line-height: 1;
}
.p-request__circle-img {
  position: absolute;
}
.p-request__circle-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-request__circle--1 .p-request__circle-img {
  left: 2.865vw;
  top: 1.302vw;
  width: 2.813vw;
  height: 3.229vw;
}
.p-request__circle--1 .p-request__circle-text {
  top: 4.818vw;
  font-size: 0.938vw;
  line-height: 1.111;
}
.p-request__circle--2 .p-request__circle-img {
  left: 2.891vw;
  top: 1.771vw;
  width: 2.656vw;
  height: 3.177vw;
}
.p-request__circle--2 .p-request__circle-text {
  top: 5.26vw;
  font-size: 1.042vw;
  line-height: 1.2;
}
.p-request__circle--3 .p-request__circle-img {
  left: 2.63vw;
  top: 1.328vw;
  width: 3.49vw;
  height: 3.229vw;
}
.p-request__circle--3 .p-request__circle-text {
  top: 4.818vw;
  font-size: 0.938vw;
  line-height: 1.111;
}
.p-request__circle-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #EF5E01;
}
.p-request__circle--orange {
  background-color: #D45605;
  border: 0.104vw solid #FFFFFF;
}
.p-request__circle-orange-main {
  position: absolute;
  top: 2.344vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.833vw;
  line-height: 1.625;
  color: #FFF600;
  white-space: nowrap;
}
.p-request__circle-orange-sub {
  position: absolute;
  top: 5.365vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.521vw;
  line-height: 1.2;
  color: #FFFFFF;
  white-space: nowrap;
}
.p-request__arrow {
  width: 1.667vw;
  height: 3.385vw;
  margin-left: 0.781vw;
  margin-right: 1.146vw;
}
.p-request__arrow img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-request__banner-box {
  position: absolute;
  top: 35.052vw;
  left: 50%;
  transform: translateX(-50%);
  width: 46.875vw;
  height: 10.417vw;
  border: 0.156vw solid #67CAE0;
  border-radius: 16px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  z-index: 10;
}
.p-request__banner-box .p-request__banner-mascot1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 9.896vw;
  height: 100%;
}
.p-request__banner-box .p-request__banner-mascot1 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-request__banner-box .p-request__banner-mascot2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 8.958vw;
  height: 100%;
}
.p-request__banner-box .p-request__banner-mascot2 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-request__banner-box .p-request__banner-title {
  position: absolute;
  top: 1.563vw;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.198vw;
  color: #EF5E01;
  line-height: 1.2;
}
.p-request__banner-box .p-request__banner-desc {
  position: absolute;
  top: 3.958vw;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.677vw;
  color: #4A4A4A;
  line-height: 1.2;
}
.p-request__banner-box .p-request__banner-btn {
  position: absolute;
  top: 5.677vw;
  left: 50%;
  transform: translateX(-50%);
  width: 19.583vw;
  height: 3.75vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.p-request__banner-box .p-request__banner-btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-request__banner-box .p-request__banner-btn-text {
  position: relative;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.938vw;
  color: #FFFFFF;
  z-index: 2;
}
.p-request__banner-box .p-request__banner-icon {
  position: absolute;
  left: 30.156vw;
  top: 7.031vw;
  width: 1.198vw;
  height: 1.198vw;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12;
}
.p-request__banner-box .p-request__banner-icon span {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.625vw;
  height: 0.677vw;
  line-height: 1;
  color: #EF5E01;
  display: block;
  transform: translateY(-0.05vw);
}
.p-request {
  /* ----------------------------------------------------------------------
     PC大型モニター用（1920px以上）
     ---------------------------------------------------------------------- */
}
@media (min-width: 1920px) {
  .p-request {
    height: 1005px;
  }
  .p-request::after {
    top: 330px;
    bottom: -74px;
  }
  .p-request__title {
    top: 132px;
    font-size: 36px;
  }
  .p-request__text {
    top: 209px;
    font-size: 18px;
    line-height: 30px;
  }
  .p-request__banner {
    top: 369px;
    width: 400px;
    height: 64px;
    font-size: 26px;
  }
  .p-request__flow {
    top: 464px;
    left: 544px;
  }
  .p-request__circle {
    width: 161px;
    height: 161px;
    border-width: 3px;
  }
  .p-request__circle .p-request__step {
    width: 54px;
    height: 54px;
  }
  .p-request__circle .p-request__step-tag {
    top: 11px;
    left: 16px;
    font-size: 8px;
  }
  .p-request__circle .p-request__step-num {
    top: 19px;
    left: 15px;
    font-size: 19px;
  }
  .p-request__circle--1 .p-request__circle-img {
    left: 55px;
    top: 25px;
    width: 54px;
    height: 62px;
  }
  .p-request__circle--1 .p-request__circle-text {
    top: 92.5px;
    font-size: 18px;
    line-height: 20px;
  }
  .p-request__circle--2 .p-request__circle-img {
    left: 55.5px;
    top: 34px;
    width: 51px;
    height: 61px;
  }
  .p-request__circle--2 .p-request__circle-text {
    top: 101px;
    font-size: 20px;
  }
  .p-request__circle--3 .p-request__circle-img {
    left: 50.5px;
    top: 25.5px;
    width: 67px;
    height: 62px;
  }
  .p-request__circle--3 .p-request__circle-text {
    top: 92.5px;
    font-size: 18px;
    line-height: 20px;
  }
  .p-request__circle--orange {
    border-width: 2px;
  }
  .p-request__circle-orange-main {
    top: 45px;
    left: 50%;
    font-size: 16px;
    line-height: 26px;
  }
  .p-request__circle-orange-sub {
    top: 103px;
    left: 50%;
    font-size: 10px;
  }
  .p-request__arrow {
    width: 32px;
    height: 65px;
    margin-left: 15px;
    margin-right: 22px;
  }
  .p-request__banner-box {
    top: 673px;
    width: 900px;
    height: 200px;
    border-width: 3px;
  }
  .p-request__banner-box .p-request__banner-mascot1 {
    width: 190px;
  }
  .p-request__banner-box .p-request__banner-mascot2 {
    width: 172px;
  }
  .p-request__banner-box .p-request__banner-title {
    top: 30px;
    font-size: 23px;
  }
  .p-request__banner-box .p-request__banner-desc {
    top: 76px;
    font-size: 13px;
  }
  .p-request__banner-box .p-request__banner-btn {
    top: 109px;
    width: 376px;
    height: 72px;
  }
  .p-request__banner-box .p-request__banner-btn-text {
    font-size: 18px;
  }
  .p-request__banner-box .p-request__banner-icon {
    left: 579px;
    top: 135px;
    width: 23px;
    height: 23px;
  }
  .p-request__banner-box .p-request__banner-icon span {
    font-size: 12px;
    height: 13px;
  }
}
.p-request {
  /* ----------------------------------------------------------------------
     SP（スマホ）用 スタイル（基準幅 390px 完全展開版）
     ---------------------------------------------------------------------- */
}
@media (max-width: 1139px) {
  .p-request {
    height: auto;
    padding: 15.3846153846vw 0 15.3846153846vw;
  }
  .p-request::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: auto;
    background-image: url("../img/lp/lp_background-sp.png");
    background-repeat: repeat;
    background-position: center top;
    background-size: 100% auto;
    opacity: 0.22;
    z-index: -1;
    pointer-events: none;
  }
  .p-request .p-choice__sp-br {
    display: block;
  }
  .p-request .p-choice__pc-only {
    display: none;
  }
  .p-request {
    /* 1. タイトル: 上から60px / 30px / 行間込み42px */
  }
  .p-request__title {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    font-weight: 700;
    font-size: 7.6923076923vw;
    line-height: 1.4;
    text-align: center;
    white-space: normal;
    margin: 0;
  }
  .p-request {
    /* 共通テキストベース設定 */
  }
  .p-request__text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    text-align: center;
    color: #FFFFFF;
    z-index: 10;
  }
  .p-request {
    /* 2. テキスト1つ目: タイトルの下30px / 16px / 行間30px */
  }
  .p-request__text--1 {
    font-weight: 700;
    font-size: 4.1025641026vw;
    line-height: 1.875;
    margin-top: 7.6923076923vw;
    margin-bottom: 0;
  }
  .p-request {
    /* 3. テキスト2つ目: その下26px / 14px / 行間28px / 左右余白40px */
  }
  .p-request__text--2 {
    font-weight: 700;
    font-size: 3.5897435897vw;
    line-height: 2;
    margin-top: 6.6666666667vw;
    margin-bottom: 0;
    padding-left: 10.2564102564vw;
    padding-right: 10.2564102564vw;
  }
  .p-request {
    /* 4. バナーボタン: その下50px / 330px * 50px / 21px / #0CA0B6 */
  }
  .p-request__banner {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 84.6153846154vw;
    height: 12.8205128205vw;
    font-weight: 700;
    font-size: 5.3846153846vw;
    color: #0CA0B6;
    margin: 12.8205128205vw auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-request {
    /* 5. フローエリア: ボタン下41px */
  }
  .p-request__flow {
    position: relative;
    top: auto;
    left: auto;
    flex-direction: column;
    align-items: center;
    margin-top: 10.5128205128vw;
  }
  .p-request {
    /* 📦 フロー箱 (全体: 349.5px * 100px / 下部余白 11px) */
  }
  .p-request__circle {
    position: relative;
    width: 89.6153846154vw;
    height: 25.641025641vw;
    background-color: #EFFCFF;
    border-radius: 12px;
    border: none;
    overflow: hidden;
    margin-bottom: 2.8205128205vw;
  }
  .p-request__circle:last-child {
    margin-bottom: 0;
  }
  .p-request__circle {
    /* 左側 98.5px 白背景領域 */
  }
  .p-request__circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25.2564102564vw;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 1;
  }
  .p-request__circle {
    /* 右側区切り線 (水色エリア内: 左20px, 右10pxあけ / 透過度30%) */
  }
  .p-request__circle::after {
    content: "";
    position: absolute;
    top: 12.3076923077vw;
    left: 30.3846153846vw;
    right: 2.5641025641vw;
    height: 1px;
    background-color: rgba(239, 94, 1, 0.3);
    z-index: 2;
  }
  .p-request__circle {
    /* 💡 PC版の個別指定（&--1, &--2, &--3）の干渉を完全リセット */
  }
  .p-request__circle--1 .p-request__circle-img, .p-request__circle--2 .p-request__circle-img, .p-request__circle--3 .p-request__circle-img {
    top: 0 !important;
    left: 0 !important;
    width: 25.2564102564vw !important;
    height: 100% !important;
    transform: none !important;
  }
  .p-request__circle--1 .p-request__circle-text, .p-request__circle--2 .p-request__circle-text, .p-request__circle--3 .p-request__circle-text {
    top: 14.8717948718vw !important;
    left: 30.3846153846vw !important;
    font-size: 5.641025641vw !important;
    line-height: 1 !important;
  }
  .p-request__circle {
    /* 💡 左側白エリア（98.5px）の中央に確実・完全配置 */
  }
  .p-request__circle-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 25.2564102564vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .p-request__circle-img picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .p-request__circle-img img {
    display: block;
    max-width: 70%;
    max-height: 70%;
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
  }
  .p-request__circle {
    /* STEP 01 テキスト表示 (上23px / 左22px + 98.5px = 120.5px) */
  }
  .p-request__circle .p-request__step {
    position: absolute;
    top: 5.8974358974vw;
    left: 30.8974358974vw;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    display: flex;
    align-items: baseline;
    z-index: 2;
  }
  .p-request__circle .p-request__step-tag {
    position: relative;
    top: auto;
    left: auto;
    font-family: "Futura", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 3.3333333333vw;
    color: #EF5E01;
    line-height: 1;
    margin-right: 4px;
  }
  .p-request__circle .p-request__step-num {
    position: relative;
    top: auto;
    left: auto;
    font-family: "Futura", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 4.8717948718vw;
    color: #EF5E01;
    line-height: 1;
  }
  .p-request__circle {
    /* 線下の文字: Noto Sans Bold 22px / #EF5E01 / 改行なし */
  }
  .p-request__circle-text {
    position: absolute;
    top: 14.8717948718vw;
    left: 30.3846153846vw;
    transform: none;
    width: auto;
    text-align: left;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 5.641025641vw;
    color: #EF5E01;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
    z-index: 2;
  }
  .p-request__circle-text br {
    display: none;
  }
  .p-request__circle {
    /* 🟠 4つ目の箱: 枠取りのみ（背景塗りなし） */
  }
  .p-request__circle--orange {
    background-color: transparent;
    border: 2px solid #FFFFFF;
  }
  .p-request__circle--orange::before, .p-request__circle--orange::after {
    display: none;
  }
  .p-request__circle--orange .p-request__circle-orange-main {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 5.1282051282vw;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 5.641025641vw;
    color: #FFF600;
    text-align: center;
    line-height: 1.3;
    white-space: nowrap;
  }
  .p-request__circle--orange .p-request__circle-orange-main br {
    display: none;
  }
  .p-request__circle--orange .p-request__circle-orange-sub {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 1.5384615385vw;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 3.0769230769vw;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
  }
  .p-request {
    /* 矢印: 55px * 26.5px / 下部余白 9px */
  }
  .p-request__arrow {
    width: 14.1025641026vw;
    height: 6.7948717949vw;
    margin: 0 0 2.3076923077vw 0;
    transform: none;
  }
  .p-request__arrow img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-request {
    /* 6. 下部資料請求バナー (.p-trouble同等完全移植) */
  }
  .p-request__banner-box {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 89.7435897436vw;
    max-width: 350px;
    height: 72.3076923077vw;
    max-height: 282px;
    margin: 7.6923076923vw auto 0;
    padding-top: 6.9230769231vw;
    border-width: 2px;
    overflow: visible;
  }
  .p-request__banner-box .p-request__banner-mascot1 {
    position: absolute;
    top: 14.6153846154vw;
    left: 0;
    right: auto;
    width: 33.8461538462vw;
    max-width: 132px;
    height: 56.9230769231vw;
    max-height: 222px;
    z-index: 1;
  }
  .p-request__banner-box .p-request__banner-mascot1 picture,
  .p-request__banner-box .p-request__banner-mascot1 img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-request__banner-box .p-request__banner-mascot2 {
    position: absolute;
    top: 14.6153846154vw;
    left: 66%;
    right: auto;
    width: 29.4871794872vw;
    max-width: 115px;
    height: 56.9230769231vw;
    max-height: 222px;
    z-index: 1;
  }
  .p-request__banner-box .p-request__banner-mascot2 picture,
  .p-request__banner-box .p-request__banner-mascot2 img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-request__banner-box .p-request__banner-title {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: min(5.8974358974vw, 23px);
    color: #EF5E01;
    line-height: 1.4782608696;
    margin: 0 0 3.8461538462vw 0;
    z-index: 10;
  }
  .p-request__banner-box .p-request__banner-desc {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: min(4.1025641026vw, 16px);
    color: #4A4A4A;
    line-height: 1.75;
    margin: 0 0 5.1282051282vw 0;
    z-index: 10;
  }
  .p-request__banner-box .p-request__banner-btn {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 71.7948717949vw;
    max-width: 280px;
    height: 12.3076923077vw;
    max-height: 48px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 20;
  }
  .p-request__banner-box .p-request__banner-btn picture, .p-request__banner-box .p-request__banner-btn-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .p-request__banner-box .p-request__banner-btn picture img, .p-request__banner-box .p-request__banner-btn-bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .p-request__banner-box .p-request__banner-btn .p-request__banner-text, .p-request__banner-box .p-request__banner-btn-text {
    position: relative;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: min(3.8461538462vw, 15px);
    color: #FFFFFF;
    z-index: 2;
    line-height: 1;
  }
  .p-request__banner-box .p-request__banner-icon {
    display: none;
  }
}

.l-footer {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 3.854vw;
  background-color: #67CAE0;
  z-index: 1;
}
.l-footer__inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.l-footer__group {
  position: absolute;
  top: 1.458vw;
  left: 26.563vw;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 1920px) {
  .l-footer__group {
    top: 28px;
    left: 510px;
  }
}
.l-footer__text1 {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.938vw;
  color: #FFFFFF;
  line-height: 1;
  white-space: nowrap;
}
@media (min-width: 1920px) {
  .l-footer__text1 {
    font-size: 18px;
  }
}
.l-footer__text2 {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.729vw;
  color: #FFFFFF;
  line-height: 1;
  white-space: nowrap;
  margin-left: 1.563vw;
  margin-top: 0.156vw;
}
@media (min-width: 1920px) {
  .l-footer__text2 {
    font-size: 14px;
    margin-left: 30px;
    margin-top: 3px;
  }
}
.l-footer__text3 {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 0.677vw;
  color: #FFFFFF;
  line-height: 1;
  white-space: nowrap;
  margin-left: 20.938vw;
}
@media (min-width: 1920px) {
  .l-footer__text3 {
    font-size: 13px;
    margin-left: 402px;
  }
}
@media (min-width: 1920px) {
  .l-footer {
    height: 74px;
  }
}
.l-footer {
  /* ----------------------------------------------------------------------
     SP（スマホ）用 スタイル（基準幅 390px 完全展開版）
     ---------------------------------------------------------------------- */
}
@media (max-width: 1139px) {
  .l-footer {
    height: 44.8717948718vw;
    padding-top: 8.2051282051vw;
    box-sizing: border-box;
  }
  .l-footer__group {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .l-footer {
    /* 要素①: Bold 18px / 要素の高さ 26px */
  }
  .l-footer__text1 {
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 4.6153846154vw;
    color: #FFFFFF;
    line-height: 1.4444444444;
    margin: 0;
  }
  .l-footer {
    /* 要素②: その下 10px / Bold 14px / 要素の高さ 20px */
  }
  .l-footer__text2 {
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 3.5897435897vw;
    color: #FFFFFF;
    line-height: 1.4285714286;
    margin-left: 0;
    margin-top: 2.5641025641vw;
  }
  .l-footer {
    /* 要素③: その下 30px / DemiLight(350) 13px / 要素の高さ 19px */
  }
  .l-footer__text3 {
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 350;
    font-size: 3.3333333333vw;
    color: #FFFFFF;
    line-height: 1.4615384615;
    margin-left: 0;
    margin-top: 7.6923076923vw;
  }
}/*# sourceMappingURL=style.css.map */