@charset "UTF-8";
@media screen and (max-width: 991px) {
  html.header-scrolled header {
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  html body .pc_bg {
    background-color: #FFF7FD;
    background-image: none;
  }
}
html body header {
  transition: 0.4s ease;
}
@media screen and (max-width: 991px) {
  html body header {
    background-color: transparent;
  }
}
@media screen and (max-width: 991px) {
  html body header .header_inner .logo_wrapper a {
    color: #fff;
    transition: 0.4s ease;
  }
}
html body main {
  margin-top: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
html body main .mainvisual h1 {
  position: absolute;
  visibility: hidden;
}
html body main .mainvisual figure {
  margin-top: 1rem;
}
html body main .contents .title-green {
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}
html body main .contents .title-green::after {
  content: "";
  position: absolute;
  background-size: 100% auto;
  right: 0;
  bottom: 0;
  margin: auto 0 0 auto;
}
html body main .contents .title-green h2 {
  background-color: #4FC9C0;
  padding: 11px 15px 13px 30px;
  color: #F3F866;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  opacity: 1;
  overflow: hidden;
  position: relative;
}
html body main .contents .title-green h2::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
  animation: kiran 3s linear infinite;
}
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  5% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  10% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  20% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
  /* 待機中は初期状態 */
  21%, 100% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
}
html body main .contents .title-green span.small {
  margin-top: 2px;
  display: block;
  font-size: 16px;
}
html body main .contents .title-green span.t-white {
  margin-top: 7px;
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4285714286;
}
html body main .contents .h4-wrap {
  text-align: center;
  margin-bottom: 20px;
}
html body main .contents .h4-wrap h4 {
  color: #FE087B;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.4444444444;
  position: relative;
  display: inline-block;
  padding: 0 10px 0 15px;
}
html body main .contents .h4-wrap h4::before, html body main .contents .h4-wrap h4::after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #FE087B;
}
html body main .contents .h4-wrap h4::before {
  left: 0;
  transform: rotate(-20deg);
}
html body main .contents .h4-wrap h4::after {
  right: 0;
  transform: rotate(20deg);
}
html body main .contents p {
  margin-bottom: 1rem;
}
html body main .contents p:last-child {
  margin-bottom: 0;
}
html body main .contents .bg-yellow {
  background-color: #F3F866;
}
html body main .contents .hidden {
  position: absolute;
  visibility: hidden;
}
html body main .p_link {
  padding-top: 14px;
  padding-bottom: 45px;
  background-color: #F7D7F5;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
html body main .p_link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 121px solid transparent;
  border-left: 121px solid transparent;
  border-top: 70px solid #fdecfc;
  border-bottom: 0;
  top: -34px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto auto;
  z-index: -1;
}
html body main .p_link h2 {
  max-width: 330px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 20px;
}
html body main .p_link h2 span {
  visibility: hidden;
}
html body main .p_link .link-wrap {
  display: grid;
  gap: 20px;
}
html body main .p_link .link-wrap a {
  max-width: 300px;
  width: 100%;
  height: 50px;
  margin-inline: auto;
  display: grid;
  place-content: center;
  background-color: #F3F900;
  border: 2px solid #FE087B;
  border-radius: 40px;
  color: #FE087B;
  font-weight: 500;
  font-size: 18px;
  transition: 0.3s;
  position: relative;
  z-index: 0;
}
html body main .p_link .link-wrap a::after {
  content: "";
  position: absolute;
  background-image: url("../../images/lp2/arw-down-p.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 13px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 16px;
  margin: auto 0 auto auto;
  z-index: -1;
  transition: 0.3s;
}
html body main .p_link .link-wrap a:hover {
  background-color: #FE087B;
  color: #fff;
}
html body main .p_link .link-wrap a:hover::after {
  background-image: url(../../images/lp2/arw-down-w.svg);
}
html body main .p_link .link-wrap a.longer {
  padding-right: 2em;
}
html body main .sec1 {
  padding: 15px 0 0px;
}
html body main .sec1 h2 {
  background-color: #FE087B;
  max-width: 350px;
  width: 100%;
  height: 45px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F3F866;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: -0.05em;
  position: relative;
  margin-bottom: 10px;
}
html body main .sec1 h2::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 7px solid #fdecfc;
  border-right: 0;
  left: 0;
}
html body main .sec1 h2::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 7px solid #fdecfc;
  border-left: 0;
  right: 0;
}
html body main .sec1 h2 span {
  text-decoration: underline;
}
html body main .sec1 h3 {
  text-align: center;
  color: #FE087B;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.375;
  margin-bottom: 15px;
}
html body main .sec1 p {
  font-size: 14px;
  line-height: 1.7142857143;
}
html body main .sec2 {
  padding: 0 0 45px;
}
html body main .sec2 .title-green::after {
  background-image: url(../../images/lp2/sec2-img-1.png);
  width: 130px;
  height: 143px;
}
html body main .sec2 ol li h3 {
  color: #4FC9C0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}
html body main .sec2 ol li dl {
  padding-left: 1.5em;
}
html body main .sec2 ol li dl dt {
  color: #4FC9C0;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.375;
  padding-bottom: 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #4FC9C0;
}
html body main .sec2 ol li dl dd {
  font-size: 14px;
  line-height: 1.7142857143;
}
html body main .sec2 ol li + li {
  margin-top: 20px;
}
html body main .sec3 {
  padding: 0 0 50px;
}
html body main .sec3 .title-green::after {
  background-image: url(../../images/lp2/sec3-img-1.png);
  width: 123px;
  height: 135px;
  right: -10px;
}
html body main .sec3 dl {
  margin-bottom: 30px;
}
html body main .sec3 dl dt {
  color: #4FC9C0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  border-bottom: 1px solid #4FC9C0;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
html body main .sec3 dl dd {
  font-size: 14px;
  line-height: 1.7142857143;
}
html body main .sec3 dl dd + dt {
  margin-top: 24px;
}
html body main .sec3 h3 {
  max-width: 315px;
  width: 100%;
  height: 86px;
  margin-inline: auto;
  background-color: #F3F866;
  border-radius: 50%;
  display: grid;
  place-content: center;
  color: #FE087B;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 35px;
}
html body main .sec4 {
  padding: 0;
}
html body main .sec4 .title-green::after {
  background-image: url(../../images/lp2/sec4-img-1.png);
  width: 100px;
  height: 111px;
  bottom: -30px;
}
html body main .sec4 p {
  font-size: 13px;
  line-height: 1.7142857143;
}
html body main .sec4 .dl-wrap {
  margin-top: 30px;
  margin-bottom: 40px;
}
html body main .sec4 .dl-wrap dl {
  background-color: #FCFDDF;
  border: 3px solid #4FC9C0;
  border-radius: 10px;
  padding: 13px 0 13px;
}
html body main .sec4 .dl-wrap dl dt {
  text-align: center;
  color: #4FC9C0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.9;
  border-bottom: 1px solid #4FC9C0;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
html body main .sec4 .dl-wrap dl dt::before {
  content: "";
  position: relative;
  display: inline-block;
  background-image: url(../../images/lp2/ico-caution.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  top: 50%;
  margin-right: 10px;
}
html body main .sec4 .dl-wrap dl dd {
  text-align: center;
  font-size: 14px;
  line-height: 1.4285714286;
}
html body main .sec4 .dl-wrap dl + dl {
  margin-top: 10px;
}
html body main .sec4 h3 {
  max-width: 350px;
  width: 100%;
  height: 96px;
  margin-inline: auto;
  background-color: #F3F866;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  color: #FE087B;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-bottom: 35px;
}
html body main .sec5 {
  padding: 60px 0 0;
}
html body main .sec5 h2 {
  text-align: center;
  color: #4FC9C0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4444444444;
  margin-bottom: 4px;
}
html body main .sec5 h2 + p {
  background-color: #FCFDDF;
  padding: 11px 15px 8px;
  text-align: center;
  font-size: 14px;
  line-height: 1.25;
}
html body main .sec5 .content {
  display: none;
}
html body main .sec5 .content.show {
  display: block;
}
html body main .sec5 .tab-container {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
html body main .sec5 .tab-container .tab {
  background-color: #FFE9EE;
  border-radius: 8px 8px 0 0;
  width: 100px;
  height: 36px;
  display: grid;
  place-content: center;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
html body main .sec5 .tab-container .tab.active {
  background-color: #FF95AB;
  width: 118px;
  height: 46px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  cursor: default;
}
html body main .sec5 .content-container {
  background-color: #FF95AB;
  padding: 12px 12px 20px;
}
html body main .sec5 .content-container .content .case-img-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 10px;
}
html body main .sec5 .content-container .content .case-img-wrap figure figcaption {
  background-color: #292824;
  width: 100%;
  height: 23px;
  display: grid;
  place-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
html body main .sec5 .content-container .content ul {
  margin-bottom: 5px;
}
html body main .sec5 .content-container .content ul li {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: 0.01em;
}
html body main .sec5 .content-container .content p {
  color: #fff;
  font-size: 12px;
}
html body main .sec6 {
  padding: 75px 0 0;
}
html body main .sec6 .title-green::after {
  background-image: url(../../images/lp2/sec6-img-1.png);
  width: 134px;
  height: 137px;
  bottom: 36px;
  right: -6px;
}
html body main .sec6 .title-green span.small {
  font-size: 15px;
}
html body main .sec6 .title-green + p {
  text-align: center;
  font-size: 14px;
  line-height: 1.7142857143;
  margin-bottom: 30px;
}
html body main .sec6 .h4-wrap h4 {
  font-weight: 500;
}
html body main .sec6 .box-sld {
  margin: 20px 0;
  padding-bottom: 54px;
}
html body main .sec6 .box-sld .item {
  position: relative;
}
html body main .sec6 .box-sld .item .btn-trial {
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
}
html body main .sec6 .box-sld .item .btn-trial a {
  width: 300px;
  height: 45px;
  margin-inline: auto;
  display: grid;
  place-content: center;
  background-color: #F3F866;
  border-radius: 40px;
  color: #FE087B;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  transition: 0.3s;
}
html body main .sec6 .box-sld .item .btn-trial a:hover {
  opacity: 0.6;
}
html body main .sec6 .box-sld .slick-prev:before,
html body main .sec6 .box-sld .slick-next:before {
  display: none;
}
html body main .sec6 .box-sld .slick-prev,
html body main .sec6 .box-sld .slick-next {
  top: auto;
  bottom: 10px;
  width: 36px;
  height: 8px;
  z-index: 10;
}
html body main .sec6 .box-sld .slick-prev {
  background: url("../../images/lp2/sld/sld-arw-l.svg") no-repeat center/contain;
}
html body main .sec6 .box-sld .slick-next {
  background: url("../../images/lp2/sld/sld-arw-r.svg") no-repeat center/contain;
}
html body main .sec6 .box-sld .slick-prev {
  left: calc(50% - 70px);
}
html body main .sec6 .box-sld .slick-next {
  left: calc(50% + 40px);
}
html body main .sec6 p {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
html body main .sec7 {
  padding: 50px 0 0;
}
html body main .sec7 .title-green::after {
  background-image: url(../../images/lp2/sec7-img-1.png);
  width: 134px;
  height: 137px;
  bottom: -4px;
  right: -13px;
}
html body main .sec7 ol {
  counter-reset: number 0;
  margin-bottom: 45px;
}
html body main .sec7 ol li {
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
html body main .sec7 ol li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  background-color: #4FC9C0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  display: grid;
  place-content: center;
  position: absolute;
  top: -3px;
  left: 0;
}
html body main .sec7 ol li + li {
  margin-top: 20px;
}
html body main .sec7 ol dl {
  background-color: #FCFDDF;
  padding: 25px 15px 18px 30px;
}
html body main .sec7 ol dl dt {
  color: #4FC9C0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 5px;
}
html body main .sec7 ol dl dd {
  font-size: 14px;
  line-height: 1.4285714286;
}
html body main .sec7 h3 {
  max-width: 315px;
  width: 100%;
  height: 86px;
  margin-inline: auto;
  background-color: #F3F866;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  color: #FE087B;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
html body main .sec7 h4 {
  color: #4FC9C0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -8px;
  margin-bottom: 25px;
}
html body main .sec7 h4::before {
  content: "";
  position: relative;
  display: inline-block;
  background-image: url(../../images/lp2/sec7-img-2.png);
  background-size: cover;
  width: 148px;
  height: 151px;
  top: -18px;
  left: 0;
}
html body main .sec7 ul {
  margin-bottom: 20px;
}
html body main .sec7 ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3333333333;
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
}
html body main .sec7 ul li + li {
  margin-top: 15px;
}
html body main .sec7 p {
  font-size: 16px;
  line-height: 1.5;
}
html body main .sec7 p span {
  color: #FE087B;
  font-weight: 500;
}
html body main .sec8 {
  padding: 30px 0 40px;
}
html body main .sec8 h2.h2-ttl-2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
html body main .sec8 .access-wrap {
  aspect-ratio: 350/200;
  width: 100%;
}
html body main .sec8 .access-wrap iframe {
  width: 100%;
  height: 100%;
}
html body main .sec8 ul {
  margin-top: 25px;
}
html body main .sec8 ul li {
  width: 275px;
  margin-inline: auto;
  background-color: #fff;
  border: 1px solid #DB539D;
  border-radius: 20px;
  color: #DB539D;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  padding: 6px;
  position: relative;
  z-index: 0;
}
html body main .sec8 ul li:first-child {
  padding-left: 46px;
}
html body main .sec8 ul li:first-child::before {
  content: "";
  position: absolute;
  background-image: url("../../images/lp2/sec8-img-1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 90px;
  height: 90px;
  top: 0;
  bottom: 0;
  left: -45px;
  right: 0;
  margin: auto auto auto 0;
  z-index: 1;
}
html body main .sec8 ul li:nth-child(2) {
  padding-right: 50px;
  padding-left: 1rem;
}
html body main .sec8 ul li:nth-child(2)::before {
  content: "";
  position: absolute;
  background-image: url("../../images/lp2/sec8-img-2.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 90px;
  height: 90px;
  top: 0;
  bottom: 0;
  left: 0;
  right: -45px;
  margin: auto 0 auto auto;
  z-index: 1;
}
html body main .sec8 ul li + li {
  margin-top: 30px;
}
html body main .bg-pink {
  background-color: #FDECFC;
}
html body main .bg-green {
  background-color: #F0FCFB;
}
html body main .cta-1 {
  padding: 40px 0;
}
html body main .cta-1 .btn-cta-1 {
  display: block;
  margin-inline: auto;
  width: 300px;
  height: 80px;
  background: url(../../images/index/img-cta-1.svg) no-repeat center bottom/cover;
  transition: 0.3s;
}
html body main .cta-1 .btn-cta-1:hover {
  background-image: url(../../images/index/img-cta-1_hover.svg);
}
html body main .cta-2 {
  padding: 40px 0;
}
html body main .cta-2 .btn-cta-2 {
  display: block;
  max-width: 310px;
  width: 100%;
  height: 70px;
  margin-inline: auto;
  border-radius: 40px;
  background-color: #fff;
  border: 1px solid #B24FC9;
  padding: 5px;
}
html body main .cta-2 .btn-cta-2 dl {
  background-color: #C377D5;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  display: grid;
  place-content: center;
  transition: 0.3s;
}
html body main .cta-2 .btn-cta-2 dl dt {
  text-align: center;
  color: #F3F900;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  border-bottom: 1px solid #fff;
}
html body main .cta-2 .btn-cta-2 dl dd {
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 2;
}
html body main .cta-2 .btn-cta-2:hover dl {
  background-color: #B24FC9;
}
html body footer {
  background-color: transparent;
}
html body .fixed-cta {
  background-color: #FE087B;
  padding-left: 45px;
  padding-right: 45px;
}
html body .fixed-cta::before {
  content: none;
}

/*# sourceMappingURL=lp2.css.map */
