@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

img.mw-80 {
  width: 100%;
  max-width: 80%;
}

@font-face {
  font-family: "Hiragino Kaku Gothic Std";
  src: url("../../../fonts/Hiragino Kaku Gothic Std W8.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Hiragino Kaku Gothic StdN";
  src: url("../../../fonts/Hiragino Kaku Gothic StdN W8.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

html {
  color: #000;
  font-family: hiragino-kaku-gothic-pron, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", HiraKakuProN-W3, "Droid Sans Japanese", sans-serif;
  font-size: 10px;
  font-weight: 300;
}

@media screen and (min-width: 391px) {
  html {
    font-size: clamp(10px, 2.56vw, 12px);
  }
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.image--auto {
  width: auto;
}

.image--contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.footer {
  background-color: #D00E31;
  margin-top: 87px;
  color: #fff;
  padding: 0 20px 120px;
}

@media screen and (min-width: 1280px) {
  .footer {
    padding: 0 20px 50px;
  }
}

.footer--no-margin {
  margin-top: 0;
}

.footer__container {
  width: 100%;
  margin: 0 auto;
}

.footer__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.footer__img {
  margin-top: -37px;
  width: 100%;
  max-width: 118px;
  aspect-ratio: 118/227;
}

.footer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1 -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* width: 100%; */
  /* max-width: 210px; */
}

.footer__header-text {
  font-size: 23px;
  font-weight: 600;
  text-align: center;
}

.footer__list {
  list-style-type: disc;
  padding-left: 16px;
  margin: 15px 0 30px;
}

.footer__list span {
  font-size: 12px;
  line-height: 150%;
}

.footer__link {
  display: block;
  font-size: 12px;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.footer__copyright {
  padding-top: 27px;
  margin-top: 40px;
  border-top: 2px solid #fff;
}

.footer__copyright-text {
  text-align: center;
  display: block;
  font-size: 10px;
  font-weight: 600;
  line-height: 150%;
}

.content-wrapper {
  width: 100%;
  max-width: 1440px;
  /* height: 100vh; */
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

/* @media screen and (min-width: 1280px) {
  .content-wrapper {
    position: relative;
    justify-content: flex-end;
  }
} */

.main-area {
  width: 100%;
  /* max-width: 390px; */
  max-width: 500px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

/* @media screen and (min-width: 1280px) {
  .main-area {
    margin-right: 13%;
  }
} */

/* @media screen and (max-width: 1279px) {
  .bg-area {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .bg-area {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.bg-area__inner {
  position: relative;
  background-color: #FFF3F2;
  height: 100%;
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-area__content {
  position: relative;
  background-color: #fff;
  max-width: 80%;
  height: 84.57%;
  max-height: 828px;
  z-index: 2;
  border-radius: 24px;
  padding-top: 40px;
}

.bg-area__content img {
  max-width: 80%;
}

.bg-area__content-inner {
  max-width: calc(100% - 390px - 100px);
  height: 100%;
  max-height: 100%;
  overflow-y: scroll;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.bg-area__content-inner::-webkit-scrollbar {
  display: none;
}

.bg-area__logo {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #D00E31;
  text-align: center;
}

.bg-area__logo img {
  width: 70%;
}

.bg-area__header {
  margin-top: 20px;
}

.bg-area__function {
  margin-top: 16px;
}

.bg-area__button {
  max-width: 342px;
  margin-top: 15px;
}

.bg-area__text {
  margin-top: 24px;
}

.bg-area__text p {
  font-size: 1.4rem;
}

.bg-area__text ul {
  margin-top: 8px;
}

.bg-area__text ul li {
  font-size: 1rem;
}

.bg-area__footer {
  display: flex;
  align-items: center;
}

.bg-area__qr {
  flex-shrink: 1;
}

.bg-area__icon {
  position: absolute;
  display: block;
  z-index: 1;
}
.bg-area__icon:nth-of-type(1) {
  top: 0;
  left: 0;
}
.bg-area__icon:nth-of-type(2) {
  top: 26.9675925926vw;
  left: 0;
}
.bg-area__icon:nth-of-type(3) {
  bottom: 0;
  left: 15.2199074074vw;
}
.bg-area__icon:nth-of-type(4) {
  bottom: 0;
  right: 0;
} */

.security__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 36px;
}

.security__title {
  position: relative;
  padding: 28px 30px;
  font-size: 21px;
  font-weight: 600;
  line-height: 180%;
  color: #fff;
  background-color: #D00E31;
  text-align: center;
}

.security__title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #D00E31;
}

.security__intro {
  margin-top: 53px;
}

.security__intro-heading {
  width: 218px;
  height: 70px;
  background: url("../../../images/lp/standard-lp/security/bubble.svg") no-repeat center/100% 100%;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  color: #D00E31;
  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;
}

.security__intro-content {
  position: relative;
  width: 360px;
  padding: 0 10px 0 135px;
  margin: 43px auto 0;
  font-size: 16px;
  line-height: 180%;
}

.security__intro-img {
  position: absolute;
  left: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 128px;
  height: 138px;
}

.security__steps-wrapper {
  position: relative;
  padding: 0 10px;
  margin-top: 77px;
}

.security__steps-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -14px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 66.66%;
  max-width: 240px;
  aspect-ratio: 240/46;
  background: url("../../../images/lp/standard-lp/security/security-step.png") no-repeat center/100% 100%;
}

.security__steps-container {
  padding: 12px 10px 20px;
  border-radius: 8px;
  border: 6px solid #000;
  background-color: #C75A5A;
}

.security__steps-content {
  border-radius: 6px;
  border: 6px solid #000;
  background-color: #fff;
  padding: 30px 22px 40px;
  text-align: center;
}

.security__steps-title {
  font-size: 14px !important;
  color: #C75A5A !important;
  text-align: center !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 30px !important;
}

.security__steps-title::before, .security__steps-title::after {
  width: 7px !important;
  height: 20px !important;
  color: #C75A5A !important;
  opacity: 0.2 !important;
}

.security__steps-heading {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 9px 25px;
  margin-top: 12px;
  font: 800 24px "Hiragino Kaku Gothic Std", sans-serif;
  margin-top: 12px;
  color: #fff;
  background-color: #C75A5A;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}

.security__steps-img {
  width: 100% !important;
  height: 100% !important;
  max-width: 120px;
  aspect-ratio: 120/240;
  margin: 0 auto;
}

.security__steps-card-container {
  margin: 40px auto 45px;
  text-align: left;
  max-width: 400px;
}

.security__steps-card-container--no-mb {
  margin-bottom: 0;
}

.security__steps-card-title {
  margin-bottom: 20px;
}

.security__steps-card-txt {
  font-size: 14px;
  color: #4C4C4C;
  padding-right: 5px;
  margin-bottom: 15px;
}

.security__steps-card {
  position: relative;
  width: 100%;
  aspect-ratio: 272/157;
  z-index: 1;
}

.security__steps-card::before {
  content: "";
  position: absolute;
  top: -45px;
  left: -25px;
  width: 40px;
  aspect-ratio: 65/144;
  background: url("../../../images/lp/standard-lp/security/1.svg") no-repeat center/100% 100%;
  z-index: -1;
}

.security__listbox {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 0 !important;
}

.security__list {
  margin-right: 8px !important;
}

.security__step-row {
  padding: 30px 24px 80px;
  background-color: #F5F5F5;
}

.security__step-title {
  margin-bottom: 0 !important;
}

.security__step-title-txt {
  line-height: 150% !important;
}

.security__step-app-container {
  margin: 20px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 8px;
}

.security__step-app {
  width: 43%;
  aspect-ratio: 130/48;
}

.security__step-app--google {
  width: 53.3%;
  aspect-ratio: 162/63;
}

.security__step-img {
  width: unset !important;
  height: unset !important;
}

.security__step-row-content {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.security__title-design {
  margin: 0 30px !important;
}

.security__title-design::before {
  left: calc(100% + 10px) !important;
}

.security__title-design::after {
  right: calc(100% + 10px) !important;
}

/* .dialogueBox {
  position: relative;
  margin-bottom: 52px;
  padding: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
} */

/* .dialogueBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../images/lp/standard-lp/union-img.svg");
} */

/* .dialogueBox::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 57px;
  right: 106px;
  bottom: -50px;
  background-image: url("../images/lp/standard-lp/union-img.svg");
  background-size: cover;
  background-position: center;
} */

/* .dialogueBox-txt {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
} */

.dialogueBox-txt span {
  font-size: 2.5rem;
}

.mv {
  position: relative;
  /* margin-top: 56px; */
  padding: 20px 14px;
  overflow: hidden;
  background-color: #FFF3F2;
}

.mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFECEA), to(#FFECEA)), #FFF;
  background: linear-gradient(0deg, #FFECEA 0%, #FFECEA 100%), #FFF;
  opacity: 0.3;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mv--lp4 {
  padding: 20px 14px 0;
}

.mv--lp4::before {
  opacity: 0.6;
}

.mv__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -2;
  opacity: 0.08;
  background-image: url("../../../images/lp/standard-lp/mv/mv-bg.png");
  background-size: cover;
  background-position: center;
}

.mv__lp4-hf2 {
  position: relative;
  padding: 24px 24px 59px;
  border-top: 2px solid #000;
}

.mv__lp4-hf2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #64B4E6;
  opacity: 0.16;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mv__lp4-hf2 h4 {
  line-height: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}

.mv__lp4-hf2 h4:not(:last-of-type) {
  margin-bottom: 11px;
}

.mv__lp4-midsec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mv__lp4-midsec-item {
  width: 49%;
  padding: 20px 10px 20px;
  background-color: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.mv__lp4-midsec-item img {
  width: 54px;
  height: 54px;
}

.mv__lp4-midsec-item span {
  font-size: 1.4rem;
  font-weight: 600;
  color: #D00E31;
  line-height: 130%;
  word-break: keep-all;
}

.mv__lp4-midsec-item span.s2g {
  color: #58BA8B;
  text-align: center;
}

.mv__heading {
  position: relative;
  z-index: 3;
  font-weight: 800;
}

.mv__heading p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 8px 10px 8px;
  font-size: 2rem;
  font-family: "Hiragino Kaku Gothic StdN", serif;
  background-color: #D00E31;
  color: #fff;
}

.mv__heading p.sm {
  padding: 10px 14px;
  font-size: 1.4rem;
  font-family: hiragino-kaku-gothic-pron, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", HiraKakuProN-W3, "Droid Sans Japanese", sans-serif;
  font-weight: 600;
}

.mv__heading p:not(:last-child) {
  margin-bottom: 4px;
}

.mv__midsec {
  position: relative;
  margin: -15px 0 5px;
  z-index: 2;
}

.mv__midsec img {
  width: calc(100% + 40px);
  /* margin-left: -20px; */
  height: auto;
}

.mv__midsec--lp4 {
  margin: 10px 0 0;
}

.mv__midsec--lp4 img {
  display: block;
  margin: 0;
  width: 100%;
}

.mv__numtxt {
  margin-top: 20px;
  padding-bottom: 10px;
  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;
}

.mv__numtxt>p {
  padding-left: 5px;
  font-weight: 800;
  font-family: "Hiragino Kaku Gothic Std", sans-serif;
  font-size: 2.137rem;
  white-space: nowrap;
}

/* .mv__numtxt-nm img {
  height: 100%;
} */
.mv__numtxt-mid {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mv__numtxt-mid span {
  color: #D00E31;
  font-size: 1.837rem;
  font-weight: 800;
  font-family: "Hiragino Kaku Gothic Std", sans-serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.mv__numtxt-mid img {
  height: 100%;
  width: auto;
}

.listbox {
  max-width: 767px;
  margin: 50px auto;
  position: relative;
  padding: 46px 18px 54px;
  background-color: #F5F5F5;
}

.listbox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 45px;
  background-image: url("../../../images/lp/standard-lp/baldah.png");
  background-size: cover;
  background-position: center;
  border-radius: 70% 70% 0 0;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.listbox__title h4 {
  font-size: 2.4rem;
  font-weight: 600;
}

.listbox__title h4 span {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.listbox__title h4 span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -5px;
  background-color: #D00E31;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}

.listbox__list {
  margin-top: 26px;
  padding: 44px 15px;
  background-color: #fff;
}

.listbox__list li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 30px;
  z-index: 2;
  font-size: 1.6rem;
  font-weight: 600;
}

.listbox__list li:not(:last-child) {
  margin-bottom: 20px;
}

.listbox__list li::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../../../images/lp/standard-lp/stop-img.svg");
  background-size: cover;
  background-position: center;
}

/* .listbox__list li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: #D9D9D9;
  left: 4px;
  bottom: 0;
  z-index: -1;
} */
.listbox__list li span {
  display: inline-block;
  position: relative;
  width: fit-content;
}

.listbox__list li span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: #D9D9D9;
  left: 4px;
  bottom: 0;
  z-index: -1;
}

.step {
  counter-reset: step;
}

.step__title {
  background-color: #D00E31;
  color: #fff;
  padding: 18px;
  margin-bottom: 30px;
}

.step__title-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  color: #fff;
  text-align: center;
}

.step__title-text .ls {
  letter-spacing: 1px;
}

.step__title-text .big {
  font-size: 40px;
}

.step__title-text .point {
  display: inline-block;
  margin-left: 5px;
}

.step__row-container {
  padding: 0 3%;
}

.step__row {
  counter-increment: step;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.step__row:first-of-type .step__row-content {
  padding: 27px 14px 20px;
}

.step__row:not(:last-child) {
  margin-bottom: 54px;
}

.step__row:not(:last-child)::after {
  content: "";
  height: 32px;
  width: 94px;
  display: block;
  position: absolute;
  bottom: -44px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("../../../images/lp/standard-lp/common/caret-step.svg") no-repeat center/contain;
}

.step__row:last-child {
  margin-bottom: 17px;
}

.step__row-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}

.step__row-num {
  background-color: #E74A46;
  color: #fff;
  height: 100%;
  width: 93px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
}

.step__btn-num {
  margin: 0 5px -3px;
}

.step__row-step {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.step__row-step::after {
  content: "STEP"counter(step);
}

.step__row-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 28px;
  background-color: #DEE0E2;
  width: 100%;
}

.step__row-title {
  font-size: 1.6rem;
}

.step__row-content {
  padding: 37px 20px 25px;
}

.step__row-content--img {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
  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;
}

.step__row-content .common-section__info-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.step__row-content .common-section__row-block {
  background-color: #f5f5f5;
}

.step__row-content--lp1 {
  padding: 34px 11px 24px;
}

.step__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.step__img {
  height: 115px;
  width: 115px;
}

.step__images-text {
  padding-left: 23px;
  margin: 12px 0 23px;
}

.step__images-text p {
  font-size: 14px;
  font-weight: 600;
}

.step__images-text p.red {
  font-size: 17px;
  font-weight: 800;
}

.step__sub {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.step__sub--lp1 {
  font-size: 15px;
}

.step__btn-container {
  position: relative;
  margin: 40px 0 13px;
}

.step__btn-title {
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  background-color: #fff;
  margin: 0 auto;
  width: 227px;
  height: 32px;
  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;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.step__btn-title h4 {
  font-size: 16px;
  font-weight: 600;
}

.step__btn-title h4 span {
  font-size: 24px;
  display: inline-block;
  margin: 0 5px;
  letter-spacing: -1.2px;
}

.step__btn {
  height: 60px;
  border-radius: 4px;
  border: 2px solid #EC463A;
  background: -webkit-gradient(linear, left top, left bottom, from(#E33662), color-stop(29.69%, #E73B15), color-stop(49.54%, #D80B10), to(#FF3326));
  background: linear-gradient(180deg, #E33662 0%, #E73B15 29.69%, #D80B10 49.54%, #FF3326 100%);
  font-size: 16px;
  font-weight: 600;
  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;
  color: #fff;
  position: relative;
  z-index: 0;
}

.step__btn::after {
  content: "";
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  right: 39px;
  background: url("../../../images/lp/standard-lp/common/caret-circle.svg") no-repeat center/cover;
}

.step__text {
  font-size: 12px;
  line-height: 150%;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
}

.step__text.margin {
  margin: 8px 0;
}

.step__text--mt13 {
  margin-top: 13px;
}

.step__subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}

.light {
  font-weight: 300;
}

.semibold {
  font-weight: 600;
}

.extrabold {
  font-weight: 800;
}

.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.underline-skew {
  position: relative;
}

.underline-skew::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
  background-color: #CC0033;
  -webkit-transform: skew(-24deg);
  transform: skew(-24deg);
}

.underline-skew--white::before {
  background-color: #fff;
}

.red {
  color: #D00E31;
}

.function {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}

.function--mv {
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.function--mv .function__item img {
  width: 26px;
}

.function--pc {
  grid-template-columns: repeat(3, 1fr);
  max-width: 578px;
  gap: 8px 20px;
}

.function--pc .function__item {
  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;
  font-size: 1.457rem;
}

.function__item {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #fff;
  color: #CC0033;
  -webkit-box-shadow: 2px 2px #121C26;
  box-shadow: 2px 2px #121C26;
  font-size: 1.2rem;
  font-weight: 600;
  width: 100%;
  height: 39px;
  padding-left: 16px;
}

.function__item a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.55rem 0;
}

.function__item img {
  vertical-align: middle;
  margin-right: 10px;
  width: 2.3rem;
  height: 22px;
  min-height: 16px;
}

.function__item span {
  display: inline-block;

  line-height: calc(13.2/11);
  /* flex-grow: 1; */
}

.annotation {
  font-size: 10px;
  font-weight: 300;
  padding-top: 2px;
  /* flex-grow: initial; */
  padding-left: 2px;
}

.title {
  position: relative;
  display: inline-block;
  margin: 0 37px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #D00E31;
  text-align: center;
  line-height: 150%;
}

.title::before, .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 8px;
  height: 40px;
  background-color: #D00E31;
}

.title::before {
  left: calc(100% + 20px);
  -webkit-transform: skew(-24deg);
  transform: skew(-24deg);
}

.title::after {
  right: calc(100% + 20px);
  -webkit-transform: skew(24deg);
  transform: skew(24deg);
}

.title--white {
  color: #fff;
}

.title--white::before, .title--white::after {
  bottom: 5px;
  height: 43px;
  background-color: #fff;
}

.title--white>svg {
  vertical-align: top;
}

.title--dgray {
  color: #333;
  font-size: 1.6rem;
}

.title--dgray::before, .title--dgray::after {
  bottom: 5px;
  background-color: #333;
}

.title--dgray>span:nth-child(2) {
  font-size: 3rem;
  line-height: 1em;
}

.title--fs18 {
  font-size: 1.8rem;
  line-height: 1.6em;
}

.title--fs18>span:nth-child(1) {
  font-size: 1.6rem;
  font-weight: 300;
  color: #4C4C4C;
}

.title--fs28 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 50.4px;
  margin-top: 28px;
}

.title--fs28 span {
  display: block;
  font-size: 1.6rem;
  line-height: 28.8px;
}

.banner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 75px 24px;
  background-color: #FD7676;
  color: #fff;
  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;
}

.banner--lp1 {
  padding: 75px 16px;
}

.banner__text {
  -ms-flex-item-align: start;
  align-self: center;
  font-size: 1.6rem;
  line-height: 150%;
}

.banner__text .fs20 {
  font-size: 2rem;
  line-height: 180%;
}

.banner__text .fs24 {
  font-size: 2.4rem;
}

.banner__text.fs18 {
  font-size: 1.8rem;
}

.banner__text>svg {
  margin-top: 10px;
  vertical-align: text-bottom;
}

.banner__text.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.banner__price {
  display: flex;
  align-items: baseline;
  margin-top: 5px;
  position: relative;
}

.banner__price::before {
  content: "税込";
  display: block;
  position: absolute;
  top: 5px;
  left: 42%;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 12.1px;
}

.banner__price img {
  flex-shrink: 1;
  width: 100%;
  /* max-width: 45%; */
}

.banner__price span:first-child {
  display: inline-block;
  flex-shrink: 0;
}

.banner__price span:last-child {
  display: inline-block;
  flex-shrink: 0;
  font-size: 2.2rem;
  font-weight: 800;
}

.banner__more {
  margin: 20px 0 30px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner .title--white {
  margin: 50px 37px 40px;
}

.banner .title--white .asterisk {
  font-size: 50%;
  font-weight: 300;
}

.banner .fee {
  font-size: 1.8rem;
  font-weight: 800;
  vertical-align: text-bottom;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
}

.button-wrap {
  width: 100%;
  height: 60px;
  margin-top: 20px;
  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;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF4D00), color-stop(30%, #F47500), color-stop(60%, #FF4C00), to(#FF9B26));
  background: linear-gradient(180deg, #FF4D00 0%, #F47500 30%, #FF4C00 60%, #FF9B26 100%);
  border: 2px solid #FF6854;
  border-radius: 4px;
  z-index: 2;
}

.button-wrap--red {
  background: -webkit-gradient(linear, left top, left bottom, from(#E33662), color-stop(30%, #E73B15), color-stop(50%, #D80B10), to(#FF3326));
  background: linear-gradient(180deg, #E33662 0%, #E73B15 30%, #D80B10 50%, #FF3326 100%);
  border: 2px solid #EC463A;
}

.button-wrap--w342 {
  width: 342px;
  margin-top: 40px;
}

.button-wrap--w442 {
  width: 442px;
  margin-top: 70px;
}

.button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  width: 100%;
  height: 100%;
  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;
}

.button::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../../../images/lp/standard-lp/common/circle-arrow-white.svg") no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button:hover::after {
  right: 35px;
}

.button::before {
  position: absolute;
  content: '';
  width: 235px;
  height: 40px;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);
  background: url("../../../images/lp/standard-lp/button-head.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.button__num-31 {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

.button__notes {
  position: absolute;
  top: -20px;
  max-width: 227px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; */
  border-radius: 16px;
  font-size: min(1.6rem, 17px);
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF4D00), color-stop(30%, #F47500), color-stop(60%, #FF4C00), to(#FF9B26));
  background: linear-gradient(180deg, #FF4D00 0%, #F47500 30%, #FF4C00 60%, #FF9B26 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.button__notes::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 16px;
  z-index: -1;
}

.button__notes img {
  margin: 0 4px 0 7px;
}

.button__notes .asterisk {
  display: inline-block;
  font-size: 65%;
  padding-left: 0.4rem;
  font-weight: 300;
}

.button__notes--red {
  background: -webkit-gradient(linear, left top, left bottom, from(#E33662), color-stop(30%, #E73B15), color-stop(50%, #D80B10), to(#FF3326));
  background: linear-gradient(180deg, #E33662 0%, #E73B15 30%, #D80B10 50%, #FF3326 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button--long:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.button--long::after {
  position: unset;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 10px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.common-section {
  padding: 32px 25px;
}

.common-section--lp1 {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 32px 18px 0;
}

.common-section--pad {
  padding: 40px 25px 48px;
}


.common-section__heading-wrap {
  padding: 31px 19px;
}

.common-section__heading img {
  display: block;
  width: 100%;
  height: 100%;
}

.common-section__desc-wrap {
  padding: 31px 19px;
}

.common-section__desc-wrap--pb0 {
  padding-bottom: 0;
}

.common-section__desc-wrap--lp1 {
  padding: 31px 0;
}

.common-section__desc {
  display: block;
  margin: 0 auto 12px;
  font-size: 1.8rem;
  line-height: 18px;
}

.common-section__desc span {
  font-size: 1.4rem;
}

.common-section__desc--big {
  font-size: 2.4rem;
  line-height: 40px;
  font-family: "Hiragino Kaku Gothic Std", sans-serif;
  font-weight: 800;
  margin: 20px 0 0;
}

.common-section__desc--big span {
  font-size: 4rem;
}

.common-section__desc--f24 {
  font-size: 2.4rem;
  display: inline-block;
  line-height: 24px;
}

.common-section__desc--f22 {
  font-size: 2.2rem;
  line-height: 44px;
}

.common-section__desc--line-gray {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #0A0A0A;
  font-family: "Hiragino Kaku Gothic Std", sans-serif;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  font-size: 2rem;
}

.common-section__desc--line-gray span:not(.underlined) {
  font-family: hiragino-kaku-gothic-pron, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", HiraKakuProN-W3, "Droid Sans Japanese", sans-serif;
  font-size: 1.4rem;
  line-height: 14px;
  display: inline-block;
}

.common-section__desc--line-gray .underlined {
  display: inline-block;
  position: relative;
  font-size: inherit;
}

.common-section__desc--line-gray .underlined::after {
  content: "";
  position: absolute;
  /* width: 300px; */
  width: 100%;
  height: 6px;
  background-color: #DBDBDB;
  /* left: 11px; */
  /* top: 20px; */
  left: 0;
  bottom: 0;
  z-index: 0;
}

.common-section__desc--line-red {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #0A0A0A;
  font-size: 1.5rem;
  line-height: 27px;
}

.common-section__desc--line-red span {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 23.4px;
}

.common-section__desc--line-red::after {
  content: "";
  position: absolute;
  width: 95px;
  height: 6px;
  background-color: #D00E31;
  left: 0;
  top: 25px;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: -1;
}

.common-section__desc-label {
  color: #CC0033;
  font-size: 1.4rem !important;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  border: 1px solid #CC0033;
  padding: 9px 5px;
  margin: 0 8px -5px;
  line-height: 15.4px;
}

.common-section__desc-label--ml0 {
  margin-left: 0;
}

.common-section__desc-price {
  display: inline-block;
  color: #CC0033;
  font-size: 4.4rem !important;
}

.common-section__desc-price span {
  font-size: 2.2rem;
}

.common-section__info-wrap {
  background-color: #ECEFF0;
  padding: 16px 34px 13px;
}

.common-section__info-wrap--bg-trans {
  background-color: transparent;
  padding: 0 34px;
}

.common-section__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.common-section__info-row {
  padding: 0 16px;
}

.common-section__info-row--bg {
  background-color: #ECEFF0;
  padding: 28px 0;
}

.common-section__info-row--w480 {
  width: 480px;
  height: 106px;
  gap: 18px;
}

.common-section__row-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 5px 12px 10px;
  border-radius: 4px;
  gap: 5px;
  width: 100%;
}

.common-section__row-block--border {
  border: 1px solid #000;
  -webkit-box-shadow: 4px 4px 0 0 #E58697;
  box-shadow: 4px 4px 0 0 #E58697;
}

.common-section__row-block--border-blk {
  border: 1px solid #000;
  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;
}

.common-section__row-block--border-blk img {
  width: 70%;
}

.common-section__row-block--bg {
  background-color: #ECEFF0;
}

.common-section__row-block--w68 {
  width: 68px;
  background-color: transparent;
  padding: 0;
}

.common-section__row-block--bg-trans {
  background-color: transparent;
  padding: 0;
}

.common-section__row-block-img {
  background-color: #fff;
  min-height: 80px;
  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;
  border-radius: 4px;
}

.common-section__row-block-img img {
  height: 50%;
}

.common-section__row-block-img--min68 {
  min-height: 68px;
}

.common-section__row-block-img--h70 {
  height: 70px;
}

.common-section__row-block-img--h70 img {
  width: 50%;
}

.common-section__block-img {
  width: 50% !important;
}

.common-section__block-name {
  font-size: 0.8rem;
  text-align: center;
  line-height: 12px;
}

.common-section__block-name--f10 {
  font-size: 1rem;
}

.common-section__block-icon-name {
  font-size: 1.2rem;
  text-align: center;
}

.common-section__block-icon-name--f10 {
  font-size: 1rem;
  line-height: 15.32px;
}

.common-section__info-desc-wrap {
  margin-top: 12px;
}

.common-section__info-desc {
  font-size: 1.4rem;
  display: block;
}

.common-section__info-desc-red {
  font-size: 1.66rem;
  display: block;
  color: #D00E31;
  font-family: "Hiragino Kaku Gothic Std", sans-serif;
  font-weight: 800;
}

.common-section__note-wrap {
  padding: 31px 19px;
}

.common-section__note-wrap--pt16 {
  padding-top: 16px;
}

.common-section__note {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #0A0A0A;
  line-height: 1.4;
}

.common-section__note:last-child {
  margin-bottom: 0;
}

.common-section__note--big {
  font-size: 1.6rem;
  margin: 20px 0 12px;
  line-height: 22.4px;
}

.common-section__note--mt8 {
  margin-top: 8px;
}

.common-section__note a {
  text-decoration: underline;
}

.faq {
  counter-reset: question;
  background-color: #FFECEA;
}

.faq__inner {
  padding-top: 24px;
}

.faq--pt24 {
  padding-top: 24px;
  background-color: #FFECEA;
}

.faq__heading {
  background-color: #E74A46;
  padding: 24px 0;
  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;
}

.faq__title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 150%;
}

.faq__content {
  /* background-color: #FFECEA; */
  padding: 35px 24px;
}

.faq__content--pb56 {
  padding-bottom: 56px;
}

.faq__row {
  padding: 24px 16px;
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #E74A46;
  counter-increment: question;
}

.faq__row:not(:last-of-type) {
  margin-bottom: 16px;
}

.faq__question {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 150%;
  color: #E74A46;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
}

.faq__question::before {
  content: "Q"counter(question);
  font-size: 2.9rem;
  font-weight: 600;
  line-height: 150%;
}

.faq__answer {
  font-size: 1.4rem;
  line-height: 180%;
}

.header {
  /* position: fixed; */
  position: sticky;
  display: block;
  top: 0;
  background-color: #fff;
  width: 100%;
  /* max-width: 390px; */
  max-width: 500px;
  padding: 8px 24px;
  border-bottom: 0.5px solid #000;
  z-index: 999;
}

.header__logo {
  width: 95px;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__logo:hover {
  opacity: 0.8;
}

.lp2__notif {
  padding: 24px 14px 31px;
  background-color: #F5F5F5;
}

.lp2__notif-bubble {
  background-color: #D00E31;
  padding: 20px 0;
  position: relative;
}

.lp2__notif-bubble::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 43px 0 43px;
  border-color: #D00E31 transparent transparent transparent;
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.lp2__notif-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 135px;
}

.lp2__notif-title {
  color: #fff;
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
}

.lp2__notif-content {
  background-color: #fff;
  padding: 27px 14px 0;
}

.lp2__notif-text {
  font-size: 16px;
  line-height: 180%;
  color: #0A0A0A;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
  font-weight: 600;
}

.lp2__notif-text span {
  text-decoration: underline;
}

.lp2__notif-row {
  margin: 26px 0 37px;
}

.lp2__notif-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lp2__notif-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp2__notif-subtitle {
  font-size: 20px;
  font-weight: 600;
}

.lp2__info-heading {
  background-color: #D00E31;
  padding: 3px 0;
  margin-bottom: 8px;
}

.lp2__info {
  padding: 0 24px 36px;
  background-color: #F5F5F5;
}

.lp2__info-title {
  font-size: 16px;
  color: #fff;
  line-height: 180%;
}

.lp2__info-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.lp2__info-item {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp2__info-item span {
  font-size: 14px;
  line-height: 150%;
}

.lp2__line {
  height: 29px;
  width: 100%;
}

.lp2__detail-content {
  padding: 40px 8px 30px;
}

.lp2__detail-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}

.lp2__detail-heading .title {
  margin: 0;
}

.lp2__detail-subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
}

.lp2__detail-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 9px;
}

.lp2__list-title {
  font-size: 16px;
  color: #D00E31;
  line-height: 150%;
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 17px;
  padding-bottom: 11px;
}

.lp2__list-title::after {
  content: "";
  height: 5px;
  width: 100%;
  background: url("../../../images/lp/standard-lp/lp2/detail-border.svg") no-repeat center/cover;
  display: block;
  position: absolute;
  bottom: 0;
}

.lp2__detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  counter-reset: list;
}

.lp2__detail-item {
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #000;
  background: #fff;
  -webkit-box-shadow: 2px 2px 0 0 #121C26;
  box-shadow: 2px 2px 0 0 #121C26;
  counter-increment: list;
}

.lp2__detail-item::before {
  content: counter(list);
  height: 15px;
  aspect-ratio: 1;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 4px;
  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;
}

.lp2__detail-text {
  font-size: 14px;
  line-height: 150%;
}

.lp2__detail-column {
  width: 54%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lp2__detail-screenshot {
  max-width: 140px;
}

.lp2__feedback {
  padding: 20px 15px;
  -webkit-clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 100%);
}

.lp2__feedback.banner {
  padding: 40px 17px;
}

.lp2__feedback-phone {
  max-width: 83px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lp2__feedback-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp2__feedback-title {
  font-size: 20px;
  line-height: 150%;
  position: relative;
}

.lp2__feedback-title::after {
  content: "";
  height: 5px;
  width: 100%;
  background: url("../../../images/lp/standard-lp/lp2/feedback-border.svg") no-repeat center/cover;
  display: block;
  position: absolute;
  bottom: -5px;
}

.lp2__feedback-graph {
  max-width: 500px;
  margin: -5px auto 40px;
  width: 100%;
  pointer-events: none;
}

.lp2__feedback-users {
  margin-bottom: 40px;
}

.lp2__feedback-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.lp2__feedback-row:first-child {
  margin-bottom: 25px;
}

.lp2__feedback-row picture {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 85px;
  margin-bottom: -6px;
  display: block;
}

.lp2__feedback-review {
  padding: 20px 18px;
  border-radius: 4px;
  background-color: #fff;
}

.lp2__feedback-review p {
  color: #000;
  font-size: 13px;
  line-height: 150%;
}

.lp2__feedback-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.lp2__feedback-icon {
  background-color: #fff;
  border-radius: 4px;
  height: 80px;
  aspect-ratio: 1;
  margin-bottom: 8px;
  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;
}

.lp2__feedback-icon picture {
  max-width: 50px;
}

.lp2__feedback-desc {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  display: block;
}

.lp2__note {
  padding-top: 0;
}

.lp2__data {
  padding: 24px 24px 0;
}

.lp2__data-dialogbox {
  margin: 0 auto 50px;
  padding: 20px 11px;
}

.lp2__text {
  font-size: 1.6rem;
  line-height: 180%;
}

.lp2__data-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5em;
}

.lp2__data-img {
  display: block;
  margin: 20px 0 24px;
  width: 100%;
}

.lp2__data-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 16px 0 24px -17px;
  width: calc(100% + 34px);
}

.lp2__data-list--mv {
  width: 100%;
  margin: 0 auto;
}

.lp2__data-list--mv .lp2__data-figure {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lp2__data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp2__privacy-desc {
  padding: 31px 11px 0;
}

.lp2__data-figure {
  width: 80px;
  height: 80px;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-box-shadow: 4px 4px 0px #E58697;
  box-shadow: 4px 4px 0px #E58697;
  background-color: #fff;
  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;
}

.lp2__data-figure>img {
  min-width: 50px;
}

.lp2__data-caption {
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5em;
  min-height: 36px;
  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;
}

.lp2__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.lp2__foot--case {
  position: relative;
}

.lp2__foot--case::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
}

.lp2__foot--case .lp2__foot-text {
  padding-bottom: 15px;
}

.lp2__foot--case .lp2__foot-img {
  width: 32.0512820513%;
  margin-bottom: 0;
}

.lp2__foot-text {
  padding-bottom: 36px;
}

.lp2__foot-img {
  display: block;
  margin-bottom: 5px;
  width: 39.4871794872%;
}

.lp2__case {
  position: relative;
  padding: 40px 17px;
  background-color: #ECEFF0;
}

.lp2__case::before {
  content: "";
  position: absolute;
  top: -33px;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 33px solid #ECEFF0;
  border-left: min(390px, 100vw) solid transparent;
}

.lp2__case-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7px;
}

.lp2__feedback-headerimg {
  max-width: 106px;
}

.lp2__case-headText {
  padding-top: 4px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lp2__case-headText>span {
  font-size: 3rem;
  line-height: 1.5em;
}

.lp2__case-list {
  counter-reset: num;
  margin-bottom: 45px;
}

.lp2__case-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 17px;
  margin-top: 56px;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 28px 15px;
  background-color: #fff;
  counter-increment: num;
}

.lp2__case-item:first-of-type {
  margin-top: 40px;
}

.lp2__case-item::after {
  content: "事例"counter(num);
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 16px;
  width: 120px;
  height: 32px;
  background-color: #CC0033;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5em;
  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;
}

.lp2__case-body {
  -ms-flex-item-align: start;
  align-self: start;
}

.lp2__case-title {
  padding-bottom: 12px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5em;
  white-space: nowrap;
}

.lp2__case-desc {
  font-size: 1.4rem;
  line-height: 1.5em;
}

.lp2__privacy {
  padding: 32px 25px 40px;
}

.lp2__privacy .common-section__desc--line-gray {
  white-space: nowrap;
}

.lp2__privacy .common-section__desc-wrap {
  padding: 31px 12px;
}

.lp2__privacy-title {
  height: 72px;
  background-color: #D00E31;
  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;
}

.lp2__privacy-item {
  width: 60px;
  height: 60px;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  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;
}

.lp2__privacy-wrap3 {
  padding: 20px 19px 31px;
}

.lp2__privacy-btnWrap {
  margin-top: 20px;
}

.lp2__faq::before {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  background-color: #FFECEA;
}

.lp2__faq .faq__row {
  padding: 24px 13px;
}

.lp2__faq .faq__question {
  gap: 5px;
}

.lp2__mv .mv__heading p.sm {
  white-space: nowrap;
}

.lp2__wrap-center {
  display: inline;
  position: relative;
  top: 8px;
}

.lp2__wrap-center span {
  margin: 0 8px -5px 0;
}

.lp2__step .step__row-content {
  padding: 37px 16px 25px;
}

.lp2__info-wrap {
  padding: 16px 15px 13px;
}

.part6__dialogueBox {
  width: calc(100% - 13px);
  margin: 0 auto 52px;
}

.part6 .dialogueBox-txt {
  font-size: 1.8rem;
}

@media screen and (max-width: 389px) {
  .part6 .dialogueBox-txt {
    font-size: 15px;
  }
}

@media screen and (max-width: 389px) {
  .part6 .dialogueBox-txt>span {
    font-size: 20px;
  }
}

.part6__case {
  background-color: #F5F5F5;
  padding-top: 20px;
}

.part6__case-container {
  max-width: 390px;
  margin: 0 auto;
  padding: 0 25px 0 24px;
}

.part6__case-heading {
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic Std", sans-serif;
  line-height: 180%;
}

@media screen and (max-width: 389px) {
  .part6__case-heading {
    font-size: 1.5rem;
  }
}

.part6__case-heading .red {
  color: #CC0033;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

@media screen and (max-width: 389px) {
  .part6__case-heading .red {
    font-size: 2rem;
  }
}

.part6__case-heading .black {
  font-size: 2.1rem;
  line-height: 150%;
}

@media screen and (max-width: 389px) {
  .part6__case-heading .black {
    font-size: 1.8rem;
  }
}

.part6__case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-top: 22px;
}

.part6__case-item {
  height: 141px;
  border-radius: 24px;
  border: 1px solid #000;
  background: #fff;
  -webkit-box-shadow: 4px 4px 0px 0px #E58697;
  box-shadow: 4px 4px 0px 0px #E58697;
  position: relative;
}

.part6__case-item-number {
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 87px;
}

.part6__case-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16.5px;
  padding-left: 8.7461538462%;
}

.part6__case-item-img {
  width: 78px;
  height: 116px;
  position: relative;
}

.part6__case-item-img>img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.part6__case-item-text p {
  color: #CC0033;
  font-size: 2rem;
  font-weight: 600;
  line-height: 180%;
}

@media screen and (max-width: 389px) {
  .part6__case-item-text p {
    font-size: 1.8rem;
  }
}

.part6__case-item-text span {
  color: #000;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 180%;
}

@media screen and (max-width: 389px) {
  .part6__case-item-text span {
    font-size: 1.4rem;
  }
}

.part6__case-bubble {
  margin-top: 60px;
  background: url("../../../images/lp/standard-lp/part6/case-bubble.svg") center no-repeat;
  background-size: contain;
  width: 100%;
  height: 109.705px;
  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;
}

.part6__case-bubble p {
  color: #D00E31;
  text-align: center;
  font-size: 1.95rem;
  font-weight: 600;
}

.part6__case-block {
  max-width: 390px;
  margin: 0 auto;
  padding: 32.37px 0 15px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 13px;
}

.part6__case-block-text-wrap {
  max-width: 208px;
  width: 100%;
}

.part6__case-block-header {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}

@media screen and (max-width: 389px) {
  .part6__case-block-header {
    font-size: 14px;
  }

  .part6__case-block-header br {
    display: none;
  }
}

.part6__case-block-text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 150%;
}

@media screen and (max-width: 389px) {
  .part6__case-block-text {
    font-size: 12px;
  }
}

.part6__case-char4 {
  width: 143px;
  height: 172px;
}

.part6__mv {
  padding: 16px 6.1538461538% 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  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;
}

.part6__mv-ItemFigure {
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  width: 100%;
}

.part6__mv-ItemFigure::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.part6__mv-ItemFigure>img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.part6__mv-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: calc(100% + 24px);
  margin-left: -1.2820512821%;
}

.part6 .mv__heading p {
  padding: 10px 14px;
}

@media screen and (max-width: 389px) {
  .part6 .mv__heading p {
    padding: 5px 7px;
    font-size: 18px;
  }
}

@media screen and (max-width: 389px) {
  .part6 .mv__heading p.sm {
    font-size: 12px;
  }
}

.part6__mv-price {
  width: 100%;
  max-width: 301px;
  max-height: 71px;
}

.part6__service {
  padding: 27px 3.5px 0;
}

.part6__service-img {
  width: 100%;
}

.part6 .mv__heading {
  -ms-flex-item-align: start;
  align-self: start;
}

.part2__container {
  padding-top: 35px;
  /* max-width: 980px; */
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* max-width: 390px; */
}

/* @media screen and (max-width: 767px) {
  .part2__container {
    max-width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .part2__container {
    padding: 0;
  }
} */
.part2__features-title-wrap {
  position: relative;
  padding: 24px;
}

.part2__features-title-wrap::before {
  content: "";
  position: absolute;
  max-width: 342px;
  width: 100%;
  height: 72px;
  background-color: #CC0033;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) skew(-8deg);
  transform: translate(-50%, -50%) skew(-8deg);
}

.part2__features-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.part2__features-text {
  margin-top: 14px;
  padding: 0 24px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 28.8px;
  color: #0A0A0A;
}

@media screen and (max-width: 767px) {
  .part2__features-text {
    padding: 10px 18px;
  }
}

.part2__count-item {
  padding: 40px 16px 40px;
  position: relative;
}

.part2__count-item:nth-child(2) {
  overflow: hidden;
}

.part2__count-item:nth-child(2)::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100px;
  left: 0;
  top: -68px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0%, 100% 74%, 0 100%);
}

.part2__count-item--bg {
  height: 100%;
  padding-top: 62px;
  background-image: url("../../../images/lp/standard-lp/part2/bg-rec.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.part2__test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.part2__count {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.part2__count::before {
  content: "";
  position: absolute;
  top: 4px;
  height: 57px;
  border-left: 4px solid #C03;
}

.part2__func {
  font-size: 1.6rem;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  color: #0A0A0A;
  padding-left: 14px;
}

.part2__num {
  padding-top: 6px;
  padding-left: 14px;
}

.part2__icon {
  position: absolute;
  top: 10px !important;
  right: 4% !important;
  bottom: 0;
}

.part2__icon--8 {
  width: 144px;
}

.part2__count-text {
  font-size: 2rem;
  font-weight: 600;
  font-style: normal;
  line-height: calc(30/20);
  color: #0A0A0A;
  z-index: 2;
  position: inherit;
}

.part2__count-function {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 600;
  font-style: normal;
  line-height: 38.4px;
  color: #C03;
  margin-top: 0.3em;
}

.part2__count-devices {
  display: flex;
  margin-top: 2.4rem;
  column-gap: 0.8rem;
}

.part2__count-devices li {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  border: 1.5px solid #CC0033;
  padding: 0.5rem 1.6rem 0.3rem;
  border-radius: 4px;
  line-height: 1;
  color: #CC0033;
}

.part2__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 8px;
  ;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  justify-content: center;
  padding: 12px 15px;
  gap: 5px;
}

@media screen and (max-width: 767px) {
  .part2__point {
    margin-top: 20px;
  }
}

.part2__post-title {
  position: relative;
  display: block;
  margin-bottom: 13px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  padding-left: 10px;
}

.part2__post-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  border-left: 4px solid #C03;
}

