@charset "UTF-8";
/* =======================================
 reset
======================================= */
/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: border-box;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  /* 2 */
  line-height: 1.15;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  tab-size: 4;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */ }

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

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

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

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

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

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none; }

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor; }

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

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse; }
  @media screen and (max-width: 2000px) {
    table {
      border-spacing: 0.1vw; } }

/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0; }

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */ }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none; }

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */ }

/**
 * Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  padding: 0; }

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-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 */ }

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block; }

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy='true'] {
  cursor: progress; }

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled='true'],
[disabled] {
  cursor: not-allowed; }

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden='false'][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/* =======================================
 reset補完
======================================= */
html {
  -webkit-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
ul,
ol,
li {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

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

/* =======================================
 base style
======================================= */
body {
  background: #fff;
  color: #1a1a1a;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
  font-size: 18px;
  line-height: 1.7;
  margin: 0 auto;
  width: 100%;
  min-width: 1500px; }
  @media screen and (max-width: 2000px) {
    body {
      font-size: 0.9vw;
      min-width: 75vw; } }

a {
  color: #1a1a1a;
  text-decoration: none; }

a:hover img {
  opacity: 0.8; }

img {
  -webkit-backface-visibility: hidden; }

.aligncenter {
  text-align: center; }

.alignright {
  text-align: right; }

.alignleft {
  text-align: left; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.clearfix::after {
  content: '';
  clear: both;
  display: block; }

button,
input {
  background-color: transparent;
  border: 0; }

/* =======================================
 layout
======================================= */
.inner {
  margin: auto;
  position: relative;
  width: 1350px; }
  @media screen and (max-width: 2000px) {
    .inner {
      width: 67.5vw; } }

.wrapper {
  overflow: hidden;
  width: 100%; }

.header {
  background: #fff;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  height: 90px;
  width: 100%;
  position: absolute;
  z-index: 1; }
  @media screen and (max-width: 2000px) {
    .header {
      box-shadow: 0 0.2vw 0.15vw rgba(0, 0, 0, 0.25);
      height: 4.5vw; } }

.header-inner {
  margin: auto;
  width: 1200px; }
  @media screen and (max-width: 2000px) {
    .header-inner {
      width: 60vw; } }

.hd-logo {
  padding-top: 6px; }
  @media screen and (max-width: 2000px) {
    .hd-logo {
      padding-top: 0.3vw; }
      .hd-logo img {
        width: 11.5vw; } }

.hd-tel,
.hd-btn {
  display: inline-block;
  margin-top: 8px; }
  @media screen and (max-width: 2000px) {
    .hd-tel,
    .hd-btn {
      margin-top: 0.4vw; } }

@media screen and (max-width: 2000px) {
  .hd-tel img {
    width: 15.7vw; } }

.hd-btn {
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 2000px) {
    .hd-btn {
      border-radius: 0.5vw;
      box-shadow: 0.1vw 0.1vw 0.1vw rgba(0, 0, 0, 0.2); } }

.hd-btn img {
  border-radius: 10px; }
  @media screen and (max-width: 2000px) {
    .hd-btn img {
      border-radius: 0.5vw;
      width: 11.4vw; } }

.fv {
  background: url("../img/fv_bg.jpg") no-repeat center top; }
  @media screen and (max-width: 2000px) {
    .fv {
      background-size: 100vw; } }

.fv .inner {
  height: 990px;
  padding: 108px 0 0 75px; }
  @media screen and (max-width: 2000px) {
    .fv .inner {
      height: 49.5vw;
      padding: 5.4vw 0 0 3.75vw; } }

.fv-txt-01 {
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 2000px) {
    .fv-txt-01 img {
      width: 57.3vw; } }

.fv-txt-02 {
  margin: -25px 0 0 300px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 2000px) {
    .fv-txt-02 {
      margin: -1.25vw 0 0 15vw; }
      .fv-txt-02 img {
        width: 45.4vw; } }

.fv-img-01 {
  position: absolute;
  top: 317px;
  left: -96px; }
  @media screen and (max-width: 2000px) {
    .fv-img-01 {
      top: 15.85vw;
      left: -4.8vw; }
      .fv-img-01 img {
        width: 27.6vw; } }

.fv-img-02 {
  position: absolute;
  top: 785px;
  left: 250px; }
  @media screen and (max-width: 2000px) {
    .fv-img-02 {
      top: 39.25vw;
      left: 12.5vw; }
      .fv-img-02 img {
        width: 9.3vw; } }

.fv-img-03 {
  position: absolute;
  top: 764px;
  right: 96px; }
  @media screen and (max-width: 2000px) {
    .fv-img-03 {
      top: 38.2vw;
      right: 4.8vw; }
      .fv-img-03 img {
        width: 6.3vw; } }

.fv-list {
  margin: -27px 0 0 382px;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 2000px) {
    .fv-list {
      margin: -1.35vw 0 0 19.1vw; }
      .fv-list img {
        width: 11.1vw; } }

.fv-list li {
  display: inline-block; }

.about {
  background: url("../img/about_bg.jpg") no-repeat center top; }
  @media screen and (max-width: 2000px) {
    .about {
      background-size: 100vw; } }
  @media screen and (max-width: 2000px) {
    .about h2 img {
      width: 54vw; } }

.about .inner {
  height: 966px;
  padding-top: 46px; }
  @media screen and (max-width: 2000px) {
    .about .inner {
      height: 48.3vw;
      padding-top: 2.3vw; } }

.about .aligncenter {
  position: relative;
  z-index: 1; }

.about-img {
  position: absolute;
  right: -152px;
  bottom: 256px; }
  @media screen and (max-width: 2000px) {
    .about-img {
      right: -7.6vw;
      bottom: 12.8vw; }
      .about-img img {
        width: 26.7vw; } }

@media screen and (max-width: 2000px) {
  .about-img01 img {
    width: 36vw; } }

.offer {
  background: url("../img/offer_bg.png") no-repeat center top;
  position: relative;
  z-index: 10; }

.offer .inner {
  height: 150px;
  padding: 24px 0 0 328px; }
  @media screen and (max-width: 2000px) {
    .offer .inner {
      height: 7.5vw;
      padding: 1.2vw 0 0 16.4vw; } }

.offer-row p {
  display: inline-block; }
  @media screen and (max-width: 2000px) {
    .offer-row p .offer_img01 {
      width: 23.9vw; }
    .offer-row p .offer_img02 {
      width: 11.5vw; }
    .offer-row p .offer_img03 {
      width: 11.5vw; } }

.offer-img {
  position: absolute;
  top: -56px;
  left: 5px; }
  @media screen and (max-width: 2000px) {
    .offer-img {
      top: -2.8vw;
      left: 0.25vw; }
      .offer-img img {
        width: 15.8vw; } }

.results {
  background: url("../img/results_bg.jpg") no-repeat center top;
  height: 1562px;
  padding-top: 70px; }
  @media screen and (max-width: 2000px) {
    .results {
      height: 78.1vw;
      padding-top: 3.5vw; }
      .results h2 img {
        width: 31vw; } }

.results-txt-01 {
  margin: 20px 0 0 170px; }
  @media screen and (max-width: 2000px) {
    .results-txt-01 {
      margin: 1vw 0 0 8.5vw; }
      .results-txt-01 img {
        width: 48.8vw; } }

.results-txt-02 {
  margin: -20px 0 0 170px; }
  @media screen and (max-width: 2000px) {
    .results-txt-02 {
      margin: -1vw 0 0 8.5vw; }
      .results-txt-02 img {
        width: 50.4vw; } }

.results-txt-03 {
  width: 54.3vw; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -100px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }
  @media screen and (max-width: 2000px) {
    .slick-prev,
    .slick-next {
      bottom: -5vw;
      width: 2vw;
      height: 2vw;
      -webkit-transform: translate(0, -5vw);
      -ms-transform: translate(0, -5vw);
      transform: translate(0, -5vw); } }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0; }

[dir='rtl'] .slick-prev {
  right: 0;
  left: auto; }

.slick-prev:before {
  content: '';
  background: url(../img/btn_prev.png) center top no-repeat;
  height: 40px;
  width: 40px;
  display: block; }
  @media screen and (max-width: 2000px) {
    .slick-prev:before {
      height: 2vw;
      width: 2vw;
      background-size: 100%; } }

[dir='rtl'] .slick-prev:before {
  content: '';
  background: url(../img/btn_next.png) center top no-repeat;
  height: 40px;
  width: 40px;
  display: block; }
  @media screen and (max-width: 2000px) {
    [dir='rtl'] .slick-prev:before {
      height: 2vw;
      width: 2vw;
      background-size: 100%; } }

.slick-next {
  right: 0; }

[dir='rtl'] .slick-next {
  right: auto;
  left: 0; }

.slick-next:before {
  content: '';
  background: url(../img/btn_next.png) center top no-repeat;
  height: 40px;
  width: 40px;
  display: block; }
  @media screen and (max-width: 2000px) {
    .slick-next:before {
      height: 2vw;
      width: 2vw;
      background-size: 100%; } }

[dir='rtl'] .slick-next:before {
  content: '';
  background: url(../img/btn_prev.png) center top no-repeat;
  height: 40px;
  width: 40px;
  display: block; }
  @media screen and (max-width: 2000px) {
    [dir='rtl'] .slick-next:before {
      height: 2vw;
      width: 2vw;
      background-size: 100%; } }

/* Dots */
.slick-dotted.slick-slider {
  padding-bottom: 100px; }
  @media screen and (max-width: 2000px) {
    .slick-dotted.slick-slider {
      padding-bottom: 5vw; }
      .slick-dotted.slick-slider .slick-slide img {
        max-width: 100%; } }

.slick-dots {
  position: absolute;
  bottom: 5px;
  left: 5%;
  display: block;
  width: 90%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  @media screen and (max-width: 2000px) {
    .slick-dots {
      bottom: 0.25vw; } }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer; }
  @media screen and (max-width: 2000px) {
    .slick-dots li {
      width: 1.25vw;
      height: 1.25vw;
      margin: 0 0.5vw; } }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 25px;
  height: 25px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }
  @media screen and (max-width: 2000px) {
    .slick-dots li button {
      width: 1.25vw;
      height: 1.25vw; } }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  content: '';
  text-align: center;
  background: #ccc;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 2000px) {
    .slick-dots li button:before {
      width: 1.25vw;
      height: 1.25vw; } }

.slick-dots li.slick-active button:before {
  background: #00b4e6; }

.results-item {
  margin: 20px auto 50px;
  width: 1200px; }
  @media screen and (max-width: 2000px) {
    .results-item {
      margin: 1vw auto 2.5vw;
      width: 60vw; } }

.why {
  background: url("../img/why_bg.png") no-repeat center top; }
  @media screen and (max-width: 2000px) {
    .why {
      background-size: 100%; }
      .why h2 img {
        width: 54vw; } }

.why .inner {
  height: 935px; }
  @media screen and (max-width: 2000px) {
    .why .inner {
      height: 46.75vw; } }

.why-txt-01 {
  position: absolute;
  top: 40px;
  left: 110px; }
  @media screen and (max-width: 2000px) {
    .why-txt-01 {
      top: 2vw;
      left: 5.5vw; }
      .why-txt-01 img {
        width: 35.3vw; } }

.why-txt-02 {
  position: absolute;
  top: 25px;
  right: 70px; }
  @media screen and (max-width: 2000px) {
    .why-txt-02 {
      top: 1.25vw;
      right: 3.5vw; }
      .why-txt-02 img {
        width: 23.75vw; } }

.why-txt-03 {
  position: absolute;
  bottom: 0;
  left: -110px; }
  @media screen and (max-width: 2000px) {
    .why-txt-03 {
      left: -5.5vw; }
      .why-txt-03 img {
        width: 38.3vw; } }

.why-txt-04 {
  position: absolute;
  bottom: 0;
  right: -135px; }
  @media screen and (max-width: 2000px) {
    .why-txt-04 {
      right: -6.75vw; }
      .why-txt-04 img {
        width: 40.5vw; } }

.step {
  background: url("../img/step_bg.png") no-repeat center top;
  height: 1560px;
  margin-top: -45px;
  padding-top: 116px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 2000px) {
    .step {
      background-size: 100vw;
      height: 78vw;
      margin-top: -2.25vw;
      padding-top: 5.8vw; }
      .step .step_txt01 {
        width: 17vw; }
      .step .step_txt02 {
        width: 54vw; } }

.step-inner {
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  margin: 14px auto;
  padding: 65px 0 47px;
  position: relative;
  width: 1080px; }
  @media screen and (max-width: 2000px) {
    .step-inner {
      border-radius: 0.5vw;
      box-shadow: 0.15vw 0.15vw 0.15vw rgba(0, 0, 0, 0.3);
      margin: 0.7vw auto;
      padding: 3.25vw 0 2.35vw;
      width: 54vw; } }

.step-ttl {
  position: absolute;
  top: -20px;
  left: 370px; }
  @media screen and (max-width: 2000px) {
    .step-ttl {
      top: -1vw;
      left: 18.5vw; }
      .step-ttl img {
        width: 17vw; } }

.step-shop {
  margin-bottom: 270px; }
  @media screen and (max-width: 2000px) {
    .step-shop {
      margin-bottom: 13.5vw; }
      .step-shop img {
        width: 54vw; } }

.step-notes {
  position: absolute;
  top: 367px;
  left: 0; }
  @media screen and (max-width: 2000px) {
    .step-notes {
      top: 18.35vw; }
      .step-notes img {
        width: 55.1vw; } }

.step-delivery {
  position: relative; }
  @media screen and (max-width: 2000px) {
    .step-delivery img {
      width: 54vw; } }

.btn-dl {
  position: absolute;
  bottom: 12px;
  left: 308px; }
  .btn-dl img {
    width: 196px; }
    @media screen and (max-width: 2000px) {
      .btn-dl img {
        width: 9.8vw; } }
  @media screen and (max-width: 2000px) {
    .btn-dl {
      bottom: 0.6vw;
      left: 15.4vw; } }

.reason {
  background: url("../img/reason_bg.jpg") no-repeat center top;
  padding-top: 48px; }
  @media screen and (max-width: 2000px) {
    .reason {
      background-size: 100%;
      padding-top: 2.4vw; }
      .reason h2 img {
        width: 50vw; } }

.reason .inner {
  height: 1640px;
  padding-top: 74px; }
  @media screen and (max-width: 2000px) {
    .reason .inner {
      height: 82vw;
      padding-top: 3.7vw; } }

.reason-list {
  margin: auto;
  width: 1240px; }
  @media screen and (max-width: 2000px) {
    .reason-list {
      width: 62vw; } }

.reason-list li {
  float: left;
  margin-bottom: 54px; }
  @media screen and (max-width: 2000px) {
    .reason-list li {
      margin-bottom: 2.7vw; }
      .reason-list li img {
        width: 31vw; } }

.reason-list .reason-list-07,
.reason-list .reason-list-08 {
  float: none;
  text-align: right; }

.reason-img {
  position: absolute;
  bottom: 38px;
  left: -47px; }
  @media screen and (max-width: 2000px) {
    .reason-img {
      bottom: 1.9vw;
      left: -2.35vw; }
      .reason-img img {
        width: 35vw; } }

.voice {
  background: url("../img/voice_bg.png") no-repeat center top;
  height: 906px; }
  @media screen and (max-width: 2000px) {
    .voice {
      background-size: 100%;
      height: 45.3vw; } }

.voice-ttl {
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 2000px) {
    .voice-ttl img {
      width: 48.5vw; } }

.voice-inner {
  background: #fff;
  border: 3px solid #f98d12;
  border-radius: 10px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  box-sizing: content-box;
  height: 484px;
  margin: auto;
  padding: 0 33px;
  width: 1004px; }
  @media screen and (max-width: 2000px) {
    .voice-inner {
      border: 0.3901170351vw solid #f98d12;
      border-radius: 0.5vw;
      box-shadow: 0.2vw 0.2vw 0.2vw rgba(0, 0, 0, 0.2);
      height: 24.2vw;
      padding: 0 1.65vw;
      width: 50.2vw; } }

.voice-list {
  height: 484px !important;
  overflow: hidden !important; }
  @media screen and (max-width: 2000px) {
    .voice-list {
      height: 24.2vw !important; }
      .voice-list img {
        max-width: 100%; } }

.voice-list .slick-list {
  overflow: visible !important;
  padding-top: 20px; }
  @media screen and (max-width: 2000px) {
    .voice-list .slick-list {
      padding-top: 1vw; } }

.faq {
  padding: 50px 0 68px; }
  @media screen and (max-width: 2000px) {
    .faq {
      padding: 2.5vw 0 3.4vw; } }

.faq-inner {
  border: 3px solid #31b6e0;
  border-radius: 10px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  margin: auto;
  padding: 220px 0 48px;
  width: 1080px;
  position: relative; }
  @media screen and (max-width: 2000px) {
    .faq-inner {
      border: 0.15vw solid #31b6e0;
      border-radius: 0.5vw;
      box-shadow: 0.2vw 0.2vw 0.2vw rgba(0, 0, 0, 0.2);
      padding: 11vw 0 2.4vw;
      width: 54vw; } }

.faq-ttl {
  position: absolute;
  top: -18px;
  left: 25px;
  z-index: 1; }
  @media screen and (max-width: 2000px) {
    .faq-ttl {
      top: -0.9vw;
      left: 1.25vw; }
      .faq-ttl img {
        width: 37.4vw; } }

.faq-list {
  margin: auto;
  width: 1000px; }
  @media screen and (max-width: 2000px) {
    .faq-list {
      width: 50vw; } }

.faq-list dt {
  cursor: pointer;
  margin-top: 18px;
  position: relative; }
  @media screen and (max-width: 2000px) {
    .faq-list dt {
      margin-top: 0.9vw; }
      .faq-list dt img {
        width: 50vw; } }

.faq-list dt::after {
  content: '';
  display: block;
  transition: all 0.3s;
  transform: rotate(-180deg);
  position: absolute;
  width: 32px;
  height: 19px;
  background: url(../img/arrow.png) center top no-repeat;
  top: 30px;
  right: 25px; }
  @media screen and (max-width: 2000px) {
    .faq-list dt::after {
      top: 1.5vw;
      right: 1.25vw;
      width: 1.6vw;
      background-size: 100%;
      height: 0.95vw; } }

.faq-list dt:hover {
  opacity: 0.8; }

.faq-list dt.active::after {
  transform: rotate(0deg); }

.faq-list dd {
  display: none; }
  .faq-list dd img {
    max-width: 100%; }

.smartphone {
  background: url("../img/smp_bg.jpg") no-repeat center top;
  height: 2276px;
  padding-top: 46px; }
  @media screen and (max-width: 2000px) {
    .smartphone {
      background-size: cover;
      height: 113.8vw;
      padding-top: 2.3vw; } }

.smp-ttl {
  margin-bottom: 25px; }
  @media screen and (max-width: 2000px) {
    .smp-ttl {
      margin-bottom: 1.25vw; }
      .smp-ttl img {
        width: 45.5vw; } }

@media screen and (max-width: 2000px) {
  .smp-txt-01 img {
    width: 62.5vw; } }

.smp-txt-02 {
  margin: -20px 0 35px; }
  @media screen and (max-width: 2000px) {
    .smp-txt-02 {
      margin: -1vw 0 1.75vw; }
      .smp-txt-02 img {
        width: 67vw; } }

@media screen and (max-width: 2000px) {
  .smp-txt-03 img {
    width: 60vw; } }

@media screen and (max-width: 2000px) {
  .smp-txt-04 img {
    width: 46.5vw; } }

.welcome {
  background: url("../img/welcome_bg.jpg") no-repeat center top;
  padding-top: 74px; }
  @media screen and (max-width: 2000px) {
    .welcome {
      background-size: cover;
      padding-top: 3.7vw; } }
  @media screen and (max-width: 2000px) {
    .welcome .welcome-ttl img {
      width: 63vw; } }
  @media screen and (max-width: 2000px) {
    .welcome .welcome-txt img {
      width: 30vw; } }

.welcome .inner {
  height: 462px; }
  @media screen and (max-width: 2000px) {
    .welcome .inner {
      height: 23.1vw; } }

.welcome-img-01 {
  position: absolute;
  bottom: 62px;
  left: 75px; }
  @media screen and (max-width: 2000px) {
    .welcome-img-01 {
      bottom: 3.1vw;
      left: 3.75vw; }
      .welcome-img-01 img {
        width: 15vw; } }

.welcome-img-02 {
  position: absolute;
  right: -28px;
  bottom: 0; }
  @media screen and (max-width: 2000px) {
    .welcome-img-02 {
      right: -1.4vw; }
      .welcome-img-02 img {
        width: 20.8vw; } }

.shop {
  background: url("../img/shop_bg.png") no-repeat center top;
  height: 1900px;
  padding-top: 30px; }
  @media screen and (max-width: 2000px) {
    .shop {
      background-size: cover;
      height: 95vw;
      padding-top: 1.5vw; }
      .shop h2 img {
        width: 65vw; } }

.shop-inner {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  display: -moz-flex;
  -moz-justify-content: space-between;
  -moz-flex-wrap: wrap;
  display: -ms-flex;
  -ms-justify-content: space-between;
  -ms-flex-wrap: wrap;
  display: -o-flex;
  -o-justify-content: space-between;
  -o-flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  padding: 1px 76px 0;
  width: 1350px; }
  @media screen and (max-width: 2000px) {
    .shop-inner {
      padding: 0.05vw 3.8vw 0;
      width: 67.5vw; } }

.shop-inner h3 {
  margin-bottom: 36px; }
  @media screen and (max-width: 2000px) {
    .shop-inner h3 {
      margin-bottom: 1.8vw; } }

.shop-list {
  padding-top: 85px; }
  @media screen and (max-width: 2000px) {
    .shop-list {
      padding-top: 4.25vw; }
      .shop-list img {
        width: 29vw; }
      .shop-list .google_map {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden; }
        .shop-list .google_map iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100% !important;
          height: 100% !important; } }

.contact {
  background: url("../img/contact_bg_01.png") no-repeat center top, url("../img/contact_bg_02.png") no-repeat center bottom #ffb400;
  padding: 85px 0 70px; }
  @media screen and (max-width: 1000px) {
    .contact {
      background-size: 100%;
      padding: 8.5vw 0 7vw; } }

.contact-ttl {
  margin-bottom: 78px; }
  @media screen and (max-width: 1000px) {
    .contact-ttl {
      margin-bottom: 7.8vw; }
      .contact-ttl img {
        width: 81.4vw; } }

.contact-inner {
  background: #fff url("../img/contact_txt_01.png") no-repeat left 30px;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  margin: auto;
  padding: 148px 0 40px;
  width: 1080px; }
  @media screen and (max-width: 1000px) {
    .contact-inner {
      background: #fff url("../img/contact_txt_01.png") no-repeat left 3vw;
      background-size: 40.4vw;
      border-radius: 1vw;
      box-shadow: 0.3vw 0.3vw 0.3vw rgba(0, 0, 0, 0.3);
      padding: 14.8vw 0 4vw;
      width: 108vw; } }

.form-table {
  border-bottom: 1px solid #999;
  margin: 0 auto 30px;
  width: 980px; }
  @media screen and (max-width: 1000px) {
    .form-table {
      border-bottom: 0.1vw solid #999;
      margin: 0 auto 3vw;
      width: 98vw; } }

.form-table td,
.form-table th {
  border-top: 1px solid #999;
  text-align: left;
  font-size: 16px; }
  @media screen and (max-width: 1000px) {
    .form-table td,
    .form-table th {
      border-top: 0.1vw solid #999;
      font-size: 1.6vw; } }

.form-table th {
  background: #f0f0f0;
  font-weight: normal;
  padding: 20px 15px;
  width: 280px; }
  @media screen and (max-width: 1000px) {
    .form-table th {
      padding: 2vw 1.5vw;
      width: 28vw; } }
  @media screen and (max-width: 769px) {
    .form-table th {
      white-space: nowrap; } }

.form-table th::before {
  content: '任意';
  background: #808080;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  margin-right: 6px;
  text-align: center;
  vertical-align: middle;
  width: 46px; }
  @media screen and (max-width: 1000px) {
    .form-table th::before {
      font-size: 1.4vw;
      line-height: 2.1vw;
      margin-right: 0.6vw;
      width: 4.6vw; } }
  @media screen and (max-width: 769px) {
    .form-table th::before {
      white-space: nowrap; } }

.form-table td {
  padding: 20px; }
  @media screen and (max-width: 1000px) {
    .form-table td {
      padding: 2vw; } }

.form-table tr:nth-of-type(1) th::before,
.form-table tr:nth-of-type(2) th::before,
.form-table tr:nth-of-type(3) th::before,
.form-table tr:nth-of-type(8) th::before,
.form-table tr:nth-of-type(9) th::before,
.form-table tr:nth-of-type(10) th::before,
.form-table tr:nth-of-type(11) th::before,
.form-table tr:nth-of-type(12) th::before,
.form-table tr:nth-of-type(14) th::before,
.form-table tr:nth-of-type(15) th::before {
  content: '必須';
  background: #ed1c24; }
  @media screen and (max-width: 769px) {
    .form-table tr:nth-of-type(1) th::before,
    .form-table tr:nth-of-type(2) th::before,
    .form-table tr:nth-of-type(3) th::before,
    .form-table tr:nth-of-type(8) th::before,
    .form-table tr:nth-of-type(9) th::before,
    .form-table tr:nth-of-type(10) th::before,
    .form-table tr:nth-of-type(11) th::before,
    .form-table tr:nth-of-type(12) th::before,
    .form-table tr:nth-of-type(14) th::before,
    .form-table tr:nth-of-type(15) th::before {
      white-space: nowrap; } }

.form-table tr:nth-of-type(4) th,
.form-table tr:nth-of-type(4) td {
  padding-top: 200px;
  position: relative; }
  @media screen and (max-width: 1000px) {
    .form-table tr:nth-of-type(4) th,
    .form-table tr:nth-of-type(4) td {
      padding-top: 20vw; } }

.form-table tr:nth-of-type(4) th::after {
  content: '';
  background: #fff;
  border-bottom: 1px solid #999;
  display: block;
  height: 180px;
  width: 980px;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (max-width: 1000px) {
    .form-table tr:nth-of-type(4) th::after {
      border-bottom: 0.1vw solid #999;
      height: 18vw;
      width: 98vw; } }

.form-table tr:nth-of-type(4) td::after {
  content: '';
  background: url(../img/contact_txt_02.png) center top no-repeat;
  position: absolute;
  top: 40px;
  left: -330px;
  display: block;
  width: 332px;
  height: 70px; }
  @media screen and (max-width: 1000px) {
    .form-table tr:nth-of-type(4) td::after {
      background-size: 100%;
      top: 4vw;
      left: -33vw;
      width: 33.2vw;
      height: 7vw; } }
  @media screen and (max-width: 769px) {
    .form-table tr:nth-of-type(4) td::after {
      left: -15.0845253576vw; } }

.contact-inner input[type='text'],
.contact-inner input[type='email'] {
  border: 1px solid #999;
  line-height: 1;
  margin: -5px 0;
  padding: 5px 12px 6px;
  width: 100%; }
  @media screen and (max-width: 1000px) {
    .contact-inner input[type='text'],
    .contact-inner input[type='email'] {
      border: 0.1vw solid #999;
      margin: -0.5vw 0;
      padding: 0.5vw 1.2vw 0.6vw; } }

.contact-inner input[type='text'].size-ss,
.contact-inner input[type='email'].size-ss {
  width: 140px; }
  @media screen and (max-width: 1000px) {
    .contact-inner input[type='text'].size-ss,
    .contact-inner input[type='email'].size-ss {
      width: 14vw; } }

.contact-inner input[type='text'].size-s,
.contact-inner input[type='email'].size-s {
  width: 220px; }
  @media screen and (max-width: 1000px) {
    .contact-inner input[type='text'].size-s,
    .contact-inner input[type='email'].size-s {
      width: 22vw; } }

.contact-inner input[type='text'].size-m,
.contact-inner input[type='email'].size-m {
  margin-top: 10px;
  width: 333px; }
  @media screen and (max-width: 1000px) {
    .contact-inner input[type='text'].size-m,
    .contact-inner input[type='email'].size-m {
      margin-top: 1vw;
      width: 33.3vw; } }

.contact-inner select {
  border: 1px solid #999;
  line-height: 1;
  padding: 5px 12px 6px;
  width: 420px; }
  @media screen and (max-width: 1000px) {
    .contact-inner select {
      padding: 0.5vw 1.2vw 0.6vw;
      width: 42vw; } }

.contact-inner input[type='radio'],
.contact-inner input[type='checkbox'] {
  height: 15px;
  margin-right: 8px;
  width: 15px; }
  @media screen and (max-width: 1000px) {
    .contact-inner input[type='radio'],
    .contact-inner input[type='checkbox'] {
      height: 1.5vw;
      margin-right: 0.8vw;
      width: 1.5vw; } }

.form-table input[type='radio'] {
  display: none; }

.form-table input[type='radio'] + span {
  padding-left: 25px;
  position: relative;
  margin-right: 6px; }
  @media screen and (max-width: 1000px) {
    .form-table input[type='radio'] + span {
      padding-left: 2.5vw;
      margin-right: 0.6vw; } }

.form-table input[type='radio'] + span::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%; }
  @media screen and (max-width: 1000px) {
    .form-table input[type='radio'] + span::before {
      margin-top: -1vw;
      width: 2vw;
      height: 2vw;
      border: 0.1vw solid #999; } }

.form-table input[type='radio']:checked + span::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: #1e1e1e;
  border-radius: 50%; }
  @media screen and (max-width: 1000px) {
    .form-table input[type='radio']:checked + span::after {
      left: 0.3vw;
      margin-top: -0.7vw;
      width: 1.4vw;
      height: 1.4vw; } }

label {
  margin-right: 15px; }
  @media screen and (max-width: 1000px) {
    label {
      margin-right: 1.5vw; } }

.form-note {
  display: block;
  font-size: 12px;
  margin-left: 10px;
  vertical-align: middle; }
  @media screen and (max-width: 1000px) {
    .form-note {
      font-size: 1.2vw;
      margin-left: 1vw; } }

.form-btn-wrap {
  text-align: center; }

.form-btn {
  background: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 98px;
  margin: 0 12px;
  text-indent: -9999px;
  width: 402px; }
  @media screen and (max-width: 1000px) {
    .form-btn {
      height: 9.8vw;
      margin: 0 1.2vw;
      text-indent: -999.9vw;
      width: 40.2vw; } }

.form-btn:hover {
  opacity: 0.8; }

.btn-check {
  background-image: url("../img/btn_check.png"); }
  @media screen and (max-width: 1000px) {
    .btn-check {
      background-size: 40.2vw; } }

.btn-return {
  background-image: url("../img/btn_return.png"); }
  @media screen and (max-width: 1000px) {
    .btn-return {
      background-size: 40.2vw; } }

.btn-_submit {
  background-image: url("../img/btn_submit.png"); }
  @media screen and (max-width: 1000px) {
    .btn-_submit {
      background-size: 40.2vw; } }

.form-txt {
  font-size: 23px;
  line-height: 1.6;
  margin-bottom: 50px; }
  @media screen and (max-width: 1000px) {
    .form-txt {
      font-size: 2.3vw;
      margin-bottom: 5vw; } }

.footer {
  background: #ff8c00;
  color: #fff;
  padding-top: 34px; }
  @media screen and (max-width: 2000px) {
    .footer {
      padding-top: 1.7vw; } }
  @media screen and (max-width: 1000px) {
    .footer {
      padding-top: 3.4vw; } }

.footer a {
  color: #fff; }

.footer a:hover {
  text-decoration: underline; }

.footer-link {
  font-size: 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 2000px) {
    .footer-link {
      font-size: 1vw;
      margin-bottom: 1vw; } }
  @media screen and (max-width: 1000px) {
    .footer-link {
      font-size: 2vw;
      margin-bottom: 2vw; } }

.footer-link li {
  display: inline-block; }

.footer-link li::before {
  content: ' ｜ '; }

.footer-link li:nth-of-type(1)::before {
  content: ''; }

.copyright {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic';
  font-size: 18px;
  margin-bottom: 30px; }
  @media screen and (max-width: 2000px) {
    .copyright {
      font-size: 0.9vw;
      margin-bottom: 1.5vw; } }
  @media screen and (max-width: 1000px) {
    .copyright {
      font-size: 1.8vw;
      margin-bottom: 3vw; } }

.footer-bnr {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100; }

.footer-bnr li {
  display: inline-block;
  margin: 0 6px;
  vertical-align: bottom; }
  @media screen and (max-width: 2000px) {
    .footer-bnr li {
      margin: 0l-pc_vw 6; }
      .footer-bnr li img {
        width: 12.7vw; } }
  @media screen and (max-width: 1000px) {
    .footer-bnr li {
      margin: 0pc_vw 6; }
      .footer-bnr li img {
        width: 25.4vw; } }

.footer-bnr li.fx-tel {
  margin-right: 16px; }
  @media screen and (max-width: 2000px) {
    .footer-bnr li.fx-tel {
      margin-right: 0.8vw; }
      .footer-bnr li.fx-tel img {
        width: 25.9vw; } }
  @media screen and (max-width: 1000px) {
    .footer-bnr li.fx-tel {
      margin-right: 1.6vw; }
      .footer-bnr li.fx-tel img {
        width: 51.8vw; } }

.contact.check {
  background: #ffb400;
  padding: 155px 0 65px; }
  @media screen and (max-width: 1000px) {
    .contact.check {
      padding: 15.5vw 0 6.5vw; } }

.contact.check .form-txt {
  margin-bottom: 150px; }
  @media screen and (max-width: 1000px) {
    .contact.check .form-txt {
      margin-bottom: 15vw; } }

.contact.check .contact-inner {
  background-position: left 165px;
  margin-bottom: 50px;
  padding: 50px 0 40px; }
  @media screen and (max-width: 1000px) {
    .contact.check .contact-inner {
      background-position: leftpc_vw() 165;
      margin-bottom: 5vw;
      padding: 5vw 0 4vw; } }

.contact.check .contact-inner.error {
  background: #fff; }

.contact.check .contact-inner.error .form-txt {
  margin-bottom: 50px; }
  @media screen and (max-width: 1000px) {
    .contact.check .contact-inner.error .form-txt {
      margin-bottom: 5vw; } }

.contact.check .error_messe {
  color: #f00;
  font-size: 23px;
  margin-bottom: 40px;
  text-align: center; }
  @media screen and (max-width: 1000px) {
    .contact.check .error_messe {
      font-size: 2.3vw;
      margin-bottom: 4vw; } }

.contact.check .footer {
  background-color: transparent;
  padding-top: 0; }

.thanks {
  background: #ffb400;
  padding: 165px 0 65px; }
  @media screen and (max-width: 1000px) {
    .thanks {
      padding: 16.5vw 0 6.5vw; }
      .thanks img {
        width: 105vw; } }

.thanks .btn-top {
  margin: 50px auto 80px; }
  @media screen and (max-width: 1000px) {
    .thanks .btn-top {
      margin: 5vw auto 8vw; }
      .thanks .btn-top img {
        width: 40.2vw; } }

.thanks .footer {
  background-color: transparent;
  padding-top: 0; }

.form_check h1,
.form_thanks h1 {
  padding-top: 6px; }
  @media screen and (max-width: 1000px) {
    .form_check h1,
    .form_thanks h1 {
      padding-top: 0.6vw; }
      .form_check h1 img,
      .form_thanks h1 img {
        width: 230px; } }
    @media screen and (max-width: 1000px) and (max-width: 1000px) {
      .form_check h1 img,
      .form_thanks h1 img {
        width: 23vw; } }

  .form_check h1.hd-logo img,
  .form_thanks h1.hd-logo img {
    width: 230px; }
    @media screen and (max-width: 1000px) {
      .form_check h1.hd-logo img,
      .form_thanks h1.hd-logo img {
        width: 23vw; } }
.form_check .header-inner,
.form_thanks .header-inner {
  width: 1200px; }
  @media screen and (max-width: 1200px) {
    .form_check .header-inner,
    .form_thanks .header-inner {
      width: 100%; } }
.form_check .header,
.form_thanks .header {
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  height: 90px;
  width: 100%; }
  @media screen and (max-width: 1000px) {
    .form_check .header,
    .form_thanks .header {
      box-shadow: 0 0.4vw 0.3vw rgba(0, 0, 0, 0.25);
      height: 9vw; } }
.form_check .footer-link a,
.form_thanks .footer-link a {
  font-size: 16px; }
  @media screen and (max-width: 1000px) {
    .form_check .footer-link a,
    .form_thanks .footer-link a {
      font-size: 1.6vw; } }
.form_check .copyright,
.form_thanks .copyright {
  font-size: 18px;
  margin-bottom: 30px; }
  @media screen and (max-width: 1000px) {
    .form_check .copyright,
    .form_thanks .copyright {
      font-size: 1.8vw;
      margin-bottom: 3vw; } }

.corona {
  background: #ff0000;
  text-align: center;
  padding: 8px 0; }
  .corona a {
    color: #ffffff;
    font-weight: 900;
    font-size: 17px; }

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