.c_anchor {
  margin-top: -11rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -6.8rem;
  }
}

#header {
  height: 11rem;
}

@media screen and (min-width: 768px) {
  #header {
    padding: 2rem 2rem 2rem 3rem;
    align-items: center;
  }
  #header:has(.h_logo .ec, .h_logo .web) {
    padding-left: 5rem;
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 6.8rem;
  }
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: flex;
    align-items: center;
    gap: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .h_mail {
    display: block;
    width: 24rem;
  }
}

.h_mail a {
  flex-direction: column;
  background: #ee750a;
  letter-spacing: 0;
  font-size: 1.8rem;
  height: 7rem;
  gap: .2em;
  font-weight: bold;
  justify-content: center;
  box-shadow: 0 .4rem 0 #cc6911;
}

@media screen and (max-width: 767px) {
  .h_mail a {
    flex-direction: row;
    gap: 1rem;
    font-size: 2.25rem;
    height: 6rem;
  }
}

.h_mail a:hover {
  box-shadow: none;
  opacity: 1;
  transform: translateY(0.4rem);
}

.h_mail em {
  background: url(../img/h-cta.svg) no-repeat left 0.3em/2.2rem;
  padding-left: 1.7em;
}

@media screen and (max-width: 767px) {
  .h_mail em {
    background-image: url(../img/h-cta-sp.svg);
    background-size: 3.2rem;
    background-position: left .25em;
  }
}

.h_mail i {
  color: #ee750a;
  font-size: 1.3rem;
  padding: 0 .5em;
  letter-spacing: .06em;
}

@media screen and (max-width: 767px) {
  .h_mail i {
    padding: .1em .8em;
  }
}

.h_logo .ec {
  width: 21.6rem;
}

.h_logo .web {
  width: 32.4rem;
}

@media screen and (max-width: 767px) {
  .u_inner {
    margin: 0 2.7rem;
  }
  #toggle_menu {
    padding: 12rem 6rem 5rem;
  }
  .h_nav {
    text-align: center;
    border: none;
    margin-bottom: 4rem;
  }
  .h_nav li {
    border: none;
  }
  .h_nav a {
    background: none;
    padding: .8em 0;
  }
  .h_logo {
    top: 1.7rem;
    left: 2rem;
  }
  .h_menu {
    right: 0;
    top: 0;
  }
  .h_menu img {
    width: 6.7rem;
  }
}

.lp_main {
  position: relative;
  padding: 13rem 0;
  background: #fff8f0;
  z-index: 0;
  margin-bottom: 13rem;
}

