html {
  font-family: "Noto Sans JP", sans-serif;
  color: #464343;
  position: relative;
}

main {
  overflow: hidden;
}

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

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

@media screen and (min-width: 901px) {
  #lp a,
  header a,
  .p-hamburger__contents a,
  span.c-lpBtn {
    transition: opacity .6s;
  }

  #lp a:hover,
  header a:hover,
  .p-hamburger__contents a:hover,
  span.c-lpBtn:hover {
    opacity: .7;
  }
}

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

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

#lp picture {
  display: block;
}

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

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

#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) {
  #lp .pc-only {
    display: none;
  }

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

  #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-blue {
  color: #2864f0 !important;
}

.c-lpBtn {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 376px;
  height: 80px;
  background-color: #2864F0;
  border-radius: 100vh;
  cursor: pointer;
}
.c-lpBtn.--sp {
  display: none !important;
}

.c-lpBtn .--bubble {
  position: absolute;
  left: 50%;
  top: -18px;
  padding: 1px 10px 1px 13px;
  background-color: #FFD278;
  border-radius: 8px;
  font-feature-settings: 'halt' on;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: .035em;
  transform: translate(-50%, 0);
  white-space: nowrap;
}
.c-lpBtn .--bubble::before {
  background: url('../images/btn-bubble-tri.png') no-repeat center center/contain;
  content: '';
  height: 10px;
  left: calc(50% - 9px);
  position: absolute;
  bottom: -7px;
  width: 18px;
}

.c-lpBtn .--txt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  color: #fff;
}

