@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%;
  scroll-behavior: smooth;
}

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

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;
  }
}

input[type=text],
input[type=email] {
  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] {
    padding: 5px;
    font-size: 1.1428571429rem;
    border: solid 3px #e6e6e6;
    border-radius: 5px;
  }
}

/* フォーカス時のスタイル */
input[type=text]:focus,
input[type=email]: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],
.mailform-item__radio input[type=checkbox] {
  width: 1px;
  opacity: 0;
}
.mailform-item__radio input[type=radio] + span,
.mailform-item__radio input[type=checkbox] + span {
  position: relative;
  display: inline-block;
}
.mailform-item__radio input[type=radio] + span::before,
.mailform-item__radio input[type=checkbox] + 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,
.mailform-item__radio input[type=checkbox]: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,
.mailform-item__radio input[type=checkbox]: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: #6d9bcc;
  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: 50vw;
  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: 240px;
    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-wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.apply--complet .l-wrapper {
  background: url("/assets/img/apply/img_mv_bg_01_sp.jpg") no-repeat center top/100% auto;
}
@media only screen and (min-width: 768px) {
  .apply--complet .l-wrapper {
    background: url("/assets/img/apply/img_mv_bg_01.jpg") no-repeat top center;
    background-size: auto 840px;
  }
}

/* @ メイン
 * ------------------------------------------------------------ */
.l-main {
  width: 100%;
  overflow: hidden;
}
/* @ コンテンツ
 * ------------------------------------------------------------ */
/* @ フッタ レイアウト
 * ------------------------------------------------------------ */