@media screen and (max-width: 767px) {
  .lp_main {
    padding: 9.5rem 0 5rem;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .lp_main:before {
    content: '';
    position: absolute;
    inset: 0 calc(50% - 2rem) 0 0;
    background: #fff8f0;
    z-index: 2;
    opacity: .9;
  }
  .lp_main .slide {
    position: relative;
    left: 50%;
  }
  .lp_main .slide.load .swiper-slide {
    animation: itemDisable 1s;
  }
  .lp_main .slide.load .swiper-slide-active {
    animation: itemActive 1s;
    width: 67rem;
  }
  .lp_main .swiper-slide {
    width: 36rem;
    padding: 0 4rem;
    height: 58rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .lp_main .swiper-slide {
    width: 34rem;
    padding: 0 0;
  }
}

.lp_main .swiper-slide img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .lp_main .swiper-slide img {
    animation: itemDisable 1s;
    transition: .3s;
    transform: scale(0.57);
    width: 38.8rem;
    max-width: 38.8rem;
    position: relative;
    left: 50%;
    translate: -50% 0;
  }
}

@media screen and (max-width: 767px) {
  .lp_main .swiper-slide-active img {
    animation: itemActive 1s;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .lp_main .box {
    margin: 4rem 2.7rem 0;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .lp_main .box {
    position: absolute;
    right: 50%;
    top: 18rem;
    z-index: 2;
  }
}

.lp_main .catch {
  font-weight: bold;
  font-size: 5.8rem;
  letter-spacing: .04em;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .lp_main .catch {
    font-size: 4rem;
  }
}

.lp_main .catch.web {
  font-size: 5.6rem;
  letter-spacing: .02em;
}

.lp_main .catch.web i {
  letter-spacing: -.1em;
  margin-left: -.05em;
}

.lp_main .catch i {
  letter-spacing: -.05em;
}

.lp_main .catch mark {
  background: url(../img/bg-line.png) no-repeat center bottom/100%;
  padding-right: .15em;
  margin-right: -.1em;
  padding-bottom: .05em;
}

@media screen and (max-width: 767px) {
  .lp_main .catch mark {
    background-image: url(../img/bg-line-sp.png);
    padding-right: .08em;
  }
}

.lp_main .catch mark:has(b) {
  padding-bottom: .01em;
}

.lp_main .catch span.ft_e {
  font-size: 1.1379em;
  line-height: 1;
  font-weight: 600;
}

.lp_main .catch span.ft_e b {
  margin: 0 -.25em;
}

.lp_main .catch small {
  font-size: .7586em;
  padding: 0 .09em;
}

.lp_main .catch em {
  font-size: .862em;
  letter-spacing: .06em;
}

.lp_main .catch em small {
  font-size: .72em;
}

.lp_main .sub {
  background: #fff;
  border: solid 2px #131834;
  border-radius: 3em;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 2rem;
  line-height: 1;
  height: 3em;
  padding: .3em;
  position: relative;
  padding-left: 2em;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .lp_main .sub {
    font-size: 1.33rem;
    padding-left: 1.5em;
    height: 3.2em;
  }
}

.lp_main .sub img {
  position: absolute;
  bottom: 0;
  width: 6rem;
}

@media screen and (max-width: 767px) {
  .lp_main .sub img {
    width: 4.8rem;
  }
}

.lp_main .sub em {
  color: #ee750a;
}

.lp_main .sub i {
  font-style: italic;
  margin-right: .5em;
}

.lp_main .sub b {
  font-style: italic;
  font-size: 1.9em;
  font-weight: 600;
}

@incldue pc {
  .lp_main .sub b {
    padding-right: .1em;
  }
}

.lp_main .sub span {
  background: top left/1em 0.5em repeat-x radial-gradient(circle, #ee750a 0.1em, transparent 0.1em);
  padding-top: .3em;
}

.lp_main .point {
  display: flex;
  gap: .7rem;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .lp_main .point {
    margin-top: 3.5rem;
  }
}

.lp_main .point img {
  border-radius: 1rem;
  width: 21.2rem;
}

@keyframes itemActive {
  from {
    width: 36rem;
  }
  to {
    width: 67rem;
  }
}

@keyframes itemDisable {
  from {
    width: 67rem;
  }
  to {
    width: 36rem;
  }
}

@media screen and (max-width: 767px) {
  @keyframes itemActive {
    from {
      transform: scale(0.57);
    }
    to {
      transform: scale(1);
    }
  }
  @keyframes itemDisable {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(0.57);
    }
  }
}

.lp_sec {
  padding: 14rem 0;
}

@media screen and (max-width: 767px) {
  .lp_sec {
    padding: 9rem 0;
  }
}

.lp_banner li + li {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .lp_banner li + li {
    margin-top: 2rem;
  }
}

.lp_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 1.45;
  letter-spacing: .12em;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .lp_ttl {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
}

.lp_ttl + p {
  text-align: center;
  margin: -2rem 0 0;
}

@media screen and (max-width: 767px) {
  .lp_ttl + p {
    margin: -2.5rem 0 0;
  }
}

.lp_ttl span.ft_e {
  font-size: 1.0625em;
  font-weight: 600;
}

.lp_ttl span.ft_e b {
  margin: 0 -.25em;
}

.lp_ttl small {
  font-size: .833em;
}

.lp_ttl i {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  color: #ee750a;
  letter-spacing: .12em;
  margin-bottom: 1.3em;
  line-height: 1;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .lp_ttl i {
    font-size: 1.2rem;
  }
}

.lp_ttl2 {
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: .02em;
  line-height: 1.7;
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .lp_ttl2 {
    font-size: 2.6rem;
    margin-bottom: 5rem;
  }
}

.lp_ttl2 + p {
  margin-top: -3rem;
  text-align: center;
  margin-bottom: 7rem;
  letter-spacing: .02em;
}

@media screen and (max-width: 767px) {
  .lp_ttl2 + p {
    margin-bottom: 5rem;
  }
}

.lp_ttl2 em {
  color: #ee750a;
}

.lp_service .lp_ttl i {
  color: #888ca1;
}

.lp_service figure {
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  .lp_service figure {
    margin-top: 5rem;
  }
}

.lp_strength {
  background: #fdf3e8;
}

@media screen and (min-width: 768px) {
  .lp_strength .u_inner {
    width: 130rem;
  }
}

.lp_strength .head {
  text-align: center;
}

.lp_strength .lp_ttl {
  text-align: left;
  display: inline-block;
  letter-spacing: 0;
  white-space: nowrap;
}

.lp_strength .lp_ttl i {
  margin-bottom: -1.5em;
}

.lp_strength .lp_ttl em {
  color: #ee750a;
  font-size: 13.4rem;
  font-style: italic;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  vertical-align: -.15em;
}

@media screen and (max-width: 767px) {
  .lp_strength .lp_ttl em {
    font-size: 8.9rem;
  }
}

.lp_strength ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2rem;
}

@media screen and (max-width: 767px) {
  .lp_strength ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.lp_strength li {
  background: #fff;
  border-radius: 2rem;
  padding: 2.5rem 4rem 6rem;
  position: relative;
}

.lp_strength li:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: calc(100% - 8rem);
  height: .4rem;
  background: #ee750a;
  top: 0;
}

.lp_strength li p {
  letter-spacing: .02em;
  line-height: 2;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .lp_strength li p {
    line-height: 1.875;
  }
}

.lp_strength li i {
  color: #ee750a;
  letter-spacing: .12em;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  left: -1.5rem;
  display: block;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .lp_strength li i {
    font-size: 2.15rem;
    margin-bottom: .3em;
  }
}

.lp_strength .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: .12em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  margin: 0 -.5em 1em;
}

@media screen and (max-width: 767px) {
  .lp_strength .ttl {
    font-size: 2.4rem;
  }
}

.lp_strength .ttl em {
  color: #ee750a;
}

.lp_strength figure img {
  width: 100%;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .lp_strength figure img {
    border-radius: .66rem;
  }
}

.lp_cta {
  background: #f28305;
  background: url(../img/lp-cta-bg.jpg) no-repeat 50%/cover;
  color: #fff;
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .lp_cta {
    padding: 7rem 0;
  }
}

@media screen and (min-width: 768px) {
  .lp_cta .u_inner {
    display: flex;
    justify-content: space-between;
  }
  .lp_cta .desc {
    width: 72rem;
  }
  .lp_cta figure {
    width: 41rem;
  }
}

.lp_cta figure {
  position: relative;
}

@media screen and (max-width: 767px) {
  .lp_cta figure {
    position: absolute;
    width: 27.4rem;
    right: -7.5rem;
    top: -2.5rem;
    z-index: -1;
  }
}

.lp_cta figure img {
  width: 100%;
  border-radius: 50%;
  border: solid .8rem #ffdcb0;
}

.lp_cta figcaption {
  position: absolute;
  width: 100%;
  bottom: 4.5rem;
  left: 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .02em;
}

@media screen and (max-width: 767px) {
  .lp_cta figcaption {
    display: none;
  }
}

.lp_cta figcaption small {
  display: block;
  font-size: 1.1rem;
  letter-spacing: .02em;
  margin-bottom: .4em;
}

.lp_cta .ttl {
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: .06em;
  line-height: 1.3;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .lp_cta .ttl {
    font-size: 2.6rem;
    white-space: nowrap;
  }
}

.lp_cta .ttl em {
  font-size: 1.5em;
}

.lp_cta .ttl i {
  display: block;
  color: #ffc596;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .06em;
  position: relative;
  padding-left: 1.2em;
  line-height: 1;
  font-weight: 800;
  font-size: .5em;
}

@media screen and (max-width: 767px) {
  .lp_cta .ttl i {
    font-size: 1.3rem;
  }
}

.lp_cta .ttl i:before {
  content: '';
  position: absolute;
  width: .8em;
  height: .8em;
  background: #ffc596;
  border-radius: 50%;
  left: 0;
  top: .1em;
}

.lp_cta p {
  font-size: 1.7rem;
  line-height: 1.882;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .lp_cta p {
    font-size: 1.4rem;
    letter-spacing: .08em;
  }
  .lp_cta p br {
    display: none;
  }
}

.lp_cta .btn {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .lp_cta .btn {
    margin-top: 3rem;
  }
}

.lp_cta .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #282e4e;
  letter-spacing: .08em;
  font-size: 3.4rem;
  border-radius: 3em;
  height: 10rem;
  gap: .4em;
  font-weight: bold;
  box-shadow: 0 .8rem 0 #1a1f3b;
}

