html {
  font-family: "Noto Sans JP", sans-serif;
  color: #464343 !important;
  position: relative;
  font-feature-settings: 'palt' on;
}

body {
  color: #464343 !important;
}

@media screen and (max-width: 900px) {
  body {
    min-width: unset !important;
  }
}

.is-win-zoomed body {
    zoom: 0.8; /* ★ここを0.8〜0.85あたりで微調整！全体が均等に縮小されるよ */
}


main {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

a {
  color: #464343;
}
a:hover {
  color: #464343;
  text-decoration: underline;
}

/* common */
#lp span {
  display: inline-block;
}

#lp img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

#lp picture {
  display: block;
}

/* common */
.pc-only {
  display: block;
}

#lp .pc-only {
  display: block;
}

#lp .br-pc-only {
  display: inline-block;
}

.sp-only {
  display: none;
}

#lp .sp-only {
  display: none;
}

#lp .br-sp-only {
  display: none;
}

#lp .--blue {
  color: #2864f0;
}

#lp .--white {
  color: #fff;
}

.l-lpWrapper {
  padding-left: 25px;
  padding-right: 25px;
}

.l-lpInner {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .pc-only {
    display: none;
  }

  #lp .pc-only {
    display: none;
  }

  #lp .br-pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  #lp .sp-only {
    display: block;
  }

  #lp .br-sp-only {
    display: inline-block;
  }

  .l-lpWrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-lpInner {
    max-width: 335px;
  }
}

.u-en {
  font-feature-settings: 'palt' on;
  font-family: Montserrat;
}

.u-blue {
  color: #2864f0 !important;
}

.u-orange {
  color: #FA6414 !important;
}

.c-subHead {
  text-align: center;
}

.c-subHead span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.c-subHead span::before {
  background: url(../images/subHead-deco-left.png) no-repeat center center/contain;
  content: '';
  height: 32px;
  left: -20px;
  position: absolute;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  width: 12px;
}

.c-subHead span::after {
  background: url(../images/subHead-deco-right.png) no-repeat center center/contain;
  content: '';
  height: 32px;
  right: -20px;
  position: absolute;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  width: 12px;
}

.c-head {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.4;
}

.c-head span.--strong {
  text-align: center;
  font-size: 80px;
  font-weight: 800;
  line-height: 1.4; 
  margin-top: -2px;
}

.c-ctaHead {
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.4;
  position: relative;
}

.c-ctaHead::before {
  background: url(../images/flow-sweee.png) no-repeat center center/contain;
  content: '';
  height: 233px;
  right: -100px;
  position: absolute;
  top: -40px;
  width: 233px;
}

.c-cta__wrapper {
  display: flex;
  max-width: 805px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 35px auto 0;
  position: relative;
}

.c-cta__wrapper::before {
  background: url(../images/flow-deco-left.png) no-repeat center center/contain;
  content: '';
  height: 261px;
  left: -310px;
  position: absolute;
  top: -74px;
  width: 253px;
}

.c-cta__wrapper::after {
  background: url(../images/flow-deco-right.png) no-repeat center center/contain;
  content: '';
  height: 78px;
  right: -250px;
  position: absolute;
  top: 64px;
  width: 175px;
}

.c-cta__left {
  max-width: 488px;
  width: 100%;
}

.c-cta__txt01 {
  text-align: center;
}

.c-cta__txt01 span {
  color: #FFF;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: relative;
}

.c-cta__txt01 span::before {
  background: url(../images/cta-txt-deco-left.png) no-repeat center center/contain;
  content: '';
  height: 28px;
  left: -16px;
  position: absolute;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  width: 10px;
}

.c-cta__txt01 span::after {
  background: url(../images/cta-txt-deco-right.png) no-repeat center center/contain;
  content: '';
  height: 28px;
  right: -16px;
  position: absolute;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  width: 10px;
}

.c-cta__btn {
  margin-top: 12px;
  max-width: 488px;
  width: 100%;
  border-radius: 999px;
  background: #FA6414;
  box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.13);
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  display: block;
  padding-top: 11px;
  padding-bottom: 12px;
  position: relative;
  transition: opacity .3s ease;
}

.c-cta__btn::before {
  background: url(../images/arrow-og.png) no-repeat center center/contain;
  content: '';
  height: 56px;
  right: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
}

