@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

span {
  display: inline-block;
}

html {
  font-size: clamp(17px, 1.58vw, 19px);
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3.59vw;
  }
}

.css-lp {
  font-family: "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
}
.css-lp a,
.css-lp button {
  cursor: pointer;
  transition: all 0.2s linear;
}
.css-lp a:hover,
.css-lp button:hover {
  opacity: 0.7;
}
.css-lp a {
  word-break: break-all;
}
.css-lp * > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* root container */
.l-wrapper {
  overflow-x: clip;
}

/* container */
.l-container {
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .l-container {
    max-width: 1000px;
  }
}

.cs-footer {
  position: relative;
  background: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cs-footer {
    margin-bottom: 13.334%;
  }
}
@media print, screen and (min-width: 768px) {
  .cs-main + .cs-footer {
    margin-top: 9.616%;
  }
}
@media screen and (min-width: 1041px) {
  .cs-main + .cs-footer {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .cs-main + .cs-footer {
    margin-top: 17.867%;
  }
}
.cs-footer_bg01 {
  background: #efefef;
  color: #000;
}

.cs-footer_bg01 .cs-footer_inner {
  display: flex;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .cs-footer_bg01 .cs-footer_inner {
    height: 66.154vw;
    max-height: 688px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .cs-footer_bg01 .cs-footer_inner {
    align-items: stretch;
  }
  .cs-footer_bg01 .cs-footer_inner .cs-footer2_navi {
    padding: 4% 5.6%;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer_bg01 .cs-footer_inner {
    height: 168vw;
  }
}
.cs-footer_bg02 {
  background: #fff;
  color: #000;
}

.cs-footer_inner {
  width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .cs-footer_inner {
    max-width: 1040px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer_inner {
    padding: 0 5.334%;
  }
}
.cs-footer1_head {
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .cs-footer1_head {
    padding: 4% 0 3%;
    font-size: 2.693vw;
    font-weight: bold;
  }
}
@media screen and (min-width: 1041px) {
  .cs-footer1_head {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer1_head {
    padding: 5.971% 0 5.075%;
    font-size: 3.734vw;
  }
}
.cs-footer1_head > h2 {
  font: inherit;
}

.cs-footer1_body {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media print, screen and (min-width: 768px) {
  .cs-footer1_body {
    flex-wrap: wrap;
    padding: 0 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer1_body {
    flex-direction: column;
    padding: 0 0 7.463%;
  }
}
.cs-footer1_panel {
  background: #fff;
  color: #000;
}

@media print, screen and (min-width: 768px) {
  .cs-footer1_panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2.2% 0;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer1_panel {
    padding: 5.971% 0;
  }
}
@media print, screen and (min-width: 768px) {
  .cs-footer1_panel.wid01 {
    width: 63%;
    margin-bottom: 2%;
  }
  .cs-footer1_panel.wid01 > dd {
    padding: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cs-footer1_panel.wid02 {
    width: 35%;
    margin-bottom: 2%;
  }
  .cs-footer1_panel.wid02 > dd {
    padding: 0 !important;
  }
}
.cs-footer1_panel > dt {
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .cs-footer1_panel > dt {
    width: 100%;
    padding-bottom: 0.889em;
    font-size: 1.731vw;
    font-weight: bold;
  }
}
@media screen and (min-width: 1041px) {
  .cs-footer1_panel > dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer1_panel > dt {
    padding-bottom: 1.25em;
    font-size: 4.267vw;
  }
}
.cs-footer1_panel > dd {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .cs-footer1_panel > dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    padding: 0 3.5% 0 0;
  }
  .cs-footer1_panel > dd + dd {
    padding: 0 0 0 2.5%;
  }
}
.cs-footer1_panel > dd > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #000;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .cs-footer1_panel > dd > a {
    width: 10em;
    height: 2.778em;
    font-size: 1.731vw;
  }
}
@media screen and (min-width: 1041px) {
  .cs-footer1_panel > dd > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer1_panel > dd > a {
    width: 20.429em;
    height: 3.358em;
    margin: 0 auto;
    font-size: 3.734vw;
  }
  .cs-footer1_panel > dd > a::after {
    content: "";
    position: absolute;
    background-image: url(/img/base/arrow02_w.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.608em;
    height: 1.072em;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
.cs-footer1_panel > dd > a:hover {
  opacity: 0.5;
}

@media print, screen and (min-width: 768px) {
  .cs-footer1_panel > dd > a + a {
    margin-left: 1.112em;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer1_panel > dd > a + a {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer1_panel > dd + dd {
    margin-top: 1.195%;
    padding-top: 3.284%;
  }
}
.cs-footer1_panel > dd + dd::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media print, screen and (min-width: 768px) {
  .cs-footer1_panel > dd + dd::before {
    border-left: 1px solid;
    width: 0;
    height: 5.577vw;
    max-height: 58px;
    left: 0;
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer1_panel > dd + dd::before {
    border-top: 1px solid;
    width: 74.627%;
    height: 0;
    left: 50%;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer1_panel + .cs-footer1_panel {
    margin-top: 4.478%;
  }
}
@media print, screen and (min-width: 768px) {
  .cs-footer1_desc {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer1_desc {
    padding-bottom: 2.687%;
  }
}
.cs-footer1_desc > dt {
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .cs-footer1_desc > dt {
    margin-left: 0.445em;
    line-height: 1.5em;
    font-size: 1.731vw;
  }
}
@media screen and (min-width: 1041px) {
  .cs-footer1_desc > dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer1_desc > dt {
    line-height: 1;
    font-size: 2.667vw;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer1_desc > dd {
    padding-top: 2.239%;
  }
}
.cs-footer1_desc > dd > p {
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .cs-footer1_desc > dd > p {
    font-size: 1.154vw;
  }
}
@media screen and (min-width: 1041px) {
  .cs-footer1_desc > dd > p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer1_desc > dd > p {
    font-size: 2.934vw;
  }
}
.cs-footer1_desc > dd > p > a {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .cs-footer1_desc > dd > p > a {
    margin: 0.116em 0 0.231em;
    font-size: 2.167em;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer1_desc > dd > p > a {
    margin: 0.04em 0 0.28em;
    font-size: 2.273em;
  }
}
.cs-footer2_navi {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .cs-footer2_navi {
    width: 100%;
    max-height: 88%;
    padding: 0 5.6%;
    line-height: 1.75em;
    font-size: 1.539vw;
  }
}
@media screen and (min-width: 1041px) {
  .cs-footer2_navi {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer2_navi {
    width: 100%;
    max-height: 100%;
    line-height: 1.435em;
    font-size: 3.067vw;
  }
}
.cs-footer2_navi p {
  display: flex;
}

.cs-footer2_navi p a {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .cs-footer2_navi p a {
    padding: 0 1em 0 0;
  }
}
.cs-footer2_navi p a:hover {
  opacity: 0.5;
}

.cs-footer2_navi > li {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .cs-footer2_navi > li {
    margin-bottom: 1.125em;
  }
  .cs-footer2_navi > li:nth-child(3),
  .cs-footer2_navi > li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer2_navi > li {
    width: 50%;
    margin-bottom: 1.218em;
  }
  .cs-footer2_navi > li:nth-child(4),
  .cs-footer2_navi > li:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .cs-footer2_navi > li > p + p {
    margin-top: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer2_navi > li > p + p {
    margin-top: 0.3em;
  }
}
@media print, screen and (min-width: 768px) {
  .cs-footer2_list {
    margin-top: 0.286em;
    padding-left: 1.143em;
    line-height: 1.429em;
    font-size: 1.347vw;
  }
}
@media screen and (min-width: 1041px) {
  .cs-footer2_list {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer2_list {
    margin-top: 0.4em;
    line-height: 1.4em;
    font-size: 2.667vw;
    font-feature-settings: "palt";
  }
}
.cs-footer2_list > li {
  display: block;
}

.cs-footer2_list > li > p {
  display: flex;
  align-items: stretch;
}

.cs-footer2_list > li > p::before {
  content: "・";
  flex-shrink: 0;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .cs-footer2_list > li > p::before {
    margin: 0 -0.214em 0 -0.285em;
  }
}
@media print, screen and (min-width: 768px) {
  .cs-footer2_list > li + li {
    margin-top: 0.286em;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer2_list > li + li {
    margin-top: 0.6em;
  }
}
.cs-footer2_child > li {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .cs-footer2_child > li {
    margin-top: 0.286em;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer2_child > li {
    margin-top: 0.35em;
  }
}
.cs-footer2_child > li > p {
  display: flex;
  align-items: stretch;
}

.cs-footer2_child > li > p::before {
  content: "";
  flex-shrink: 0;
  display: block;
  background-image: url(/img/base/arrow04_k.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .cs-footer2_child > li > p::before {
    width: 0.858em;
    height: 0.858em;
    margin: 0 0.215em 0 1.072em;
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer2_child > li > p::before {
    width: 0.6em;
    height: 0.6em;
    margin: 0.429em 0.215em 0 1.3em;
  }
}
.cs-footer3_list {
  display: flex;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .cs-footer3_list {
    justify-content: center;
    padding: 2% 0;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer3_list {
    justify-content: space-between;
    padding: 4.478% 0;
  }
}
.cs-footer3_list > li {
  display: flex;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .cs-footer3_list > li {
    line-height: 1.8em;
    font-size: 0.962vw;
  }
  .cs-footer3_list > li > p {
    line-height: inherit;
    font: inherit;
  }
  .cs-footer3_list > li > p:first-of-type {
    margin-top: -0.4em;
  }
  .cs-footer3_list > li > p:last-of-type {
    margin-bottom: -0.4em;
  }
  .cs-footer3_list > li:nth-child(2) {
    margin: 0 6.6% 0 3%;
  }
}
@media screen and (min-width: 1041px) {
  .cs-footer3_list > li {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer3_list > li {
    line-height: 1.75em;
    font-size: 2.667vw;
  }
  .cs-footer3_list > li > p {
    line-height: inherit;
    font: inherit;
  }
  .cs-footer3_list > li > p:first-of-type {
    margin-top: -0.375em;
  }
  .cs-footer3_list > li > p:last-of-type {
    margin-bottom: -0.375em;
  }
}
.cs-footer3_list > li > a {
  display: block;
  line-height: 0;
}

@media print, screen and (min-width: 768px) {
  .cs-footer3_list > li > a {
    height: 6.058vw;
  }
}
@media screen and (min-width: 1041px) {
  .cs-footer3_list > li > a {
    height: 63px;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer3_list > li > a {
    flex-shrink: 0;
    height: 10vw;
  }
}
.cs-footer3_list > li > a:hover {
  opacity: 0.5;
}

@media print, screen and (min-width: 768px) {
  .cs-footer3_list > li > p {
    margin-left: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer3_list > li > p {
    width: 25.76vw;
    margin-left: 0.8em;
    transform: scale(0.7);
    transform-origin: left center;
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 768px) {
  .cs-footer4_body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2% 0;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer4_body {
    padding: 3.881% 0 2.687%;
  }
}
.cs-footer4_menu {
  display: flex;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .cs-footer4_menu {
    line-height: 1;
    font-size: 1.347vw;
  }
}
@media screen and (min-width: 1041px) {
  .cs-footer4_menu {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer4_menu {
    justify-content: center;
    font-size: 2.667vw;
  }
}
.cs-footer4_menu > li {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .cs-footer4_menu > li + li {
    margin-left: 2.143em;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer4_menu > li + li {
    margin-left: 2em;
  }
}
.cs-footer4_menu > li > a {
  display: block;
}

.cs-footer4_menu > li > a:hover {
  opacity: 0.5;
}

@media print, screen and (min-width: 768px) {
  .cs-footer4_copylight {
    line-height: 1.429em;
    font-size: 1.347vw;
  }
  .cs-footer4_copylight > p {
    line-height: inherit;
    font: inherit;
  }
  .cs-footer4_copylight > p:first-of-type {
    margin-top: -0.214em;
  }
  .cs-footer4_copylight > p:last-of-type {
    margin-bottom: -0.214em;
  }
}
@media screen and (min-width: 1041px) {
  .cs-footer4_copylight {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer4_copylight {
    padding-top: 1.5em;
    line-height: 1.4em;
    font-size: 2.667vw;
    text-align: center;
  }
  .cs-footer4_copylight > p {
    line-height: inherit;
    font: inherit;
  }
  .cs-footer4_copylight > p:first-of-type {
    margin-top: -0.2em;
  }
  .cs-footer4_copylight > p:last-of-type {
    margin-bottom: -0.2em;
  }
}
/*heading*/
.c-heading {
  font-size: 1.32rem;
  text-align: center;
  margin: 0 0 2.11rem;
}
.c-heading > span {
  position: relative;
  min-width: 14.21rem;
  color: #f47347;
  padding: 0 1.05rem 0.53rem;
  background: url(../img/heading_line.png) no-repeat bottom left/100% 1.32rem;
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.21rem;
  }
}

.c-sentence {
  line-height: 1.8;
}

.c-catch-text {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-size: 1.58rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-catch-text {
    font-size: 1.21rem;
  }
}

.c-link-text {
  font-size: 0.74rem;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.16rem;
  margin: 0 0 0 1em;
}

/* ================================
Main Visual
================================ */
.lp-mv {
  margin: 0 0 3.16rem;
}
.lp-mv__main {
  overflow: hidden;
  border-radius: 0 0 9.47rem 9.47rem;
  background: url(../img/mv_bg.jpg) no-repeat bottom left/cover;
  padding: 3.68rem 0 3.42rem;
  margin: 0 0 2.11rem;
}
.lp-mv__inner {
  position: relative;
  display: grid;
  grid-template-areas: "catch img" "desc img";
  grid-template-columns: 50% 1fr;
  gap: 3.68rem 3.42rem;
}
.lp-mv__groupLogo {
  position: absolute;
  top: -3.68rem;
  right: 0;
  width: 12.63rem;
  height: 3.16rem;
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 1.05rem 1.05rem;
  padding: 0.53rem 0;
}
.lp-mv__groupLogo > img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-mv__catch {
  grid-area: catch;
  align-self: end;
  width: 100%;
}
.lp-mv__desc {
  grid-area: desc;
  align-self: start;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  color: #fff;
  font-size: 1.32rem;
  white-space: nowrap;
  font-weight: 900;
}
.lp-mv__img {
  grid-area: img;
}
.lp-mv__logo.-desktop {
  width: 109.57vw;
  height: 8.71vw;
  background: url(../img/mv_logo.png?250114) repeat-x 0 0;
  background-size: auto 100%;
  animation: mv_logo_loop 50s linear infinite;
}
@keyframes mv_logo_loop {
  from {
    background-position: -4.36vw 0;
  }
  to {
    background-position: -113.93vw 0;
  }
}
.lp-mv__logo.-mobile01, .lp-mv__logo.-mobile02 {
  display: none;
}
@media screen and (max-width: 767px) {
  .lp-mv {
    margin: 0 0 3.57rem;
  }
  .lp-mv__main {
    border-radius: 0 0 3.57rem 3.57rem;
    background: url(../img/mv_bg_sp.jpg) no-repeat bottom center/cover;
    padding: 2.86rem 0 6.43rem;
    margin: 0 0 2.5rem;
  }
  .lp-mv__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.79rem 0;
  }
  .lp-mv__groupLogo {
    top: -2.86rem;
    right: 50%;
    transform: translateX(50%);
    width: 15rem;
    height: 3rem;
    border-radius: 0 0 1.43rem 1.43rem;
    padding: 0.36rem 0;
  }
  .lp-mv__desc {
    align-self: center;
    font-size: 1.21rem;
    white-space: normal;
    text-align: center;
  }
  .lp-mv__logo.-desktop {
    display: none;
  }
  .lp-mv__logo.-mobile01 {
    display: block;
    width: 165.38vw;
    height: 13.85vw;
    background: url(../img/mv_logo_sp01.png?250114) repeat-x 0 0;
    background-size: auto 100%;
    animation: mv_logo_loop_mobile01 21s linear infinite;
  }
  @keyframes mv_logo_loop_mobile01 {
    from {
      background-position: -5.9vw 0;
    }
    to {
      background-position: -171.28vw 0;
    }
  }
  .lp-mv__logo.-mobile02 {
    display: block;
    width: 222.05vw;
    height: 31.28vw;
    background: url(../img/mv_logo_sp02.png?250114) repeat-x 0 0;
    background-size: auto 100%;
    animation: mv_logo_loop_mobile02 28s linear infinite;
  }
  @keyframes mv_logo_loop_mobile02 {
    from {
      background-position: -34.62vw 0;
    }
    to {
      background-position: -256.67vw 0;
    }
  }
}

/* こんなお悩みありませんか */
.lp-problem {
  padding: 0 0 2.11rem;
}
.lp-problem__balloon {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.lp-problem__img {
  max-width: 700px;
  width: 60%;
  margin: -5.26rem auto 0;
}
.lp-problem__chevron {
  width: 8.68rem;
  aspect-ratio: 165/44;
  background: url(../img/problem_chevron.svg) no-repeat center center/contain;
  margin: 2.11rem auto 1.32rem;
}
.lp-problem__footer {
  text-align: center;
}
.lp-problem__catch {
  position: relative;
  display: inline-block;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-size: 2.68rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  padding: 0 5.89rem;
}
.lp-problem__catch::before, .lp-problem__catch::after {
  content: "";
  display: block;
  width: 3.74rem;
  aspect-ratio: 71/108;
  background: url(../img/problem-catch_deco.svg) no-repeat center center/contain;
}
.lp-problem__catch::before {
  position: absolute;
  top: -1.84rem;
  left: 0;
}
.lp-problem__catch::after {
  position: absolute;
  top: -1.84rem;
  right: 0;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .lp-problem {
    padding: 0 0 2.5rem;
  }
  .lp-problem__balloon {
    width: 26.21rem;
  }
  .lp-problem__img {
    width: 16.21rem;
    margin: -1.79rem auto 0;
  }
  .lp-problem__chevron {
    width: 6.79rem;
    margin: 1.43rem auto;
  }
  .lp-problem__catch {
    font-size: 1.64rem;
    padding: 0 2.5rem;
  }
  .lp-problem__catch::before, .lp-problem__catch::after {
    top: -0.71rem;
    width: 1.79rem;
  }
}

/* CSSが選ばれる理由 */
.lp-reason {
  padding: 2.11rem 0;
  background: url(../img/reason_bg.jpg) no-repeat center center/cover;
}
.lp-reason__inner {
  max-width: 1060px;
  width: calc(90vw + 3.16rem);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4.47rem;
  padding: 1.58rem;
}
.lp-reason__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.58rem 1.58rem;
}
@media screen and (max-width: 767px) {
  .lp-reason__inner {
    border-radius: 3.57rem;
    padding: 2.14rem;
  }
  .lp-reason__list {
    gap: 2.14rem 0;
  }
}

.lp-reason-card {
  width: calc(50% - 0.84rem);
  display: flex;
  flex-direction: column;
  border-radius: 1.84rem;
  overflow: hidden;
  filter: drop-shadow(0.26rem 0.53rem 2.63rem #e0b3a9);
}
.lp-reason-card__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.79rem 0;
  color: #fff;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-size: 1.26rem;
  text-align: center;
  background-color: #FA7800;
  padding: 0.79rem 1.58rem;
}
.lp-reason-card__title > img {
  width: auto;
  height: 5.05rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-reason-card__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2.11rem;
  height: 7.63rem;
}
.lp-reason-card:nth-of-type(1) .lp-reason-card__title::before {
  aspect-ratio: 55/145;
  background: url(../img/reason-card01_num.svg) no-repeat center center/contain;
}
.lp-reason-card:nth-of-type(2) .lp-reason-card__title::before {
  aspect-ratio: 100/145;
  background: url(../img/reason-card02_num.svg) no-repeat center center/contain;
}
.lp-reason-card:nth-of-type(3) .lp-reason-card__title::before {
  aspect-ratio: 100/150;
  background: url(../img/reason-card03_num.svg) no-repeat center center/contain;
}
.lp-reason-card:nth-of-type(4) .lp-reason-card__title::before {
  aspect-ratio: 120/145;
  background: url(../img/reason-card04_num.svg) no-repeat center center/contain;
}
.lp-reason-card__content {
  flex: 1;
  min-height: 8.42rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  text-align: center;
  background-color: #fff;
  padding: 0.79rem 1.58rem;
}
@media screen and (max-width: 767px) {
  .lp-reason-card {
    width: 100%;
    border-radius: 1.05rem;
  }
  .lp-reason-card__title {
    font-size: 1.21rem;
    padding: 1.43rem 1.07rem;
  }
  .lp-reason-card__title > img {
    height: 5rem;
  }
  .lp-reason-card__content {
    min-height: initial;
    font-size: 1rem;
    padding: 1.43rem 1.07rem;
  }
}

/* CSSの特徴 */
.lp-feature {
  padding: 2.11rem 0;
}
.lp-feature__catch {
  margin: 0 0 2.11rem;
}

.lp-feature-block {
  background: linear-gradient(90deg, #fff6f4 0%, #fff6f4 50%, #FA7800 50%, #FA7800 100%);
}
.lp-feature-block:not(:last-of-type) {
  margin-bottom: 1.58rem;
}
.lp-feature-block__inner {
  max-width: 1400px;
  display: flex;
  margin: 0 auto;
}
.lp-feature-block02 .lp-feature-block__inner, .lp-feature-block04 .lp-feature-block__inner {
  flex-direction: row-reverse;
}
.lp-feature-block__header {
  width: 50%;
  font-size: 1.05rem;
  background-color: #fff6f4;
  padding: 1.05rem 6.32rem 1.05rem 7.37rem;
}
.lp-feature-block__header::before {
  content: "";
  display: block;
  height: 3rem;
  margin: 0 auto 1.58rem 0;
}
.lp-feature-block01 .lp-feature-block__header::before {
  aspect-ratio: 54/142;
  background: url(../img/feature-block01_num.svg) no-repeat center center/contain;
}
.lp-feature-block02 .lp-feature-block__header::before {
  aspect-ratio: 114/144;
  background: url(../img/feature-block02_num.svg) no-repeat center center/contain;
}
.lp-feature-block03 .lp-feature-block__header::before {
  aspect-ratio: 109/150;
  background: url(../img/feature-block03_num.svg) no-repeat center center/contain;
}
.lp-feature-block04 .lp-feature-block__header::before {
  aspect-ratio: 120/144;
  background: url(../img/feature-block04_num.svg) no-repeat center center/contain;
}
.lp-feature-block02 .lp-feature-block__header::before, .lp-feature-block04 .lp-feature-block__header::before {
  margin: 0 0 1.58rem auto;
}
.lp-feature-block02 .lp-feature-block__header, .lp-feature-block04 .lp-feature-block__header {
  padding: 2.11rem 7.37rem 2.11rem 6.32rem;
}
.lp-feature-block__content {
  position: relative;
  width: calc(50% + 4.21rem);
  display: flex;
  align-items: center;
  background-color: #FA7800;
  margin: 0 0 0 -4.21rem;
  padding: 2.11rem 7.37rem 2.11rem 3.16rem;
  border-radius: 4.21rem 0 0 4.21rem;
}
.lp-feature-block02 .lp-feature-block__content, .lp-feature-block04 .lp-feature-block__content {
  border-radius: 0 4.21rem 4.21rem 0;
  padding: 2.11rem 3.16rem 2.11rem 7.37rem;
  margin: 0 -4.21rem 0 0;
}
.lp-feature-block__contentInner {
  display: flex;
  align-items: flex-start;
  gap: 0 1.58rem;
}
.lp-feature-block02 .lp-feature-block__contentInner, .lp-feature-block04 .lp-feature-block__contentInner {
  flex-direction: row-reverse;
}
.lp-feature-block__ico {
  width: 6.74rem;
}
.lp-feature-block04 .lp-feature-block__ico {
  align-self: end;
}
.lp-feature-block__text {
  flex: 1;
  color: #fff;
  font-size: 1.05rem;
}
.lp-feature-block__title {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-size: 1.32rem;
  margin: 0 0 1.58rem;
}
.lp-feature-block__typo {
  position: absolute;
  bottom: 2.63rem;
  right: -1.58rem;
}
.lp-feature-block02 .lp-feature-block__typo, .lp-feature-block04 .lp-feature-block__typo {
  right: initial;
  left: -1.58rem;
}
@media screen and (max-width: 1200px) {
  .lp-feature-block__header {
    padding: 1.05rem 6.32rem 1.05rem 5vw;
  }
  .lp-feature-block02 .lp-feature-block__header, .lp-feature-block04 .lp-feature-block__header {
    padding: 2.11rem 5vw 2.11rem 6.32rem;
  }
  .lp-feature-block__content {
    padding: 2.11rem 5vw 2.11rem 3.16rem;
  }
  .lp-feature-block02 .lp-feature-block__content, .lp-feature-block04 .lp-feature-block__content {
    padding: 2.11rem 3.16rem 2.11rem 5vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-feature-block {
    background: none !important;
  }
  .lp-feature-block:not(:last-of-type) {
    margin-bottom: 2.14rem;
  }
  .lp-feature-block__inner {
    flex-direction: column !important;
  }
  .lp-feature-block__header {
    width: 100%;
    padding: 2.14rem !important;
  }
  .lp-feature-block__header::before {
    height: 5rem;
    margin: 0 auto 1.07rem !important;
  }
  .lp-feature-block__content {
    width: 100%;
    padding: 2.14rem !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  .lp-feature-block__contentInner {
    flex-direction: column !important;
    align-items: center;
  }
  .lp-feature-block__ico {
    width: auto;
    height: 5rem;
    margin: 0 auto 1.07rem;
  }
  .lp-feature-block__title {
    text-align: center;
  }
}

.lp-feature-block02,
.lp-feature-block04 {
  background: linear-gradient(90deg, #FA7800 0%, #FA7800 50%, #fff6f4 50%, #fff6f4 100%);
}

/* 3種類の口座振替受付サービス */
.lp-service {
  padding: 2.11rem 0 0;
}
.lp-service__catch {
  margin: 0 0 3.68rem;
}
.lp-service__body {
  background: url(../img/service_bg.png) repeat-y top center/100% auto;
  padding: 0 0 2.11rem;
}

.lp-service-block {
  position: relative;
  background-color: #fff;
  border-radius: 1.84rem;
  padding: 3.16rem 2.37rem 2.11rem;
  filter: drop-shadow(0.26rem 0.53rem 1.32rem #e0b3a9);
}
.lp-service-block:not(:last-of-type) {
  margin-bottom: 4.21rem;
}
.lp-service-block__heading {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42.63rem;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  text-align: center;
  font-size: 1.58rem;
  background-color: #ffd948;
  border-radius: 9999px;
  padding: 0.5em 1em;
}
.lp-service-block__desc {
  font-size: 1.16rem;
  text-align: center;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #f47347;
  margin: 0 0 1em;
}
.lp-service-block__title {
  color: #f47347;
  font-size: 1.32rem;
  text-align: center;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .lp-service-block {
    border-radius: 1.05rem;
    padding: 3.57rem 1.07rem;
  }
  .lp-service-block:not(:last-of-type) {
    margin-bottom: 3.57rem;
  }
  .lp-service-block__heading {
    width: calc(100% - 30px);
    font-size: 1.21rem;
  }
  .lp-service-block__desc {
    font-size: 1rem;
  }
  .lp-service-block__title {
    font-size: 1rem;
  }
  .lp-service-block__img {
    overflow-x: auto;
  }
  .lp-service-block__img > img {
    max-width: initial;
    width: 39.47rem;
    height: auto;
  }
}

.lp-service-block02__list {
  display: flex;
  gap: 0 1.58rem;
  margin: 2.89rem 0 1.05rem;
}
.lp-service-block02__item {
  flex: 1;
  border: 1px solid #f47347;
  padding: 1.05rem 0.84rem;
}
.lp-service-block02__item::before {
  content: "";
  display: block;
  height: 1.26rem;
  margin: 0 auto 0.79rem;
}
.lp-service-block02__item:nth-of-type(1)::before {
  aspect-ratio: 6/23;
  background: url(../img/service-block02-item01_num.svg) no-repeat center center/contain;
}
.lp-service-block02__item:nth-of-type(2)::before {
  aspect-ratio: 15/23;
  background: url(../img/service-block02-item02_num.svg) no-repeat center center/contain;
}
.lp-service-block02__item:nth-of-type(3)::before {
  aspect-ratio: 15/24;
  background: url(../img/service-block02-item03_num.svg) no-repeat center center/contain;
}
.lp-service-block02__item:nth-of-type(4)::before {
  aspect-ratio: 18/23;
  background: url(../img/service-block02-item04_num.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .lp-service-block02__list {
    flex-direction: column;
    gap: 1.07rem 0;
  }
  .lp-service-block02__item {
    flex: initial;
    width: 100%;
  }
}

.lp-service-block03__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.05rem 1.58rem;
}
.lp-service-block03__item {
  width: calc(50% - 0.84rem);
  background-color: #fff6f4;
}
.lp-service-block03__itemTitle {
  min-height: 3.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.2;
  text-align: center;
  background-color: #eb7516;
  padding: 0.53rem;
}
.lp-service-block03__itemImg {
  height: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lp-service-block03__itemImg > img {
  width: auto;
  height: 5.26rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-service-block03__item:nth-of-type(3) .lp-service-block03__itemImg > img {
  height: 7.11rem;
}
.lp-service-block03__item:nth-of-type(4) .lp-service-block03__itemImg > img {
  height: 6.84rem;
}
@media screen and (max-width: 767px) {
  .lp-service-block03__list {
    flex-direction: column;
    gap: 1.07rem 0;
  }
  .lp-service-block03__item {
    width: 100%;
  }
  .lp-service-block03__itemTitle {
    font-size: 1rem;
  }
}

/* 導入事例 */
.lp-case {
  background-color: #fff6f4;
  border-radius: 5.26rem;
  padding: 2.11rem 0;
  margin: 0 0 2.11rem;
}
.lp-case__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.11rem 1.58rem;
  margin: 0 0 2.11rem;
}
@media screen and (max-width: 767px) {
  .lp-case {
    border-radius: 3.57rem;
  }
}

.lp-case-card {
  position: relative;
  width: calc(50% - 0.84rem);
  background-color: #fff;
  border-radius: 0.95rem;
  padding: 1.05rem 2.11rem;
}
.lp-case-card__num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44%;
}
.lp-case-card__title {
  display: flex;
  align-items: center;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-size: 1.26rem;
  border-bottom: 1px solid #f47347;
  margin: 0 0 1.05rem;
}
.lp-case-card__title > img {
  width: auto;
  height: 5.26rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-case-card__title > span {
  flex: 1;
  text-align: center;
}
.lp-case-card__desc {
  font-size: 0.84rem;
}
@media screen and (max-width: 767px) {
  .lp-case-card {
    width: 100%;
    padding: 2.14rem;
  }
  .lp-case-card__title {
    font-size: 1.21rem;
  }
  .lp-case-card__title > img {
    height: 5.71rem;
  }
}

.lp-case-industry__heading {
  position: relative;
  max-width: 1000px;
  width: 100%;
  color: #fff;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-size: 1.47rem;
  text-align: center;
  background-color: #FA7800;
  border-radius: 9999px;
  padding: 0.5em 1em;
  margin: 0 auto 1.58rem;
}
.lp-case-industry__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  display: inline-block;
  border-style: solid;
  border-width: 1.05rem 1.05rem 0 1.05rem;
  border-color: #FA7800 transparent transparent transparent;
}
.lp-case-industry__heading > span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.53rem;
}
.lp-case-industry__heading > span::before, .lp-case-industry__heading > span::after {
  content: "";
  display: block;
  width: 1.37rem;
  aspect-ratio: 26/38;
  background: url(../img/case-industry-heading_deco.svg) no-repeat center center/contain;
}
.lp-case-industry__heading > span::before {
  transform: scale(-1, 1);
}
.lp-case-industry__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.84rem 0.84rem;
}
.lp-case-industry__item {
  width: calc((100% - 1.68rem) / 3);
  min-height: 4.74rem;
  display: flex;
  align-items: center;
  gap: 0 1.05rem;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-size: 1.05rem;
  line-height: 1.2;
  border-radius: 0.95rem;
  background-color: #fff;
  padding: 0.53rem 1.47rem;
}
.lp-case-industry__item > img {
  width: auto;
  height: 2.11rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-case-industry__item > span {
  flex: 1;
  text-align: center;
}
.lp-case-industry__item:nth-of-type(2) {
  font-size: 0.89rem;
}
.lp-case-industry__item:nth-of-type(2) > span {
  /*text-align: left;*/
}
.lp-case-industry__item:nth-of-type(3) {
  font-size: 0.95rem;
}
@media screen and (max-width: 767px) {
  .lp-case-industry__heading {
    width: 100%;
    font-size: 1.21rem;
  }
  .lp-case-industry__heading > span::before, .lp-case-industry__heading > span::after {
    content: none;
  }
  .lp-case-industry__item {
    width: 100%;
  }
}

/* お問い合せ・資料請求・管理画面を無料体験 */
.lp-contact {
  border-radius: 5.26rem 5.26rem 0 0;
  background: url(../img/contact_bg.jpg) no-repeat center center/cover;
  padding: 0 0 2.11rem;
}
.lp-contact__heading {
  position: relative;
  color: #fff;
  font-size: 1.84rem;
  text-align: center;
  margin: 0 0 0.5em;
}
.lp-contact__heading::before {
  content: "";
  display: block;
  width: 22.11rem;
  aspect-ratio: 527/114;
  margin: 0 auto 0.79rem;
  background: url(../img/contact-heading_typo.svg) no-repeat center center/contain;
}
.lp-contact__desc {
  color: #fff;
  font-size: 1.21rem;
  text-align: center;
  margin: 0 0 1em;
}
.lp-contact__body {
  background-color: #fff;
  border-radius: 1.05rem;
  padding: 1.58rem 2.37rem;
}
@media screen and (max-width: 767px) {
  .lp-contact {
    border-radius: 3.57rem;
  }
  .lp-contact__heading {
    font-size: 1.43rem;
  }
  .lp-contact__heading::before {
    width: 100%;
  }
  .lp-contact__desc {
    font-size: 1rem;
  }
  .lp-contact__body {
    padding: 2.14rem;
  }
}

.lp-contact-web {
  padding: 0 0 1.58rem;
  margin: 0 0 1.58rem;
  border-bottom: 2px solid #f47347;
}
.lp-contact-web__list {
  max-width: 835px;
  display: flex;
  justify-content: space-between;
  gap: 0 0.79rem;
  margin: 0 auto;
}
.lp-contact-web__item {
  width: 12.89rem;
}
.lp-contact-web__title {
  font-size: 1.16rem;
  text-align: center;
  margin: 0 0 0.42rem;
}
.lp-contact-web__btn {
  width: 100%;
  color: #fff;
  font-size: 1.05rem;
  text-align: center;
  line-height: 1.2;
  background-color: #74a3f0;
  border-radius: 0.63rem;
  padding: 0.84rem 0.53rem;
  box-shadow: 0 4px 0 #5c8ee1;
}
@media screen and (max-width: 767px) {
  .lp-contact-web__list {
    flex-direction: column;
    gap: 1.43rem 0;
  }
  .lp-contact-web__item {
    width: 100%;
  }
  .lp-contact-web__title {
    margin: 0;
  }
}

.lp-contact-tel__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.26rem;
  font-size: 1rem;
  margin: 0 0 1.05rem;
}
.lp-contact-tel__heading::before {
  content: "";
  display: block;
  width: 2rem;
  aspect-ratio: 1/1;
  background: url(../img/contact-tel-heading_ico.svg) no-repeat center center/contain;
}
.lp-contact-tel__list {
  max-width: 835px;
  display: flex;
  justify-content: center;
  gap: 0 6.58rem;
  margin: 0 auto;
}
.lp-contact-tel__item {
  max-width: 355px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.79rem 0;
  pointer-events: none;
}
.lp-contact-tel__title {
  width: 100%;
  color: #fff;
  font-size: 1.05rem;
  text-align: center;
  padding: 0.42rem;
  border-radius: 9999px;
  background-color: #e50517;
}
.lp-contact-tel__num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.53rem 1rem;
  font-size: 2.11rem;
  line-height: 1;
}
.lp-contact-tel__num > span {
  font-size: 1rem;
}
.lp-contact-tel__info {
  font-size: 1.05rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .lp-contact-tel__list {
    justify-content: space-between;
    gap: 0 1.58rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-contact-tel__list {
    flex-direction: column;
    gap: 1.43rem 0;
  }
  .lp-contact-tel__item {
    max-width: initial;
    pointer-events: auto;
  }
}

/* よくあるご質問 */
.lp-faq {
  padding: 2.11rem 0;
}
.lp-faq__item:not(:last-of-type) {
  margin-bottom: 1.05rem;
}
.lp-faq__question, .lp-faq__answer {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0 0.5em;
  font-size: 1rem;
}
.lp-faq__question {
  padding: 0.53rem 1.32rem;
}
.lp-faq__question::before {
  content: "Q.";
}
.lp-faq__answer {
  font-weight: 500;
  background-color: #fff6f4;
  padding: 0.53rem 1.32rem;
}
.lp-faq__answer::before {
  content: "A.";
}

.lp-floatingArea {
  position: fixed;
  z-index: 10;
  bottom: 2.37rem;
  right: 0;
  width: 12.11rem;
}
.lp-floatingArea__btn {
  width: 100%;
  color: #fff;
  font-size: 0.89rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background-color: #74a3f0;
  border-radius: 9999px 0 0 9999px;
  padding: 0.53rem;
}
.lp-floatingArea__btn:not(:last-of-type) {
  margin-bottom: 0.79rem;
}
@media screen and (max-width: 1400px) {
  .lp-floatingArea {
    width: 7.37rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-floatingArea {
    bottom: 0;
    width: 100%;
    height: 3.57rem;
    display: flex;
    gap: 0 1px;
    padding: 0;
    border-radius: 0;
  }
  .lp-floatingArea__btn {
    width: calc((100% - 2px) / 3);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
  }
}

/* adjustment */
.u-fit--contain {
  overflow: hidden;
  text-align: center;
}
.u-fit--contain > img,
.u-fit--contain > source {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}

.u-color--primary {
  display: inline;
  color: #f47347;
}
.u-color--wh {
  display: inline;
  color: #fff;
}

.u-bg--primary {
  background-color: #f47347;
}

.u-align--center {
  text-align: center !important;
}
.u-align--right {
  text-align: right !important;
}
.u-align--left {
  text-align: left !important;
}

.u-weight--400 {
  font-weight: 400 !important;
}
.u-weight--500 {
  font-weight: 500 !important;
}
.u-weight--600 {
  font-weight: 600 !important;
}
.u-weight--700 {
  font-weight: 700 !important;
}

.u-display_ib {
  display: inline-block;
}

.u-display--lg {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u-display--lg {
    display: block;
  }
}
.u-display--md {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-display--md {
    display: block;
  }
}
.u-display--sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-display--sm {
    display: block;
  }
}
.u-display--xs {
  display: none;
}
@media screen and (max-width: 600px) {
  .u-display--xs {
    display: block;
  }
}

.u-display_flex--lg {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u-display_flex--lg {
    display: flex;
  }
}
.u-display_flex--md {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-display_flex--md {
    display: flex;
  }
}
.u-display_flex--xs {
  display: none;
}
@media screen and (max-width: 600px) {
  .u-display_flex--xs {
    display: flex;
  }
}

@media screen and (max-width: 1200px) {
  .u-hidden--lg {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .u-hidden--md {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-hidden--sm {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .u-hidden--xs {
    display: none;
  }
}/*# sourceMappingURL=lp-style.css.map */