.l-footer {
  width: 90%;
  padding: 8vw 0 6.6666666667vw;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-footer {
    padding: 60px 0 25px;
  }
}
.l-footer--bgPink01 {
  width: 100%;
  background-color: #ffe8e8;
}
.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: 78vw;
  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: 3.2vw;
}
.e-button span span {
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .e-button span {
    font-size: 12px;
  }
  .e-button span span {
    font-size: 10px;
  }
}
.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--blue03 {
  background-color: #6a97cc;
}
.e-button--lightblue01 {
  background-color: #00aeeb;
}
.e-button--pink01 {
  background-color: #da5093;
}
.e-button--pink02 {
  background-color: #e3007f;
}
.e-button--green01 {
  background-color: #4cb79c;
}
.e-button--green02 {
  background-color: #50b38a;
}
.e-button--purple01 {
  background-color: #7c5a9e;
}
@media only screen and (min-width: 768px) {
  .e-button {
    width: 290px;
    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--low--sp {
  line-height: 11.7333333333vw;
}
@media only screen and (min-width: 768px) {
  .e-button--low--sp {
    line-height: 56px;
  }
}
.e-button--2line {
  padding: 8px 0;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .e-button--2line {
    min-height: 56px;
    font-size: 1.0714285714rem;
  }
}
.e-button--border--sp {
  border: 1.0666666667vw solid #fff;
}
@media only screen and (min-width: 768px) {
  .e-button--border--sp {
    border: none;
  }
}

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

/* ==========================================================================
   フォーム
   ========================================================================== */
.mailform {
  margin-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mailform {
    width: 828px;
    margin: 0 auto 50px;
  }
}
.mailform__title {
  padding: 4vw;
  margin-bottom: 9.3333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #a6a6a6;
}
.mailform__title span {
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mailform__title {
    padding: 15px 0;
    margin-bottom: 30px;
    font-size: 1.2857142857rem;
  }
  .mailform__title span {
    font-size: 0.8571428571rem;
  }
}
.mailform__inner {
  margin: 0 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mailform__inner {
    width: 484px;
    margin: 0 auto;
  }
}
.mailform .mailform-item {
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .mailform .mailform-item {
    margin-bottom: 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: 4.2666666667vw;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .mailform .mailform-item label:has(input[type=checkbox]) {
    font-size: 1.1428571429rem;
  }
}
.mailform .mailform-item__title {
  margin-bottom: 5px;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .mailform .mailform-item__title {
    font-size: 1.1428571429rem;
  }
}
.mailform .mailform-item__required {
  color: #6d9bcc;
}
@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: block;
  width: 100%;
}
.mailform .mailform-item__link {
  display: flex;
  justify-content: center;
  margin: 13.3333333333vw 0 8vw;
  line-height: 1.1;
}
.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: #ff9538 !important;
  border-color: #ff9538 !important;
}

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

/* ==========================================================================
    LP01
  ========================================================================== */
.l-main--lp-one-202501 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 {
    min-width: 1032px;
  }
  .l-main--lp-one-202501 img {
    max-width: 1032px;
  }
}
.l-main--lp-one-202501 picture {
  display: block;
}
.l-main--lp-one-202501 .btn-footer {
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 4vw 0;
}
.l-main--lp-one-202501 .mv {
  position: relative;
}
.l-main--lp-one-202501 .mv__header {
  position: relative;
  padding: 26.6666666667vw 0 45.3333333333vw;
  padding: 26.6666666667vw 0 13.3333333333vw;
  background: url("/assets/img/lp/one/2025_01/mv_bg01_sp.jpg") no-repeat center top/100% auto;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .mv__header {
    height: 682px;
    padding: 230px 0 0;
    background: url("/assets/img/lp/one/2025_01/mv_bg01.jpg") no-repeat center top/cover;
  }
}
.l-main--lp-one-202501 .mv__header img {
  width: 84vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .mv__header img {
    width: 535px;
  }
}
.l-main--lp-one-202501 .mv__header h1 {
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .mv__header h1 {
    margin-bottom: 45px;
  }
}
.l-main--lp-one-202501 .mv__header h1 img {
  width: 80vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .mv__header h1 img {
    width: 716px;
  }
}
.l-main--lp-one-202501 .mv__body {
  padding: 13.3333333333vw 0 8vw;
  background: #f0f5fa url("/assets/img/lp/one/2025_01/mv_bg02_sp.png") no-repeat center top/contain;
}
.l-main--lp-one-202501 .mv__body .mv_body_pic01 {
  width: 68.2666666667vw;
  margin: -42.6666666667vw auto 8vw;
}
.l-main--lp-one-202501 .mv__body .mv_body_pic02 {
  margin: 0 4vw 5.3333333333vw;
}
.l-main--lp-one-202501 .mv__body h2 {
  margin-bottom: 5.3333333333vw;
}
.l-main--lp-one-202501 .mv__body h2 img {
  width: 68vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .mv__body {
    padding: 0 0 45px;
    padding: 65px 0 45px;
    margin: 0 auto;
    background: #f0f5fa url("/assets/img/lp/one/2025_01/mv_bg02.png") no-repeat right -250px top/120% auto;
  }
  .l-main--lp-one-202501 .mv__body .mv_body_pic01 {
    width: auto;
    margin: -65px 0 35px -170px;
  }
  .l-main--lp-one-202501 .mv__body .mv_body_pic01 img {
    width: 730px;
  }
  .l-main--lp-one-202501 .mv__body .mv_body_pic02 {
    margin-bottom: 30px;
  }
  .l-main--lp-one-202501 .mv__body .mv_body_pic02 img {
    width: 764px;
  }
  .l-main--lp-one-202501 .mv__body h2 {
    margin-bottom: 30px;
  }
  .l-main--lp-one-202501 .mv__body h2 img {
    width: 493px;
  }
}
.l-main--lp-one-202501 .mv__btn {
  position: fixed;
  top: 75px;
  right: 0;
  z-index: 10;
  display: none;
  width: 200px;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .mv__btn {
    display: block;
  }
}
.l-main--lp-one-202501 .planButton {
  padding: 8vw 0 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .planButton {
    padding: 40px 0 50px;
  }
}
.l-main--lp-one-202501 .chatMusic {
  margin-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .chatMusic {
    margin-bottom: 45px;
  }
}
.l-main--lp-one-202501 .chatMusic__button {
  padding: 8vw 0;
  background-color: #fbeef4;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .chatMusic__button {
    width: 990px;
    padding: 30px 0;
    margin: 0 auto;
    border-radius: 0 0 5px 5px;
  }
}
.l-main--lp-one-202501 .chatMovie {
  margin-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .chatMovie {
    margin-bottom: 45px;
  }
}
.l-main--lp-one-202501 .chatMovie__button {
  padding: 8vw 0;
  background-color: #f2eef5;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .chatMovie__button {
    width: 990px;
    padding: 30px 0;
    margin: 0 auto;
    border-radius: 0 0 5px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .ourWork__body h3 {
    padding-top: 30px;
    margin-top: -30px;
  }
}
.l-main--lp-one-202501 .ourWork__music {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .ourWork__music {
    width: 1032px;
    margin: 0 auto;
  }
}
.l-main--lp-one-202501 .ourWork__music a {
  position: absolute;
  top: 31.2vw;
  right: 17.3333333333vw;
  display: block;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .ourWork__music a {
    top: 94px;
    left: 289px;
    display: block;
    width: 45px;
    height: 45px;
  }
  .l-main--lp-one-202501 .ourWork__music a img {
    width: 45px;
  }
}
.l-main--lp-one-202501 .ourWork__music a:nth-of-type(2) {
  top: 105.0666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .ourWork__music a:nth-of-type(2) {
    top: 94px;
    right: auto;
    left: 592px;
  }
}
.l-main--lp-one-202501 .ourWork__music a:nth-of-type(3) {
  top: auto;
  bottom: 34.1333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .ourWork__music a:nth-of-type(3) {
    inset: 94px 89px auto auto;
  }
}
.l-main--lp-one-202501 .ourWork__movie {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .ourWork__movie {
    width: 1032px;
    margin: 0 auto;
  }
}
.l-main--lp-one-202501 .ourWork__movie a {
  position: absolute;
  top: 29.6vw;
  right: 17.3333333333vw;
  display: block;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .ourWork__movie a {
    top: 94px;
    left: 289px;
    width: 45px;
    height: 45px;
  }
  .l-main--lp-one-202501 .ourWork__movie a img {
    width: 45px;
  }
}
.l-main--lp-one-202501 .ourWork__movie a:nth-of-type(2) {
  top: 102.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .ourWork__movie a:nth-of-type(2) {
    top: 94px;
    left: 592px;
  }
}
.l-main--lp-one-202501 .ourWork__movie a:nth-of-type(3) {
  top: auto;
  bottom: 41.8666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .ourWork__movie a:nth-of-type(3) {
    inset: 94px 89px auto auto;
  }
}
.l-main--lp-one-202501 .chatBook {
  margin-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .chatBook {
    margin-bottom: 60px;
    margin-bottom: 0;
  }
}
.l-main--lp-one-202501 .plan {
  margin-bottom: 16vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .plan {
    margin-bottom: 80px;
  }
}
.l-main--lp-one-202501 .plan__linkBox {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .plan__linkBox {
    width: 1032px;
    margin: 0 auto;
  }
}
.l-main--lp-one-202501 .plan__linkBox a {
  position: absolute;
  right: 18.1333333333vw;
  bottom: 4.8vw;
  display: block;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .plan__linkBox a {
    top: 21px;
    right: 75px;
    bottom: auto;
    width: 45px;
    height: 45px;
  }
  .l-main--lp-one-202501 .plan__linkBox a img {
    width: 45px;
  }
}
.l-main--lp-one-202501 .plan__button {
  padding: 8vw 0 10.6666666667vw;
  padding: 8vw 0;
  background-color: #c6e8df;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .plan__button {
    width: 990px;
    padding: 30px 21px;
    margin: 0 auto;
    border-radius: 0 0 5px 5px;
  }
}
.l-main--lp-one-202501 .wedding {
  margin-top: 8vw;
  margin-bottom: 18.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .wedding {
    margin-top: 0;
    margin-bottom: 100px;
  }
  .l-main--lp-one-202501 .wedding img {
    max-width: 992px;
  }
}
.l-main--lp-one-202501 .wedding__body {
  position: relative;
}
.l-main--lp-one-202501 .wedding__button {
  position: absolute;
  bottom: 6.9333333333vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .wedding__button {
    bottom: 31px;
  }
}
.l-main--lp-one-202501 .one {
  padding: 13.3333333333vw 0;
  margin-bottom: 13.3333333333vw;
  background-color: #e5f1f8;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .one {
    padding: 35px 0;
    margin-bottom: 80px;
  }
  .l-main--lp-one-202501 .one img {
    max-width: 992px;
  }
}
.l-main--lp-one-202501 .one__body {
  position: relative;
}
.l-main--lp-one-202501 .one__button {
  position: absolute;
  bottom: 6.9333333333vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .one__button {
    bottom: 27px;
  }
}
.l-main--lp-one-202501 .member {
  padding-top: 8vw;
  margin-top: -8vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-one-202501 .member {
    padding-top: 0;
    margin-top: 0;
  }
}
/* ==========================================================================
    LP01
  ========================================================================== */
