@charset "UTF-8";
/*main color*/
/*mixin*/
/*--------------------------------------------------------------
# font family & size
--------------------------------------------------------------*/
.font-anth {
  font-family: anth, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.font-roboto, .lp .lp-merit .lp-merit__card li .card__ttl span, .lp .lp-faq .lp-faq__card h4 span, .u-label-num {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.u-font-32 {
  font-size: clamp(2.5rem, 2vw, 3.2rem);
}

.u-font-27, .lp .lp-pro .lp-pro__card li h4, .lp .lp-faq .lp-faq__card h4 {
  font-size: clamp(2.3rem, 2vw, 2.7rem);
}

.u-font-23, .lp .lp-hero .lp-hero__wrap .u-grid-2 .hero__ttl .hero__ttl-sub, .lp .lp-benefit .lp-benefit__card li p, .lp .lp-merit .lp-merit__card li .card__desc a, .lp .lp-feature .lp-feature__card li h5, .lp .lp-faq .lp-faq__card .lp-faq__card-sub li .faq-ttl {
  font-size: clamp(2rem, 2vw, 2.3rem);
}

.u-font-20, .lp .lp-merit .lp-merit__card li .card__ttl h4 {
  font-size: clamp(1.8rem, 2vw, 2rem);
}

.u-font-18, .lp .lp-type .lp-type__card li .card__txt h4, .lp .lp-merit .lp-merit__card li .card__desc p, .lp .lp-feature .lp-feature__card li .card__info h6, .lp .lp-pro .lp-pro__card li .font-anth {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}

.u-font-14, .lp .lp-merit .lp-merit__card li .card__ttl span {
  font-size: clamp(1.3rem, 1.24vw, 1.4rem);
}

.u-font-13 {
  font-size: clamp(1.2rem, 1.3vw, 1.3rem);
}

em {
  font-style: normal;
}

i {
  font-style: normal;
  display: inline-block;
}
@media (max-width: 768px) {
  i .i-pc {
    display: unset !important;
  }
}

/* コンテンツ幅1080px */
.u-inner, .u-inner--800, .u-inner--nrw, .u-inner--wide {
  width: min(90%, 1080px);
  position: relative;
  display: block;
  margin: 0 auto;
}

/* コンテンツ幅1200px */
.u-inner--wide {
  width: min(90%, 1200px);
}

/* コンテンツ幅960px */
.u-inner--nrw {
  width: min(90%, 960px);
}

/* コンテンツ幅800px */
.u-inner--800 {
  width: min(90%, 800px);
}

@media (max-width: 768px) {
  .u-inner--SPfull {
    width: 100%;
  }
}

.u-grid, .u-grid-4, .u-grid-3, .u-grid-2 {
  display: grid;
}
@media (max-width: 768px) {
  .u-grid, .u-grid-4, .u-grid-3, .u-grid-2 {
    display: flex;
    flex-direction: column;
  }
}

.u-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.u-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .u-grid-3 {
    gap: 40px;
  }
}

.u-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .u-grid-4 {
    gap: 40px;
  }
}

.u-bg--GR {
  background-color: #F7F6F5;
}

.u-pd-sec {
  padding: clamp(50px, 10vw, 80px) 0;
}

.u-mg-card {
  margin-top: clamp(40px, 8vw, 50px);
}