.part2__post-text {
  font-size: 1.4rem;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
}

.part2__img-wrap {
  margin-top: 28px;
}

.part2__img-wrap img {
  display: block;
  /* max-height: 183px; */
  border-radius: 9.151px;
}

.part2__img-wrap--w145 {
  margin-top: 0;
  width: 145px !important;
}

.part2__count-img {
  display: block;
  margin-top: 28px;
  max-height: 183px;
  border-radius: 9.151px;
}

.part2__count-img--w145 {
  margin-top: 0;
  width: 145px !important;
}

.part2__bg-4 {
  margin-top: 20px;
  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;
  text-align: center;
  border-radius: 8px;
  background-color: #F5F5F5;
}

.part2__desc {
  margin-top: 24px;
  font-size: 1.6rem;
  font-style: normal;
  line-height: calc(24/ 16);
  color: #0A0A0A;
}

.part2__desc a {
  text-decoration: underline;
}

.lp1-banner__cg1 {
  margin-bottom: 70px;
  color: #fff;
}

.lp1-banner__cg1 h4 {
  margin-bottom: 24px;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}

.lp1-banner__cg1 p {
  font-size: 1.6rem;
  line-height: 150%;
}

.lp1-banner__cg1 span {
  font-weight: 600;
}

.lp1-banner__contents {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
}