.c-lpBtn:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 900px) {
  .c-lpBtn {
    max-width: 324px;
    height: 62px;
  }
  .c-lpBtn.--pc {
    display: none !important;
  }
  .c-lpBtn.--sp {
    display: inline-flex !important;
  }
  
  .c-lpBtn .--bubble {
    padding: 1px 7px 1px 10px;
    border-radius: 7px;
    font-size: 16px;
  }
  .c-lpBtn .--bubble::before {
    bottom: -5px;
  }
  
  .c-lpBtn .--txt {
    font-size: 18px;
  }
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-lpHeader {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 31px 29px 0;
  z-index: 90;
}

.p-lpHeader__logo {
  display: flex;
  width: 150px;
}

@media screen and (max-width: 900px) {
  .p-lpHeader {
    padding: 16px 17px 0;
  }
  
  .p-lpHeader__logo {
    width: 131px;
  }
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-lpMv {
  position: relative;
  overflow: hidden;
  padding-top: 181px;
  padding-bottom: 103px;
}
.p-lpMv::before {
  background: url('../images/mv-bg.png') no-repeat center center/contain;
  content: '';
  height: 701px;
  left: calc(50% + 8px);
  position: absolute;
  top: 44px;
  width: 1668px;
  transform: translate(-50%, 0);
}

.p-lpMv__inner {
  position: relative;
  z-index: 2;
}

.p-lpMv__txts {
  max-width: 553px;
}

.p-lpMv__subHead {
  text-align: center;
  font-feature-settings: 'halt' on;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: .015em;
}

.p-lpMv__subHead span {
  position: relative;
  padding: 0 26px;
}
.p-lpMv__subHead span::before {
  background: url('../images/mv-txt-left.png') no-repeat center center/contain;
  content: '';
  height: 34px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 22px;
}
.p-lpMv__subHead span::after {
  background: url('../images/mv-txt-right.png') no-repeat center center/contain;
  content: '';
  height: 34px;
  right: 0;
  position: absolute;
  bottom: 0;
  width: 22px;
}

.p-lpMv__head {
  margin-top: 5px;
  text-align: center;
}
.p-lpMv__head>span {
  display: block !important;
}
.p-lpMv__head .--wrapper02 {
  margin-top: 5px;
}

.p-lpMv__head .--small {
  font-feature-settings: 'halt' on;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .02em;
}
.p-lpMv__head .--large {
  font-feature-settings: 'halt' on;
  font-size: 82px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .02em;
  position: relative;
  z-index: 2;
}
.p-lpMv__head .--large::before {
  background-color: #EBF3FF;
  content: '';
  height: 25px;
  left: 0;
  position: absolute;
  bottom: 1px;
  width: 100%;
  z-index: -1;
}

.p-lpMv__btn--wrapper {
  text-align: center;
  margin-top: 43px;
}

.p-lpMv__img {
  position: absolute;
  z-index: 1;
  width: 960px;
  top: 96px;
  left: calc(50% - 208px);
}

@media screen and (max-width: 900px) {
  .p-lpMv {
    padding-top: 78px;
    padding-bottom: 50px;
  }
  .p-lpMv::before {
    background: url('../images/mv-bg-sp.png') no-repeat center center/contain;
    height: 487px;
    left: calc(50% - 2px);
    top: 58px;
    width: 434px;
  }
  
  .p-lpMv__subHead {
    font-size: 18px;
  }
  
  .p-lpMv__subHead span {
    position: relative;
    padding: 0 16px;
  }
  .p-lpMv__subHead span::before {
    height: 21px;
    bottom: 1px;
    width: 13px;
  }
  .p-lpMv__subHead span::after {
    height: 21px;
    bottom: 1px;
    width: 13px;
  }
  
  .p-lpMv__head {
    margin-top: 2px;
  }
  .p-lpMv__head .--wrapper {
    display: inline-block !important;
  }
  .p-lpMv__head .--wrapper02 {
    margin-top: 0;
    display: inline-block !important;
  }
  
  .p-lpMv__head .--small {
    font-size: 24px;
  }
  .p-lpMv__head .--large {
    font-size: 36px;
  }
  .p-lpMv__head .--large::before {
    height: 11px;
    bottom: 1px;
  }
  
  .p-lpMv__btn--wrapper {
    margin-top: 311px;
  }
  
  .p-lpMv__img {
    width: 520px;
    top: 199px;
    left: calc(50% - 256px);
  }
}

/*===========================================================================*/
/*  feature  */
/*===========================================================================*/
.p-lpFeature {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #EBF3FF;
}

.p-lpFeature__swallow {
  max-width: 216px;
  margin: 0 auto;
}

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

.p-lpFeature__head .--small {
  font-feature-settings: 'halt' on;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: .05em;
  transform: translate(0px, -3px);
}

.p-lpFeature__head .--large {
  font-feature-settings: 'halt' on;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: .05em;
}

.p-lpFeature__list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-lpFeature__list>li {
  position: relative;
  background-color: #fff;
  border-radius: 14px;
  padding: 60px 60px 60px 360px;
}
.p-lpFeature__list>li:nth-of-type(1) {
  padding: 120px 60px 120px 360px;
}

.p-lpFeature__list--num {
  font-feature-settings: 'halt' on;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: .05em;
}

.p-lpFeature__list--num span {
  position: relative;
  padding: 5px 0;
  width: 136px;
  text-align: center;
  z-index: 2;
}
.p-lpFeature__list--num span::before {
  background: url('../images/feature-num-bg.png') no-repeat center center/contain;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  width: 136px;
  height: 35px;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.p-lpFeature__list--head {
  margin-top: 20px;
  position: relative;
  padding-bottom: 34px;
  font-feature-settings: 'halt' on;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: .05em;
}
.p-lpFeature__list--head::before {
  background: url('../images/feature-deco.png') no-repeat center center/contain;
  content: '';
  height: 16px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 257px;
}

.p-lpFeature__list--txt {
  margin-top: 19px;
  font-feature-settings: 'halt' on;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.p-lpFeature__list--btn {
  position: relative;
  width: 272px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  background-color: #2864F0;
  padding-right: 11px;
}
.p-lpFeature__list--btn::before {
  background: url('../images/btn-arrow.png') no-repeat center center/contain;
  content: '';
  height: 12px;
  right: 21px;
  position: absolute;
  top: 50%;
  width: 13px;
  transform: translate(0, -50%);
}
.p-lpFeature__list--btn:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.p-lpFeature__list--img {
  position: absolute;
  top: 50%;
  left: 74px;
  width: 220px;
  transform: translate(0, -50%);
}
.p-lpFeature__list>li:nth-of-type(2) .p-lpFeature__list--img {
  left: 82px;
  width: 200px;
}

.p-lpFeature__list--img figure {
  position: relative;
  z-index: 2;
}
.p-lpFeature__list--img video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 5px);
  aspect-ratio: 167/343;
  object-fit: cover;
  transform: translate(-50%, -50%);
  border-radius: 20px;
}

.p-lpFeature__list--slide {
  position: absolute;
  width: 360px;
  left: 0;
  top: 0;
  padding-top: 49px;
}
.p-lpFeature__list--slide::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 4.81%, rgba(255, 255, 255, 0) 24.63%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 95%);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.feature-slide-inner li {
  width: 216px;
  padding: 0 35px;
}

.feature-slide-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  z-index: 5;
  gap: 11px;
}

