@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;
  -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: #459dba;
  text-decoration: none;
  transition: color 0.3s ease;
  transition-duration: 0.5s;
  transition-property: opacity;
}
a:hover {
  color: #459dba;
  text-decoration: underline;
  opacity: 0.75;
}
@media (hover: none) {
  a:hover {
    color: #459dba;
    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: #459dba;
  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: #459dba;
  border: solid 1px #459dba;
  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: #459dba;
  border: solid 1px #459dba;
  box-shadow: inset 0 0 0 4px #fff;
}

.mailform-item__checkbox label {
  position: relative;
  padding-left: 5px;
  font-size: 3.7333333333vw;
  color: #459dba;
  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 #459dba;
}
.mailform-item__checkbox input[type=checkbox]:checked + span::after {
  border-bottom: solid 3px #459dba;
  border-left: solid 3px #459dba;
}

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: #459dba;
  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 #459dba;
}
@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 #459dba;
  }
}

/* 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: 6.6666666667vw 0;
  margin: 0 auto;
  text-align: center;
}
.l-footer--btn {
  padding-bottom: 32.2666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-footer {
    padding: 25px 0;
  }
  .l-footer--btn {
    padding-bottom: 25px;
  }
}
.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-footer-company {
  padding: 10.6666666667vw 5.3333333333vw;
  font-size: 4.2666666667vw;
  border-bottom: 0.2666666667vw solid #a6a6a6;
}
.l-footer-company__text01 span {
  font-size: 5.8666666667vw;
  font-weight: 800;
}
.l-footer-company__info {
  padding: 5.3333333333vw 8vw;
  margin-top: 4vw;
  font-size: 4.8vw;
  background-color: #e6e6e6;
  border-radius: 1.8666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-footer-company {
    padding: 40px 20px;
    font-size: 1.1428571429rem;
    border-bottom: 1px solid #a6a6a6;
  }
  .l-footer-company__text01 span {
    font-size: 1.5714285714rem;
  }
  .l-footer-company__info {
    padding: 20px 30px;
    margin-top: 15px;
    font-size: 1.2857142857rem;
    border-radius: 7px;
  }
}
.l-footer-company__name {
  width: 65%;
  padding-top: 13.3333333333vw;
  margin-right: auto;
  margin-bottom: 8vw;
  margin-left: auto;
  line-height: 2;
}
.l-footer-company__name img {
  width: 100%;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .l-footer-company__name {
    padding-top: 50px;
    margin-bottom: 30px;
  }
}
.l-footer-company__copyright {
  font-size: 3.2vw;
  line-height: 2;
  letter-spacing: 0.117em;
}
@media only screen and (min-width: 768px) {
  .l-footer-company__copyright {
    font-size: 0.8571428571rem;
    letter-spacing: 0.15em;
  }
}
.l-footer__copyright {
  font-size: 3.2vw;
  letter-spacing: 0.117em;
}
@media only screen and (min-width: 768px) {
  .l-footer__copyright {
    font-size: 0.8571428571rem;
    letter-spacing: 0.15em;
  }
}

/* @ ヘッダ レイアウト
 * ------------------------------------------------------------ */
.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: #e3007f;
}
.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: #459dba;
  border: 0.8vw solid #fff;
  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 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: #459dba;
}
@media only screen and (min-width: 768px) {
  .e-button {
    width: 340px;
    margin: 0 auto;
    font-size: 1.1428571429rem;
    line-height: 56px;
    border: 3px solid #fff;
  }
  .e-button::after {
    right: 25px;
    width: 10px;
    height: 10px;
    content: "";
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
  }
}
.e-button--down {
  font-size: 3.7333333333vw;
  line-height: 10.6666666667vw;
  background-color: #459dba;
}
.e-button--down::after {
  right: 5.3333333333vw;
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  content: "";
  transform: translateY(-50%) rotate(135deg);
}
@media only screen and (min-width: 768px) {
  .e-button--down {
    font-size: 1rem;
    line-height: 40px;
  }
  .e-button--down::after {
    right: 20px;
    width: 7px;
    height: 7px;
  }
}

/* ==========================================================================
   タイトル
   ========================================================================== */