.lp1-banner__item {
  width: calc(50% - 7px);
  /* height: 80px; */
  padding: 0 30px;
  background-color: #fff;
  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;
}

.lp1-banner__item img {
  width: 100%;
  height: auto;
}

.lp1-sec3__functionlist {
  margin: 8px 0 0;
  padding-bottom: 10px;
}

.lp1-sec3__faq {
  padding: 35px 18px 55px;
}

.lp1-sec3__faq .faq__row {
  padding: 24px 14px;
}

.lp1-sec3__step {
  background-color: #F5F5F5;
}

.lp1-sec3__container {
  padding: 0 16px;
}

.part1__mv .function {
  margin-top: 10px;
}

.part1__mv .mv__numtxt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 17px;
}

.part1__mv .mv__numtxt-nm {
  text-align: center;
}

.part1__problems-bubble {
  position: relative;
  width: 100%;
  height: 128px;
  padding: 0;
  background: #fff;
  border: #121C26 solid 4px;
  border-left: none;
  border-right: none;
  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;
}

.part1__problems-bubble::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 12px 13px 0;
  border-color: #fff transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.part1__problems-bubble::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 15px 16px 0;
  border-color: #121C26 transparent;
  display: block;
  width: 0;
  z-index: 0;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.part1__problems-title {
  text-align: center;
  line-height: 180%;
  color: #242424;
}