.l-main--lp-biz-202501 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202501 {
    min-width: 1032px;
  }
  .l-main--lp-biz-202501 img {
    max-width: 993px;
  }
}
.l-main--lp-biz-202501 picture {
  display: block;
}
.l-main--lp-biz-202501 .btn-footer {
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 4vw 0;
  background-color: #f0f5fa;
}
.l-main--lp-biz-202501 .mv {
  position: relative;
}
.l-main--lp-biz-202501 .mv__header {
  position: relative;
  height: 106.6666666667vw;
  padding-top: 21.3333333333vw;
  background: url("/assets/img/lp/biz/2025_01/mv_bg01_sp.jpg") no-repeat center top/100% auto;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202501 .mv__header {
    height: 758px;
    padding-top: 130px;
    background: url("/assets/img/lp/biz/2025_01/mv_bg01.jpg") no-repeat center center/cover;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202501 .mv__header img {
    width: 535px;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202501 .mv__header h1 img {
    width: 559px;
  }
}
.l-main--lp-biz-202501 .mv__body .mv_body_pic01 {
  display: block;
  margin: -8.5333333333vw 0 0;
}
.l-main--lp-biz-202501 .mv__body .mv_body_pic02 {
  display: block;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202501 .mv__body .mv_body_pic01 {
    position: relative;
    z-index: 100;
    display: block;
    width: 966px;
    margin: -270px auto 15px;
  }
  .l-main--lp-biz-202501 .mv__body .mv_body_pic02 {
    position: relative;
    z-index: 10;
    display: block;
    width: 990px;
    margin: -60px auto 0;
  }
}
.l-main--lp-biz-202501 .mv__btn {
  position: fixed;
  top: 75px;
  right: 0;
  z-index: 10;
  display: none;
  width: 200px;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202501 .mv__btn {
    display: block;
  }
}
.l-main--lp-biz-202501 .planButton {
  padding: 8vw 0 13.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202501 .planButton {
    padding: 40px 0 80px;
  }
}
.l-main--lp-biz-202501 .service {
  margin-bottom: 10.6666666667vw;
  margin-bottom: 0vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202501 .service {
    margin-bottom: 60px;
    margin-bottom: 0;
  }
}
.l-main--lp-biz-202501 .support {
  margin-bottom: 10.6666666667vw;
  margin-bottom: 0vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202501 .support {
    margin-bottom: 60px;
    margin-bottom: 0;
  }
}
.l-main--lp-biz-202501 .price {
  padding-top: 8vw;
  margin: -8vw 0 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202501 .price {
    padding-top: 50px;
    margin: -50px 0 80px;
  }
}
.l-main--lp-biz-202501 .price__linkBox {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202501 .price__linkBox {
    width: 1032px;
    margin: 0 auto;
  }
  .l-main--lp-biz-202501 .price__linkBox:nth-of-type(4) a, .l-main--lp-biz-202501 .price__linkBox:nth-of-type(5) a {
    top: 35px;
  }
}
.l-main--lp-biz-202501 .price__linkBox a {
  position: absolute;
  right: 10.1333333333vw;
  bottom: 5.0666666667vw;
  display: block;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202501 .price__linkBox a {
    top: 18px;
    right: 80px;
    bottom: auto;
    width: 45px;
    height: 45px;
  }
  .l-main--lp-biz-202501 .price__linkBox a img {
    width: 45px;
  }
}
.l-main--lp-biz-202501 .price__linkBox a.apply {
  right: 10.1333333333vw;
  bottom: 5.0666666667vw;
  display: block;
  width: 17.3333333333vw;
  height: 14.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202501 .price__linkBox a.apply {
    top: 18px;
    right: 80px;
    bottom: auto;
    width: 45px;
    height: 45px;
  }
}
.l-main--lp-biz-202501 .chatBook {
  margin-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202501 .chatBook {
    margin-bottom: 60px;
  }
}
.l-main--lp-biz-202501 .chatBook__button {
  padding: 8vw 0 13.3333333333vw;
  margin: 0 4.5333333333vw;
  background-color: #c6e8df;
  border-radius: 0 0 1.3333333333vw 1.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202501 .chatBook__button {
    width: 992px;
    padding: 30px 0 50px;
    margin: 0 auto;
    border-radius: 0 0 5px 5px;
  }
}
.l-main--lp-biz-202501 .wedding {
  margin-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202501 .wedding {
    margin-bottom: 80px;
  }
  .l-main--lp-biz-202501 .wedding img {
    max-width: 902px;
  }
}
.l-main--lp-biz-202501 .wedding__body {
  position: relative;
}
.l-main--lp-biz-202501 .wedding__button {
  position: absolute;
  bottom: 5.8666666667vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202501 .wedding__button {
    bottom: 27px;
  }
}
.l-main--lp-biz-202501 .one {
  margin-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202501 .one {
    margin-bottom: 80px;
  }
  .l-main--lp-biz-202501 .one img {
    max-width: 902px;
  }
}
.l-main--lp-biz-202501 .one__body {
  position: relative;
}
.l-main--lp-biz-202501 .one__button {
  position: absolute;
  bottom: 5.8666666667vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202501 .one__button {
    bottom: 27px;
  }
}
/* ==========================================================================
    LP01
  ========================================================================== */
.l-main--lp-biz-202502 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 {
    min-width: 1280px;
  }
  .l-main--lp-biz-202502 img {
    width: 100%;
    max-width: 1160px;
  }
}
.l-main--lp-biz-202502 picture {
  display: block;
}
.l-main--lp-biz-202502 .btn-footer {
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 4vw 0;
  background-color: #f0f5fa;
}
.l-main--lp-biz-202502 .mv {
  padding-bottom: 8.8vw;
  margin-bottom: 10.6666666667vw;
  background-image: url("/assets/img/lp/biz/2025_02/mv_bg02_sp.png");
  background-repeat: no-repeat;
  background-position: center bottom 2px;
  background-size: 15.7333333333vw 8.8vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .mv {
    padding-bottom: 33px;
    margin-bottom: 70px;
    background-size: 59px 33px;
  }
}
.l-main--lp-biz-202502 .mv__header {
  position: relative;
  height: 106.6666666667vw;
  padding-top: 10.6666666667vw;
  background: url("/assets/img/lp/biz/2025_02/mv_bg01_sp.png") no-repeat center top/100% auto;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .mv__header {
    height: 640px;
    padding-top: 60px;
    background: url("/assets/img/lp/biz/2025_02/mv_bg01.png ") no-repeat center center/cover;
  }
}
.l-main--lp-biz-202502 .mv__header img {
  width: 58.1333333333vw;
  margin-bottom: 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .mv__header img {
    width: 360px;
    margin-bottom: 110px;
  }
}
.l-main--lp-biz-202502 .mv__header picture:nth-of-type(2) img {
  width: 73.3333333333vw;
  margin-bottom: 21.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .mv__header picture:nth-of-type(2) img {
    width: 1022px;
    margin-bottom: 130px;
  }
}
.l-main--lp-biz-202502 .mv__header h1 img {
  width: 33.0666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .mv__header h1 img {
    width: 202px;
  }
}
.l-main--lp-biz-202502 .mv__body {
  padding: 9.3333333333vw 0 10.6666666667vw;
  background-color: #e6e7eb;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .mv__body {
    padding: 60px 0;
  }
}
.l-main--lp-biz-202502 .mv__body img {
  width: 75.2vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .mv__body img {
    width: 618px;
  }
}
.l-main--lp-biz-202502 .mv__body picture:nth-of-type(2) img {
  width: 81.6vw;
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .mv__body picture:nth-of-type(2) img {
    width: 638px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .service {
    width: 1040px;
    margin: 0 auto;
  }
}
.l-main--lp-biz-202502 .service__btn {
  padding: 13.3333333333vw 0;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .service__btn {
    padding: 30px 0 50px;
  }
}
.l-main--lp-biz-202502 .service__btn span {
  display: inline-block;
  margin-top: 1.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .service__btn span {
    margin-top: 5px;
  }
}
.l-main--lp-biz-202502 .service__btn--blue {
  padding: 6.6666666667vw 0;
  margin-bottom: 6.6666666667vw;
  background-color: #e5f7fd;
  border-radius: 0 0 2.1333333333vw 2.1333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .service__btn--blue {
    padding: 20px 0;
    margin-bottom: 20px;
    border-radius: 0 0 8px 8px;
  }
}
.l-main--lp-biz-202502 .member {
  padding-top: 10.6666666667vw;
  margin-bottom: 13.3333333333vw;
  background-color: #e6e7eb;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .member {
    padding-top: 50px;
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .member img {
    width: 1020px;
  }
}
.l-main--lp-biz-202502 .member__btn {
  padding: 6.6666666667vw 0 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .member__btn {
    padding: 30px 0 50px;
  }
}
.l-main--lp-biz-202502 .member__btn span {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .member__btn span {
    margin-top: 5px;
  }
}
.l-main--lp-biz-202502 .oneyear {
  margin: 0 auto 21.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .oneyear {
    width: 1280px;
    margin: 0 auto 80px;
    border: 3px solid #d0d7ea;
    border-radius: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .oneyear__header {
    margin-top: -50px;
  }
}
.l-main--lp-biz-202502 .oneyear__header-menu {
  display: flex;
  flex-direction: column;
  padding-bottom: 13.3333333333vw;
  background-image: url("/assets/img/lp/biz/2025_02/oneyear_bg01_sp.png");
  background-position: left center, right center;
  background-size: 100% 100%;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .oneyear__header-menu {
    flex-direction: row;
    justify-content: space-between;
    width: 1040px;
    padding-bottom: 0;
    margin: 0 auto 70px;
    background: none;
  }
}
.l-main--lp-biz-202502 .oneyear__header-menu a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .oneyear__header-menu a {
    width: 336px;
  }
}
.l-main--lp-biz-202502 .oneyear__btn {
  padding: 8vw 0 13.3333333333vw;
  background-image: url("/assets/img/lp/biz/2025_02/oneyear_bg01_sp.png");
  background-position: left center, right center;
  background-size: 100% 100%;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .oneyear__btn {
    padding: 40px 0 70px;
    background: none;
  }
}
.l-main--lp-biz-202502 .oneyear__btn span {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .oneyear__btn span {
    margin-top: 5px;
  }
}
.l-main--lp-biz-202502 .oneyear__btn--bottom {
  padding-bottom: 10.6666666667vw;
  background-image: url("/assets/img/lp/biz/2025_02/oneyear_bg02_sp.png"), url("/assets/img/lp/biz/2025_02/oneyear_bg01_sp.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center bottom, left center, right center;
  background-size: contain, 100% 100%, 100% 100%;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .oneyear__btn--bottom {
    padding-bottom: 70px;
    background: none;
  }
}
.l-main--lp-biz-202502 .question {
  padding-top: 10.6666666667vw;
  background-color: #e5f7fd;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .question {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .question__header {
    width: 1068px;
    margin: 0 auto;
  }
}
.l-main--lp-biz-202502 .question__body--bottom {
  margin-bottom: 13.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .question__body {
    width: 1068px;
    margin: 0 auto;
  }
  .l-main--lp-biz-202502 .question__body--bottom {
    margin-bottom: 70px;
  }
}
.l-main--lp-biz-202502 .question__btn {
  padding: 9.3333333333vw 0 16vw;
  background-color: #fff;
}
.l-main--lp-biz-202502 .question__btn img {
  width: 74.1333333333vw;
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .question__btn {
    padding: 50px 0 60px;
  }
  .l-main--lp-biz-202502 .question__btn img {
    width: 487px;
    margin-bottom: 30px;
  }
}
.l-main--lp-biz-202502 .question__btn span {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .question__btn span {
    margin-top: 5px;
  }
}
.l-main--lp-biz-202502 .banner {
  padding: 13.3333333333vw 0;
  margin-bottom: 10.6666666667vw;
  background-color: #e5f1f8;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .banner {
    padding: 36px 0;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .banner__header {
    width: 990px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .banner__body {
    width: 990px;
    margin: 0 auto;
  }
}
.l-main--lp-biz-202502 .banner__btn {
  padding: 8vw 0;
  margin: 0 4.5333333333vw;
  background-color: #fff;
  border-radius: 0 0 1.8666666667vw 1.8666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .banner__btn {
    width: 990px;
    padding: 20px 0 35px;
    margin: 0 auto;
    border-radius: 0 0 7px 7px;
  }
}
.l-main--lp-biz-202502 .member02 {
  padding-top: 8vw;
  background-color: #e6e7eb;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .member02 {
    padding-top: 40px;
  }
}
.l-main--lp-biz-202502 .member02__header {
  margin: 0 4.5333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .member02__header {
    width: 830px;
    margin: 0 auto;
  }
}
.l-main--lp-biz-202502 .member02__body {
  margin: 0 4.5333333333vw 8vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .member02__body {
    width: 830px;
    margin: 0 auto 40px;
  }
}
.l-main--lp-biz-202502 .member02__btn {
  padding: 8vw 0 0;
  margin: 0 auto;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .member02__btn {
    padding: 40px 0 0;
  }
}
.l-main--lp-biz-202502 .member02__btn span {
  display: inline-block;
  margin-top: 1.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-biz-202502 .member02__btn span {
    margin-top: 5px;
  }
}

/* ==========================================================================
    LP01
  ========================================================================== */
.l-main--lp-music-202501 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-music-202501 {
    min-width: 1500px;
  }
  .l-main--lp-music-202501 img {
    width: 100%;
    max-width: 1128px;
  }
}
.l-main--lp-music-202501 + footer {
  padding-bottom: 32vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-music-202501 + footer {
    padding-bottom: 25px;
  }
}
.l-main--lp-music-202501 picture {
  display: block;
}
.l-main--lp-music-202501 .mv__header {
  min-height: 147.2vw;
  padding: 13.3333333333vw 9.3333333333vw 34.6666666667vw;
  text-align: left;
  background: url("/assets/img/lp/music/2025_01/mv_bg01_sp.png") no-repeat center top/100% auto;
}
.l-main--lp-music-202501 .mv__header h1 picture {
  width: 64.5333333333vw;
}
.l-main--lp-music-202501 .mv__header h1 + picture {
  width: 52.8vw;
  margin-top: 32vw;
}
.l-main--lp-music-202501 .mv__body {
  padding: 8vw 0;
}
.l-main--lp-music-202501 .mv__body img {
  width: 75.7333333333vw;
}
.l-main--lp-music-202501 .mv__btn {
  display: flex;
  flex-direction: column;
  gap: 4vw 0;
  justify-content: space-between;
  width: 90.6666666667vw;
  margin: 8vw auto 0;
}
.l-main--lp-music-202501 .mv__btn--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  padding: 5.3333333333vw 4vw;
  margin: 0;
  background-color: #ffe8e8;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .l-main--lp-music-202501 .mv__header {
    height: 568px;
    min-height: auto;
    padding: 135px 0 110px;
    margin: 0 auto;
    background: url("/assets/img/lp/music/2025_01/mv_bg01.png") no-repeat center center/cover;
  }
  .l-main--lp-music-202501 .mv__header h1 picture {
    width: 1048px;
    margin: 0 auto;
  }
  .l-main--lp-music-202501 .mv__header h1 picture img {
    width: 624px;
  }
  .l-main--lp-music-202501 .mv__header h1 + picture {
    width: 1048px;
    margin: 40px auto 0;
  }
  .l-main--lp-music-202501 .mv__header h1 + picture img {
    width: 495px;
    margin-left: 145px;
  }
  .l-main--lp-music-202501 .mv__body {
    padding: 70px 0 40px;
  }
  .l-main--lp-music-202501 .mv__body img {
    width: 539px;
  }
  .l-main--lp-music-202501 .mv__btn {
    flex-direction: row;
    justify-content: space-between;
    width: 704px;
    margin: 45px auto;
  }
  .l-main--lp-music-202501 .mv__btn a {
    margin: 0;
  }
  .l-main--lp-music-202501 .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-music-202501 .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-music-202501 .about__wrap01 {
  padding: 17.3333333333vw 4.6666666667vw 16vw;
  background: url("/assets/img/lp/music/2025_01/about_bg01_sp.png") no-repeat center top/cover;
}
.l-main--lp-music-202501 .about__wrap01 .about__body {
  padding: 5.3333333333vw 4vw 16vw;
  margin: 40px auto 0;
  background-color: #fff;
  border-radius: 2.1333333333vw;
}
.l-main--lp-music-202501 .about__wrap01 .about__body > picture:nth-of-type(2) {
  margin-top: 6.6666666667vw;
}
.l-main--lp-music-202501 .about__wrap01 .about__body > picture:nth-of-type(3) {
  margin: 6.6666666667vw 0 -33.3333333333vw;
}
.l-main--lp-music-202501 .about__wrap01 .about__body + .about__body {
  z-index: 2;
  margin-top: 21.3333333333vw;
}
.l-main--lp-music-202501 .about__wrap01 .about__body + .about__body + .about__body {
  padding: 0;
  margin-top: 21.3333333333vw;
  background-color: initial;
}
.l-main--lp-music-202501 .about__wrap01 .about__body + .about__body + .about__body > picture:first-child {
  width: 66.6666666667vw;
  margin: 0 auto;
}
.l-main--lp-music-202501 .about__wrap01 .about__btn {
  margin: 9.3333333333vw auto 0;
}
.l-main--lp-music-202501 .about__wrap02 {
  padding: 17.3333333333vw 0 22.6666666667vw;
  background: url("/assets/img/lp/music/2025_01/about_bg02_sp.png") no-repeat center top/contain;
}
.l-main--lp-music-202501 .about__wrap02 .about__body {
  width: 87.4666666667vw;
  margin: 0 auto;
}
.l-main--lp-music-202501 .about__wrap02 .about__body > picture {
  width: 82.1333333333vw;
  margin: 0 auto;
}
.l-main--lp-music-202501 .about__wrap02 .about__body > picture:nth-of-type(2) {
  margin: 6.6666666667vw auto 0;
}
.l-main--lp-music-202501 .about__wrap02 .about__body > picture:nth-of-type(3) {
  width: 87.4666666667vw;
  margin: 6.6666666667vw auto 0;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-music-202501 .about img {
    max-width: 960px;
  }
  .l-main--lp-music-202501 .about__wrap01 {
    padding: 100px 0 40px;
    background: url("/assets/img/lp/music/2025_01/about_bg01.png") no-repeat center top/cover;
  }
  .l-main--lp-music-202501 .about__wrap01 .about__header > picture {
    width: 904px;
    margin: 0 auto;
  }
  .l-main--lp-music-202501 .about__wrap01 .about__body {
    position: relative;
    z-index: 3;
    width: 960px;
    padding: 35px 40px 80px;
    margin: 40px auto 0;
    border-radius: 16px;
  }
  .l-main--lp-music-202501 .about__wrap01 .about__body > picture {
    width: 504px;
    margin: 0 auto;
  }
  .l-main--lp-music-202501 .about__wrap01 .about__body > picture:nth-of-type(2) {
    width: 100%;
    margin: 35px auto 0;
  }
  .l-main--lp-music-202501 .about__wrap01 .about__body > picture:nth-of-type(3) {
    width: 608px;
    margin: 35px auto -168px;
  }
  .l-main--lp-music-202501 .about__wrap01 .about__body + .about__body {
    z-index: 2;
    margin-top: 135px;
  }
  .l-main--lp-music-202501 .about__wrap01 .about__body + .about__body > picture:first-child {
    width: 440px;
  }
  .l-main--lp-music-202501 .about__wrap01 .about__body + .about__body + .about__body {
    margin-top: 135px;
  }
  .l-main--lp-music-202501 .about__wrap01 .about__body + .about__body + .about__body > picture:first-child {
    width: 440px;
  }
  .l-main--lp-music-202501 .about__wrap01 .about__btn {
    margin: 75px auto 0;
  }
  .l-main--lp-music-202501 .about__wrap02 {
    padding: 105px 0 100px;
    background: url("/assets/img/lp/music/2025_01/about_bg02.png") no-repeat center top/100% 100%;
  }
  .l-main--lp-music-202501 .about__wrap02 .about__body {
    width: 928px;
    margin: 0 auto;
  }
  .l-main--lp-music-202501 .about__wrap02 .about__body > picture {
    width: 504px;
    margin: 0 auto;
  }
  .l-main--lp-music-202501 .about__wrap02 .about__body > picture:nth-of-type(2) {
    width: 480px;
    margin: 35px auto 0;
  }
  .l-main--lp-music-202501 .about__wrap02 .about__body > picture:nth-of-type(3) {
    width: 928px;
    margin: 40px auto 0;
  }
}
.l-main--lp-music-202501 .sample {
  padding: 14.6666666667vw 4.6666666667vw 17.3333333333vw;
}
.l-main--lp-music-202501 .sample__header picture {
  width: 59.7333333333vw;
  margin: 0 auto;
}
.l-main--lp-music-202501 .sample__body ul {
  display: flex;
  flex-direction: column;
  gap: 4vw 0;
  margin-top: 6.6666666667vw;
}
.l-main--lp-music-202501 .sample__body ul li {
  padding: 6.6666666667vw 5.3333333333vw;
  text-align: left;
  background-color: #eef1f5;
  border-radius: 1.0666666667vw;
}
.l-main--lp-music-202501 .sample__body ul li iframe {
  width: 100%;
  height: 80px;
}
.l-main--lp-music-202501 .sample__body ul li picture {
  width: 64vw;
  margin-top: 5.3333333333vw;
}
.l-main--lp-music-202501 .sample__body ul li:nth-of-type(1) img {
  width: 64vw;
}
.l-main--lp-music-202501 .sample__body ul li:nth-of-type(2) img {
  width: 56.5333333333vw;
}
.l-main--lp-music-202501 .sample__body ul li:nth-of-type(3) img {
  width: 46.6666666667vw;
}
.l-main--lp-music-202501 .sample__body ul li:nth-of-type(4) img {
  width: 49.6vw;
}
.l-main--lp-music-202501 .sample__body ul li:nth-of-type(5) img {
  width: 56.2666666667vw;
}
.l-main--lp-music-202501 .sample__body ul li:nth-of-type(6) img {
  width: 56.2666666667vw;
}
.l-main--lp-music-202501 .sample__body ul li:nth-of-type(7) img {
  width: 53.0666666667vw;
}
.l-main--lp-music-202501 .sample__body > picture {
  margin-bottom: 55px;
}
.l-main--lp-music-202501 .sample__body > picture img {
  max-width: 1160px;
}
.l-main--lp-music-202501 .sample__body > picture:nth-of-type(2) {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-music-202501 .sample {
    width: 828px;
    padding: 55px 0 85px;
    margin: 0 auto;
  }
  .l-main--lp-music-202501 .sample__header picture {
    width: 574px;
  }
  .l-main--lp-music-202501 .sample__body ul {
    gap: 25px 0;
    margin-top: 45px;
  }
  .l-main--lp-music-202501 .sample__body ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 50px;
    border-radius: 4px;
  }
  .l-main--lp-music-202501 .sample__body ul li iframe {
    width: 320px;
    height: 80px;
  }
  .l-main--lp-music-202501 .sample__body ul li picture {
    width: 361px;
    margin-top: 0;
  }
  .l-main--lp-music-202501 .sample__body ul li:nth-of-type(1) img {
    width: 361px;
  }
  .l-main--lp-music-202501 .sample__body ul li:nth-of-type(2) img {
    width: 318px;
  }
  .l-main--lp-music-202501 .sample__body ul li:nth-of-type(3) img {
    width: 261px;
  }
  .l-main--lp-music-202501 .sample__body ul li:nth-of-type(4) img {
    width: 280px;
  }
  .l-main--lp-music-202501 .sample__body ul li:nth-of-type(5) img {
    width: 318px;
  }
  .l-main--lp-music-202501 .sample__body ul li:nth-of-type(6) img {
    width: 318px;
  }
  .l-main--lp-music-202501 .sample__body ul li:nth-of-type(7) img {
    width: 299px;
  }
  .l-main--lp-music-202501 .sample__body > picture {
    margin-bottom: 55px;
  }
  .l-main--lp-music-202501 .sample__body > picture img {
    max-width: 1160px;
  }
  .l-main--lp-music-202501 .sample__body > picture:nth-of-type(2) {
    margin-bottom: 100px;
  }
}
.l-main--lp-music-202501 .service {
  padding: 14.6666666667vw 4.6666666667vw;
  background-color: #daebdd;
}
.l-main--lp-music-202501 .service__header img {
  width: 74.1333333333vw;
}
.l-main--lp-music-202501 .service__btn {
  margin-top: 4vw;
}
.l-main--lp-music-202501 .service__btn a {
  max-width: 73.6vw;
}
.l-main--lp-music-202501 .service__bgBox01 {
  padding: 6.6666666667vw 4vw 8vw;
  margin: 8vw 0 0;
  background-color: #fff;
  border-radius: 1.0666666667vw;
}
.l-main--lp-music-202501 .service__bgBox01 > picture:nth-of-type(1) {
  margin-top: 5.3333333333vw;
}
.l-main--lp-music-202501 .service__bgBox01 > picture:nth-of-type(2) {
  margin-top: 6.1333333333vw;
}
.l-main--lp-music-202501 .service__list {
  margin-top: 13.3333333333vw;
}
.l-main--lp-music-202501 .service__list ul li {
  padding: 4vw;
  margin-top: 4vw;
  background-color: #fff;
  border: 3px solid #a2eece;
  border-radius: 16px;
}
.l-main--lp-music-202501 .service__list h3 img {
  width: 61.8666666667vw;
}
.l-main--lp-music-202501 .service__list + .service__list h3 img {
  width: 82.9333333333vw;
}
.l-main--lp-music-202501 .service__list + .service__list + .service__list h3 img {
  width: 61.8666666667vw;
}
.l-main--lp-music-202501 .service__text01 {
  margin-top: 1.3333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-music-202501 .service {
    padding: 65px 0 80px;
  }
  .l-main--lp-music-202501 .service__header img {
    width: 794px;
  }
  .l-main--lp-music-202501 .service__btn {
    margin-top: 15px;
  }
  .l-main--lp-music-202501 .service__btn a {
    max-width: 274px;
  }
  .l-main--lp-music-202501 .service__bgBox01 {
    width: 960px;
    padding: 35px 30px;
    margin: 40px auto 0;
    border-radius: 16px;
  }
  .l-main--lp-music-202501 .service__bgBox01 > picture:nth-of-type(1) {
    margin-top: 30px;
  }
  .l-main--lp-music-202501 .service__bgBox01 > picture:nth-of-type(1) img {
    width: 840px;
  }
  .l-main--lp-music-202501 .service__bgBox01 > picture:nth-of-type(2) {
    margin-top: 30px;
  }
  .l-main--lp-music-202501 .service__list {
    margin-top: 55px;
  }
  .l-main--lp-music-202501 .service__list ul {
    display: flex;
    gap: 25px 25px;
    justify-content: center;
    margin-top: 25px;
  }
  .l-main--lp-music-202501 .service__list ul li {
    width: 310px;
    padding: 15px;
    margin-top: 0;
    border-radius: 16px;
  }
  .l-main--lp-music-202501 .service__list h3 img {
    width: 310px;
  }
  .l-main--lp-music-202501 .service__list + .service__list h3 img {
    width: 415px;
  }
  .l-main--lp-music-202501 .service__list + .service__list + .service__list h3 img {
    width: 483px !important;
  }
  .l-main--lp-music-202501 .service__list + .service__list + .service__list ul li {
    width: 390px;
  }
  .l-main--lp-music-202501 .service__text01 {
    margin-top: 5px;
    font-size: 1.1428571429rem;
  }
}
.l-main--lp-music-202501 .flow {
  padding: 17.3333333333vw 4.6666666667vw 18.6666666667vw;
  background: #ffe8e8 url("/assets/img/lp/music/2025_01/flow_bg01_sp.png") no-repeat center top/cover;
}
.l-main--lp-music-202501 .flow__header img {
  width: 48.2666666667vw;
}
.l-main--lp-music-202501 .flow__body {
  margin-top: 5.3333333333vw;
}
.l-main--lp-music-202501 .flow__bgBox01 {
  padding: 8vw 4vw;
  background-color: #ffd2d2;
  border-radius: 4.2666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-music-202501 .flow {
    padding: 80px 0;
    background: #ffe8e8 url("/assets/img/lp/music/2025_01/flow_bg01.png") no-repeat center top/cover;
  }
  .l-main--lp-music-202501 .flow__header img {
    width: 241px;
  }
  .l-main--lp-music-202501 .flow__body {
    margin-top: 30px;
  }
  .l-main--lp-music-202501 .flow__bgBox01 {
    width: 880px;
    padding: 55px 100px 60px;
    margin: 0 auto;
    border-radius: 16px;
  }
}
.l-main--lp-music-202501 .voice {
  padding: 0.2666666667vw 0 12vw;
  background-color: #fff;
}
.l-main--lp-music-202501 .voice__header {
  margin: -14.6666666667vw 4vw 0 0;
}
.l-main--lp-music-202501 .voice__body {
  margin: 2.6666666667vw 8vw 0;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-music-202501 .voice {
    padding: 1px 0 60px;
  }
  .l-main--lp-music-202501 .voice__header {
    margin: -15px 0 0;
  }
  .l-main--lp-music-202501 .voice__header img {
    width: 886px;
  }
  .l-main--lp-music-202501 .voice__body {
    margin: 30px 0 0;
  }
  .l-main--lp-music-202501 .voice__body img {
    width: 1128px;
  }
}
.l-main--lp-music-202501 .other {
  padding: 17.3333333333vw 4.6666666667vw;
  background-color: #ffe8e8;
}
.l-main--lp-music-202501 .other__header img {
  width: 71.4666666667vw;
}
.l-main--lp-music-202501 .other__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw 0;
  margin: 8vw 0 0;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-music-202501 .other {
    padding: 90px 0 80px;
  }
  .l-main--lp-music-202501 .other__header img {
    width: 737px;
  }
  .l-main--lp-music-202501 .other__btn {
    justify-content: space-between;
    width: 704px;
    margin: 30px auto 0;
  }
}
.l-main--lp-music-202501 .banner {
  padding: 0 4.6666666667vw;
  background-color: #ffe8e8;
}
.l-main--lp-music-202501 .banner__header picture img {
  width: 51.2vw;
}
.l-main--lp-music-202501 .banner__body picture {
  margin-top: 5.3333333333vw;
}
.l-main--lp-music-202501 .banner__btn {
  margin-top: 5.3333333333vw;
}
.l-main--lp-music-202501 .banner__btn a {
  width: 64vw;
}
.l-main--lp-music-202501 .banner__borderBox01 {
  padding: 6.6666666667vw 5.3333333333vw;
  background-color: #fff;
  border: 0.5333333333vw solid #c8c9ca;
  border-radius: 1.0666666667vw;
}
.l-main--lp-music-202501 .banner__borderBox01 + .banner__borderBox01 {
  margin-top: 6.6666666667vw;
}
.l-main--lp-music-202501 .banner__borderBox01 + .banner__borderBox01 .banner__header picture img {
  width: 62.1333333333vw;
}
.l-main--lp-music-202501 .banner__borderBox01 + .banner__borderBox01 .banner__body {
  margin: 0 -10.5333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-music-202501 .banner {
    padding: 0;
  }
  .l-main--lp-music-202501 .banner__header picture img {
    width: 493px;
  }
  .l-main--lp-music-202501 .banner__body picture {
    margin-top: 40px;
  }
  .l-main--lp-music-202501 .banner__btn {
    margin: 30px auto 0;
  }
  .l-main--lp-music-202501 .banner__btn a {
    width: 340px;
  }
  .l-main--lp-music-202501 .banner__borderBox01 {
    width: 990px;
    padding: 40px 80px 30px;
    margin: 0 auto;
    border: 2px solid #c8c9ca;
    border-radius: 16px;
  }
  .l-main--lp-music-202501 .banner__borderBox01 + .banner__borderBox01 {
    padding: 40px 20px 30px;
    margin-top: 50px;
  }
  .l-main--lp-music-202501 .banner__borderBox01 + .banner__borderBox01 .banner__header {
    position: relative;
    z-index: 10;
  }
  .l-main--lp-music-202501 .banner__borderBox01 + .banner__borderBox01 .banner__header picture img {
    width: 567px;
  }
  .l-main--lp-music-202501 .banner__borderBox01 + .banner__borderBox01 .banner__body {
    position: relative;
    z-index: 1;
    margin: -55px 0 0;
  }
}
.l-main--lp-music-202501 .partner {
  padding: 10.6666666667vw 4.8vw;
  background-color: #e6e7eb;
}
.l-main--lp-music-202501 .partner__header {
  margin-bottom: 5.3333333333vw;
}
.l-main--lp-music-202501 .partner__header img {
  width: 45.8666666667vw;
}
.l-main--lp-music-202501 .partner__body > picture {
  margin-bottom: 10.6666666667vw;
}
.l-main--lp-music-202501 .partner__btn a {
  margin: 2.6666666667vw auto 0.8vw;
}
.l-main--lp-music-202501 .partner__btn span {
  font-size: 4.2666666667vw;
}
.l-main--lp-music-202501 .partner__btn span span {
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp-music-202501 .partner {
    padding: 55px 0 35px;
  }
  .l-main--lp-music-202501 .partner__header {
    margin-bottom: 30px;
  }
  .l-main--lp-music-202501 .partner__header img {
    width: 630px;
  }
  .l-main--lp-music-202501 .partner__body > picture {
    margin-bottom: 25px;
  }
  .l-main--lp-music-202501 .partner__body > picture img {
    width: 765px;
  }
  .l-main--lp-music-202501 .partner__btn a {
    width: 340px;
    margin: 10px auto 3px;
  }
  .l-main--lp-music-202501 .partner__btn span {
    font-size: 1.1428571429rem;
  }
  .l-main--lp-music-202501 .partner__btn span span {
    font-size: 0.8571428571rem;
  }
}

