@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  overflow-x: hidden;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "MS PGothic", sans-serif;
  font-size: 3.73333vw;
  line-height: 1.4;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

::selection {
  background: #333;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

main {
  position: relative;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {
  list-style: none;
}

input,
textarea {
  border-radius: 0;
}

input,
textarea,
select,
option,
button {
  font-size: 1.6rem;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
select,
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #888;
  font-size: 1.6rem;
  opacity: 1;
}

::-moz-placeholder {
  color: #888;
  font-size: 1.6rem;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #888;
  font-size: 1.6rem;
  opacity: 1;
}

.l-container {
  padding: 0 5.33333vw;
}

/**
 * Header
 */
.lp-header-inner {
  padding: 4vw 0.66667vw;
}

.lp-header-text {
  text-align: center;
}

.lp-header-title {
  font-size: 3.2vw;
}

.lp-header-logo {
  width: 60vw;
  margin: 1.33333vw auto 0;
}

.lp-header-link {
  display: none;
}

/**
 * Footer
 */
.lp-footer {
  padding: 6.66667vw 0 4vw;
  margin-bottom: 21.33333vw;
  background: #000;
  color: #fff;
  text-align: center;
}

.lp-footer.-confirm, .lp-footer.-completion {
  margin-bottom: 0;
}

.lp-footer-company {
  font-size: 4.8vw;
  font-weight: 700;
}

.lp-footer-address {
  margin-top: 4vw;
}

.lp-footer-contact {
  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;
  margin: 4vw -2.66667vw 0;
}

.lp-footer-tel, .lp-footer-fax {
  position: relative;
  width: 50%;
  margin: 0 2.66667vw;
  padding: 2.66667vw 0 2.4vw 4vw;
  border: 0.26667vw solid #fff;
  font-size: 3.2vw;
}

.lp-footer-tel::before, .lp-footer-fax::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4.66667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.lp-footer-tel::before {
  width: 4.8vw;
  height: 4.8vw;
  background-image: url(../img/common/icon_tel_01.png);
}

.lp-footer-fax::before {
  width: 4.26667vw;
  height: 5.06667vw;
  background-image: url(../img/common/icon_fax_01.png);
}

.lp-footer-map {
  margin-top: 8vw;
}

.lp-footer-map-inner {
  position: relative;
  padding-bottom: 68%;
  height: 0;
  overflow: hidden;
}

.lp-footer-map-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp-footer-copyright {
  display: block;
  margin-top: 6.66667vw;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * ボタン
 *------------------------------------*/
.c-button {
  width: 46.66667vw;
  margin: 0 auto;
  padding: 4vw 6.66667vw 3.33333vw;
  background: #d1ae15;
  font-size: 4.26667vw;
  color: #fff;
}

.c-button + .c-button {
  margin-top: 2.66667vw;
}

.c-button.-gray {
  background: #535353;
}

/**
 * フォーム入力エリア
 *------------------------------------*/
.c-input {
  width: 100%;
  padding: 2.93333vw 2.66667vw;
  background: #f4f3ee;
}

/**
 * ラジオボタン
 *------------------------------------*/
.c-radio-input {
  display: none;
}

.c-radio-text {
  position: relative;
  margin-left: 4vw;
  padding-left: 5.33333vw;
}

.c-radio-text::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.26667vw;
  left: 0;
  width: 4.26667vw;
  height: 4.26667vw;
  border-radius: 50%;
  background: #f4f3ee;
}

.c-radio:nth-of-type(1) .c-radio-text {
  margin-left: 0;
}

.c-radio-input:checked + .c-radio-text::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.93333vw;
  left: 0.8vw;
  width: 2.66667vw;
  height: 2.66667vw;
  background: #000;
  border-radius: 50%;
}

/**
 * 必須アイコン
 *------------------------------------*/
.c-required {
  display: inline-block;
  margin-left: 3.33333vw;
  padding: 0.66667vw 1.33333vw 0.8vw;
  background: #a41717ed;
  font-size: 3.2vw;
  font-weight: 700;
  color: #fff;
}

/**
 * セクションタイトル
 *------------------------------------*/
.c-title {
  position: relative;
  margin-bottom: 10.66667vw;
  padding-bottom: 4vw;
  text-align: center;
}

.c-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 8vw;
  height: 0.4vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#d1ae15), to(#000));
  background: -webkit-linear-gradient(left, #d1ae15 0%, #000 100%);
  background: linear-gradient(90deg, #d1ae15 0%, #000 100%);
}

.c-title-text {
  display: block;
  font-family: "Hiragino Mincho ProN W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
}

.c-title-text.-en {
  margin-bottom: 1.33333vw;
  font-size: 3.73333vw;
  font-weight: 400;
  color: #afa895;
  letter-spacing: .1em;
}

.c-title-text.-ja {
  font-size: 5.86667vw;
  font-weight: 400;
}

/**
 * フォームボタンラッパー
 *------------------------------------*/
.p-buttons {
  margin-top: 40px;
  text-align: center;
}

.p-buttons p {
  margin-bottom: 30px;
}

.p-buttons a {
  display: block;
  margin: 0 auto;
}

/**
 * コンタクトエリア
 *------------------------------------*/
.p-contact {
  padding: 16vw 0 17.33333vw;
  background: url(../img/lp/bg_section_01-sp.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.p-contact-title {
  font-size: 4.26667vw;
  font-weight: 400;
  font-family: "Hiragino Mincho ProN W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  color: #fff;
  text-align: center;
}

.p-contact-title span {
  font-size: 7.2vw;
}

.p-contact-list {
  margin-top: 8vw;
}

.p-contact-list li {
  width: 66.66667vw;
  margin: 5.33333vw auto 0;
}

.p-contact-list li img {
  width: 100%;
}

/**
 * フォーム
 *------------------------------------*/
.p-form-label {
  padding-bottom: 2.66667vw;
  margin-bottom: 2.66667vw;
  border-bottom: 0.26667vw solid #f4f3ee;
}

.p-form-label:not(:first-child) {
  margin-top: 6.66667vw;
}

.p-form-note {
  height: 74.66667vw;
  margin-top: 6.66667vw;
  padding: 4vw;
  border: 0.26667vw solid #d2d2d2;
  overflow: auto;
}

.p-form-note-title {
  font-size: 3.73333vw;
  text-align: center;
}

.p-form-note-text {
  margin-top: 5.33333vw;
  font-size: 3.46667vw;
}

.p-form-note-item {
  margin-top: 5.33333vw;
  font-size: 3.46667vw;
}

.p-form-note-item dt {
  font-weight: 700;
}

.p-form-note-item dd {
  margin-top: 2.66667vw;
}

.p-form-note-sign {
  margin-top: 5.33333vw;
  font-size: 3.73333vw;
  font-weight: 700;
}

/**
 * アイテムリスト
 *------------------------------------*/
.p-items {
  font-size: 0;
}

.p-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8vw;
  text-align: left;
}

.p-item-image {
  width: 29.33333vw;
}

.p-item-image img {
  width: 100%;
}

.p-item-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 5.33333vw;
  font-size: 3.73333vw;
  color: #030000;
}

.p-item-content-title {
  margin-bottom: 1.33333vw;
  font-size: 4.26667vw;
  font-weight: 400;
  font-family: "Hiragino Mincho ProN W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  color: #d1ae15;
  line-height: 1.2;
}

/**
 * サブミットボタンラッパー
 *------------------------------------*/
.p-submit {
  margin-top: 40px;
  text-align: center;
}

.main-visual {
  padding: 23.33333vw 0;
  background: url(../img/lp/bg_visual-sp.jpg) 0 0 no-repeat;
  background-size: cover;
  text-align: center;
}

.main-visual-text {
  width: 94.93333vw;
  margin: 0 auto;
}

.airsuspension {
  padding: 13.33333vw 0 16vw;
}

.airsuspension-lead {
  margin-bottom: 16vw;
}

.airsuspension-lead-text {
  margin-top: 7.33333vw;
}

.airsuspension-wish {
  padding: 0.26667vw;
  background: -webkit-gradient(linear, left top, right top, from(#d1ae15), to(#000));
  background: -webkit-linear-gradient(left, #d1ae15 0%, #000 100%);
  background: linear-gradient(90deg, #d1ae15 0%, #000 100%);
}

.airsuspension-wish-inner {
  padding: 9.33333vw 5.33333vw;
  background: #fff;
}

.airsuspension-wish-title {
  margin-bottom: 8vw;
  font-weight: 400;
}

.airsuspension-wish-items {
  border-top: 0.26667vw solid #f4f3ee;
}

.airsuspension-wish-item {
  position: relative;
  padding: 4vw 0 4vw 6.66667vw;
  border-bottom: 0.26667vw solid #f4f3ee;
}

.airsuspension-wish-item::before, .airsuspension-wish-item::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.airsuspension-wish-item::before {
  left: 0;
  width: 4vw;
  height: 4vw;
  background: #000;
}

.airsuspension-wish-item::after {
  left: 0.93333vw;
  width: 2.4vw;
  height: 1.33333vw;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-70%) rotate(-45deg);
          transform: translateY(-70%) rotate(-45deg);
}

.reason {
  padding: 12vw 0 18.66667vw;
  background: #f4f3ee;
}

.case {
  padding: 10.66667vw 0 20vw;
}

.case-item {
  padding: 0.26667vw;
  background: -webkit-gradient(linear, left top, right top, from(#d1ae15), to(#000));
  background: -webkit-linear-gradient(left, #d1ae15 0%, #000 100%);
  background: linear-gradient(90deg, #d1ae15 0%, #000 100%);
}

.case-item:not(:first-child) {
  margin-top: 9.33333vw;
}

.case-item-inner {
  padding: 8vw 5.33333vw 12vw;
  background: #fff;
}

.case-item-title {
  margin-bottom: 6.66667vw;
  font-size: 4.8vw;
  font-weight: 400;
  text-align: center;
}

.case-item-cost {
  margin-top: 4.66667vw;
}

.case-item-cost dd {
  font-weight: 700;
}

.case-item-contact {
  margin-top: 4.66667vw;
  font-weight: 700;
}

.case-item-carousel {
  width: 64vw;
  margin: 6vw auto 0;
}

.case-item-images .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 0;
  outline: none;
}

.case-item-images .slick-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 5.33333vw;
  height: 5.33333vw;
  border-top: 0.13333vw solid #d1ae15;
  border-right: 0.13333vw solid #d1ae15;
}

.case-item-images .slick-prev {
  left: 0;
}

.case-item-images .slick-prev::before {
  left: -4vw;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}

.case-item-images .slick-next {
  right: 0;
}

.case-item-images .slick-next::before {
  right: -4vw;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.case-item-image {
  margin: 0 2.66667vw;
  outline: none;
}

.case-item-image img {
  width: 58.66667vw;
  margin: 0 auto;
}

.about {
  padding: 12vw 0 18.66667vw;
  background: #f4f3ee;
}

.about-content-image img {
  width: 100%;
}

.about-content-text {
  margin-top: 4.66667vw;
}

.flow {
  padding: 12vw 0 18.66667vw;
  counter-reset: items;
}

.flow-item-image {
  width: 18.66667vw;
}

.flow-item-title {
  position: relative;
}

.flow-item-title::before {
  counter-increment: items;
  content: counter(items) ".";
  display: inline-block;
  top: 0;
  left: 0;
  color: #d1ae15;
}

.faq {
  padding: 12.66667vw 0 20vw;
  background: #f4f3ee;
}

.faq-item:not(:first-child) {
  margin-top: 5.33333vw;
}

.faq-item-question {
  position: relative;
  padding: 2.66667vw 7.33333vw 2.66667vw 8vw;
  background: #000;
  color: #fff;
  cursor: pointer;
}

.faq-item-question::before, .faq-item-question::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2.66667vw;
  width: 4vw;
  height: 0.53333vw;
  background: #fff;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.faq-item-question::before {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.faq-item-question::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.faq-item-question.is-open::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.faq-item-question.is-open::after {
  -webkit-transform: translateY(-50%) rotate(360deg);
          transform: translateY(-50%) rotate(360deg);
}

.faq-item-question .icon {
  position: absolute;
  top: 2.66667vw;
  left: 2.66667vw;
  font-size: 4.8vw;
  line-height: 1;
}

.faq-item-anser {
  position: relative;
  display: none;
  padding: 2.66667vw 4vw 2.66667vw 10vw;
  background: #fff;
}

.faq-item-anser .icon {
  position: absolute;
  top: 2.66667vw;
  left: 4vw;
  color: #d1ae15;
  font-size: 4.8vw;
  line-height: 1;
}

.form-title {
  padding: 5.33333vw 0;
  background: -webkit-gradient(linear, left top, right top, from(#d1ae15), to(#000));
  background: -webkit-linear-gradient(left, #d1ae15 0%, #000 100%);
  background: linear-gradient(90deg, #d1ae15 0%, #000 100%);
  font-size: 5.86667vw;
  font-weight: 400;
  font-family: "Hiragino Mincho ProN W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  color: #fff;
  text-align: center;
}

.form-title.-completion {
  font-size: 5.33333vw;
}

.form-content {
  padding: 13.33333vw 0 20vw;
}

.form-content.-completion h4 {
  font-size: 4.26667vw;
  text-align: center;
}

.form-content.-completion p {
  margin-top: 8vw;
}

.fix-contact {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding-top: 0.8vw;
  background: -webkit-gradient(linear, left top, right top, from(#d1ae15), to(#000));
  background: -webkit-linear-gradient(left, #d1ae15 0%, #000 100%);
  background: linear-gradient(90deg, #d1ae15 0%, #000 100%);
  z-index: 2;
}

.fix-contact-container {
  padding: 5.33333vw 0 4.53333vw;
  background: #fff;
}

.fix-contact ul {
  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;
  margin: 0 -2.66667vw;
}

.fix-contact ul li {
  width: 42.13333vw;
  margin: 0 2.66667vw;
}

.fix-contact ul li img {
  width: 100%;
}

.totop {
  position: absolute;
  right: 2.66667vw;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .5s ease-in-out, bottom .2s ease;
  transition: .5s ease-in-out, bottom .2s ease;
  z-index: 1;
}

.totop.is-show {
  visibility: visible;
  opacity: 1;
  bottom: 13.33333vw;
}

.totop.is-fixed {
  position: fixed;
  bottom: 26.66667vw;
}

.totop a {
  position: relative;
  display: block;
  width: 13.33333vw;
  height: 13.33333vw;
  background: #d1ae15;
  -webkit-box-shadow: 0px 0px 0.8vw 0.26667vw #e0dfdf;
          box-shadow: 0px 0px 0.8vw 0.26667vw #e0dfdf;
  font-size: 0;
}

.totop a::before {
  content: '';
  position: absolute;
  top: 5.33333vw;
  right: 50%;
  width: 4.26667vw;
  height: 4.26667vw;
  border-right: 0.53333vw solid #fff;
  border-bottom: 0.53333vw solid #fff;
  -webkit-transform: translateX(50%) rotate(-135deg);
          transform: translateX(50%) rotate(-135deg);
}

.u-alignLeft {
  text-align: left !important;
}

.u-alignCenter {
  text-align: center !important;
}

.u-alignRight {
  text-align: right !important;
}

@media screen and (min-width: 768px), print {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .l-container {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .l-container.-wide {
    max-width: 1040px;
  }
  .lp-header-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;
    max-width: 1440px;
    margin: 0 auto;
    padding: 25px 20px;
  }
  .lp-header-text {
    text-align: left;
  }
  .lp-header-title {
    font-size: 1.2rem;
  }
  .lp-header-logo {
    margin-top: 10px;
    width: 300px;
  }
  .lp-header-link {
    display: block;
    max-width: 570px;
    width: 50%;
  }
  .lp-header-link-items {
    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;
  }
  .lp-header-link-item {
    width: 100%;
  }
  .lp-header-link-item:nth-child(1) {
    margin-right: 10px;
  }
  .lp-header-link-item:nth-child(2) {
    margin-left: 10px;
  }
  .lp-footer {
    padding: 60px 0 35px;
    margin-bottom: 0;
  }
  .lp-footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .lp-footer-text {
    width: 40%;
    padding-right: 9%;
    text-align: left;
  }
  .lp-footer-company {
    font-size: 2.6rem;
  }
  .lp-footer-address {
    margin-top: 20px;
  }
  .lp-footer-contact {
    display: block;
    margin: 25px 0 0;
  }
  .lp-footer-tel, .lp-footer-fax {
    max-width: 260px;
    width: auto;
    margin: 0;
    padding: 10px 0 8px 75px;
    border-width: 1px;
    font-size: 1.9rem;
  }
  .lp-footer-tel::before, .lp-footer-fax::before {
    left: 35px;
  }
  .lp-footer-tel::before {
    width: 28px;
    height: 28px;
  }
  .lp-footer-fax {
    margin-top: 15px;
  }
  .lp-footer-fax::before {
    width: 25px;
    height: 30px;
  }
  .lp-footer-map {
    width: 60%;
    margin-top: 0;
  }
  .lp-footer-map-inner {
    padding-bottom: 50%;
  }
  .lp-footer-copyright {
    display: block;
    margin-top: 50px;
  }
  .c-button {
    width: 300px;
    margin: 0 10px;
    padding: 21px 30px 16px;
    font-size: 2.4rem;
  }
  .c-button + .c-button {
    margin-top: 0;
  }
  .c-input {
    padding: 17px 20px 15px;
  }
  .c-radio-text {
    margin-left: 40px;
    padding-left: 30px;
    font-size: 1.6rem;
  }
  .c-radio-text::before {
    top: 0;
    width: 20px;
    height: 20px;
  }
  .c-radio-input:checked + .c-radio-text::after {
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
  }
  .c-required {
    margin-left: 12px;
    padding: 0 5px;
    font-size: 1.4rem;
    vertical-align: text-top;
  }
  .c-title {
    margin-bottom: 75px;
    padding-bottom: 20px;
  }
  .c-title::after {
    width: 50px;
    height: 1px;
  }
  .c-title-text.-en {
    margin-bottom: 10px;
    font-size: 2.0rem;
  }
  .c-title-text.-ja {
    font-size: 3.5rem;
  }
  .p-buttons {
    margin-top: 65px;
  }
  .p-contact {
    padding: 70px 0 80px;
    background: url(../img/lp/bg_section_01-pc.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .p-contact-title {
    font-size: 3.6rem;
    line-height: 1.4;
  }
  .p-contact-title span {
    font-size: 6.0rem;
  }
  .p-contact-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 40px -20px 0;
  }
  .p-contact-list li {
    max-width: 380px;
    margin: 0 20px;
  }
  .p-form-label {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 1.9rem;
    border-width: 1px;
  }
  .p-form-label:not(:first-child) {
    margin-top: 50px;
  }
  .p-form-field.-tel {
    max-width: 400px;
  }
  .p-form-note {
    height: 300px;
    margin-top: 50px;
    padding: 30px;
    border-width: 1px;
  }
  .p-form-note-title {
    font-size: 1.9rem;
  }
  .p-form-note-text {
    margin-top: 40px;
    font-size: 1.6rem;
  }
  .p-form-note-item {
    margin-top: 40px;
    font-size: 1.6rem;
  }
  .p-form-note-item dd {
    margin-top: 20px;
  }
  .p-form-note-sign {
    margin-top: 40px;
    font-size: 1.6rem;
  }
  .p-items {
    margin: -13px;
    text-align: center;
  }
  .p-item {
    display: inline-block;
    width: 33.3333%;
    margin-top: 0;
    padding: 12px;
    vertical-align: top;
  }
  .p-item-image {
    max-width: 180px;
    margin: 0 auto 20px;
  }
  .p-item-content {
    margin-left: 0;
    font-size: 1.6rem;
  }
  .p-item-content-title {
    margin-bottom: 15px;
    font-size: 1.9rem;
  }
  .p-item-content p {
    line-height: 1.5;
  }
  .p-submit {
    margin-top: 65px;
  }
  .main-visual {
    padding: 100px 0;
    background: url(../img/lp/bg_visual-pc.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .main-visual-text {
    max-width: 790px;
    width: 80%;
  }
  .airsuspension {
    padding: 120px 0 150px;
  }
  .airsuspension-lead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 140px;
  }
  .airsuspension-lead-image {
    width: 52%;
    padding-right: 70px;
  }
  .airsuspension-lead-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
  .airsuspension-wish {
    max-width: 800px;
    margin: 0 auto;
    padding: 1px;
  }
  .airsuspension-wish-inner {
    padding: 50px;
  }
  .airsuspension-wish-title {
    margin-bottom: 35px;
  }
  .airsuspension-wish-items {
    border-width: 1px;
  }
  .airsuspension-wish-item {
    padding: 20px 0 20px 30px;
    border-width: 1px;
  }
  .airsuspension-wish-item::before {
    width: 20px;
    height: 20px;
  }
  .airsuspension-wish-item::after {
    left: 5px;
    width: 10px;
    height: 6px;
    border-width: 2px;
  }
  .reason {
    padding: 100px 0 120px;
  }
  .case {
    padding: 100px 0 150px;
  }
  .case-item {
    padding: 1px;
  }
  .case-item:not(:first-child) {
    margin-top: 60px;
  }
  .case-item-inner {
    padding: 50px;
  }
  .case-item-title {
    margin-bottom: 30px;
    font-size: 2.6rem;
  }
  .case-item-cost {
    margin-top: 25px;
  }
  .case-item-contact {
    margin-top: 25px;
  }
  .case-item-carousel {
    max-width: 620px;
    width: auto;
    margin: 45px auto 0;
  }
  .case-item-images {
    margin: 0 -20px;
  }
  .case-item-images .slick-arrow::before {
    width: 20px;
    height: 20px;
    border-width: 1px;
  }
  .case-item-images .slick-prev::before {
    left: -10px;
  }
  .case-item-images .slick-next::before {
    right: -10px;
  }
  .case-item-image {
    margin: 0 20px;
  }
  .case-item-image img {
    width: auto;
  }
  .about {
    padding: 100px 0 150px;
  }
  .about-content {
    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;
  }
  .about-content-image {
    width: 45%;
  }
  .about-content-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    padding-left: 65px;
  }
  .flow {
    padding: 100px 0 150px;
  }
  .flow-item-image {
    max-width: 140px;
  }
  .faq {
    padding: 100px 0 150px;
  }
  .faq-item:not(:first-child) {
    margin-top: 40px;
  }
  .faq-item-question {
    padding: 20px 60px 20px 75px;
  }
  .faq-item-question::before, .faq-item-question::after {
    right: 30px;
    width: 25px;
    height: 2px;
  }
  .faq-item-question .icon {
    top: 21px;
    left: 30px;
    font-size: 2.6rem;
  }
  .faq-item-anser {
    padding: 30px 50px 30px 70px;
  }
  .faq-item-anser .icon {
    top: 32px;
    left: 31px;
    font-size: 2.6rem;
  }
  .form-title {
    padding: 40px 0 35px;
    font-size: 3.5rem;
  }
  .form-title.-completion {
    font-size: 3.5rem;
  }
  .form-content {
    padding: 100px 0;
  }
  .form-content.-completion h4 {
    font-size: 2.4rem;
  }
  .form-content.-completion p {
    margin-top: 50px;
    text-align: center;
  }
  .fix-contact {
    display: none;
  }
  .totop {
    right: 40px;
  }
  .totop.is-show, .totop.is-fixed {
    bottom: 40px;
  }
  .totop a {
    width: 55px;
    height: 55px;
    -webkit-box-shadow: 0px 0px 6px 2px #e0dfdf;
            box-shadow: 0px 0px 6px 2px #e0dfdf;
  }
  .totop a::before {
    top: 24px;
    width: 16px;
    height: 16px;
    border-width: 2px;
  }
}

@media screen and (min-width: 1024px), print {
  a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  a:hover {
    opacity: 0.7;
  }
  .lp-header-link-items {
    width: auto;
  }
  .lp-header-link-item:nth-child(1) {
    margin-right: 15px;
  }
  .lp-header-link-item:nth-child(2) {
    margin-left: 15px;
  }
  .c-button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .c-button:hover {
    opacity: 0.7;
  }
  .p-contact-list {
    margin: 40px -40px 0;
  }
  .p-contact-list li {
    margin: 0 20px;
  }
}

@media screen and (min-width: 1280px), print {
  .p-items {
    margin: -10px;
  }
  .p-item {
    width: 20%;
  }
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/*# sourceMappingURL=style.css.map */