.part1__problems-font41 {
  font-size: 41px !important;
}

.part1__problems-title span {
  display: inline-block;
}

.part1__problems-title span:first-child {
  font-size: 2.4rem;
}

/* .part1__problems-title span:last-child {
  font-size: 1.7rem;
} */

.part1__problems-title rt {
  font-size: 0.8rem;
}

.part1__problems-title img {
  padding: 0 5px;
}

/* .part1__problems-title ruby {
  margin-left: -6px;
} */
.part1__problems-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  padding: 0 11px;
}

.part1__problems-row:not(:last-child) {
  margin: 40px 0 12px;
}

.part1__problems-row:last-child {
  margin-bottom: 32px;
}

.part1__problems-item {
  width: calc(50% - 2px);
  height: 115px;
  padding: 0 7px 0 9px;
  border-radius: 4px;
  border: 1px solid #000;
  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;
}

.part1__problems-item-text {
  z-index: 1;
  color: #D00E31;
  line-height: 140%;
}

.part1__problems-item-text img {
  padding-left: 5px;
  margin-bottom: 5px;
}

.part1__problems-item-text span {
  display: block;
  text-align: center;
  line-height: 140%;
  white-space: nowrap;
}

.part1__problems-item-text .fs22 {
  font-size: 2.2rem;
}

