@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,
li {
  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; }
  a:hover {
    color: inherit;
    text-decoration: none; }

/**
 * 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;
    font-size: 50%;
}

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

body {
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif; }

a:hover {
  opacity: 0.7; }

.only-pc {
  display: block; }
  @media (max-width: 767px) {
    .only-pc {
      display: none; } }

.only-sp {
  display: none; }
  @media (max-width: 767px) {
    .only-sp {
      display: block; } }

.block {
  width: 750px;
  margin: auto; }
  @media (max-width: 767px) {
    .block {
      width: 400px; } }
  @media (max-width: 425px) {
    .block {
      width: 300px; } }

.flyer .widget_text {
  display: none; }

.pb {
  padding-bottom: 300px; }
  @media (max-width: 767px) {
    .pb {
      padding-bottom: 200px; } }
  @media (max-width: 425px) {
    .pb {
      padding-bottom: 100px; } }

img {
  width: 100%;
}
      
.header {
  height: 70px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 5000;
  -webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.1); }
  .header .flex {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px; }
    .header .flex .logo {
      width: 132px;
      height: 26px;
    }
      .header .flex .logo .mainLogo {
        display: block;
        background-image: url(../img/logo.svg);
        background-repeat: no-repeat;
        background-position: center;
    }
      .header .flex .logo .logono1 {
        display: none;
        width: 270px;
        height: 56px;
        background-image: url(../img/logono1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
    @media (max-width: 767px) {
      .header .flex .btn-head {
        margin-left: auto; } }
    @media (max-width: 767px) {
      .header .flex .btn-head {
        display: none; } }
    .header .flex .btn-head img {
      width: 217px;
      height: 50px; }
    .header .flex .btn-head .btn-contact:hover {
      opacity: 0.7;
      cursor: pointer; }

.floating {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }
  @media (max-width: 767px) {
    .floating {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      z-index: 99999; } }
  .floating .btn-contact {
    margin-left: 5px; }

.mv .slider-project {
  position: relative; }
  .mv .slider-project .logo-no1 {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 450px; }
    @media (max-width: 1024px) {
      .mv .slider-project .logo-no1 {
        width: 300px; } }
    @media (max-width: 767px) {
      .mv .slider-project .logo-no1 {
        width: 200px;
        top: 10px;
        right: 10px; } }
    @media (max-width: 425px) {
      .mv .slider-project .logo-no1 {
        width: 190px; } }

.news {
  background-color: #fcfae8;
  padding: 30px 5px; }
  @media (max-width: 767px) {
    .news .block {
      width: 95%; } }
  @media (max-width: 425px) {
    .news .block {
      width: 100%; } }
  .news .block h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; }
  .news .block ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    padding: 10px 5px;
    border-bottom: dotted 1px #aaa; }
    @media (max-width: 425px) {
      .news .block ul li {
        font-size: 14px; } }
    .news .block ul li span {
      margin-right: 20px; }
      @media (max-width: 425px) {
        .news .block ul li span {
          margin-right: 10px; } }
  .news .block ul .mv:hover,
  .news .block ul .movie:hover,
  .news .block ul .pickup:hover,
  .news .block ul .flyer:hover {
    cursor: pointer;
    opacity: 0.7; }

.video {
  background-image: url(../img/bg-movie.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 300px 200px; }
  @media (max-width: 1500px) {
    .video {
      padding: 100px 200px 200px; } }
  @media (max-width: 1024px) {
    .video {
      padding: 100px 200px 200px; } }
  @media (max-width: 767px) {
    .video {
      padding: 100px 15px 200px; } }
  .video .inner {
    position: relative;
    padding-bottom: 56.25%; }
    .video .inner iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.limited {
  background-image: url(../img/bg-limited.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .limited .btns {
    width: 420px;
    margin: auto; }
    @media (max-width: 767px) {
      .limited .btns {
        width: 350px; } }
    @media (max-width: 425px) {
      .limited .btns {
        width: 300px; } }
    .limited .btns:hover {
      cursor: pointer;
      opacity: 0.7; }
    .limited .btns img {
      width: 100%; }
  .limited .block {
    position: relative;
    bottom: 40px; }
    @media (max-width: 767px) {
      .limited .block {
        width: 100%; } }
    .limited .block ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .limited .block ul li {
        background-color: #fff;
        margin: 0 auto 50px;
        width: 235px;
        text-align: center;
        position: relative;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        @media (max-width: 767px) {
          .limited .block ul li {
            width: 48%;
            margin-bottom: 30px; } }
        .limited .block ul li:hover {
          opacity: 0.7;
          cursor: pointer; }
        .limited .block ul li h3 {
          font-size: 20px;
          font-weight: bold;
          margin: 40px auto 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          @media (max-width: 425px) {
            .limited .block ul li h3 {
              font-size: 16px;
              margin: 25px auto 10px; } }
        .limited .block ul li .img-car {
          width: 100%;
          padding: 0 13px;
          margin-bottom: 20px; }
          @media (max-width: 425px) {
            .limited .block ul li .img-car {
              padding: 0 10px; } }
        .limited .block ul li table {
          padding: 0 13px;
          display: block;
          margin-bottom: 10px; }
          @media (max-width: 767px) {
            .limited .block ul li table {
              width: 200px;
              margin: 0 auto 10px; } }
          @media (max-width: 425px) {
            .limited .block ul li table {
              width: 154px;
              padding: 0 10px; } }
          .limited .block ul li table tbody {
            width: 100%;
            margin: auto;
            display: block;
            max-width: 170px; }
          .limited .block ul li table tr th {
            font-size: 12px;
            background-color: #dd0d0e;
            padding: 3px 5px;
            text-align: center;
            display: block;
            margin-bottom: 10px;
            margin-right: 5px;
            color: #fff; }
            @media (max-width: 767px) {
              .limited .block ul li table tr th {
                margin-right: 20px; } }
            @media (max-width: 425px) {
              .limited .block ul li table tr th {
                margin-right: 10px;
                font-size: 10px; } }
          .limited .block ul li table tr td {
            font-size: 16px;
            font-weight: bold; }
            @media (max-width: 425px) {
              .limited .block ul li table tr td {
                font-size: 13px; } }
            .limited .block ul li table tr td span {
              font-size: 11px;
              font-weight: normal; }
              @media (max-width: 767px) {
                .limited .block ul li table tr td span {
                  display: block; } }
              @media (max-width: 425px) {
                .limited .block ul li table tr td span {
                  font-size: 10px; } }
        .limited .block ul li h4 {
          background-color: #dd0e0e;
          color: #fff;
          padding: 10px 0;
          font-weight: bold;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .limited .block ul li h4 img {
            width: 35px;
            margin-right: 5px; }
            @media (max-width: 425px) {
              .limited .block ul li h4 img {
                width: 30px; } }
          .limited .block ul li h4 p {
            font-size: 40px; }
            @media (max-width: 767px) {
              .limited .block ul li h4 p {
                font-size: 35px; } }
            @media (max-width: 425px) {
              .limited .block ul li h4 p {
                font-size: 30px; } }
          .limited .block ul li h4 span {
            font-size: 28px; }
            @media (max-width: 767px) {
              .limited .block ul li h4 span {
                font-size: 23px; } }
            @media (max-width: 425px) {
              .limited .block ul li h4 span {
                font-size: 16px; } }
      .limited .block ul .new:before {
        content: url(../img/ico-new.svg);
        position: absolute;
        width: 80px;
        top: -30px;
        left: -20px; }
        @media (max-width: 767px) {
          .limited .block ul .new:before {
            left: -15px; } }
        @media (max-width: 425px) {
          .limited .block ul .new:before {
            width: 60px;
            top: -27px;
            left: -8px; } }
    .limited .block button {
      display: none;
      margin: 0 auto 100px;
      padding: 0 15px;
      max-width: 420px;
      width: 100%;
      text-align: center;
      outline: none; }
  .limited .btn-search {
    margin-top: 50px; }
    @media (max-width: 767px) {
      .limited .btn-search {
        width: 400px;
        margin-top: 80px; } }
    @media (max-width: 425px) {
      .limited .btn-search {
        position: relative;
        bottom: 60px;
        width: 300px; } }

.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200; }
  .c-modal .c-modal_bg {
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100%; }
  .c-modal .c-modal_content {
    background: #fff;
    left: 50%;
    position: absolute;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    width: 700px; }
    @media (max-width: 767px) {
      .c-modal .c-modal_content {
        width: 90%; } }
  .c-modal .c-modal_content_inner {
    position: relative;
    padding: 40px 15px 20px; }
  .c-modal .c-modal_close {
    position: absolute;
    font-size: 30px;
    top: 0;
    right: 15px; }
    @media (max-width: 767px) {
      .c-modal .c-modal_close {
        right: 10px;
        top: -4px; } }
    @media (max-width: 425px) {
      .c-modal .c-modal_close {
        right: 5px; } }

.nextend-thumbnail-button {
  display: none !important; }

.nextend-arrow-animated-fade {
  width: 25.6px !important;
  height: 25.6px !important; }

.bnr-telmail {
  background-color: #fcfae8;
  padding: 50px 0 200px; }
  @media (max-width: 767px) {
    .bnr-telmail {
      padding-bottom: 120px; } }
  .bnr-telmail .block {
    position: relative; }
    .bnr-telmail .block .bnr {
      width: 100%;
      display: block; }
      @media (max-width: 767px) {
        .bnr-telmail .block .bnr {
          margin-bottom: 50px; } }
      @media (max-width: 425px) {
        .bnr-telmail .block .bnr {
          margin-bottom: 30px; } }
    .bnr-telmail .block .tel {
      color: #ed6c00;
      font-weight: bold;
      font-size: 75px;
      font-family: "lato", sans-serif;
      position: absolute;
      bottom: 22px;
      left: 103px; }
      @media (max-width: 767px) {
        .bnr-telmail .block .tel {
          font-size: 46px;
          bottom: 0;
          left: 70px;
          top: 85px; } }
      @media (max-width: 425px) {
        .bnr-telmail .block .tel {
          font-size: 35px;
          left: 52px;
          top: 64px; } }
    .bnr-telmail .block .mail {
      width: 105px;
      position: absolute;
      bottom: 9px;
      right: 30px; }
      @media (max-width: 767px) {
        .bnr-telmail .block .mail {
          text-align: center;
          position: relative;
          bottom: 0;
          right: 0;
          width: 70%;
          margin: auto;
          display: block; } }
      .bnr-telmail .block .mail:hover {
        cursor: pointer;
        opacity: 0.7; }

.flyers {
  background-color: #fcfae8; }
  .flyers .block {
    position: relative;
    bottom: 40px; }
  .flyers ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .flyers ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .flyers ul .item {
      text-align: center;
      width: 220px; }
      @media (max-width: 767px) {
        .flyers ul .item {
          margin-bottom: 50px; } }
      .flyers ul .item h3 {
        width: 100%;
        font-size: 20px;
        font-weight: bold;
        color: #006471;
        background-color: #fff;
        border-radius: 25px;
        padding: 20px;
        margin-bottom: 30px;
        position: relative; }
      .flyers ul .item h3:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 15px;
        margin-left: -15px; }
      .flyers ul .item img {
        width: 100%; }

.medals {
  background-image: url(../img/bg-medals.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 425px) {
    .medals {
      background-position: center -10px; } }
  @media (max-width: 767px) {
    .medals .block {
      width: 90%;
      position: relative;
      bottom: -20px; } }
  @media (max-width: 425px) {
    .medals .block {
      width: 95%;
      bottom: 25px; } }
  .medals ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .medals ul li img {
      width: 100%; }

.happy {
  background-image: url(../img/bg-happy.png);
  background-repeat: no-repeat;
  background-size: cover; }
  .happy > .block {
    position: relative;
    bottom: 40px; }
  .happy ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .happy ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 50px; } }
    .happy ul li img {
      width: 90%; }
      @media (max-width: 767px) {
        .happy ul li img {
          width: 280px; } }
    @media (max-width: 767px) {
      .happy ul .first {
        margin-bottom: 30px; } }
  .happy .arrow {
    width: 450px;
    margin: 0 auto 85px; }
    @media (max-width: 767px) {
      .happy .arrow {
        width: 100%;
        margin-bottom: 50px; } }
  .happy .item img {
    width: 100%;
    margin-bottom: 40px; }
  .happy .item p {
    font-size: 14px;
    line-height: 1.3; }
    .happy .item p:first-of-type {
      margin-bottom: 30px; }
  .happy > .bnr-telmail {
    background-color: transparent;
    padding: 50px 0 0; }

.match {
  background-color: #fff3f6; }
  .match .block {
    position: relative;
    bottom: 40px; }
    @media (max-width: 425px) {
      .match .block {
        width: 100%; } }
  .match .cars {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .match .cars {
        margin-bottom: 40px; } }
    .match .cars li {
      text-align: center; }
      .match .cars li img {
        width: 95%; }
        @media (max-width: 767px) {
          .match .cars li img {
            width: 100%; } }
  .match .text {
    text-align: center;
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      .match .text {
        margin-bottom: 40px; } }
    .match .text img {
      width: 500px; }
      @media (max-width: 767px) {
        .match .text img {
          width: 100%; } }
      @media (max-width: 425px) {
        .match .text img {
          width: 300px; } }
  .match .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      .match .logos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .match .logos li {
        margin-bottom: 30px; } }
    .match .logos img {
      width: 130px; }
      @media (max-width: 767px) {
        .match .logos img {
          width: 200px; } }
    .match .logos .suzuki {
      height: 25px; }
      @media (max-width: 767px) {
        .match .logos .suzuki {
          height: 39px; } }
    .match .logos .daiha {
      height: 23px; }
      @media (max-width: 767px) {
        .match .logos .daiha {
          height: 36px; } }
    .match .logos .honda {
      height: 15px; }
      @media (max-width: 767px) {
        .match .logos .honda {
          height: 24px; } }
    .match .logos .nissan {
      height: 18px; }
      @media (max-width: 767px) {
        .match .logos .nissan {
          height: 28px; } }
    .match .logos .mitsu {
      width: 60px;
      height: 51px; }
  .match .bnr {
    text-align: center; }
    @media (max-width: 425px) {
      .match .bnr {
        position: relative;
        bottom: 50px; } }
    .match .bnr .bnr-contact {
      max-width: 750px;
      width: 100%;
      position: relative;
      left: 1.5px; }
      @media (max-width: 767px) {
        .match .bnr .bnr-contact {
          padding: 0 13.5px 0 15px; } }
      .match .bnr .bnr-contact:hover {
        cursor: pointer;
        opacity: 0.7; }

.carlife {
  background-image: url(../img/bg-carlife.png);
  background-repeat: no-repeat;
  background-size: cover; }
  .carlife > .block {
    position: relative;
    bottom: 40px; }
  .carlife .imgs {
    max-width: 750px;
    width: 100%;
    margin: 0 auto 150px;
    padding: 0 10px;
    display: block; }
    @media (max-width: 767px) {
      .carlife .imgs {
        margin-bottom: 100px; } }
  .carlife .ttl-mainte {
    margin-bottom: 95px; }
    @media (max-width: 767px) {
      .carlife .ttl-mainte {
        margin-bottom: 45px; } }
  .carlife .benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .carlife .benefit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .carlife .benefit li {
      width: 340px;
      margin-bottom: 60px; }
      @media (max-width: 425px) {
        .carlife .benefit li {
          width: 300px; } }
      .carlife .benefit li .ttl {
        width: 100%; }
      .carlife .benefit li p {
        font-size: 14px;
        padding: 20px; }
      .carlife .benefit li .img {
        padding: 0 20px;
        width: 100%; }
  .carlife .benefit-02 {
    margin-bottom: 80px; }
    .carlife .benefit-02 li:last-of-type {
      margin-bottom: 0; }
  .carlife .txt-ex {
    margin: 0 auto 20px;
    width: 300px;
    display: block; }
    @media (max-width: 767px) {
      .carlife .txt-ex {
        width: 250px; } }
  .carlife .item-ex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 80px; }
    .carlife .item-ex li {
      width: 300px;
      text-align: center; }
      .carlife .item-ex li .img-01 {
        width: 94%; }
        @media (max-width: 767px) {
          .carlife .item-ex li .img-01 {
            width: 84%; } }
      .carlife .item-ex li .img-02 {
        width: 100%; }
        @media (max-width: 767px) {
          .carlife .item-ex li .img-02 {
            width: 90%; } }
  .carlife .tow {
    margin-bottom: 90px; }
    @media (max-width: 767px) {
      .carlife .tow {
        margin-bottom: 40px; } }
  .carlife .assure {
    background-color: #006471;
    padding: 45px 0;
    text-align: center; }
    .carlife .assure .block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 767px) {
        .carlife .assure .block {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media (max-width: 767px) {
        .carlife .assure .block img {
          margin-bottom: 50px; } }
      @media (max-width: 767px) {
        .carlife .assure .block img:last-of-type {
          margin-bottom: 0; } }
      .carlife .assure .block .image {
        width: 300px; }
        @media (max-width: 767px) {
          .carlife .assure .block .image {
            width: 300px; } }
      .carlife .assure .block .arrow {
        width: 150px; }
  .carlife .bnr-telmail {
    background-color: transparent; }
    @media (max-width: 767px) {
      .carlife .bnr-telmail {
        padding-bottom: 60px; } }

.loop-slider {
  padding: 90px 0 250px; }
  @media (max-width: 767px) {
    .loop-slider {
      padding-bottom: 200px; } }
  @media (max-width: 425px) {
    .loop-slider {
      padding: 50px 0 150px; } }
  .loop-slider h2 {
    margin-bottom: 75px; }
    @media (max-width: 767px) {
      .loop-slider h2 {
        margin-bottom: 30px; } }
    .loop-slider h2 img {
      width: 100%; }
  @media (max-width: 767px) {
    .loop-slider .bnr {
      width: 95%; } }
  .loop-slider .bnr img,
  .loop-slider .bnr .txt {
    width: 100%; }
  .loop-slider .bnr .txt {
    padding: 25px 20px;
    background-color: #fcfae8; }
    .loop-slider .bnr .txt p {
      font-size: 14px;
      line-height: 2; }

.loopSlide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  overflow: hidden;
  margin-bottom: 50px; }
  .loopSlide ul {
    padding: 0;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .loopSlide ul:first-child {
      -webkit-animation: slide1 60s -30s linear infinite;
      animation: slide1 60s -30s linear infinite; }
      @media (max-width: 767px) {
        .loopSlide ul:first-child {
          -webkit-animation: slide1 40s -30s linear infinite;
          animation: slide1 40s -30s linear infinite; } }
      @media (max-width: 425px) {
        .loopSlide ul:first-child {
          -webkit-animation: slide1 20s -30s linear infinite;
          animation: slide1 20s -30s linear infinite; } }
    .loopSlide ul:last-child {
      -webkit-animation: slide2 60s linear infinite;
      animation: slide2 60s linear infinite; }
      @media (max-width: 767px) {
        .loopSlide ul:last-child {
          -webkit-animation: slide2 40s linear infinite;
          animation: slide2 40s linear infinite; } }
      @media (max-width: 425px) {
        .loopSlide ul:last-child {
          -webkit-animation: slide2 20s linear infinite;
          animation: slide2 20s linear infinite; } }
    .loopSlide ul li {
      display: inline-block;
      width: 100%;
      min-width: 290px;
      margin-right: 20px;
      list-style: none;
      text-align: center; }
      .loopSlide ul li img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 10px; }
      .loopSlide ul li h3 {
        font-size: 22px;
        font-weight: bold; }

@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

.access .item {
  position: relative;
  bottom: 40px;
  margin-bottom: 150px; }
  @media (max-width: 767px) {
    .access .item {
      margin-bottom: 100px; } }
  .access .item .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .access .item .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .access .item .flex .text {
        margin-bottom: 30px; } }
    .access .item .flex .text h3 {
      font-size: 25px;
      font-weight: bold;
      margin-bottom: 30px;
      color: #ed6c00; }
    .access .item .flex .text table {
      font-size: 17px;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .access .item .flex .text table {
          font-size: 16px; } }
      .access .item .flex .text table tr {
        margin-bottom: 10px;
        display: block; }
        .access .item .flex .text table tr th {
          width: 100px; }
          @media (max-width: 767px) {
            .access .item .flex .text table tr th {
              width: 90px; } }
    .access .item .flex .text p {
      font-size: 13px;
      margin-bottom: 30px; }
    .access .item .flex .image img {
      width: 355px; }
      @media (max-width: 767px) {
        .access .item .flex .image img {
          width: 300px; } }
  .access .item iframe {
    width: 100%;
    margin-bottom: 20px;
    height: 350px; }
    @media (max-width: 767px) {
      .access .item iframe {
        height: 250px; } }
  .access .item .google {
    display: block;
    width: 200px;
    margin: auto; }

.access .item-mid .text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }
  @media (max-width: 767px) {
    .access .item-mid .text {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

.access .item-mid .image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  @media (max-width: 767px) {
    .access .item-mid .image {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }

@media (max-width: 425px) {
  .access .btn-search {
    position: relative;
    bottom: 60px; } }

.contact {
  background-color: #fcfae8; }
  .contact > .block {
    position: relative;
    bottom: 100px; }
  .contact .wpcf7-form {
    padding-top: 70px; }
  .contact .form__wrap .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .contact .form__wrap .form__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px; } }
    .contact .form__wrap .form__row .form__label {
      width: 300px; }
      .contact .form__wrap .form__row .form__label label {
        font-size: 16px;
        font-weight: bold;
        padding-left: 0px; }
        @media (max-width: 767px) {
          .contact .form__wrap .form__row .form__label label {
            width: 100%;
            padding-left: 0;
            margin-bottom: 0; } }
    .contact .form__wrap .form__row .is-required label:after {
      content: "必須";
      background-color: #d90000;
      color: #fff;
      font-size: 10px;
      font-weight: bold;
      padding: 0 10px 2px;
      margin-left: 10px;
      position: relative;
      bottom: 2px;
      border-radius: 25px; }
    @media (max-width: 767px) {
      .contact .form__wrap .form__row .form__body {
        width: 100%; } }
    .contact .form__wrap .form__row .form__body .wpcf7-form-control-wrap input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 999px #fff inset;
      box-shadow: 0 0 0px 999px #fff inset; }
    .contact .form__wrap .form__row .form__body .wpcf7-form-control-wrap .wpcf7c-conf {
      background-color: #fff; }
    .contact .form__wrap .form__row .form__body .wpcf7-form-control-wrap input,
    .contact .form__wrap .form__row .form__body .wpcf7-form-control-wrap select,
    .contact .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea {
      border: 1px solid #707070;
      padding: 10px 15px;
      width: 400px;
      margin: 15px 0;
      font-size: 14px;
      background-color: #fff; }
      @media (max-width: 767px) {
        .contact .form__wrap .form__row .form__body .wpcf7-form-control-wrap input,
        .contact .form__wrap .form__row .form__body .wpcf7-form-control-wrap select,
        .contact .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea {
          width: 100%; } }
    .contact .form__wrap .form__row .form__body .wpcf7-form-control-wrap input,
    .contact .form__wrap .form__row .form__body .wpcf7-form-control-wrap select {
      height: 40px; }
    .contact .form__wrap .form__row .form__body .wpcf7-form-control-wrap .wpcf7-date {
      width: 234px; }
      @media (max-width: 767px) {
        .contact .form__wrap .form__row .form__body .wpcf7-form-control-wrap .wpcf7-date {
          margin-bottom: 0;
          width: 100%; } }
    .contact .form__wrap .form__row .form__body .time .wpcf7-select {
      width: 140px; }
      @media (max-width: 767px) {
        .contact .form__wrap .form__row .form__body .time .wpcf7-select {
          width: 100%; } }
  .contact .form__wrap .form__last {
    border-bottom: none; }
  .contact .wpcf7-response-output {
    text-align: center; }
  .contact .wpcf7-not-valid-tip {
    margin-bottom: 20px; }
  .contact .info-bottom {
    font-size: 13px;
    line-height: 1.6;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    text-align: center; }
    @media (max-width: 425px) {
      .contact .info-bottom {
        font-size: 12px; } }
  .contact .row-privacy {
    margin-bottom: 38px;
    text-align: center; }
    .contact .row-privacy label {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .contact .row-privacy label > input {
        width: 25px;
        height: 25px;
        margin-right: 10px; }
      .contact .row-privacy label .wpcf7-list-item-label {
        font-size: 14px;
        font-weight: normal;
        border: none;
        padding: 0;
        width: initial;
        margin: 0;
        text-align: left; }
  .contact .row-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .contact .row-submit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .contact .row-submit > input {
      color: #fff;
      border-radius: 50px;
      position: relative;
      z-index: 2;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      overflow: hidden;
      font-weight: bold;
      background: -o-linear-gradient(#496d15, #b7d472, #86b335);
      background: -webkit-gradient(linear, left top, left bottom, from(#496d15), color-stop(#b7d472), to(#86b335));
      background: linear-gradient(#496d15, #b7d472, #86b335);
      -webkit-box-shadow: 0 5px 0 0 #496d15, 0 5px 0 0 #86b335 inset;
      box-shadow: 0 5px 0 0 #496d15, 0 5px 0 0 #86b335 inset;
      width: 400px;
      height: 93px;
      font-size: 18px;
      line-height: 1.8;
      letter-spacing: 0.02em;
      padding: 33px 30px 28px;
      margin: auto;
      text-align: center; }
      @media (max-width: 767px) {
        .contact .row-submit > input {
          height: 89px;
          font-size: 16px;
          padding: 33px 15px 28px; } }
      @media (max-width: 425px) {
        .contact .row-submit > input {
          width: 300px; } }
      .contact .row-submit > input:disabled {
        cursor: not-allowed; }
        .contact .row-submit > input:disabled:hover {
          opacity: unset; }
      .contact .row-submit > input:hover {
        opacity: 0.7; }
        .contact .row-submit > input:hover:before {
          left: 0; }
    .contact .row-submit .wpcf7-back,
    .contact .row-submit .wpcf7-submit {
      width: 250px;
      margin-right: 10px;
      margin-left: 10px; }
      @media (max-width: 767px) {
        .contact .row-submit .wpcf7-back,
        .contact .row-submit .wpcf7-submit {
          width: 100%;
          margin-right: 0;
          margin-left: 0; } }
    @media (max-width: 767px) {
      .contact .row-submit .wpcf7-back {
        margin-bottom: 20px; } }
  .contact .info {
    display: block;
    width: 423px;
    margin-left: auto;
    font-size: 14px;
    color: #5f4439;
    position: relative;
    bottom: 16px;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .contact .info {
        width: 100%;
        margin-left: 5px; } }
  .contact .your-place select ::-webkit-input-placeholder:before {
    content: "お住まいを選択してください"; }
  .contact .your-place select ::-moz-placeholder:before {
    content: "お住まいを選択してください"; }
  .contact .your-place select :-ms-input-placeholder:before {
    content: "お住まいを選択してください"; }
  .contact .your-place select ::-ms-input-placeholder:before {
    content: "お住まいを選択してください"; }
  .contact .your-place select ::placeholder:before {
    content: "お住まいを選択してください"; }

.thanks {
  height: 74vh;
  position: relative; }
  .thanks .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    width: 100%;
    text-align: center; }
    .thanks .inner p {
      margin-bottom: 20px;
      font-size: 18px; }
      @media (max-width: 425px) {
        .thanks .inner p {
          font-size: 15px; } }
    .thanks .inner .btn-thanks a {
      margin-top: 30px;
      background-color: #ed6c00;
      -webkit-box-shadow: 0px 4px #555;
      box-shadow: 0px 4px #555;
      color: #fff;
      font-weight: bold;
      display: inline-block;
      padding: 10px 15px;
      border-radius: 10px; }

.footer {
  text-align: center; }
  .footer .logo {
    background-color: #fff;
    padding: 27px 5px; }
    .footer .logo img {
      width: 216px; }
    .footer .logo:hover {
      opacity: .7;
      cursor: pointer; }
      .footer .copyright {
        color: #353535;
        padding: 15px 5px;
        font-size: 12px;
        background: #fff;
    }