/*--------------------------------------------------------------
# linkなどのarrow
--------------------------------------------------------------*/
.u-arw, .u-arw--right-WH, .u-arw--right, .u-arw--down {
  height: 100%;
}
.u-arw--down {
  width: clamp(18px, 3vw, 26px);
  background: url(../../img/arw-down.svg) no-repeat center/100%;
}
.u-arw--right {
  background: url(../../img/arw-right.svg) no-repeat center/100%;
}
.u-arw--right-WH {
  background: url(../../img/arw-right.svg) no-repeat center/100%;
  -webkit-mask-image: url(../../img/arw-right.svg);
          mask-image: url(../../img/arw-right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background: #ffffff;
}

/*--------------------------------------------------------------
# Cardのラベルなど
--------------------------------------------------------------*/
.u-label-num {
  font-size: clamp(40px, 5vw, 50px);
  color: #F08E00;
  line-height: 1;
  position: absolute;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text:not(:focus):not(:active) {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #000;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px #000;
  clip: auto !important;
  clip-path: none;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* ==========================================================
rwd
========================================================== */
.u-pc {
  display: block;
}

.u-tb {
  display: none !important;
}

.u-sp {
  display: none !important;
}

.u-pctb {
  display: block !important;
}

.u-tbsp {
  display: none !important;
}

@media (max-width: 1200px) {
  .u-pc {
    display: none !important;
  }
  .u-tb {
    display: block !important;
  }
  .u-sp {
    display: none !important;
  }
  .u-pctb {
    display: block !important;
  }
  .u-tbsp {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
  .u-tb {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .u-pctb {
    display: none !important;
  }
  .u-tbsp {
    display: block !important;
  }
}
body.no-scroll {
  position: fixed;
  width: 100%;
  left: 0;
}
body.mod--modal {
  overflow: hidden;
}

h1 {
  font-size: clamp(1.4px, 1.5vw, 1.5px);
}

.lp {
  position: relative;
}
.lp .lp-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  transition: height var(--animate-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--animate-delay);
}
.lp .lp-hero.is-animated {
  height: 700px;
}
@media (max-width: 768px) {
  .lp .lp-hero.is-animated {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.lp .lp-hero .lp-hero__bgimg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  z-index: 0;
  background-image: url("../../img/bg.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  transition: clip-path var(--animate-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--animate-delay);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.lp .lp-hero .lp-hero__bgimg.is-animated {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
@media (max-width: 768px) {
  .lp .lp-hero .lp-hero__bgimg.is-animated {
    clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 95vh);
  }
}
@media (max-height: 500px) {
  .lp .lp-hero .lp-hero__bgimg.is-animated {
    clip-path: polygon(0 0, 100% 0, 100% 53%, 0 100vh);
  }
}
.lp .lp-hero .lp-hero__wrap {
  padding-top: 170px;
}
@media (max-width: 768px) {
  .lp .lp-hero .lp-hero__wrap {
    padding-top: 20vh;
  }
}
@media (max-width: 768px) {
  .lp .lp-hero .lp-hero__wrap .u-grid-2 {
    display: flex;
    flex-direction: column;
  }
}
.lp .lp-hero .lp-hero__wrap .u-grid-2 .hero__ttl {
  max-width: 510px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 960px) {
  .lp .lp-hero .lp-hero__wrap .u-grid-2 .hero__ttl {
    width: clamp(300px, 50vw, 510px);
  }
}
@media (max-width: 768px) {
  .lp .lp-hero .lp-hero__wrap .u-grid-2 .hero__ttl {
    width: 67vw;
  }
}
@media (max-width: 440px) {
  .lp .lp-hero .lp-hero__wrap .u-grid-2 .hero__ttl {
    width: 100%;
  }
}
.lp .lp-hero .lp-hero__wrap .u-grid-2 .hero__ttl .hero__ttl-sub {
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .lp .lp-hero .lp-hero__wrap .u-grid-2 .hero__ttl .hero__ttl-sub {
    font-size: clamp(1.9rem, 2.3vw, 2.3rem);
  }
}
.lp .lp-hero .lp-hero__wrap .u-grid-2 .hero__ttl h2 {
  font-size: clamp(32px, 5.7vw, 57px);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .lp .lp-hero .lp-hero__wrap .u-grid-2 .hero__ttl h2 {
    margin-bottom: 10px;
  }
}
.lp .lp-hero .lp-hero__wrap .u-grid-2 .hero__ttl h2 span {
  white-space: nowrap;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 1;
}
.lp .lp-hero .lp-hero__wrap .u-grid-2 .hero__ttl h2 span:before {
  transition: width var(--animate-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--animate-delay);
  content: "";
  position: absolute;
  top: 55%;
  left: -8px;
  transform: translate(0, -50%);
  width: 0;
  height: 120%;
  z-index: -1;
  background: linear-gradient(to right, #F08E00, #FFB934);
}
@media (max-width: 768px) {
  .lp .lp-hero .lp-hero__wrap .u-grid-2 .hero__ttl h2 span:before {
    left: -3px;
  }
}
.lp .lp-hero .lp-hero__wrap .u-grid-2 .hero__ttl h2 span.is-animated::before {
  width: calc(100% + 16px);
}
@media (max-width: 768px) {
  .lp .lp-hero .lp-hero__wrap .u-grid-2 .hero__ttl h2 span.is-animated::before {
    width: calc(100% + 6px);
  }
}
.lp .lp-hero .lp-hero__wrap .u-grid-2 .hero__ttl picture {
  margin-left: -10px;
  margin-bottom: -10px;
  width: 100%;
}
@media (max-width: 960px) {
  .lp .lp-hero .lp-hero__wrap .u-grid-2 .hero__ttl picture {
    margin-left: -5px;
    margin-bottom: 0;
  }
}
@media (max-width: 440px) {
  .lp .lp-hero .lp-hero__wrap .u-grid-2 .hero__ttl picture {
    width: 90%;
  }
}
.lp .lp-hero .lp-hero__wrap .u-grid-2 .hero__ttl picture img {
  width: calc(100% + 10px);
}
.lp .lp-hero .lp-hero__wrap .u-grid-2 .hero__cta {
  max-width: 500px;
  border-radius: 20px;
}
.lp .lp-benefit {
  padding-top: 0;
}
@media (max-width: 768px) {
  .lp .lp-benefit {
    padding-top: 30px;
  }
}
.lp .lp-benefit .c-num-ttl__wrap {
  position: relative;
  width: 100%;
}
.lp .lp-benefit .c-num-ttl__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #F08E00;
  width: calc(100vw - 100%);
}
.lp .lp-benefit .c-num-ttl--R {
  margin-top: -60px;
}
@media (max-width: 768px) {
  .lp .lp-benefit .c-num-ttl--R {
    margin-top: 0px;
  }
}
.lp .lp-benefit .lp-benefit__card li {
  position: relative;
  padding: 30px 15px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 #AD6700, 0 0 5px rgba(173, 103, 0, 0.01), 0 2px 15px rgba(173, 103, 0, 0.03);
}
.lp .lp-benefit .lp-benefit__card li .u-label-num {
  top: 0;
  left: 0;
  transform: translate(-20%, -35%);
}
.lp .lp-benefit .lp-benefit__card li p {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.lp .lp-type {
  position: relative;
}
.lp .lp-type::after {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  background: url(../../img/bg_build--GR.svg) no-repeat center/100%;
}
.lp .lp-type > p {
  text-align: center;
  margin-top: 20px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .lp .lp-type > p {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.lp .lp-type .lp-type__card li {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 #AD6700, 0 0 5px rgba(173, 103, 0, 0.04), 0 2px 10px rgba(34, 34, 34, 0.02), 0 2px 20px rgba(173, 103, 0, 0.09);
}
.lp .lp-type .lp-type__card li .u-label-num {
  bottom: 0;
  right: 0;
  transform: translate(-20%, 50%);
}
.lp .lp-type .lp-type__card li picture img {
  border-radius: 10px 10px 0 0;
}
.lp .lp-type .lp-type__card li .card__txt {
  padding: 15px 20px 25px;
}
.lp .lp-type .lp-type__card li .card__txt h4 {
  margin-bottom: 4px;
}
.lp .lp-merit .lp-merit__card {
  margin-bottom: 50px;
}
.lp .lp-merit .lp-merit__card li {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 #AD6700, 0 0 #AD6700, 0 0 20px rgba(173, 103, 0, 0.05);
  text-align: center;
}
.lp .lp-merit .lp-merit__card li .card__ttl {
  position: relative;
  padding: 45px 15px 30px;
}
.lp .lp-merit .lp-merit__card li .card__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  border-width: 15px 15px 0 15px;
  z-index: 1;
}
.lp .lp-merit .lp-merit__card li .card__ttl span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F08E00;
  color: #ffffff;
  line-height: 1;
  white-space: nowrap;
  padding: 6px 26px;
  letter-spacing: 0.1em;
  border-radius: 0 0 13px 13px;
}
.lp .lp-merit .lp-merit__card li .card__desc {
  position: relative;
  z-index: 0;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.lp .lp-merit .lp-merit__card li .card__desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #F08E00, #FFB934);
  opacity: 0.38;
  z-index: -1;
  border-radius: 0 0 15px 15px;
}
.lp .lp-merit .lp-merit__card li .card__desc img {
  width: 150px;
  display: block;
  margin: 0 auto;
}
.lp .lp-merit .lp-merit__card li .card__desc a {
  color: #F08E00;
  padding: 10px 20px;
  line-height: 1;
  background-color: #ffffff;
  border-radius: 40px;
  border: solid 3px #F08E00;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
@media (hover: hover) and (pointer: fine) {
  .lp .lp-merit .lp-merit__card li .card__desc a:hover {
    color: #ffffff;
    background-color: #F08E00;
    box-shadow: 0 0 #F08E00, 0 0 #F08E00, 0 10px 15px rgba(240, 142, 0, 0.3), 0 10px 20px rgba(240, 142, 0, 0.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .lp .lp-merit .lp-merit__card li .card__desc a:hover {
    color: #ffffff;
    background-color: #F08E00;
    box-shadow: 0 0 #F08E00, 0 0 #F08E00, 0 10px 15px rgba(240, 142, 0, 0.3), 0 10px 20px rgba(240, 142, 0, 0.1);
  }
}
.lp .lp-merit .lp-merit__card li .card__desc p {
  line-height: 1;
}
@media (max-width: 768px) {
  .lp .lp-feature .lp-feature__ttl {
    margin-top: 30px;
  }
}
.lp .lp-feature .lp-feature__card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin: 0 auto;
}
.lp .lp-feature .lp-feature__card-wrap {
  background-color: #F7F6F5;
  padding: 50px 0 0;
}
@media (max-width: 768px) {
  .lp .lp-feature .lp-feature__card-wrap {
    background-color: unset;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .lp .lp-feature .lp-feature__card {
    width: 90%;
    gap: 50px;
  }
  .lp .lp-feature .lp-feature__card:first-of-type {
    margin-bottom: 50px;
  }
}
.lp .lp-feature .lp-feature__card li {
  width: 350px;
  gap: 30px;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .lp .lp-feature .lp-feature__card li {
    margin-bottom: 0;
  }
}
.lp .lp-feature .lp-feature__card li img {
  width: 210px;
}
.lp .lp-feature .lp-feature__card li h5 {
  line-height: 1;
  margin: 18px auto 12px;
}
.lp .lp-feature .lp-feature__card li .card__info {
  margin-top: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 30px;
  position: relative;
}
@media (max-width: 768px) {
  .lp .lp-feature .lp-feature__card li .card__info {
    background-color: #F7F6F5;
  }
}
.lp .lp-feature .lp-feature__card li .card__info-wrap {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  left: 50%;
  transform: translate(-50%, 5px);
}
@media (max-width: 768px) {
  .lp .lp-feature .lp-feature__card li .card__info-wrap {
    all: unset;
  }
}
.lp .lp-feature .lp-feature__card li .card__info::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  border-width: 0 15px 15px 15px;
  z-index: 1;
}
@media (max-width: 768px) {
  .lp .lp-feature .lp-feature__card li .card__info::after {
    border-color: transparent transparent #F7F6F5 transparent;
  }
}
.lp .lp-feature .lp-feature__card li .card__info h6 {
  padding-bottom: 10px;
}
.lp .lp-feature .lp-feature__card li .card__info h6 span {
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.lp .lp-feature .lp-feature__card li .card__info h6 span::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: -4px;
  left: 0;
  background-color: #F08E00;
}
.lp .lp-feature .lp-feature__card li .card__info p {
  font-size: clamp(13px, 1.6vw, 16px);
  line-height: 1.8;
}
.lp .lp-feature .lp-feature__card li .card__info p em {
  white-space: nowrap;
  display: block;
  color: #F08E00;
}
@media (max-width: 768px) {
  .lp .lp-feature .lp-feature__card li .card__info p em {
    white-space: unset;
  }
}
.lp .lp-pro .lp-pro__card {
  gap: clamp(40px, 4vw, 90px);
}
.lp .lp-pro .lp-pro__card li {
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}
.lp .lp-pro .lp-pro__card li img {
  background-color: #d3d6dc;
  max-width: 320px;
  width: 100%;
  max-height: 320px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp .lp-pro .lp-pro__card li h4 {
  margin-top: 10px;
}
.lp .lp-pro .lp-pro__card li p {
  font-weight: 400;
  font-size: 1.4rem;
  margin-top: 7px;
}
.lp .lp-pro .lp-pro__card li p span {
  letter-spacing: normal;
}
.lp .lp-faq .lp-faq__card-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .lp .lp-faq .lp-faq__card-wrap {
    margin-top: clamp(10px, 2vw, 20px);
  }
}
@media (max-width: 440px) {
  .lp .lp-faq .lp-faq__card-wrap {
    gap: 10px;
  }
}
.lp .lp-faq .lp-faq__card h4 {
  margin-bottom: -95px;
  margin-left: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1;
  gap: 10px;
}
@media (max-width: 768px) {
  .lp .lp-faq .lp-faq__card h4 {
    margin-bottom: -70px;
    margin-top: 20px;
    margin-left: 15px;
    gap: 5px;
  }
}
@media (max-width: 440px) {
  .lp .lp-faq .lp-faq__card h4 {
    margin-bottom: -68px;
    font-size: clamp(2rem, 2vw, 2.3rem);
  }
}
.lp .lp-faq .lp-faq__card h4 span {
  font-weight: 600;
  font-size: 120px;
}
@media (max-width: 960px) {
  .lp .lp-faq .lp-faq__card h4 span {
    font-size: clamp(65px, 10vw, 120px);
  }
}
@media (max-width: 440px) {
  .lp .lp-faq .lp-faq__card h4 span {
    letter-spacing: 0;
    font-size: clamp(55px, 12vw, 120px);
  }
}
.lp .lp-faq .lp-faq__card h4 span.item--main {
  color: #F08E00;
}
.lp .lp-faq .lp-faq__card h4 span.item--sub {
  color: #3f434a;
}
.lp .lp-faq .lp-faq__card h4 span.item--mail {
  color: #d3d6dc;
}
.lp .lp-faq .lp-faq__card .lp-faq__card-sub {
  background-color: #F7F6F5;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .lp .lp-faq .lp-faq__card .lp-faq__card-sub {
    padding: 30px 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .lp .lp-faq .lp-faq__card .lp-faq__card-sub a:hover li.item--main {
    border: 2.5px solid #F08E00;
    box-shadow: 0 0 #AD6700, 0 0 #AD6700, 0 7px 25px rgba(173, 103, 0, 0.05), 0 3px 25px rgba(240, 142, 0, 0.1);
  }
  .lp .lp-faq .lp-faq__card .lp-faq__card-sub a:hover li.item--sub {
    border: 2.5px solid rgba(63, 67, 74, 0.9);
    box-shadow: 0 0 #222222, 0 0 #222222, 0 7px 25px rgba(34, 34, 34, 0.03), 0 3px 25px rgba(34, 34, 34, 0.08);
  }
  .lp .lp-faq .lp-faq__card .lp-faq__card-sub a:hover li.item--mail {
    border: 2.5px solid rgba(63, 67, 74, 0.6);
    box-shadow: 0 0 #222222, 0 0 #222222, 0 7px 25px rgba(34, 34, 34, 0.03), 0 3px 25px rgba(34, 34, 34, 0.06);
  }
  .lp .lp-faq .lp-faq__card .lp-faq__card-sub a:hover .faq-icon img {
    transform: scale(1.05);
  }
  .lp .lp-faq .lp-faq__card .lp-faq__card-sub a:hover .c-link-icon {
    transform: translateX(5px);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .lp .lp-faq .lp-faq__card .lp-faq__card-sub a:hover li.item--main {
    border: 2.5px solid #F08E00;
    box-shadow: 0 0 #AD6700, 0 0 #AD6700, 0 7px 25px rgba(173, 103, 0, 0.05), 0 3px 25px rgba(240, 142, 0, 0.1);
  }
  .lp .lp-faq .lp-faq__card .lp-faq__card-sub a:hover li.item--sub {
    border: 2.5px solid rgba(63, 67, 74, 0.9);
    box-shadow: 0 0 #222222, 0 0 #222222, 0 7px 25px rgba(34, 34, 34, 0.03), 0 3px 25px rgba(34, 34, 34, 0.08);
  }
  .lp .lp-faq .lp-faq__card .lp-faq__card-sub a:hover li.item--mail {
    border: 2.5px solid rgba(63, 67, 74, 0.6);
    box-shadow: 0 0 #222222, 0 0 #222222, 0 7px 25px rgba(34, 34, 34, 0.03), 0 3px 25px rgba(34, 34, 34, 0.06);
  }
  .lp .lp-faq .lp-faq__card .lp-faq__card-sub a:hover .faq-icon img {
    transform: scale(1.05);
  }
  .lp .lp-faq .lp-faq__card .lp-faq__card-sub a:hover .c-link-icon {
    transform: translateX(5px);
  }
}
.lp .lp-faq .lp-faq__card .lp-faq__card-sub li {
  border: 2.5px solid transparent;
  width: 90%;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  max-width: 900px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 999px;
  padding: 20px;
  box-shadow: 0 0 #AD6700, 0 0 #AD6700, 0 10px 20px rgba(34, 34, 34, 0.02), 0 10px 25px rgba(173, 103, 0, 0.02);
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto 1fr;
  grid-template-areas: "icon content link";
}
@media (max-width: 768px) {
  .lp .lp-faq .lp-faq__card .lp-faq__card-sub li {
    border-radius: 20px;
    padding: 13px 15px;
    grid-template-areas: "icon title link" "desc desc desc";
    position: relative;
  }
}
.lp .lp-faq .lp-faq__card .lp-faq__card-sub li .faq-icon {
  grid-area: icon;
}
@media (max-width: 768px) {
  .lp .lp-faq .lp-faq__card .lp-faq__card-sub li .faq-txt {
    display: contents;
  }
}
.lp .lp-faq .lp-faq__card .lp-faq__card-sub li .faq-ttl {
  grid-area: title;
}
.lp .lp-faq .lp-faq__card .lp-faq__card-sub li .faq-desc {
  grid-area: desc;
  padding-bottom: 0px;
}
.lp .lp-faq .lp-faq__card .lp-faq__card-sub li .link-icon {
  grid-area: link;
}
.lp .lp-faq .lp-faq__card .lp-faq__card-sub li .faq-icon {
  overflow: hidden;
  margin-right: 20px;
  width: 110px;
  border-radius: 999px;
}
.lp .lp-faq .lp-faq__card .lp-faq__card-sub li .faq-icon img {
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
@media (max-width: 768px) {
  .lp .lp-faq .lp-faq__card .lp-faq__card-sub li .faq-icon {
    align-self: start;
    width: 50px;
    margin-right: 10px;
  }
}
.lp .lp-faq .lp-faq__card .lp-faq__card-sub li .faq-ttl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .lp .lp-faq .lp-faq__card .lp-faq__card-sub li .faq-ttl {
    flex-direction: column;
    font-size: 1.8rem;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    height: 100%;
    line-height: 1.2;
  }
}
.lp .lp-faq .lp-faq__card .lp-faq__card-sub li .faq-ttl span {
  font-size: clamp(1.3rem, 1.7vw, 1.7rem);
  background-color: #E3E5EB;
  border-radius: 3px;
  line-height: 1;
  margin-top: 3px;
  padding: 4px 8px 7px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .lp .lp-faq .lp-faq__card .lp-faq__card-sub li .faq-ttl span {
    padding: 3px 8px 5px;
  }
}
.lp .lp-faq .lp-faq__card .lp-faq__card-sub li .faq-desc {
  margin: 5px 20px 5px 0;
}
@media (max-width: 768px) {
  .lp .lp-faq .lp-faq__card .lp-faq__card-sub li .faq-desc {
    margin: 10px 0 5px 0;
    padding-top: 13px;
    position: relative;
  }
  .lp .lp-faq .lp-faq__card .lp-faq__card-sub li .faq-desc::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(100% + 30px);
    height: 2px;
    transform: translateX(-15px);
    background-color: #F7F6F5;
  }
}
.lp .lp-faq .lp-faq__card .lp-faq__card-sub li .link-icon {
  width: 40px;
}
@media (max-width: 768px) {
  .lp .lp-faq .lp-faq__card .lp-faq__card-sub li .link-icon {
    width: 13px;
    height: 18px;
    transform: translateY(0.5px);
  }
  .lp .lp-faq .lp-faq__card .lp-faq__card-sub li .link-icon .c-link-icon {
    width: 10px;
    height: 18px;
    filter: drop-shadow(-0.5px 0 0 #F08E00) drop-shadow(0.5px 0 0 #F08E00) drop-shadow(0 -0.5px 0 #F08E00) drop-shadow(0 0.5px 0 #F08E00);
  }
}/*# sourceMappingURL=style.css.map */