.swiper-pagination-bullet {
  margin: 0 !important;
  width: 9px !important;
  height: 9px !important;
  background: #EBF3FF !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2864F0 !important;
}

.feature-slide-prev {
  position: absolute;
  z-index: 5;
  width: 28px;
  height: 28px;
  left: 53px;
  top: 162px;
  background: url('../images/slide-btn-prev.png') no-repeat center center/contain;
}
.feature-slide-next {
  position: absolute;
  z-index: 5;
  width: 28px;
  height: 28px;
  right: 53px;
  top: 162px;
  background: url('../images/slide-btn-next.png') no-repeat center center/contain;
}

.p-lpFeature__btn--wrapper {
  text-align: center;
  margin-top: 59px;
}

@media screen and (max-width: 900px) {
  .p-lpFeature {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .p-lpFeature__swallow {
    max-width: 130px;
  }
  
  .p-lpFeature__head {
    margin-top: 0px;
  }
  
  .p-lpFeature__head .--small {
    font-size: 28px;
    transform: translate(0px, -2px);
  }
  
  .p-lpFeature__head .--large {
    font-size: 48px;
  }
  
  .p-lpFeature__list {
    margin-top: 50px;
    gap: 0;
  }
  
  .p-lpFeature__list>li {
    border-radius: 20px;
    padding: 195px 10px 25px;
  }
  .p-lpFeature__list>li:nth-of-type(1) {
    padding: 322px 10px 25px;
  }
  .p-lpFeature__list>li:nth-of-type(2) {
    margin-top: 14px;
    padding-top: 25px;
  }
  .p-lpFeature__list>li:nth-of-type(3) {
    margin-top: 58px;
  }
  
  .p-lpFeature__list--num {
    font-size: 16px;
    text-align: center;
  }
  
  .p-lpFeature__list--num span {
    padding: 3px 0;
    width: 111px;
  }
  .p-lpFeature__list--num span::before {
    width: 111px;
    height: 28px;
  }
  
  .p-lpFeature__list--head {
    margin-top: 11px;
    padding-bottom: 27px;
    font-size: 20px;
    text-align: center;
  }
  .p-lpFeature__list--head::before {
    height: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 180px;
  }
  
  .p-lpFeature__list--txt {
    margin-top: 14px;
    padding: 0 15px;
    font-size: 14px;
  }

  .p-lpFeature__list--btn {
    width: 242px;
    height: 48px;
    margin: 20px auto 0;
    font-size: 15px;
  }
  
  .p-lpFeature__list--img {
    position: absolute;
    top: -31px;
    left: 50%;
    width: 163px;
    transform: translate(-50%, 0);
  }
  .p-lpFeature__list>li:nth-of-type(2) .p-lpFeature__list--img {
    left: unset;
    width: 65px;
    top: -11px;
    right: 14px;
    transform: translate(0, 0) rotate(7deg);
  }
  
  .p-lpFeature__list--slide {
    width: 325px;
    left: 50%;
    top: -38px;
    padding-top: 0;
    transform: translate(-50%, 0);
  }
  .p-lpFeature__list--slide::before {
    display: none;
  }
  
  .feature-slide-inner li {
    width: 238px;
    padding: 0 50px;
  }
  
  .feature-slide-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    margin-top: -23px;
    z-index: 5;
    gap: 11px;
    position: relative;
  }
  
  .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }
  
  .feature-slide-prev {
    width: 33px;
    height: 33px;
    left: 18px;
    top: 121px;
  }
  .feature-slide-next {
    width: 33px;
    height: 33px;
    right: 18px;
    top: 121px;
  }
  
  .p-lpFeature__btn--wrapper {
    margin-top: 48px;
  }
}