.part1__problems-item-text .fs18 {
  font-size: 1.8rem;
}

.part1__problems-item-text .fs17 {
  font-size: 1.7rem;
}

.part1__problems-item-text .fs14 {
  font-size: 1.4rem;
}

.part1__problems-item-text .fs13 {
  font-size: 1.3rem;
}

.part1__problems-item-image {
  z-index: 0;
  width: 57%;
  max-width: 94px;
  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;
}

.part1__virus {
  padding-bottom: 109px;
}

.part1__virus-title {
  text-align: center;
  margin: 16px 0 37px;
}

.part1__virus-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 24px;
}

.part1__virus-image {
  width: 147px;
  height: 128px;
}

.part1__virus-text {
  font-size: 1.8rem;
  line-height: 150%;
  width: 219px;
  padding-bottom: 8px;
}

.part1__virus-text span {
  font-size: 2.2rem;
  color: #CC0033;
  text-underline-offset: 2px;
  padding-right: 8px;
}

.part1__virus-info {
  position: relative;
  background-color: #ECEFF0;
  padding-top: 105px;
}

.part1__virus-info-img {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 342px;
  height: 151px;
}

.part1__virus-info-img {
  img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

.part1__virus-info .dialogueBox {
  position: relative;
  top: -58px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
}

.part1__virus-info .dialogueBox-txt {
  font-size: 2rem;
}

.part1__virus-info::after {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: 52px;
  left: -5px;
  background-color: inherit;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateY(-1px);
}

.part1__virus-info-title {
  font-size: 1.8rem;
  text-align: center;
  line-height: 170%;
  padding: 0 18px;
}

.part1__virus-info-title span {
  position: relative;
}

.part1__virus-info-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 5px;
  background: #CC0033;
  -webkit-transform: skew(-31deg);
  transform: skew(-31deg);
}

