@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
          appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
          appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button;
          appearance: button; /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* @ 要素リセット
 * ------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.05em;
  background-color: #fff;
  background-image: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  width: 100%;
  font-size: 3.7333333333vw;
  -webkit-appearance: none;
  appearance: none;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

ul,
ol,
dd {
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style-type: none;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: optimize-contrast;
}

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

a {
  color: #6d9bcc;
  text-decoration: none;
  transition: color 0.3s ease;
  transition-duration: 0.5s;
  transition-property: opacity;
}
a:hover {
  color: #6d9bcc;
  text-decoration: underline;
  opacity: 0.75;
}
@media (hover: none) {
  a:hover {
    color: #6d9bcc;
    text-decoration: none;
  }
}
a.opacityNone {
  opacity: 1;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  padding: 1.3333333333vw;
  font-size: 4.2666666667vw;
  border: solid 0.8vw #e6e6e6;
  border-radius: 1.3333333333vw;
  transition: border-color 0.25s ease;
}
@media only screen and (min-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel] {
    padding: 5px;
    font-size: 1.1428571429rem;
    border: solid 3px #e6e6e6;
    border-radius: 5px;
  }
}

/* フォーカス時のスタイル */
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  border-color: #6d9bcc;
  outline: none;
}

.mailform-item__radio label {
  position: relative;
  font-size: 3.7333333333vw;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .mailform-item__radio label {
    font-size: 1rem;
  }
}
.mailform-item__radio input[type=radio] {
  width: 1px;
  opacity: 0;
}
.mailform-item__radio input[type=radio] + span {
  position: relative;
  display: inline-block;
}
.mailform-item__radio input[type=radio] + span::before {
  position: relative;
  top: 5px;
  left: -5px;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  content: "";
  border: solid 3px #e6e6e6;
  border-radius: 100%;
  transition: all 0.5s ease;
}
.mailform-item__radio input[type=radio]:checked + span::before {
  background-color: #6d9bcc;
  border: solid 1px #6d9bcc;
  box-shadow: inset 0 0 0 4px #fff;
}
.mailform-item__radio input[type=radio]:focus + span::before {
  background-color: #6d9bcc;
  border: solid 1px #6d9bcc;
  box-shadow: inset 0 0 0 4px #fff;
}

.mailform-item__checkbox label {
  position: relative;
  padding-left: 5px;
  font-size: 3.7333333333vw;
  color: #333;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) {
  .mailform-item__checkbox label {
    font-size: 1rem;
  }
}
.mailform-item__checkbox label:hover {
  opacity: 0.75;
}
.mailform-item__checkbox input[type=checkbox] {
  width: 1px;
  opacity: 0;
}
.mailform-item__checkbox input[type=checkbox] + span::before {
  position: relative;
  top: 5px;
  left: -10px;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  content: "";
  border: solid 3px #e6e6e6;
  border-radius: 5px;
  transition: all 0.5s ease;
}
.mailform-item__checkbox input[type=checkbox] + span::after {
  position: absolute;
  top: 8px;
  left: 2px;
  display: inline-block;
  width: 0.7em;
  height: 0.45em;
  content: "";
  border-bottom: solid 3px #fff;
  border-left: solid 3px #fff;
  transition: all 0.5s ease;
  transform: rotate(-45deg);
}
.mailform-item__checkbox input[type=checkbox]:checked + span::before {
  border: solid 3px #6d9bcc;
}
.mailform-item__checkbox input[type=checkbox]:checked + span::after {
  border-bottom: solid 3px #6d9bcc;
  border-left: solid 3px #6d9bcc;
}

input[type=submit] {
  margin: 0 auto;
  cursor: pointer;
  border: none;
}
@media only screen and (min-width: 768px) {
  input[type=submit] {
    width: 340px;
  }
}

textarea {
  width: 100%;
  height: 25vw;
  padding: 1.0666666667vw;
  font-size: 4.2666666667vw;
  border: solid 0.8vw #e6e6e6;
  border-radius: 1.3333333333vw;
  transition: border-color 0.25s ease;
}
textarea:focus {
  border-color: #6d9bcc;
  outline: none;
}
@media only screen and (min-width: 768px) {
  textarea {
    height: 100px;
    padding: 4px;
    font-size: 1.1428571429rem;
    border: solid 3px #e6e6e6;
    border-radius: 5px;
  }
}

.selectBox .wpcf7-form-control-wrap {
  position: relative;
}
.selectBox .wpcf7-form-control-wrap::before, .selectBox .wpcf7-form-control-wrap::after {
  position: absolute;
  pointer-events: none;
  content: "";
}
.selectBox .wpcf7-form-control-wrap::before {
  top: 1.3333333333vw;
  right: 1.3333333333vw;
  display: inline-block;
  width: 6.9333333333vw;
  height: 6.9333333333vw;
  content: "";
  background-color: #80ccda;
  border-radius: 0.8vw;
}
.selectBox .wpcf7-form-control-wrap::after {
  position: absolute;
  top: 4.5333333333vw;
  right: 4.5333333333vw;
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  content: "";
  border-right: 0.5333333333vw solid #fff;
  border-bottom: 0.5333333333vw solid #fff;
  transform: translate(50%, -50%) rotate(45deg);
}
.selectBox .wpcf7-form-control-wrap select {
  width: 100%;
  height: 9.6vw;
  padding: 0.5333333333vw 0.5333333333vw 0.5333333333vw 2.6666666667vw;
  color: #333 !important;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #fff;
  border: 0.8vw solid #e6e6e6;
  border-radius: 1.3333333333vw;
  outline: none;
}
.selectBox .wpcf7-form-control-wrap select:focus {
  border: 0.8vw solid #6d9bcc;
}
@media only screen and (min-width: 768px) {
  .selectBox .wpcf7-form-control-wrap::before {
    top: 5px;
    right: 5px;
    width: 26px;
    height: 26px;
    content: "";
    border-radius: 3px;
  }
  .selectBox .wpcf7-form-control-wrap::after {
    top: 17px;
    right: 17px;
    width: 7px;
    height: 7px;
    content: "";
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .selectBox .wpcf7-form-control-wrap select {
    height: 36px;
    padding: 2px 2px 2px 10px;
    border: 3px solid #e6e6e6;
    border-radius: 5px;
  }
  .selectBox .wpcf7-form-control-wrap select:focus {
    border: 3px solid #6d9bcc;
  }
}

/* PCでは電話リンクは無効にしてスマホのみでタップさせる（768px以上） */
@media (768px <= width) and (hover: hover) {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}
.is-tablet a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

.no-link {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

/* フェードイン用 */
.fadein-trig {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transform: translateY(20px);
}

.fadein-trig.fadein {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* @ 1カラム
 * ------------------------------------------------------------ */
.l-container {
  max-width: 1089px;
  margin-right: auto;
  margin-left: auto;
}

.l-container--pc {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .l-container--pc {
    max-width: 1089px;
    padding-right: 17px;
    padding-left: 17px;
    margin-right: auto;
    margin-left: auto;
  }
}

.l-container02 {
  max-width: 994px;
  padding-right: 17px;
  padding-left: 17px;
  margin-right: auto;
  margin-left: auto;
}

.l-container02--pc {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .l-container02--pc {
    max-width: 994px;
    padding-right: 17px;
    padding-left: 17px;
    margin-right: auto;
    margin-left: auto;
  }
}

.l-container03 {
  max-width: 862px;
  padding-right: 17px;
  padding-left: 17px;
  margin-right: auto;
  margin-left: auto;
}

.l-container03--pc {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .l-container03--pc {
    max-width: 862px;
    padding-right: 17px;
    padding-left: 17px;
    margin-right: auto;
    margin-left: auto;
  }
}

.l-container--full {
  width: 100%;
  max-width: 100%;
}

/* @ ラッパー
 * ------------------------------------------------------------ */
.l-wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* @ メイン
 * ------------------------------------------------------------ */
.l-main {
  width: 100%;
  overflow: hidden;
}
/* @ コンテンツ
 * ------------------------------------------------------------ */
/* @ フッタ レイアウト
 * ------------------------------------------------------------ */
.l-footer {
  width: 90%;
  padding: 13.3333333333vw 0 6.6666666667vw;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-footer {
    padding: 80px 0 25px;
  }
}
.l-footer-company {
  position: relative;
  padding-bottom: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
  font-size: 3.2vw;
}
.l-footer-company::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 9.6vw;
  height: 1px;
  content: "";
  background-color: #ccc;
  transform: translateX(-18px);
}
.l-footer-company a {
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .l-footer-company {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 0.8571428571rem;
  }
  .l-footer-company::after {
    width: 36px;
  }
  .l-footer-company a {
    font-size: 1rem;
  }
}
.l-footer-privacy {
  padding-bottom: 10.6666666667vw;
  font-size: 3.2vw;
}
.l-footer-privacy a {
  color: #333;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .l-footer-privacy {
    padding-bottom: 60px;
    font-size: 0.8571428571rem;
  }
  .l-footer-privacy a {
    font-size: 0.8571428571rem;
  }
}
.l-footer-copyright {
  padding-top: 5.3333333333vw;
  font-size: 3.2vw;
  letter-spacing: 0.117em;
  border-top: 1px solid #a6a6a6;
}
@media only screen and (min-width: 768px) {
  .l-footer-copyright {
    width: 1160px;
    padding-top: 40px;
    margin: 0 auto;
    font-size: 0.8571428571rem;
    letter-spacing: 0.15em;
  }
}
.l-footer-button {
  position: relative;
  display: block;
  width: 64vw;
  margin: 4vw auto 0;
  font-size: 4.2666666667vw;
  line-height: 13.3333333333vw;
  color: #fff;
  text-align: center;
  background-color: #f28d18;
  border-radius: 999px;
}
.l-footer-button::after {
  position: absolute;
  top: 50%;
  right: 6.6666666667vw;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  content: "";
  border: 0.5333333333vw solid;
  border-color: #fff #fff transparent transparent;
  transform: translateY(-50%) rotate(45deg);
}
.l-footer-button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.75;
}
.l-footer-button--campany {
  background-color: #57b3f2;
}
@media only screen and (min-width: 768px) {
  .l-footer-button {
    width: 240px;
    margin: 15px auto 0;
    font-size: 16px;
    line-height: 50px;
  }
  .l-footer-button::after {
    right: 25px;
    width: 10px;
    height: 10px;
    content: "";
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
  }
}
.l-footer-tel {
  padding-bottom: 13.3333333333vw;
  font-size: 4.8vw;
  border-bottom: 0.2666666667vw solid #a6a6a6;
}
.l-footer-tel__inner {
  padding: 6.6666666667vw 0 4vw;
  letter-spacing: 0;
  background-color: #ffdc32;
  border-radius: 1.8666666667vw;
}
.l-footer-tel__title {
  font-weight: 900;
}
.l-footer-tel__number {
  width: 80%;
  margin-top: 4vw;
}
.l-footer-tel__text01 {
  margin-top: 4vw;
  font-size: 2.6666666667vw;
}
.l-footer-tel__text01 span {
  font-size: 3.7333333333vw;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .l-footer-tel {
    padding-bottom: 70px;
    margin-bottom: 50px;
    font-size: 1.4285714286rem;
    border-bottom-width: 1px;
  }
  .l-footer-tel__inner {
    padding: 25px 0 15px;
    border-radius: 7px;
  }
  .l-footer-tel__number {
    width: 274px;
    margin-top: 15px;
  }
  .l-footer-tel__text01 {
    margin-top: 15px;
    font-size: 11px;
  }
  .l-footer-tel__text01 span {
    font-size: 16px;
  }
}

/* @ ヘッダ レイアウト
 * ------------------------------------------------------------ */
.l-header {
  padding: 14.6666666667vw 0 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-header {
    padding: 80px 0 25px;
  }
}
.apply .l-header .white, .law .l-header .white {
  display: none;
}
.apply--complet .l-header .blue {
  display: none;
}
.l-header__serviceName {
  margin-top: 2.6666666667vw;
  font-size: 1.4285714286rem;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) {
  .l-header__serviceName {
    margin-top: 15px;
    font-size: 32px;
  }
}
.l-header__serviceName span {
  font-size: 0.7142857143rem;
}
@media only screen and (min-width: 768px) {
  .l-header__serviceName span {
    font-size: 14px;
  }
}
.apply .l-header__serviceName, .law .l-header__serviceName {
  color: #da5093;
}
.apply--complet .l-header__serviceName {
  margin-bottom: 61.3333333333vw;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .apply--complet .l-header__serviceName {
    margin-bottom: 350px;
  }
}

.l-header__inner {
  text-align: center;
}
.l-header__link {
  display: block;
  transition: all 0.3s ease;
}

.l-header__link:hover {
  text-decoration: none;
}

.l-header__logo {
  display: block;
  max-width: 53.333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .l-header__logo {
    max-width: 320px;
  }
}

/* @ アサイド レイアウト
 * ------------------------------------------------------------ */
.l-aside__logo, .l-aside__qrcode {
  display: none;
}
@media only screen and (min-width: 768px) {
  .l-aside__logo, .l-aside__qrcode {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100vw - 464px) / 2);
    height: 100vh;
    padding: 50px 15px;
    overflow: hidden;
  }
  .l-aside__logo img, .l-aside__qrcode img {
    width: 100%;
    max-width: 500px;
  }
  .l-aside__logo img[src$=".svg"], .l-aside__qrcode img[src$=".svg"] {
    position: fixed;
    top: 50px;
    left: 40px;
    width: 180px;
    max-width: calc((100vw - 464px) / 2 - 80px);
  }
}
@media only screen and (min-width: 768px) {
  .l-aside__qrcode {
    right: 0;
    left: auto;
    text-align: center;
  }
  .l-aside__qrcode img {
    max-width: 132px;
    margin-bottom: 15px;
  }
}

/* ==========================================================================
   ボタン
   ========================================================================== */
.e-button {
  position: relative;
  display: block;
  width: 90vw;
  margin: 0 auto;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 14.9333333333vw;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #fb4a4a;
  border-radius: 100vh;
  transition: all 0.5s ease;
}
.e-button::after {
  position: absolute;
  top: 50%;
  right: 6.6666666667vw;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  content: "";
  border: 0.5333333333vw solid;
  border-color: #fff #fff transparent transparent;
  transform: translateY(-50%) rotate(45deg);
}
.e-button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.75;
}
.e-button span {
  font-size: 4.2666666667vw;
}
.e-button span span {
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .e-button span {
    font-size: 1.1428571429rem;
  }
  .e-button span span {
    font-size: 0.8571428571rem;
  }
}
.e-button input {
  width: 90vw;
  line-height: 14.9333333333vw;
  color: #fff;
  background-color: transparent;
  border: none;
}
@media only screen and (min-width: 768px) {
  .e-button input {
    width: 100%;
    line-height: 56px;
  }
}
.e-button--blue01 {
  background-color: #6d9bcc;
}
.e-button--blue02 {
  background-color: #0075b6;
}
.e-button--lightblue01 {
  background-color: #00aeeb;
}
.e-button--pink01 {
  background-color: #da5093;
}
.e-button--pink02 {
  background-color: #e3007f;
}
.e-button--orange01 {
  background-color: #f5a200;
}
.e-button--green01 {
  background-color: #4cb79c;
}
.e-button--purple01 {
  background-color: #7c5a9e;
}
@media only screen and (min-width: 768px) {
  .e-button {
    width: 340px;
    margin: 0 auto;
    font-size: 1.2857142857rem;
    line-height: 56px;
  }
  .e-button::after {
    right: 25px;
    width: 10px;
    height: 10px;
    content: "";
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
  }
}
.e-button--down::after {
  transform: translateY(-60%) rotate(135deg);
}
.e-button--up::after {
  transform: translateY(-30%) rotate(315deg);
}
@media only screen and (min-width: 768px) {
  .e-button--long {
    width: 340px;
  }
}
.e-button--short {
  width: 65vw;
}
@media only screen and (min-width: 768px) {
  .e-button--short {
    width: 240px;
  }
}
.e-button--low {
  font-size: 3.7333333333vw;
  line-height: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .e-button--low {
    font-size: 1rem;
    line-height: 40px;
  }
}
.e-button--2line {
  padding: 8px 0;
  line-height: 1.1;
}

/* ==========================================================================
   タイトル
   ========================================================================== */
/* office */
/* message */
/* interview */
/* ==========================================================================
   テキスト
   ========================================================================== */
.e-text-box p {
  margin-bottom: 16px;
}
.e-text-box :last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   フォーム
   ========================================================================== */