/*===========================================================================*/
/*  recommendation  */
/*===========================================================================*/
.p-lpRecommendation {
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-lpRecommendation__swallow {
  max-width: 216px;
  margin: 0 auto;
}

.p-lpRecommendation__head {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-lpRecommendation__head .--small {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .02em;
}

.p-lpRecommendation__head .--large {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: .05em;
}

.p-lpRecommendation__list {
  margin-top: 30px;
  display: flex;
  gap: 40px;
}

.p-lpRecommendation__list li {
  width: calc(100%/3);
  position: relative;
}
.p-lpRecommendation__list li:nth-of-type(2)::before {
  content: '';
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: calc(100% + 40px);
  border-left: #bebebe dashed 1px;
  border-right: #bebebe dashed 1px;
}

.p-lpRecommendation__list--head {
  position: relative;
  background-color: #EBF3FF;
  border-radius: 20px;
  padding: 20px 10px;
  text-align: center;
  font-feature-settings: 'halt' on;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .05em;
}
.p-lpRecommendation__list--head::before {
  background: url('../images/recommendation-bubble.png') no-repeat center center/contain;
  content: '';
  height: 38px;
  left: 50%;
  position: absolute;
  bottom: -23px;
  width: 58px;
  transform: translate(-50%, 0);
}

.p-lpRecommendation__list--head .u-blue {
  font-size: 30px;
}

.p-lpRecommendation__list--img {
  margin-top: 31px;
}

.p-lpRecommendation__list--txt {
  margin-top: 20px;
  font-feature-settings: 'halt' on;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .05em;
}

.p-lpRecommendation__list--caution {
  margin-top: 10px;
  font-feature-settings: 'halt' on;
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: .05em;
}

.p-lpRecommendation__btn--wrapper {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .p-lpRecommendation {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .p-lpRecommendation__swallow {
    max-width: 131px;
  }
  
  .p-lpRecommendation__head {
    margin-top: 11px;
  }
  
  .p-lpRecommendation__head .--small {
    font-size: 20px;
  }
  
  .p-lpRecommendation__head .--large {
    font-size: 30px;
  }
  
  .p-lpRecommendation__list {
    margin-top: 20px;
    flex-direction: column;
    gap: 30px;
  }
  
  .p-lpRecommendation__list li {
    width: 100%;
  }
  .p-lpRecommendation__list li:nth-of-type(2)::before {
    display: none;
  }
  
  .p-lpRecommendation__list--head {
    padding: 18px 5px;
    font-size: 20px;
  }
  .p-lpRecommendation__list--head::before {
    height: 34px;
    left: unset;
    right: 109px;
    bottom: -21px;
    width: 54px;
    transform: translate(0, 0);
  }
  
  .p-lpRecommendation__list--head .u-blue {
    font-size: 28px;
  }
  
  .p-lpRecommendation__list--img {
    margin-top: 20px;
  }
  
  .p-lpRecommendation__list--txt {
    margin-top: 10px;
    font-size: 14px;
  }
  
  .p-lpRecommendation__list--caution {
    margin-top: 5px;
  }
  
  .p-lpRecommendation__btn--wrapper {
    margin-top: 48px;
  }
}

/*===========================================================================*/
/*  voice  */
/*===========================================================================*/
.p-lpVoice {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FFF0D2;
}

.p-lpVoice__head {
  max-width: 782px;
  margin: 0 auto;
}

.p-lpVoice__subHead {
  text-align: center;
  font-feature-settings: 'halt' on;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: .02em;
}

.p-lpVoice__caution {
  margin-top: 20px;
  text-align: center;
  font-feature-settings: 'halt' on;
  font-size: 12px;
  line-height: 1.36;
  letter-spacing: .02em;
}

.p-lpVoice__head02 {
  margin-top: 35px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .035em;
}

.p-lpVoice__head02 span {
  position: relative;
  padding: 0 85px;
}
.p-lpVoice__head02 span::before {
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 66px;
  border-top: #464343 solid 1px;
  border-bottom: #464343 solid 1px;
}
.p-lpVoice__head02 span::after {
  content: '';
  height: 7px;
  right: 0;
  position: absolute;
  top: 20px;
  width: 66px;
  border-top: #464343 solid 1px;
  border-bottom: #464343 solid 1px;
}

.p-lpVoice__list {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

.p-lpVoice__list li {
  width: 31.9%;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}

.p-lpVoice__list--head {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: .02em;
}

.p-lpVoice__list--txt {
  margin-top: 10px;
  font-feature-settings: 'palt' on;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: .04em;
}

.p-lpVoice__btn--wrapper {
  text-align: center;
  margin-top: 69px;
}

@media screen and (max-width: 900px) {
  .p-lpVoice {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .p-lpVoice__head {
    max-width: 332px;
  }
  
  .p-lpVoice__subHead {
    font-size: 23px;
    margin-top: 6px;
  }
  
  .p-lpVoice__caution {
    margin-top: 5px;
    font-size: 12px;
  }
  
  .p-lpVoice__head02 {
    margin-top: 20px;
    font-size: 22px;
  }
  
  .p-lpVoice__head02 span {
    padding: 0 62px;
  }
  .p-lpVoice__head02 span::before {
    height: 5px;
    top: 15px;
    width: 50px;
  }
  .p-lpVoice__head02 span::after {
    height: 5px;
    top: 15px;
    width: 50px;
  }
  
  .p-lpVoice__list {
    margin-top: 14px;
    flex-direction: column;
    gap: 10px;
  }
  
  .p-lpVoice__list li {
    width: 100%;
    border-radius: 16px;
  }
  
  .p-lpVoice__list--head {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
  }
  
  .p-lpVoice__list--txt {
    margin-top: 10px;
    font-size: 14px;
  }
  
  .p-lpVoice__btn--wrapper {
    margin-top: 48px;
  }
}

/*===========================================================================*/
/*  p-lpType  */
/*===========================================================================*/
.p-lpType{
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-lpType__head{
  color: #464343;
  text-align: center;
  font-feature-settings: 'halt' on;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.02em;
}

.p-lpType__head span{
  color: #2864F0;
  letter-spacing: 0.05em;
  background-image: linear-gradient(to right, #EBF3FF);
  background-position: 0 calc(100% + 2px);
  background-repeat: no-repeat;
  background-size: 100% 17px; 
}

.p-lpType__list{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.p-lpType__list li{
  width: calc(100%/5 - 48px/5);
  background-color: #EBF3FF;
  padding: 10px 10px 18px;
  border-radius: 12px;
}

.p-lpType__list--txt{
  color: #2864F0;
  text-align: center;
  font-feature-settings: 'halt' on;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.36;
  margin-top: 26px;
}
.p-lpType__list li:nth-of-type(5) .p-lpType__list--txt,
.p-lpType__list li:nth-of-type(9) .p-lpType__list--txt,
.p-lpType__list li:nth-of-type(10) .p-lpType__list--txt{
  margin-top: 13px;
}

.p-lpType__btn--wrapper {
  text-align: center;
  margin-top: 69px;
}

@media screen and (max-width: 900px) {
  .p-lpType{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .p-lpType__head{
    font-size: 30px;
  }
  
  .p-lpType__head span{
    background-position: 0 calc(100% + 2px);
    background-size: 100% 12px; 
  }
  
  .p-lpType__list{
    margin-top: 20px;
    gap: 10px;
  }
  
  .p-lpType__list li{
    width: calc(100%/2 - 10px/2);
    padding: 5px 5px 10px;
    border-radius: 10px;
  }
  
  .p-lpType__list--txt{
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.2;
  }
  .p-lpType__list li:nth-of-type(5) .p-lpType__list--txt,
  .p-lpType__list li:nth-of-type(9) .p-lpType__list--txt,
  .p-lpType__list li:nth-of-type(10) .p-lpType__list--txt{
    margin-top: 10px;
  }

  .p-lpType__list--txt .--small{
    font-size: 12px;
  }
  
  .p-lpType__btn--wrapper {
    text-align: center;
    margin-top: 48px;
  }
}

/*===========================================================================*/
/* p-lpSupport */
/*===========================================================================*/
.p-lpSupport{
  background-color: #EBF3FF;
  padding-top: 40px;
  padding-bottom: 50px;
}

.p-lpSupport__inner{
  background-color: #fff;
  padding: 40px 40px 46px 194px;
  border-radius: 15px;
  display: flex;
  align-items: center;
}

.p-lpSupport__head{
  width: 512px;
  padding-right: 47px;
  color: #464343;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  position: relative;
}

.p-lpSupport__head::before{
  position: absolute;
  content: '';
  left: -160px;
  top: -10px;
  width: 140px;
  height: 145px;
  background-repeat: no-repeat;
  background-image: url(../images/support-img.png);
  background-size: cover;
}

.p-lpSupport__head span{
  color: #2864F0;
  font-feature-settings: 'halt' on;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.05em;
}

.p-lpSupport__txt{
  width: calc(100% - 512px);
  color: #464343;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.02em;
  padding-left: 30px;
  border-left: #bebebe dotted 1px;
}

@media screen and (max-width: 936px) {
  .p-lpSupport{
  background-color: #EBF3FF;
  padding: 36px 20px 30px 20px;
  }

  .p-lpSupport__inner{
    padding: 0px;
    border-radius: 15px;
    flex-direction: column;
  }

  .p-lpSupport__head{
    width: 100%;
    padding: 20px;
    font-size: 17.6px;
  }

  .p-lpSupport__head::before{
    left: 260px;
    top: -20px;
    width: 77px;
    height: 74px;
    background-repeat: no-repeat;
    background-image: url(../images/support-img.png);
    background-size: cover;
  }

  .p-lpSupport__head span{
    font-size: 27.44px;
  }

  .p-lpSupport__txt{
    width: 100%;
    color: #464343;
    font-size: 13px;
    padding: 14px 20px 23px;
    border-left: 0px;
    position: relative;
  }

  .p-lpSupport__txt::before{
    position: absolute;
    content: '';
    width: 144px;
    height: 8px;
    left: 23px;
    top: -8px;
    background-image: url(../images/feature-deco.png);
    background-size: contain;
  }
  .p-lpSupport__txt::after{
    position: absolute;
    content: '';
    width: 144px;
    height: 8px;
    left: 167px;
    top: -8px;
    background-image: url(../images/feature-deco.png);
    background-size: contain;
  }
}


/*===========================================================================*/
/*  p-lpPlan  */
/*===========================================================================*/
.p-lpPlan{
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-lpPlan__head{
  color: #2864F0;
  text-align: center;
  font-feature-settings: 'halt' on;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.36; 
  letter-spacing: 0.05em;
}

.p-lpPlan__list{
  margin: 50px auto 0;
  max-width: 798px;
  background-color: #EBF3FF;
  border-radius: 16px;
  display: flex;
  gap: 40px;
  padding: 20px;
}

.p-lpPlan__list--left{
  width: 50%;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  border: #73A5FF solid 2px;
}

.p-lpPlan__list--head{
  background-color: #73A5FF;
  display: flex;
  flex-direction: column;
  padding: 23px 10px;
}

.p-lpPlan__list--head .--small{
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.025em;
}

.p-lpPlan__list--head .--large{
  margin-top: 11px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

.p-lpPlan__list--content{
  padding: 25px 20px 30px;
}

.p-lpPlan__list--price{
  padding: 0 0 28px;
  border-bottom: #73A5FF 2px solid;
  text-align: center;
}

.p-lpPlan__list--price .--txt01{
  color: #73A5FF;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

.p-lpPlan__list--price .--txt02{
  color: #73A5FF;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-left: 6px;
}

.p-lpPlan__list--price .--txt03{
  color: #73A5FF;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.25em;
  margin-left: 6px;
}

.p-lpPlan__list02{
  max-width: 289px;
  margin: 23px auto 0;
  display: flex;
  flex-direction: column;
  column-gap: 8px;
  row-gap: 15px;
}

.p-lpPlan__list02 li{
  padding-left: 15px;
  color:#464343;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}

.p-lpPlan__list02 li::before{
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  left: 7px;
  top: 10px;
  background-color: #2864F0;
  background-repeat: no-repeat;
}

.p-lpPlan__list--right{
  width: 50%;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  border: #2864F0 solid 2px;
}

.p-lpPlan__list--head.--right{
  background-color: #2864f0;
}

.p-lpPlan__list--content.--right{
  border-radius: 0 0 16px 16px;
}

.p-lpPlan__list--price.--right{
  border-bottom: #2864f0 2px solid;
}

.p-lpPlan__list--price .--txt01.--right{
  color: #2864f0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

.p-lpPlan__list--price .--txt02.--right{
  color: #2864f0;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-left: 6px;
}

.p-lpPlan__list--price .--txt03.--right{
  color: #2864f0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.25em;
  margin-left: 6px;
}

.p-lpPlan__list--plus{
  color: #73A5FF;
  text-align: center;
  font-feature-settings: 'palt' on;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-top: 25px;
  position: relative;
}
.p-lpPlan__list--plus::before{
  content: '+';
  left: 50%;
  position: absolute;
  top: calc(100% + 2px);
  transform: translate(-50%, 0);
  color: #464343;
  font-feature-settings: 'palt' on;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.p-lpPlan__list02.--right{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
  max-width: 210px;
}

.p-lpPlan__btn--wrapper {
  text-align: center;
  margin-top: 69px;
}

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

  .p-lpPlan__head{
    font-size: 28px;
  }

  .p-lpPlan__list{
    margin-top: 10px;
    border-radius: 8px;
    gap: 10px;
    padding: 10px;
  }

  .p-lpPlan__list--head{
    padding: 15px 10px;
  }

  .p-lpPlan__list--head .--small{
    font-size: 10px;
  }

  .p-lpPlan__list--head .--large{
    margin-top: 8px;
    font-size: 16px;
  }

  .p-lpPlan__list--content{
    padding: 10px 10px 15px;
  }

  .p-lpPlan__list--price{
    padding: 0 0 17px;
    border-bottom: #73A5FF 1px solid;
  }

  .p-lpPlan__list--price .--txt01{
    font-size: 16px;
  }

  .p-lpPlan__list--price .--txt02{
    font-size: 24px;
    margin-left: 2px;
  }

  .p-lpPlan__list--price .--txt03{
    font-size: 12px;
    margin-left: 2px;
  }

  .p-lpPlan__list02{
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    row-gap: 5px;
  }
  .p-lpPlan__list02.--right{
    margin-top: 21px;
  }

  .p-lpPlan__list02 li{
    padding-left: 12px;
    font-size: 11px;
  }

  .p-lpPlan__list02 li::before{
    left: 2px;
    top: 7px;
  }

  .p-lpPlan__list--head.--right{
    padding: 15px 10px;
  }

  .p-lpPlan__list--price.--right{
    border-bottom: #2864f0 1px solid;
  }

  .p-lpPlan__list--price .--txt01.--right{
    font-size: 16px;
  }

  .p-lpPlan__list--price .--txt02.--right{
    font-size: 24px;
    margin-left: 2px;
  }

  .p-lpPlan__list--price .--txt03.--right{
    font-size: 12px;
    margin-left: 2px;
  }

  .p-lpPlan__list--plus{
    font-size: 13px;
    margin-top: 15px;
  }
  .p-lpPlan__list--plus::before{
    top: calc(100% + 2px);
    font-size: 13px;
  }

  .p-lpPlan__btn--wrapper {
    margin-top: 48px;
  }
}

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

.p-lpFaq__head{
  color: #2864F0;
  text-align: center;
  font-feature-settings: 'halt' on;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.03em;
}

.p-lpFaq__list{
  margin-top: 35px;
  max-width: 830px;
  margin: 35px auto 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

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

.p-lpFaq__list--question .u-blue{
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.41;
  letter-spacing: 0.035em;
  top: 27px;
  left: 31px;
  position: absolute;
}

.p-lpFaq__list--question .--txt{
  color: #464343;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.41;
  letter-spacing: 0.035em;
}

.p-lpFaq__list--answer{
  padding-top: 18px;
  padding-left: 73px;
  position: relative;
}

.p-lpFaq__list--answer .--a{
  color: #Fa6414;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.41;
  letter-spacing: .035em;
  position: absolute;
  left: 38px;
  top: 18px;
}

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

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

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

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

  .p-lpFaq__list--question{
    border-radius: 8px;
    padding: 15px 15px 15px 52px;
  }

  .p-lpFaq__list--question .u-blue{
    font-size: 17px;
    left: 16px;
    top: 16px;
  }

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

  .p-lpFaq__list--answer{
    padding-top: 10px;
    padding-left: 52px;
  }

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

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

/*===========================================================================*/
/*  modal  */
/*===========================================================================*/
.p-lpModal {
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 40px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-lpModal.js-modal-active {
  opacity: 1;
  pointer-events: all;
}

.p-lpModal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: .75;
  cursor: pointer;
}

.p-lpModal__content {
  background-color: #fff;
  padding: 40px 72px;
  border-radius: 12px;
  position: relative;
  z-index: 2;
}

.p-lpModal__content--close {
  position: absolute;
  width: 25px;
  right: 9px;
  top: -35px;
  cursor: pointer;
}

.p-lpModal__content--txt {
  text-align: center;
  font-feature-settings: 'halt' on;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.p-lpModal__content--qr {
  max-width: 276px;
  margin: 20px auto 0;
}

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

/*===========================================================================*/
/*  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;
  }
}