@media screen and (max-width: 767px) {
  .lp_cta .btn a {
    height: 7rem;
    gap: .7em;
    font-size: 2.2rem;
    box-shadow: 0 .6rem 0 #1a1f3b;
  }
}

.lp_cta .btn a:hover {
  box-shadow: none;
  opacity: 1;
  transform: translateY(0.8rem);
}

.lp_cta .btn em {
  background: url(../img/ico-cta.svg) no-repeat left 0.3em/4.8rem;
  padding-left: 1.7em;
}

@media screen and (max-width: 767px) {
  .lp_cta .btn em {
    background-size: 3.3rem;
    padding-left: 1.9em;
  }
}

.lp_cta .btn i {
  font-size: 2.2rem;
  padding: 0 1em;
  letter-spacing: .06em;
  background: #f29e1b;
  border-radius: 3em;
}

@media screen and (max-width: 767px) {
  .lp_cta .btn i {
    font-size: 1.4rem;
    padding: .1em 1em;
  }
}

.lp_profile {
  padding-bottom: 0;
}

.lp_profile .bg {
  position: relative;
}

@media screen and (max-width: 767px) {
  .lp_profile .bg {
    padding: 6rem 5.5rem 6rem 3.4rem;
  }
}

.lp_profile .bg:after {
  content: '';
  position: absolute;
  background: #f2f4f8;
  inset: 20rem 0 0 0;
  z-index: -5;
}