.part1__virus-info-row .arrow {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}


.part1__virus-info-row {
  padding: 0 16px;

}

.part1__virus-info-text {
  color: #0A0A0A;
  padding: 28px 17px 36px;
}

.part1__virus-info-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 12px;
  justify-content: space-between;
}

.part1__virus-info-header {
  font-size: 1.4rem;
  line-height: 170%;
}

.part1__virus-info-header span {
  color: #CC0033;
  white-space: nowrap;
}

.part1__virus-info-header span:first-of-type {
  font-size: 2.1rem;
  line-height: 170%;
}

.part1__virus-info-header span:last-of-type {
  font-size: 2.9rem;
  line-height: 140%;
  text-underline-offset: 2px;
}

.part1__virus-info-desc {
  font-size: 1.4rem;
  line-height: 170%;
  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: flex-start;
}

.part1__virus-info-desc span:first-of-type {
  text-underline-offset: 2px;
}

.part1__virus-info-image img {
  width: 100%;
}

.part1__security {
  padding-top: 52px;
  color: #fff;
  background-color: #FD7676;
}

.part1__security-text {
  font-size: 1.6rem;
  line-height: 150%;
  text-align: center;
  margin: 29px 0 35px;
}

.part1__security-text img {
  width: 100%;
  height: auto;
}