/* ==========================================================================
    お申し込みフォーム
  ========================================================================== */
.apply--complet .mailform__message {
  margin-bottom: 18.6666666667vw;
  font-size: 3.4666666667vw;
  color: #fff;
  text-align: center;
}
.apply--complet .mailform__message h2 {
  margin-bottom: 6.6666666667vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .apply--complet .mailform__message {
    margin-bottom: 100px;
    font-size: 1.1428571429rem;
  }
  .apply--complet .mailform__message h2 {
    margin-bottom: 35px;
    font-size: 1.7142857143rem;
  }
}
.apply--complet .mailform__backLink {
  text-align: center;
}

/* ==========================================================================
    プライバシーポリシー
  ========================================================================== */
.privacy {
  padding: 9.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .privacy {
    padding: 35px;
  }
}
.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__logo {
  margin-bottom: 14.6666666667vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .privacy__logo {
    margin-bottom: 55px;
  }
}
.privacy__logo img {
  width: 21.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .privacy__logo img {
    width: 80px;
  }
}
.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-bottom: 21.3333333333vw;
}
.privacy__contents section {
  margin-bottom: 13.3333333333vw;
}
.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-bottom: 80px;
  }
  .privacy__contents section {
    margin-bottom: 50px;
  }
  .privacy__contents section h3 {
    font-size: 1.1428571429rem;
  }
  .privacy__contents section p + ul,
  .privacy__contents section li + li {
    margin-top: 10px;
  }
}

/* ==========================================================================
    特定商取引
  ========================================================================== */
.law {
  margin-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .law {
    width: 828px;
    margin: 0 auto 50px;
  }
}
.law__title {
  padding: 4vw;
  margin-bottom: 9.3333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #a6a6a6;
}
@media only screen and (min-width: 768px) {
  .law__title {
    padding: 15px 0;
    margin-bottom: 30px;
    font-size: 1.2857142857rem;
  }
}
.law__inner {
  margin: 0 6.6666666667vw;
}
.law__inner h3 {
  font-weight: 700;
}
.law__inner p + h3 {
  margin-top: 8vw;
}
@media only screen and (min-width: 768px) {
  .law__inner {
    width: 628px;
    margin: 0 auto;
  }
  .law__inner p + 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;
}