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 {
    transition: opacity .6s;
  }

  #lp a:hover,
  header a: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;
}

.p-lpHeader {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 15px 30px;
}

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

.c-lpBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 434px;
  height: 82px;
  color: #fff;
  font-feature-settings: 'halt' on;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .02em;
  gap: 14px;
}
.c-lpBtn::before {
  background-color: #FA6414;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  border-radius: 100vh;
}
.c-lpBtn::after {
  background-color: #D65713;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 6px;
  width: 100%;
  z-index: -1;
  border-radius: 100vh;
}
.c-lpBtn:hover {
  color: #fff;
  text-decoration: none;
}

.c-lpBtn span {
  position: relative;
  z-index: 2;
}

.c-lpBtn figure {
  width: 23px;
  position: relative;
  z-index: 2;
  display: flex;
}

.c-lpHead {
  text-align: center;
  font-feature-settings: 'halt' on;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .03em;
  position: relative;
  padding-bottom: 37px;
}
.c-lpHead::before {
  background: url('../images/head-deco.png') no-repeat center center/contain;
  content: '';
  height: 16px;
  left: 50%;
  position: absolute;
  bottom: 0;
  width: 286px;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 900px) {
  .p-lpHeader {
    padding: 14px 15px;
  }
  
  .p-lpHeader__logo {
    display: flex;
    width: 90px;
  }

  .c-lpBtn {
    width: 285px;
    height: 54px;
    font-size: 16px;
    padding-top: 0;
    gap: 5px;
  }
  .c-lpBtn::after {
    top: 4px;
  }
  
  .c-lpBtn figure {
    width: 16px;
  }

  .c-lpHead {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 29px;
  }
  .c-lpHead::before {
    background: url('../images/head-deco-sp.png') no-repeat center center/contain;
    height: 12px;
    width: 211px;
  }
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-lpMv {
  padding-top: 116px;
  padding-bottom: 172px;
  background: url('../images/mv-bg.png') no-repeat center center/cover;
  position: relative;
  overflow: hidden;
}

.p-lpMv::before {
  background: url('../images/mv-bg02.png') no-repeat center center/contain;
  content: '';
  height: 670px;
  left: 50%;
  position: absolute;
  top: 70px;
  width: 1135px;
  transform: translate(-50%, 0);
}

.p-lpMv::after {
  background: url('../images/mv-swallow.png') no-repeat center center/contain;
  content: '';
  height: 210px;
  right: calc(50% + 120px);
  position: absolute;
  top: 64px;
  width: 373px;
}

.p-lpMv__inner {
  max-width: 636px;
  margin: 0 auto;
}

.p-lpMv__head {
  width: 132%;
  position: relative;
  z-index: 3;
}

.p-lpMv__btn {
  text-align: center;
  position: relative;
  z-index: 3;
  margin-top: 28px;
}

.p-lpMv__illust {
  position: absolute;
  z-index: 2;
  width: 853px;
  bottom: 42px;
  left: calc(50% + 4px);
  transform: translate(-50%, 0);
}

@media screen and (max-width: 900px) {
  .p-lpMv {
    padding-top: 57px;
    padding-bottom: 90px;
    background: url('../images/mv-bg-sp.png') no-repeat center center/cover;
  }

  .p-lpMv::before {
    background: url('../images/mv-bg02-sp.png') no-repeat center center/contain;
    height: 438px;
    left: calc(50% + 12px);
    top: 68px;
    width: 375px;
    transform: translate(-50%, 0);
  }
  
  .p-lpMv::after {
    height: 92px;
    right: calc(50% + 30px);
    top: 56px;
    width: 138px;
  }
  
  .p-lpMv__inner {
    max-width: 279px;
  }
  
  .p-lpMv__head {
    width: 113%;
  }
  
  .p-lpMv__btn {
    margin-top: 12px;
  }
  
  .p-lpMv__illust {
    width: 292px;
    bottom: 122px;
  }
}

/*===========================================================================*/
/*  sv  */
/*===========================================================================*/
.p-lpSv {
  padding-top: 100px;
  padding-bottom: 106px;
  overflow: hidden;
  position: relative;
}
.p-lpSv::before {
  background: url('../images/sv-bg.png') no-repeat center center/contain;
  content: '';
  height: 432px;
  left: calc(50% + 6px);
  position: absolute;
  bottom: 84px;
  width: 1142px;
  transform: translate(-50%, 0);
}

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

.p-lpSv__list {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}

.p-lpSv__list li span {
  font-feature-settings: 'halt' on;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .05em;
  padding: 10px 23px 11px;
  background-color: #EBF3FF;
  border-radius: 12px;
}

.p-lpSv__worry {
  margin-top: 64px;
  text-align: center;
  font-feature-settings: 'halt' on;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .05em;
  position: relative;
}
.p-lpSv__worry::before {
  background: url('../images/sv-dot.png') no-repeat center center/contain;
  content: '';
  height: 36px;
  left: calc(50% - 4px);
  position: absolute;
  bottom: calc(100% + 8px);
  width: 8px;
}

.p-lpSv__btn {
  text-align: center;
  margin-top: 36px;
}

@media screen and (max-width: 900px) {
  .p-lpSv {
    padding-top: 40px;
    padding-bottom: 64px;
  }
  .p-lpSv::before {
    background: url('../images/sv-bg-sp.png') no-repeat center center/contain;
    height: 196px;
    left: calc(50% + 14px);
    bottom: 167px;
    width: 352px;
    z-index: 3;
  }
  
  .p-lpSv__list {
    margin-top: 22px;
    gap: 13px;
  }

  .p-lpSv__list li {
    width: 100%;
    text-align: left;
    padding-left: 38px;
  }
  .p-lpSv__list li:nth-of-type(2) {
    text-align: right;
    padding-left: 0;
    padding-right: 12px;
  }
  
  .p-lpSv__list li span {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .p-lpSv__worry {
    margin-top: 53px;
    font-size: 18px;
  }
  .p-lpSv__worry::before {
    height: 30px;
    left: calc(50% - 3.5px);
    width: 7px;
  }
  
  .p-lpSv__btn {
    text-align: center;
    margin-top: 12px;
  }
}

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

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

.p-lpRecommend__list li {
  width: calc(100% - 50px/3);
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding: 100px 20px 38px;
}

.p-lpRecommend__list--img {
  position: absolute;
  width: 119px;
  top: -39px;
  left: 50%;
  transform: translate(-50%, 0);
}

.p-lpRecommend__list--txt {
  text-align: center;
  font-feature-settings: 'halt' on;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .05em;
}

.p-lpRecommend__txt {
  margin-top: 35px;
  text-align: center;
  font-feature-settings: 'halt' on;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.74;
  letter-spacing: .05em;
}

@media screen and (max-width: 900px) {
  .p-lpRecommend {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .p-lpRecommend__list {
    margin-top: 25px;
    flex-direction: column;
    gap: 8px;
  }
  
  .p-lpRecommend__list li {
    width: 100%;
    border-radius: 16px;
    padding: 27px 20px 27px 112px;
  }
  
  .p-lpRecommend__list--img {
    position: absolute;
    width: 78px;
    top: 50%;
    left: 16px;
    transform: translate(0, -50%);
  }
  
  .p-lpRecommend__list--txt {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
  }
  
  .p-lpRecommend__txt {
    margin-top: 20px;
    font-size: 16px;
  }
}

/*===========================================================================*/
/*  guide  */
/*===========================================================================*/
.p-lpGuide {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #AAC8FF;
}

.p-lpGuide__content {
  position: relative;
  background-color: #fff;
  border-radius: 40px;
  padding: 70px 20px;
}

.p-lpGuide__content--inner {
  max-width: 910px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.p-lpGuide__head {
  font-feature-settings: 'halt' on;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .05em;
}

.p-lpGuide__head span {
  padding: 4px 20px 5px;
  background-color: #EBF3FF;
  border-radius: 15px;
}

.p-lpGuide__head02 {
  margin-top: 25px;
  max-width: 470px;
  padding-bottom: 30px;
  border-bottom: #b2b2b2 dashed 1px;
  font-feature-settings: 'halt' on;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .05em;
}

.p-lpGuide__list {
  margin-top: 19px;
}

.p-lpGuide__list li {
  position: relative;
  padding-left: 25px;
  font-feature-settings: 'halt' on;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: .05em;
}

.p-lpGuide__list li::before {
  background: url('../images/check.png') no-repeat center center/contain;
  content: '';
  height: 18px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 18px;
}

.p-lpGuide__img {
  position: absolute;
  width: 499px;
  top: 47px;
  left: calc(50% - 30px);
}

@media screen and (max-width: 900px) {
  .p-lpGuide {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .p-lpGuide__content {
    border-radius: 16px;
    padding: 34px 25px 27px;
  }
  
  .p-lpGuide__head {
    font-size: 16px;
    text-align: center;
  }
  
  .p-lpGuide__head02 {
    margin-top: 17px;
    max-width: unset;
    padding-bottom: 25px;
    font-size: 32px;
    text-align: center;
  }
  
  .p-lpGuide__list {
    margin-top: 18px;
  }
  
  .p-lpGuide__list li {
    padding-left: 19px;
    font-size: 14px;
    width: calc(100% + 10px);
  }
  
  .p-lpGuide__list li::before {
    height: 14px;
    top: 7px;
    width: 14px;
  }
  
  .p-lpGuide__img {
    position: relative;
    margin: 13px auto 0;
    width: 250px;
    top: unset;
    left: unset;
    transform: translate(-3px, 0);
  }
}

/*===========================================================================*/
/*  contact  */
/*===========================================================================*/
.p-lpContact {
  padding-top: 80px;
  padding-bottom: 100px;
}

.p-lpContact__form {
  padding: 40px;
  border-radius: 20px;
  background-color: #EBF3FF;
  margin: 50px auto 0;
  max-width: 501px;
}

.p-lpContact__form form .mktoButtonRow {
  width: 100% !important;
  text-align: center;
}

.p-lpContact__form form .mktoButtonRow span {
  margin: 0 !important;
}

.p-lpContact__form form .mktoButtonRow span button {
  background-color: #2864F0 !important;
  border: none !important;
  background-image: none !important;
  border-radius: 100vh;
  font-size: 20px !important;
  padding: 13px 70px 14px !important;
  color: #fff !important;
}

@media screen and (max-width: 900px) {
  .p-lpContact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .p-lpContact__form {
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
  }
}

/*===========================================================================*/
/*  form  */
/*===========================================================================*/
.form {
  position: relative;
  padding: 0 0 100px;
}
.form__inner {
  padding: 30px 20px;
  background-color: #ebf3ff;
  max-width: 500px;
  border-radius: 20px;
  margin: 0 auto;
}
.form__title {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 1.2px;
  color: #2864f0;
  margin-bottom: 24px;
}

@media screen and (max-width: 936px) {
  .form {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .form__inner {
    padding: 20px 12px 30px;
    max-width: 500px;
  }
  .form__title {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 1.2px;
  }
}
#mktoForm_33306 {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .form__inner {
    border-radius: 0;
  }
}
/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
footer img {
  width: revert-layer;
}/*# sourceMappingURL=style.css.map */