.part1__security-bubble {
  position: relative;
  font-size: 1.8rem;
  line-height: 140%;
  text-align: center;
  margin-bottom: 57px;
}

.part1__security-bubble img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.part1__security-desc {
  font-size: 1.4rem;
  line-height: 180%;
  margin: 0 10px;
  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;
}

.part1__security-desc span:first-of-type {
  text-underline-offset: 2px;
}

.part1__security-header {
  font-size: 2.4rem;
  line-height: 150%;
  text-align: center;
  margin: 10px 10px 42px;
}

.part1__security-header span {
  position: relative;
}

.part1__security-header span:first-of-type::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 5px;
  background: #fff;
  -webkit-transform: skew(-31deg);
  transform: skew(-31deg);
}

.part1__security-header span:last-of-type {
  font-size: 1.8rem;
}

.part1__security-image {
  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;
}

.part1__security-image img {
  max-width: 100%;
}

.part1__safety-security {
  position: relative;
  z-index: 1;
  margin: 13px 0 -40px;
  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;
}

.part1__safety-security-text {
  font-size: 1.6rem;
  line-height: 150%;
  padding-right: 2rem;
}

.part1__safety-security-text p {
  margin-top: 13px;
  padding-left: 1rem;
}

.part1__safety-security-text img {
  display: block;
  width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.part1__safety-security-text span {
  display: inline-block;
}

.part7__fraud-wrap {
  background-color: #FD7676;
  padding: 88px 24px 36px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.part7__fraud-wrap::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 56px;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 20% 0 50% 50%/0 0 100% 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.part7__fraud-title {
  color: #fff;
  font-size: 2rem;
  line-height: 30px;
  margin-bottom: 32px;
}

@media screen and (max-width: 389px) {
  .part7__fraud-title {
    font-size: 18px;
  }
}

.part7__fraud-title--big {
  font-size: 3rem;
  line-height: 45px;
}

@media screen and (max-width: 389px) {
  .part7__fraud-title--big {
    font-size: 24px;
  }
}

.part7__fraud-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.part7__fraud-img-wrap>img {
  width: 100%;
  height: auto;
}

.part7__fraud-desc-wrap {
  gap: 6.4102564103%;
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.part7__fraud-text {
  color: #fff;
  font-size: 1.8rem;
  line-height: 170%;
}

@media screen and (max-width: 389px) {
  .part7__fraud-text {
    font-size: 16px;
  }
}

.part7__group-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.part7__group-heading {
  width: 100%;
  height: 119px;
  background-color: #000;
  -webkit-clip-path: polygon(0 50%, 0 0, 100% 0, 100% 50%, 50% 100%);
  clip-path: polygon(0 50%, 0 0, 100% 0, 100% 50%, 50% 100%);
}

.part7__group-heading-title {
  font-size: 1.8rem;
  line-height: 27px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 30px;
}

.part7__group-heading-title span {
  font-size: 2.5rem;
  line-height: 37.5px;
}

.part7__group-desc {
  font-size: 1.4rem;
  line-height: 25.2px;
  text-align: center;
  margin: 14px auto 42px;
}

.part7__data-wrap {
  padding: 0 10px;
}

.part7__data-box {
  border: 1px solid;
  padding: 16px 15px 20px;
}

.part7__data-box-title {
  font-size: 1.8rem;
  line-height: 27px;
  text-align: center;
}

.part7__data-graph-wrap {
  border-bottom: 1px solid;
  padding: 6px 8px 0;
  position: relative;
  margin-top: 14px;
}

.part7__data-graph-img {
  width: 100%;
  display: block;
}

.part7__data-graph-txt {
  position: absolute;
  top: 0;
  left: 0;
}

.part7__data-text {
  font-size: 1rem;
  line-height: 15px;
  text-align: center;
  margin-top: 15px;
}

.part7__data-text span {
  text-decoration: underline;
}

.part7__step-appList {
  padding: 0 22.65px;
}

@media screen and (max-width: 389px) {
  .part7__title span {
    font-size: 13px;
  }
}

.part7__sms-image {
  padding: 22px 16px 0;
}

.part7__sms-image img {
  width: 100%;
}

.lp-pc {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: #FFF3F2;
  padding: 3.2407407407vw 6.9444444444vw 5.4976851852vw;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .lp-pc {
    min-width: 1200px;
  }
}

.lp-pc__mv-logo {
  position: absolute;
  display: block;
  z-index: 1;
}

.lp-pc__mv-logo:nth-child(1) {
  top: 0;
  left: 0;
}

.lp-pc__mv-logo:nth-child(2) {
  top: 26.9675925926vw;
  left: 0;
}

.lp-pc__mv-logo:nth-child(3) {
  bottom: 0;
  left: 15.2199074074vw;
}

.lp-pc__mv-logo:nth-child(4) {
  bottom: 0;
  right: 0;
}

.lp-pc__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  z-index: 2;
}

.lp-pc__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 49.7685185185vw;
  padding-top: 2.8935185185vw;
  padding-left: 5.787037037vw;
}

@media screen and (max-width: 1366px) {
  .lp-pc__content-wrap {
    width: 597px;
  }
}

.lp-pc__heading {
  width: 100%;
  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;
  padding-bottom: 35px;
  margin-bottom: 50px;
  position: relative;
}

.lp-pc__heading::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 1px;
  background-color: #D00E31;
  bottom: 0;
}