@media screen and (max-width: 767px) {
  .lp_profile .bg:after {
    inset: 12.5rem 0 0 0;
  }
}

.lp_profile .bg:before {
  content: '';
  position: absolute;
  inset: 0 3rem 0 0;
  z-index: -1;
  background: url(../img/lp-consult-bg.png) no-repeat 50%/cover;
  border-radius: 0 5rem 5rem 0;
}

@media screen and (max-width: 767px) {
  .lp_profile .bg:before {
    background-image: url(../img/lp-consult-bg-sp.png);
    border-radius: 0 3.33rem 3.33rem 0;
    inset: 0 2.7rem 0 0;
  }
}

.lp_profile .sub {
  color: #131834;
  font-size: 3.4rem;
  letter-spacing: .12em;
  font-weight: bold;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  .lp_profile .sub {
    font-size: 2.8rem;
  }
}

.lp_profile .sub i {
  background: #fff;
  padding: 0 .4em;
}

@media screen and (max-width: 767px) {
  .lp_profile .sub i {
    line-height: 1.25;
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .lp_profile .sub i:nth-of-type(1) {
    padding-right: 0;
  }
  .lp_profile .sub i:nth-of-type(2) {
    padding-left: 0;
  }
}

.lp_profile .desc p {
  color: #fff;
  line-height: 2;
  letter-spacing: .02em;
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .lp_profile .desc p {
    line-height: 1.875;
  }
}

.lp_profile .desc .sign {
  margin-top: 4em;
  text-align: right;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .lp_profile .desc .sign {
    margin-left: -2rem;
  }
}

.lp_profile .desc .sign em {
  font-size: 1.5em;
}

@media screen and (max-width: 767px) {
  .lp_profile .desc .sign em {
    font-size: 2.1rem;
  }
}

.lp_profile .row {
  margin-bottom: 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .lp_profile .row {
    flex-direction: column;
    gap: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .lp_profile .row > * {
    width: 55rem;
  }
}

.lp_profile figure img {
  border-radius: 1.2rem;
}

@media screen and (max-width: 767px) {
  .lp_profile figure img {
    border-radius: .8rem;
  }
}

.lp_profile .ttl {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: .02em;
  margin-bottom: .7em;
}

@media screen and (max-width: 767px) {
  .lp_profile .ttl {
    font-size: 2.4rem;
  }
}

.lp_profile .box {
  background: #fff;
  border-radius: 1.1rem;
  border: solid 2px #9aa0c0;
  padding: 5.5rem 6rem;
  display: flex;
  justify-content: space-between;
  gap: 2.5rem 8rem;
}

@media screen and (max-width: 767px) {
  .lp_profile .box {
    flex-direction: column;
    padding: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .lp_profile .box > * {
    flex: 1;
  }
}

.lp_profile .box p {
  line-height: 1.86;
  letter-spacing: .02em;
  font-size: 1.5rem;
}

.lp_archive {
  background: #f2f4f8;
}

.lp_archive li {
  background: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
  border-radius: 1rem;
  padding: 5rem;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .lp_archive li {
    border-radius: .66rem;
    flex-direction: column;
    gap: 4rem;
    padding: 4rem 3.5rem;
    margin-top: 2.5rem;
  }
}

.lp_archive li:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: calc(100% - 10rem);
  height: .4rem;
  background: #131834;
  top: 0;
}

@media screen and (max-width: 767px) {
  .lp_archive li:before {
    width: calc(100% - 7rem);
  }
}

.lp_archive .ttl {
  color: #ee750a;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: .02em;
  display: flex;
  gap: .4em .6em;
  align-items: center;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .lp_archive .ttl {
    flex-direction: column;
    font-size: 2.5rem;
  }
}

.lp_archive .ttl i {
  background: #ee750a;
  color: #fff;
  border-radius: 3em;
  font-size: .8em;
  padding: .05em .45em .1em .64em;
  letter-spacing: .12em;
}

.lp_archive .ttl i.ft_e {
  font-weight: 600;
  letter-spacing: .02em;
  padding: .12em .7em .05em;
}

.lp_archive .ttl small {
  font-size: .77em;
}

.lp_archive dt {
  font-weight: bold;
  font-size: 2.6rem;
  letter-spacing: .02em;
  margin-bottom: 1.3em;
}

.lp_archive:has(dl) .ttl {
  font-size: 2.2rem;
  gap: .4em 1em;
}

.lp_archive:has(dl) p {
  background-position: left 0;
  padding-bottom: 1px;
}

.lp_archive p {
  background-color: #fff;
  background-image: linear-gradient(180deg, #d4dae7 1px, transparent 1px);
  background-size: 100% 2.4em;
  background-position: left -1px;
  line-height: 2.4;
  font-size: 1.7rem;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .lp_archive p {
    background-size: 100% 2.25em;
    line-height: 2.25;
    font-size: 1.6rem;
    letter-spacing: .02em;
  }
}

@media screen and (min-width: 768px) {
  .lp_archive:has(dl) figure {
    width: 24rem;
  }
  .lp_archive:has(dl) .desc {
    width: calc(100% - 30rem);
  }
  .lp_archive figure {
    width: 30rem;
  }
  .lp_archive .desc {
    width: calc(100% - 35rem);
  }
}

@media screen and (max-width: 767px) {
  .lp_archive figure {
    text-align: center;
  }
}

.lp_archive figure img {
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .lp_archive figure img {
    width: 20rem;
  }
}

.lp_price .ttl {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: .12em;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  .lp_price .ttl {
    font-size: 1.8rem;
  }
}

.lp_price .ttl small {
  font-size: 1.2rem;
  margin-left: 2em;
}

@media screen and (max-width: 767px) {
  .lp_price .ttl small {
    font-size: 1.1rem;
  }
}

.lp_price .row {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 6.5rem;
}

.lp_price .row > * {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .lp_price .row {
    margin-bottom: 4.5rem;
    flex-direction: column;
    gap: 4rem;
  }
}

.lp_price dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #c8c8c8;
  border-left: solid 1px #c8c8c8;
}

.lp_price dl small {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .lp_price dl small {
    font-size: 1.1rem;
  }
}

.lp_price dt, .lp_price dd {
  width: 50%;
  border-top: solid 1px #c8c8c8;
  border-right: solid 1px #c8c8c8;
  padding: 1.8em 1.5em;
  line-height: 1.625;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .lp_price dt, .lp_price dd {
    padding: 1.1em 1em;
    line-height: 1.5;
  }
}

.lp_price dt {
  background: #131834;
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .lp_price dt {
    width: 25rem;
  }
}

@media screen and (max-width: 767px) {
  .lp_price dd {
    width: calc(100% - 25rem);
  }
}

.lp_price tr > * {
  border: solid 1px #c8c8c8;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .lp_price figure + figure {
    margin-top: 3.5rem;
  }
  .lp_price figcaption {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: .8em;
    position: relative;
    padding-left: 1.2em;
    letter-spacing: .12em;
  }
  .lp_price figcaption:before {
    content: '';
    position: absolute;
    width: .35em;
    height: 2px;
    background: #131834;
    top: .9em;
    left: 0;
  }
  .lp_price figcaption em {
    color: #ee750a;
  }
}

.lp_price .tbl1 th {
  font-weight: 500;
  letter-spacing: .12em;
}

.lp_price .tbl1 thead th {
  padding: .5em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .lp_price .tbl1 thead th:nth-child(1) {
    background: #131834;
    width: 65%;
  }
  .lp_price .tbl1 thead th:nth-child(2) {
    background: #ee750a;
  }
}

@media screen and (min-width: 768px) {
  .lp_price .tbl1 thead th:nth-child(2) {
    background: #131834;
  }
  .lp_price .tbl1 thead th:nth-child(3) {
    background: #ee750a;
  }
}

.lp_price .tbl1 tbody th {
  text-align: left;
  padding: 1em;
  background: #f0f0f0;
  line-height: 1.75;
}

.lp_price .tbl1 tbody th em {
  color: #ee750a;
}

.lp_price .tbl1 td {
  padding: 1.135em 1.4em;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .lp_price .tbl1 td {
    padding: .89em 1.4em;
  }
}

.lp_price .tbl1 td:nth-of-type(1) {
  background: #f8f8f8;
}

.lp_price .tbl1 td:nth-of-type(3) {
  background: #f8f8f8;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .lp_price .scroll {
    font-size: 1.056rem;
    overflow: hidden;
    overflow-x: auto;
    padding: 1rem 0;
    margin-right: -2.7rem;
  }
  .lp_price .scroll table {
    width: 80rem;
  }
}

