@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 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 */
}

/**
 * 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: inherit; /* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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 {
  border-style: none;
  padding: 0;
}

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

/*   Common Setting
----------------------------*/
/* 変数定義 */
:root {
  --black100: #000000;
  --black70: #5C5C5C;
  --black20: #CCCCCC;
  --black10: #D5D5D5;
  --black5: #F4F4F4;
  --basepurple: #3901FC;
  --red100: #FF0000;
  --yellow100: #FFF500;
  --white: #FFFFFF;
  --linkclr: #3901FC;
  --linkhvr: #3901FC;
  --fontfamily: "Hiragino Sans ProN", "ヒラギノ角ゴシック ProN", "Hiragino Sans Pro", "Yu Gothic UI", "游ゴシック", "MSゴシック", "メイリオ", Meiryo, Osaka, sans-serif;
  --ffmarub: "M PLUS Rounded 1c", sans-serif;
  --ffgothicb: "Noto Sans JP", sans-serif;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
img.rdus30 {
  border-radius: 30px;
}
img.rdus40 {
  border-radius: 40px;
}
img.rdus50 {
  border-radius: 50px;
}

/* FadeIn Animation */
.effect-fade {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.effect-fade:nth-of-type(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.effect-fade:nth-of-type(3) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.effect-fade:nth-of-type(4) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.effect-fade:nth-of-type(5) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.effect-fade:nth-of-type(6) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.fadeT {
  -webkit-transform: translate(0, -80px);
          transform: translate(0, -80px);
}

.fadeB {
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
}

.fadeL {
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
}

.fadeR {
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.sub {
  font-size: 62.5%;
}

/**================================= Link Setting =================================**/
a {
  color: var(--linkclr);
  text-decoration: none;
}

a:visited {
  color: var(--linkclr);
  text-decoration: none;
}

a:hover {
  color: var(--linkhvr);
  text-decoration: none;
}

a:active {
  color: var(--linkhvr);
  text-decoration: none;
}

a[href^="tel:"] {
  color: var(--black70);
  text-decoration: none;
  cursor: text;
}

/**================================= Common Setting =================================**/
html {
  height: 100%;
}

body {
  background: var(--white);
  font-family: var(--fontfamily);
  color: var(--basepurple);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}

/**================================= Header Setting =================================**/
.blockHeader .blockHeader__Inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
}
.blockHeader .glogo .logotxt {
  color: var(--basepurple);
  font-size: 0.75rem;
  display: block;
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 1;
}
.blockHeader .glogo .logoimg {
  width: 192px;
  display: block;
}
.blockHeader .hcontright .hcardlist {
  display: none;
}
.blockHeader .hcontright .hInfo {
  font-family: var(--ffgothicb);
}
.blockHeader .hcontright .hInfo .htxt {
  display: none;
}
.blockHeader .hcontright .hInfo .headTel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.blockHeader .hcontright .hInfo .headTel a {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 50px;
  height: 50px;
  background-color: var(--basepurple);
  position: relative;
  border-radius: 5px;
  text-align: center;
  color: var(--white);
}
.blockHeader .hcontright .hInfo .headTel a::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-size: 1.875rem;
  font-weight: 900;
  position: absolute;
  top: calc(50% + 2px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-indent: 0;
}

/**================================= Navi Setting =================================**/
/**================================= Footer Setting =================================**/
.blockFooter {
  background-color: var(--yellow100);
  padding-bottom: 40px;
}
.blockFooter.under {
  padding-top: 40px;
}
.blockFooter .copyright {
  text-align: center;
  font-size: 0.75rem;
}

@media screen and (min-width: 641px) {
  /**================================= Header Setting =================================**/
}
@media screen and (min-width: 921px) {
  /**================================= Header Setting =================================**/
  .blockHeader .blockHeader__Inner {
    padding: 35px 30px;
  }
  .blockHeader .glogo .logotxt {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .blockHeader .glogo .logoimg {
    width: 222px;
  }
  .blockHeader .hcontright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .blockHeader .hcontright .hcardlist {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .blockHeader .hcontright .hcardlist img {
    width: 250px;
  }
  .blockHeader .hcontright .hInfo {
    letter-spacing: 0;
  }
  .blockHeader .hcontright .hInfo .htxt {
    display: block;
  }
  .blockHeader .hcontright .hInfo .htxt span {
    display: inline-block;
    background-color: var(--basepurple);
    color: var(--white);
    font-size: 1.25rem;
    padding: 5px 10px;
    margin-left: 10px;
    line-height: 1;
  }
  .blockHeader .hcontright .hInfo .headTel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    line-height: 1;
  }
  .blockHeader .hcontright .hInfo .headTel a {
    text-indent: 0;
    white-space: nowrap;
    overflow: hidden;
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    text-align: left;
    color: var(--basepurple);
    padding-left: 60px;
    font-size: 2.375rem;
    font-weight: 700;
  }
  .blockHeader .hcontright .hInfo .headTel a::before {
    content: "";
    width: 52px;
    height: 34px;
    background: url(../images/shared/freedial.svg) no-repeat center center/contain;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1281px) {
  /**================================= Header Setting =================================**/
  .blockHeader .blockHeader__Inner {
    padding: 35px 40px;
  }
  .blockHeader .glogo .logotxt {
    font-size: 1.25rem;
  }
  .blockHeader .glogo .logoimg {
    width: 383px;
  }
  .blockHeader .hcontright .hcardlist img {
    width: 330px;
  }
  .blockHeader .hcontright .hInfo {
    margin-left: calc(23vw - 250px);
  }
  .blockHeader .hcontright .hInfo .htxt {
    font-size: 1.4375rem;
  }
  .blockHeader .hcontright .hInfo .htxt span {
    font-size: 1.625rem;
    padding: 5px 10px;
  }
  .blockHeader .hcontright .hInfo .headTel a {
    padding-left: 90px;
    font-size: 3.125rem;
  }
  .blockHeader .hcontright .hInfo .headTel a::before {
    content: "";
    width: 78px;
    height: 44px;
  }
}
/**================================= Common Setting Setting =================================**/
.sect {
  padding: 40px 20px;
}
.sect .innerSect:nth-child(n+2) {
  margin-top: 60px;
}
.sect .innerSect.scene {
  margin-top: 80px;
}

/* Headline */
.indexhl02 {
  text-align: center;
  margin-bottom: 30px;
}
.indexhl02 img {
  height: 24vw;
}

/* Text */
.modTxt01 {
  font-size: 1rem;
  color: var(--basepurple);
  line-height: 1.6;
}

/* Button */
input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 0.5;
}
input[type=text]::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 0.5;
}
input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 0.5;
}
input[type=text]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 0.5;
}
input[type=text]::placeholder,
textarea::placeholder {
  opacity: 0.5;
}

input[type=text]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input[type=text]:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

input[type=text]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input[type=text]:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input[type=text]:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

/**================================= INDEX Setting =================================**/
/* Common */
/* FV
---------------------*/
.indexFv {
  min-height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}
.indexFv .indexFv__inner {
  text-align: center;
}
.indexFv .fv_catch {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: 0.5s 1s;
  transition: 0.5s 1s;
  position: relative;
}
.indexFv .fv_catch::before, .indexFv .fv_catch::after {
  content: "";
  width: 10%;
  height: 26%;
  position: absolute;
  top: -13%;
  background: url(../images/index/fv_particle.svg) no-repeat center center/contain;
  opacity: 0;
}
.indexFv .fv_catch::before {
  left: 0%;
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
  -webkit-transition: 0.5s 1.4s;
  transition: 0.5s 1.4s;
}
.indexFv .fv_catch::after {
  right: 6%;
  -webkit-transform: scale(-0.5, 0.5);
          transform: scale(-0.5, 0.5);
  -webkit-transition: 0.5s 1.7s;
  transition: 0.5s 1.7s;
}
.indexFv .fv_txt {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  background-color: var(--basepurple);
  padding: 7px 40px;
  border-radius: 30px;
  line-height: 1;
  width: 80%;
  opacity: 0;
  -webkit-transition: 0.5s 2s;
  transition: 0.5s 2s;
}
.indexFv .fv_txt img {
  width: 100%;
  max-width: 300px;
}
.indexFv.is-animestart::before {
  opacity: 1;
}
.indexFv.is-animestart .fv_catch {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.indexFv.is-animestart .fv_catch::before, .indexFv.is-animestart .fv_catch::after {
  opacity: 1;
}
.indexFv.is-animestart .fv_catch::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.indexFv.is-animestart .fv_catch::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.indexFv.is-animestart .fv_txt {
  opacity: 1;
}
.indexFv .bsSliderWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.indexFv .bsSliderWrap .bsSlider {
  width: 100%;
  height: 100%;
}
.indexFv .bsSliderWrap .bsSlider .slick-list,
.indexFv .bsSliderWrap .bsSlider .slick-track {
  height: 100%;
}
.indexFv .bsSliderWrap .bsSlider .bsSliderItem {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.indexFv .bsSliderWrap .bsSlider .bsSliderItem.slide01 {
  background-image: url(../images/index/bg_fv01.jpg);
}
.indexFv .bsSliderWrap .bsSlider .bsSliderItem.slide02 {
  background-image: url(../images/index/bg_fv02.jpg);
}
.indexFv .bsSliderWrap .bsSlider .bsSliderItem.slide03 {
  background-image: url(../images/index/bg_fv03.jpg);
  background-position: 80% center;
}
.indexFv .bsSliderWrap .bsSlider .bsSliderItem.slide04 {
  background-image: url(../images/index/bg_fv04.jpg);
}

/* INTRO
---------------------*/
.sectIndexIntro {
  background-color: #fff2df;
}

.introtitle01 {
  text-align: center;
  margin-bottom: 20px;
}
.introtitle01 img.line2 {
  height: 22vw;
}

.introtitle__btmtxt {
  font-size: 1rem;
  margin-bottom: 30px;
  text-align: center;
}

.introCheckList li {
  position: relative;
  padding-left: 12vw;
}
.introCheckList li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8vw;
  height: 8vw;
  background: url(../images/index/icn_check.svg) no-repeat center center/contain;
}
.introCheckList li img {
  height: 12vw;
}
.introCheckList li:nth-child(n+2) {
  margin-top: 8vw;
}

.intro02_title {
  margin-bottom: 30px;
  text-align: center;
}

.intro02Box:nth-of-type(n+2) {
  margin-top: 40px;
}

.intro02BoxTop {
  margin-top: 40px;
  padding-top: 250px;
  background: url(../images/index/illust01.svg) no-repeat center top/auto 223px;
}
.intro02BoxTop .intro02_solutiontitle {
  text-align: center;
  margin-bottom: 20px;
}
.intro02BoxTop .intro02_solutiontitle img {
  height: 10vw;
}
.intro02BoxTop .intro02_solutiontitle img.line2 {
  height: 22vw;
}
.intro02BoxTop .intro02_solutiontitle.smb10 {
  margin-bottom: 10px;
}
.intro02BoxTop .intro02_solutionSubtitle {
  margin-bottom: 20px;
  text-align: center;
}
.intro02BoxTop .intro02_solutionSubtitle_top {
  margin-bottom: 10px;
  text-align: center;
}
.intro02BoxTop .intro02_solutionSubtitle_top img {
  width: 60%;
}
.intro02BoxTop .intro02_solutionSubtitle_top2 {
  margin-bottom: 10px;
  text-align: center;
}
.intro02BoxTop .intro02_solutionSubtitle_top2 img {
  width: 77%;
}
.intro02BoxTop .intro02_solutionDesc {
  font-size: 1.125rem;
}
.intro02BoxTop .intro02PriceTxt01 span:nth-child(1) {
  display: block;
  background-color: var(--basepurple);
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-top: 5px;
  padding-bottom: 2px;
}
.intro02BoxTop .intro02PriceTxt01 span:nth-child(1) img {
  height: 6vw;
}
.intro02BoxTop .intro02PriceTxt01 span:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: calc(50vw - 18px) solid transparent;
  border-left: calc(50vw - 18px) solid transparent;
  border-top: 20px solid var(--basepurple);
  border-bottom: 0;
}
.intro02BoxTop .intro02PriceTxt01 span:nth-child(2) {
  display: block;
  text-align: center;
}
.intro02BoxTop .intro02PriceTxt01 span .price01 {
  height: 12vw;
}
.intro02BoxTop .intro02PriceTxt02 {
  margin-top: 10px;
  text-align: center;
}
.intro02BoxTop .intro02PriceTxt02 span:nth-child(1) {
  display: block;
}
.intro02BoxTop .intro02PriceTxt02 span:nth-child(2) .price02 {
  height: 8vw;
}

.intro02BoxBtm {
  margin-top: 20px;
  padding: 20px;
  border: var(--basepurple) solid 4px;
}
.intro02BoxBtm .introqtxt {
  font-size: 1.25rem;
  font-family: var(--ffmarub);
  font-weight: 500;
  margin-bottom: 10px;
}
.intro02BoxBtm .introqtxt + .introatxt {
  margin-top: 0;
}
.intro02BoxBtm .introatxt {
  margin-top: 15px;
}
.intro02BoxBtm .introatxtStrong {
  margin-top: 10px;
  font-family: var(--ffmarub);
  font-weight: 700;
}

/* COMPARE
---------------------*/
.sectIndexCompare {
  background-color: var(--basepurple);
}

.compareTableBox {
  width: 100%;
  overflow-x: auto;
}

.compareTableWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.compareTableWrap .compareTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.compareTableWrap .compareDatabox {
  text-align: center;
  padding: 10px;
  color: #4C4B4D;
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.compareTableWrap .compareDatabox:nth-of-type(odd) {
  background-color: #EAEAEA;
}
.compareTableWrap .compareDatabox:nth-of-type(even) {
  background-color: var(--white);
}
.compareTableWrap .compareDatabox .compareDataDl {
  margin-bottom: 5px;
  font-family: var(--ffmarub);
}
.compareTableWrap .compareDatabox .compareDataDl dt, .compareTableWrap .compareDatabox .compareDataDl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.compareTableWrap .compareDatabox .compareDataDl dt {
  font-size: 1rem;
  font-weight: 500;
  min-height: 1em;
}
.compareTableWrap .compareDatabox .compareDataDl dd {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 5px;
  letter-spacing: 0;
}
.compareTableWrap .compareDatabox .compareDataDesc {
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.compareTableWrap .compareTableNormal {
  width: 50%;
  min-width: 320px;
  padding-top: 34px;
}
.compareTableWrap .compareTableNormal .compareTitle {
  height: 86px;
  background-color: #4C4B4D;
}
.compareTableWrap .compareTableNormal .compareTitle img {
  height: auto;
}
.compareTableWrap .compareTableSobi {
  width: 50%;
  min-width: 320px;
  margin-top: 0;
  position: relative;
}
.compareTableWrap .compareTableSobi::before {
  content: "";
  border: var(--red100) solid 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.compareTableWrap .compareTableSobi .compareTitle {
  background-color: var(--red100);
  height: 120px;
}
.compareTableWrap .compareTableSobi .compareTitle img {
  height: auto;
}
.compareTableWrap .compareTableSobi .compareDatabox .compareDataDl dd {
  color: var(--red100);
}

/* CTA
---------------------*/
.sectIndexCta {
  background-color: var(--yellow100);
}
.sectIndexCta .ctaBox .ctaIllust {
  text-align: center;
  position: relative;
  padding-top: 100px;
  margin-bottom: 30px;
}
.sectIndexCta .ctaBox .ctaIllust p {
  position: absolute;
  width: 100%;
  max-width: 350px;
  background-color: var(--basepurple);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 25px 0;
  border-radius: 10px;
}
.sectIndexCta .ctaBox .ctaIllust p::before {
  content: "";
  position: absolute;
  width: 59px;
  height: 32px;
  background: url(../images/index/cta_fukidashi_arrow.svg) no-repeat left bottom/contain;
  bottom: -30px;
  left: 56%;
}
.sectIndexCta .ctaBox .ctaTxt {
  text-align: center;
}
.sectIndexCta .ctaBox .ctaTxt .ctaTxt01 {
  font-family: var(--ffgothicb);
}
.sectIndexCta .ctaBox .ctaTxt .ctaTxt01 .fsl {
  font-weight: 900;
  display: block;
  font-size: clamp(12px, 7.8vw, 40px);
}
.sectIndexCta .ctaBox .ctaTxt .ctaTxt01 .fss {
  display: block;
  font-size: clamp(1px, 4.6vw, 24px);
}
.sectIndexCta .ctaBox .ctaTxt .ctaTel {
  font-size: clamp(12px, 8vw, 40px);
  font-weight: 900;
  font-family: var(--ffgothicb);
  margin-top: 10px;
}
.sectIndexCta .ctaBox .ctaTxt .ctaTel a {
  display: inline-block;
  padding-left: 74px;
  position: relative;
  color: var(--basepurple);
}
.sectIndexCta .ctaBox .ctaTxt .ctaTel a::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 45px;
  background: url(../images/shared/freedial.svg) no-repeat center center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sectIndexCta .ctaBox .ctaBtnList {
  margin-top: 30px;
}
.sectIndexCta .ctaBox .ctaBtnList .ctaBtn__item {
  text-align: center;
}
.sectIndexCta .ctaBox .ctaBtnList .ctaBtn__item:nth-child(n+2) {
  margin-top: 10px;
}
.sectIndexCta .ctaBox .ctaBtnList .ctaBtn__item a {
  display: inline-block;
  border: var(--basepurple) solid 5px;
  padding: 15px;
  font-size: clamp(10px, 4vw, 18px);
  font-weight: 800;
  font-family: var(--ffmarub);
  width: 100%;
  max-width: 363px;
}
.sectIndexCta .ctaBox .ctaBtnList .ctaBtn__item a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 25px;
  border-color: transparent transparent transparent #3701F2;
  margin-left: 10px;
  vertical-align: middle;
}

/* FLOW
---------------------*/
.sectIndexFlow .indexhl02,
.sectIndexBlackmentor .indexhl02 {
  text-align: left;
}
.sectIndexFlow .indexhl02 span,
.sectIndexBlackmentor .indexhl02 span {
  display: inline-block;
  padding-left: 60px;
  position: relative;
}
.sectIndexFlow .indexhl02 span::before,
.sectIndexBlackmentor .indexhl02 span::before {
  content: "";
  width: 60px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/index/icn_title03.png) no-repeat center center/contain;
}
.sectIndexFlow .indexhl02 span img,
.sectIndexBlackmentor .indexhl02 span img {
  height: 19vw;
}
.sectIndexFlow .indexhl02 span img.line3,
.sectIndexBlackmentor .indexhl02 span img.line3 {
  height: 26vw;
}

.flowList .flowItem:nth-child(n+2) {
  margin-top: 40px;
}
.flowList .flowItem .flowstepImg {
  position: relative;
  margin-bottom: 20px;
}
.flowList .flowItem .flowstepImg .flowstepIcn {
  padding: 7px 10px;
  background-color: var(--basepurple);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  line-height: 1;
}
.flowList .flowItem .flowstepImg figure img {
  width: 100%;
}
.flowList .flowItem .flowTitle {
  margin-bottom: 15px;
  text-align: center;
}
.flowList .flowItem .flowDesc {
  font-size: 1rem;
}

/* FAQ
---------------------*/
.sectIndexFaq .indexhl02 img {
  height: 19vw;
}
.sectIndexFaq .FaqBox .faqQ,
.sectIndexFaq .FaqBox .faqA {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sectIndexFaq .FaqBox .faqQ .faqIcn,
.sectIndexFaq .FaqBox .faqA .faqIcn {
  width: 45px;
}
.sectIndexFaq .FaqBox .faqQ .faqTxt,
.sectIndexFaq .FaqBox .faqA .faqTxt {
  width: calc(100% - 20px - 45px);
  padding-top: 9px;
}
.sectIndexFaq .FaqBox .faqQ {
  margin-bottom: 15px;
  font-size: 1.125rem;
}
.sectIndexFaq .FaqBox .faqQ:nth-child(n+2) {
  margin-top: 30px;
}
.sectIndexFaq .FaqBox .faqA {
  padding-bottom: 30px;
  border-bottom: var(--basepurple) solid 1px;
  font-size: 1rem;
}

/* AREA
---------------------*/
.sectIndexArea .areaItem:nth-child(n+2) {
  margin-top: 30px;
}
.sectIndexArea .areaItem figure {
  width: 80%;
  margin: 0 auto;
}
.sectIndexArea .indexhl02 img {
  height: 11vw;
}
.sectIndexArea .areatitle {
  font-size: 1rem;
}

/* OHTER
---------------------*/
.sectIndexOther .indexhl02 {
  margin-bottom: 40px;
}
.sectIndexOther .indexhl02 span {
  display: inline-block;
  position: relative;
}
.sectIndexOther .indexhl02 span::before, .sectIndexOther .indexhl02 span::after {
  content: "";
  width: 4px;
  height: 90px;
  background-color: var(--basepurple);
  position: absolute;
  bottom: 0;
}
.sectIndexOther .indexhl02 span::before {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  left: -6vw;
}
.sectIndexOther .indexhl02 span::after {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  right: -6vw;
}
.sectIndexOther .indexhl02 img {
  height: 40vw;
}
.sectIndexOther .otherServiceBox {
  font-size: 1rem;
  text-align: center;
}
.sectIndexOther .otherServiceBox:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: #3701F2 solid 1px;
}
.sectIndexOther .otherServiceBox .otherServiceTitle {
  text-align: center;
  margin-bottom: 20px;
}
.sectIndexOther .otherServiceBox .otherServiceCont dt:nth-of-type(n+2) {
  margin-top: 10px;
}
.sectIndexOther .otherServiceBox .otherServiceTxt {
  margin-bottom: 10px;
}

img.line3 {
  height: 32vw;
}
img.line4 {
  height: 40vw;
}

/* INTRO03
---------------------*/
/* TOTAL SUPPORT */
.totalSupportSubTitle {
  text-align: center;
  color: #686868;
  font-size: 1.375rem;
  font-family: var(--ffgothicb);
  font-weight: 700;
  margin-bottom: 20px;
}

.totalSupportTitle {
  text-align: center;
  margin-bottom: 30px;
}

.totalSupportCont {
  color: #000;
}
.totalSupportCont:nth-child(n+2) {
  margin-top: 120px;
  position: relative;
}
.totalSupportCont:nth-child(n+2)::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../images/index/icn_plus.svg) no-repeat center center/contain;
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.totalSupportCont figure {
  text-align: center;
  margin-bottom: 20px;
}
.totalSupportCont h3 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: var(--ffgothicb);
}
.totalSupportCont p {
  font-size: 0.875rem;
}