/* 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: #f5f5f5;
}
.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: #459dba;
}
@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 #459dba;
}
@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: #f0756d;
}

.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 #f0756d;
}

.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: #45de9e !important;
  border-color: #45de9e !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: #f0756d !important;
  border-color: #f0756d !important;
}

/* ==========================================================================
    LP01
  ========================================================================== */
.l-main--lp01 {
  text-align: center;
}
.l-main--lp01 .lp01-btn-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 4vw 0;
  background-color: #c7e2ea;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-btn-footer {
    display: none;
  }
}
.l-main--lp01 .lp01-mv {
  position: relative;
}
.l-main--lp01 .lp01-mv__header {
  position: relative;
  background: url("/assets/img/lp01/img_mv_bg_01_sp.jpg") no-repeat center top/100% auto;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-mv__header {
    height: 960px;
    padding-top: 75px;
    background: url("/assets/img/lp01/img_mv_bg_01.jpg") no-repeat center center/cover;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-mv__header img {
    width: 767px;
  }
}
.l-main--lp01 .lp01-mv__header h1 img {
  margin-bottom: 65vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-mv__header h1 img {
    margin-bottom: 0;
  }
}
.l-main--lp01 .lp01-mv__body {
  padding: 6.6666666667vw 0 18.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-mv__body {
    width: 483px;
    padding: 60px 0;
    margin: 0 auto;
  }
}
.l-main--lp01 .lp01-mv__btn {
  position: fixed;
  top: 75px;
  right: 0;
  z-index: 10;
  display: none;
  width: 200px;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-mv__btn {
    display: block;
  }
}
.l-main--lp01 .lp01-mv__movie h2 {
  margin: 0 auto 5px;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-mv__movie h2 {
    width: 224px;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-mv__movie {
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 350px;
    transform: translateX(180px);
  }
}
.l-main--lp01 .lp01-service {
  padding: 1px 0 42.1333333333vw;
  background: #faedf3 url("/assets/img/lp01/img_service_bg_01_sp.png") repeat-x center bottom;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-service {
    padding: 1px 0 200px;
    background: #faedf3 url("/assets/img/lp01/img_service_bg_01.png") repeat-x center bottom;
    background-size: 1600px auto;
  }
}
.l-main--lp01 .lp01-service__header {
  margin: -13.3333333333vw auto 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-service__header {
    width: 828px;
    margin: -50px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-service__body {
    max-width: 1240px;
    margin: 0 auto;
  }
}
.l-main--lp01 .lp01-service__body picture {
  display: block;
}
.l-main--lp01 .lp01-service__body picture:nth-of-type(1) {
  margin-bottom: 4vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-service__body picture:nth-of-type(1) {
    margin-bottom: 50px;
  }
}
.l-main--lp01 .lp01-service__body picture:nth-of-type(n + 2) {
  margin-bottom: 5.8666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-service__body picture:nth-of-type(n + 2) {
    width: 960px;
    margin: 0 auto 60px;
  }
}
.l-main--lp01 .lp01-plan {
  padding-top: 8vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-plan {
    padding-top: 65px;
  }
}
.l-main--lp01 .lp01-plan__header {
  margin-bottom: -6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-plan__header {
    width: 640px;
    margin: 0 auto -28px;
  }
}
.l-main--lp01 .lp01-plan__header h2 {
  margin-top: 8vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-plan__header h2 {
    width: 530px;
    margin: 45px auto 0;
  }
}
.l-main--lp01 .lp01-plan__body {
  padding: 12vw 0 5.3333333333vw;
  background-color: #faedf3;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-plan__body {
    padding: 60px 0 70px;
    margin: 0 auto;
  }
}
.l-main--lp01 .lp01-plan__body .movie-length {
  position: relative;
  z-index: 10;
  margin-bottom: -2.6666666667vw;
  transform: translateZ(0);
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-plan__body .movie-length {
    width: 806px;
    margin: 0 auto -15px;
  }
}
.l-main--lp01 .lp01-plan__body .movie-length__btn {
  position: absolute;
  bottom: 13.8666666667vw;
  left: 50%;
  width: 70.4vw;
  margin-left: -35.2vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-plan__body .movie-length__btn {
    bottom: 55px;
    width: 480px;
    margin-left: 0;
    transform: translateX(-240px);
  }
}
.l-main--lp01 .lp01-plan__body .movie-taste {
  position: relative;
  z-index: 1;
  padding-bottom: 14.6666666667vw;
  transform: translateZ(0);
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-plan__body .movie-taste {
    width: 960px;
    padding-bottom: 65px;
    margin: 0 auto;
  }
}
.l-main--lp01 .lp01-plan__body .movie-taste::after {
  position: absolute;
  bottom: 4.2666666667vw;
  left: 50%;
  display: block;
  width: 6.4vw;
  height: 6.4vw;
  content: "";
  background: url("/assets/img/lp01/icon_plus_01.png") no-repeat center center;
  background-size: cover;
  transform: translateX(-3.2vw);
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-plan__body .movie-taste::after {
    bottom: 17px;
    width: 28px;
    height: 28px;
    transform: translateX(-14px);
  }
}
.l-main--lp01 .lp01-plan__body .movie-taste__btn {
  position: absolute;
  bottom: 20.2666666667vw;
  left: 50%;
  width: 80vw;
  transform: translateX(-40vw);
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-plan__body .movie-taste__btn {
    bottom: 90px;
    width: 480px;
    transform: translateX(-240px);
  }
}
.l-main--lp01 .lp01-plan__body .movie-timeline {
  position: relative;
  transform: translateZ(0);
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-plan__body .movie-timeline {
    width: 828px;
    margin: 0 auto;
  }
}
.l-main--lp01 .lp01-plan__body .movie-timeline__btn {
  position: absolute;
  bottom: 5.3333333333vw;
  left: 50%;
  width: 64vw;
  margin-left: -32vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-plan__body .movie-timeline__btn {
    bottom: 30px;
    left: 50%;
    width: 240px;
    margin-left: 0;
    transform: translateX(25px);
  }
}
.l-main--lp01 .lp01-selfplan {
  padding: 1px 0 6.6666666667vw;
  margin: 29.3333333333vw 0 13.3333333333vw;
  background-color: #e3eff5;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-selfplan {
    padding: 1px 0 65px;
    margin: 165px 0 120px;
  }
}
.l-main--lp01 .lp01-selfplan__header {
  margin: -25.3333333333vw 0 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-selfplan__header {
    width: 529px;
    margin: -128px auto 35px;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-selfplan__body {
    width: 828px;
    margin: 0 auto;
  }
}
.l-main--lp01 .lp01-futuremovie {
  padding: 10.6666666667vw 0 12vw;
  background-color: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-futuremovie {
    padding: 60px 0 130px;
  }
}
.l-main--lp01 .lp01-futuremovie__btn {
  position: absolute;
  left: 50%;
  display: flex;
  justify-content: space-between;
  width: 76.8vw;
  transform: translateX(-38.4vw);
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-futuremovie__btn {
    width: 208px;
    transform: translateX(-336px);
  }
}
.l-main--lp01 .lp01-futuremovie__btn a {
  position: relative;
  display: inline-block;
  width: 37.3333333333vw;
  padding: 1.3333333333vw 0 6.4vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #e75297;
  border-radius: 100vh;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-futuremovie__btn a {
    width: 96px;
    padding: 4px 0 20px;
    font-size: 1rem;
  }
}
.l-main--lp01 .lp01-futuremovie__btn a:hover {
  text-decoration: none;
}
.l-main--lp01 .lp01-futuremovie__btn a::after {
  position: absolute;
  bottom: 1.8666666667vw;
  left: 50%;
  display: block;
  width: 2.4vw;
  height: 2.6666666667vw;
  content: "";
  background: url("/assets/img/lp01/icon_arrow_right_01.png") no-repeat center center;
  background-size: cover;
  transform: translateX(-1.0666666667vw);
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-futuremovie__btn a::after {
    bottom: 6px;
    width: 9px;
    height: 10px;
    transform: translateX(-4px);
  }
}
.l-main--lp01 .lp01-futuremovie__header {
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-futuremovie__header {
    width: 200px;
    margin: 0 auto 55px;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-futuremovie__body {
    width: 1240px;
    margin: 0 auto;
  }
}
.l-main--lp01 .lp01-futuremovie__body .movie-length {
  margin-bottom: 13.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-futuremovie__body .movie-length {
    padding-top: 50px;
    margin: -50px auto 75px;
  }
}
.l-main--lp01 .lp01-futuremovie__body .movie-sample {
  position: relative;
  padding-top: 8vw;
  margin: -8vw 0 13.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-futuremovie__body .movie-sample {
    width: 960px;
    padding-top: 50px;
    margin: -50px auto 100px;
  }
}
.l-main--lp01 .lp01-futuremovie__body .movie-sample__btn {
  top: 128vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-futuremovie__body .movie-sample__btn {
    top: auto;
    bottom: 451px;
  }
}
.l-main--lp01 .lp01-futuremovie__body .movie-sample__btn--amecomi {
  top: auto;
  bottom: 88.8vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-futuremovie__body .movie-sample__btn--amecomi {
    bottom: 77px;
  }
}
.l-main--lp01 .lp01-futuremovie__body .movie-sample__btn--anime {
  top: 208.5333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-futuremovie__body .movie-sample__btn--anime {
    top: auto;
    transform: translateX(128px);
  }
}
.l-main--lp01 .lp01-futuremovie__body .movie-sample__btn--real {
  top: auto;
  bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-futuremovie__body .movie-sample__btn--real {
    bottom: 77px;
    transform: translateX(128px);
  }
}
.l-main--lp01 .lp01-futuremovie__body .movie-sytle {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-futuremovie__body .movie-sytle {
    width: 900px;
    margin: 0 auto;
  }
}
.l-main--lp01 .lp01-futuremovie__body .movie-sytle__btn {
  bottom: 18.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-futuremovie__body .movie-sytle__btn {
    bottom: 120px;
    transform: translateX(63px);
  }
}
.l-main--lp01 .lp01-singleitem {
  padding: 12vw 0;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-singleitem {
    padding: 80px 0 95px;
  }
}
.l-main--lp01 .lp01-singleitem__header {
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-singleitem__header {
    width: 537px;
    margin: 0 auto 40px;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-singleitem__body {
    width: 1104px;
    margin: 0 auto;
  }
}
.l-main--lp01 .lp01-voice {
  padding: 13.3333333333vw 0 8vw;
  background-color: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-voice {
    padding: 80px 0 50px;
  }
}
.l-main--lp01 .lp01-voice__header {
  margin-bottom: 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-voice__header {
    width: 519px;
    margin: 0 auto 20px;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-voice__body {
    width: 960px;
    margin: 0 auto;
  }
}
.l-main--lp01 .lp01-voice__btn {
  width: 80vw;
  margin: 8vw auto 0;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-voice__btn {
    width: 400px;
    margin: 45px auto 0;
  }
}
.l-main--lp01 .lp01-schedule {
  padding: 13.3333333333vw 0 8vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-schedule {
    padding: 95px 0;
  }
}
.l-main--lp01 .lp01-schedule__header {
  margin-bottom: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-schedule__header {
    width: 323px;
    margin: 0 auto 25px;
  }
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-schedule__body {
    width: 1104px;
    margin: 0 auto;
  }
}
.l-main--lp01 .lp01-one {
  padding: 12vw 4.5333333333vw 12vw;
  background-color: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-one {
    padding: 60px 0;
  }
  .l-main--lp01 .lp01-one img {
    max-width: 960px;
  }
}
.l-main--lp01 .lp01-one__body {
  margin: -18.1333333333vw auto 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-one__body {
    width: 960px;
    margin: -78px auto 35px;
  }
}
.l-main--lp01 .lp01-one__btn {
  width: 64vw;
  margin: -20.2666666667vw auto 0;
}
@media only screen and (min-width: 768px) {
  .l-main--lp01 .lp01-one__btn {
    width: 240px;
    margin: -76px auto 0;
  }
}

/* ==========================================================================
    お申し込みフォーム
  ========================================================================== */
.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: #f5f5f5;
}
@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;
}