.lp_price .scroll th {
  font-weight: 500;
  letter-spacing: .12em;
}

.lp_price .scroll thead th {
  padding: 1.6em;
  color: #fff;
}

.lp_price .scroll thead th:nth-child(2) {
  background: #ee750a;
  width: 36%;
  position: relative;
}

.lp_price .scroll thead th:nth-child(2):before {
  content: '';
  position: absolute;
  height: calc(100% + .3em);
  width: calc(100% + .3em);
  border-radius: .5em .5em 0 0;
  border: solid 0.5em #ee750a;
  left: -.15em;
  bottom: -1px;
  z-index: 1;
}

.lp_price .scroll thead th:nth-child(3) {
  background: #646464;
  width: 25%;
}

.lp_price .scroll thead th:nth-child(4) {
  background: #787878;
  width: 25%;
}

.lp_price .scroll thead th i {
  border: solid 2px #fff;
  padding: .2em 1em;
  border-radius: 3em;
  margin-left: 2.2em;
}

.lp_price .scroll thead th img {
  width: 4.5em;
  vertical-align: -.8em;
}

.lp_price .scroll thead th img.ec {
  width: 10.0625em;
  vertical-align: -.3em;
}

.lp_price .scroll thead th img.web {
  width: 14.875em;
  vertical-align: -.3em;
}

