body {
  background: #fff;
}

.l_header {
  padding-top: 28px;
  padding-bottom: 28px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l_header {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.l_main_visual__inner {
  width: 100%;
}
.l_main_visual__inner img {
  width: 100%;
}

.l_footer {
  position: relative;
  z-index: 101;
}

@media screen and (max-width: 768px) {
  .subtxt {
    width: 100%;
    font-size: 12px;
    text-align: right;
    color: #666666;
    padding: 0 10px 0 0;
  }
}

.l_main .head_cont_cta {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .l_main .head_cont_cta {
    position: relative;
    padding: 0 0 5px;
  }
}
.l_main .c_btn_4_box_subtxt {
  font-size: 12px;
  color: #666;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .l_main .c_btn_4_box_subtxt {
    display: none;
  }
}
.l_main .sec_2:before {
  display: none;
}
.l_main .sec__entry {
  margin: 70px auto 0;
  width: 1000px;
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .l_main .sec__entry {
    width: 100%;
    margin: 40px auto 0;
    padding: 0 4.6875vw 70px;
  }
}
.l_main .sec__entry__lists {
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l_main .sec__entry__lists {
    flex-wrap: wrap;
    justify-content: center;
    gap: 64px 0;
  }
}
.l_main .sec__entry__list {
  position: relative;
}
.l_main .sec__entry__list:after {
  position: absolute;
  top: 10px;
  left: 0;
}
.l_main .sec__entry__list:nth-child(1):after {
  content: url(../img/ico-fukidashi1.svg);
}
.l_main .sec__entry__list:nth-child(2):after {
  content: url(../img/ico-fukidashi2.svg);
}
.l_main .sec__entry__list:nth-child(3):after {
  content: url(../img/ico-fukidashi3.svg);
}
.l_main .sec__entry__list:nth-child(1):before, .l_main .sec__entry__list:nth-child(2):before {
  position: absolute;
  content: url(../img/arrows.svg);
  top: 130px;
  right: -65px;
}
@media screen and (max-width: 768px) {
  .l_main .sec__entry__list:nth-child(1):before, .l_main .sec__entry__list:nth-child(2):before {
    content: url(../img/sp/arrows.svg);
    bottom: -53px;
    left: 50%;
    top: initial;
    right: initial;
    transform: translateX(-50%);
  }
}
.l_main .sec__entry__imgwrap {
  width: 280px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.l_main .sec__entry__imgwrap:before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF7DD;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l_main .sec__entry__txt {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 0;
  background: #fff;
  margin: -50px 0 0;
}
.l_main .sec__entry__attention {
  font-size: 12px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .l_main .sec__entry__attention {
    padding: 0 0 0 1em;
    text-indent: -1em;
  }
}
.l_main .sec__entry__cta {
  margin: 80px 0 0;
  position: relative;
  background: repeating-linear-gradient(-45deg, #1C9AEA, #1C9AEA 10px, #33A4EC 10px, #33A4EC 20px);
  padding: 30px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .l_main .sec__entry__cta {
    margin: 50px 0 0;
    padding: 15px 4.6875% 110px;
    position: relative;
  }
  .l_main .sec__entry__cta:before {
    content: url(../img/sp/sec1-ico1.svg);
    position: absolute;
    z-index: 1;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l_main .sec__entry__cta__ttl {
  text-align: center;
}
.l_main .sec__entry__cta__ttl span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_main .sec__entry__cta__ttl span {
    font-size: 24px;
    line-height: 1.2;
  }
}
.l_main .sec__entry__cta__ttl span:before {
  content: "";
  width: 3px;
  height: 30px;
  transform: rotate(35deg);
  transform-origin: center;
  position: absolute;
  background: #fff;
  top: 10px;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .l_main .sec__entry__cta__ttl span:before {
    width: 2px;
    top: initial;
    bottom: 0;
  }
}
.l_main .sec__entry__cta__ttl span:after {
  content: "";
  width: 3px;
  height: 30px;
  transform: rotate(-35deg);
  transform-origin: center;
  position: absolute;
  background: #fff;
  top: 10px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  .l_main .sec__entry__cta__ttl span:after {
    width: 2px;
    top: initial;
    bottom: 0;
    left: -40px;
  }
}
.l_main .sec__entry__cta__btns {
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l_main .sec__entry__cta__btns {
    flex-wrap: wrap;
    gap: 10px 0;
  }
}
.l_main .sec__entry__cta__btn {
  width: 465px;
  display: flex;
  padding: 20px 30px;
  background: #fff;
  border-radius: 15px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l_main .sec__entry__cta__btn {
    padding: 20px;
  }
}
.l_main .sec__entry__cta__btn:first-of-type {
  position: relative;
}
.l_main .sec__entry__cta__btn:first-of-type:before {
  content: url(../img/sec1-ico1.svg);
  position: absolute;
  top: -147px;
  left: 9px;
}
@media screen and (max-width: 768px) {
  .l_main .sec__entry__cta__btn:first-of-type:before {
    display: none;
  }
}
.l_main .sec__entry__cta__btn:not(:first-of-type) {
  position: relative;
}
.l_main .sec__entry__cta__btn:not(:first-of-type):after {
  content: url(../img/sec1-ico2.svg);
  position: absolute;
  top: -129px;
  right: 35px;
}
@media screen and (max-width: 768px) {
  .l_main .sec__entry__cta__btn:not(:first-of-type):after {
    display: none;
  }
}
.l_main .sec__entry__cta__btn span {
  font-size: 20px;
  padding: 0 0 0 45px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l_main .sec__entry__cta__btn span {
    padding: 0 0 0 20px;
    line-height: 1.4;
  }
}
.l_main .sec__entry__cta__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(-45deg, #1C9AEA, #1C9AEA 10px, #33A4EC 10px, #33A4EC 20px);
  clip-path: circle(20px at 50% 65%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l_main .sec__entry__cta__inner {
    clip-path: circle(20px at 50% 49%);
  }
}
.l_main .sec__entry__cta__inner:before {
  content: url(../img/ico-plus.svg);
  position: absolute;
  top: 151px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l_main .sec__entry__cta__inner:before {
    top: 46.5%;
  }
}
.l_main .sec__campaign {
  background: #F3F3F3;
  padding: 50px 0 80px;
}
@media screen and (max-width: 768px) {
  .l_main .sec__campaign {
    padding: 30px 0;
  }
}
.l_main .sec__campaign__ttl {
  text-align: center;
}
.l_main .sec__campaign__ttl span {
  font-size: 40px;
  font-weight: 700;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, #FBC933 70%, #FBC933 100%);
}
@media screen and (max-width: 768px) {
  .l_main .sec__campaign__ttl span {
    font-size: 24px;
    font-weight: 900;
  }
}
.l_main .sec__campaign__lists {
  margin: 40px 0 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l_main .sec__campaign__lists {
    margin: 25px 0 0;
  }
}
.l_main .sec__campaign .slick-list .slick-track {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l_main .sec__campaign .slick-list .slick-track {
    display: block;
  }
}
.l_main .sec__campaign .slick-slide {
  display: flex;
  align-items: center;
  transform: scale(0.8);
  transition: all .2s linear;
}
.l_main .sec__campaign .slick-slide img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l_main .sec__campaign .slick-slide img {
    width: 345px;
    height: auto;
  }
}
.l_main .sec__campaign .slick-slide:has(+ .slick-center) {
  transform: translate(5%, 0) scale(0.8);
}
.l_main .sec__campaign .slick-slide.slick-center {
  transform: scale(1);
}
.l_main .sec__campaign .slick-slide.slick-center + .slick-slide {
  transform: translate(-5%, 0) scale(0.8);
}
.l_main .sec__campaign .slick-arrow {
  color: transparent;
  font-size: 0;
  width: 60px;
  height: 60px;
}
.l_main .sec__campaign .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  left: calc(50% + 580px);
  transform: translate(-50%, -50%);
  background: url(../img/arrow-next.svg);
  background-size: cover;
  z-index: 1;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  .l_main .sec__campaign .slick-arrow.slick-next {
    left: initial;
    width: 30px;
    height: 30px;
    right: -10px;
    background: url(../img/sp/arrow-next.svg);
  }
}
.l_main .sec__campaign .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  left: calc(50% - 580px);
  transform: translate(-50%, -50%);
  background: url(../img/arrow-prev.svg);
  background-size: cover;
  z-index: 1;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  .l_main .sec__campaign .slick-arrow.slick-prev {
    width: 30px;
    height: 30px;
    left: 20px;
    background: url(../img/sp/arrow-prev.svg);
  }
}
.l_main .sec__intro {
  padding: 80px 0;
  background: url(../img/sec3-bg.png);
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l_main .sec__intro {
    padding: 50px 4.6875vw 50px;
    background: url(../img/sp/sec3-bg.png);
    background-size: cover;
    overflow: hidden;
  }
}
.l_main .sec__intro:before {
  content: url(../img/sec3-img7.svg);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l_main .sec__intro:before {
    content: "";
    width: 100%;
    height: 86px;
    background: url(../img/sp/sec3-img7.png) 100% 100%/cover;
  }
}
.l_main .sec__intro:after {
  content: url(../img/sec3-img8.svg);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l_main .sec__intro:after {
    content: "";
    width: 100%;
    height: 80px;
    background: url(../img/sp/sec3-img8.png);
    background-size: cover;
  }
}
.l_main .sec__intro__inner {
  padding: 63px 98px 50px 120px;
  background: #fff;
  width: 1160px;
  margin: 0 auto;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_main .sec__intro__inner {
    padding: 40px 4.6875vw;
    width: 100%;
    flex-wrap: wrap;
    border-radius: 10px;
  }
}
.l_main .sec__intro__inner:before {
  content: url(../img/sec3-img5.svg);
  position: absolute;
  bottom: -100px;
  left: -80px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l_main .sec__intro__inner:before {
    content: url(../img/sp/sec3-img5.svg);
    bottom: 20px;
    left: -54px;
  }
}
.l_main .sec__intro__inner:after {
  content: url(../img/sec3-img6.svg);
  position: absolute;
  bottom: -100px;
  right: -82px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l_main .sec__intro__inner:after {
    content: url(../img/sp/sec3-img6.svg);
    bottom: 20px;
    right: -58px;
    z-index: 0;
  }
}
.l_main .sec__intro__imgbox {
  width: 485px;
  position: relative;
}
.l_main .sec__intro__imgbox:before {
  content: url(../img/sec3-img9.png);
  position: absolute;
  top: -118px;
  right: -44px;
  z-index: 1;
  transform: scale(0.5);
}
@media screen and (max-width: 768px) {
  .l_main .sec__intro__imgbox:before {
    content: url(../img/sp/sec3-img9.png);
    top: -104px;
    left: 50%;
    right: inherit;
    transform: translateX(-50%) scale(0.5);
  }
}
.l_main .sec__intro__imgbox img {
  max-width: 100%;
}
.l_main .sec__intro__imgbox__txt {
  max-width: 440px;
  margin-top: 15px;
  padding-left: 5px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l_main .sec__intro__imgbox__txt {
    width: 100%;
    margin-top: -4px;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.l_main .sec__intro__imgbox2 {
  width: 426px;
  position: relative;
  margin-top: -15px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l_main .sec__intro__imgbox2 {
    width: 280px;
    margin: 20px auto 0;
    z-index: 1;
  }
}
.l_main .sec__intro__imgbox2:before {
  content: "";
  position: absolute;
  top: -20px;
  right: -60px;
  width: 137px;
  height: 83.5px;
  background: url(../img/sec3-img3.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l_main .sec__intro__imgbox2:before {
    right: -16px;
    width: 103px;
    height: 62px;
    background: url(../img/sp/sec3-img3.png);
    background-size: cover;
  }
}
.l_main .sec__intro__imgbox2 .link {
  display: block;
}
.l_main .sec__intro__imgbox2 .link img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 10px 10px 0px #E8E8E8;
}
@media screen and (max-width: 768px) {
  .l_main .sec__intro__imgbox2 .link img {
    box-shadow: none;
  }
}
.l_main .sec__intro__btnbox {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l_main .sec__intro__btnbox {
    margin: -15px 0 0;
  }
}
.l_main .sec__intro__btnbox img {
  width: 290px;
  transition: all .2s linear;
}
.l_main .sec__intro__btn {
  width: 290px;
  transition: all .2s linear;
}
@media screen and (max-width: 768px) {
  .l_main .sec__intro__btn {
    width: 246px;
  }
  .l_main .sec__intro__btn img {
    max-width: 100%;
  }
}
.l_main .sec__intro__btn:hover {
  opacity: 0.7;
}
.l_main .sec__about {
  padding: 50px 0;
  background: #FFF7DD;
}
@media screen and (max-width: 768px) {
  .l_main .sec__about {
    padding: 60px 4.6875%;
  }
}
.l_main .sec__about__inner {
  width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l_main .sec__about__inner {
    width: 100%;
  }
}
.l_main .sec__about__ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l_main .sec__about__ttl {
    font-size: 24px;
  }
}
.l_main .sec__about__lists {
  margin: 30px 0 0;
  display: flex;
  justify-content: space-between;
}
.l_main .sec__about__list {
  width: 374px;
}
@media screen and (max-width: 768px) {
  .l_main .sec__about__list {
    width: calc( ( 100% - 22px ) / 3 );
  }
}
.l_main .sec__about__btn {
  width: 100%;
  height: 120px;
  padding: 20px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0px 5px 0px #707070;
  transition: all .2s linear;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_main .sec__about__btn {
    padding: 15px 4px 25px;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0px 3px 0px #707070;
  }
}
.l_main .sec__about__btn:before {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #3e3e3e;
  border-right: 2px solid #3e3e3e;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: center;
  position: absolute;
  top: 47%;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .l_main .sec__about__btn:before {
    top: initial;
    bottom: 10px;
    right: initial;
    left: 50%;
    transform: rotate(45deg) translate(-50%, 0);
  }
}
.l_main .sec__about__btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.l_main .sec__about__btn img {
  padding: 0 24px 0 0;
}
@media screen and (max-width: 768px) {
  .l_main .sec__about__btn img {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0 0 10px;
  }
}
.l_main .sec__cv {
  margin: -50px 0 0;
  background: url(../img/sec5-bg.png);
  background-size: cover;
  padding: 100px 0 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_main .sec__cv {
    background: url(../img/sp/sec5-bg.png);
    background-size: cover;
    padding: 110px 4.6875vw 70px;
  }
}
.l_main .sec__cv:before {
  z-index: 1;
  content: url(../img/sec5-ico1.svg);
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l_main .sec__cv:before {
    content: url(../img/sp/sec5-ico1.svg);
    top: 58px;
  }
}
.l_main .sec__cv__inner {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_main .sec__cv__inner {
    width: 100%;
    border-radius: 10px;
  }
}
.l_main .sec__cv__outer, .l_main .sec__cv__wrap, .l_main .sec__cv__box {
  width: 100%;
  height: 100%;
  position: relative;
}
.l_main .sec__cv__outer:before, .l_main .sec__cv__wrap:before, .l_main .sec__cv__box:before {
  content: url(../img/sec5-bg4.svg);
  position: absolute;
  bottom: 0;
  left: 9px;
}
.l_main .sec__cv__outer:after, .l_main .sec__cv__wrap:after, .l_main .sec__cv__box:after {
  content: url(../img/sec5-bg3.svg);
  position: absolute;
  bottom: 0;
  right: 9px;
}
.l_main .sec__cv__outer {
  position: relative;
}
.l_main .sec__cv__outer:before {
  position: absolute;
  content: url(../img/sec5-img1.svg);
  bottom: -57px;
  left: -180px;
}
@media screen and (max-width: 768px) {
  .l_main .sec__cv__outer:before {
    content: url(../img/sp/sec5-img1.svg);
    left: 50%;
    bottom: -90px;
    transform: translateX(-50%);
  }
}
.l_main .sec__cv__wrap {
  position: relative;
}
.l_main .sec__cv__wrap:before {
  content: url(../img/sec5-bg1.svg);
  position: absolute;
  top: 0;
  left: 9px;
}
.l_main .sec__cv__wrap:after {
  content: url(../img/sec5-bg2.svg);
  position: absolute;
  top: 0;
  right: 9px;
}
.l_main .sec__cv__box {
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  .l_main .sec__cv__box {
    padding: 30px 0 40px;
  }
}
.l_main .sec__cv__ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .l_main .sec__cv__ttl {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
.l_main .sec__cv__ttl span {
  position: relative;
}
.l_main .sec__cv__ttl span:before {
  content: "";
  width: 2px;
  height: 20px;
  transform: rotate(35deg);
  transform-origin: center;
  position: absolute;
  background: #3e3e3e;
  top: 6px;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .l_main .sec__cv__ttl span:before {
    top: 3px;
  }
}
.l_main .sec__cv__ttl span:after {
  content: "";
  width: 2px;
  height: 20px;
  transform: rotate(-35deg);
  transform-origin: center;
  position: absolute;
  background: #3e3e3e;
  top: 6px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  .l_main .sec__cv__ttl span:after {
    top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .l_main .sec__cv .c_btn_3_box {
    max-width: 315px;
  }
}
.l_main .sec__cv .c_btn_3_box .c_label_3 {
  background: #3E3E3E;
  color: #fff;
}
.l_main .sec__cv .c_btn_3_box .c_label_3:after {
  background: #3E3E3E;
}
.l_main .sec__cv .c_btn_3_box .c_btn_3 {
  background: repeating-linear-gradient(-45deg, #FBC932, #FBC932 10px, #FBD35B 10px, #FBD35B 20px);
  box-shadow: 0 4px 0 #3E3E3E;
}
.l_main .sec__cv .c_btn_3_box .c_btn_3:hover {
  box-shadow: none;
}
.l_main .sec__cv .c_btn_3_box .c_btn_3:before {
  background: #3E3E3E;
}
.l_main .sec__cv .c_btn_3_box .c_btn_3_txt {
  color: #3E3E3E;
}
.l_main .sec_2.plan_sec {
  margin-top: 0 !important;
  background: #fff !important;
}
.l_main .sec.price_sec {
  position: relative;
  z-index: 1;
  border-radius: 0 0 60px 60px;
  background: #F3F3F3 !important;
}
@media screen and (max-width: 768px) {
  .l_main .sec.price_sec {
    border-radius: 0 0 30px 30px;
    padding-bottom: 70px;
  }
}
.l_main .sec.faq_sec {
  padding: 50px 15px 70px;
}

@media screen and (max-width: 768px) {
  #p_top .head_cont_cta {
    margin: 30px 0 0;
    padding: 0 10px 5px;
  }
}
#p_top .head_cont_cta_cont .c_btn_3_box,
#p_top .head_cont_cta_cont .c_btn_4_box {
  width: 380px;
}
@media screen and (max-width: 768px) {
  #p_top .head_cont_cta_cont .c_btn_3_box,
  #p_top .head_cont_cta_cont .c_btn_4_box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #p_top .head_cont_cta_cont .c_btn_3_box .c_btn_3:before,
  #p_top .head_cont_cta_cont .c_btn_4_box .c_btn_3:before {
    right: 8px;
  }
}
#p_top .head_cont_cta_cont .c_btn_3_box .c_btn_4:before,
#p_top .head_cont_cta_cont .c_btn_4_box .c_btn_4:before {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 8px;
  height: 14px;
  background: #fff;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask: url(../../assets/img/common/ico_chevron.svg) no-repeat center/contain;
  mask: url(../../assets/img/common/ico_chevron.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  #p_top .head_cont_cta_cont .c_btn_3_box .c_btn_4:before,
  #p_top .head_cont_cta_cont .c_btn_4_box .c_btn_4:before {
    right: 8px;
    width: 7px;
    height: 12px;
  }
}
@media screen and (max-width: 768px) {
  #p_top .head_cont_cta_cont .c_btn_4_box .c_btn_3_box_txt,
  #p_top .head_cont_cta_cont .c_btn_4_box .c_btn_4_box_txt,
  #p_top .head_cont_cta_cont .c_btn_3_box .c_btn_3_box_txt,
  #p_top .head_cont_cta_cont .c_btn_3_box .c_btn_4_box_txt {
    top: -8px;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  #p_top .head_cont_cta_cont .c_btn_4_box .c_btn_4,
  #p_top .head_cont_cta_cont .c_btn_4_box .c_btn_3,
  #p_top .head_cont_cta_cont .c_btn_3_box .c_btn_4,
  #p_top .head_cont_cta_cont .c_btn_3_box .c_btn_3 {
    justify-content: center;
    padding: 0 15px;
    border-radius: 10px;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  #p_top .head_cont_cta_cont .c_btn_4_box .c_btn_4 .c_btn_4_ico,
  #p_top .head_cont_cta_cont .c_btn_4_box .c_btn_4 .c_btn_3_ico,
  #p_top .head_cont_cta_cont .c_btn_4_box .c_btn_3 .c_btn_4_ico,
  #p_top .head_cont_cta_cont .c_btn_4_box .c_btn_3 .c_btn_3_ico,
  #p_top .head_cont_cta_cont .c_btn_3_box .c_btn_4 .c_btn_4_ico,
  #p_top .head_cont_cta_cont .c_btn_3_box .c_btn_4 .c_btn_3_ico,
  #p_top .head_cont_cta_cont .c_btn_3_box .c_btn_3 .c_btn_4_ico,
  #p_top .head_cont_cta_cont .c_btn_3_box .c_btn_3 .c_btn_3_ico {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #p_top .head_cont_cta_cont .c_btn_4_box .c_btn_4 .c_btn_3_txt,
  #p_top .head_cont_cta_cont .c_btn_4_box .c_btn_4 .c_btn_4_txt,
  #p_top .head_cont_cta_cont .c_btn_4_box .c_btn_3 .c_btn_3_txt,
  #p_top .head_cont_cta_cont .c_btn_4_box .c_btn_3 .c_btn_4_txt,
  #p_top .head_cont_cta_cont .c_btn_3_box .c_btn_4 .c_btn_3_txt,
  #p_top .head_cont_cta_cont .c_btn_3_box .c_btn_4 .c_btn_4_txt,
  #p_top .head_cont_cta_cont .c_btn_3_box .c_btn_3 .c_btn_3_txt,
  #p_top .head_cont_cta_cont .c_btn_3_box .c_btn_3 .c_btn_4_txt {
    font-size: 16px;
    line-height: 22px;
  }
}
#p_top .l_fixed_btn_box {
  width: 100vw;
  display: none;
  justify-content: center;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px -5px 10px rgba(112, 112, 112, 0.1);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
#p_top .l_fixed_btn_box.is_active {
  display: block;
}
#p_top .l_fixed_btn_box a {
  height: 60px;
}
@media screen and (max-width: 768px) {
  #p_top .l_fixed_btn_box {
    padding: 10px 15px 9px;
  }
}
#p_top .l_fixed_btn_box .c_btn_1:nth-of-type(1):before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 1 14px;
  flex: 0 1 14px;
  width: 14px;
  height: 18px;
  background: url(../img/sp/fix-ico1.svg) no-repeat center/contain;
}
#p_top .l_fixed_btn_box .c_btn_2:before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 1 14px;
  flex: 0 1 14px;
  width: 14px;
  height: 18px;
  background: url(../img/sp/fix-ico2.svg) no-repeat center/contain;
}
#p_top .l_fixed_btn_box .c_btn_3_txt,
#p_top .l_fixed_btn_box .c_btn_4_txt {
  font-size: 20px;
}
#p_top .l_fixed_btn_box .c_btn_3_box_txt,
#p_top .l_fixed_btn_box .c_btn_4_box_txt {
  top: -7px;
}
#p_top .l_fixed_btn_box .head_cont_cta {
  margin: 0 auto;
  padding: 0;
}
#p_top .l_fixed_btn_box .c_btn_3_box {
  position: relative;
}
#p_top .l_fixed_btn_box .c_btn_3_box:before {
  content: "";
  width: 1px;
  height: 90px;
  border-right: 1px dotted #3e3e3e;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #p_top .l_fixed_btn_box .u_sp {
    display: flex;
    gap: 0 10px;
  }
  #p_top .l_fixed_btn_box .u_sp a {
    height: 30px;
  }
}
#p_top .c_cta {
  z-index: 101;
}
#p_top .c_cta .c_cta_inr {
  grid-template-columns: initial;
  display: flex;
  flex-wrap: wrap;
  gap: 0 80px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #p_top .c_cta .c_cta_inr {
    gap: 20px 0;
  }
}
#p_top .c_cta .c_cta_inr > .c_ttl_2_wrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #p_top .c_cta .c_cta_inr > .c_ttl_2_wrap .c_ttl_2 {
    margin: 0 auto -10px;
  }
}
#p_top .c_cta .c_cta_inr .c_cta_cont {
  width: 380px;
  padding: 0;
}
#p_top .c_cta .c_cta_inr .c_cta_cont._first {
  position: relative;
}
#p_top .c_cta .c_cta_inr .c_cta_cont._first:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 110px;
  border-right: 1px dotted #3e3e3e;
  position: absolute;
  top: 0;
  right: -40px;
}
@media screen and (max-width: 768px) {
  #p_top .c_cta .c_cta_inr .c_cta_cont._first:before {
    content: none;
  }
}
#p_top .c_cta .c_cta_inr .c_cta_cont .c_btn_4:before {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 8px;
  height: 14px;
  background: #fff;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask: url(../../assets/img/common/ico_chevron.svg) no-repeat center/contain;
  mask: url(../../assets/img/common/ico_chevron.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  #p_top .c_cta .c_cta_inr .c_cta_cont .c_btn_3_box .c_btn_3_box_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #p_top .c_cta .c_cta_inr .c_cta_cont .c_btn_4_box .c_btn_4_box_txt {
    font-size: 14px;
  }
}
#p_top .c_cta .c_cta_inr .u_pc {
  text-align: center;
  color: #666666;
  font-size: 12px;
  margin: 10px 0 0;
}

.c_ttl_1 {
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c_ttl_1 {
    text-align: center;
  }
}
.c_ttl_1 .c_ttl_main {
  font-size: 60px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c_ttl_1 .c_ttl_main {
    font-size: 40px;
    line-height: 44px;
    font-weight: 900;
  }
}
.c_ttl_1 .c_ttl_sub {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c_ttl_1 .c_ttl_sub {
    padding-top: 5px;
    font-size: 22px;
    line-height: 30px;
  }
}

.u_pc_i {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u_pc_i {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .modal-content .sec_2 {
    padding: 0 0 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .modal-content .sec_2 .inner .request {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .c_faq_item {
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  .benefits_sec_cont_item:first-of-type .benefits_sec_cont_item_fig img {
    width: 110px;
    margin: 0 0 0 10px;
  }
}

.fixed_btn {
  z-index: 102;
}

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