.pc-only {
  display: block;
}
@media (min-width: 769px) {
  .pc-only {
    display: block;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.ssp-only {
  display: none;
}
@media (min-width: 769px) {
  .ssp-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .ssp-only {
    display: none;
  }
}
@media (max-width: 480px) {
  .ssp-only {
    display: block;
  }
}

html {
  font-size: 10px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1440px) {
  html {
    font-size: clamp(6px, 0.694vw, 16px);
  }
}
@media (max-width: 768px) {
  html {
    font-size: clamp(6px, 1.30208vw, 16px);
  }
}
@media (max-width: 480px) {
  html {
    font-size: clamp(6px, 2.08vw, 16px);
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
@media (max-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

small {
  font-size: 80%;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
}

img {
  display: block;
  width: auto;
  height: auto;
}

.s-padding {
  padding: 12rem 0;
}
@media (max-width: 768px) {
  .s-padding {
    padding: 60px 0;
  }
}

.c-padding {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .c-padding {
    padding: 4rem 0;
  }
}

.c-mt {
  margin-top: 9rem;
}
@media (max-width: 768px) {
  .c-mt {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .c-mt {
    margin-top: 24px;
  }
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.c-container {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}

.container .c-container {
  max-width: 800px;
  padding: 0;
}

.section {
  position: relative;
  width: 100%;
}

#footer .footer-wrapper .menu-list a, .lp-202511 .primary-btn {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.lp-202511 {
  padding-bottom: 80px;
}
.lp-202511 .section-title {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .lp-202511 .section-title {
    font-size: 3.2rem;
  }
}
@media (max-width: 480px) {
  .lp-202511 .section-title {
    font-size: 3.2rem;
  }
}
@media (max-width: 375px) {
  .lp-202511 .section-title {
    font-size: 3rem;
  }
}
.lp-202511 .primary-btn {
  margin: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 100px;
  background-color: #004aad;
  border-radius: 20px;
  color: #fff;
  font-size: 26px;
  line-height: 84px;
}
.lp-202511 .primary-btn:hover {
  background-color: #003b8e;
}
@media (max-width: 768px) {
  .lp-202511 .primary-btn {
    font-size: 22px;
    line-height: 76px;
    border-radius: 14px;
  }
}
@media (max-width: 480px) {
  .lp-202511 .primary-btn {
    padding: 0;
    width: 240px;
    line-height: 46px;
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
  }
}
.lp-202511 .desc {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .lp-202511 .desc {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .lp-202511 .desc {
    font-size: 1.6rem;
  }
}
.lp-202511 .fv-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f8fb), to(#fff));
  background-image: linear-gradient(180deg, #f6f8fb, #fff);
}
@media (max-width: 480px) {
  .lp-202511 .fv-section {
    padding: 60px 0 40px;
  }
}
.lp-202511 .fv-section .container {
  height: 100%;
}
.lp-202511 .fv-section .wrapper {
  height: 100%;
}
.lp-202511 .fv-section .wrapper .salon-logo img {
  width: 50rem;
}
@media (max-width: 768px) {
  .lp-202511 .fv-section .wrapper .salon-logo img {
    width: 430px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .lp-202511 .fv-section .wrapper .salon-logo img {
    width: 40rem;
    margin: auto;
  }
}
.lp-202511 .fv-section .wrapper .fv-txt {
  text-align: center;
  margin-top: 40px;
}
.lp-202511 .fv-section .wrapper .fv-txt .title {
  font-size: 5.2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .lp-202511 .fv-section .wrapper .fv-txt .title {
    font-size: 5rem;
  }
}
@media (max-width: 480px) {
  .lp-202511 .fv-section .wrapper .fv-txt .title {
    font-size: 3.2rem;
  }
}
.lp-202511 .fv-section .wrapper .fv-txt .catch-txt {
  margin-top: 30px;
  font-size: 2.6rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .lp-202511 .fv-section .wrapper .fv-txt .catch-txt {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .lp-202511 .fv-section .wrapper .fv-txt .catch-txt {
    font-size: 2.2rem;
  }
}
.lp-202511 .fv-section .wrapper .signup-guide {
  margin-top: 80px;
}
.lp-202511 .body-concerns-section,
.lp-202511 .shape-concerns-section {
  background-color: #f8f9fb;
  padding: 12rem 0 24rem;
}
@media (max-width: 768px) {
  .lp-202511 .body-concerns-section,
  .lp-202511 .shape-concerns-section {
    padding: 60px 0;
  }
}
.lp-202511 .body-concerns-section .content .content-inner,
.lp-202511 .shape-concerns-section .content .content-inner {
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .lp-202511 .body-concerns-section .content .content-inner,
  .lp-202511 .shape-concerns-section .content .content-inner {
    padding: 2rem 0 4rem;
  }
}
.lp-202511 .body-concerns-section .content .content-inner img,
.lp-202511 .shape-concerns-section .content .content-inner img {
  display: block;
  width: 34rem;
  margin: auto;
}
@media (max-width: 768px) {
  .lp-202511 .body-concerns-section .content .content-inner img,
  .lp-202511 .shape-concerns-section .content .content-inner img {
    width: 250px;
  }
}
.lp-202511 .body-concerns-section .content .content-inner .concern-items,
.lp-202511 .shape-concerns-section .content .content-inner .concern-items {
  position: absolute;
  inset: 0;
}
@media (min-width: 769px) {
  .lp-202511 .body-concerns-section .content .content-inner .concern-items,
  .lp-202511 .shape-concerns-section .content .content-inner .concern-items {
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
  }
}
@media (max-width: 768px) {
  .lp-202511 .body-concerns-section .content .content-inner .concern-items,
  .lp-202511 .shape-concerns-section .content .content-inner .concern-items {
    position: relative;
    margin-top: 4rem;
  }
}
.lp-202511 .body-concerns-section .content .content-inner .concern-items .concern-item,
.lp-202511 .shape-concerns-section .content .content-inner .concern-items .concern-item {
  position: absolute;
  background-color: #fff;
  padding: 16px 40px;
  width: 30rem;
  border-radius: 8px;
  text-align: center;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .lp-202511 .body-concerns-section .content .content-inner .concern-items .concern-item,
  .lp-202511 .shape-concerns-section .content .content-inner .concern-items .concern-item {
    position: relative;
    max-width: 350px;
    width: 85%;
    padding: 14px 0;
    margin: auto;
    font-size: 14px;
  }
  .lp-202511 .body-concerns-section .content .content-inner .concern-items .concern-item:not(:first-child),
  .lp-202511 .shape-concerns-section .content .content-inner .concern-items .concern-item:not(:first-child) {
    margin-top: 16px;
  }
}
@media (min-width: 769px) {
  .lp-202511 .body-concerns-section .content .content-inner .concern-items .concern-item.item1,
  .lp-202511 .shape-concerns-section .content .content-inner .concern-items .concern-item.item1 {
    top: 0;
    left: calc(50% - 48rem);
  }
  .lp-202511 .body-concerns-section .content .content-inner .concern-items .concern-item.item2,
  .lp-202511 .shape-concerns-section .content .content-inner .concern-items .concern-item.item2 {
    top: 0;
    right: calc(50% - 48rem);
  }
  .lp-202511 .body-concerns-section .content .content-inner .concern-items .concern-item.item3,
  .lp-202511 .shape-concerns-section .content .content-inner .concern-items .concern-item.item3 {
    top: 60%;
    left: calc(50% - 48rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .lp-202511 .body-concerns-section .content .content-inner .concern-items .concern-item.item4,
  .lp-202511 .shape-concerns-section .content .content-inner .concern-items .concern-item.item4 {
    top: 60%;
    right: calc(50% - 48rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .lp-202511 .body-concerns-section .content .content-inner .concern-items .concern-item.item5,
  .lp-202511 .shape-concerns-section .content .content-inner .concern-items .concern-item.item5 {
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
.lp-202511 .shape-concerns-section {
  background-color: #f1f2f4;
}
.lp-202511 .moving-important-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9fbff));
  background-image: linear-gradient(180deg, #fff, #f9fbff);
}
.lp-202511 .moving-important-section .desc {
  line-height: 1.8;
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 480px) {
  .lp-202511 .moving-important-section .desc {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .lp-202511 .moving-important-section .desc {
    font-size: 16px;
  }
}
.lp-202511 .moving-important-section .section-title-area {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (max-width: 768px) {
  .lp-202511 .moving-important-section .section-title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lp-202511 .moving-important-section .section-title-area .avatar {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-105%, -40%);
          transform: translate(-105%, -40%);
}
.lp-202511 .moving-important-section .section-title-area .avatar img {
  width: 14rem;
}
@media (max-width: 768px) {
  .lp-202511 .moving-important-section .section-title-area .avatar {
    position: relative;
    -webkit-transform: unset;
            transform: unset;
  }
  .lp-202511 .moving-important-section .section-title-area .avatar img {
    width: 10rem;
  }
}
@media (max-width: 480px) {
  .lp-202511 .moving-important-section .section-title-area .avatar img {
    width: 8rem;
  }
}
.lp-202511 .three-advice-section {
  background-color: #f9fbff;
}
.lp-202511 .three-advice-section .content .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
@media (max-width: 768px) {
  .lp-202511 .three-advice-section .content .img-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.lp-202511 .three-advice-section .content .img-wrapper .img-item {
  width: 240px;
  padding: 4rem 0;
  background-color: #fff;
  text-align: center;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.lp-202511 .three-advice-section .content .img-wrapper .img-item .item-inner {
  display: -ms-grid;
  display: grid;
}
.lp-202511 .three-advice-section .content .img-wrapper .img-item .img {
  text-align: center;
}
.lp-202511 .three-advice-section .content .img-wrapper .img-item .img img {
  width: 10rem;
  margin: auto;
}
@media (max-width: 480px) {
  .lp-202511 .three-advice-section .content .img-wrapper .img-item .img img {
    width: 64px;
  }
}
.lp-202511 .three-advice-section .content .img-wrapper .img-item .caption {
  margin-top: 2.4rem;
}
@media (max-width: 480px) {
  .lp-202511 .three-advice-section .content .img-wrapper .img-item .caption {
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .lp-202511 .three-advice-section .content .img-wrapper .img-item {
    width: 85%;
    max-width: 300px;
    margin: auto;
    padding: 20px 0;
    border-radius: 8px;
  }
}
.lp-202511 .three-advice-section .content .summary-wrapper .desc {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .lp-202511 .three-advice-section .content .summary-wrapper .desc {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .lp-202511 .three-advice-section .content .summary-wrapper .desc {
    font-size: 1.6rem;
  }
}
.lp-202511 .salon-reason-section .content .summary-wrapper .desc {
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .lp-202511 .salon-reason-section .content .summary-wrapper .desc {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .lp-202511 .salon-reason-section .content .summary-wrapper .desc {
    font-size: 1.6rem;
  }
}
.lp-202511 .salon-reason-section .content .reason-items {
  max-width: 60rem;
  margin: 9rem auto;
}
.lp-202511 .salon-reason-section .content .reason-items .reason-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media (max-width: 768px) {
  .lp-202511 .salon-reason-section .content .reason-items .reason-item {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .lp-202511 .salon-reason-section .content .reason-items .reason-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp-202511 .salon-reason-section .content .reason-items .reason-item:not(:first-child) {
  margin-top: 60px;
}
.lp-202511 .salon-reason-section .content .reason-items .reason-item .ri-img img {
  width: 12rem;
}
@media (max-width: 768px) {
  .lp-202511 .salon-reason-section .content .reason-items .reason-item .ri-img img {
    width: 10rem;
  }
}
@media (max-width: 480px) {
  .lp-202511 .salon-reason-section .content .reason-items .reason-item .ri-img img {
    width: 80px;
  }
}
.lp-202511 .salon-reason-section .content .reason-items .reason-item .ri-info {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  text-align: center;
}
.lp-202511 .salon-reason-section .content .reason-items .reason-item .ri-info .m1-title {
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .lp-202511 .salon-reason-section .content .reason-items .reason-item .ri-info .m1-title {
    font-size: 2.6rem;
  }
}
@media (max-width: 480px) {
  .lp-202511 .salon-reason-section .content .reason-items .reason-item .ri-info .m1-title {
    font-size: 18px;
  }
}
.lp-202511 .salon-reason-section .content .reason-items .reason-item .ri-info .m1-desc {
  margin-top: 2rem;
  font-size: 2rem;
  color: #555;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .lp-202511 .salon-reason-section .content .reason-items .reason-item .ri-info .m1-desc {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .lp-202511 .salon-reason-section .content .reason-items .reason-item .ri-info .m1-desc {
    font-size: 14px;
  }
}
.lp-202511 .owner-section {
  background-color: #fff;
}
.lp-202511 .owner-section .desc {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .lp-202511 .owner-section .desc {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .lp-202511 .owner-section .desc {
    margin: auto;
    font-size: 14px;
  }
}
.lp-202511 .improve-section .content .sub-title {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lp-202511 .improve-section .content .sub-title {
    font-size: 2.6rem;
  }
}
@media (max-width: 480px) {
  .lp-202511 .improve-section .content .sub-title {
    font-size: 2.2rem;
  }
}
.lp-202511 .improve-section .content .improve-items .imp-item {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .lp-202511 .improve-section .content .improve-items .imp-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    margin: auto;
    margin-top: 6rem;
    max-width: 88%;
  }
}
.lp-202511 .improve-section .content .improve-items .imp-item .msg-field {
  position: relative;
  background-color: #f7f9fc;
  border-radius: 16px;
  padding: 24px;
  margin-left: auto;
  width: calc(100% - 8rem);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .lp-202511 .improve-section .content .improve-items .imp-item .msg-field {
    width: 100%;
    padding: 2.4rem;
  }
}
.lp-202511 .improve-section .content .improve-items .imp-item .msg-field::before {
  content: "";
  position: absolute;
  width: 8rem;
  height: 8rem;
  left: 7rem;
  bottom: -8rem;
  background-color: #f7f9fc;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media (max-width: 768px) {
  .lp-202511 .improve-section .content .improve-items .imp-item .msg-field::before {
    width: 50px;
    height: 30px;
    left: calc(50% - 25px);
    bottom: unset;
    top: -29px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
}
.lp-202511 .improve-section .content .improve-items .imp-item .msg-field .desc {
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .lp-202511 .improve-section .content .improve-items .imp-item .msg-field .desc {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .lp-202511 .improve-section .content .improve-items .imp-item .msg-field .desc {
    font-size: 13.5px;
  }
}
@media (min-width: 769px) {
  .lp-202511 .improve-section .content .improve-items .imp-item .cus-avatar {
    margin-top: 8rem;
  }
}
.lp-202511 .improve-section .content .improve-items .imp-item .cus-avatar img {
  width: 16rem;
}
@media (max-width: 768px) {
  .lp-202511 .improve-section .content .improve-items .imp-item .cus-avatar img {
    width: 10rem;
  }
}
.lp-202511 .price-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f6ff));
  background-image: linear-gradient(180deg, #fff, #f2f6ff);
}
.lp-202511 .price-section .summary-wrapper .desc {
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .lp-202511 .price-section .summary-wrapper .desc {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .lp-202511 .price-section .summary-wrapper .desc {
    font-size: 1.6rem;
  }
}
.lp-202511 .price-section .price-info .border-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-color: #fff;
  border: 1px solid rgba(0, 58, 173, 0.2);
  border-radius: 12px;
  padding: 24px 40px;
  text-align: center;
}
@media (max-width: 480px) {
  .lp-202511 .price-section .price-info .border-wrap {
    width: 90%;
  }
}
.lp-202511 .price-section .price-info .border-wrap .price {
  color: #004aad;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .lp-202511 .price-section .price-info .border-wrap .price {
    font-size: 20px;
  }
}
.lp-202511 .price-section .price-info .border-wrap p {
  font-size: 2rem;
}
@media (max-width: 480px) {
  .lp-202511 .price-section .price-info .border-wrap p {
    font-size: 16px;
  }
}
.lp-202511 .faq-section {
  background-color: #fff;
}
.lp-202511 .faq-section .content .sub-title {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lp-202511 .faq-section .content .sub-title {
    font-size: 18px;
  }
}
.lp-202511 .faq-section .content .faq-items__wrapper {
  margin-top: 2rem;
}
.lp-202511 .faq-section .content .faq-items__wrapper .faq-items {
  counter-reset: faq-num;
}
.lp-202511 .faq-section .content .faq-items__wrapper .faq-items .faq-item {
  position: relative;
  background-color: #f7f9fc;
  padding: 2rem;
  border-radius: 12px;
  counter-increment: faq-num;
}
.lp-202511 .faq-section .content .faq-items__wrapper .faq-items .faq-item:not(:first-child) {
  margin-top: 32px;
}
@media (max-width: 480px) {
  .lp-202511 .faq-section .content .faq-items__wrapper .faq-items .faq-item:not(:first-child) {
    margin-top: 20px;
  }
}
.lp-202511 .faq-section .content .faq-items__wrapper .faq-items .faq-item .faq-item__inner .question-wrap {
  position: relative;
  cursor: pointer;
}
.lp-202511 .faq-section .content .faq-items__wrapper .faq-items .faq-item .faq-item__inner .question-wrap .q-txt {
  position: relative;
  gap: 1rem;
  color: #004aad;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 768px) {
  .lp-202511 .faq-section .content .faq-items__wrapper .faq-items .faq-item .faq-item__inner .question-wrap .q-txt {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .lp-202511 .faq-section .content .faq-items__wrapper .faq-items .faq-item .faq-item__inner .question-wrap .q-txt {
    font-size: 1.8rem;
  }
}
.lp-202511 .faq-section .content .faq-items__wrapper .faq-items .faq-item .faq-item__inner .question-wrap .q-txt::before {
  content: "Q" counter(faq-num) ".";
}
.lp-202511 .faq-section .content .faq-items__wrapper .faq-items .faq-item .faq-item__inner .answer-wrap {
  position: relative;
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.8;
  display: none;
  padding-left: 1.5rem;
}
@media (max-width: 768px) {
  .lp-202511 .faq-section .content .faq-items__wrapper .faq-items .faq-item .faq-item__inner .answer-wrap {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .lp-202511 .faq-section .content .faq-items__wrapper .faq-items .faq-item .faq-item__inner .answer-wrap {
    font-size: 1.6rem;
  }
}
.lp-202511 .faq-section .content .faq-items__wrapper .faq-items .faq-item .faq-item__inner .answer-wrap p {
  display: inline;
}
.lp-202511 .faq-section .content .faq-items__wrapper .faq-items .faq-item .faq-item__inner .answer-wrap::before {
  content: "A.";
  display: inline;
  padding-right: 1rem;
}
.lp-202511 .faq-section .content .faq-items__wrapper .faq-items .faq-item.active .answer-wrap {
  display: block;
}
.lp-202511 .footer-section .m1-title {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 480px) {
  .lp-202511 .footer-section .m1-title {
    font-size: 14px;
    line-height: 46px;
  }
}

#footer {
  background-color: #f6f8fb;
  padding: 10rem 0;
}
@media (max-width: 480px) {
  #footer {
    padding: 40px 0;
  }
}
#footer .footer-wrapper .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  #footer .footer-wrapper .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
#footer .footer-wrapper .menu-list a {
  color: #666;
  font-size: 14px;
}
#footer .footer-wrapper .menu-list a:hover {
  color: #004aad;
}
@media (max-width: 480px) {
  #footer .footer-wrapper .menu-list a {
    font-size: 12px;
  }
}
#footer .footer-wrapper .copyright {
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
}