.lp_price .scroll tbody th {
  padding: 1em;
  background: #f0f0f0;
  line-height: 1.75;
}

.lp_price .scroll tbody th em {
  color: #ee750a;
}

.lp_price .scroll tbody tr:last-child td:nth-of-type(1) {
  position: relative;
}

.lp_price .scroll tbody tr:last-child td:nth-of-type(1):before {
  content: '';
  position: absolute;
  height: calc(100% + .3em);
  width: calc(100% + .3em);
  border-radius: 0 0 .5em .5em;
  border: solid 0.3em #ee750a;
  left: -.15em;
  top: 0;
  border-top: none;
}

.lp_price .scroll td {
  padding: 1.5em 1em;
  letter-spacing: .06em;
  line-height: 1.875;
  text-align: center;
  font-weight: 500;
}

.lp_price .scroll td:nth-of-type(1) {
  background: #fff4e8;
  font-weight: bold;
  font-size: 1.25em;
  position: relative;
}

.lp_price .scroll td:nth-of-type(1):before {
  content: '';
  position: absolute;
  height: calc(100% + .3em);
  width: calc(100% + .3em);
  border: solid 0.3em #ee750a;
  left: -.15em;
  top: 0;
  border-top: none;
}

.lp_price .scroll td ul {
  display: inline-block;
}

.lp_price .scroll td li {
  text-align: left;
  margin-left: 1em;
  text-indent: -1em;
}

.lp_price .scroll td .a em {
  color: #ee750a;
}

.lp_price .scroll td .a b {
  font-size: 2.5em;
  line-height: 1;
}

.lp_price .scroll td .a span {
  background: #ee750a;
  color: #fff;
  padding: .2em 2em .1em;
  display: inline-block;
  margin-top: .3em;
}

.lp_price .scroll td .a i {
  font-size: 2.1em;
  line-height: 1;
}

.lp_price .scroll td .b {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .3em;
}

.lp_price .scroll td .b i {
  background: #ebebeb;
  padding: 0 1em;
  line-height: 1.5;
}

.lp_price .scroll td .c {
  color: #d23c3c;
  font-weight: bold;
  line-height: 1;
}

.lp_price .scroll td .c em {
  font-size: 2.5em;
}

.lp_price .scroll td .c i {
  font-size: 1.2em;
}

.lp_price .scroll td .d i {
  background: #ebebeb;
  padding: 0 .7em;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: .1em;
}

.lp_price .scroll td .d em {
  color: #d23c3c;
}

.lp_price .scroll td .d span {
  font-size: 1.5em;
}

.lp_price .scroll td .d b {
  font-size: 1.5em;
  margin-left: .1em;
}

.lp_price .scroll td .d .db {
  font-size: 1.875em;
  line-height: 1;
}

.lp_price .scroll td .e {
  color: #ee750a;
}

.lp_price .scroll td .e i {
  font-size: 1.8em;
}

.lp_price2 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .lp_price2 {
    padding-left: 3.4rem;
  }
}

.lp_price2:before {
  content: '';
  position: absolute;
  inset: 0 0 0 3rem;
  z-index: -1;
  background: #fdf3e8;
  border-radius: 5rem 0 0 5rem;
}

@media screen and (max-width: 767px) {
  .lp_price2:before {
    inset: 0 0 0 2.7rem;
    border-radius: 3.33rem 0 0 3.33rem;
  }
}

.lp_price2 .box {
  border-radius: 1.2rem;
  background: #fff;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .lp_price2 .box {
    border-radius: .8rem;
  }
}

.lp_price2 figure {
  position: relative;
}

.lp_price2 figure img {
  widht: 10.66rem;
}

.lp_price2 figcaption {
  font-size: 1.3rem;
  color: #9daab8;
  text-align: right;
  padding: 0 2em 2em;
}

@media screen and (max-width: 767px) {
  .lp_price2 figcaption {
    font-size: 1rem;
    margin-top: -2.5em;
  }
}

.lp_price2 .ttl {
  text-align: center;
  background: #131834;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  padding: 1.3em 0;
}

@media screen and (max-width: 767px) {
  .lp_price2 .ttl {
    padding: 1em 0;
    font-size: 1.9rem;
  }
}

.lp_price3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
}

@media screen and (max-width: 767px) {
  .lp_price3 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
    padding: 0 3.4rem;
  }
}