.lp-pc__desc-wrap-img {
  width: 100%;
}

.lp-pc__desc-wrap-img--w244 {
  width: 244px;
}

.lp-pc__desc-box-txt {
  font-size: 2.4rem;
  line-height: 36px;
  margin-left: 24px;
}

.lp-pc__desc-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp-pc__numtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 28px 0;
}

.lp-pc__barcode-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}

.lp-pc__barcode {
  margin-top: 20px;
}

.lp-pc__barcode-note {
  width: 435px;
  min-height: 88px;
  background-size: 100%;
  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;
  margin-top: 30px;
  position: relative;
  font-size: 1.457rem;
  border: 1px solid #000;
  border-radius: 44px;
}

.lp-pc__barcode-note::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  bottom: -3px;
  left: 60px;
}

.lp-pc__barcode-note::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  background-color: #000;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  border-radius: 2px;
  bottom: 20px;
  left: -5px;
}

.lp-pc__barcode-note--right {
  font-size: 1.89rem;
  width: 90%;
  line-height: 33.65px;
}

.lp-pc__barcode-note--right::before {
  bottom: -3px;
  left: unset;
  right: 60px;
}

.lp-pc__barcode-note--right::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: unset;
  right: -10px;
}

.lp-pc__barcode-img {
  margin-bottom: -30px;
}

.lp-pc__barcode-img--w361 {
  width: 361px;
  margin-bottom: -50px;
  margin-top: -40px;
}

.lp-pc__button {
  margin: 1.1574074074vw 0 1.3888888889vw;
  width: 19.7916666667vw;
}

@media screen and (max-width: 1366px) {
  .lp-pc__button {
    width: 238px;
  }
}

.lp-pc__contentTop {
  width: 37.6157407407vw;
  height: auto;
}

@media screen and (max-width: 1366px) {
  .lp-pc__contentTop {
    width: 360px;
  }
}

.lp-pc__contentLower {
  width: 43.8657407407vw;
  height: auto;
}

@media screen and (max-width: 1366px) {
  .lp-pc__contentLower {
    width: 500px;
  }
}

.lp-pc__mobile {
  position: absolute;
  top: 0;
  right: 10.8217592593vw;
  margin-left: 3.0092592593vw;
  width: 29.9768518519vw;
  background-color: #fff;
  min-width: 390px;
  height: 100svh;
  overflow-y: scroll;
  z-index: 999;
}

.lp-pc__mobile .header {
  max-width: 29.9768518519vw;
  min-width: 390px;
}

.lp-pc .footer {
  display: block !important;
}

.overflow {
  overflow: hidden;
}

/* @media screen and (max-width: 767px) {
  .body {
    margin: 0 auto;
    width: 100%;
    max-width: 390px;
  }
} */

/* .container {
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
} */

.red {
  color: #D00E31;
}

.bg-f5 {
  background-color: #F5F5F5;
}

.red-c0 {
  color: #C03;
}

.cover {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contain {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-center {
  text-align: center;
}

.red-underline {
  text-decoration: underline;
  color: #D00E31;
}

.mt-14 {
  margin-top: 14px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.nowrap {
  white-space: nowrap;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.floating-button {
  width: calc(100% - 20px - 20px);
  max-width: 460px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 5;
  display: none;
}

/*# sourceMappingURL=/main.css.map */





/*==============================================================
カルーセル部分のCSSカスタマイズ
==============================================================*/
.p-carousel__inner {
  padding: 40px 16px 150px;
}

.p-carousel__intro {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: calc(42/ 28);
}

.p-carousel__box {
  margin-top: 16px;
}

.p-carousel__top {
  background: #2F2F2F;
  border-radius: 8px;
  text-align: center;
  padding: 16px 20px;
}

.p-carousel__text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: calc(24/ 16);
  width: 100%;
  margin-top: 8px;
}

.p-carousel__bottom {
  background: #FAF9F7;
  text-align: center;
  margin-top: 16px;
  padding: 24px 0 16px;
}

.p-carousel__content {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: calc(22.4 /16);
}


/*==============================================================
SplideページネーションのCSSカスタマイズ
==============================================================*/
.splide__pagination li:not(:last-child) {
  margin-right: 20px !important;
}

.splide__pagination {
  bottom: -3.5em !important;
}

.splide__pagination__page {
  position: relative !important;
}

.splide__pagination__page.is-active {
  background: #CC0033 !important;
}

.splide__pagination__page.is-active::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../../../images/lp/standard-lp/icons/pagination.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/*==============================================================
機能について詳しく見るボタンの共通CSSカスタマイズ
==============================================================*/
.c-button {
  cursor: pointer;
  display: block;
  background: #fff;
  border: 1px solid #CC0033;
  border-radius: 30px;
  color: #CC0033;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: calc(24/ 16);
  text-align: center;
  width: 100%;
  padding: 12px 0;
  margin-top: 24px;
  position: relative;
}

.c-button::before {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 6px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../../../images/lp/standard-lp/icons/arrow-bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/*==============================================================
アコーディオンメニュー開いた時にcloseクラスを付与する
==============================================================*/
.c-button.close {
  background: transparent;
  border: 1px solid #6E6E73;
  color: #6E6E73;
}

.c-button.close::before {
  background: url("../../../images/lp/standard-lp/icons/arrow-up.svg");
  background-size: contain;
  background-repeat: no-repeat;
}


/*==============================================================
共通のCSS
==============================================================*/
.bg--gray {
  background: #F5F5F5;
}

.fw-600 {
  font-weight: 600;
}

.font-28 {
  font-size: 28px;
}

.mt-16 {
  margin-top: 16px;
}

.fz-24 {
  font-size: 24px;
}

.-margin-auto {
  margin-right: auto;
}

/*==============================================================
追記　2025.10
==============================================================*/
.mv__bottom-txt{
  font-size: 2rem;
  color: #D00E31;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 21px;
}

.common-section__desc span.semibold.fz-20 {
  font-size: 2rem;
}

.common-section__desc-wrap .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.common-section__desc-wrap .icon img{
  width: 10.4rem;
  height: 10.4rem;
}
