/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
}

a {
  color: #000;
}

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

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #000;
  font-family: "Noto Sans JP",'HiraginoSans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*::before, *::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

figure, picture {
  line-height: 0;
}

picture {
  display: block;
}

button {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.6;
}

@-webkit-keyframes my-blink {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes my-blink {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes my-blink {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@font-face {
  font-family: 'DIN2014Bold';
  src: url("../fonts/DIN2014Bold.ttf");
}

html, body {
  height: 100%;
}

@media screen and (min-width: 769px) {
  .show_sp {
    display: none;
  }
  a[href^='tel'] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .show_sp {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  .pTop {
    background: url("../img/bgPc.png") 0 0 repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-attachment: fixed;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .fixedLeft {
    width: -webkit-calc(50% - 207px);
    width: -moz-calc(50% - 207px);
    width: calc(50% - 207px);
    text-align: center;
    line-height: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .fixedLeft a {
    max-width: 362px;
    width: 96%;
    display: inline-block;
    line-height: 0;
  }
  .pTop .fixedRight {
    width: -webkit-calc(50% - 207px);
    width: -moz-calc(50% - 207px);
    width: calc(50% - 207px);
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .fixedRight__box {
    position: relative;
    z-index: 3;
    max-width: 384px;
    width: 100%;
    margin: auto;
    background: #fff;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 0 15px 22px;
  }
  .pTop .fixedRight__box--sub {
    line-height: 0;
    text-align: center;
  }
  .pTop .fixedRight__box--sub span {
    line-height: 0;
    width: 353px;
    display: inline-block;
    margin-top: -23px;
  }
  .pTop .fixedRight__box--list {
    line-height: 0;
    margin-top: 13px;
    width: 100%;
  }
  .pTop .fixedRight__box--contact {
    margin-top: 16px;
  }
  .pTop .fixedRight__box--contact a {
    display: block;
    background: #D30004;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 12px 0px 7px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-box-shadow: 0 3px 0 rgba(181, 0, 3, 0.2);
         box-shadow: 0 3px 0 rgba(181, 0, 3, 0.2);
  }
  .pTop .fixedRight__box--contact a * {
    display: block;
    width: 100%;
  }
  .pTop .fixedRight__box--contact a em {
    font-style: normal;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .pTop .fixedRight__box--contact a span {
    font-size: 36px;
    line-height: 35px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 71px;
    margin-top: 8px;
  }
  .pTop .fixedRight__box--contact a span::before {
    position: absolute;
    content: "TEL";
    font-size: 22px;
    line-height: 35px;
    width: 51px;
    height: 31px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    border: 1px solid #fff;
    font-family: 'Roboto',sans-serif;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .fixedRight__box--contact a::after {
    position: absolute;
    content: "";
    width: 25.42px;
    height: 41.04px;
    background: url("../img/ctaHand.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 12.02px;
    bottom: 4.47px;
    -webkit-transform: rotate(-12.02deg);
       -moz-transform: rotate(-12.02deg);
        -ms-transform: rotate(-12.02deg);
            transform: rotate(-12.02deg);
  }
  .pTop .container {
    max-width: 414px;
    width: 100%;
    margin: auto;
    /*padding-top: 53.97px;*/
    padding-top: 79.8px;
  }
  .header {
    position: fixed;
    width: 100%;
    max-width: 414px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 99;
  }
  .header__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 15px 5px 10px;
    background: #fff;
  }
  .header__logo {
    line-height: 0;
    width: 133px;
  }
  .header__logo a {
    display: block;
    line-height: 0;
    width: 100%;
  }
  .header__logo a img {
    width: 100%;
    height: auto;
  }
  .header__right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__right--tel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: 4.45px;
  }
  .header__right--tel em {
    font-style: normal;
    font-size: 7.46px;
    line-height: 1;
    font-weight: 600;
    color: #061B50;
    padding: 0 0 3.5px;
    border-bottom: 1px solid #00339E;
  }
  .header__right--tel a {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 25.79px;
    margin-top: 5px;
  }
  .header__right--tel a::before {
    position: absolute;
    content: "";
    width: 16.21px;
    height: 24.37px;
    background: url("../img/headerTel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: -4.74px;
    -webkit-transform: rotate(-18.92deg);
       -moz-transform: rotate(-18.92deg);
        -ms-transform: rotate(-18.92deg);
            transform: rotate(-18.92deg);
  }
  .header__right--tel a span {
    font-size: 22.38px;
    line-height: 22px;
    letter-spacing: -0.02em;
    font-family: 'DIN2014Bold';
    font-weight: 700;
    color: #061B50;
  }
  .header__right--card {
    line-height: 0;
    width: 77.67px;
  }
  .header__right--card img {
    width: 100%;
    height: auto;
  }
  .mv {
    background: #fff;
    padding-bottom: 20px;
  }
  .mv__intro {
    background: #00339E;
    text-align: center;
    padding: 4px 0;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
  .cta {
    padding: 10px 0 18px;
    background: #0C0F60;
  }
  .cta__top {
    line-height: 0;
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .cta__top img {
    width: 100%;
    height: auto;
  }
  .cta__box {
    position: relative;
    z-index: 3;
    max-width: 384px;
    width: 100%;
    margin: auto;
    background: #fff;
    -moz-border-radius: 5px;
         border-radius: 5px;
    margin-top: -29px;
    padding: 0 15px 15px;
  }
  .cta__box--sub {
    line-height: 0;
    text-align: center;
  }
  .cta__box--sub span {
    line-height: 0;
    width: 334px;
    display: inline-block;
    margin-top: -17px;
  }
  .cta__box--list {
    line-height: 0;
    margin-top: 11px;
    width: 100%;
  }
  .cta__box--price {
    line-height: 0;
  }
  .cta__box--contact h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cta__box--contact h3::before, .cta__box--contact h3::after {
    content: "";
    width: 8.3px;
    height: 12.45px;
    background: url("../img/ctaLine.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .cta__box--contact h3::after {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .cta__box--contact h3 span {
    font-size: 15.07px;
    line-height: 21px;
    font-weight: 700;
    color: #283247;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)), color-stop(70%, #ffe817), to(#ffe817));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffe817 70%, #ffe817 100%);
    background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffe817 70%, #ffe817 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffe817 70%, #ffe817 100%);
  }
  .cta__box--contact a {
    display: block;
    background: #D30004;
    -moz-border-radius: 5px;
         border-radius: 5px;
    margin-top: 6.38px;
    padding: 12px 0px 7px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-box-shadow: 0 3px 0 rgba(181, 0, 3, 0.2);
         box-shadow: 0 3px 0 rgba(181, 0, 3, 0.2);
  }
  .cta__box--contact a * {
    display: block;
    width: 100%;
  }
  .cta__box--contact a em {
    font-style: normal;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .cta__box--contact a span {
    font-size: 36px;
    line-height: 35px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 71px;
    margin-top: 8px;
  }
  .cta__box--contact a span::before {
    position: absolute;
    content: "TEL";
    font-size: 22px;
    line-height: 35px;
    width: 51px;
    height: 31px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    border: 1px solid #fff;
    font-family: 'Roboto',sans-serif;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cta__box--contact a::after {
    position: absolute;
    content: "";
    width: 25.42px;
    height: 41.04px;
    background: url("../img/ctaHand.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 12.02px;
    bottom: 4.47px;
    -webkit-transform: rotate(-12.02deg);
       -moz-transform: rotate(-12.02deg);
        -ms-transform: rotate(-12.02deg);
            transform: rotate(-12.02deg);
  }
  .trouble {
    line-height: 0;
  }
  .respon {
    padding-bottom: 27.5px;
    background: url("../img/bg.png") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .respon ul li {
    line-height: 0;
    position: relative;
    z-index: 2;
  }
  .respon ul li + li {
    z-index: 1;
    margin-top: -45px;
  }
  .reason {
    padding: 39px 0 35px;
    background: url("../img/bg.png") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .reason h2 {
    line-height: 0;
    text-align: center;
  }
  .reason h2 img {
    width: 383px;
  }
  .reason__circle {
    line-height: 0;
    text-align: center;
    margin-top: 19px;
  }
  .reason__circle img {
    width: 383px;
  }
  .reason__list {
    padding: 0 15px;
    margin-top: 17px;
  }
  .reason__list ul li {
    line-height: 0;
  }
  .reason__list ul li img {
    width: 100%;
    height: auto;
  }
  .reason__list ul li + li {
    margin-top: 10px;
  }
  .step {
    background: url("../img/stepBg.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 35px 15px 30px;
  }
  .step h2 {
    text-align: center;
    line-height: 0;
  }
  .step h2 img {
    width: 215px;
  }
  .step__list {
    margin-top: 38px;
  }
  .step__list ul li {
    line-height: 0;
  }
  .step__list ul li + li {
    margin-top: 5px;
  }
  .case {
    padding: 35px 15px 35px;
    background: url("../img/bg.png") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .case__main {
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
         box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 0 0 11.6px;
  }
  .case__main h2 {
    line-height: 0;
  }
  .case__main h2 img {
    width: 100%;
    height: auto;
  }
  .case__main--sub {
    margin-top: 22px;
    padding: 0 15px;
    line-height: 0;
  }
  .case__main--sub img {
    width: 343px;
  }
  .case__main--list {
    padding: 0 15px;
    margin-top: 20px;
  }
  .case__main--price {
    line-height: 0;
    text-align: right;
    margin-top: 16px;
  }
  .case__main--price img {
    width: 369px;
  }
  .area {
    background: #fff;
    padding: 35px 15px 22px;
  }
  .area__main h2 {
    text-align: center;
    line-height: 0;
  }
  .area__main h2 img {
    width: 100%;
    height: auto;
  }
  .area__main .list {
    margin-top: 16px;
  }
  .area__main .list dl {
    border: 2px solid #000;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .area__main .list dl dt {
    background: #00339E;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    padding: 14px 35px 13px 18px;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    cursor: pointer;
  }
  .area__main .list dl dt::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/areaPlus.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    right: 14.86px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .area__main .list dl dt.active::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .area__main .list dl dd {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    padding: 15px 18px 21px;
    display: none;
  }
  .area__main .list dl + dl {
    margin-top: 14px;
  }
  .faq {
    border-top: 10px solid #0C0F60;
    background: url("../img/faqBg.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 35px 15px;
  }
  .faq__main h2 {
    text-align: center;
    font-size: 35px;
    line-height: 33px;
    font-weight: 800;
    color: #061B50;
  }
  .faq__main .list {
    margin-top: 35px;
  }
  .faq__main .list dl {
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 1px solid #000;
    background: #fff;
    padding: 0 15px;
  }
  .faq__main .list dl dt {
    color: #2F2F2F;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 18px 38px;
    cursor: pointer;
  }
  .faq__main .list dl dt::before {
    position: absolute;
    content: "Q";
    color: #00339E;
    font-size: 35.77px;
    line-height: 46px;
    font-weight: 700;
    font-family: 'DIN2014Bold';
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .faq__main .list dl dt::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/faqPlus.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .faq__main .list dl dt.active::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .faq__main .list dl dd {
    border-top: 1px solid #00339E;
    padding: 15px 10px 22px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    color: #26282A;
    display: none;
  }
  .faq__main .list dl + dl {
    margin-top: 10px;
  }
  .footer {
    background: #fff;
    padding: 15px 0 10px;
  }
  .footer__link {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
  }
  .footer__link a {
    color: #000;
  }
  .footer__copy {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    margin-top: 15px;
  }
  .ctaFixed {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px;
    z-index: 99;
  }
  .ctaFixed a {
    display: block;
    background: #D30004;
    padding: 12px 0px 7px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .ctaFixed a * {
    display: block;
    width: 100%;
  }
  .ctaFixed a em {
    font-style: normal;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: left;
    padding-left: 11px;
  }
  .ctaFixed a span {
    font-size: 41px;
    line-height: 35px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 71px;
    margin-top: 8px;
  }
  .ctaFixed a span::before {
    position: absolute;
    content: "TEL";
    font-size: 22px;
    line-height: 35px;
    width: 51px;
    height: 31px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    border: 1px solid #fff;
    font-family: 'Roboto',sans-serif;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ctaFixed a::after {
    position: absolute;
    content: "";
    width: 39.01px;
    height: 62.98px;
    background: url("../img/ctaHand.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 9.81px;
    bottom: 6.66px;
    -webkit-transform: rotate(-12.02deg);
       -moz-transform: rotate(-12.02deg);
        -ms-transform: rotate(-12.02deg);
            transform: rotate(-12.02deg);
  }
  .company {
    background: #fff;
    padding: 50px 15px;
  }
  .company__main h2 {
    text-align: center;
    font-size: 35px;
    line-height: 33px;
    font-weight: 800;
    color: #061B50;
  }
  .company__main .list {
    margin-top: 60px;
  }
  .company__main .list dl {
    font-size: 16px;
    line-height: 26px;
    color: #2F2F2F;
  }
  .company__main .list dl dt {
    font-weight: 700;
  }
  .company__main .list dl + dl {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .show_pc {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  .pTop {
    /*padding-top: 13.03623vw;*/
    padding-top: 19.2753vw;
    background: url("../img/bg.png") 0 0 repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;

  }
  .header__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.20773vw 3.62319vw 1.20773vw 2.41546vw;
    background: #fff;
  }
  .header__logo {
    line-height: 0;
    width: 32.1256vw;
  }
  .header__logo a {
    display: block;
    line-height: 0;
    width: 100%;
  }
  .header__logo a img {
    width: 100%;
    height: auto;
  }
  .header__right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__right--tel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: 1.04106vw;
  }
  .header__right--tel em {
    font-style: normal;
    font-size: 1.80193vw;
    line-height: 1;
    font-weight: 600;
    color: #061B50;
    padding: 0 0 0.84541vw;
    border-bottom: 1px solid #00339E;
  }
  .header__right--tel a {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 6.22947vw;
    margin-top: 1.25vw;
  }
  .header__right--tel a::before {
    position: absolute;
    content: "";
    width: 3.91546vw;
    height: 5.88647vw;
    background: url("../img/headerTel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: -1.14493vw;
    -webkit-transform: rotate(-18.92deg);
       -moz-transform: rotate(-18.92deg);
        -ms-transform: rotate(-18.92deg);
            transform: rotate(-18.92deg);
  }
  .header__right--tel a span {
    font-size: 5.4058vw;
    line-height: 5.31401vw;
    letter-spacing: -0.02em;
    font-family: 'DIN2014Bold';
    font-weight: 700;
    color: #061B50;
  }
  .header__right--card {
    line-height: 0;
    width: 18.76087vw;
  }
  .header__right--card img {
    width: 100%;
    height: auto;
  }
  .mv {
    margin-bottom: 4.83092vw;
  }
  .mv__intro {
    background: #00339E;
    text-align: center;
    padding: 0.96618vw 0;
    color: #fff;
    font-size: 3.62319vw;
    line-height: 4.34783vw;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
  .cta {
    padding: 2.41546vw 0 4.34783vw;
    background: #0C0F60;
  }
  .cta__top {
    line-height: 0;
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .cta__top img {
    width: 100%;
    height: auto;
  }
  .cta__box {
    position: relative;
    z-index: 3;
    max-width: 92.75362vw;
    width: 100%;
    margin: auto;
    background: #fff;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    margin-top: -7.00483vw;
    padding: 0 3.62319vw 3.62319vw;
  }
  .cta__box--sub {
    line-height: 0;
    text-align: center;
  }
  .cta__box--sub span {
    line-height: 0;
    width: 80.67633vw;
    display: inline-block;
    margin-top: -4.10628vw;
  }
  .cta__box--list {
    line-height: 0;
    margin-top: 2.657vw;
    width: 100%;
  }
  .cta__box--price {
    line-height: 0;
  }
  .cta__box--contact h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cta__box--contact h3::before, .cta__box--contact h3::after {
    content: "";
    width: 2.00483vw;
    height: 3.00725vw;
    background: url("../img/ctaLine.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .cta__box--contact h3::after {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .cta__box--contact h3 span {
    font-size: 3.6401vw;
    line-height: 5.07246vw;
    font-weight: 700;
    color: #283247;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)), color-stop(70%, #ffe817), to(#ffe817));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffe817 70%, #ffe817 100%);
    background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffe817 70%, #ffe817 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffe817 70%, #ffe817 100%);
  }
  .cta__box--contact a {
    display: block;
    background: #D30004;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    margin-top: 1.54106vw;
    padding: 2.89855vw 0vw 1.69082vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-box-shadow: 0 0.72464vw 0 rgba(181, 0, 3, 0.2);
         box-shadow: 0 0.72464vw 0 rgba(181, 0, 3, 0.2);
  }
  .cta__box--contact a * {
    display: block;
    width: 100%;
  }
  .cta__box--contact a em {
    font-style: normal;
    color: #fff;
    font-size: 3.86473vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .cta__box--contact a span {
    font-size: 8.69565vw;
    line-height: 8.45411vw;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 17.14976vw;
    margin-top: 1.93237vw;
  }
  .cta__box--contact a span::before {
    position: absolute;
    content: "TEL";
    font-size: 5.31401vw;
    line-height: 8.45411vw;
    width: 12.31884vw;
    height: 7.48792vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    border: 1px solid #fff;
    font-family: 'Roboto',sans-serif;
    left: 3.62319vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cta__box--contact a::after {
    position: absolute;
    content: "";
    width: 6.1401vw;
    height: 9.91304vw;
    background: url("../img/ctaHand.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 2.90338vw;
    bottom: 1.07971vw;
    -webkit-transform: rotate(-12.02deg);
       -moz-transform: rotate(-12.02deg);
        -ms-transform: rotate(-12.02deg);
            transform: rotate(-12.02deg);
  }
  .trouble {
    line-height: 0;
  }
  .respon {
    padding-bottom: 6.64251vw;
  }
  .respon ul li {
    line-height: 0;
    position: relative;
    z-index: 2;
  }
  .respon ul li + li {
    z-index: 1;
    margin-top: -10.86957vw;
  }
  .reason {
    padding: 9.42029vw 0 8.45411vw;
  }
  .reason h2 {
    line-height: 0;
    text-align: center;
  }
  .reason h2 img {
    width: 92.51208vw;
  }
  .reason__circle {
    line-height: 0;
    text-align: center;
    margin-top: 4.58937vw;
  }
  .reason__circle img {
    width: 92.51208vw;
  }
  .reason__list {
    padding: 0 3.62319vw;
    margin-top: 4.10628vw;
  }
  .reason__list ul li {
    line-height: 0;
  }
  .reason__list ul li img {
    width: 100%;
    height: auto;
  }
  .reason__list ul li + li {
    margin-top: 2.41546vw;
  }
  .step {
    background: url("../img/stepBg.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 8.45411vw 3.62319vw 7.24638vw;
  }
  .step h2 {
    text-align: center;
    line-height: 0;
  }
  .step h2 img {
    width: 51.93237vw;
  }
  .step__list {
    margin-top: 9.17874vw;
  }
  .step__list ul li {
    line-height: 0;
  }
  .step__list ul li + li {
    margin-top: 1.20773vw;
  }
  .case {
    padding: 8.45411vw 3.62319vw 8.45411vw;
  }
  .case__main {
    -moz-box-shadow: 0 0.96618vw 0 rgba(0, 0, 0, 0.15);
         box-shadow: 0 0.96618vw 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 0 0 2.80193vw;
  }
  .case__main h2 {
    line-height: 0;
  }
  .case__main h2 img {
    width: 100%;
    height: auto;
  }
  .case__main--sub {
    margin-top: 5.31401vw;
    padding: 0 3.62319vw;
    line-height: 0;
  }
  .case__main--sub img {
    width: 82.85024vw;
  }
  .case__main--list {
    padding: 0 3.62319vw;
    margin-top: 4.83092vw;
  }
  .case__main--price {
    line-height: 0;
    text-align: right;
    margin-top: 3.86473vw;
  }
  .case__main--price img {
    width: 89.13043vw;
  }
  .area {
    background: #fff;
    padding: 8.45411vw 3.62319vw 5.31401vw;
  }
  .area__main h2 {
    text-align: center;
    line-height: 0;
  }
  .area__main h2 img {
    width: 100%;
    height: auto;
  }
  .area__main .list {
    margin-top: 3.86473vw;
  }
  .area__main .list dl {
    border: 0.48309vw solid #000;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
  }
  .area__main .list dl dt {
    background: #00339E;
    font-size: 4.34783vw;
    line-height: 4.83092vw;
    font-weight: 700;
    padding: 3.38164vw 8.45411vw 3.1401vw 4.34783vw;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    cursor: pointer;
  }
  .area__main .list dl dt::after {
    position: absolute;
    content: "";
    width: 4.83092vw;
    height: 4.83092vw;
    background: url("../img/areaPlus.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    right: 3.58937vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .area__main .list dl dt.active::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .area__main .list dl dd {
    font-size: 3.38164vw;
    line-height: 6.76329vw;
    font-weight: 400;
    padding: 3.62319vw 4.34783vw 5.07246vw;
    display: none;
  }
  .area__main .list dl + dl {
    margin-top: 3.38164vw;
  }
  .faq {
    border-top: 2.41546vw solid #0C0F60;
    background: url("../img/faqBg.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 8.45411vw 3.62319vw;
  }
  .faq__main h2 {
    text-align: center;
    font-size: 8.45411vw;
    line-height: 7.97101vw;
    font-weight: 800;
    color: #061B50;
  }
  .faq__main .list {
    margin-top: 8.45411vw;
  }
  .faq__main .list dl {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    border: 1px solid #000;
    background: #fff;
    padding: 0 3.62319vw;
  }
  .faq__main .list dl dt {
    color: #2F2F2F;
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 4.34783vw 9.17874vw;
    cursor: pointer;
  }
  .faq__main .list dl dt::before {
    position: absolute;
    content: "Q";
    color: #00339E;
    font-size: 8.6401vw;
    line-height: 11.11111vw;
    font-weight: 700;
    font-family: 'DIN2014Bold';
    left: 1.20773vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .faq__main .list dl dt::after {
    position: absolute;
    content: "";
    width: 5.31401vw;
    height: 5.31401vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/faqPlus.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .faq__main .list dl dt.active::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .faq__main .list dl dd {
    border-top: 1px solid #00339E;
    padding: 3.62319vw 2.41546vw 5.31401vw;
    font-size: 3.62319vw;
    line-height: 1.4;
    font-weight: 400;
    color: #26282A;
    display: none;
  }
  .faq__main .list dl + dl {
    margin-top: 2.41546vw;
  }
  .footer {
    background: #fff;
    padding: 4.45411vw 0 24.87923vw;
  }
  .footer__link {
    text-align: center;
    font-size: 3.86473vw;
    line-height: 4.34783vw;
    font-weight: 500;
    color: #000;
  }
  .footer__link a {
    color: #000;
  }
  .footer__copy {
    text-align: center;
    font-size: 3.38164vw;
    line-height: 4.34783vw;
    font-weight: 400;
    color: #000;
    margin-top: 3.38647vw;
  }
  .ctaFixed {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 2.41546vw;
    z-index: 99;
  }
  .ctaFixed a {
    display: block;
    background: #D30004;
    padding: 2.89855vw 0vw 1.69082vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .ctaFixed a * {
    display: block;
    width: 100%;
  }
  .ctaFixed a em {
    font-style: normal;
    color: #fff;
    font-size: 3.86473vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: left;
    padding-left: 2.657vw;
  }
  .ctaFixed a span {
    font-size: 9.90338vw;
    line-height: 8.45411vw;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 17.14976vw;
    margin-top: 1.93237vw;
  }
  .ctaFixed a span::before {
    position: absolute;
    content: "TEL";
    font-size: 5.31401vw;
    line-height: 8.45411vw;
    width: 12.31884vw;
    height: 7.48792vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    border: 1px solid #fff;
    font-family: 'Roboto',sans-serif;
    left: 3.62319vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ctaFixed a::after {
    position: absolute;
    content: "";
    width: 9.42271vw;
    height: 15.21256vw;
    background: url("../img/ctaHand.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 2.36957vw;
    bottom: 1.6087vw;
    -webkit-transform: rotate(-12.02deg);
       -moz-transform: rotate(-12.02deg);
        -ms-transform: rotate(-12.02deg);
            transform: rotate(-12.02deg);
  }
  .company {
    background: #fff;
    padding: 12.07729vw 3.62319vw;
  }
  .company__main h2 {
    text-align: center;
    font-size: 8.45411vw;
    line-height: 7.97101vw;
    font-weight: 800;
    color: #061B50;
  }
  .company__main .list {
    margin-top: 14.49275vw;
  }
  .company__main .list dl {
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    color: #2F2F2F;
  }
  .company__main .list dl dt {
    font-weight: 700;
  }
  .company__main .list dl + dl {
    margin-top: 4.83092vw;
  }
}

/* 基本：ふわふわ上下に漂う */
@keyframes floaty {
  0%   { transform: translateY(0) rotate(0deg); }
  50%  { transform: translateY(-6px) rotate(-0.7deg); }
  100% { transform: translateY(0) rotate(0deg); }
}

/* 画像がある場合（例：.cta__box--contact 内の img） */
.cta__box--contact img,
.cta__box--contact .float {
  display: inline-block;
  animation: floaty 1s ease-in-out infinite;
  will-change: transform;
}

/* 画像が無い場合はボックスやリンクごとふわふわさせる */
.cta__box--contact,
.cta__box--contact > a {
  display: block;
  animation: floaty 1s ease-in-out infinite;
  will-change: transform;
}

/* ホバー時は落ち着かせる（任意） */
.cta__box--contact:hover,
.cta__box--contact:hover img,
.cta__box--contact:hover > a {
  animation-duration: 5s;
}

/* ユーザーの環境設定に配慮（動きをオフ） */
@media (prefers-reduced-motion: reduce) {
  .cta__box--contact,
  .cta__box--contact img,
  .cta__box--contact > a {
    animation: none !important;
  }
}

/* 光のライン */
.ctaFixed a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-30deg);
  animation: shine 2.6s infinite;
}

/* 動き */
@keyframes shine {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}

/* SP表示で動きが合わない時は速度調整してOK */