.lp_price3 .ttl {
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: .06em;
  margin: 1.2em 0 0.6em;
}

@media screen and (max-width: 767px) {
  .lp_price3 .ttl {
    font-size: 2.4rem;
  }
}

.lp_price3 .ttl em {
  color: #ee750a;
}

.lp_price3 li {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .lp_price3 li {
    border-radius: .66rem;
  }
}

.lp_price3 li p {
  line-height: 1.875;
  letter-spacing: .02em;
}

.lp_price3 li i {
  position: absolute;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  width: 3em;
  height: 3em;
  font-size: 2rem;
  line-height: 2.5;
  font-weight: 500;
  letter-spacing: .1em;
  color: #fff;
  padding-left: .7em;
}

@media screen and (max-width: 767px) {
  .lp_price3 li i {
    font-size: 2.1rem;
  }
}

.lp_price3 li i:before {
  content: '';
  position: absolute;
  background: #ee750a;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  z-index: -1;
  right: 0;
  bottom: 0;
}

.lp_price3 li img {
  border-radius: 1rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .lp_price3 li img {
    border-radius: .66rem;
  }
}

.lp_flow {
  background: #fdf3e8;
}

.lp_flow ul {
  padding-right: 13rem;
}

@media screen and (max-width: 767px) {
  .lp_flow ul {
    padding-right: 7.5rem;
  }
}

.lp_flow .box {
  position: relative;
}

.lp_flow .bar {
  position: absolute;
  background: #ffd8ad;
  right: 5.3rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ee750a;
  width: 4rem;
  height: 15rem;
  text-align: center;
  padding: 0 .66em;
  line-height: 1.2;
  display: flex;
  align-items: center;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .lp_flow .bar {
    padding: 0 .4em;
    right: 3rem;
    font-size: 1.33rem;
    width: 2.3rem;
    height: 17.8rem;
  }
}

.lp_flow .bar.b {
  height: calc(100% - 4rem);
  font-size: 1.8rem;
  background: #ee750a;
  color: #fff;
  width: 5rem;
  right: 2.5rem;
}

@media screen and (max-width: 767px) {
  .lp_flow .bar.b {
    height: calc(100% - 3rem);
    font-size: 1.6rem;
    align-items: flex-start;
    width: 3.4rem;
    padding: 1em .5em;
  }
}

.lp_flow .bar.b:before {
  width: 10rem;
  height: 5rem;
  bottom: -4rem;
}

@media screen and (max-width: 767px) {
  .lp_flow .bar.b:before {
    width: 6rem;
    height: 3.3rem;
    bottom: -3rem;
  }
}

.lp_flow .bar.b i {
  font-size: 2.22em;
}

.lp_flow .bar:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 7rem;
  height: 3.5rem;
  background: inherit;
  bottom: -2rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

@media screen and (max-width: 767px) {
  .lp_flow .bar:before {
    width: 4.5rem;
    height: 2.5rem;
  }
}

.lp_flow li {
  border-radius: 1.2rem;
  background: #fff;
  margin-top: 1rem;
  padding: 1.7rem 4rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .lp_flow li {
    height: 8rem;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .lp_flow li {
    padding-left: 10rem;
    padding-right: 4rem;
    border-radius: .8rem;
    margin-top: .8rem;
  }
}

.lp_flow li i {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .1em;
  color: #ee750a;
  padding-right: 1.45em;
  line-height: 1.2;
  border-right: solid 2px #e9cfba;
}

@media screen and (max-width: 767px) {
  .lp_flow li i {
    position: absolute;
    left: 2.6rem;
    font-size: 2.1rem;
    padding-right: 1em;
    left: 2.5rem;
  }
}

.lp_flow li em {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: .06em;
}

@media screen and (max-width: 767px) {
  .lp_flow li em {
    display: block;
    font-size: 1.8rem;
    margin-bottom: .5em;
  }
}

@media screen and (min-width: 768px) {
  .lp_flow li em {
    width: 38rem;
    padding-left: 4rem;
  }
}

.lp_flow li small {
  font-size: 1.2rem;
}

.lp_flow li span {
  width: calc(100% - 45rem);
  letter-spacing: .06em;
}

@media screen and (max-width: 767px) {
  .lp_flow li span {
    font-size: 1.45rem;
  }
}

.lp_flow li:last-child {
  color: #fff;
  background: #131834;
}

.lp_flow li:last-child span {
  background: #ee750a;
  text-align: center;
  border-radius: 3em;
  padding: .1em 1em .2em;
  font-weight: bold;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .lp_flow li:last-child span {
    padding: .1em .8em .2em;
    font-size: 1.8rem;
    white-space: nowrap;
    letter-spacing: 0;
  }
}

.lp_flow li:last-child b {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .lp_flow li:last-child b {
    font-size: 1.8rem;
  }
}

.lp_flow li:last-child small {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .lp_flow li:last-child small {
    font-size: 1.33rem;
  }
}

.lp_faq dt {
  font-weight: bold;
}

.lp_faq dt:before {
  color: #ee750a;
}

.lp_faq dd {
  color: inherit;
}

.lp_faq dd:before {
  content: none;
}

.lp_info {
  background: #fdf3e8;
}

.lp_info dl {
  border-top: solid 1px #dcdcdc;
}

@media screen and (min-width: 768px) {
  .lp_info dl {
    display: flex;
    flex-wrap: wrap;
  }
}

.lp_info dt, .lp_info dd {
  border-bottom: solid 1px #dcdcdc;
  padding: 1.5em 2em;
  letter-spacing: .16em;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .lp_info dt, .lp_info dd {
    padding: .9em 1.6em;
  }
}

.lp_info dt {
  font-weight: 500;
  background: #ee750a;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .lp_info dt {
    width: 30rem;
  }
}