.mailform {
  margin: 16vw 0 0;
}
@media only screen and (min-width: 768px) {
  .mailform {
    width: 828px;
    margin: 95px auto 0;
  }
}
.mailform h1 {
  text-align: center;
}
.mailform h1 img {
  width: 80vw;
}
@media only screen and (min-width: 768px) {
  .mailform h1 img {
    width: 354px;
  }
}
.mailform__title {
  padding: 4vw;
  margin-top: 6.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #f5f5f5;
}
.mailform__title span {
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mailform__title {
    padding: 15px 0;
    margin-top: 25px;
    font-size: 1.2857142857rem;
  }
  .mailform__title span {
    font-size: 0.8571428571rem;
  }
}
.mailform__catch {
  margin: 8vw 0;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .mailform__catch {
    margin: 50px 0;
    font-size: 1.2857142857rem;
  }
}
.mailform__inner {
  margin: 0 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mailform__inner {
    width: 484px;
    margin: 0 auto;
  }
}
.mailform .mailform-item {
  margin-top: 8vw;
}
@media only screen and (min-width: 768px) {
  .mailform .mailform-item {
    margin-top: 30px;
  }
}
.mailform .mailform-item label:not(:has(input[type=checkbox])), .mailform .mailform-item__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mailform .mailform-item label:has(input[type=checkbox]) {
  font-size: 3.7333333333vw;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .mailform .mailform-item label:has(input[type=checkbox]) {
    font-size: 1rem;
  }
}
.mailform .mailform-item__title {
  margin-bottom: 5px;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
.mailform .mailform-item__title span {
  font-size: 3.4666666667vw;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .mailform .mailform-item__title {
    font-size: 1.1428571429rem;
  }
  .mailform .mailform-item__title span {
    font-size: 0.9285714286rem;
  }
}
.mailform .mailform-item__required {
  color: #fb4a4a;
}
@media only screen and (min-width: 768px) {
  .mailform .mailform-item__required {
    font-size: 0.8571428571rem;
  }
}
.mailform .mailform-item__header {
  margin-bottom: 2.6666666667vw;
  border-bottom: 0.8vw solid #e6e6e6;
}
@media only screen and (min-width: 768px) {
  .mailform .mailform-item__header {
    margin-bottom: 10px;
    border-bottom: 3px solid #e6e6e6;
  }
}
.mailform .mailform-item__radio {
  margin: 0 0 8vw 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mailform .mailform-item__radio {
    margin: 0 0 30px 25px;
  }
}
.mailform .mailform-item__radio label {
  display: inline-block;
}
.mailform .mailform-item__radio label.closed, .mailform .mailform-item__radio label.full {
  position: relative;
  pointer-events: none;
  cursor: default;
}
.mailform .mailform-item__radio label.closed::before, .mailform .mailform-item__radio label.full::before {
  position: absolute;
  top: 50%;
  left: -3px;
  z-index: 100;
  width: calc(100% + 2px);
  height: 1px;
  content: "";
  background-color: #000;
  opacity: 1;
}
.mailform .mailform-item__radio label.closed::after, .mailform .mailform-item__radio label.full::after {
  position: relative;
  z-index: 150;
  padding-left: 0.5em;
  color: #fb4a4a;
  content: "終了";
  background-color: #fff;
  opacity: 1;
}
.mailform .mailform-item__radio label.closed input[type=radio] + span, .mailform .mailform-item__radio label.full input[type=radio] + span {
  opacity: 0.5;
}
.mailform .mailform-item__radio label.closed input[type=radio] + span::before, .mailform .mailform-item__radio label.full input[type=radio] + span::before {
  background-color: #fff;
  border: solid 3px #e6e6e6;
  box-shadow: none;
}
.mailform .mailform-item__radio label.full::after {
  content: "満員";
}
.mailform .mailform-item__textarea {
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.mailform .mailform-item__link {
  display: flex;
  justify-content: center;
  margin: 13.3333333333vw 0 8vw;
  line-height: 1.1;
}
.mailform .mailform-item__link a {
  color: #333;
}
.mailform .mailform-item__link a:nth-child(n+2) {
  padding-left: 1em;
  margin-left: 1em;
  border-left: 1px solid #6d9bcc;
}
@media only screen and (min-width: 768px) {
  .mailform .mailform-item__link {
    margin: 50px 0 30px;
  }
}
.mailform .mailform-item__checkbox {
  margin-bottom: 13.3333333333vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .mailform .mailform-item__checkbox {
    margin-bottom: 50px;
  }
}

/* Contact Form 7 */
div.screen-reader-response {
  display: none;
}

.wpcf7 form .wpcf7-list-item {
  margin: 0 !important;
}

/* CF7チェックボックスとラジオボタンを縦並びに */
span.wpcf7-list-item {
  display: block;
  margin-top: 5px;
}

.wpcf7-not-valid-tip {
  font-size: 1rem;
  color: #fb4a4a;
}

.wpcf7 form .wpcf7-spinner {
  position: absolute !important;
  bottom: -30px;
  left: 50%;
  transform: translateX(calc(50% - 12.8vw));
}
@media only screen and (min-width: 768px) {
  .wpcf7 form .wpcf7-spinner {
    transform: translateX(calc(50% - 48px));
  }
}

.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 1px solid #fb4a4a;
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0.2em 0.5em !important;
  margin: 6.6666666667vw 0 0 !important;
  text-align: center;
  background-color: #fff !important;
  border: 0.8vw solid #e6e6e6 !important;
}
@media only screen and (min-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    max-width: 828px;
    margin: 50px auto 0 !important;
    border: 3px solid #e6e6e6 !important;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #4cb79c !important;
  border-color: #4cb79c !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #eed86b !important;
  border-color: #eed86b !important;
}

.wpcf7 form.spam .wpcf7-response-output {
  color: #f5a200 !important;
  border-color: #f5a200 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #fb4a4a !important;
  border-color: #fb4a4a !important;
}

.apply--complet .mailform {
  width: 100%;
}

/* ==========================================================================
    LP01
  ========================================================================== */
.l-main--lp-2025-01 {
  text-align: center;
  background-color: #faf9f5;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-01 {
    min-width: 1032px;
  }
  .l-main--lp-2025-01 img {
    max-width: 1160px;
  }
}
.l-main--lp-2025-01 + footer {
  padding-bottom: 32vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-01 + footer {
    padding-bottom: 25px;
  }
}
.l-main--lp-2025-01 picture {
  display: block;
}
.l-main--lp-2025-01 .mv {
  position: relative;
}
.l-main--lp-2025-01 .mv__header {
  position: relative;
  padding: 21.3333333333vw 0 12vw;
  background: url("/assets/img/lp/2025_01/mv_bg01_sp.jpg") no-repeat center top/100% auto;
}
.l-main--lp-2025-01 .mv__header picture img {
  width: 62.4vw;
}
.l-main--lp-2025-01 .mv__header picture:nth-of-type(1) {
  margin-bottom: 8vw;
}
.l-main--lp-2025-01 .mv__header picture:nth-of-type(2) img {
  width: 84.8vw;
}
.l-main--lp-2025-01 .mv__header h1 {
  margin-bottom: 13.3333333333vw;
}
.l-main--lp-2025-01 .mv__header h1 img {
  width: 26.4vw;
}
.l-main--lp-2025-01 .mv__body {
  padding: 9.3333333333vw 0 0;
}
.l-main--lp-2025-01 .mv__body img {
  width: 76.8vw;
}
.l-main--lp-2025-01 .mv__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw 0;
  margin: 10.6666666667vw 0;
}
.l-main--lp-2025-01 .mv__btn--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  padding: 5.3333333333vw 4vw;
  margin: 0;
  background-color: #f2eeda;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-01 .mv__header {
    height: 816px;
    padding: 100px 0 90px;
    background: url("/assets/img/lp/2025_01/mv_bg01.jpg") no-repeat center center/cover;
  }
  .l-main--lp-2025-01 .mv__header picture img {
    width: 592px;
  }
  .l-main--lp-2025-01 .mv__header picture:nth-of-type(1) {
    margin-bottom: 40px;
  }
  .l-main--lp-2025-01 .mv__header picture:nth-of-type(2) {
    margin-left: 15px;
  }
  .l-main--lp-2025-01 .mv__header picture:nth-of-type(2) img {
    width: 612px;
  }
  .l-main--lp-2025-01 .mv__header h1 {
    margin-bottom: 65px;
  }
  .l-main--lp-2025-01 .mv__header h1 img {
    width: 119px;
  }
  .l-main--lp-2025-01 .mv__body {
    padding: 45px 0 1px;
  }
  .l-main--lp-2025-01 .mv__btn {
    justify-content: space-between;
    width: 704px;
    margin: 45px auto;
  }
  .l-main--lp-2025-01 .mv__btn a {
    margin: 0;
  }
  .l-main--lp-2025-01 .mv__btn--fixed {
    inset: 50px 0 auto auto;
    width: 178px !important;
    padding: 0;
    margin-top: 0;
    background-color: initial;
    border: none;
    box-shadow: none;
  }
  .l-main--lp-2025-01 .mv__btn--fixed .e-button {
    width: 178px;
    border-radius: 100vh 0 0 100vh;
  }
}
.l-main--lp-2025-01 .recommend {
  position: relative;
  padding: 17.3333333333vw 2.1333333333vw 10.6666666667vw;
  background: url("/assets/img/lp/2025_01/recommend_bg01_sp.png") no-repeat center center/cover;
}
.l-main--lp-2025-01 .recommend::after {
  position: absolute;
  right: 0;
  bottom: -7.4666666667vw;
  left: 0;
  width: 13.8666666667vw;
  height: 7.4666666667vw;
  margin: auto;
  content: "";
  background: url("/assets/img/lp/2025_01/recommend_bg02.png") no-repeat center center/13.8666666667vw 7.7333333333vw;
}
.l-main--lp-2025-01 .recommend__header {
  margin-bottom: 8vw;
}
.l-main--lp-2025-01 .recommend__header img {
  width: 66.1333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-01 .recommend {
    padding: 70px 0 80px;
    margin-bottom: 28px;
    background: url("/assets/img/lp/2025_01/recommend_bg01.png") no-repeat center center/cover;
  }
  .l-main--lp-2025-01 .recommend::after {
    bottom: -28px;
    width: 52px;
    height: 29px;
    background: url("/assets/img/lp/2025_01/recommend_bg02.png") no-repeat center center/52px 29px;
  }
  .l-main--lp-2025-01 .recommend__header {
    margin-bottom: 35px;
  }
  .l-main--lp-2025-01 .recommend__header img {
    width: 500px;
  }
}
.l-main--lp-2025-01 .solution {
  position: relative;
  z-index: 1;
  padding: 18.6666666667vw 0 0;
  background: url("/assets/img/lp/2025_01/solution_bg01_sp.png") no-repeat center top/100%;
}
.l-main--lp-2025-01 .solution__header {
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-01 .solution__header img {
  width: 74.6666666667vw;
}
.l-main--lp-2025-01 .solution__body h3 {
  margin-bottom: 4vw;
}
.l-main--lp-2025-01 .solution__body h3 img {
  width: 50.4vw;
}
.l-main--lp-2025-01 .solution__body h3:nth-of-type(2) img {
  width: 42.9333333333vw;
}
.l-main--lp-2025-01 .solution__body > picture {
  margin-bottom: 13.3333333333vw;
}
.l-main--lp-2025-01 .solution__body > picture img {
  max-width: 76.2666666667vw;
}
.l-main--lp-2025-01 .solution__borderBox01 {
  width: 96vw;
  padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
  margin: 0 auto 6.6666666667vw;
  background-color: #fff;
  border: 1.0666666667vw solid #d0d7ea;
  border-radius: 4.2666666667vw;
  box-shadow: 1.0666666667vw 1.0666666667vw 1.3333333333vw rgba(0, 0, 0, 0.05);
}
.l-main--lp-2025-01 .solution__borderBox01 h3 img {
  width: 82.1333333333vw;
}
.l-main--lp-2025-01 .solution__borderBox01 > picture {
  margin-bottom: 4vw;
}
.l-main--lp-2025-01 .solution__borderBox01 > picture:nth-of-type(2) {
  margin-bottom: 0;
}
.l-main--lp-2025-01 .solution__borderBox02 {
  width: 90.6666666667vw;
  padding: 1px 6.6666666667vw 8vw;
  margin: 0 auto 12vw;
  background-color: #d0d7ea;
  border-radius: 4.2666666667vw;
}
.l-main--lp-2025-01 .solution__borderBox02 h3 {
  margin: -4.2666666667vw 0 6.6666666667vw;
}
.l-main--lp-2025-01 .solution__borderBox02 h3 img {
  width: 42.6666666667vw;
}
.l-main--lp-2025-01 .solution__borderBox02 > picture {
  margin-bottom: 6.6666666667vw;
}
.l-main--lp-2025-01 .solution__borderBox02 > picture img {
  width: 69.3333333333vw;
}
.l-main--lp-2025-01 .solution__borderBox02 > picture:nth-of-type(2) {
  margin-bottom: 0;
}
.l-main--lp-2025-01 .solution__video {
  margin-bottom: 6.6666666667vw;
}
.l-main--lp-2025-01 .solution__video-wrap {
  position: relative;
  width: 100%;
  /* 16:9 -> padding-top: 56.25% */
  padding-top: 56.25%;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
}
.l-main--lp-2025-01 .solution__video-wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-main--lp-2025-01 .solution__icon01 {
  width: 12vw;
  margin-bottom: 12vw;
}
.l-main--lp-2025-01 .solution__btn {
  margin: 0 0 12vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-01 .solution {
    padding: 70px 0 90px;
    background: url("/assets/img/lp/2025_01/solution_bg01.png") no-repeat center top 90px/1615px auto;
  }
  .l-main--lp-2025-01 .solution__header {
    margin-bottom: 60px;
  }
  .l-main--lp-2025-01 .solution__header img {
    width: 350px;
  }
  .l-main--lp-2025-01 .solution__body h3 {
    margin-bottom: 15px;
  }
  .l-main--lp-2025-01 .solution__body h3 img {
    width: 468px;
  }
  .l-main--lp-2025-01 .solution__body h3:nth-of-type(2) img {
    width: 350px;
  }
  .l-main--lp-2025-01 .solution__body > picture {
    margin-bottom: 55px;
  }
  .l-main--lp-2025-01 .solution__body > picture img {
    max-width: 1160px;
  }
  .l-main--lp-2025-01 .solution__body > picture:nth-of-type(2) {
    margin-bottom: 100px;
  }
  .l-main--lp-2025-01 .solution__borderBox01 {
    width: 888px;
    padding: 25px 47px;
    margin: 0 auto 30px;
    border: 4px solid #d0d7ea;
    border-radius: 16px;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.05);
  }
  .l-main--lp-2025-01 .solution__borderBox01 h3 img {
    width: 527px;
  }
  .l-main--lp-2025-01 .solution__borderBox01 > picture {
    margin-bottom: 20px;
  }
  .l-main--lp-2025-01 .solution__borderBox01 > picture img {
    width: 640px;
  }
  .l-main--lp-2025-01 .solution__borderBox01 > picture:nth-of-type(2) {
    margin-bottom: 0;
  }
  .l-main--lp-2025-01 .solution__borderBox01 > picture:nth-of-type(2) img {
    width: 784px;
  }
  .l-main--lp-2025-01 .solution__borderBox02 {
    width: 1260px;
    padding: 1px 50px 40px;
    margin: 0 auto;
    border-radius: 16px;
  }
  .l-main--lp-2025-01 .solution__borderBox02 h3 {
    margin: -16px 0 35px;
  }
  .l-main--lp-2025-01 .solution__borderBox02 h3 img {
    width: 160px;
  }
  .l-main--lp-2025-01 .solution__borderBox02 > picture {
    margin-bottom: 30px;
  }
  .l-main--lp-2025-01 .solution__borderBox02 > picture img {
    width: 557px;
  }
  .l-main--lp-2025-01 .solution__borderBox02 > picture:nth-of-type(2) {
    margin-bottom: 0;
  }
  .l-main--lp-2025-01 .solution__borderBox02 > picture:nth-of-type(2) img {
    width: 1164px;
  }
  .l-main--lp-2025-01 .solution__video {
    width: 640px;
    margin: 0 auto 30px;
  }
  .l-main--lp-2025-01 .solution__icon01 {
    width: 45px;
    margin-bottom: 45px;
  }
  .l-main--lp-2025-01 .solution__btn {
    margin: 0 0 50px;
  }
}
.l-main--lp-2025-01 .price {
  padding: 14.6666666667vw 2.6666666667vw 10.6666666667vw;
  background-color: #f2eeda;
}
.l-main--lp-2025-01 .price__header img {
  width: 75.2vw;
  margin-bottom: 8vw;
}
.l-main--lp-2025-01 .price__body > picture {
  margin-bottom: 5.3333333333vw;
}
.l-main--lp-2025-01 .price__body > picture:nth-of-type(2) {
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-01 .price__body > picture:nth-of-type(3) {
  margin-bottom: 0;
}
.l-main--lp-2025-01 .price__list {
  display: flex;
  flex-direction: column;
  gap: 6.6666666667vw 0;
}
.l-main--lp-2025-01 .price__list li {
  position: relative;
  padding: 6.6666666667vw 5.3333333333vw;
  background-color: #fff;
  border: 0.5333333333vw solid #ffc800;
  border-radius: 2.1333333333vw;
}
.l-main--lp-2025-01 .price__list li.oneyear {
  margin-top: 19.4666666667vw;
  background-color: #ffffeb;
  border: 0.5333333333vw solid #f5a200;
  box-shadow: 0 0 0 0.5333333333vw rgb(254, 160, 0);
}
.l-main--lp-2025-01 .price__list li img {
  width: 100%;
}
.l-main--lp-2025-01 .price__borderBox01 {
  padding: 6.6666666667vw 5.3333333333vw 1px;
  margin: 9.3333333333vw auto 0;
  background-color: #fff;
  border-radius: 1.0666666667vw;
}
.l-main--lp-2025-01 .price__text01 {
  padding-left: 1em;
  margin-top: 2.6666666667vw;
  font-size: 2.6666666667vw;
  text-align: center;
  text-indent: -1em;
}
.l-main--lp-2025-01 .price__btn {
  margin: 6.6666666667vw 0;
}
.l-main--lp-2025-01 .price__btn a {
  max-width: 100%;
}
.l-main--lp-2025-01 .price__icon01 {
  position: absolute;
  top: -20vw;
  left: 50%;
  width: 78.9333333333vw;
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-01 .price {
    padding: 45px 0 55px;
  }
  .l-main--lp-2025-01 .price__header img {
    width: 890px;
    margin-bottom: 30px;
  }
  .l-main--lp-2025-01 .price__body > picture {
    margin-bottom: 35px;
  }
  .l-main--lp-2025-01 .price__body > picture:nth-of-type(2) {
    margin-bottom: 50px;
  }
  .l-main--lp-2025-01 .price__body > picture:nth-of-type(3) {
    margin-bottom: 0;
  }
  .l-main--lp-2025-01 .price__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1160px;
    margin: 0 auto;
  }
  .l-main--lp-2025-01 .price__list li {
    width: 362px;
    padding: 30px 29px;
    border: 2px solid #ffc800;
    border-radius: 8px;
  }
  .l-main--lp-2025-01 .price__list li.oneyear {
    margin-top: 0;
    border: 2px solid #f5a200;
    box-shadow: 0 0 0 2px rgb(254, 160, 0);
  }
  .l-main--lp-2025-01 .price__list li img {
    width: 100%;
  }
  .l-main--lp-2025-01 .price__borderBox01 {
    width: 1160px;
    padding: 30px 40px 1px;
    margin: 55px auto 0;
    border-radius: 4px;
  }
  .l-main--lp-2025-01 .price__borderBox01 img {
    width: 100%;
  }
  .l-main--lp-2025-01 .price__text01 {
    margin-top: 10px;
    font-size: 0.9285714286rem;
    text-align: center;
  }
  .l-main--lp-2025-01 .price__btn {
    margin: 25px 0;
  }
  .l-main--lp-2025-01 .price__icon01 {
    top: -89px;
    width: 216px;
  }
}
.l-main--lp-2025-01 .step {
  padding: 13.3333333333vw 4.5333333333vw 10.6666666667vw;
}
.l-main--lp-2025-01 .step__header img {
  width: 62.4vw;
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-01 .step {
    padding: 80px 0 65px;
  }
  .l-main--lp-2025-01 .step__header img {
    width: 626px;
    margin-bottom: 40px;
  }
  .l-main--lp-2025-01 .step__body > picture img {
    width: 1186px;
  }
}
.l-main--lp-2025-01 .make {
  padding: 16vw 12.8vw 0;
  background-color: #e6e7eb;
}
.l-main--lp-2025-01 .make__header img {
  width: 68.2666666667vw;
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-01 .make__body > picture {
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-01 .make__body > picture:nth-of-type(2) {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-01 .make {
    padding: 80px 0 0;
  }
  .l-main--lp-2025-01 .make__header img {
    width: 742px;
    margin-bottom: 40px;
  }
  .l-main--lp-2025-01 .make__body > picture {
    margin-bottom: 40px;
  }
  .l-main--lp-2025-01 .make__body > picture:nth-of-type(2) img {
    width: 580px;
  }
}
.l-main--lp-2025-01 .voice {
  padding: 16vw 2.1333333333vw 10.6666666667vw;
  background-color: #fff;
}
.l-main--lp-2025-01 .voice__header img {
  width: 55.2vw;
  margin-bottom: 16vw;
}
.l-main--lp-2025-01 .voice__body > picture {
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-01 .voice__body > picture:nth-of-type(2) img {
  width: 90.6666666667vw;
}
.l-main--lp-2025-01 .voice__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw 0;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-01 .voice {
    padding: 80px 0 50px;
  }
  .l-main--lp-2025-01 .voice__header img {
    width: 624px;
    margin-bottom: 40px;
  }
  .l-main--lp-2025-01 .voice__body > picture {
    margin-bottom: 40px;
  }
  .l-main--lp-2025-01 .voice__body > picture img {
    width: 1128px;
  }
  .l-main--lp-2025-01 .voice__body > picture:nth-of-type(2) img {
    width: 720px;
  }
  .l-main--lp-2025-01 .voice__btn {
    justify-content: space-between;
    width: 704px;
    margin: 0 auto;
  }
  .l-main--lp-2025-01 .voice__btn a {
    margin: 0;
  }
}
.l-main--lp-2025-01 .salon {
  padding: 21.3333333333vw 4.8vw 13.3333333333vw;
}
.l-main--lp-2025-01 .salon__header {
  margin: -4.2666666667vw 0 5.3333333333vw;
}
.l-main--lp-2025-01 .salon__header img {
  width: 42.6666666667vw;
}
.l-main--lp-2025-01 .salon__body > picture {
  margin-bottom: 4vw;
}
.l-main--lp-2025-01 .salon__body > picture img {
  width: 85.3333333333vw;
}
.l-main--lp-2025-01 .salon__body > picture:nth-of-type(2) {
  margin: 0;
}
.l-main--lp-2025-01 .salon__body > picture:nth-of-type(2) img {
  width: 76.2666666667vw;
}
.l-main--lp-2025-01 .salon__borderBox01 {
  padding: 1px 2.6666666667vw 8vw;
  margin: 0 auto;
  background-color: #d0d7ea;
  border-radius: 4.2666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-01 .salon {
    padding: 90px 0;
  }
  .l-main--lp-2025-01 .salon__header {
    margin: -16px 0 0;
  }
  .l-main--lp-2025-01 .salon__header img {
    width: 160px;
  }
  .l-main--lp-2025-01 .salon__body > picture {
    margin: -45px 0 25px;
  }
  .l-main--lp-2025-01 .salon__body > picture img {
    width: 100%;
  }
  .l-main--lp-2025-01 .salon__body > picture:nth-of-type(2) {
    margin: 0;
  }
  .l-main--lp-2025-01 .salon__body > picture:nth-of-type(2) img {
    width: 100%;
  }
  .l-main--lp-2025-01 .salon__borderBox01 {
    width: 1260px;
    padding: 1px 50px 35px;
    margin: 0 auto;
    border-radius: 16px;
  }
}
.l-main--lp-2025-01 .premiumplan {
  padding: 13.3333333333vw 4.8vw 10.6666666667vw;
  background: url("/assets/img/lp/2025_01/premiumplan_bg01_sp.png") no-repeat center center/cover;
}
.l-main--lp-2025-01 .premiumplan__header {
  margin-bottom: 8vw;
}
.l-main--lp-2025-01 .premiumplan__header img {
  width: 69.3333333333vw;
}
.l-main--lp-2025-01 .premiumplan__body > picture {
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-01 .premiumplan__body > picture img {
  width: 73.0666666667vw;
}
.l-main--lp-2025-01 .premiumplan__body > picture:nth-of-type(2) img {
  width: 100%;
}
.l-main--lp-2025-01 .premiumplan__btn {
  color: #fff;
}
.l-main--lp-2025-01 .premiumplan__btn a {
  margin: 2.6666666667vw auto 0.8vw;
}
.l-main--lp-2025-01 .premiumplan__btn span {
  font-size: 4.2666666667vw;
}
.l-main--lp-2025-01 .premiumplan__btn span span {
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-01 .premiumplan {
    padding: 60px 0 50px;
    background: url("/assets/img/lp/2025_01/premiumplan_bg01.png") no-repeat center center/cover;
  }
  .l-main--lp-2025-01 .premiumplan__header {
    margin-bottom: 30px;
  }
  .l-main--lp-2025-01 .premiumplan__header img {
    width: 347px;
  }
  .l-main--lp-2025-01 .premiumplan__body > picture {
    margin-bottom: 40px;
  }
  .l-main--lp-2025-01 .premiumplan__body > picture img {
    width: 822px;
  }
  .l-main--lp-2025-01 .premiumplan__body > picture:nth-of-type(2) {
    margin-bottom: 40px;
  }
  .l-main--lp-2025-01 .premiumplan__body > picture:nth-of-type(2) img {
    width: 1160px;
  }
  .l-main--lp-2025-01 .premiumplan__btn a {
    margin: 10px auto 3px;
  }
  .l-main--lp-2025-01 .premiumplan__btn span {
    font-size: 1.1428571429rem;
  }
  .l-main--lp-2025-01 .premiumplan__btn span span {
    font-size: 0.8571428571rem;
  }
}
.l-main--lp-2025-01 .message {
  padding: 21.3333333333vw 0;
}
.l-main--lp-2025-01 .message__header picture {
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-01 .message__header picture img {
  width: 51.2vw;
}
.l-main--lp-2025-01 .message__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw 0;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-01 .message {
    padding: 100px 0;
  }
  .l-main--lp-2025-01 .message__header picture {
    margin-bottom: 40px;
  }
  .l-main--lp-2025-01 .message__header picture img {
    width: 656px;
  }
  .l-main--lp-2025-01 .message__btn {
    justify-content: space-between;
    width: 704px;
    margin: 0 auto;
  }
  .l-main--lp-2025-01 .message__btn a {
    margin: 0;
  }
}
.l-main--lp-2025-01 .partner {
  padding: 10.6666666667vw 4.8vw;
  background-color: #e6e7eb;
}
.l-main--lp-2025-01 .partner__header {
  margin-bottom: 5.3333333333vw;
}
.l-main--lp-2025-01 .partner__header img {
  width: 45.8666666667vw;
}
.l-main--lp-2025-01 .partner__body > picture {
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-01 .partner__btn a {
  margin: 2.6666666667vw auto 0.8vw;
}
.l-main--lp-2025-01 .partner__btn span {
  font-size: 4.2666666667vw;
}
.l-main--lp-2025-01 .partner__btn span span {
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-01 .partner {
    padding: 55px 0 35px;
  }
  .l-main--lp-2025-01 .partner__header {
    margin-bottom: 30px;
  }
  .l-main--lp-2025-01 .partner__header img {
    width: 630px;
  }
  .l-main--lp-2025-01 .partner__body > picture {
    margin-bottom: 25px;
  }
  .l-main--lp-2025-01 .partner__body > picture img {
    width: 765px;
  }
  .l-main--lp-2025-01 .partner__btn a {
    margin: 10px auto 3px;
  }
  .l-main--lp-2025-01 .partner__btn span {
    font-size: 1.1428571429rem;
  }
  .l-main--lp-2025-01 .partner__btn span span {
    font-size: 0.8571428571rem;
  }
}

/* ==========================================================================
    LP01
  ========================================================================== */
.l-main--lp-2025-02 {
  text-align: center;
  background-color: #faf9f5;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-02 {
    min-width: 1032px;
  }
  .l-main--lp-2025-02 img {
    max-width: 1160px;
  }
}
.l-main--lp-2025-02 + footer {
  padding-bottom: 32vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-02 + footer {
    padding-bottom: 25px;
  }
}
.l-main--lp-2025-02 picture {
  display: block;
}
.l-main--lp-2025-02 .mv {
  position: relative;
}
.l-main--lp-2025-02 .mv__header {
  position: relative;
  padding: 14.6666666667vw 8vw 60vw;
  text-align: left;
  background: url("/assets/img/lp/2025_02/mv_bg01_sp.jpg") no-repeat center top/100% auto;
}
.l-main--lp-2025-02 .mv__header picture img {
  width: 83.4666666667vw;
}
.l-main--lp-2025-02 .mv__header picture:nth-of-type(2) {
  margin-top: 6.6666666667vw;
}
.l-main--lp-2025-02 .mv__header picture:nth-of-type(2) img {
  width: 79.2vw;
}
.l-main--lp-2025-02 .mv__header h1 {
  position: absolute;
  right: 6.6666666667vw;
  bottom: 22.1333333333vw;
}
.l-main--lp-2025-02 .mv__header h1 img {
  width: 16.8vw;
}
.l-main--lp-2025-02 .mv__body {
  padding: 10.6666666667vw 7.3333333333vw;
}
.l-main--lp-2025-02 .mv__body img {
  width: 76.8vw;
}
.l-main--lp-2025-02 .mv__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw 0;
  margin: 10.6666666667vw 0;
}
.l-main--lp-2025-02 .mv__btn--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: block;
  width: 100%;
  padding: 5.3333333333vw 4vw;
  margin: 0;
  background-color: #f2eeda;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.l-main--lp-2025-02 .mv__link {
  position: absolute;
  bottom: 13.3333333333vw;
  left: 5.3333333333vw;
}
.l-main--lp-2025-02 .mv__link img {
  display: block;
  width: 38.4vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-02 .mv__header {
    height: 816px;
    padding: 150px 0 110px;
    background: url("/assets/img/lp/2025_02/mv_bg01.jpg") no-repeat center center/cover;
  }
  .l-main--lp-2025-02 .mv__header > div {
    position: relative;
    width: 834px;
    margin: 0 auto;
  }
  .l-main--lp-2025-02 .mv__header picture img {
    width: 652px;
  }
  .l-main--lp-2025-02 .mv__header picture:nth-of-type(2) {
    margin-top: 50px;
  }
  .l-main--lp-2025-02 .mv__header picture:nth-of-type(2) img {
    width: 537px;
  }
  .l-main--lp-2025-02 .mv__header h1 {
    position: absolute;
    top: 140px;
    left: 800px;
  }
  .l-main--lp-2025-02 .mv__header h1 img {
    width: 123px;
  }
  .l-main--lp-2025-02 .mv__body {
    width: 1020px;
    padding: 45px 0;
    margin: 0 auto;
  }
  .l-main--lp-2025-02 .mv__body img {
    width: 100%;
  }
  .l-main--lp-2025-02 .mv__btn {
    justify-content: space-between;
    width: 704px;
    margin: 45px auto;
  }
  .l-main--lp-2025-02 .mv__btn a {
    margin: 0;
  }
  .l-main--lp-2025-02 .mv__btn--fixed {
    inset: 50px 0 auto auto;
    width: 188px !important;
    padding: 0;
    margin-top: 0;
    background-color: initial;
    border: none;
    box-shadow: none;
  }
  .l-main--lp-2025-02 .mv__btn--fixed .e-button {
    width: 188px;
    min-height: 72px;
    padding-top: 8px;
    font-size: 1.4285714286rem;
    line-height: 1.4;
    border-radius: 100vh 0 0 100vh;
  }
  .l-main--lp-2025-02 .mv__link {
    bottom: -90px;
    left: 750px;
  }
  .l-main--lp-2025-02 .mv__link:hover img, .l-main--lp-2025-02 .mv__link.is-shaking img {
    animation: wobble 0.9s ease-in-out infinite;
    /* animation-iteration-count: infinite; */
    /* animation-duration を短くすると速くなる */
  }
  .l-main--lp-2025-02 .mv__link img {
    width: 220px;
    transition: transform 160ms ease; /* ホバー開始/終了の滑らかさ */
    transform-origin: 50% 50%; /* 中心を回転軸に */
  }
  .l-main--lp-2025-02 .mv__link {
    /* 揺れのアニメ（左右に振動） */
  }
  @keyframes wobble {
    0% {
      transform: rotate(0deg);
    }
    12% {
      transform: rotate(-8deg);
    } /* 左に振る（調整可） */
    25% {
      transform: rotate(6deg);
    } /* 右に振る */
    37% {
      transform: rotate(-5deg);
    }
    50% {
      transform: rotate(4deg);
    }
    62% {
      transform: rotate(-2deg);
    }
    75% {
      transform: rotate(1.5deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
}
.l-main--lp-2025-02 .price {
  padding: 8vw 2.6666666667vw 16vw;
  background-color: #f2eeda;
}
.l-main--lp-2025-02 .price__bgBox01 {
  padding: 14.6666666667vw 5.8666666667vw;
  background: url("/assets/img/lp/2025_02/price_bg01_sp.png?d=260108") no-repeat center center/cover;
}
.l-main--lp-2025-02 .price__header img {
  width: 74.6666666667vw;
}
.l-main--lp-2025-02 .price__body > picture {
  margin-top: 8vw;
}
.l-main--lp-2025-02 .price__body > picture img {
  width: 100%;
}
.l-main--lp-2025-02 .price__btn {
  margin: 6.6666666667vw 0 0;
}
.l-main--lp-2025-02 .price__btn a {
  width: 100%;
}
.l-main--lp-2025-02 .price__borderBox01 {
  width: 84.8vw;
  padding: 8vw 8vw 6.6666666667vw;
  margin: 8vw auto 0;
  background-color: #fff;
  border: 0.5333333333vw solid #6a97cc;
  border-radius: 2.1333333333vw;
}
.l-main--lp-2025-02 .price__borderBox01 .price__header img {
  width: 59.2vw;
}
.l-main--lp-2025-02 .price__borderBox01 .price__body > picture {
  margin-top: 5.3333333333vw;
}
.l-main--lp-2025-02 .price__borderBox01 .price__body > picture img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-02 .price {
    padding: 60px 0 90px;
  }
  .l-main--lp-2025-02 .price__bgBox01 {
    width: 1040px;
    height: 695px;
    padding: 100px 120px 90px;
    margin: 0 auto;
    background: url("/assets/img/lp/2025_02/price_bg01.png") no-repeat center center/cover;
  }
  .l-main--lp-2025-02 .price__header img {
    width: 586px;
  }
  .l-main--lp-2025-02 .price__body > picture {
    margin-top: 30px;
  }
  .l-main--lp-2025-02 .price__btn {
    margin: 35px 0 0;
  }
  .l-main--lp-2025-02 .price__btn a {
    width: 340px;
  }
  .l-main--lp-2025-02 .price__borderBox01 {
    width: 1042px;
    padding: 30px 35px;
    margin: 35px auto 0;
    border: 2px solid #6a97cc;
    border-radius: 8px;
  }
  .l-main--lp-2025-02 .price__borderBox01 .price__header img {
    width: 382px;
  }
  .l-main--lp-2025-02 .price__borderBox01 .price__body > picture {
    margin-top: 20px;
  }
}
.l-main--lp-2025-02 .price-new {
  padding: 18.6666666667vw 2.6666666667vw 16vw;
  background-color: #f2eeda;
}
.l-main--lp-2025-02 .price-new__bgBox01 {
  padding: 37.3333333333vw 5.8666666667vw 14.6666666667vw;
  background: url("/assets/img/lp/2025_02/price_bg01_sp.png") no-repeat center center/100% 100%;
}
.l-main--lp-2025-02 .price-new__header {
  margin-top: -23.4666666667vw;
}
.l-main--lp-2025-02 .price-new__header img {
  width: 86.6666666667vw;
}
.l-main--lp-2025-02 .price-new__body > picture {
  margin-top: 5.3333333333vw;
}
.l-main--lp-2025-02 .price-new__body > picture img {
  width: 100%;
}
.l-main--lp-2025-02 .price-new__body > picture:nth-of-type(1) {
  width: 75.7333333333vw;
  margin: 5.3333333333vw auto 0;
}
.l-main--lp-2025-02 .price-new__btn {
  margin: 6.6666666667vw 0 0;
}
.l-main--lp-2025-02 .price-new__btn a {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-02 .price-new {
    padding: 60px 0;
  }
  .l-main--lp-2025-02 .price-new__bgBox01 {
    width: 1060px;
    height: 620px;
    padding: 120px 120px 90px;
    margin: 0 auto;
    background: url("/assets/img/lp/2025_02/price_bg01.png") no-repeat center center/contain;
  }
  .l-main--lp-2025-02 .price-new__header {
    margin-top: 0;
  }
  .l-main--lp-2025-02 .price-new__header img {
    width: 897px;
    margin-top: 0;
  }
  .l-main--lp-2025-02 .price-new__body > picture {
    margin-top: 20px;
  }
  .l-main--lp-2025-02 .price-new__body > picture:nth-of-type(1) {
    width: 784px;
    margin: 25px;
  }
  .l-main--lp-2025-02 .price-new__btn {
    margin: 25px 0 0;
  }
  .l-main--lp-2025-02 .price-new__btn a {
    width: 340px;
  }
}
.l-main--lp-2025-02 .briefing {
  padding: 0 0 16vw;
}
.l-main--lp-2025-02 .briefing__header {
  margin-top: -5.3333333333vw;
}
.l-main--lp-2025-02 .briefing__header img {
  width: 885px;
}
.l-main--lp-2025-02 .briefing__body {
  width: 86.4vw;
  margin: 4vw auto 0;
}
.l-main--lp-2025-02 .briefing__body img {
  width: 100%;
}
.l-main--lp-2025-02 .briefing__btn {
  margin: 35px 0 0;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-02 .briefing {
    padding: 0 0 80px;
  }
  .l-main--lp-2025-02 .briefing__header {
    margin-top: -25px;
  }
  .l-main--lp-2025-02 .briefing__header img {
    width: 885px;
  }
  .l-main--lp-2025-02 .briefing__body {
    width: 1004px;
    margin: 40px auto 0;
  }
  .l-main--lp-2025-02 .briefing__btn {
    margin: 35px 0 0;
  }
}
.l-main--lp-2025-02 .briefing-new {
  padding: 13.3333333333vw 0 16vw;
}
.l-main--lp-2025-02 .briefing-new__header img {
  width: 64.5333333333vw;
}
.l-main--lp-2025-02 .briefing-new__body {
  width: 86.4vw;
  margin: 5.3333333333vw auto 0;
}
.l-main--lp-2025-02 .briefing-new__body img {
  width: 100%;
}
.l-main--lp-2025-02 .briefing-new__btn {
  margin: 35px 0 0;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-02 .briefing-new {
    padding: 0 0 80px;
  }
  .l-main--lp-2025-02 .briefing-new__header {
    margin-top: 35px;
  }
  .l-main--lp-2025-02 .briefing-new__header img {
    width: 242px;
  }
  .l-main--lp-2025-02 .briefing-new__body {
    width: 1004px;
    margin: 35px auto 0;
  }
  .l-main--lp-2025-02 .briefing-new__btn {
    margin: 35px 0 0;
  }
}
.l-main--lp-2025-02 .briefing-new2 {
  padding: 13.3333333333vw 0 16vw;
}
.l-main--lp-2025-02 .briefing-new2__header img {
  width: 64.5333333333vw;
}
.l-main--lp-2025-02 .briefing-new2__body {
  width: 86.4vw;
  padding: 4vw 5.3333333333vw;
  margin: 5.3333333333vw auto 0;
  font-size: 4.5333333333vw;
  font-weight: 700;
  background-color: #fff;
  border: 0.5333333333vw solid #e1e4e9;
  border-radius: 2.1333333333vw;
}
.l-main--lp-2025-02 .briefing-new2__body img {
  width: 100%;
}
.l-main--lp-2025-02 .briefing-new2__item dl {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3333333333vw 4vw;
  margin: 0;
  text-align: left;
}
.l-main--lp-2025-02 .briefing-new2__item dl dt.closed {
  position: relative;
}
.l-main--lp-2025-02 .briefing-new2__item dl dt.closed::before {
  position: absolute;
  top: 1em;
  left: -0.8vw;
  z-index: 100;
  width: calc(100% + 4vw);
  height: 1px;
  content: "";
  background-color: #000;
  opacity: 1;
}
.l-main--lp-2025-02 .briefing-new2__item span {
  display: inline-block;
}
.l-main--lp-2025-02 .briefing-new2__item span.closed, .l-main--lp-2025-02 .briefing-new2__item span.full {
  position: relative;
}
.l-main--lp-2025-02 .briefing-new2__item span.closed::before, .l-main--lp-2025-02 .briefing-new2__item span.full::before {
  position: absolute;
  top: 1em;
  left: -0.8vw;
  z-index: 100;
  width: calc(100% + 0.5333333333vw);
  height: 0.2666666667vw;
  content: "";
  background-color: #000;
  opacity: 1;
}
.l-main--lp-2025-02 .briefing-new2__item span.closed::after, .l-main--lp-2025-02 .briefing-new2__item span.full::after {
  position: relative;
  z-index: 150;
  padding-left: 0.5em;
  color: #fb4a4a;
  content: "終了";
  background-color: #fff;
  opacity: 1;
}
.l-main--lp-2025-02 .briefing-new2__item span.full::after {
  content: "満員";
}
.l-main--lp-2025-02 .briefing-new2__text {
  margin-top: 8vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
.l-main--lp-2025-02 .briefing-new2__text p + p {
  margin-top: 4vw;
}
.l-main--lp-2025-02 .briefing-new2__text b {
  font-size: 5.3333333333vw;
  font-weight: 900;
  color: #ff7100;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-02 .briefing-new2__text {
    margin-top: 30px;
    font-size: 1.1428571429rem;
  }
  .l-main--lp-2025-02 .briefing-new2__text p + p {
    margin-top: 20px;
  }
  .l-main--lp-2025-02 .briefing-new2__text b {
    font-size: 20px;
  }
}
.l-main--lp-2025-02 .briefing-new2__btn {
  margin: 35px 0 0;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-02 .briefing-new2 {
    padding: 0 0 80px;
  }
  .l-main--lp-2025-02 .briefing-new2__header {
    margin-top: 35px;
  }
  .l-main--lp-2025-02 .briefing-new2__header img {
    width: 242px;
  }
  .l-main--lp-2025-02 .briefing-new2__body {
    display: flex;
    justify-content: center;
    width: 1060px;
    padding: 25px 0;
    margin: 35px auto 0;
    font-size: 1.2857142857rem;
    border: 2px solid #e1e4e9;
    border-radius: 8px;
  }
  .l-main--lp-2025-02 .briefing-new2__item {
    display: flex;
    width: 360px;
    padding: 0 30px;
    border-right: 2px solid #e1e4e9;
  }
  .l-main--lp-2025-02 .briefing-new2__item:last-of-type {
    border: none;
  }
  .l-main--lp-2025-02 .briefing-new2__item dl {
    gap: 5px 15px;
  }
  .l-main--lp-2025-02 .briefing-new2__item dl dt.closed::before {
    left: -3px;
    width: calc(100% + 15px);
    height: 1px;
  }
  .l-main--lp-2025-02 .briefing-new2__item span.closed::before, .l-main--lp-2025-02 .briefing-new2__item span.full::before {
    left: -3px;
    z-index: 100;
    width: calc(100% + 2px);
    height: 1px;
  }
  .l-main--lp-2025-02 .briefing-new2 label {
    display: inline-block;
  }
  .l-main--lp-2025-02 .briefing-new2__btn {
    margin: 35px 0 0;
  }
}
.l-main--lp-2025-02 .briefing2 {
  padding: 16vw 2.6666666667vw;
}
.l-main--lp-2025-02 .briefing2--white {
  background-color: #fff;
}
.l-main--lp-2025-02 .briefing2__body {
  width: 90.6666666667vw;
  margin: 5.3333333333vw auto 0;
}
.l-main--lp-2025-02 .briefing2__body img {
  width: 100%;
}
.l-main--lp-2025-02 .briefing2__btn {
  margin: 9.3333333333vw 0 0;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-02 .briefing2 {
    padding: 65px 0 75px;
  }
  .l-main--lp-2025-02 .briefing2__header img {
    width: 886px;
  }
  .l-main--lp-2025-02 .briefing2__body {
    width: 1080px;
    margin: 0 auto;
  }
  .l-main--lp-2025-02 .briefing2__btn {
    margin: 35px 0 0;
  }
}
.l-main--lp-2025-02 .briefing3 {
  padding: 20vw 0 12vw;
  background-color: #fff;
}
.l-main--lp-2025-02 .briefing3__bgBox01 {
  padding: 1px 4.8vw 9.3333333333vw;
  background: url("/assets/img/lp/2025_02/briefing03_bg01_sp.png") no-repeat center center/100% 100%;
}
.l-main--lp-2025-02 .briefing3__header {
  margin-top: -10.6666666667vw;
}
.l-main--lp-2025-02 .briefing3__header img {
  width: 86.9333333333vw;
}
.l-main--lp-2025-02 .briefing3__body > picture {
  margin-top: 5.3333333333vw;
}
.l-main--lp-2025-02 .briefing3__body > picture img {
  width: 87.4666666667vw;
}
.l-main--lp-2025-02 .briefing3__btn {
  margin: 6.6666666667vw 0 0;
}
.l-main--lp-2025-02 .briefing3__btn a {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-02 .briefing3 {
    padding: 85px 0 45px;
  }
  .l-main--lp-2025-02 .briefing3__bgBox01 {
    width: 884px;
    padding: 1px 20px 35px;
    margin: 0 auto;
    background: url("/assets/img/lp/2025_02/briefing03_bg01.png") no-repeat center center/100% 100%;
  }
  .l-main--lp-2025-02 .briefing3__header {
    margin-top: -22px;
  }
  .l-main--lp-2025-02 .briefing3__header img {
    width: 473px;
  }
  .l-main--lp-2025-02 .briefing3__body {
    width: 844px;
    margin-top: 15px;
  }
  .l-main--lp-2025-02 .briefing3__body > picture {
    margin-top: 20px;
  }
  .l-main--lp-2025-02 .briefing3__body > picture img {
    width: 100%;
  }
  .l-main--lp-2025-02 .briefing3__btn {
    margin: 15px 0 0;
  }
  .l-main--lp-2025-02 .briefing3__btn a {
    width: 340px;
  }
}
.l-main--lp-2025-02 .recommend {
  position: relative;
  padding: 17.3333333333vw 2.1333333333vw 10.6666666667vw;
  background: url("/assets/img/lp/2025_02/recommend_bg01_sp.png") no-repeat center center/cover;
}
.l-main--lp-2025-02 .recommend::after {
  position: absolute;
  right: 0;
  bottom: -7.4666666667vw;
  left: 0;
  width: 13.8666666667vw;
  height: 7.4666666667vw;
  margin: auto;
  content: "";
  background: url("/assets/img/lp/2025_02/recommend_bg02.png") no-repeat center center/13.8666666667vw 7.7333333333vw;
}
.l-main--lp-2025-02 .recommend__header img {
  width: 66.1333333333vw;
}
.l-main--lp-2025-02 .recommend__body picture {
  margin-top: 8vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-02 .recommend {
    padding: 70px 0 60px;
    background: url("/assets/img/lp/2025_02/recommend_bg01.png") no-repeat center center/cover;
  }
  .l-main--lp-2025-02 .recommend::after {
    bottom: -28px;
    width: 52px;
    height: 29px;
    background: url("/assets/img/lp/2025_02/recommend_bg02.png") no-repeat center center/52px 29px;
  }
  .l-main--lp-2025-02 .recommend__header img {
    width: 500px;
  }
  .l-main--lp-2025-02 .recommend__body {
    width: 1128px;
    margin: 0 auto;
  }
  .l-main--lp-2025-02 .recommend__body picture {
    margin-top: 35px;
  }
  .l-main--lp-2025-02 .recommend__body img {
    width: 100%;
  }
}
.l-main--lp-2025-02 .solution {
  position: relative;
  z-index: 1;
  padding: 18.6666666667vw 0 0;
  background: url("/assets/img/lp/2025_02/solution_bg01_sp.png") no-repeat center top/100%;
}
.l-main--lp-2025-02 .solution__header {
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-02 .solution__header img {
  width: 74.6666666667vw;
}
.l-main--lp-2025-02 .solution__body h3 {
  margin-bottom: 4vw;
}
.l-main--lp-2025-02 .solution__body h3 img {
  width: 50.4vw;
}
.l-main--lp-2025-02 .solution__body h3:nth-of-type(2) img {
  width: 42.9333333333vw;
}
.l-main--lp-2025-02 .solution__body > picture {
  margin-bottom: 13.3333333333vw;
}
.l-main--lp-2025-02 .solution__borderBox01 {
  width: 96vw;
  padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
  margin: 0 auto 6.6666666667vw;
  background-color: #fff;
  border: 1.0666666667vw solid #d0d7ea;
  border-radius: 4.2666666667vw;
  box-shadow: 1.0666666667vw 1.0666666667vw 1.3333333333vw rgba(0, 0, 0, 0.05);
}
.l-main--lp-2025-02 .solution__borderBox01 h3 img {
  width: 82.1333333333vw;
}
.l-main--lp-2025-02 .solution__borderBox01 > picture {
  margin-bottom: 4vw;
}
.l-main--lp-2025-02 .solution__borderBox01 > picture:nth-of-type(2) {
  margin-bottom: 0;
}
.l-main--lp-2025-02 .solution__borderBox02 {
  padding: 1px 0 8vw;
  margin: 0 auto 12vw;
  background-color: #d0d7ea;
}
.l-main--lp-2025-02 .solution__borderBox02 h3 {
  margin: -4.2666666667vw 0 6.6666666667vw;
}
.l-main--lp-2025-02 .solution__borderBox02 h3 img {
  width: 42.6666666667vw;
}
.l-main--lp-2025-02 .solution__borderBox02 > picture {
  margin-bottom: 6.6666666667vw;
}
.l-main--lp-2025-02 .solution__borderBox02 > picture img {
  width: 69.3333333333vw;
}
.l-main--lp-2025-02 .solution__borderBox02 > picture:nth-of-type(2) {
  margin-bottom: 0;
}
.l-main--lp-2025-02 .solution__borderBox02 > picture:nth-of-type(2) img {
  width: 100%;
}
.l-main--lp-2025-02 .solution__video {
  margin-bottom: 6.6666666667vw;
}
.l-main--lp-2025-02 .solution__video-wrap {
  position: relative;
  width: 100%;
  /* 16:9 -> padding-top: 56.25% */
  padding-top: 56.25%;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
}
.l-main--lp-2025-02 .solution__video-wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-main--lp-2025-02 .solution__icon01 {
  width: 12vw;
  margin-bottom: 12vw;
}
.l-main--lp-2025-02 .solution__btn {
  margin: 0 0 12vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-02 .solution {
    padding: 70px 0 90px;
    background: url("/assets/img/lp/2025_02/solution_bg01.png") no-repeat center top 90px/1615px auto;
  }
  .l-main--lp-2025-02 .solution__header {
    margin-bottom: 60px;
  }
  .l-main--lp-2025-02 .solution__header img {
    width: 350px;
  }
  .l-main--lp-2025-02 .solution__body h3 {
    margin-bottom: 15px;
  }
  .l-main--lp-2025-02 .solution__body h3 img {
    width: 468px;
  }
  .l-main--lp-2025-02 .solution__body h3:nth-of-type(2) img {
    width: 350px;
  }
  .l-main--lp-2025-02 .solution__body > picture {
    margin-bottom: 55px;
  }
  .l-main--lp-2025-02 .solution__body > picture img {
    max-width: 1160px;
  }
  .l-main--lp-2025-02 .solution__body > picture:nth-of-type(2) {
    margin-bottom: 100px;
  }
  .l-main--lp-2025-02 .solution__borderBox01 {
    width: 888px;
    padding: 25px 47px;
    margin: 0 auto 30px;
    border: 4px solid #d0d7ea;
    border-radius: 16px;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.05);
  }
  .l-main--lp-2025-02 .solution__borderBox01 h3 img {
    width: 527px;
  }
  .l-main--lp-2025-02 .solution__borderBox01 > picture {
    margin-bottom: 20px;
  }
  .l-main--lp-2025-02 .solution__borderBox01 > picture img {
    width: 640px;
  }
  .l-main--lp-2025-02 .solution__borderBox01 > picture:nth-of-type(2) {
    margin-bottom: 0;
  }
  .l-main--lp-2025-02 .solution__borderBox01 > picture:nth-of-type(2) img {
    width: 784px;
  }
  .l-main--lp-2025-02 .solution__borderBox02 {
    width: 1260px;
    padding: 1px 50px 40px;
    margin: 0 auto;
    border-radius: 16px;
  }
  .l-main--lp-2025-02 .solution__borderBox02 h3 {
    margin: -16px 0 35px;
  }
  .l-main--lp-2025-02 .solution__borderBox02 h3 img {
    width: 160px;
  }
  .l-main--lp-2025-02 .solution__borderBox02 > picture {
    margin-bottom: 30px;
  }
  .l-main--lp-2025-02 .solution__borderBox02 > picture img {
    width: 557px;
  }
  .l-main--lp-2025-02 .solution__borderBox02 > picture:nth-of-type(2) {
    margin-bottom: 0;
  }
  .l-main--lp-2025-02 .solution__borderBox02 > picture:nth-of-type(2) img {
    width: 1164px;
  }
  .l-main--lp-2025-02 .solution__video {
    width: 640px;
    margin: 0 auto 30px;
  }
  .l-main--lp-2025-02 .solution__icon01 {
    width: 45px;
    margin-bottom: 45px;
  }
  .l-main--lp-2025-02 .solution__btn {
    margin: 0 0 50px;
  }
}
.l-main--lp-2025-02 .step {
  padding: 0 4.5333333333vw 14.6666666667vw;
}
.l-main--lp-2025-02 .step__header img {
  width: 62.4vw;
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-02 .step {
    padding: 0 0 90px;
  }
  .l-main--lp-2025-02 .step__header img {
    width: 626px;
    margin-bottom: 40px;
  }
  .l-main--lp-2025-02 .step__body > picture img {
    width: 1186px;
  }
}
.l-main--lp-2025-02 .make {
  padding: 16vw 0 0;
  background-color: #e6e7eb;
}
.l-main--lp-2025-02 .make__header img {
  width: 68.2666666667vw;
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-02 .make__body > picture {
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-02 .make__body > picture:nth-of-type(2) {
  margin-bottom: 0;
}
.l-main--lp-2025-02 .make__body > picture:nth-of-type(2) img {
  width: 68.5333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-02 .make {
    padding: 80px 0 0;
  }
  .l-main--lp-2025-02 .make__header img {
    width: 742px;
    margin-bottom: 40px;
  }
  .l-main--lp-2025-02 .make__body > picture {
    margin-bottom: 40px;
  }
  .l-main--lp-2025-02 .make__body > picture:nth-of-type(2) img {
    width: 580px;
  }
}
.l-main--lp-2025-02 .voice {
  padding: 16vw 2.1333333333vw 10.6666666667vw;
  background-color: #fff;
}
.l-main--lp-2025-02 .voice__header img {
  width: 55.2vw;
  margin-bottom: 16vw;
}
.l-main--lp-2025-02 .voice__body > picture {
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-02 .voice__body > picture:nth-of-type(2) img {
  width: 90.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-02 .voice {
    padding: 80px 0 50px;
  }
  .l-main--lp-2025-02 .voice__header img {
    width: 624px;
    margin-bottom: 40px;
  }
  .l-main--lp-2025-02 .voice__body > picture {
    margin-bottom: 40px;
  }
  .l-main--lp-2025-02 .voice__body > picture img {
    width: 1128px;
  }
  .l-main--lp-2025-02 .voice__body > picture:nth-of-type(2) img {
    width: 720px;
  }
}
.l-main--lp-2025-02 .voice2 {
  padding: 13.3333333333vw 2.1333333333vw 10.6666666667vw;
  background-color: #fff;
}
.l-main--lp-2025-02 .voice2__header img {
  width: 55.2vw;
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-02 .voice2__body > picture {
  margin-bottom: 6.6666666667vw;
}
.l-main--lp-2025-02 .voice2__body > picture:nth-of-type(2) {
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-02 .voice2__body > picture:nth-of-type(4) {
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-02 .voice2 {
    padding: 80px 0 50px;
  }
  .l-main--lp-2025-02 .voice2__header img {
    width: 624px;
    margin-bottom: 40px;
  }
  .l-main--lp-2025-02 .voice2__body > picture {
    margin-bottom: 40px;
  }
  .l-main--lp-2025-02 .voice2__body > picture img {
    width: 1128px;
  }
  .l-main--lp-2025-02 .voice2__body > picture:nth-of-type(2) {
    margin-bottom: 50px;
  }
  .l-main--lp-2025-02 .voice2__body > picture:nth-of-type(2) img {
    width: 960px;
  }
  .l-main--lp-2025-02 .voice2__body > picture:nth-of-type(4) {
    margin-bottom: 40px;
  }
  .l-main--lp-2025-02 .voice2__body > picture:nth-of-type(4) img {
    width: 800px;
  }
}
.l-main--lp-2025-02 .salon {
  padding: 21.3333333333vw 4.8vw 13.3333333333vw;
}
.l-main--lp-2025-02 .salon__header {
  margin: -4.2666666667vw 0 5.3333333333vw;
}
.l-main--lp-2025-02 .salon__header img {
  width: 42.6666666667vw;
}
.l-main--lp-2025-02 .salon__body > picture {
  margin-bottom: 4vw;
}
.l-main--lp-2025-02 .salon__body > picture img {
  width: 85.3333333333vw;
}
.l-main--lp-2025-02 .salon__body > picture:nth-of-type(2) {
  margin: 0;
}
.l-main--lp-2025-02 .salon__body > picture:nth-of-type(2) img {
  width: 76.2666666667vw;
}
.l-main--lp-2025-02 .salon__borderBox01 {
  padding: 1px 2.6666666667vw 8vw;
  margin: 0 auto;
  background-color: #d0d7ea;
  border-radius: 4.2666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-02 .salon {
    padding: 90px 0;
  }
  .l-main--lp-2025-02 .salon__header {
    margin: -16px 0 0;
  }
  .l-main--lp-2025-02 .salon__header img {
    width: 160px;
  }
  .l-main--lp-2025-02 .salon__body > picture {
    margin: -45px 0 25px;
  }
  .l-main--lp-2025-02 .salon__body > picture img {
    width: 100%;
  }
  .l-main--lp-2025-02 .salon__body > picture:nth-of-type(2) {
    margin: 0;
  }
  .l-main--lp-2025-02 .salon__body > picture:nth-of-type(2) img {
    width: 100%;
  }
  .l-main--lp-2025-02 .salon__borderBox01 {
    width: 1260px;
    padding: 1px 50px 35px;
    margin: 0 auto;
    border-radius: 16px;
  }
}
.l-main--lp-2025-02 .salon-new__wrap {
  padding: 16vw 0 13.3333333333vw;
  border-top: 0.5333333333vw solid #b1b5bd;
}
.l-main--lp-2025-02 .salon-new__header {
  margin: -4.2666666667vw 0 5.3333333333vw;
}
.l-main--lp-2025-02 .salon-new__header img {
  width: 42.6666666667vw;
}
.l-main--lp-2025-02 .salon-new__body > picture {
  margin-bottom: 4vw;
}
.l-main--lp-2025-02 .salon-new__body > picture img {
  width: 85.3333333333vw;
}
.l-main--lp-2025-02 .salon-new__body > picture:nth-of-type(2) {
  margin: 0;
}
.l-main--lp-2025-02 .salon-new__body > picture:nth-of-type(2) img {
  width: 100%;
}
.l-main--lp-2025-02 .salon-new__borderBox01 {
  padding: 1px 0 8vw;
  margin: 0 auto;
  background-color: #d0d7ea;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-02 .salon-new__wrap {
    width: 1260px;
    padding: 90px 0;
    margin: 0 auto;
    border-top: 2px solid #b1b5bd;
  }
  .l-main--lp-2025-02 .salon-new__header {
    margin: -16px 0 0;
  }
  .l-main--lp-2025-02 .salon-new__header img {
    width: 160px;
  }
  .l-main--lp-2025-02 .salon-new__body > picture {
    margin: -45px 0 25px;
  }
  .l-main--lp-2025-02 .salon-new__body > picture img {
    width: 100%;
  }
  .l-main--lp-2025-02 .salon-new__body > picture:nth-of-type(2) {
    margin: 0;
  }
  .l-main--lp-2025-02 .salon-new__body > picture:nth-of-type(2) img {
    width: 100%;
  }
  .l-main--lp-2025-02 .salon-new__borderBox01 {
    width: 1260px;
    padding: 1px 50px 35px;
    margin: 0 auto;
    border-radius: 16px;
  }
}
.l-main--lp-2025-02 .premiumplan {
  padding: 13.3333333333vw 4.8vw 10.6666666667vw;
  background: url("/assets/img/lp/2025_02/premiumplan_bg01_sp.png") no-repeat center center/cover;
}
.l-main--lp-2025-02 .premiumplan__header {
  margin-bottom: 8vw;
}
.l-main--lp-2025-02 .premiumplan__header img {
  width: 69.3333333333vw;
}
.l-main--lp-2025-02 .premiumplan__body > picture {
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-02 .premiumplan__body > picture img {
  width: 73.0666666667vw;
}
.l-main--lp-2025-02 .premiumplan__body > picture:nth-of-type(2) img {
  width: 100%;
}
.l-main--lp-2025-02 .premiumplan__btn {
  color: #fff;
}
.l-main--lp-2025-02 .premiumplan__btn a {
  margin: 2.6666666667vw auto 0.8vw;
}
.l-main--lp-2025-02 .premiumplan__btn span {
  font-size: 4.2666666667vw;
}
.l-main--lp-2025-02 .premiumplan__btn span span {
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-02 .premiumplan {
    padding: 60px 0 50px;
    background: url("/assets/img/lp/2025_02/premiumplan_bg01.png") no-repeat center center/cover;
  }
  .l-main--lp-2025-02 .premiumplan__header {
    margin-bottom: 30px;
  }
  .l-main--lp-2025-02 .premiumplan__header img {
    width: 347px;
  }
  .l-main--lp-2025-02 .premiumplan__body > picture {
    margin-bottom: 40px;
  }
  .l-main--lp-2025-02 .premiumplan__body > picture img {
    width: 822px;
  }
  .l-main--lp-2025-02 .premiumplan__body > picture:nth-of-type(2) {
    margin-bottom: 40px;
  }
  .l-main--lp-2025-02 .premiumplan__body > picture:nth-of-type(2) img {
    width: 1160px;
  }
  .l-main--lp-2025-02 .premiumplan__btn a {
    margin: 10px auto 3px;
  }
  .l-main--lp-2025-02 .premiumplan__btn span {
    font-size: 1.1428571429rem;
  }
  .l-main--lp-2025-02 .premiumplan__btn span span {
    font-size: 0.8571428571rem;
  }
}
.l-main--lp-2025-02 .message {
  padding: 0 0 16vw;
}
.l-main--lp-2025-02 .message__header picture {
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-02 .message__header picture img {
  width: 51.2vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-02 .message {
    padding: 0 0 100px;
  }
  .l-main--lp-2025-02 .message__header picture {
    margin-bottom: 40px;
  }
  .l-main--lp-2025-02 .message__header picture img {
    width: 656px;
  }
}
.l-main--lp-2025-02 .partner {
  padding: 10.6666666667vw 4.8vw;
  background-color: #e6e7eb;
}
.l-main--lp-2025-02 .partner__header {
  margin-bottom: 5.3333333333vw;
}
.l-main--lp-2025-02 .partner__header img {
  width: 45.8666666667vw;
}
.l-main--lp-2025-02 .partner__body > picture {
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-02 .partner__btn a {
  margin: 2.6666666667vw auto 0.8vw;
}
.l-main--lp-2025-02 .partner__btn span {
  font-size: 4.2666666667vw;
}
.l-main--lp-2025-02 .partner__btn span span {
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-02 .partner {
    padding: 55px 0 35px;
  }
  .l-main--lp-2025-02 .partner__header {
    margin-bottom: 30px;
  }
  .l-main--lp-2025-02 .partner__header img {
    width: 630px;
  }
  .l-main--lp-2025-02 .partner__body > picture {
    margin-bottom: 25px;
  }
  .l-main--lp-2025-02 .partner__body > picture img {
    width: 765px;
  }
  .l-main--lp-2025-02 .partner__btn a {
    margin: 10px auto 3px;
  }
  .l-main--lp-2025-02 .partner__btn span {
    font-size: 1.1428571429rem;
  }
  .l-main--lp-2025-02 .partner__btn span span {
    font-size: 0.8571428571rem;
  }
}

/* ==========================================================================
    LP01
  ========================================================================== */
.l-main--lp-2025-03 {
  text-align: center;
  background-color: #faf9f5;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-03 {
    min-width: 1032px;
  }
  .l-main--lp-2025-03 img {
    max-width: 1160px;
  }
}
.l-main--lp-2025-03 + footer {
  padding-bottom: 32vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-03 + footer {
    padding-bottom: 25px;
  }
}
.l-main--lp-2025-03 picture {
  display: block;
}
.l-main--lp-2025-03 .mv {
  position: relative;
}
.l-main--lp-2025-03 .mv__header {
  position: relative;
  padding: 14.6666666667vw 8vw 60vw;
  text-align: left;
  background: url("/assets/img/lp/2025_02/mv_bg01_sp.jpg") no-repeat center top/100% auto;
}
.l-main--lp-2025-03 .mv__header picture img {
  width: 83.4666666667vw;
}
.l-main--lp-2025-03 .mv__header picture:nth-of-type(2) {
  margin-top: 6.6666666667vw;
}
.l-main--lp-2025-03 .mv__header picture:nth-of-type(2) img {
  width: 79.2vw;
}
.l-main--lp-2025-03 .mv__header h1 {
  position: absolute;
  right: 6.6666666667vw;
  bottom: 22.1333333333vw;
}
.l-main--lp-2025-03 .mv__header h1 img {
  width: 16.8vw;
}
.l-main--lp-2025-03 .mv__body {
  padding: 10.6666666667vw 7.3333333333vw;
}
.l-main--lp-2025-03 .mv__body img {
  width: 76.8vw;
}
.l-main--lp-2025-03 .mv__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw 0;
  margin: 10.6666666667vw 0;
}
.l-main--lp-2025-03 .mv__btn--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: block;
  width: 100%;
  padding: 5.3333333333vw 4vw;
  margin: 0;
  background-color: #f2eeda;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.l-main--lp-2025-03 .mv__link {
  position: absolute;
  bottom: 13.3333333333vw;
  left: 5.3333333333vw;
}
.l-main--lp-2025-03 .mv__link img {
  display: block;
  width: 38.4vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-03 .mv__header {
    height: 816px;
    padding: 150px 0 110px;
    background: url("/assets/img/lp/2025_02/mv_bg01.jpg") no-repeat center center/cover;
  }
  .l-main--lp-2025-03 .mv__header > div {
    position: relative;
    width: 834px;
    margin: 0 auto;
  }
  .l-main--lp-2025-03 .mv__header picture img {
    width: 652px;
  }
  .l-main--lp-2025-03 .mv__header picture:nth-of-type(2) {
    margin-top: 50px;
  }
  .l-main--lp-2025-03 .mv__header picture:nth-of-type(2) img {
    width: 537px;
  }
  .l-main--lp-2025-03 .mv__header h1 {
    position: absolute;
    top: 140px;
    left: 800px;
  }
  .l-main--lp-2025-03 .mv__header h1 img {
    width: 123px;
  }
  .l-main--lp-2025-03 .mv__body {
    width: 1020px;
    padding: 45px 0;
    margin: 0 auto;
  }
  .l-main--lp-2025-03 .mv__body img {
    width: 100%;
  }
  .l-main--lp-2025-03 .mv__btn {
    justify-content: space-between;
    width: 704px;
    margin: 45px auto;
  }
  .l-main--lp-2025-03 .mv__btn a {
    margin: 0;
  }
  .l-main--lp-2025-03 .mv__btn--fixed {
    inset: 50px 0 auto auto;
    width: 188px !important;
    padding: 0;
    margin-top: 0;
    background-color: initial;
    border: none;
    box-shadow: none;
  }
  .l-main--lp-2025-03 .mv__btn--fixed .e-button {
    width: 188px;
    min-height: 72px;
    padding-top: 8px;
    font-size: 1.4285714286rem;
    line-height: 1.4;
    border-radius: 100vh 0 0 100vh;
  }
  .l-main--lp-2025-03 .mv__link {
    bottom: -90px;
    left: 750px;
  }
  .l-main--lp-2025-03 .mv__link:hover img, .l-main--lp-2025-03 .mv__link.is-shaking img {
    animation: wobble 0.9s ease-in-out infinite;
    /* animation-iteration-count: infinite; */
    /* animation-duration を短くすると速くなる */
  }
  .l-main--lp-2025-03 .mv__link img {
    width: 220px;
    transition: transform 160ms ease; /* ホバー開始/終了の滑らかさ */
    transform-origin: 50% 50%; /* 中心を回転軸に */
  }
  .l-main--lp-2025-03 .mv__link {
    /* 揺れのアニメ（左右に振動） */
  }
  @keyframes wobble {
    0% {
      transform: rotate(0deg);
    }
    12% {
      transform: rotate(-8deg);
    } /* 左に振る（調整可） */
    25% {
      transform: rotate(6deg);
    } /* 右に振る */
    37% {
      transform: rotate(-5deg);
    }
    50% {
      transform: rotate(4deg);
    }
    62% {
      transform: rotate(-2deg);
    }
    75% {
      transform: rotate(1.5deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
}
.l-main--lp-2025-03 .service {
  padding: 16vw 1.7333333333vw;
  background-color: #fff;
}
.l-main--lp-2025-03 .service__header {
  width: 85.8666666667vw;
  margin: 0 auto;
}
.l-main--lp-2025-03 .service__header img {
  width: 100%;
}
.l-main--lp-2025-03 .service__body {
  margin: 5.3333333333vw auto 0;
}
.l-main--lp-2025-03 .service__body img {
  width: 100%;
}
.l-main--lp-2025-03 .service__body picture {
  margin-top: 6.6666666667vw;
}
.l-main--lp-2025-03 .service__body picture:nth-of-type(2), .l-main--lp-2025-03 .service__body picture:nth-of-type(4), .l-main--lp-2025-03 .service__body picture:nth-of-type(5), .l-main--lp-2025-03 .service__body picture:nth-of-type(6), .l-main--lp-2025-03 .service__body picture:nth-of-type(7) {
  padding: 0 2.5333333333vw;
}
.l-main--lp-2025-03 .service__body picture:nth-of-type(3) {
  margin-top: 4vw;
}
.l-main--lp-2025-03 .service__btn {
  margin: 9.3333333333vw 0 0;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-03 .service {
    padding: 70px 0 80px;
  }
  .l-main--lp-2025-03 .service__header {
    width: 992px;
    margin: 0 auto;
  }
  .l-main--lp-2025-03 .service__header img {
    width: 100%;
  }
  .l-main--lp-2025-03 .service__body {
    width: 1080px;
    margin: 0 auto;
  }
  .l-main--lp-2025-03 .service__body picture {
    margin-top: 30px;
  }
  .l-main--lp-2025-03 .service__body picture:nth-of-type(1) img {
    width: 884px;
  }
  .l-main--lp-2025-03 .service__body picture:nth-of-type(2) {
    padding: 0;
    margin-top: 0;
  }
  .l-main--lp-2025-03 .service__body picture:nth-of-type(3) {
    margin-top: 20px;
  }
  .l-main--lp-2025-03 .service__body picture:nth-of-type(4), .l-main--lp-2025-03 .service__body picture:nth-of-type(5), .l-main--lp-2025-03 .service__body picture:nth-of-type(6) {
    padding: 0;
  }
  .l-main--lp-2025-03 .service__body picture:nth-of-type(6) img {
    width: 444px;
  }
  .l-main--lp-2025-03 .service__btn {
    margin: 35px 0 0;
  }
}
.l-main--lp-2025-03 .price {
  padding: 8vw 2.6666666667vw 16vw;
  background-color: #f2eeda;
}
.l-main--lp-2025-03 .price__bgBox01 {
  padding: 14.6666666667vw 5.8666666667vw;
  background: url("/assets/img/lp/2025_02/price_bg01_sp.png") no-repeat center center/cover;
}
.l-main--lp-2025-03 .price__header img {
  width: 74.6666666667vw;
}
.l-main--lp-2025-03 .price__body > picture {
  margin-top: 8vw;
}
.l-main--lp-2025-03 .price__body > picture img {
  width: 100%;
}
.l-main--lp-2025-03 .price__btn {
  margin: 6.6666666667vw 0 0;
}
.l-main--lp-2025-03 .price__btn a {
  width: 100%;
}
.l-main--lp-2025-03 .price__borderBox01 {
  width: 84.8vw;
  padding: 8vw 8vw 6.6666666667vw;
  margin: 8vw auto 0;
  background-color: #fff;
  border: 0.5333333333vw solid #6a97cc;
  border-radius: 2.1333333333vw;
}
.l-main--lp-2025-03 .price__borderBox01 .price__header img {
  width: 59.2vw;
}
.l-main--lp-2025-03 .price__borderBox01 .price__body > picture {
  margin-top: 5.3333333333vw;
}
.l-main--lp-2025-03 .price__borderBox01 .price__body > picture img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-03 .price {
    padding: 60px 0 90px;
  }
  .l-main--lp-2025-03 .price__bgBox01 {
    width: 1040px;
    height: 695px;
    padding: 100px 120px 90px;
    margin: 0 auto;
    background: url("/assets/img/lp/2025_02/price_bg01.png") no-repeat center center/cover;
  }
  .l-main--lp-2025-03 .price__header img {
    width: 586px;
  }
  .l-main--lp-2025-03 .price__body > picture {
    margin-top: 30px;
  }
  .l-main--lp-2025-03 .price__btn {
    margin: 35px 0 0;
  }
  .l-main--lp-2025-03 .price__btn a {
    width: 340px;
  }
  .l-main--lp-2025-03 .price__borderBox01 {
    width: 1042px;
    padding: 30px 35px;
    margin: 35px auto 0;
    border: 2px solid #6a97cc;
    border-radius: 8px;
  }
  .l-main--lp-2025-03 .price__borderBox01 .price__header img {
    width: 382px;
  }
  .l-main--lp-2025-03 .price__borderBox01 .price__body > picture {
    margin-top: 20px;
  }
}
.l-main--lp-2025-03 .price-new {
  padding: 18.6666666667vw 2.6666666667vw 16vw;
  background-color: #f2eeda;
}
.l-main--lp-2025-03 .price-new__bgBox01 {
  padding: 37.3333333333vw 5.8666666667vw 14.6666666667vw;
  background: url("/assets/img/lp/2025_02/price_bg01_sp.png") no-repeat center center/100% 100%;
}
.l-main--lp-2025-03 .price-new__header {
  margin-top: -23.4666666667vw;
}
.l-main--lp-2025-03 .price-new__header img {
  width: 86.6666666667vw;
}
.l-main--lp-2025-03 .price-new__body > picture {
  margin-top: 5.3333333333vw;
}
.l-main--lp-2025-03 .price-new__body > picture img {
  width: 100%;
}
.l-main--lp-2025-03 .price-new__body > picture:nth-of-type(1) {
  width: 75.7333333333vw;
  margin: 5.3333333333vw auto 0;
}
.l-main--lp-2025-03 .price-new__btn {
  margin: 6.6666666667vw 0 0;
}
.l-main--lp-2025-03 .price-new__btn a {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-03 .price-new {
    padding: 60px 0;
  }
  .l-main--lp-2025-03 .price-new__bgBox01 {
    width: 1060px;
    height: 865px;
    padding: 120px 120px 90px;
    margin: 0 auto;
    background: url("/assets/img/lp/2025_02/price_bg01.png") no-repeat center center/100% 100%;
  }
  .l-main--lp-2025-03 .price-new__header {
    margin-top: 0;
  }
  .l-main--lp-2025-03 .price-new__header img {
    width: 897px;
    margin-top: 0;
  }
  .l-main--lp-2025-03 .price-new__body > picture {
    margin-top: 20px;
  }
  .l-main--lp-2025-03 .price-new__body > picture:nth-of-type(1) {
    width: 784px;
    margin: 25px;
  }
  .l-main--lp-2025-03 .price-new__btn {
    margin: 25px 0 0;
  }
  .l-main--lp-2025-03 .price-new__btn a {
    width: 340px;
  }
}
.l-main--lp-2025-03 .briefing-new {
  padding: 0 0 16vw;
  background-color: #fff;
}
.l-main--lp-2025-03 .briefing-new__header img {
  width: 64.5333333333vw;
}
.l-main--lp-2025-03 .briefing-new__body {
  width: 86.4vw;
  margin: 5.3333333333vw auto 0;
}
.l-main--lp-2025-03 .briefing-new__body img {
  width: 100%;
}
.l-main--lp-2025-03 .briefing-new__btn {
  margin: 35px 0 0;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-03 .briefing-new {
    padding: 35px 0 80px;
  }
  .l-main--lp-2025-03 .briefing-new__header img {
    width: 242px;
  }
  .l-main--lp-2025-03 .briefing-new__body {
    width: 1004px;
    margin: 35px auto 0;
  }
  .l-main--lp-2025-03 .briefing-new__btn {
    margin: 35px 0 0;
  }
}
.l-main--lp-2025-03 .briefing-new2 {
  padding: 13.3333333333vw 0 16vw;
  background-color: #fff;
}
.l-main--lp-2025-03 .briefing-new2__header img {
  width: 64.5333333333vw;
}
.l-main--lp-2025-03 .briefing-new2__body {
  width: 86.4vw;
  padding: 4vw 5.3333333333vw;
  margin: 5.3333333333vw auto 0;
  font-size: 4.5333333333vw;
  font-weight: 700;
  background-color: #fff;
  border: 0.5333333333vw solid #e1e4e9;
  border-radius: 2.1333333333vw;
}
.l-main--lp-2025-03 .briefing-new2__body img {
  width: 100%;
}
.l-main--lp-2025-03 .briefing-new2__item dl {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3333333333vw 4vw;
  margin: 0;
  text-align: left;
}
.l-main--lp-2025-03 .briefing-new2__item dl dt.closed {
  position: relative;
}
.l-main--lp-2025-03 .briefing-new2__item dl dt.closed::before {
  position: absolute;
  top: 1em;
  left: -0.8vw;
  z-index: 100;
  width: calc(100% + 4vw);
  height: 1px;
  content: "";
  background-color: #000;
  opacity: 1;
}
.l-main--lp-2025-03 .briefing-new2__item span {
  display: inline-block;
}
.l-main--lp-2025-03 .briefing-new2__item span.closed, .l-main--lp-2025-03 .briefing-new2__item span.full {
  position: relative;
}
.l-main--lp-2025-03 .briefing-new2__item span.closed::before, .l-main--lp-2025-03 .briefing-new2__item span.full::before {
  position: absolute;
  top: 1em;
  left: -0.8vw;
  z-index: 100;
  width: calc(100% + 0.5333333333vw);
  height: 0.2666666667vw;
  content: "";
  background-color: #000;
  opacity: 1;
}
.l-main--lp-2025-03 .briefing-new2__item span.closed::after, .l-main--lp-2025-03 .briefing-new2__item span.full::after {
  position: relative;
  z-index: 150;
  padding-left: 0.5em;
  color: #fb4a4a;
  content: "終了";
  background-color: #fff;
  opacity: 1;
}
.l-main--lp-2025-03 .briefing-new2__item span.full::after {
  content: "満員";
}
.l-main--lp-2025-03 .briefing-new2__text {
  margin-top: 8vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
.l-main--lp-2025-03 .briefing-new2__text b {
  font-size: 5.3333333333vw;
  font-weight: 900;
  color: #ff7100;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-03 .briefing-new2__text {
    margin-top: 30px;
    font-size: 1.1428571429rem;
  }
  .l-main--lp-2025-03 .briefing-new2__text b {
    font-size: 20px;
  }
}
.l-main--lp-2025-03 .briefing-new2__btn {
  margin: 35px 0 0;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-03 .briefing-new2 {
    padding: 0 0 80px;
  }
  .l-main--lp-2025-03 .briefing-new2__header {
    margin-top: 35px;
  }
  .l-main--lp-2025-03 .briefing-new2__header img {
    width: 242px;
  }
  .l-main--lp-2025-03 .briefing-new2__body {
    display: flex;
    justify-content: center;
    width: 1060px;
    padding: 25px 0;
    margin: 35px auto 0;
    font-size: 1.2857142857rem;
    border: 2px solid #e1e4e9;
    border-radius: 8px;
  }
  .l-main--lp-2025-03 .briefing-new2__item {
    display: flex;
    width: 360px;
    padding: 0 30px;
    border-right: 2px solid #e1e4e9;
  }
  .l-main--lp-2025-03 .briefing-new2__item:last-of-type {
    border: none;
  }
  .l-main--lp-2025-03 .briefing-new2__item dl {
    gap: 5px 15px;
  }
  .l-main--lp-2025-03 .briefing-new2__item dl dt.closed::before {
    left: -3px;
    width: calc(100% + 15px);
    height: 1px;
  }
  .l-main--lp-2025-03 .briefing-new2__item span.closed::before, .l-main--lp-2025-03 .briefing-new2__item span.full::before {
    left: -3px;
    z-index: 100;
    width: calc(100% + 2px);
    height: 1px;
  }
  .l-main--lp-2025-03 .briefing-new2 label {
    display: inline-block;
  }
  .l-main--lp-2025-03 .briefing-new2__btn {
    margin: 35px 0 0;
  }
}
.l-main--lp-2025-03 .briefing {
  padding: 16vw 2.1333333333vw;
  background-color: #fff;
}
.l-main--lp-2025-03 .briefing__header {
  width: 90.6666666667vw;
  margin: 0 auto;
}
.l-main--lp-2025-03 .briefing__header img {
  width: 100%;
}
.l-main--lp-2025-03 .briefing__body {
  width: 90.6666666667vw;
  margin: 2.6666666667vw auto 0;
}
.l-main--lp-2025-03 .briefing__body img {
  width: 100%;
}
.l-main--lp-2025-03 .briefing__body picture {
  margin-top: 6.6666666667vw;
}
.l-main--lp-2025-03 .briefing__body picture:nth-of-type(1) {
  margin: 0 -2.6666666667vw;
}
.l-main--lp-2025-03 .briefing__btn {
  margin: 9.3333333333vw 0 0;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-03 .briefing {
    padding: 70px 0 80px;
  }
  .l-main--lp-2025-03 .briefing__header {
    width: 712px;
    margin: 0 auto;
  }
  .l-main--lp-2025-03 .briefing__header img {
    width: 100%;
  }
  .l-main--lp-2025-03 .briefing__body {
    width: 1080px;
    margin: 0 auto;
  }
  .l-main--lp-2025-03 .briefing__body picture {
    margin-top: 30px;
  }
  .l-main--lp-2025-03 .briefing__body picture:nth-of-type(1) img {
    width: 884px;
  }
  .l-main--lp-2025-03 .briefing__body picture:nth-of-type(2) {
    margin-top: 0;
  }
  .l-main--lp-2025-03 .briefing__body picture:nth-of-type(3) img {
    width: 444px;
  }
  .l-main--lp-2025-03 .briefing__btn {
    margin: 35px 0 0;
  }
}
.l-main--lp-2025-03 .recommend {
  position: relative;
  padding: 17.3333333333vw 2.1333333333vw 10.6666666667vw;
  background: url("/assets/img/lp/2025_02/recommend_bg01_sp.png") no-repeat center center/cover;
}
.l-main--lp-2025-03 .recommend::after {
  position: absolute;
  right: 0;
  bottom: -7.4666666667vw;
  left: 0;
  width: 13.8666666667vw;
  height: 7.4666666667vw;
  margin: auto;
  content: "";
  background: url("/assets/img/lp/2025_02/recommend_bg02.png") no-repeat center center/13.8666666667vw 7.7333333333vw;
}
.l-main--lp-2025-03 .recommend__header img {
  width: 66.1333333333vw;
}
.l-main--lp-2025-03 .recommend__body picture {
  margin-top: 8vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-03 .recommend {
    padding: 70px 0 60px;
    background: url("/assets/img/lp/2025_02/recommend_bg01.png") no-repeat center center/cover;
  }
  .l-main--lp-2025-03 .recommend::after {
    bottom: -28px;
    width: 52px;
    height: 29px;
    background: url("/assets/img/lp/2025_02/recommend_bg02.png") no-repeat center center/52px 29px;
  }
  .l-main--lp-2025-03 .recommend__header img {
    width: 500px;
  }
  .l-main--lp-2025-03 .recommend__body {
    width: 1128px;
    margin: 0 auto;
  }
  .l-main--lp-2025-03 .recommend__body picture {
    margin-top: 35px;
  }
  .l-main--lp-2025-03 .recommend__body img {
    width: 100%;
  }
}
.l-main--lp-2025-03 .solution {
  position: relative;
  z-index: 1;
  padding: 10.6666666667vw 0 0;
  background: url("/assets/img/lp/2025_02/solution_bg01_sp.png") no-repeat center top/100%;
}
.l-main--lp-2025-03 .solution__header {
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-03 .solution__header img {
  width: 74.6666666667vw;
}
.l-main--lp-2025-03 .solution__body h3 {
  margin-bottom: 4vw;
}
.l-main--lp-2025-03 .solution__body h3 img {
  width: 50.4vw;
}
.l-main--lp-2025-03 .solution__body h3:nth-of-type(2) img {
  width: 42.9333333333vw;
}
.l-main--lp-2025-03 .solution__body > picture {
  margin-bottom: 9.3333333333vw;
}
.l-main--lp-2025-03 .solution__borderBox01 {
  width: 96vw;
  padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
  margin: 0 auto 6.6666666667vw;
  background-color: #fff;
  border: 1.0666666667vw solid #d0d7ea;
  border-radius: 4.2666666667vw;
  box-shadow: 1.0666666667vw 1.0666666667vw 1.3333333333vw rgba(0, 0, 0, 0.05);
}
.l-main--lp-2025-03 .solution__borderBox01 h3 img {
  width: 82.1333333333vw;
}
.l-main--lp-2025-03 .solution__borderBox01 > picture {
  margin-bottom: 4vw;
}
.l-main--lp-2025-03 .solution__borderBox01 > picture:nth-of-type(2) {
  margin-bottom: 0;
}
.l-main--lp-2025-03 .solution__borderBox02 {
  padding: 1px 0 8vw;
  margin: 0 auto 12vw;
  background-color: #d0d7ea;
}
.l-main--lp-2025-03 .solution__borderBox02 h3 {
  margin: -4.2666666667vw 0 6.6666666667vw;
}
.l-main--lp-2025-03 .solution__borderBox02 h3 img {
  width: 42.6666666667vw;
}
.l-main--lp-2025-03 .solution__borderBox02 > picture {
  margin-bottom: 6.6666666667vw;
}
.l-main--lp-2025-03 .solution__borderBox02 > picture img {
  width: 69.3333333333vw;
}
.l-main--lp-2025-03 .solution__borderBox02 > picture:nth-of-type(2) {
  margin-bottom: 0;
}
.l-main--lp-2025-03 .solution__borderBox02 > picture:nth-of-type(2) img {
  width: 100%;
}
.l-main--lp-2025-03 .solution__video {
  margin-bottom: 6.6666666667vw;
}
.l-main--lp-2025-03 .solution__video-wrap {
  position: relative;
  width: 100%;
  /* 16:9 -> padding-top: 56.25% */
  padding-top: 56.25%;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
}
.l-main--lp-2025-03 .solution__video-wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-main--lp-2025-03 .solution__icon01 {
  width: 12vw;
  margin-bottom: 12vw;
}
.l-main--lp-2025-03 .solution__btn {
  margin: 0 0 12vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-03 .solution {
    padding: 70px 0 90px;
    background: url("/assets/img/lp/2025_02/solution_bg01.png") no-repeat center top 90px/1615px auto;
  }
  .l-main--lp-2025-03 .solution__header {
    margin-bottom: 60px;
  }
  .l-main--lp-2025-03 .solution__header img {
    width: 480px;
  }
  .l-main--lp-2025-03 .solution__body h3 {
    margin-bottom: 15px;
  }
  .l-main--lp-2025-03 .solution__body h3 img {
    width: 468px;
  }
  .l-main--lp-2025-03 .solution__body h3:nth-of-type(2) img {
    width: 350px;
  }
  .l-main--lp-2025-03 .solution__body > picture {
    margin-bottom: 55px;
  }
  .l-main--lp-2025-03 .solution__body > picture img {
    max-width: 1160px;
  }
  .l-main--lp-2025-03 .solution__body > picture:nth-of-type(2) {
    margin-bottom: 35px;
  }
  .l-main--lp-2025-03 .solution__borderBox01 {
    width: 888px;
    padding: 25px 47px;
    margin: 0 auto 30px;
    border: 4px solid #d0d7ea;
    border-radius: 16px;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.05);
  }
  .l-main--lp-2025-03 .solution__borderBox01 h3 img {
    width: 527px;
  }
  .l-main--lp-2025-03 .solution__borderBox01 > picture {
    margin-bottom: 20px;
  }
  .l-main--lp-2025-03 .solution__borderBox01 > picture img {
    width: 640px;
  }
  .l-main--lp-2025-03 .solution__borderBox01 > picture:nth-of-type(2) {
    margin-bottom: 0;
  }
  .l-main--lp-2025-03 .solution__borderBox01 > picture:nth-of-type(2) img {
    width: 784px;
  }
  .l-main--lp-2025-03 .solution__borderBox02 {
    width: 1260px;
    padding: 1px 50px 40px;
    margin: 0 auto;
    border-radius: 16px;
  }
  .l-main--lp-2025-03 .solution__borderBox02 h3 {
    margin: -16px 0 35px;
  }
  .l-main--lp-2025-03 .solution__borderBox02 h3 img {
    width: 160px;
  }
  .l-main--lp-2025-03 .solution__borderBox02 > picture {
    margin-bottom: 30px;
  }
  .l-main--lp-2025-03 .solution__borderBox02 > picture img {
    width: 557px;
  }
  .l-main--lp-2025-03 .solution__borderBox02 > picture:nth-of-type(2) {
    margin-bottom: 0;
  }
  .l-main--lp-2025-03 .solution__borderBox02 > picture:nth-of-type(2) img {
    width: 1164px;
  }
  .l-main--lp-2025-03 .solution__video {
    width: 640px;
    margin: 0 auto 30px;
  }
  .l-main--lp-2025-03 .solution__icon01 {
    width: 45px;
    margin-bottom: 45px;
  }
  .l-main--lp-2025-03 .solution__btn {
    margin: 0 0 50px;
  }
}
.l-main--lp-2025-03 .step {
  padding: 0 4.5333333333vw 14.6666666667vw;
}
.l-main--lp-2025-03 .step__header img {
  width: 62.4vw;
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-03 .step {
    padding: 0 0 90px;
  }
  .l-main--lp-2025-03 .step__header img {
    width: 626px;
    margin-bottom: 40px;
  }
  .l-main--lp-2025-03 .step__body > picture img {
    width: 1186px;
  }
}
.l-main--lp-2025-03 .make {
  padding: 16vw 0 0;
  background-color: #e6e7eb;
}
.l-main--lp-2025-03 .make__header img {
  width: 68.2666666667vw;
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-03 .make__body > picture {
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-03 .make__body > picture:nth-of-type(2) {
  margin-bottom: 0;
}
.l-main--lp-2025-03 .make__body > picture:nth-of-type(2) img {
  width: 68.5333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-03 .make {
    padding: 80px 0 0;
  }
  .l-main--lp-2025-03 .make__header img {
    width: 742px;
    margin-bottom: 40px;
  }
  .l-main--lp-2025-03 .make__body > picture {
    margin-bottom: 40px;
  }
  .l-main--lp-2025-03 .make__body > picture:nth-of-type(2) img {
    width: 580px;
  }
}
.l-main--lp-2025-03 .voice {
  padding: 0 2.1333333333vw 10.6666666667vw;
  background-color: #fff;
}
.l-main--lp-2025-03 .voice__header {
  padding-top: 13.3333333333vw;
  margin: 0 auto;
  border-top: 0.5333333333vw solid #b1b5bd;
}
.l-main--lp-2025-03 .voice__header img {
  width: 55.2vw;
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-03 .voice__body > picture {
  margin-bottom: 6.6666666667vw;
}
.l-main--lp-2025-03 .voice__body > picture:nth-of-type(2) {
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-03 .voice__body > picture:nth-of-type(4) {
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-03 .voice {
    padding: 0 0 50px;
  }
  .l-main--lp-2025-03 .voice__header {
    width: 1200px;
    padding-top: 80px;
    border-top: 2px solid #b1b5bd;
  }
  .l-main--lp-2025-03 .voice__header img {
    width: 624px;
    margin-bottom: 40px;
  }
  .l-main--lp-2025-03 .voice__body > picture {
    margin-bottom: 40px;
  }
  .l-main--lp-2025-03 .voice__body > picture img {
    width: 1128px;
  }
  .l-main--lp-2025-03 .voice__body > picture:nth-of-type(2) {
    margin-bottom: 50px;
  }
  .l-main--lp-2025-03 .voice__body > picture:nth-of-type(2) img {
    width: 960px;
  }
  .l-main--lp-2025-03 .voice__body > picture:nth-of-type(4) {
    margin-bottom: 40px;
  }
  .l-main--lp-2025-03 .voice__body > picture:nth-of-type(4) img {
    width: 800px;
  }
}
.l-main--lp-2025-03 .salon {
  padding: 21.3333333333vw 4.8vw 13.3333333333vw;
}
.l-main--lp-2025-03 .salon__header {
  margin: -4.2666666667vw 0 5.3333333333vw;
}
.l-main--lp-2025-03 .salon__header img {
  width: 42.6666666667vw;
}
.l-main--lp-2025-03 .salon__body > picture {
  margin-bottom: 4vw;
}
.l-main--lp-2025-03 .salon__body > picture img {
  width: 85.3333333333vw;
}
.l-main--lp-2025-03 .salon__body > picture:nth-of-type(2) {
  margin: 0;
}
.l-main--lp-2025-03 .salon__body > picture:nth-of-type(2) img {
  width: 76.2666666667vw;
}
.l-main--lp-2025-03 .salon__borderBox01 {
  padding: 1px 2.6666666667vw 8vw;
  margin: 0 auto;
  background-color: #d0d7ea;
  border-radius: 4.2666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-03 .salon {
    padding: 90px 0;
  }
  .l-main--lp-2025-03 .salon__header {
    margin: -16px 0 0;
  }
  .l-main--lp-2025-03 .salon__header img {
    width: 160px;
  }
  .l-main--lp-2025-03 .salon__body > picture {
    margin: -45px 0 25px;
  }
  .l-main--lp-2025-03 .salon__body > picture img {
    width: 100%;
  }
  .l-main--lp-2025-03 .salon__body > picture:nth-of-type(2) {
    margin: 0;
  }
  .l-main--lp-2025-03 .salon__body > picture:nth-of-type(2) img {
    width: 100%;
  }
  .l-main--lp-2025-03 .salon__borderBox01 {
    width: 1260px;
    padding: 1px 50px 35px;
    margin: 0 auto;
    border-radius: 16px;
  }
}
.l-main--lp-2025-03 .salon-new__wrap {
  padding: 16vw 0 13.3333333333vw;
  border-top: 0.5333333333vw solid #b1b5bd;
}
.l-main--lp-2025-03 .salon-new__header {
  margin: -4.2666666667vw 0 5.3333333333vw;
}
.l-main--lp-2025-03 .salon-new__header img {
  width: 42.6666666667vw;
}
.l-main--lp-2025-03 .salon-new__body > picture {
  margin-bottom: 4vw;
}
.l-main--lp-2025-03 .salon-new__body > picture img {
  width: 85.3333333333vw;
}
.l-main--lp-2025-03 .salon-new__body > picture:nth-of-type(2) {
  margin: 0;
}
.l-main--lp-2025-03 .salon-new__body > picture:nth-of-type(2) img {
  width: 100%;
}
.l-main--lp-2025-03 .salon-new__borderBox01 {
  padding: 1px 0 8vw;
  margin: 0 auto;
  background-color: #d0d7ea;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-03 .salon-new__wrap {
    width: 1260px;
    padding: 90px 0;
    margin: 0 auto;
    border-top: 2px solid #b1b5bd;
  }
  .l-main--lp-2025-03 .salon-new__header {
    margin: -16px 0 0;
  }
  .l-main--lp-2025-03 .salon-new__header img {
    width: 160px;
  }
  .l-main--lp-2025-03 .salon-new__body > picture {
    margin: -45px 0 25px;
  }
  .l-main--lp-2025-03 .salon-new__body > picture img {
    width: 100%;
  }
  .l-main--lp-2025-03 .salon-new__body > picture:nth-of-type(2) {
    margin: 0;
  }
  .l-main--lp-2025-03 .salon-new__body > picture:nth-of-type(2) img {
    width: 100%;
  }
  .l-main--lp-2025-03 .salon-new__borderBox01 {
    width: 1260px;
    padding: 1px 50px 35px;
    margin: 0 auto;
    border-radius: 16px;
  }
}
.l-main--lp-2025-03 .premiumplan {
  padding: 13.3333333333vw 4.8vw 10.6666666667vw;
  background: url("/assets/img/lp/2025_02/premiumplan_bg01_sp.png") no-repeat center center/cover;
}
.l-main--lp-2025-03 .premiumplan__header {
  margin-bottom: 8vw;
}
.l-main--lp-2025-03 .premiumplan__header img {
  width: 69.3333333333vw;
}
.l-main--lp-2025-03 .premiumplan__body > picture {
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-03 .premiumplan__body > picture img {
  width: 73.0666666667vw;
}
.l-main--lp-2025-03 .premiumplan__body > picture:nth-of-type(2) img {
  width: 100%;
}
.l-main--lp-2025-03 .premiumplan__btn {
  color: #fff;
}
.l-main--lp-2025-03 .premiumplan__btn a {
  margin: 2.6666666667vw auto 0.8vw;
}
.l-main--lp-2025-03 .premiumplan__btn span {
  font-size: 4.2666666667vw;
}
.l-main--lp-2025-03 .premiumplan__btn span span {
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-03 .premiumplan {
    padding: 60px 0 50px;
    background: url("/assets/img/lp/2025_02/premiumplan_bg01.png") no-repeat center center/cover;
  }
  .l-main--lp-2025-03 .premiumplan__header {
    margin-bottom: 30px;
  }
  .l-main--lp-2025-03 .premiumplan__header img {
    width: 347px;
  }
  .l-main--lp-2025-03 .premiumplan__body > picture {
    margin-bottom: 40px;
  }
  .l-main--lp-2025-03 .premiumplan__body > picture img {
    width: 822px;
  }
  .l-main--lp-2025-03 .premiumplan__body > picture:nth-of-type(2) {
    margin-bottom: 40px;
  }
  .l-main--lp-2025-03 .premiumplan__body > picture:nth-of-type(2) img {
    width: 1160px;
  }
  .l-main--lp-2025-03 .premiumplan__btn a {
    margin: 10px auto 3px;
  }
  .l-main--lp-2025-03 .premiumplan__btn span {
    font-size: 1.1428571429rem;
  }
  .l-main--lp-2025-03 .premiumplan__btn span span {
    font-size: 0.8571428571rem;
  }
}
.l-main--lp-2025-03 .message {
  padding: 0 0 16vw;
}
.l-main--lp-2025-03 .message__header picture {
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-03 .message__header picture img {
  width: 51.2vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-03 .message {
    padding: 0 0 100px;
  }
  .l-main--lp-2025-03 .message__header picture {
    margin-bottom: 40px;
  }
  .l-main--lp-2025-03 .message__header picture img {
    width: 656px;
  }
}
.l-main--lp-2025-03 .partner {
  padding: 10.6666666667vw 4.8vw;
  background-color: #e6e7eb;
}
.l-main--lp-2025-03 .partner__header {
  margin-bottom: 5.3333333333vw;
}
.l-main--lp-2025-03 .partner__header img {
  width: 45.8666666667vw;
}
.l-main--lp-2025-03 .partner__body > picture {
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-2025-03 .partner__btn a {
  margin: 2.6666666667vw auto 0.8vw;
}
.l-main--lp-2025-03 .partner__btn span {
  font-size: 4.2666666667vw;
}
.l-main--lp-2025-03 .partner__btn span span {
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-2025-03 .partner {
    padding: 55px 0 35px;
  }
  .l-main--lp-2025-03 .partner__header {
    margin-bottom: 30px;
  }
  .l-main--lp-2025-03 .partner__header img {
    width: 630px;
  }
  .l-main--lp-2025-03 .partner__body > picture {
    margin-bottom: 25px;
  }
  .l-main--lp-2025-03 .partner__body > picture img {
    width: 765px;
  }
  .l-main--lp-2025-03 .partner__btn a {
    margin: 10px auto 3px;
  }
  .l-main--lp-2025-03 .partner__btn span {
    font-size: 1.1428571429rem;
  }
  .l-main--lp-2025-03 .partner__btn span span {
    font-size: 0.8571428571rem;
  }
}

/* ==========================================================================
    LP01
  ========================================================================== */
.l-main--home {
  text-align: center;
  background-color: #faf9f5;
}
@media only screen and (min-width: 768px) {
  .l-main--home {
    min-width: 1032px;
  }
  .l-main--home img {
    max-width: 1160px;
  }
}
.l-main--home picture {
  display: block;
}
.l-main--home .mv {
  position: relative;
}
.l-main--home .mv__header {
  position: relative;
  padding: 21.3333333333vw 0 12vw;
  background: url("/assets/img/mv_bg01_sp.jpg") no-repeat center top/100% auto;
}
.l-main--home .mv__header picture img {
  width: 62.4vw;
}
.l-main--home .mv__header picture:nth-of-type(1) {
  margin-bottom: 8vw;
}
.l-main--home .mv__header picture:nth-of-type(2) img {
  width: 84.8vw;
}
.l-main--home .mv__header h1 {
  margin-bottom: 13.3333333333vw;
}
.l-main--home .mv__header h1 img {
  width: 26.4vw;
}
.l-main--home .mv__body {
  padding: 9.3333333333vw 0 0;
}
.l-main--home .mv__body img {
  width: 76.8vw;
}
.l-main--home .mv__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw 0;
  margin: 10.6666666667vw 0;
}
.l-main--home .mv__btn--fixed {
  display: none;
}
@media only screen and (min-width: 768px) {
  .l-main--home .mv__header {
    height: 816px;
    padding: 100px 0 90px;
    background: url("/assets/img/mv_bg01.jpg") no-repeat center center/cover;
  }
  .l-main--home .mv__header picture img {
    width: 592px;
  }
  .l-main--home .mv__header picture:nth-of-type(1) {
    margin-bottom: 40px;
  }
  .l-main--home .mv__header picture:nth-of-type(2) {
    margin-left: 15px;
  }
  .l-main--home .mv__header picture:nth-of-type(2) img {
    width: 612px;
  }
  .l-main--home .mv__header h1 {
    margin-bottom: 65px;
  }
  .l-main--home .mv__header h1 img {
    width: 119px;
  }
  .l-main--home .mv__body {
    padding: 45px 0 1px;
  }
  .l-main--home .mv__btn {
    justify-content: space-between;
    width: 704px;
    margin: 45px auto;
  }
  .l-main--home .mv__btn a {
    margin: 0;
  }
  .l-main--home .mv__btn--fixed {
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 10;
    display: block;
    width: 178px !important;
    margin-top: 0;
  }
  .l-main--home .mv__btn--fixed .e-button {
    width: 178px;
    border-radius: 100vh 0 0 100vh;
  }
}
.l-main--home .recommend {
  position: relative;
  padding: 17.3333333333vw 2.1333333333vw 10.6666666667vw;
  background: url("/assets/img/recommend_bg01_sp.png") no-repeat center center/cover;
}
.l-main--home .recommend::after {
  position: absolute;
  right: 0;
  bottom: -7.4666666667vw;
  left: 0;
  width: 13.8666666667vw;
  height: 7.4666666667vw;
  margin: auto;
  content: "";
  background: url("/assets/img/recommend_bg02.png") no-repeat center center/13.8666666667vw 7.7333333333vw;
}
.l-main--home .recommend__header {
  margin-bottom: 8vw;
}
.l-main--home .recommend__header img {
  width: 66.1333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--home .recommend {
    padding: 70px 0 80px;
    margin-bottom: 28px;
    background: url("/assets/img/recommend_bg01.png") no-repeat center center/cover;
  }
  .l-main--home .recommend::after {
    bottom: -28px;
    width: 52px;
    height: 29px;
    background: url("/assets/img/recommend_bg02.png") no-repeat center center/52px 29px;
  }
  .l-main--home .recommend__header {
    margin-bottom: 35px;
  }
  .l-main--home .recommend__header img {
    width: 500px;
  }
}
.l-main--home .solution {
  position: relative;
  z-index: 1;
  padding: 18.6666666667vw 0 0;
  background: url("/assets/img/solution_bg01_sp.png") no-repeat center top/100%;
}
.l-main--home .solution__header {
  margin-bottom: 10.6666666667vw;
}
.l-main--home .solution__header img {
  width: 74.6666666667vw;
}
.l-main--home .solution__body h3 {
  margin-bottom: 4vw;
}
.l-main--home .solution__body h3 img {
  width: 50.4vw;
}
.l-main--home .solution__body h3:nth-of-type(2) img {
  width: 42.9333333333vw;
}
.l-main--home .solution__body > picture {
  margin-bottom: 13.3333333333vw;
}
.l-main--home .solution__body > picture img {
  max-width: 76.2666666667vw;
}
.l-main--home .solution__borderBox01 {
  width: 96vw;
  padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
  margin: 0 auto 6.6666666667vw;
  background-color: #fff;
  border: 1.0666666667vw solid #d0d7ea;
  border-radius: 4.2666666667vw;
  box-shadow: 1.0666666667vw 1.0666666667vw 1.3333333333vw rgba(0, 0, 0, 0.05);
}
.l-main--home .solution__borderBox01 h3 img {
  width: 82.1333333333vw;
}
.l-main--home .solution__borderBox01 > picture {
  margin-bottom: 4vw;
}
.l-main--home .solution__borderBox01 > picture:nth-of-type(2) {
  margin-bottom: 0;
}
.l-main--home .solution__borderBox02 {
  width: 90.6666666667vw;
  padding: 1px 6.6666666667vw 8vw;
  margin: 0 auto 12vw;
  background-color: #d0d7ea;
  border-radius: 4.2666666667vw;
}
.l-main--home .solution__borderBox02 h3 {
  margin: -4.2666666667vw 0 6.6666666667vw;
}
.l-main--home .solution__borderBox02 h3 img {
  width: 42.6666666667vw;
}
.l-main--home .solution__borderBox02 > picture {
  margin-bottom: 6.6666666667vw;
}
.l-main--home .solution__borderBox02 > picture img {
  width: 69.3333333333vw;
}
.l-main--home .solution__borderBox02 > picture:nth-of-type(2) {
  margin-bottom: 0;
}
.l-main--home .solution__icon01 {
  width: 12vw;
  margin-bottom: 12vw;
}
.l-main--home .solution__btn {
  margin: 0 0 12vw;
}
@media only screen and (min-width: 768px) {
  .l-main--home .solution {
    padding: 70px 0 0;
    background: url("/assets/img/solution_bg01.png") no-repeat center top 90px/1615px auto;
  }
  .l-main--home .solution__header {
    margin-bottom: 60px;
  }
  .l-main--home .solution__header img {
    width: 350px;
  }
  .l-main--home .solution__body h3 {
    margin-bottom: 15px;
  }
  .l-main--home .solution__body h3 img {
    width: 468px;
  }
  .l-main--home .solution__body h3:nth-of-type(2) img {
    width: 350px;
  }
  .l-main--home .solution__body > picture {
    margin-bottom: 55px;
  }
  .l-main--home .solution__body > picture img {
    max-width: 1160px;
  }
  .l-main--home .solution__body > picture:nth-of-type(2) {
    margin-bottom: 100px;
  }
  .l-main--home .solution__borderBox01 {
    width: 888px;
    padding: 25px 47px;
    margin: 0 auto 30px;
    border: 4px solid #d0d7ea;
    border-radius: 16px;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.05);
  }
  .l-main--home .solution__borderBox01 h3 img {
    width: 527px;
  }
  .l-main--home .solution__borderBox01 > picture {
    margin-bottom: 20px;
  }
  .l-main--home .solution__borderBox01 > picture img {
    width: 640px;
  }
  .l-main--home .solution__borderBox01 > picture:nth-of-type(2) {
    margin-bottom: 0;
  }
  .l-main--home .solution__borderBox01 > picture:nth-of-type(2) img {
    width: 784px;
  }
  .l-main--home .solution__borderBox02 {
    width: 1260px;
    padding: 1px 50px 40px;
    margin: 0 auto 50px;
    border-radius: 16px;
  }
  .l-main--home .solution__borderBox02 h3 {
    margin: -16px 0 35px;
  }
  .l-main--home .solution__borderBox02 h3 img {
    width: 160px;
  }
  .l-main--home .solution__borderBox02 > picture {
    margin-bottom: 30px;
  }
  .l-main--home .solution__borderBox02 > picture img {
    width: 557px;
  }
  .l-main--home .solution__borderBox02 > picture:nth-of-type(2) {
    margin-bottom: 0;
  }
  .l-main--home .solution__borderBox02 > picture:nth-of-type(2) img {
    width: 1164px;
  }
  .l-main--home .solution__icon01 {
    width: 45px;
    margin-bottom: 45px;
  }
  .l-main--home .solution__btn {
    margin: 0 0 50px;
  }
}
.l-main--home .price {
  padding: 14.6666666667vw 2.6666666667vw 10.6666666667vw;
  background-color: #f2eeda;
}
.l-main--home .price__header img {
  width: 75.2vw;
  margin-bottom: 8vw;
}
.l-main--home .price__body > picture {
  margin-bottom: 5.3333333333vw;
}
.l-main--home .price__body > picture:nth-of-type(2) {
  margin-bottom: 10.6666666667vw;
}
.l-main--home .price__body > picture:nth-of-type(3) {
  margin-bottom: 0;
}
.l-main--home .price__btn {
  margin-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--home .price {
    padding: 45px 0 55px;
  }
  .l-main--home .price__header img {
    width: 890px;
    margin-bottom: -55px;
  }
  .l-main--home .price__body > picture {
    margin-bottom: 35px;
  }
  .l-main--home .price__body > picture:nth-of-type(2) {
    margin-bottom: 50px;
  }
  .l-main--home .price__body > picture:nth-of-type(3) {
    margin-bottom: 0;
  }
  .l-main--home .price__btn {
    margin-bottom: 50px;
  }
}
.l-main--home .step {
  padding: 16vw 4.5333333333vw 10.6666666667vw;
}
.l-main--home .step__header img {
  width: 62.4vw;
  margin-bottom: 8vw;
}
.l-main--home .step__body > picture {
  margin-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--home .step {
    padding: 80px 0 65px;
  }
  .l-main--home .step__header img {
    width: 626px;
    margin-bottom: 40px;
  }
  .l-main--home .step__body > picture {
    margin-bottom: 50px;
  }
  .l-main--home .step__body > picture img {
    width: 1186px;
  }
}
.l-main--home .make {
  padding: 16vw 12.8vw 0;
  background-color: #e6e7eb;
}
.l-main--home .make__header img {
  width: 68.2666666667vw;
  margin-bottom: 10.6666666667vw;
}
.l-main--home .make__body > picture {
  margin-bottom: 10.6666666667vw;
}
.l-main--home .make__body > picture:nth-of-type(2) {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .l-main--home .make {
    padding: 80px 0 0;
  }
  .l-main--home .make__header img {
    width: 742px;
    margin-bottom: 40px;
  }
  .l-main--home .make__body > picture {
    margin-bottom: 40px;
  }
  .l-main--home .make__body > picture:nth-of-type(2) img {
    width: 580px;
  }
}
.l-main--home .voice {
  padding: 16vw 2.1333333333vw 10.6666666667vw;
  background-color: #fff;
}
.l-main--home .voice__header img {
  width: 55.2vw;
  margin-bottom: 16vw;
}
.l-main--home .voice__body > picture {
  margin-bottom: 10.6666666667vw;
}
.l-main--home .voice__body > picture:nth-of-type(2) img {
  width: 90.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--home .voice {
    padding: 80px 0 50px;
  }
  .l-main--home .voice__header img {
    width: 624px;
    margin-bottom: 40px;
  }
  .l-main--home .voice__body > picture {
    margin-bottom: 40px;
  }
  .l-main--home .voice__body > picture img {
    width: 1128px;
  }
  .l-main--home .voice__body > picture:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .l-main--home .voice__body > picture:nth-of-type(2) img {
    width: 720px;
  }
}
.l-main--home .salon {
  padding: 21.3333333333vw 4.8vw 13.3333333333vw;
}
.l-main--home .salon__header {
  margin: -4.2666666667vw 0 5.3333333333vw;
}
.l-main--home .salon__header img {
  width: 42.6666666667vw;
}
.l-main--home .salon__body > picture {
  margin-bottom: 4vw;
}
.l-main--home .salon__body > picture img {
  width: 85.3333333333vw;
}
.l-main--home .salon__body > picture:nth-of-type(2) {
  margin: 0;
}
.l-main--home .salon__body > picture:nth-of-type(2) img {
  width: 76.2666666667vw;
}
.l-main--home .salon__borderBox01 {
  padding: 1px 2.6666666667vw 8vw;
  margin: 0 auto;
  background-color: #d0d7ea;
  border-radius: 4.2666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--home .salon {
    padding: 90px 0;
  }
  .l-main--home .salon__header {
    margin-top: -16px;
  }
  .l-main--home .salon__header img {
    width: 160px;
  }
  .l-main--home .salon__body > picture {
    margin: -45px 0 25px;
  }
  .l-main--home .salon__body > picture:nth-of-type(2) {
    margin: 0;
  }
  .l-main--home .salon__borderBox01 {
    width: 1260px;
    padding: 1px 50px 35px;
    margin: 0 auto;
    border-radius: 16px;
  }
}
.l-main--home .premiumplan {
  padding: 13.3333333333vw 4.8vw 10.6666666667vw;
  background: url("/assets/img/premiumplan_bg01_sp.png") no-repeat center center/cover;
}
.l-main--home .premiumplan__header {
  margin-bottom: 8vw;
}
.l-main--home .premiumplan__header img {
  width: 69.3333333333vw;
}
.l-main--home .premiumplan__body > picture {
  margin-bottom: 10.6666666667vw;
}
.l-main--home .premiumplan__body > picture img {
  width: 73.0666666667vw;
}
.l-main--home .premiumplan__body > picture:nth-of-type(2) img {
  width: 100%;
}
.l-main--home .premiumplan__btn {
  color: #fff;
}
.l-main--home .premiumplan__btn a {
  margin: 2.6666666667vw auto 0.8vw;
}
.l-main--home .premiumplan__btn span {
  font-size: 4.2666666667vw;
}
.l-main--home .premiumplan__btn span span {
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .l-main--home .premiumplan {
    padding: 60px 0 50px;
    background: url("/assets/img/premiumplan_bg01.png") no-repeat center center/cover;
  }
  .l-main--home .premiumplan__header {
    margin-bottom: 30px;
  }
  .l-main--home .premiumplan__header img {
    width: 347px;
  }
  .l-main--home .premiumplan__body > picture {
    margin-bottom: 40px;
  }
  .l-main--home .premiumplan__body > picture img {
    width: 822px;
  }
  .l-main--home .premiumplan__body > picture:nth-of-type(2) {
    margin-bottom: 40px;
  }
  .l-main--home .premiumplan__body > picture:nth-of-type(2) img {
    width: 1160px;
  }
  .l-main--home .premiumplan__btn a {
    margin: 10px auto 3px;
  }
  .l-main--home .premiumplan__btn span {
    font-size: 1.1428571429rem;
  }
  .l-main--home .premiumplan__btn span span {
    font-size: 0.8571428571rem;
  }
}
.l-main--home .message {
  padding: 21.3333333333vw 0;
}
.l-main--home .message__header picture {
  margin-bottom: 10.6666666667vw;
}
.l-main--home .message__header picture img {
  width: 51.2vw;
}
.l-main--home .message__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw 0;
}
@media only screen and (min-width: 768px) {
  .l-main--home .message {
    padding: 100px 0;
  }
  .l-main--home .message__header picture {
    margin-bottom: 40px;
  }
  .l-main--home .message__header picture img {
    width: 656px;
  }
  .l-main--home .message__btn {
    justify-content: space-between;
    width: 704px;
    margin: 0 auto;
  }
  .l-main--home .message__btn a {
    margin: 0;
  }
}
.l-main--home .partner {
  padding: 10.6666666667vw 4.8vw;
  background-color: #e6e7eb;
}
.l-main--home .partner__header {
  margin-bottom: 5.3333333333vw;
}
.l-main--home .partner__header img {
  width: 45.8666666667vw;
}
.l-main--home .partner__body > picture {
  margin-bottom: 10.6666666667vw;
}
.l-main--home .partner__btn a {
  margin: 2.6666666667vw auto 0.8vw;
}
.l-main--home .partner__btn span {
  font-size: 4.2666666667vw;
}
.l-main--home .partner__btn span span {
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .l-main--home .partner {
    padding: 55px 0 35px;
  }
  .l-main--home .partner__header {
    margin-bottom: 30px;
  }
  .l-main--home .partner__header img {
    width: 630px;
  }
  .l-main--home .partner__body > picture {
    margin-bottom: 25px;
  }
  .l-main--home .partner__body > picture img {
    width: 765px;
  }
  .l-main--home .partner__btn a {
    margin: 10px auto 3px;
  }
  .l-main--home .partner__btn span {
    font-size: 1.1428571429rem;
  }
  .l-main--home .partner__btn span span {
    font-size: 0.8571428571rem;
  }
}

/* ==========================================================================
    お申し込みフォーム
  ========================================================================== */
.apply-complet .mailform {
  margin: 0 auto;
}
.apply-complet .mailform__message {
  padding: 21.3333333333vw 0 17.3333333333vw;
  font-size: 3.4666666667vw;
  text-align: center;
  background: url("/assets/img/apply/briefing_mv_bg01_sp.jpg") no-repeat center top/100% auto;
}
.apply-complet .mailform__message h2 {
  font-size: 5.8666666667vw;
  font-weight: 700;
  line-height: 1.4;
}
.apply-complet .mailform__message p {
  margin-top: 8vw;
  font-size: 3.7333333333vw;
}
.apply-complet .mailform__message h1 img {
  width: 25.6vw;
  margin-top: 13.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .apply-complet .mailform__message {
    padding: 150px 0 90px;
    font-size: 1.1428571429rem;
    background: url("/assets/img/apply/briefing_mv_bg01.jpg") no-repeat bottom center;
    background-size: cover;
  }
  .apply-complet .mailform__message h2 {
    font-size: 2.5714285714rem;
  }
  .apply-complet .mailform__message p {
    margin-top: 35px;
    font-size: 18px;
  }
  .apply-complet .mailform__message h1 img {
    width: 123px;
    margin-top: 75px;
  }
}
.apply-complet .mailform__btn {
  margin-top: 45px;
}
@media only screen and (min-width: 768px) {
  .apply-complet .mailform {
    width: 100%;
  }
}

/* ==========================================================================
    プライバシーポリシー
  ========================================================================== */
.privacy {
  margin: 16vw 0 16vw;
}
@media only screen and (min-width: 768px) {
  .privacy {
    width: 828px;
    margin: 95px auto 50px;
  }
}
.privacy h1 {
  text-align: center;
}
.privacy h1 img {
  width: 80vw;
}
@media only screen and (min-width: 768px) {
  .privacy h1 img {
    width: 354px;
  }
}
.privacy__title {
  padding: 4vw;
  margin-top: 6.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #f5f5f5;
}
.privacy__title span {
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .privacy__title {
    padding: 15px 0;
    margin-top: 25px;
    font-size: 1.2857142857rem;
  }
  .privacy__title span {
    font-size: 0.8571428571rem;
  }
}
.privacy img {
  width: 100%;
}
.privacy .btn01 {
  position: relative;
  display: block;
  width: 74.6666666667vw;
  margin: 0 auto;
  font-size: 4.2666666667vw;
  line-height: 16vw;
  color: #fff;
  text-align: center;
  background-color: #49ae8f;
  border-radius: 999px;
}
.privacy .btn01::after {
  position: absolute;
  top: 50%;
  right: 6.6666666667vw;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  content: "";
  border: 0.5333333333vw solid;
  border-color: #fff #fff transparent transparent;
  transform: translateY(-50%) rotate(45deg);
}
.privacy .btn01:hover {
  text-decoration: none;
  opacity: 0.75;
}
.privacy .btn01--notPress {
  pointer-events: none;
  background-color: #ccc;
}
@media only screen and (min-width: 768px) {
  .privacy .btn01 {
    width: 280px;
    font-size: 16px;
    line-height: 60px;
  }
  .privacy .btn01::after {
    right: 25px;
    width: 10px;
    height: 10px;
    content: "";
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
  }
}
.privacy__pageTitle {
  margin-bottom: 13.3333333333vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.privacy__pageTitle span {
  font-size: 3.2vw;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .privacy__pageTitle {
    margin-bottom: 50px;
    font-size: 1.4285714286rem;
  }
  .privacy__pageTitle span {
    font-size: 0.8571428571rem;
  }
}
.privacy__contents {
  margin: 0 4.6666666667vw;
}
.privacy__contents section {
  margin-top: 10.6666666667vw;
}
.privacy__contents section h3 {
  font-size: 4.2666666667vw;
  font-weight: 700;
}
.privacy__contents section p + ul,
.privacy__contents section li + li {
  margin-top: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .privacy__contents {
    margin: 0;
  }
  .privacy__contents section {
    margin-top: 50px;
  }
  .privacy__contents section h3 {
    font-size: 1.1428571429rem;
  }
  .privacy__contents section p + ul,
  .privacy__contents section li + li {
    margin-top: 10px;
  }
}

/* ==========================================================================
    特定商取引
  ========================================================================== */
.law {
  margin: 16vw 0 16vw;
}
@media only screen and (min-width: 768px) {
  .law {
    width: 828px;
    margin: 95px auto 50px;
  }
}
.law h1 {
  text-align: center;
}
.law h1 img {
  width: 80vw;
}
@media only screen and (min-width: 768px) {
  .law h1 img {
    width: 354px;
  }
}
.law__title {
  padding: 4vw;
  margin-top: 6.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #f5f5f5;
}
.law__title span {
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .law__title {
    padding: 15px 0;
    margin-top: 25px;
    font-size: 1.2857142857rem;
  }
  .law__title span {
    font-size: 0.8571428571rem;
  }
}
.law__inner {
  margin: 0 6.6666666667vw;
}
.law__inner h3 {
  margin-top: 8vw;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .law__inner {
    width: 628px;
    margin: 0 auto;
  }
  .law__inner h3 {
    margin-top: 30px;
  }
}

/* @ PC･SP切り替え
 * ------------------------------------------------------------ */
.sp-only {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.pc-only {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
}

/* @ spacing
 * ------------------------------------------------------------ */
.u-mt-0 {
  margin-top: 0vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-0 {
    margin-top: 0 !important;
  }
}

.u-mt-5 {
  margin-top: 1.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-5 {
    margin-top: 5px !important;
  }
}

.u-mt-10 {
  margin-top: 2.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-10 {
    margin-top: 10px !important;
  }
}

.u-mt-15 {
  margin-top: 4vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-15 {
    margin-top: 15px !important;
  }
}

.u-mt-20 {
  margin-top: 5.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-20 {
    margin-top: 20px !important;
  }
}

.u-mt-25 {
  margin-top: 6.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-25 {
    margin-top: 25px !important;
  }
}

.u-mt-30 {
  margin-top: 8vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-30 {
    margin-top: 30px !important;
  }
}

.u-mt-35 {
  margin-top: 9.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-35 {
    margin-top: 35px !important;
  }
}

.u-mt-40 {
  margin-top: 10.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-40 {
    margin-top: 40px !important;
  }
}

.u-mt-45 {
  margin-top: 12vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-45 {
    margin-top: 45px !important;
  }
}

.u-mt-50 {
  margin-top: 13.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-50 {
    margin-top: 50px !important;
  }
}

.u-mt-55 {
  margin-top: 14.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-55 {
    margin-top: 55px !important;
  }
}

.u-mt-60 {
  margin-top: 16vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-60 {
    margin-top: 60px !important;
  }
}

.u-mt-65 {
  margin-top: 17.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-65 {
    margin-top: 65px !important;
  }
}

.u-mt-70 {
  margin-top: 18.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-70 {
    margin-top: 70px !important;
  }
}

.u-mt-75 {
  margin-top: 20vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-75 {
    margin-top: 75px !important;
  }
}

.u-mt-80 {
  margin-top: 21.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-80 {
    margin-top: 80px !important;
  }
}

.u-mb-0 {
  margin-bottom: 0vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-0 {
    margin-bottom: 0 !important;
  }
}

.u-mb-5 {
  margin-bottom: 1.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-5 {
    margin-bottom: 5px !important;
  }
}

.u-mb-10 {
  margin-bottom: 2.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-10 {
    margin-bottom: 10px !important;
  }
}

.u-mb-15 {
  margin-bottom: 4vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-15 {
    margin-bottom: 15px !important;
  }
}

.u-mb-20 {
  margin-bottom: 5.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-20 {
    margin-bottom: 20px !important;
  }
}

.u-mb-25 {
  margin-bottom: 6.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-25 {
    margin-bottom: 25px !important;
  }
}

.u-mb-30 {
  margin-bottom: 8vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-30 {
    margin-bottom: 30px !important;
  }
}

.u-mb-35 {
  margin-bottom: 9.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-35 {
    margin-bottom: 35px !important;
  }
}

.u-mb-40 {
  margin-bottom: 10.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-40 {
    margin-bottom: 40px !important;
  }
}

.u-mb-45 {
  margin-bottom: 12vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-45 {
    margin-bottom: 45px !important;
  }
}

.u-mb-50 {
  margin-bottom: 13.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-50 {
    margin-bottom: 50px !important;
  }
}

.u-mb-55 {
  margin-bottom: 14.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-55 {
    margin-bottom: 55px !important;
  }
}

.u-mb-60 {
  margin-bottom: 16vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-60 {
    margin-bottom: 60px !important;
  }
}

.u-mb-65 {
  margin-bottom: 17.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-65 {
    margin-bottom: 65px !important;
  }
}

.u-mb-70 {
  margin-bottom: 18.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-70 {
    margin-bottom: 70px !important;
  }
}

.u-mb-75 {
  margin-bottom: 20vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-75 {
    margin-bottom: 75px !important;
  }
}

.u-mb-80 {
  margin-bottom: 21.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-80 {
    margin-bottom: 80px !important;
  }
}

.u-pt-0 {
  padding-top: 0vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-0 {
    padding-top: 0 !important;
  }
}

.u-pt-5 {
  padding-top: 1.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-5 {
    padding-top: 5px !important;
  }
}

.u-pt-10 {
  padding-top: 2.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-10 {
    padding-top: 10px !important;
  }
}

.u-pt-15 {
  padding-top: 4vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-15 {
    padding-top: 15px !important;
  }
}

.u-pt-20 {
  padding-top: 5.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-20 {
    padding-top: 20px !important;
  }
}

.u-pt-25 {
  padding-top: 6.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-25 {
    padding-top: 25px !important;
  }
}

.u-pt-30 {
  padding-top: 8vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-30 {
    padding-top: 30px !important;
  }
}

.u-pt-35 {
  padding-top: 9.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-35 {
    padding-top: 35px !important;
  }
}

.u-pt-40 {
  padding-top: 10.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-40 {
    padding-top: 40px !important;
  }
}

.u-pt-45 {
  padding-top: 12vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-45 {
    padding-top: 45px !important;
  }
}

.u-pt-50 {
  padding-top: 13.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-50 {
    padding-top: 50px !important;
  }
}

.u-pt-55 {
  padding-top: 14.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-55 {
    padding-top: 55px !important;
  }
}

.u-pt-60 {
  padding-top: 16vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-60 {
    padding-top: 60px !important;
  }
}

.u-pt-65 {
  padding-top: 17.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-65 {
    padding-top: 65px !important;
  }
}

.u-pt-70 {
  padding-top: 18.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-70 {
    padding-top: 70px !important;
  }
}

.u-pt-75 {
  padding-top: 20vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-75 {
    padding-top: 75px !important;
  }
}

.u-pt-80 {
  padding-top: 21.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-80 {
    padding-top: 80px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-0 {
    padding-bottom: 0 !important;
  }
}

.u-pb-5 {
  padding-bottom: 1.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-5 {
    padding-bottom: 5px !important;
  }
}

.u-pb-10 {
  padding-bottom: 2.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-10 {
    padding-bottom: 10px !important;
  }
}

.u-pb-15 {
  padding-bottom: 4vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-15 {
    padding-bottom: 15px !important;
  }
}

.u-pb-20 {
  padding-bottom: 5.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-20 {
    padding-bottom: 20px !important;
  }
}

.u-pb-25 {
  padding-bottom: 6.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-25 {
    padding-bottom: 25px !important;
  }
}

.u-pb-30 {
  padding-bottom: 8vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-30 {
    padding-bottom: 30px !important;
  }
}

.u-pb-35 {
  padding-bottom: 9.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-35 {
    padding-bottom: 35px !important;
  }
}

.u-pb-40 {
  padding-bottom: 10.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-40 {
    padding-bottom: 40px !important;
  }
}

.u-pb-45 {
  padding-bottom: 12vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-45 {
    padding-bottom: 45px !important;
  }
}

.u-pb-50 {
  padding-bottom: 13.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-50 {
    padding-bottom: 50px !important;
  }
}

.u-pb-55 {
  padding-bottom: 14.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-55 {
    padding-bottom: 55px !important;
  }
}

.u-pb-60 {
  padding-bottom: 16vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-60 {
    padding-bottom: 60px !important;
  }
}

.u-pb-65 {
  padding-bottom: 17.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-65 {
    padding-bottom: 65px !important;
  }
}

.u-pb-70 {
  padding-bottom: 18.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-70 {
    padding-bottom: 70px !important;
  }
}

.u-pb-75 {
  padding-bottom: 20vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-75 {
    padding-bottom: 75px !important;
  }
}

.u-pb-80 {
  padding-bottom: 21.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-80 {
    padding-bottom: 80px !important;
  }
}

/* @ span 改行
 * ------------------------------------------------------------ */
.newline {
  display: inline-block;
}