.btnBox {
  margin-top: 20px;
  text-align: center;
}
.btnBox a.btn {
  display: inline-block;
  max-width: 240px;
  background-color: #3701F2;
  position: relative;
  font-size: 1rem;
  color: #FFF;
  padding: 0 40px 0 20px;
  height: 48px;
  line-height: 48px;
}
.btnBox a.btn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 9.5px 0 9.5px;
  border-color: #FFF transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* SCENE */
.sceneList {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sceneList .sceneItem {
  color: #000;
  text-align: center;
  width: 48%;
}
.sceneList .sceneItem:nth-child(n+3) {
  margin-top: 30px;
}
.sceneList .sceneItem:nth-child(2n) {
  margin-left: 4%;
}
.sceneList .sceneItem figcaption {
  margin-top: 10px;
  font-size: 0.75rem;
}

/* PRICE */
.priceContWrap .priceTxt {
  text-align: center;
}
.priceContWrap .priceTxt img {
  height: 36vw;
  max-height: 207px;
}
.priceContWrap .priceCont {
  margin-top: 30px;
  text-align: center;
}
.priceContWrap .priceCont .priceline01 {
  text-align: center;
  font-size: 0.875rem;
}
.priceContWrap .priceCont .priceline02 {
  margin-top: 10px;
  text-align: center;
  display: inline-block;
  padding: 20px;
  border: #3701F2 solid 1px;
}
.priceContWrap .priceCont .priceline02 img {
  width: 26px;
  vertical-align: middle;
  margin: 5px;
}
.priceContWrap .priceCont .priceline03 {
  text-align: center;
}
.priceContWrap .priceCont .priceline03 .spline01,
.priceContWrap .priceCont .priceline03 .spline02 {
  display: block;
}
.priceContWrap .priceCont .priceline03 .spline01 {
  font-family: var(--ffgothicb);
  font-weight: 700;
}
.priceContWrap .priceCont .priceline03 .circle {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: #3701F2;
  border-radius: 50%;
  color: #FFF;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 5px;
  vertical-align: bottom;
}
.priceContWrap .priceCont .priceline03 .fsl {
  font-size: 2.5rem;
}
.priceContWrap .priceCont .priceline03 .fss {
  font-size: 1rem;
}
.priceContWrap .priceCont .priceline03 .spline02 {
  font-size: 0.75rem;
  color: #000;
}
.priceContWrap .priceCont h4 {
  margin-top: 20px;
  font-size: 1rem;
  font-family: var(--ffgothicb);
  font-weight: 700;
  color: #000;
  text-align: left;
}
.priceContWrap .priceCont .priceline04 {
  font-size: 0.875rem;
  text-align: left;
  color: #000;
}
.priceContWrap .priceCont .priceline05 {
  font-size: 1.5rem;
  font-family: var(--ffgothicb);
  font-weight: 700;
  margin-top: 10px;
  color: #3801dc;
}

/* BLACK MENTOR
---------------------*/
.blackmentorCont {
  margin-bottom: 120px;
  position: relative;
}
.blackmentorCont::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../images/index/icn_plus.svg) no-repeat center center/contain;
  position: absolute;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.blackmentorCont figure {
  text-align: center;
}
.blackmentorCont figure img {
  height: 60vw;
  max-height: 465px;
}