@media screen and (max-width: 767px) {
  .lp_info dt {
    border: none;
  }
}

.lp_info dd {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .lp_info dd {
    width: calc(100% - 30rem);
  }
}

.lp_info dd a {
  text-decoration: underline;
}

.lp_form .lp_ttl small {
  font-size: 1.8rem;
  border-radius: 3em;
  border: solid 2px #131834;
  letter-spacing: .12em;
  padding: .3em 1.2em .3em 1.35em;
}

@media screen and (max-width: 767px) {
  .lp_form .lp_ttl small {
    font-size: 1.2rem;
  }
}

.lp_form .lp_ttl em {
  display: block;
  margin-top: .1em;
  letter-spacing: .02em;
}

.lp_form .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fdf3e8;
  border-radius: 1.2rem;
  padding: 5rem 7rem;
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .lp_form .box {
    margin-bottom: 6rem;
    border-radius: .88rem;
    flex-direction: column;
    padding: 4rem 3.4rem;
    gap: 3.5rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .lp_form .box dl {
    width: calc(100% - 31rem);
  }
}

.lp_form .box dt {
  background: #ee750a;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: .06em;
  margin-bottom: 1.7em;
  border-radius: 3em;
  font-weight: bold;
  padding: .5em 1.3em;
  position: relative;
}

.lp_form .box dt:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background: url(../img/lp-form-arrow.svg) no-repeat center bottom/100%;
  width: 4rem;
  height: 1.1rem;
  bottom: -1rem;
}

.lp_form .box p {
  font-size: 1.5rem;
  line-height: 1.86;
  color: #ee750a;
  font-weight: 500;
  text-align: left;
}

.lp_form .box p + p {
  margin-top: 1.5em;
}

@media screen and (min-width: 768px) {
  .lp_form .box figure {
    width: 26rem;
  }
}

.lp_form .box figure img {
  border-radius: 50%;
}

.lp_form .msg {
  text-align: center;
  color: #e01313;
  letter-spacing: .16em;
}

.lp_form .form {
  padding: 0;
  margin: 9rem 0 13rem;
}

@media screen and (max-width: 767px) {
  .lp_form .form {
    margin: 6rem 0 9rem;
  }
}

.lp_form .check input {
  accent-color: #bb0f0f;
}

.lp_form .doui a {
  color: #ee750a;
}

.lp_form .btn {
  text-align: center;
}

.fixed_footer a {
  background: #ee750a;
  height: 6.7rem;
  justify-content: center;
  padding-right: 3rem;
}

.fixed_footer i {
  color: #ee750a;
}

.fixed_footer em {
  background: url(../img/ico-cta.svg) no-repeat left 0.28em/3.3rem, url(../img/arrow-right-cta.svg) no-repeat right center/1rem;
  padding-left: 4rem;
  padding-right: 4rem;
  text-align: center;
  letter-spacing: .08em;
  font-weight: bold;
}

#footer {
  text-align: center;
  background: #f2f4f8;
  padding: 14rem 0 13rem;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 7rem 0 6rem;
  }
}

.f_logo img {
  width: 15rem;
}

@media screen and (max-width: 767px) {
  .f_logo img {
    width: 10rem;
  }
}

.f_info {
  margin: 9rem 0;
}

@media screen and (max-width: 767px) {
  .f_info {
    margin: 5rem 0;
  }
}

.f_info p {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
  letter-spacing: .16em;
}

@media screen and (max-width: 767px) {
  .f_info p {
    font-size: 1.8rem;
  }
}

.f_info address {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: .16em;
}

@media screen and (max-width: 767px) {
  .f_info address {
    font-size: 1.6rem;
  }
}

.f_copy {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: .16em;
  color: #717481;
}

@media screen and (max-width: 767px) {
  .f_copy {
    font-size: 1.1rem;
  }
}

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