.c-cta__btn span.--01 {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.c-cta__btn span.--02 {
  margin-top: -6px;
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}

.c-cta__list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.c-cta__list > li {
  padding-left: 46px;
  position: relative;
  color: #FFF;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .04em;
}

.c-cta__list > li::before {
  background: url(../images/check-white.png) no-repeat center center/contain;
  content: '';
  height: 34px;
  left: 0;
  position: absolute;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  width: 34px;
}

.c-cta__txt {
  margin-top: 30px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .02em;
}

.c-cta__txt > button {
  color: #FFD278;
  text-decoration: underline;
  transition: opacity .3s ease;
  transform: translateY(-3px);
}

.c-cta__txt > button.--02 {
  color: #2864F0;
}

@media screen and (min-width: 901px) {
  .c-cta__btn:hover {
    opacity: .7;
  }

  .c-cta__txt > button:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 900px) {
  .c-subHead span {
    font-size: 15px;
  }

  .c-subHead span::before {
    height: 20px;
    left: -12px;
    top: calc(50% + 1px);
    width: 7px;
  }

  .c-subHead span::after {
    height: 20px;
    right: -12px;
    top: calc(50% + 1px);
    width: 7px;
  }

  .c-head {
    font-size: 30px;
  }

  .c-head span.--strong {
    margin-top: -6px;
    font-size: 60px;
  }

  .c-ctaHead {
    text-align: left;
    font-size: 33px;
  }

  .c-ctaHead::before {
    height: 165px;
    right: -30px;
    top: 173px;
    width: 165px;
  }

  .c-cta__wrapper {
    flex-direction: column-reverse;
    justify-content: left;
    align-items: flex-start;
    margin: 18px auto 0;
  }

  .c-cta__wrapper::before {
    background: url(../images/folw-deco-sp.png) no-repeat center center/contain;
    height: 99px;
    left: unset;
    right: -82px;
    top: -202px;
    width: 182px;
  }

  .c-cta__wrapper::after {
    content: none;
  }

  .c-cta__txt01 span {
    font-size: 16px;
    margin-top: 17px;
  }

  .c-cta__txt01 span::before {
    height: 19px;
    left: -13px;
    width: 7px;
  }

  .c-cta__txt01 span::after {
    height: 19px;
    right: -13px;
    width: 7px;
  }

  .c-cta__btn {
    margin-top: 10px;
    padding-top: 7px;
    padding-bottom: 7.3px;
  }

  .c-cta__btn::before {
    height: 38px;
    right: 15px;
    width: 38px;
  }

  .c-cta__btn span.--01 {
    font-size: 14px;
  }

  .c-cta__btn span.--02 {
    margin-top: -4px;
    font-size: 24px;
  }

  .c-cta__list {
    gap: 5px;
    padding-left: 8px;
  }

  .c-cta__list > li {
    padding-left: 28px;
    font-size: 22px;
  }

  .c-cta__list > li::before {
    height: 23px;
    width: 23px;
  }

  .c-cta__txt {
    margin-top: 12px;
    font-size: 10px;
  }

  .c-cta__txt > button {
    transform: translateY(-1px);
  }
}

/*===========================================================================*/
/*  c-modal  */
/*===========================================================================*/
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 12px;
  overflow: auto;
  box-sizing: border-box;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 100000000;
}
.c-modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
@media (max-width: 900px) {
  .c-modal::before {
    height: auto;
  }
}
.c-modal.is-open {
  display: block;
  opacity: 1;
  visibility: visible;
  animation: fadeIn 0.3s ease-out;
}
.c-modal__container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 720px;
  width: 100%;
}
@media (max-width: 900px) {
  .c-modal__container {
    max-width: 500px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
  }
}
.c-modal__open {
  font-size: 16px;
  font-weight: bold;
  width: 300px;
  height: 60px;
  color: #fff;
  background: #000;
  border: none;
  cursor: pointer;
}
.c-modal__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}
.c-modal__content {
  background: #fff;
  text-align: center;
  line-height: 1;
  padding: 60px 0;
  border-radius: 30px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2);
  width: 720px;
}
@media (max-width: 900px) {
  .c-modal__content {
    padding: 45px 17px 40px;
    border-radius: 20px;
    width: 100%;
  }
}
.c-modal__text {
  color: #2864f0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .c-modal__text {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.c-modal__text svg,
.c-modal__text span {
  vertical-align: middle;
}
.c-modal__title {
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .c-modal__title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 18px;
  }
}
.c-modal__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 25px;
}
@media (max-width: 900px) {
  .c-modal__list {
    margin-bottom: 21px;
    align-items: flex-end;
  }
}
.c-modal__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.c-modal__list li:nth-child(1) {
  padding-right: 53px;
}
@media (max-width: 900px) {
  .c-modal__list li:nth-child(1) {
    padding-right: 18px;
  }
}
.c-modal__list li:nth-child(1)::before {
  content: "";
  width: 9px;
  height: 135px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/modal_border.svg) no-repeat center center/contain;
}
@media (max-width: 900px) {
  .c-modal__list li:nth-child(1)::before {
    width: 6px;
    height: 79px;
    background: url(../images/modal_border_sp.svg) no-repeat center center/contain;
  }
}
.c-modal__list li:nth-child(2) {
  padding-right: 28px;
  padding-left: 27px;
}
@media (max-width: 900px) {
  .c-modal__list li:nth-child(2) {
    padding-left: 10px;
    padding-right: 16px;
  }
}
.c-modal__list li:nth-child(2)::before {
  content: "";
  width: 9px;
  height: 135px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/modal_border.svg) no-repeat center center/contain;
}
@media (max-width: 900px) {
  .c-modal__list li:nth-child(2)::before {
    width: 6px;
    height: 79px;
    background: url(../images/modal_border_sp.svg) no-repeat center center/contain;
  }
}
.c-modal__list li:nth-child(3) {
  padding-left: 48px;
}
@media (max-width: 900px) {
  .c-modal__list li:nth-child(3) {
    padding-left: 12px;
  }
}
.c-modal__list__title {
  padding-top: 5px;
  color: #2864f0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 15px;
}
@media (max-width: 900px) {
  .c-modal__list__title {
    font-size: 8px;
    margin-top: 7px;
  }
}
.c-modal__image {
  width: 70px;
  height: 70px;
}
.c-modal__image:nth-child(1) {
  width: 80px;
}
@media (max-width: 900px) {
  .c-modal__image:nth-child(1) {
    width: 44px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .c-modal__image:nth-child(2) {
    width: 39px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .c-modal__image:nth-child(3) {
    width: 42px;
    height: auto;
  }
}
.c-modal__button {
  margin: 0 auto;
  display: block;
  width: 70%;
  padding: 29px 40px 29px 30px;
  border-radius: 90px;
  background: url(../images/modal_arrow.svg) no-repeat;
  background-size: 33px 32px;
  background-position: right 18px center;
  background-color: #fa6414;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.066rem;
}
@media (max-width: 900px) {
  .c-modal__button {
    max-width: 300px;
    width: 100%;
    padding: 22px 28px 23px 0px;
    background-position: right 16px center;
    font-size: 18px;
    letter-spacing: -0.054rem;
    margin-bottom: 17px;
  }
}
.c-modal__button:hover {
  color: #fff;
}
.c-modal__login {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 900px) {
  .c-modal__login {
    font-size: 12px;
    line-height: 1.4;
  }
}
.c-modal__login__link {
  color: #2864f0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration-line: underline;
}
@media (max-width: 900px) {
  .c-modal__login__link {
    font-size: 12px;
    line-height: 1.4;
  }
}
.c-modal__login__link:hover {
  color: #2864f0;
  text-decoration-line: underline;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}


/*===========================================================================*/
/*  head  */
/*===========================================================================*/
.p-lpHeader {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1542px;
  padding: 26px 50px 26px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
}

.p-lpHeader__logo {
  width: 254px;
}

.p-lpHeader__list {
  display: flex;
  gap: 16px;
}

.p-lpHeader__list > li {
  padding-left: 29px;
  position: relative;
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .04em;
}

.p-lpHeader__list > li::before {
  background: url(../images/check-og.png) no-repeat center center/contain;
  content: '';
  height: 22px;
  left: 0;
  position: absolute;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  width: 22px;
}

@media screen and (max-width: 900px) {
  .p-lpHeader {
    padding: 15px 20px 15px 15px;
    align-items: unset;
  }

  .p-lpHeader__logo {
    width: 153px;
  }

  .p-lpHeader__list {
    flex-direction: column;
    gap: 2.7px;
  }

  .p-lpHeader__list > li {
    padding-left: 16px;
    font-size: 12px;
  }

  .p-lpHeader__list > li::before {
    height: 12px;
    width: 12px;
  }
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-lpMv {
  position: relative;
  background: linear-gradient(180deg, #2864F0 0%, #3771F3 50.39%, #72A4FF 100%);
  padding: 127px 88px 48px;
}

.p-lpMv::before {
  background: url(../images/mv-bg.png) no-repeat center center/contain;
  content: '';
  max-height: 765px;
  height: 100%;
  left: calc(50% - 21px);
  transform: translateX(-50%);
  position: absolute;
  bottom: 0px;
  width: 1542px;
}

.p-lpMv__inner {
  position: relative;
}

.p-lpMv__head {
  color: #FFF;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.8; 
}

.p-lpMv__cta {
  margin-top: 267px;
  max-width: 488px;
  width: 100%;
  padding-left: 32px;
}

.p-lpMv__cta--txt01 {
  text-align: center;
  position: relative;
}

.p-lpMv__cta--txt01::before {
  background: url(../images/txt-bg.png) no-repeat center center/contain;
  content: '';
  height: 76px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 435px;
  opacity: 0.5;
}

.p-lpMv__cta--txt01 span {
  color: #FFF;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.p-lpMv__cta--txt01 span::before {
  background: url(../images/cta-txt-deco-left.png) no-repeat center center/contain;
  content: '';
  height: 28px;
  left: -16px;
  position: absolute;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  width: 10px;
}

.p-lpMv__cta--txt01 span::after {
  background: url(../images/cta-txt-deco-right.png) no-repeat center center/contain;
  content: '';
  height: 28px;
  right: -16px;
  position: absolute;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  width: 10px;
}

.p-lpMv__cta--btn {
  position: relative;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  display: block;
  max-width: 488px;
  width: 100%;
  height: 102px;
  border-radius: 999px;
  background-color: #FA6414;
  padding-top: 11px;
  padding-bottom: 12px;
  box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.13);
  transition: opacity .3s ease;
}

.p-lpMv__cta--btn::before {
  background: url(../images/arrow-og.png) no-repeat center center/contain;
  content: '';
  height: 56px;
  right: 22.3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
}

.p-lpMv__cta--btn span.--01 {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.p-lpMv__cta--btn span.--02 {
  position: relative;
  margin-top: -6px;
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}

.p-lpMv__cta--txt02 {
  margin-top: 12px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .02em;
}

.p-lpMv__cta--txt02 button {
  color: #FFD278;
  text-decoration: underline;
  transition: opacity .3s ease;
  transform: translateY(-2px);
}

@media screen and (min-width: 901px) {
  .p-lpMv__cta--btn:hover {
    opacity: .7;
  }

  .p-lpMv__cta--txt02 button:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 900px) {
  .p-lpMv {
    padding: 395px 20px 51px;
  }

  .p-lpMv::before {
    background: url(../images/mv-bg-sp.png) no-repeat center center/cover;
    content: '';
    max-height: unset;
    height: 613px;
    left: calc(50%);
    bottom: unset;
    top: 79px;
    width: 520px;
  }

  .p-lpMv__head {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5; 
  }

  .p-lpMv__cta {
    margin-top: 66px;
    padding-left: 0px;
  }

  .p-lpMv__cta--txt01::before {
    height: 56px;
    width: 300px;
  }

  .p-lpMv__cta--txt01 span {
    font-size: 16px;
  }

  .p-lpMv__cta--txt01 span::before {
    height: 19px;
    left: -12px;
    top: calc(50% + 2px);
    width: 7px;
  }

  .p-lpMv__cta--txt01 span::after {
    height: 19px;
    right: -12px;
    top: calc(50% + 2px);
    width: 7px;
  }

  .p-lpMv__cta--btn {
    padding-left: 0;
    margin-top: 10px;
    height: 68px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .p-lpMv__cta--btn::before {
    height: 38px;
    right: 15px;
    width: 38px;
  }

  .p-lpMv__cta--btn span.--01 {
    font-size: 14px;
  }

  .p-lpMv__cta--btn span.--02 {
    margin-top: -6px;
    font-size: 24px;
  }

  .p-lpMv__cta--txt02 {
    margin-top: 10px;
    font-size: 12px;
  }
}

/*===========================================================================*/
/*  p-lpMv__bar  */
/*===========================================================================*/
.p-lpMv__bar {
  padding-top: 24px;
  padding-bottom: 25px;
  text-align: center;
  background-color: #EBF3FF;
  display: flex;
  justify-content: center;
}

.p-lpMv__bar--ttl span {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 8px 2px;
  background-color: #4D84F7;
  border-radius: 3px;
}

.p-lpMv__bar--txt {
  color: #4D84F7;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 10px;
}

@media screen and (max-width: 900px) {
  .p-lpMv__bar {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
  }

  .p-lpMv__bar--ttl span {
    font-size: 13px;
  }

  .p-lpMv__bar--txt {
    margin-top: 3px;
    font-size: 14px;
    padding-left: 0;
  }
}

/*===========================================================================*/
/*  p-lpProblem  */
/*===========================================================================*/
.p-lpProblem {
  background-image: url(../images/probrem-bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 86px;
  padding-bottom: 32px;
  background-color: #F0EDED;
}

.p-lpProblem__txt01 {
  margin: 0 auto;
  width: 616px;
}

.p-lpProblem__head {
  margin-top: 9px;
  color: #FFF;
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.5;
}

.p-lpProblem__img {
  width: 874px;
  margin: 2px auto;
  transform: translateX(-5px);
}

@media screen and (max-width: 900px) {
  .p-lpProblem {
    position: relative;
    background-image: none;
    padding-top: 44px;
    padding-bottom: 26px;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .p-lpProblem::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/probrem-bg-sp.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: -1;
  }

  .p-lpProblem__txt01 {
    width: 260px;
  }

  .p-lpProblem__head {
    margin-top: 7.7px;
    font-size: 34px;
  }

  .p-lpProblem__img {
    width: 352px;
    margin: 19px auto;
  }
}

.modal-open #lpCta {
  opacity: 0 !important;
  pointer-events: none !important; /* クリックできないようにする */
}

/*===========================================================================*/
/*  p-lpChenge  */
/*===========================================================================*/
.p-lpChenge {
  background-color: #F0EDED;
  padding-top: 73px;
  padding-bottom: 123px;
}

.p-lpChenge__subHead {
  text-align: center;
}

.p-lpChenge__subHead span {
  position: relative;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 10px;
  padding: 13px 24px 15px;
}

.p-lpChenge__subHead span::before {
  background: url(../images/chenge-deco.png) no-repeat center center/contain;
  content: '';
  height: 33px;
  left: calc(50% - 15px);
  transform: translateX(-50%);
  position: absolute;
  bottom: -19px;
  width: 44px;
}

.p-lpChenge__head {
  margin-top: 31px;
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.4;
}

.p-lpChenge__list {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  gap: 33px;
}

.p-lpChenge__list > li {
  width: 33.3%;
  background-color: #fff;
  border-radius: 20px;
  padding: 44px 30px 30px;
}

.p-lpChenge__list--img {
  width: 145px;
  margin: 0 auto;
}

.p-lpChenge__list--head {
  text-align: center;
  font-feature-settings: 'palt' on;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 43px;
}
.p-lpChenge__list--head.--03 {
  margin-top: 19px;
}

.p-lpChenge__list--txt {
  margin-top: 36px;
  text-align: justify;
  font-feature-settings: 'palt' on;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .05em;
}
.p-lpChenge__list--txt.--03 {
  margin-top: 15px;
}

.p-lpChenge__risk {
  margin-top: 40px;
  padding: 17px 17px 47px;
  border: 7px solid #AAC8FF;
  border-radius: 20px;
  background-color: #fff;
}

.p-lpChenge__risk--head {
  background-color: #2864F0;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 6px;
  text-align: center;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5; 
}

.p-lpChenge__risk--list {
  padding-left: 28px;
  padding-right: 28px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
  position: relative;
}

.p-lpChenge__risk--list::before {
  content: '';
  height: 110%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  width: 1px;
  border-left: 1px dotted #A2A2A2;
}

.p-lpChenge__risk--list li {
  width: 45%;
  padding-left: 45px;
  position: relative;
}

.p-lpChenge__risk--list li::before {
  background: url(../images/og-point.png) no-repeat center center/contain;
  content: '';
  height: 33px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 33px;
}

.p-lpChenge__risk--list-head {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

.p-lpChenge__risk--list-txt {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .03em;
  margin-top: 8px;
}

@media screen and (max-width: 900px) {
  .p-lpChenge {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .p-lpChenge__subHead span {
    font-size: 15px;
    border-radius: 8px;
    padding: 9px 16px 10px;
  }

  .p-lpChenge__subHead span::before {
    height: 23px;
    left: calc(50% - 11px);
    bottom: -14px;
    width: 31px;
  }

  .p-lpChenge__head {
    margin-top: 24px;
    font-size: 32px;
  }

  .p-lpChenge__list {
    margin-top: 22px;
    gap: 20px;
    flex-direction: column;
  }

  .p-lpChenge__list > li {
    width: 100%;
    border-radius: 15px;
    padding: 40px 30px 30px;
  }

  .p-lpChenge__list--head {
    font-size: 30px;
    margin-top: 20px;
  }
  .p-lpChenge__list--head.--03 {
    margin-top: unset;
  }

  .p-lpChenge__list--txt {
    margin-top: 10px;
    font-size: 14px;
  }
  .p-lpChenge__list--txt.--03 {
    margin-top: unset;
  }

  .p-lpChenge__risk {
    margin-top: 28px;
    padding: 10px 10px 15px;
    border: 5px solid #AAC8FF;
    border-radius: 15px;
  }

  .p-lpChenge__risk--head {
    font-size: 19px; 
  }

  .p-lpChenge__risk--list {
    padding-left: 7px;
    padding-right: 9px;
    margin-top: 16px;
    flex-direction: column;
    row-gap: 11px;
  }

  .p-lpChenge__risk--list::before {
    content: none;
  }

  .p-lpChenge__risk--list li {
    width: 100%;
    padding-left: 33px;
  }

  .p-lpChenge__risk--list li::before {
    height: 24px;
    top: 1px;
    width: 24px;
  }

  .p-lpChenge__risk--list-head {
    font-size: 18px;
  }

  .p-lpChenge__risk--list-txt {
    font-size: 14px;
    margin-top: 5px;
  }
}

/*===========================================================================*/
/*  p-lpFlow  */
/*===========================================================================*/
.p-lpFlow {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #F2F7FF;
  z-index: 1;
}

.p-lpFlow::before {
  background: linear-gradient(0deg, #2864F0 0%, #6C9FFE 62.5%, rgba(108, 159, 254, 0.00) 100%);
  content: '';
  height: 817px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.p-lpFlow--head {
  margin-top: 15px;
}

.p-lpFlow--img-wrapper {
  position: relative;
  margin-top: 73px;
  padding: 115px 82px 58px 61px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 10px 10px 25px 0 rgba(4, 22, 103, 0.05);
}

.p-lpFlow--imgHead {
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 24px;
  border: solid 7px #F2F7FF;
  padding: 10px 31px 10px 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 654px;
  width: 100%;
}

.p-lpFlow--imgHead--txt01 span {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 8px 8.5px 8px;
  background-color: #2864F0;
  border-radius: 9px;
}

.p-lpFlow--imgHead--logo {
  width: 364px;
  padding-left: 3px;
  transform: translateY(4px);
}

.p-lpFlow--imgHead--txt02 {
  margin-left: -30px;
  color: #2864F0;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .08em;
}

.p-lpFlow--img {
  width: 957px;
  margin: 0 auto;
}

.p-lpFlow__ctaHead {
  margin-top: 100px;
}

@media screen and (max-width: 900px) {
  .p-lpFlow {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .p-lpFlow--head {
    margin-top: 9px;
  }

  .p-lpFlow::before {
    height: 940px;
  }

  .p-lpFlow--img-wrapper {
    margin-top: 46px;
    padding: 56px 8px 28px 32px;
    border-radius: 15px;
  }

  .p-lpFlow--imgHead {
    top: -34px;
    border-radius: 15px;
    border: solid 3px #F2F7FF;
    padding: 10px 12px 10px 13px;
    max-width: 293px;
  }

  .p-lpFlow--imgHead--txt01 span {
    font-size: 11px;
    padding: 2px 3px 3px 3px;
    border-radius: 4px;
  }

  .p-lpFlow--imgHead--logo {
    width: 162px;
    padding-left: 1px;
    transform: translateY(2px);
  }

  .p-lpFlow--imgHead--txt02 {
    margin-left: -12px;
    font-size: 13px;
  }

  .p-lpFlow--img {
    width: 296px;
  }

  .p-lpFlow__ctaHead {
    margin-top: 34px;
    padding-left: 8px;
  }
}

/*===========================================================================*/
/*  p-lpArchive  */
/*===========================================================================*/
.p-lpArchive {
  background-color: #F2F7FF;
  padding-top: 120px;
  padding-bottom: 82px;
}

.p-lpArchive__head {
  position: relative;
}

.p-lpArchive__head::before {
  background: url(../images/archive-deco-left.png) no-repeat center center/contain;
  content: '';
  height: 185px;
  left: -118px;
  position: absolute;
  top: 15px;
  width: 303px;
}

.p-lpArchive__head::after {
  background: url(../images/archive-deco-right.png) no-repeat center center/contain;
  content: '';
  height: 214px;
  right: -117px;
  position: absolute;
  top: -14px;
  width: 302px;
}

.p-lpArchive__list {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  margin-top: 42px;
}

.p-lpArchive__list > li {
  width: 50%;
}

.p-lpArchive__list--upper {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 43px 39px;
}

.p-lpArchive__list--txt01 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5; 
  text-align: center;
}

.p-lpArchive__list--txt01 span {
  font-size: 18px;
  transform: translateY(-7px);
}

.p-lpArchive__list--img {
  width: 451px;
  padding-top: 18px;
  margin: 0 auto;
}

.p-lpArchive__txt02 {
  margin-top: 20px;
  color: #7B7B7B;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .02em;
}

@media screen and (max-width: 900px) {
  .p-lpArchive {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .p-lpArchive__head::before {
    background: url(../images/archive-deco-sp.png) no-repeat center center/contain;
    height: 155px;
    left: calc(50% - 5px);
    transform: translateX(-50%);
    top: -12px;
    width: 387px;
  }

  .p-lpArchive__head::after {
    content: none;
  }

  .p-lpArchive__list {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  .p-lpArchive__list > li {
    width: 100%;
  }

  .p-lpArchive__list--upper {
    border-radius: 15px;
    padding: 25px 22px 18px;
  }

  .p-lpArchive__list--txt01 {
    font-size: 17px;
  }

  .p-lpArchive__list--txt01 span {
    font-size: 12px;
    transform: translateY(-4px);
  }

  .p-lpArchive__list--img {
    width: 100%;
    padding-top: 10px;
  }

  .p-lpArchive__txt02 {
    margin-top: 5px;
    font-size: 10px;
  }
}

/*===========================================================================*/
/*  p-lpReason  */
/*===========================================================================*/
.p-lpReason {
  padding-top: 120px;
  padding-bottom: 120px;
}

.p-lpReason__head {
  margin-top: -6px;
}

.p-lpReason__list01 {
  display: flex;
  flex-direction: column;
  gap: 38px;
  margin-top: 33px;
}

.p-lpReason__list01 > li {
  position: relative;
  background-color: #F2F7FF;
  border-radius: 20px;
  padding: 20px 20px 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-lpReason__list01 > li:nth-of-type(1):before {
  background: url(../images/reason-num01.png) no-repeat center center/contain;
  content: '';
  height: 90px;
  left: 50px;
  position: absolute;
  top: -23px;
  width: 110px;
}
.p-lpReason__list01 > li:nth-of-type(2):before {
  background: url(../images/reason-num02.png) no-repeat center center/contain;
  content: '';
  height: 90px;
  left: 50px;
  position: absolute;
  top: -23px;
  width: 110px;
}
.p-lpReason__list01 > li:nth-of-type(3):before {
  background: url(../images/reason-num03.png) no-repeat center center/contain;
  content: '';
  height: 90px;
  left: 50px;
  position: absolute;
  top: -23px;
  width: 110px;
}

.p-lpReason__list01--txts {
  max-width: 540px;
  width: 100%;
}

.p-lpReason__list01--head {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-top: 8px;
}

.p-lpReason__list01--head.--01 {
  margin-top: 23px;
}

.p-lpReason__list01--txt {
  margin-top: 12px;
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .05em;
}

.p-lpReason__list02 {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}

.p-lpReason__list02 > li {
  width: 240px;
  padding-left: 22px;
  position: relative;
  color: #2864F0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .02em;
}

.p-lpReason__list02 > li::before {
  background: url(../images/check-blue.png) no-repeat center center/contain;
  content: '';
  height: 16px;
  left: 0;
  position: absolute;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  width: 16px;
}

.p-lpReason__img {
  width: 451px;
}

@media screen and (max-width: 900px) {
  .p-lpReason {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .p-lpReason__head {
    margin-top: 5px;
  }

  .p-lpReason__head span {
    transform: translateY(-8px);
  }

  .p-lpReason__list01 {
    gap: 34px;
    margin-top: 32px;
  }

  .p-lpReason__list01 > li {
    border-radius: 15px;
    padding: 10px 10px 30px 10px;
    flex-direction: column-reverse;
  }

  .p-lpReason__list01 > li:nth-of-type(1):before {
    height: 60px;
    left: -2px;
    top: -22px;
    width: 73px;
  }
  .p-lpReason__list01 > li:nth-of-type(2):before {
    height: 60px;
    left: -2px;
    top: -22px;
    width: 73px;
  }
  .p-lpReason__list01 > li:nth-of-type(3):before {
    height: 60px;
    left: -2px;
    top: -22px;
    width: 73px;
  }

  .p-lpReason__list01--head {
    margin-top: 17px;
    font-size: 25px;
    text-align: center;
  }

  .p-lpReason__list01--head.--01 {
    margin-top: 17px;
  }

  .p-lpReason__list01--txts {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-lpReason__list01--txt {
    margin-top: 13px;
    font-size: 14px;
  }

  .p-lpReason__list02 {
    margin-top: 12px;
  }

  .p-lpReason__list02 > li {
    width: 50%;
    padding-left: 20px;
    font-size: 13px;
  }

  .p-lpReason__list02.--03 > li {
    width: 100%;
  }

  .p-lpReason__list02 > li::before {
    height: 15px;
    width: 15px;
    top: 12px;
    transform: translateY(unset);
  }

  .p-lpReason__img {
    width: 100%;
  }
}

/*===========================================================================*/
/*  p-lpSuport  */
/*===========================================================================*/
.p-lpSuport {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #F2F7FF;
}

.p-lpSuport__head {
  margin-top: 10px;
}

.p-lpSuport__list01 {
  position: relative;
  display: flex;
  row-gap: 77px;
  column-gap: 36px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 87px;
}

.p-lpSuport__list01::before {
  background: url(../images/suport-sweee.png) no-repeat center center/contain;
  content: '';
  height: 268px;
  right: -121px;
  position: absolute;
  bottom: -96px;
  width: 268px;
  z-index: 1;
}

.p-lpSuport__list01 > li {
  width: calc(50% - 18px);
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 58px 40px 40px;
}

.p-lpSuport__list01--img {
  width: 110px;
  height: 110px;
  position: absolute;
  top: -47px;
  left: 50%;
  transform: translateX(-50%);
}

.p-lpSuport__list01--head {
  color: #464343;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
}

.p-lpSuport__list01--head span {
  position: relative;
  z-index: 1;
}

.p-lpSuport__list01--head span::before {
  background-color: #FFD278;
  content: '';
  height: 15px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  width: 102%;
  z-index: -1;
}

.p-lpSuport__list01--txt {
  margin-top: 25px;
  padding-top: 20px;
  border-top: dotted 1px #CACACA;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .05em;
}

.p-lpSuport__list02 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 15px;
}

.p-lpSuport__list02 > li {
  color: #2864F0;
  padding-left: 22px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .02em;
}

.p-lpSuport__list02 > li::before {
  background: url(../images/check-blue.png) no-repeat center center/contain;
  content: '';
  height: 16px;
  left: 0;
  position: absolute;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  width: 16px;
}

@media screen and (max-width: 900px) {
  .p-lpSuport {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .p-lpSuport__list01 {
    margin-top: 47px;
    row-gap: 40px;
    column-gap: 0;
  }

  .p-lpSuport__list01::before {
    content: none;
  }

  .p-lpSuport__list01 > li {
    width: 100%;
    border-radius: 15px;
    padding: 36px 20px 30px;
  }

  .p-lpSuport__list01--img {
    width: 70px;
    height: 70px;
    top: -30px;
  }

  .p-lpSuport__list01--head {
    font-size: 22px;
  }

  .p-lpSuport__list01--head span::before {
    height: 10px;
  }

  .p-lpSuport__list01--txt {
    margin-top: 13px;
    padding-top: 10px;
    font-size: 14px;
  }

  .p-lpSuport__list02 {
    gap: 3px;
    margin-top: 10px;
  }

  .p-lpSuport__list02 > li {
    padding-left: 17px;
    font-size: 16px;
  }

  .p-lpSuport__list02 > li::before {
    height: 12px;
    top: 13px;
    transform: translateY(unset);
    width: 12px;
  }
}

/*===========================================================================*/
/*  p-lpFeature  */
/*===========================================================================*/
.p-lpFeature {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.p-lpFeature::before {
  background: linear-gradient(0deg, #2864F0 0%, #6C9FFE 62.5%, rgba(108, 159, 254, 0.00) 100%);
  content: '';
  height: 817px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.p-lpFeature__head {
  margin-top: 10px;
}

.p-lpFeature__list01 {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-lpFeature__list01 > li {
  background-color: #fff;
  border-radius: 40px;
  border: solid 7px #F2F7FF;
  padding: 43px;
}

.p-lpFeature__list01--txt01 {
  text-align: center;
}

.p-lpFeature__list01--txt01 span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding: 4px 15px 5px;
  background-color: #2864F0;
  border-radius: 999px;
  color: #fff;
}

.p-lpFeature__list01--head {
  margin-top: 10px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-lpFeature__list01--bottom {
  margin-top: 15px;
  padding-top: 18px;
  border-top: dotted 1px #CACACA;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-lpFeature__list01--txts {
  width: calc(100% - 506px);
}

.p-lpFeature__list01--txt02 {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .05em;
}

.p-lpFeature__list02 {
  margin-top: 20px;
  padding: 25px 30px;
  background-color: #F2F7FF;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-lpFeature__list02 > li {
  padding-left: 22px;
  position: relative;
}

.p-lpFeature__list02 > li::before {
  background: url(../images/check-blue.png) no-repeat center center/contain;
  content: '';
  height: 16px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 16px;
}

.p-lpFeature__list02--head {
  color: #2864F0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .02em;
}

.p-lpFeature__list02--txt01 {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .05em;
}

.p-lpFeature__list02--txt02 {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .05em;
}

.p-lpFeature__list01--img {
  width: 471px;
}

.p-lpFeature__ctaHead {
  margin-top: 100px;
}

@media screen and (max-width: 900px) {
  .p-lpFeature {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .p-lpFeature::before {
    height: 993px;
  }

  .p-lpFeature__head {
    margin-top: 5px;
  }

  .p-lpFeature__list01 {
    margin-top: 25px;
    gap: 15px;
  }

  .p-lpFeature__list01 > li {
    border-radius: 15px;
    border: solid 5px #F2F7FF;
    padding: 35px 20px 30px;
  }

  .p-lpFeature__list01--txt01 span {
    font-size: 16px;
  }

  .p-lpFeature__list01--head {
    margin-top: 7px;
    font-size: 44px;
  }

  .p-lpFeature__list01--bottom {
    padding-top: 15px;
    flex-direction: column-reverse;
  }

  .p-lpFeature__list01--txts {
    width: 100%;
  }

  .p-lpFeature__list01--txt02 {
    margin-top: 5px;
    font-size: 16px;
  }

  .p-lpFeature__list02 {
    margin-top: 10px;
    padding: 15px;
    border-radius: 10px;
    gap: 10px;
  }

  .p-lpFeature__list02 > li {
    padding-left: 19px;
  }

  .p-lpFeature__list02 > li::before {
    top: 8px;
    height: 14px;
    width: 14px;
  }

  .p-lpFeature__list02--head {
    font-size: 18px;
  }

  .p-lpFeature__list02--txt01 {
    margin-top: 8px;
    font-size: 14px;
  }

  .p-lpFeature__list02--txt02 {
    margin-top: 3px;
  }

  .p-lpFeature__list01--img {
    width: 100%;
  }

  .p-lpFeature__ctaHead {
    margin-top: 40px;
  }

  .p-lpFeature__ctaHead {
    white-space: nowrap;
  }

  .p-lpFeature__ctaHead.c-ctaHead::before {
    height: 165px;
    right: -20px;
    top: 213px;
    width: 165px;
  }
  
  .p-lpFeature__cta--wrapper.c-cta__wrapper::before {
    background: url(../images/folw-deco-sp.png) no-repeat center center/contain;
    height: 99px;
    left: unset;
    right: -82px;
    top: -250px;
    width: 182px;
  }
}

/*===========================================================================*/
/*  p-lpExclusive  */
/*===========================================================================*/
.p-lpExclusive {
  background-color: #F2F7FF;
  padding-top: 120px;
  padding-bottom: 120px;
}

.p-lpExclusive__head {
  margin-top: 10px;
}

.p-lpExclusive__contents {
  background-color: #fff;
  border-radius: 40px;
  margin-top: 38px;
  padding: 72px 94px 85px;
}

.p-lpExclusive__contents--head {
  display: flex;
  justify-content: center;
  gap: 7px;
  align-items: center;
  position: relative;
}

.p-lpExclusive__contents--head::before {
  background: url(../images/exclusive-deco-left.png) no-repeat center center/contain;
  content: '';
  height: 112px;
  left: 0px;
  position: absolute;
  top: -11px;
  width: 235px;
}

.p-lpExclusive__contents--head::after {
  background: url(../images/exclusive-deco-right.png) no-repeat center center/contain;
  content: '';
  height: 122px;
  right: -60px;
  position: absolute;
  top: -21px;
  width: 280px;
}

.p-lpExclusive__contents--head span {
  color: #FFF;
  text-align: center;
  font-size: 73px;
  font-weight: 700;
  line-height: 1;
  background-color: #2864F0;
  padding: 3px 6px 11px 8px;
  border-radius: 4px;
}

.p-lpExclusive__contents--head-txt {
  color: #949494;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .05em;
  margin-top: 10px;
}

.p-lpExclusive__contents--list01 {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-lpExclusive__contents--list01-img {
  width: 198px;
}

.p-lpExclusive__content {
  display: flex;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E9E9E9;
}

.p-lpExclusive__content.--01 {
  padding-top: 50px;
}

.p-lpExclusive__content dt {
  width: 164px;
  color: #2864F0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.p-lpExclusive__content dd {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.p-lpExclusive__content--head02 {
  margin-top: 50px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}

.p-lpExclusive__content--txt02 {
  color: #949494;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5; 
  margin-top: 5px;
}

.p-lpExclusive__content--list02 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.p-lpExclusive__content--list02 > li {
  position: relative;
  width: 33.3%;
  border-radius: 10px;  
  background: #F2F7FF;
  padding: 15px 20px 20px;
}

.p-lpExclusive__content--list02 > li::before {
  background: url(../images/exclusive-arrow.png) no-repeat center center/contain;
  content: '';
  height: 32px;
  right: -43px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}

.p-lpExclusive__content--list02 > li:nth-of-type(3):before {
  content: none;
}

.p-lpExclusive__content--list02 > li:nth-of-type(1) {
  padding: 15px 20px 31px;
}

.p-lpExclusive__content--list02 > li .--step {
  color: #2864F0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
}

.p-lpExclusive__content--list02 > li .--txt01 {
  margin-top: 10px;
  padding-top: 10px;
  border-top: dotted 1px #CACACA;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.p-lpExclusive__content--list02 > li:nth-of-type(1) .--txt01 {
  margin-top: 15px;
  padding-top: 17px;
}

.p-lpExclusive__content--list02 > li .--txt02 {
  color: #7B7B7B;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 5px;
}

.p-lpExclusive__content--list03 {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-lpExclusive__content--list03 > li {
  padding-left: 22px;
  position: relative;
}

.p-lpExclusive__content--list03 > li::before {
  background-color: #464343;
  content: '';
  height: 4px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 4px;
  border-radius: 100%;
}

.p-lpExclusive__cta--btn {
  margin: 40px auto 0;
}

.p-lpExclusive__cta--txt {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #464343;
  margin-top: 10px;
}

.p-lpExclusive__cta--txt a {
  color: #2864F0;
}

@media screen and (max-width: 900px) {
  .p-lpExclusive {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .p-lpExclusive__head {
    margin-top: 5px;
  }

  .p-lpExclusive__contents {
    border-radius: 15px;
    margin-top: 20px;
    padding: 40px 20px;
  }

  .p-lpExclusive__contents--head {
    gap: 5px;
  }

  .p-lpExclusive__contents--head::before {
    background: url(../images/exclusive-deco-sp.png) no-repeat center center/contain;
    content: '';
    height: 107px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -31px;
    width: 325px;
  }

  .p-lpExclusive__contents--head::after {
    content: none;
  }

  .p-lpExclusive__contents--head span {
    font-size: 42px;
    padding: 2px 4px 6px 4px;
    border-radius: 3px;
  }

  .p-lpExclusive__contents--head-txt {
    font-size: 10px;
  }

  .p-lpExclusive__contents--list01 {
    padding-left: 3px;
    padding-right: 2px;
    margin-top: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .p-lpExclusive__contents--list01-img {
    width: 140px;
  }

  .p-lpExclusive__content {
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
    align-items: flex-start;
  }

  .p-lpExclusive__content.--01 {
    padding-top: 20px;
  }

  .p-lpExclusive__content dt {
    width: 100%;
    font-size: 15px;
  }

  .p-lpExclusive__content dd {
    font-size: 15px;
  }

  .p-lpExclusive__content--head02 {
    margin-top: 30px;
    font-size: 22px;
  }

  .p-lpExclusive__content--txt02 {
    font-size: 10px; 
    margin-top: 3px;
  }

  .p-lpExclusive__content--list02 {
    margin-top: 15px;
    flex-direction: column;
    gap: 34px;
  }

  .p-lpExclusive__content--list02 > li {
    width: 100%;
    padding: 10px 15px 15px;
  }

  .p-lpExclusive__content--list02 > li::before {
    background: url(../images/exclusive-arrow-sp.png) no-repeat center center/contain;
    height: 14px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    bottom: -25px;
    transform: translateY(unset);
    width: 20px;
  }

  .p-lpExclusive__content--list02 > li:nth-of-type(3):before {
    content: none;
  }

  .p-lpExclusive__content--list02 > li:nth-of-type(1) {
    padding: 10px 15px;
  }

  .p-lpExclusive__content--list02 > li .--step {
    font-size: 18px;
  }

  .p-lpExclusive__content--list02 > li .--txt01 {
    font-size: 16px;
  }

  .p-lpExclusive__content--list02 > li:nth-of-type(1) .--txt01 {
    margin-top: 10px;
    padding-top: 10px;
  }

  .p-lpExclusive__content--list02 > li .--txt02 {
    font-size: 10px;
    margin-top: 3px;
  }

  .p-lpExclusive__content--list03 {
    margin-top: 15px;
  }

  .p-lpExclusive__cta--btn {
    margin: 24px auto 0;
  }

  .p-lpExclusive__cta--txt {
    font-size: 10px;
  }
}

/*===========================================================================*/
/*  p-lpVoice  */
/*===========================================================================*/
.p-lpVoice {
  padding-top: 120px;
  padding-bottom: 120px;
}

.p-lpVoice__head {
  margin-top: 7px;
}

.p-lpVoice__list01 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 50px;
}

.p-lpVoice__list01 > li {
  border-radius: 40px;
  border: solid #F2F7FF 7px;
  padding: 64px;
}

.p-lpVoice__list01--upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-lpVoice__list01--txts {
  width: calc(100% - 425px);
}

.p-lpVoice__list01--num span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 18px;
  background-color: #F2F7FF;
  border-radius: 10px;
}

.p-lpVoice__list01--head {
  margin-top: 18px;
  text-align: justify;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4; 
}

.p-lpVoice__list01--subHead {
  margin-top: 11px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5; 
}

.p-lpVoice__list01--img {
  width: 397px;
}

.p-lpVoice__list02 {
  margin-top: 40px;
  padding-top: 40px;
  border-top: dotted 1px #CACACA;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-lpVoice__list02--head {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.p-lpVoice__list02--txt {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8; 
}

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

.p-lpVoice__head02 {
  margin-top: 10px;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

.p-lpVoice__demo {
  margin: 30px auto 0;
  max-width: 1080px;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .p-lpVoice {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .p-lpVoice__head span {
    font-size: 33px !important;
  }

  .p-lpVoice__list01 {
    gap: 30px;
    margin-top: 20px;
  }

  .p-lpVoice__list01 > li {
    border-radius: 15px;
    border: solid #F2F7FF 5px;
    padding: 15px 15px 25px;
  }

  .p-lpVoice__list01--upper {
    flex-direction: column-reverse;
  }

  .p-lpVoice__list01--txts {
    width: 100%;
  }

  .p-lpVoice__list01--num {
    margin-top: 26px;
  }

  .p-lpVoice__list01--num span {
    font-size: 14px;
    padding: 8px 15px;
  }

  .p-lpVoice__list01--head {
    margin-top: 15px;
    font-size: 22px; 
  }

  .p-lpVoice__list01--subHead {
    margin-top: 8px; 
  }

  .p-lpVoice__list01--img {
    width: 100%;
  }

  .p-lpVoice__list02 {
    margin-top: 30px;
    padding-top: 0;
    gap: 20px;
    border-top: none;
  }

  .p-lpVoice__list02--head {
    font-size: 18px;
  }

  .p-lpVoice__list02--txt {
    margin-top: 10px;
    font-size: 14px; 
  }

  .p-lpVoice__sunHead02 {
    margin-top: 40px;
  }

  .p-lpVoice__head02 {
    margin-top: 8px;
    font-size: 33px;
  }

  .p-lpVoice__demo {
    margin: 22px auto 0;
  }
}

/*===========================================================================*/
/*  p-lpCta  */
/*===========================================================================*/
.p-lpCta {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200vw;
  height: 102px;
  background-color: rgba(240, 237, 237, 0.8);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .3s ease;
  opacity: 0;
}

.p-lpCta.is-show {
  opacity: 1;
  visibility: visible;
}

.p-lpCta.is-closed {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}

.p-lpCta > button {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 24px;
  right: 24px;
}

.p-lpCta__cta--btn {
  max-width: 334px;
  height: 70px;
  padding-top: 8.5px;
  padding-bottom: 7.5px;
  margin-top: 0;
}

.p-lpCta__cta--btn .--01 {
  font-size: 14px !important;
}

.p-lpCta__cta--btn .--02 {
  font-size: 24px !important;
}

.p-lpCta__cta--btn::before {
  height: 38px;
  right: 16px;
  width: 38px;
}

.p-lpCta__cta--txt {
  margin-top: 0;
  color: #464343;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .02em;
  padding-left: 16px;
}

@media screen and (max-width: 900px) {
  .p-lpCta {
    height: 130px;
    flex-direction: column;
  }

  .p-lpCta button {
    width: 18px;
    height: 18px;
    top: 6px;
    right: 6px;
  }

  .p-lpCta__cta--btn {
    max-width: 335px;
    height: 68px;
    padding-top: 7px;
    padding-bottom: 8px;
  }

  .p-lpCta__cta--txt {
    margin-top: 12px;
    font-size: 12px;
    padding-left: 0;
  }

  .p-lpCta__cta--txt > button {
    width: 33px;
    transform: translateY(-2px);
  }
}

/*===========================================================================*/
/*  FAQ  */
/*===========================================================================*/
.p-lpFaq {
  background-color: #F2F7FF;
  padding-top: 120px;
  padding-bottom: 120px;
}

.p-lpFaq__head {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
}

.p-lpFaq__list {
  max-width: 766px;
  margin: 45px auto 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-lpFaq__list--question {
  background-color: #fff;
  border-radius: 10px;
  padding: 28px 15px 26px 72px;
  position: relative;
}

.p-lpFaq__list--question .u-blue {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.41;
  letter-spacing: .025em;
  top: 26px;
  left: 34px;
  position: absolute;
}

.p-lpFaq__list--question .--txt {
  color: #464343;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: .025em;
}

.p-lpFaq__list--answer {
  padding-top: 24px;
  padding-left: 72px;
  position: relative;
}

.p-lpFaq__list--answer .--a {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.41;
  letter-spacing: .025em;
  position: absolute;
  left: 35px;
  top: 20px;
}

.p-lpFaq__list--answer .--txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: .06em;
}

.p-lpFaq__list02 {
  display: flex;
  flex-direction: column;
}

.p-lpFaq__list02 > li {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: .02em;
  position: relative;
}

.p-lpFaq__list02 > li::before {
  background-color: #464343;
  content: '';
  height: 3px;
  left: 6px;
  position: absolute;
  top: 12px;
  width: 3px;
  border-radius: 100%;
}

@media screen and (max-width: 936px) {
  .p-lpFaq {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .p-lpFaq__head {
    font-size: 31px;
  }

  .p-lpFaq__list {
    margin-top: 30px;
    gap: 20px;
  }

  .p-lpFaq__list--question {
    border-radius: 10px;
    padding: 14px 10px 16px 45px;
  }

  .p-lpFaq__list--question .u-blue {
    font-size: 20px;
    left: 12px;
    top: 14px;
  }

  .p-lpFaq__list--question .--txt {
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: .03em;
  }

  .p-lpFaq__list--answer {
    padding-top: 14px;
    padding-left: 45px;
    padding-right: 17px;
  }

  .p-lpFaq__list--answer .--a {
    font-size: 20px;
    left: 17px;
    top: 12px;
  }

  .p-lpFaq__list--answer .--txt {
    font-size: 14px;
  }
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
footer img {
  width: revert-layer;
}

.p-lpFooter {
  background-color: #1e46aa;
}

.p-lpFooter__inner {
  margin: 0 auto;
  max-width: 1020px;
  padding: 30px 45px 20px;
}

.p-lpFooter__upper {
  display: flex;
  justify-content: center;
}

.p-lpFooter__logo {
  width: 125px;
  height: 50px;
  padding-left: 16px;
}

.p-lpFooter__address {
  width: calc(100% - 201px);
  padding-left: 60px;
  color: #fff;
  font-feature-settings: "halt" on;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 0.08em;
}

.p-lpFooter__nav {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid #fff 1px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.p-lpFooter__nav a {
  color: #fff;
  font-feature-settings: "halt" on;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 0.08em;
}

.p-lpFooter__copyRight {
  margin-top: 40px;
  text-align: center;
  color: #6e8edb;
  font-feature-settings: "halt" on;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 936px) {
  .p-lpFooter__inner {
    padding: 46px 15px 47px;
  }

  .p-lpFooter__logo {
    padding-left: 0px;
  }

  .p-lpFooter__address {
    display: none;
  }

  .p-lpFooter__nav {
    margin-top: 0px;
    padding-top: 32px;
    border-top: 0px;
    flex-wrap: wrap;
  }

  .p-lpFooter__nav a {
    font-size: 14px;
  }

  .p-lpFooter__copyRight {
    margin-top: 44px;
  }
}


.is-win-zoomed body {
    zoom: 0.8;
}