.blackmentorTableWrap {
  margin-top: 30px;
  font-size: 0.875rem;
}
.blackmentorTableWrap .tbl01 {
  width: 100%;
  color: #000;
}
.blackmentorTableWrap .tbl01 th,
.blackmentorTableWrap .tbl01 td {
  border: #000 solid 1px;
  padding: 10px;
  vertical-align: middle;
  font-weight: 400;
}
.blackmentorTableWrap .tbl01 th {
  white-space: nowrap;
}
.blackmentorTableWrap .tbl01 td dt:nth-child(n+2) {
  margin-top: 1em;
}

/**================================= CONTACT Setting =================================**/
/* Common */
.pagetitle {
  padding: 20px;
  background-color: #3701F2;
}
.pagetitle h1 {
  text-align: center;
}
.pagetitle h1 img {
  width: 60%;
  max-width: 336px;
}

/* Input */
.formWrap {
  margin-top: 40px;
}
.formWrap input[type=text],
.formWrap textarea {
  border: #3701F2 solid 2px;
}
.formWrap input[type=text] {
  height: 50px;
  padding: 10px;
  color: #4C4B4D;
}
.formWrap input[type=text].inputTxt01 {
  width: 100%;
}
.formWrap input[type=text].inputTxtZip {
  width: 140px;
}
.formWrap input[type=checkbox],
.formWrap input[type=radio] {
  margin-right: 5px;
}
.formWrap .selectWrap {
  display: inline-block;
  border: #3701F2 solid 2px;
  position: relative;
  width: 50%;
  min-width: 250px;
}
.formWrap select {
  height: 50px;
  padding: 10px;
  color: #4C4B4D;
  width: 100%;
}
.formWrap textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  color: #4C4B4D;
  font-size: 0.9375rem;
}
.formWrap .formBox {
  font-size: 0.9375rem;
}
.formWrap .formBox dt {
  margin-bottom: 10px;
  position: relative;
  font-size: 0.9375rem;
  border-top: #999 dotted 1px;
  padding-top: 20px;
}
.formWrap .formBox dt:nth-of-type(n+2) {
  margin-top: 20px;
}
.formWrap .formBox dt.must::after {
  content: "必須";
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  padding: 0px 4px;
  color: #FFF;
  background-color: #F00;
  font-size: 0.6875rem;
  font-weight: 500;
}
.formWrap .formBox dt.any::after {
  content: "任意";
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  padding: 0px 4px;
  color: #FFF;
  background-color: #999;
  font-size: 0.6875rem;
  font-weight: 500;
}
.formWrap .formBox dd:last-of-type {
  padding-bottom: 20px;
  border-bottom: #999 dotted 1px;
}
.formWrap .formBox dd .formlist li:nth-child(n+2) {
  margin-top: 5px;
}
.formWrap .formBox dd .formline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.formWrap .formBox dd .formline:nth-child(n+2) {
  margin-top: 10px;
}
.formWrap .formBox dd .formline input[type=text].inputTxtZip {
  margin: 0 10px;
}
.formWrap .formBox dd .formline .addrBtn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: #3701F2;
  color: #FFF;
  padding: 0 10px;
}
.formWrap .formBtnBox {
  margin-top: 40px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.formWrap .formBtnBox input[type=submit] {
  height: 50px;
  width: 48%;
  max-width: 200px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #FFF;
  background-color: #3701F2;
}
.formWrap .formBtnBox input[type=button] {
  height: 50px;
  width: 48%;
  max-width: 200px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #FFF;
  background-color: #999;
  margin-right: 4%;
}

/* Confirm */
input[type=submit].btnback {
  height: 50px;
  width: 48%;
  max-width: 200px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #FFF;
  background-color: #999;
  margin-right: 4%;
}

/* complete */
.formComplete .messagelrg {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.formComplete .btnBox {
  text-align: center;
  margin-top: 30px;
}
.formComplete .btnBox a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: #3701F2;
  color: #FFF;
  padding: 0 20px;
  font-size: 0.9375rem;
  font-weight: bold;
}

@media screen and (max-width: 920px) {
  .pcOnly {
    display: none;
  }
}
@media screen and (min-width: 921px) {
  .spOnly {
    display: none;
  }
  /**================================= Common Setting Setting =================================**/
  .sect {
    padding: 80px 50px;
  }
  .sect .sectInner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .sect .innerSect:nth-child(n+2) {
    margin-top: 120px;
  }
  /* Headline */
  .indexhl02 {
    margin-bottom: 60px;
  }
  .indexhl02 img {
    height: auto;
  }
  /* Text */
  .modTxt01 {
    font-size: 1.25rem;
    line-height: 1.8;
  }
  /* Button */
  /**================================= INDEX Setting =================================**/
  /* Common */
  /* FV
  ---------------------*/
  .indexFv {
    height: 618px;
    padding: 0 0 30px;
  }
  .indexFv .fv_catch::before, .indexFv .fv_catch::after {
    content: "";
    width: 7%;
    height: 20%;
    top: 5%;
  }
  .indexFv .fv_catch::before {
    left: -3%;
  }
  .indexFv .fv_catch::after {
    right: 4%;
  }
  .indexFv .fv_txt {
    width: auto;
    padding: 15px 30px;
  }
  .indexFv .fv_txt img {
    width: auto;
    max-width: 808px;
  }
  .indexFv .bsSliderWrap .bsSlider .bsSliderItem.slide03 {
    background-position: center bottom;
  }
  /* INTRO
  ---------------------*/
  .introtitle01 img.line2 {
    height: auto;
  }
  .introtitle__btmtxt {
    font-size: 1.25rem;
    margin-bottom: 60px;
  }
  .introCheckList {
    margin: 0 auto;
    max-width: 900px;
  }
  .introCheckList li {
    padding-left: 77px;
  }
  .introCheckList li::before {
    content: "";
    width: 48px;
    height: 48px;
  }
  .introCheckList li img {
    height: 26px;
  }
  .introCheckList li:nth-child(n+2) {
    margin-top: 40px;
  }
  .intro02_title {
    margin-bottom: 120px;
  }
  .intro02Box {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
  }
  .intro02Box:nth-of-type(n+2) {
    margin-top: 100px;
  }
  .intro02BoxTop {
    margin-top: 100px;
    padding-top: 0;
    padding-left: 227px;
    background: url(../images/index/illust01.svg) no-repeat left top/auto 223px;
    min-height: 223px;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
  }
  .intro02BoxTop .intro02_solutiontitle {
    text-align: left;
    margin-bottom: 20px;
  }
  .intro02BoxTop .intro02_solutiontitle img {
    height: auto;
  }
  .intro02BoxTop .intro02_solutiontitle img.line2 {
    height: auto;
  }
  .intro02BoxTop .intro02_solutiontitle.smb10 {
    margin-bottom: 20px;
  }
  .intro02BoxTop .intro02_solutionSubtitle {
    margin-bottom: 20px;
    text-align: left;
  }
  .intro02BoxTop .intro02_solutionSubtitle_top,
  .intro02BoxTop .intro02_solutionSubtitle_top2 {
    margin-bottom: 20px;
    text-align: left;
  }
  .intro02BoxTop .intro02_solutionDesc {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .intro02BoxTop .intro02PriceBox {
    padding-top: 10px;
  }
  .intro02BoxTop .intro02PriceTxt01 span:nth-child(1) {
    text-align: left;
    padding: 5px 0 5px 10px;
    margin: 0 22px 0 0;
    display: inline-block;
    vertical-align: middle;
  }
  .intro02BoxTop .intro02PriceTxt01 span:nth-child(1) img {
    height: auto;
  }
  .intro02BoxTop .intro02PriceTxt01 span:nth-child(1)::after {
    bottom: auto;
    top: 50%;
    left: auto;
    right: -22px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border-style: solid;
    border-top: 29px solid transparent;
    border-bottom: 29px solid transparent;
    border-left: 22px solid var(--basepurple);
    border-right: 0;
  }
  .intro02BoxTop .intro02PriceTxt01 span:nth-child(2) {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .intro02BoxTop .intro02PriceTxt01 span .price01 {
    height: 60px;
  }
  .intro02BoxTop .intro02PriceTxt02 {
    text-align: left;
  }
  .intro02BoxTop .intro02PriceTxt02 span:nth-child(1) {
    display: inline-block;
    font-size: 1.5rem;
    margin-right: 30px;
  }
  .intro02BoxTop .intro02PriceTxt02 span:nth-child(2) .price02 {
    height: auto;
  }
  .intro02BoxBtm {
    margin-top: 30px;
    padding: 25px 45px;
    border-width: 7px;
  }
  .intro02BoxBtm .introqtxt {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
  .intro02BoxBtm .introatxt.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .intro02BoxBtm .introatxt.flex .introaicn {
    width: 3em;
  }
  .intro02BoxBtm .introatxt.flex .introatxtinner {
    width: calc(100% - 3em);
  }
  .intro02BoxBtm .introatxtStrong {
    font-size: 1.4375rem;
    margin-top: 20px;
    font-weight: 800;
    letter-spacing: 0;
  }
  /* COMPARE
  ---------------------*/
  .compareTableWrap .compareDatabox .compareDataDl dt {
    font-size: 1rem;
  }
  .compareTableWrap .compareDatabox .compareDataDl dd {
    font-size: 1.25rem;
  }
  .compareTableWrap .compareDatabox .compareDataDl dd.fss {
    text-align: left;
  }
  .compareTableWrap .compareDatabox .compareDataDesc {
    font-size: 0.875rem;
  }
  /* CTA
  ---------------------*/
  .sectIndexCta .ctaBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sectIndexCta .ctaBox .ctaIllust {
    text-align: left;
    padding-top: 60px;
    margin-bottom: 0;
    width: 180px;
  }
  .sectIndexCta .ctaBox .ctaIllust p {
    position: absolute;
    width: 280px;
    top: 19px;
    left: 120px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding: 15px 20px;
    text-align: center;
  }
  .sectIndexCta .ctaBox .ctaIllust p::before {
    bottom: -25px;
    left: 10px;
  }
  .sectIndexCta .ctaBox .ctaTxt {
    text-align: left;
    width: calc(100% - 180px - 40px);
  }
  .sectIndexCta .ctaBox .ctaTxt .ctaTxt01 {
    text-align: right;
  }
  .sectIndexCta .ctaBox .ctaTxt .ctaTxt01 .fsl {
    font-size: min(3.8vw, 52px);
  }
  .sectIndexCta .ctaBox .ctaTxt .ctaTxt01 .fss {
    font-size: min(2.2vw, 31px);
  }
  .sectIndexCta .ctaBox .ctaTxt .ctaTel {
    margin-top: 0;
    font-size: 7vw;
    line-height: 1;
  }
  .sectIndexCta .ctaBox .ctaTxt .ctaTel a {
    padding-left: 11vw;
  }
  .sectIndexCta .ctaBox .ctaTxt .ctaTel a::before {
    width: 9vw;
    height: 6vw;
  }
  .sectIndexCta .ctaBox .ctaBtnList {
    margin-top: 15px;
    display: block;
  }
  .sectIndexCta .ctaBox .ctaBtnList .ctaBtn__item {
    text-align: center;
    width: 100%;
  }
  .sectIndexCta .ctaBox .ctaBtnList .ctaBtn__item a {
    border-width: 10px;
    font-size: 2.4vw;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 0;
  }
  .sectIndexCta .ctaBox .ctaBtnList .ctaBtn__item a::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 100%;
    height: 101%;
    background-color: var(--basepurple);
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sectIndexCta .ctaBox .ctaBtnList .ctaBtn__item a::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sectIndexCta .ctaBox .ctaBtnList .ctaBtn__item a:hover {
    color: var(--white);
  }
  .sectIndexCta .ctaBox .ctaBtnList .ctaBtn__item a:hover::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .sectIndexCta .ctaBox .ctaBtnList .ctaBtn__item a:hover::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 25px;
    border-color: transparent transparent transparent #FFF;
  }
  /* FLOW
  ---------------------*/
  .sectIndexFlow .indexhl02 span,
  .sectIndexBlackmentor .indexhl02 span {
    padding-left: 150px;
  }
  .sectIndexFlow .indexhl02 span::before,
  .sectIndexBlackmentor .indexhl02 span::before {
    width: 140px;
    height: 143px;
  }
  .sectIndexFlow .indexhl02 span img,
  .sectIndexBlackmentor .indexhl02 span img {
    height: auto;
  }
  .sectIndexFlow .indexhl02 span img.line3,
  .sectIndexBlackmentor .indexhl02 span img.line3 {
    height: auto;
  }
  .flowList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flowList .flowItem {
    width: 31.2%;
  }
  .flowList .flowItem:nth-child(n+2) {
    margin-top: 0;
  }
  .flowList .flowItem:nth-child(n+4) {
    margin-top: 40px;
  }
  .flowList .flowItem:nth-child(3n), .flowList .flowItem:nth-child(3n+2) {
    margin-left: 3.2%;
  }
  .flowList .flowItem .flowstepImg {
    margin-bottom: 30px;
  }
  .flowList .flowItem .flowTitle {
    margin-bottom: 15px;
    text-align: left;
  }
  /* FAQ
  ---------------------*/
  .sectIndexFaq .indexhl02 img {
    height: auto;
  }
  .sectIndexFaq .FaqBox .faqQ {
    font-size: 1.25rem;
    font-weight: 700;
  }
  /* AREA
  ---------------------*/
  .sectIndexArea .indexhl02 {
    text-align: left;
  }
  .sectIndexArea .areaWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sectIndexArea .areaItem {
    width: 52%;
  }
  .sectIndexArea .areaItem:nth-child(n+2) {
    width: 48%;
    margin-top: 0;
  }
  .sectIndexArea .indexhl02 img {
    height: auto;
  }
  .sectIndexArea .areatitle {
    font-size: 1.25rem;
  }
  .sectIndexArea figure {
    width: 80%;
    max-width: 340px;
    margin: 0 auto;
  }
  /* OHTER
  ---------------------*/
  .sectIndexOther .indexhl02 {
    margin-bottom: 80px;
  }
  .sectIndexOther .indexhl02 span::before, .sectIndexOther .indexhl02 span::after {
    content: "";
    width: 6px;
    height: 45px;
    bottom: auto;
    top: 50%;
  }
  .sectIndexOther .indexhl02 span::before {
    -webkit-transform: translateY(-50%) rotate(-20deg);
            transform: translateY(-50%) rotate(-20deg);
    left: -20px;
  }
  .sectIndexOther .indexhl02 span::after {
    -webkit-transform: translateY(-50%) rotate(20deg);
            transform: translateY(-50%) rotate(20deg);
    right: -20px;
  }
  .sectIndexOther .indexhl02 img {
    height: auto;
  }
  .sectIndexOther .otherServiceList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
  }
  .sectIndexOther .otherServiceList::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #CCC;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .sectIndexOther .otherServiceBox {
    font-size: 0.875rem;
    width: 44%;
    text-align: left;
  }
  .sectIndexOther .otherServiceBox:nth-child(n+2) {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .sectIndexOther .otherServiceBox:nth-child(n+3) {
    margin-top: 40px;
    padding-top: 40px;
    border-top: #CCC solid 1px;
  }
  .sectIndexOther .otherServiceBox:nth-child(2n) {
    margin-left: 12%;
  }
  .sectIndexOther .otherServiceBox .otherServiceTitle {
    text-align: left;
    line-height: 57px;
  }
  .sectIndexOther .otherServiceBox .otherServiceTitle img {
    vertical-align: middle;
  }
  .sectIndexOther .otherServiceBox:nth-child(4) .otherServiceTitle, .sectIndexOther .otherServiceBox:nth-child(n+5) .otherServiceTitle {
    line-height: 1;
  }
  .sectIndexOther .otherServiceBox .otherServiceCont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 88%;
  }
  .sectIndexOther .otherServiceBox .otherServiceCont dt {
    width: 52%;
    font-weight: 400;
  }
  .sectIndexOther .otherServiceBox .otherServiceCont dt:nth-of-type(n+2) {
    margin-top: 5px;
  }
  .sectIndexOther .otherServiceBox .otherServiceCont dd {
    width: 48%;
    text-align: right;
  }
  .sectIndexOther .otherServiceBox .otherServiceCont dd:nth-of-type(n+2) {
    margin-top: 5px;
  }
  .sectIndexOther .otherServiceBox .otherServiceCont.narrow {
    width: 80%;
  }
  .sectIndexOther .otherServiceBox .otherServiceCont.narrow dt {
    width: 40%;
  }
  .sectIndexOther .otherServiceBox .otherServiceCont.narrow dd {
    width: 60%;
  }
  img.line4 {
    height: auto;
  }
  /* INTRO03
  ---------------------*/
  /* TOTAL SUPPORT */
  .totalSupportSubTitle {
    font-size: 2.125rem;
    margin-bottom: 20px;
  }
  .totalSupportTitle {
    text-align: center;
    margin-bottom: 30px;
  }
  .totalSupportContWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .totalSupportCont {
    width: 42%;
  }
  .totalSupportCont:nth-child(n+2) {
    margin-top: 0;
  }
  .totalSupportCont:nth-child(n+2)::before {
    content: "";
    width: 60px;
    height: 60px;
    top: 30%;
    left: -30%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .totalSupportCont h3 {
    font-size: 1.375rem;
    margin-bottom: 10px;
  }
  .totalSupportCont p {
    font-size: 1rem;
  }
  .btnBox a.btn {
    width: 100%;
    max-width: 240px;
    font-size: 1.3125rem;
    padding: 0 40px 0 20px;
    height: 64px;
    line-height: 64px;
  }
  .btnBox a.btn::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 15px 0 15px;
    border-color: #FFF transparent transparent transparent;
    right: 20px;
  }
  /* SCENE */
  .sceneList {
    margin-top: 40px;
  }
  .sceneList .sceneItem {
    width: 30%;
  }
  .sceneList .sceneItem:nth-child(n+3) {
    margin-top: 0;
  }
  .sceneList .sceneItem:nth-child(n+4) {
    margin-top: 30px;
  }
  .sceneList .sceneItem:nth-child(2n) {
    margin-left: 0;
  }
  .sceneList .sceneItem:not(:nth-child(3n+1)) {
    margin-left: 5%;
  }
  .sceneList .sceneItem figcaption {
    font-size: 0.875rem;
  }
  /* PRICE */
  .priceContWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .priceContWrap .priceTxt {
    width: calc(60% - 50px);
    max-width: 350px;
  }
  .priceContWrap .priceTxt img {
    height: auto;
    max-height: none;
  }
  .priceContWrap .priceCont {
    width: 60%;
    max-width: 600px;
    margin-top: 0;
    margin-left: 50px;
    text-align: left;
  }
  .priceContWrap .priceCont .priceline01 {
    font-size: 1.25rem;
    text-align: left;
  }
  .priceContWrap .priceCont .priceline02 {
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 1.25rem;
    padding: 0;
    border: none;
  }
  .priceContWrap .priceCont .priceline02 img {
    width: 16px;
    margin: 0 10px;
    vertical-align: middle;
  }
  .priceContWrap .priceCont .priceline03 {
    text-align: left;
  }
  .priceContWrap .priceCont .priceline03 .spline01,
  .priceContWrap .priceCont .priceline03 .spline02 {
    display: inline-block;
  }
  .priceContWrap .priceCont .priceline03 .circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.3125rem;
  }
  .priceContWrap .priceCont .priceline03 .fsl {
    font-size: 3.125rem;
  }
  .priceContWrap .priceCont .priceline03 .fss {
    font-size: 1rem;
  }
  .priceContWrap .priceCont .priceline03 .spline02 {
    font-size: 0.75rem;
  }
  .priceContWrap .priceCont h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .priceContWrap .priceCont .priceline04 {
    font-size: 1rem;
  }
  .priceContWrap .priceCont .priceline05 {
    font-size: 1.875rem;
    margin-top: 10px;
  }
  /* BLACK MENTOR
  ---------------------*/
  .blackmentorCont {
    margin-bottom: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blackmentorCont::after {
    bottom: -110px;
  }
  .blackmentorCont figure {
    width: 300px;
  }
  .blackmentorCont figure img {
    height: 60vw;
    max-height: 465px;
  }
  .blackmentorTableWrap {
    margin-top: 0px;
    width: calc(100% - 300px - 50px);
    font-size: 0.875rem;
  }
  .blackmentorTableWrap .tbl01 th,
  .blackmentorTableWrap .tbl01 td {
    padding: 20px;
  }
  .blackmentorTableWrap .tbl01 th {
    white-space: nowrap;
  }
  .blackmentorTableWrap .tbl01 td dt:nth-child(n+2) {
    margin-top: 1em;
  }
  /**================================= CONTACT Setting =================================**/
  /* Common */
  .pagetitle {
    padding: 30px;
  }
  /* Input */
  .formWrap .formBox {
    font-size: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .formWrap .formBox dt {
    margin-bottom: 0;
    font-size: 1rem;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 50px;
    width: 200px;
  }
  .formWrap .formBox dt:nth-of-type(n+2) {
    margin-top: 0;
  }
  .formWrap .formBox dt:last-of-type {
    border-bottom: #999 dotted 1px;
  }
  .formWrap .formBox dt.must::after {
    position: absolute;
    margin-left: 0px;
    top: 35px;
    right: 0;
    line-height: 1.5;
  }
  .formWrap .formBox dt.any::after {
    position: absolute;
    margin-left: 0px;
    top: 35px;
    right: 0;
    line-height: 1.5;
  }
  .formWrap .formBox dd {
    border-top: #999 dotted 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: calc(100% - 200px);
  }
  .formWrap .formBox dd:last-of-type {
    border-bottom: #999 dotted 1px;
  }
  .formWrap .formBox dd .formlist li:nth-child(n+2) {
    margin-top: 5px;
  }
  .formWrap .formBox dd .formline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .formWrap .formBox dd .formline:nth-child(n+2) {
    margin-top: 10px;
  }
  .formWrap .formBox dd .formline input[type=text].inputTxtZip {
    margin: 0 10px;
  }
  .formWrap .formBox dd .formline .addrBtn {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background-color: #3701F2;
    color: #FFF;
    padding: 0 10px;
  }
  .formWrap .formBox.confirm dt {
    line-height: 1;
  }
  .formWrap .formBtnBox {
    margin-top: 40px;
    text-align: center;
  }
  .formWrap .formBtnBox input[type=submit] {
    height: 50px;
    width: 200px;
    font-size: 0.9375rem;
    font-weight: bold;
    color: #FFF;
    background-color: #3701F2;
  }
  /* complete */
  .formComplete {
    text-align: center;
  }
  .formComplete .messagelrg {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
  .formComplete .btnBox {
    margin-top: 50px;
  }
  .formComplete .btnBox a {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1281px) {
  /**================================= Common Setting Setting =================================**/
  /* Headline */
  /* Text */
  /* Button */
  /**================================= INDEX Setting =================================**/
  /* Common */
  /* FV
  ---------------------*/
  /* INTRO
  ---------------------*/
  .intro02BoxTop .intro02PriceTxt01 span:nth-child(2) {
    margin-left: 15px;
  }
  .intro02BoxTop .intro02PriceTxt01 span .price01 {
    height: auto;
  }
  /* COMPARE
  ---------------------*/
  .compareTableWrap .compareDatabox {
    height: 250px;
  }
  .compareTableWrap .compareDatabox .compareDataDl dt {
    font-size: 1.25rem;
  }
  .compareTableWrap .compareDatabox .compareDataDl dd {
    font-size: 2.125rem;
  }
  .compareTableWrap .compareDatabox .compareDataDl dd.fss {
    font-size: 1.375rem;
    font-weight: 800;
  }
  .compareTableWrap .compareDatabox .compareDataDl dd.linefss {
    min-height: 90px;
  }
  .compareTableWrap .compareDatabox .compareDataDesc {
    font-size: 1rem;
  }
  /* CTA
  ---------------------*/
  .sectIndexCta .ctaBox .ctaTxt .ctaTxt01 {
    font-size: 3.625rem;
    text-align: right;
  }
  .sectIndexCta .ctaBox .ctaTxt .ctaTel {
    margin-top: 0px;
    font-size: 5.4375rem;
  }
  .sectIndexCta .ctaBox .ctaTxt .ctaTel a {
    padding-left: 162px;
  }
  .sectIndexCta .ctaBox .ctaTxt .ctaTel a::before {
    width: 134px;
    height: 86px;
  }
  .sectIndexCta .ctaBox .ctaBtnList {
    margin-top: 15px;
  }
  .sectIndexCta .ctaBox .ctaBtnList .ctaBtn__item:nth-child(n+2) {
    margin-left: 4%;
  }
  .sectIndexCta .ctaBox .ctaBtnList .ctaBtn__item a {
    font-size: 1.75rem;
  }
  /* FLOW
  ---------------------*/
  .sectIndexFlow .indexhl02 span {
    padding-left: 150px;
  }
  .sectIndexFlow .indexhl02 span::before {
    width: 140px;
    height: 143px;
  }
  .flowList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flowList .flowItem {
    width: 31.2%;
  }
  .flowList .flowItem:nth-child(n+2) {
    margin-top: 0;
  }
  .flowList .flowItem:nth-child(n+4) {
    margin-top: 40px;
  }
  .flowList .flowItem:nth-child(3n), .flowList .flowItem:nth-child(3n+2) {
    margin-left: 3.2%;
  }
  .flowList .flowItem .flowstepImg {
    margin-bottom: 30px;
  }
  .flowList .flowItem .flowTitle {
    margin-bottom: 15px;
    text-align: left;
  }
  /* FAQ
  ---------------------*/
  .sectIndexFaq .indexhl02 img {
    height: auto;
  }
  .sectIndexFaq .FaqBox .faqQ {
    font-size: 1.25rem;
    font-weight: 700;
  }
  /* AREA
  ---------------------*/
  /* OHTER
  ---------------------*/
  .sectIndexOther .indexhl02 {
    margin-bottom: 80px;
  }
  .sectIndexOther .indexhl02 span::before, .sectIndexOther .indexhl02 span::after {
    content: "";
    width: 6px;
    height: 45px;
    bottom: auto;
    top: 50%;
  }
  .sectIndexOther .indexhl02 span::before {
    -webkit-transform: translateY(-50%) rotate(-20deg);
            transform: translateY(-50%) rotate(-20deg);
    left: -20px;
  }
  .sectIndexOther .indexhl02 span::after {
    -webkit-transform: translateY(-50%) rotate(20deg);
            transform: translateY(-50%) rotate(20deg);
    right: -20px;
  }
  .sectIndexOther .indexhl02 img {
    height: auto;
  }
  .sectIndexOther .otherServiceList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sectIndexOther .otherServiceList::before {
    left: 32.5%;
  }
  .sectIndexOther .otherServiceList::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #CCC;
    position: absolute;
    top: 0;
    left: 67.5%;
  }
  .sectIndexOther .otherServiceBox {
    width: 30%;
  }
  .sectIndexOther .otherServiceBox:nth-child(n+3) {
    margin-top: 0;
  }
  .sectIndexOther .otherServiceBox:nth-child(n+4) {
    margin-top: 60px;
  }
  .sectIndexOther .otherServiceBox:nth-child(2n) {
    margin-left: 0;
  }
  .sectIndexOther .otherServiceBox:nth-child(3n), .sectIndexOther .otherServiceBox:nth-child(3n+2) {
    margin-left: 5%;
  }
  .sectIndexOther .otherServiceBox:nth-child(3) {
    border-top: none;
    padding-top: 0;
  }
  .sectIndexOther .otherServiceBox .otherServiceTitle {
    line-height: 1;
  }
  .sectIndexOther .otherServiceBox .otherServiceCont {
    width: 100%;
  }
  .sectIndexOther .otherServiceBox .otherServiceCont dt {
    white-space: nowrap;
  }
  .sectIndexOther .otherServiceBox .otherServiceCont dd {
    white-space: nowrap;
  }
  .sectIndexOther .otherServiceBox .otherServiceCont.narrow {
    width: 80%;
  }
}/*# sourceMappingURL=style.css.map */