@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

/* #Normalize.css
   -------------------------------------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "YakuHanJP","Noto Sans Japanese", san-serif, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  color: #242424;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  letter-spacing: 0.01em;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  background-image: url("../img/bg-pt.png");
  background-size: auto;
  background-repeat: repeat;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 28px;
    font-size: 3.73333vw;
  }
}

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

a:active, a:focus, a:hover {
  text-decoration: none;
  color: #242424;
}

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

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media only screen and (max-width: 599px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

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

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select {
  vertical-align: middle;
  border: none;
}

input[type="submit"], input[type="button"], textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  border-radius: 0;
  margin: 0;
  left: 0;
  opacity: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="radio"], input[type="checkbox"] {
  display: none;
}

[data-whatinput="mouse"] :focus, [data-whatinput="touch"] :focus {
  outline: none;
}

input {
  width: 100%;
  font-size: 16px;
  font-size: 0.83333vw;
  font-weight: 400;
  color: #242424;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  input {
    font-size: 32px;
    font-size: 4.26667vw;
  }
}

textarea {
  width: 100%;
  font-size: 16px;
  font-size: 0.83333vw;
  font-weight: 400;
  color: #242424;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  resize: none;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  textarea {
    font-size: 32px;
    font-size: 4.26667vw;
  }
}

select {
  font-family: "YakuHanJP","Noto Sans Japanese", san-serif, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 0.83333vw;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  select {
    font-size: 32px;
    font-size: 4.26667vw;
  }
}

input[type=checkbox]:checked + span:after, input[type=radio]:checked + span:after {
  opacity: 1;
}

.u-sp {
  display: none !important;
}

.u-pc {
  display: block !important;
}

@media only screen and (max-width: 768px) {
  .u-sp {
    display: block !important;
  }
  .u-pc {
    display: none !important;
  }
}

.o-img-hover > a {
  -webkit-transition: all .8s;
  transition: all .8s;
}

.o-form-note {
  font-size: 12px;
  font-size: 0.625vw;
  color: #242424;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .o-form-note {
    font-size: 20px;
    font-size: 2.66667vw;
  }
}

.o-form-ttl {
  font-size: 16px;
  font-size: 0.83333vw;
  font-weight: 700;
  color: #242424;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .o-form-ttl {
    font-size: 32px;
    font-size: 4.26667vw;
  }
}

.o-form-txt {
  font-size: 16px;
  font-size: 0.83333vw;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .o-form-txt {
    font-size: 32px;
    font-size: 4.26667vw;
  }
}

.o-txt-required {
  font-size: 16px;
  font-size: 0.83333vw;
  margin: 0 0 0 0.1em;
  color: #e60012;
}

@media screen and (max-width: 768px) {
  .o-txt-required {
    font-size: 32px;
    font-size: 4.26667vw;
    margin: 0 0 0 0.3em;
    vertical-align: top;
  }
}

.o-txt-error-msg {
  margin: 1.56vw 0;
}

.o-txt-error-msg > li {
  font-size: 16px;
  font-size: 0.83333vw;
  color: #e60012;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .o-txt-error-msg > li {
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.5;
  }
}

.o-confirm-ttl {
  font-size: 52px;
  font-size: 2.70833vw;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .o-confirm-ttl {
    font-size: 46px;
    font-size: 6.13333vw;
  }
}

.o-confirm-txt {
  font-size: 16px;
  font-size: 0.83333vw;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .o-confirm-txt {
    font-size: 26px;
    font-size: 3.46667vw;
  }
}

.o-thanks-ttl {
  font-size: 30px;
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1.667;
  color: #ffffff;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .o-thanks-ttl {
    font-size: 34px;
    font-size: 4.53333vw;
    line-height: 1.588;
  }
}

.o-thanks-txt {
  font-size: 16px;
  font-size: 0.83333vw;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 3.75;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .o-thanks-txt {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 2.308;
    width: 78.66vw;
    margin: 0 auto;
    text-align: justify;
  }
}

.o-btn-radio {
  position: relative;
  cursor: pointer;
  font-weight: normal;
}

.o-btn-radio:first-of-type {
  padding: 0 2.19vw 0 1.72vw;
}

.o-btn-radio:last-of-type {
  padding: 0 0 0 1.72vw;
}

.o-btn-radio__txt {
  font-size: 16px;
  font-size: 0.83333vw;
  display: inline-block;
  vertical-align: middle;
}

.o-btn-radio__txt:before {
  content: '';
  width: 1.14vw;
  height: 1.14vw;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(130, 130, 130, 0.1);
  border: 0.05vw solid #bebebe;
  border-radius: 100%;
}

.o-btn-radio__txt:after {
  content: '';
  -webkit-transform: scale(3);
  transform: scale(3);
  opacity: 0;
  position: absolute;
  left: 0.36vw;
  top: 0.36vw;
  width: 0.52vw;
  height: 0.52vw;
  background-color: rgba(130, 130, 130, 0.1);
  border-radius: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 768px) {
  .o-btn-radio:first-of-type {
    padding: 0 7.07vw 0 9.73vw;
  }
  .o-btn-radio:last-of-type {
    padding: 0 0 0 9.73vw;
  }
  .o-btn-radio__txt {
    font-size: 32px;
    font-size: 4.26667vw;
  }
  .o-btn-radio__txt:before {
    content: '';
    width: 7.06vw;
    height: 7.06vw;
    border: 0.13vw solid #bebebe;
  }
  .o-btn-radio__txt:after {
    content: '';
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
    position: absolute;
    left: 2.13vw;
    top: 2.13vw;
    width: 2.93vw;
    height: 2.93vw;
  }
}

.o-btn-radio__inner:checked + .o-btn-radio__txt:after {
  opacity: 1;
  background: #073190;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.o-form-check {
  position: relative;
  cursor: pointer;
}

.o-form-check__txt {
  font-weight: normal;
  font-size: 16px;
  font-size: 0.83333vw;
  position: relative;
  padding: 0 0 0 2.29vw;
}

.o-form-check__txt:before {
  content: '';
  width: 1.25vw;
  height: 1.25vw;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(130, 130, 130, 0.1);
  border: 0.05vw solid #bebebe;
}

.o-form-check__txt:after {
  content: '';
  opacity: 0;
  position: absolute;
  left: 0.3vw;
  top: 0.4vw;
  width: 0.68vw;
  height: 0.63vw;
  border-left: 0.16vw solid transparent;
  border-bottom: 0.16vw solid transparent;
  -webkit-transform: rotate(-200deg);
          transform: rotate(-200deg);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.o-form-check__txt > a {
  color: #e60012;
  text-decoration: underline;
}

.o-form-check__txt > a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .o-form-check__txt {
    font-weight: normal;
    font-size: 32px;
    font-size: 4.26667vw;
    padding: 0 0 0 12.4vw;
    line-height: 1.5;
    display: inline-block;
  }
  .o-form-check__txt:before {
    width: 6.8vw;
    height: 6.8vw;
    border: 0.13vw solid #bebebe;
  }
  .o-form-check__txt:after {
    left: 1.2vw;
    top: 1.6vw;
    width: 4vw;
    height: 2vw;
    border-left: 0.8vw solid transparent;
    border-bottom: 0.8vw solid transparent;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .o-form-check__txt > a {
    color: #e60012;
    text-decoration: underline;
  }
  .o-form-check__txt > a:hover {
    text-decoration: none;
  }
}

.o-form-check__inner:checked + .o-form-check__txt:after {
  opacity: 1;
  position: absolute;
  left: 0.3vw;
  top: 0.4vw;
  width: 0.52vw;
  height: 0.26vw;
  border-left: 0.16vw solid #073190;
  border-bottom: 0.16vw solid #073190;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .o-form-check__inner:checked + .o-form-check__txt:after {
    opacity: 1;
    position: absolute;
    left: 1.2vw;
    top: 1.6vw;
    width: 4vw;
    height: 2vw;
    border-left: 0.8vw solid #073190;
    border-bottom: 0.8vw solid #073190;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 5;
}

.header__inner {
  width: 75vw;
  height: 4.68vw;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 0 0 0.42vw 0.42vw;
  -webkit-box-shadow: 0 0 0.52vw 0 rgba(36, 36, 36, 0.25);
          box-shadow: 0 0 0.52vw 0 rgba(36, 36, 36, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .header__inner {
    width: 84vw;
    height: 14.66vw;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 0 0 1.33vw 1.33vw;
    -webkit-box-shadow: 0 0 1.33vw 0 rgba(36, 36, 36, 0.25);
            box-shadow: 0 0 1.33vw 0 rgba(36, 36, 36, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__logo {
  width: 25.31vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 1.56vw;
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 54.8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
  .header__logo > img {
    width: 45.73vw;
  }
}

.header__info {
  width: 31.25vw;
  margin: 0 0.36vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__info__tel {
  width: 15.31vw;
}

.header__info__scroll {
  width: 15.05vw;
  height: 3.64vw;
  position: relative;
}

.header__info__scroll > a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: url("../img/header-scroll-btn.png") top center no-repeat;
  background-size: 100% 100%;
}

.header__info__scroll > a:hover {
  background: url("../img/header-scroll-btn-ov.png") top center no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .header__info {
    width: 29.2vw;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__info__tel {
    width: 14.66vw;
  }
  .header__info__scroll {
    width: 14.66vw;
    height: 14.66vw;
  }
  .header__info__scroll > a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: url("../img/sp-header-scroll-btn.png") top center no-repeat;
    background-size: 100% 100%;
  }
  .header__info__scroll > a:hover {
    background: url("../img/sp-header-scroll-btn.png") top center no-repeat;
    background-size: 100% 100%;
  }
}

.header-local {
  position: fixed;
  width: 100%;
  z-index: 5;
}

.header-local__inner {
  width: 75vw;
  height: 4.68vw;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 0 0 0.42vw 0.42vw;
  -webkit-box-shadow: 0 0 0.52vw 0 rgba(36, 36, 36, 0.25);
          box-shadow: 0 0 0.52vw 0 rgba(36, 36, 36, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-local__logo {
  width: 25.31vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 1.56vw;
}

.header-local__tel {
  width: 15.31vw;
  margin: 0 1.04vw 0 0;
}

@media screen and (max-width: 768px) {
  .header-local__inner {
    width: 84vw;
    height: 14.66vw;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 0 0 1.33vw 1.33vw;
    -webkit-box-shadow: 0 0 1.33vw 0 rgba(36, 36, 36, 0.25);
            box-shadow: 0 0 1.33vw 0 rgba(36, 36, 36, 0.25);
    display: block;
  }
  .header-local__logo {
    width: 63.33vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  .header-local__tel {
    display: none;
  }
}

.mv {
  background: url("../img/mv-bg.png") top center no-repeat;
  background-size: 100% 100%;
  padding: 15.36vw 0 10.78vw;
  position: relative;
}

.mv__heading {
  margin: 0 auto;
  width: 62.81vw;
}

@media screen and (max-width: 768px) {
  .mv {
    background: url("../img/sp-mv-bg.png") top center no-repeat;
    background-size: 100% 100%;
    padding: 57.73vw 0 7.2vw;
  }
  .mv__heading {
    width: 86.13vw;
    margin: 0 auto;
  }
}

.intro {
  background: url("../img/intro-bg.png") top center no-repeat;
  background-size: 100% 100%;
  padding: 6.61vw 0 6.88vw;
}

.intro__catchline {
  width: 52.08vw;
  margin: 0 auto 3.75vw;
}

.intro__list {
  width: 55.15vw;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .intro {
    background: url("../img/sp-intro-bg.png") top center no-repeat;
    background-size: 100% 100%;
    padding: 10.93vw 0 16.67vw;
  }
  .intro__catchline {
    width: 86.66vw;
    margin: 0 auto 10.53vw;
  }
  .intro__list {
    width: 92vw;
  }
}

.recommendation {
  padding: 3.91vw 0;
}

.recommendation__point {
  width: 52.08vw;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.6vw 0;
}

.recommendation__point__details {
  width: 27.6vw;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.52vw 0 rgba(36, 36, 36, 0.25);
          box-shadow: 0 0 0.52vw 0 rgba(36, 36, 36, 0.25);
}

.recommendation__point__txt {
  font-size: 16px;
  font-size: 0.83333vw;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .recommendation {
    padding: 8vw 8vw 58vw;
  }
  .recommendation__point {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .recommendation__point__details {
    width: 100%;
    -webkit-box-shadow: 0 0 1.33vw 0 rgba(36, 36, 36, 0.25);
            box-shadow: 0 0 1.33vw 0 rgba(36, 36, 36, 0.25);
  }
  .recommendation__point__txt {
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.563;
    text-align: justify;
  }
}

.recommendation01 {
  background: url("../img/recommendation01-bg.png") top center no-repeat;
  background-size: 100% 100%;
}

.recommendation01__point {
  background: url("../img/recommendation01-point-bg.png") top right no-repeat;
  background-size: contain;
}

.recommendation01__point__details {
  padding: 2.92vw 2.6vw 3.65vw;
}

.recommendation01__point__ttl {
  width: 17.91vw;
  margin: 0 0 1.82vw;
}

@media screen and (max-width: 768px) {
  .recommendation01 {
    background: url("../img/sp-recommendation01-bg.png") top center no-repeat;
    background-size: 100% 100%;
  }
  .recommendation01__point {
    background: none;
  }
  .recommendation01__point__details {
    padding: 10.13vw 8vw 8vw;
  }
  .recommendation01__point__ttl {
    width: 36.13vw;
    margin: 0 auto 5.33vw;
  }
}

.recommendation02 {
  background: url("../img/recommendation02-bg.png") top center no-repeat;
  background-size: 100% 100%;
}

.recommendation02__point {
  background: url("../img/recommendation02-point-bg.png") top right no-repeat;
  background-size: contain;
}

.recommendation02__point__details {
  padding: 2.92vw 2.6vw 1.98vw;
}

.recommendation02__point__ttl {
  width: 22.23vw;
  margin: 0 0 1.82vw;
}

@media screen and (max-width: 768px) {
  .recommendation02 {
    background: url("../img/sp-recommendation02-bg.png") top center no-repeat;
    background-size: 100% 100%;
  }
  .recommendation02__point {
    background: none;
  }
  .recommendation02__point__details {
    padding: 10.13vw 8vw 8vw;
  }
  .recommendation02__point__ttl {
    width: 47.2vw;
    margin: 0 auto 5.33vw;
  }
}

.recommendation03 {
  background: url("../img/recommendation03-bg.png") top center no-repeat;
  background-size: 100% 100%;
}

.recommendation03__point {
  background: url("../img/recommendation03-point-bg.png") top right no-repeat;
  background-size: contain;
}

.recommendation03__point__details {
  padding: 2.92vw 1.56vw 1.98vw 1.98vw;
}

.recommendation03__point__ttl {
  width: 23.33vw;
  margin: 0 0 1.82vw;
}

@media screen and (max-width: 768px) {
  .recommendation03 {
    background: url("../img/sp-recommendation03-bg.png") top center no-repeat;
    background-size: 100% 100%;
  }
  .recommendation03__point {
    background: none;
  }
  .recommendation03__point__details {
    padding: 10.13vw 8vw 8vw;
  }
  .recommendation03__point__ttl {
    width: 67.86vw;
    margin: 0 auto 5.33vw;
  }
}

.cv__catchline {
  width: 46.09vw;
  margin: 0 auto;
  padding: 4.95vw 0 5.94vw;
}

@media screen and (max-width: 768px) {
  .cv__catchline {
    width: 81.06vw;
    margin: 0 auto;
    padding: 12vw 0 13.33vw;
  }
}

.cv__details {
  width: 78.64vw;
  padding: 4.69vw 0;
  margin: 0 auto;
  background: url("../img/cv-bg.png") top right no-repeat;
  background-size: 100% 100%;
  -webkit-box-shadow: 0 0 0.52vw 0 rgba(36, 36, 36, 0.25);
          box-shadow: 0 0 0.52vw 0 rgba(36, 36, 36, 0.25);
}

.cv__details__heading {
  width: 41.51vw;
  margin: 0 auto 2.4vw;
}

.cv__details__btn {
  width: 39.27vw;
  height: 8.8vw;
  margin: 0 19.74vw 0 auto;
  position: relative;
}

.cv__details__btn > a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: url("../img/cmn-btn.png") top right no-repeat;
  background-size: 100% 100%;
}

.cv__details__btn > a:hover {
  background: url("../img/cmn-btn-ov.png") top right no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .cv__details {
    width: 84vw;
    padding: 9.33vw 0;
    margin: 0 auto;
    background: url("../img/sp-cv-bg.png") top center no-repeat;
    background-size: 100% 100%;
    -webkit-box-shadow: 0 0 1.33vw 0 rgba(36, 36, 36, 0.25);
            box-shadow: 0 0 1.33vw 0 rgba(36, 36, 36, 0.25);
  }
  .cv__details__heading {
    width: 69.73vw;
    margin: 0 auto 6.8vw;
  }
  .cv__details__btn {
    width: 73.2vw;
    height: 22.4vw;
    margin: 0 0 0 3.87vw;
  }
  .cv__details__btn > a {
    background: url("../img/sp-cmn-btn.png") top right no-repeat;
    background-size: 100% 100%;
  }
  .cv__details__btn > a:hover {
    background: url("../img/sp-cmn-btn.png") top right no-repeat;
    background-size: 100% 100%;
  }
}

.outline {
  padding: 5.21vw 0;
}

.outline__heading {
  width: 43.54vw;
  margin: 0 auto 4.17vw;
}

@media screen and (max-width: 768px) {
  .outline {
    padding: 13.33vw 0;
  }
  .outline__heading {
    width: 88.93vw;
    margin: 0 auto 5.33vw;
  }
}

.area {
  width: 52.08vw;
  height: 30.72vw;
  margin: 6.25vw auto 0;
  padding: 2.19vw 0 6.25vw;
  background: url("../img/area-bg.png") top center no-repeat;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.area__ttl {
  width: 11.19vw;
}

.area__txt {
  font-size: 16px;
  font-size: 0.83333vw;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .area {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 16vw 0;
    background: url("../img/sp-area-bg.png") top center no-repeat;
    background-size: 100%;
    display: block;
  }
  .area__ttl {
    width: 37.86vw;
    margin: 0 auto 60vw;
  }
  .area__txt {
    width: 84vw;
    margin: 0 auto;
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.563;
    text-align: justify;
  }
}

.guideline {
  background: url("../img/guideline-bg.png") top center no-repeat;
  background-size: 100% 100%;
  padding: 0 0 5.36vw;
}

.guideline__inner {
  width: 52.08vw;
  margin: 0 auto;
}

.guideline__ttl {
  width: 9.68vw;
  margin: 0 auto;
  padding: 0 0 2.08vw;
}

.guideline__txt {
  font-size: 16px;
  font-size: 0.83333vw;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .guideline {
    background: url("../img/sp-guideline-bg.png") top center no-repeat;
    background-size: 100% 100%;
    padding: 0 8vw 13.33vw;
  }
  .guideline__inner {
    width: 100%;
    margin: 0;
  }
  .guideline__ttl {
    width: 37.86vw;
    padding: 0 0 8vw;
  }
  .guideline__txt {
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.563;
    text-align: justify;
    margin: 0 0 1.33vw;
  }
}

.guideline__details {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 0.52vw 0 rgba(36, 36, 36, 0.25);
          box-shadow: 0 0 0.52vw 0 rgba(36, 36, 36, 0.25);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.86vw 2.6vw 3.28vw;
  margin: 2.76vw 0 0.89vw;
}

.guideline__details__ttl {
  width: 10.67vw;
  margin: 0 auto 3.13vw;
}

@media screen and (max-width: 768px) {
  .guideline__details {
    -webkit-box-shadow: 0 0 1.33vw 0 rgba(36, 36, 36, 0.25);
            box-shadow: 0 0 1.33vw 0 rgba(36, 36, 36, 0.25);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8vw 0 10vw;
    margin: 8vw 0 0;
  }
  .guideline__details__ttl {
    width: 33.06vw;
    margin: 0 auto;
  }
}

.guideline__details__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.guideline__details__txt > dt {
  width: 16.67%;
  font-size: 16px;
  font-size: 0.83333vw;
  font-weight: 700;
  color: #073190;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.09vw 0 0 1.04vw;
  border-bottom: 0.16vw solid #073190;
}

.guideline__details__txt > dd {
  width: 83.33%;
  min-height: 1px;
  font-family: "YakuHanJP","Noto Sans Japanese", san-serif, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 0.83333vw;
  line-height: 1.75;
  letter-spacing: 0.06em;
  border-bottom: 0.05vw solid #bebebe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.04vw 1.25vw 1.04vw 3.13vw;
}

.guideline__details__txt > dd > span {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .guideline__details__txt {
    display: block;
  }
  .guideline__details__txt > dt {
    width: 70.66vw;
    margin: 0 auto;
    font-size: 32px;
    font-size: 4.26667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8vw 0 2.27vw;
    border-bottom: 0.13vw solid #bebebe;
    position: relative;
  }
  .guideline__details__txt > dt:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -0.13vw;
    width: 20vw;
    height: 0.4vw;
    background-color: #073190;
  }
  .guideline__details__txt > dd {
    width: 70.66vw;
    margin: 0 auto;
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.563;
    letter-spacing: normal;
    border-bottom: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3.87vw 0 0;
  }
  .guideline__details__txt > dd > span {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
  }
}

.guideline__details__ex01 {
  margin: 0 0 0 1em;
}

@media screen and (max-width: 768px) {
  .guideline__details__ex01 {
    margin: 0;
  }
}

.guideline__details__ex02 {
  margin: 0 0 0 2em;
}

@media screen and (max-width: 768px) {
  .guideline__details__ex02 {
    margin: 0;
  }
}

.guideline__details__ex03 {
  margin: 0 1em 0 0;
}

@media screen and (max-width: 768px) {
  .guideline__details__ex03 {
    margin: 0;
  }
}

.guideline__details__ex04 {
  margin: 0 1em 0 0;
}

@media screen and (max-width: 768px) {
  .guideline__details__ex05 {
    margin: 0 0 0 0.5em;
  }
}

.guideline__details__ex06 {
  font-size: 14px;
  font-size: 0.72917vw;
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .guideline__details__ex06 {
    font-size: 24px;
    font-size: 3.2vw;
    padding: 3.2vw 0 0 1em;
  }
}

.guideline__details__btn {
  width: 39.27vw;
  height: 8.8vw;
  margin: 3.49vw 0 0 2.34vw;
  position: relative;
}

.guideline__details__btn > a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: url("../img/cmn-btn.png") top right no-repeat;
  background-size: 100% 100%;
}

.guideline__details__btn > a:hover {
  background: url("../img/cmn-btn-ov.png") top right no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .guideline__details__btn {
    width: 73.2vw;
    height: 22.4vw;
    margin: 10.67vw 0 0 3.87vw;
  }
  .guideline__details__btn > a {
    background: url("../img/sp-cmn-btn.png") top right no-repeat;
    background-size: 100% 100%;
  }
  .guideline__details__btn > a:hover {
    background: url("../img/sp-cmn-btn.png") top right no-repeat;
    background-size: 100% 100%;
  }
}

.form--top {
  padding: 5.21vw 0 5.73vw;
  background: url("../img/form-bg.png") top center no-repeat;
  background-size: 100% 100%;
}

.form--confirm {
  padding: 5.21vw 0 3.65vw;
  background: url("../img/form-bg.png") top center no-repeat;
  background-size: 100%;
}

.form--thanks {
  padding: 8.33vw 0 3.65vw;
  background: url("../img/form-bg.png") top center no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .form--top {
    padding: 11.33vw 8vw 24vw;
    background: url("../img/sp-form-bg.png") top center no-repeat;
    background-size: 100% 100%;
  }
  .form--confirm {
    padding: 25.33vw 8vw 10.67vw;
    background: url("../img/sp-form-bg.png") top center no-repeat;
    background-size: 100%;
  }
  .form--thanks {
    padding: 25.33vw 8vw 10.67vw;
    background: url("../img/sp-form-bg.png") top center no-repeat;
    background-size: 100%;
  }
}

.form__ttl {
  width: 21.77vw;
  margin: 0 auto 3.54vw;
}

@media screen and (max-width: 768px) {
  .form__ttl {
    width: 74vw;
    margin: 0 auto 10.4vw;
  }
}

.form__inner {
  width: 52.08vw;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 0.52vw 0 rgba(36, 36, 36, 0.25);
          box-shadow: 0 0 0.52vw 0 rgba(36, 36, 36, 0.25);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.65vw 2.6vw;
}

@media screen and (max-width: 768px) {
  .form__inner {
    width: 100%;
    margin: 0;
    -webkit-box-shadow: 0 0 1.33vw 0 rgba(36, 36, 36, 0.25);
            box-shadow: 0 0 1.33vw 0 rgba(36, 36, 36, 0.25);
    padding: 8vw;
  }
}

.form__current {
  width: 35.52vw;
  margin: 0 auto 1.82vw;
}

@media screen and (max-width: 768px) {
  .form__current {
    width: 100%;
    margin: 0 auto 3.6vw;
  }
}

.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.67vw 0;
}

.form__item:not(:last-of-type) {
  padding: 1.67vw 0;
  border-bottom: 0.05vw solid #bebebe;
}

.form__item:last-of-type {
  padding: 2.19vw 0;
}

@media screen and (max-width: 768px) {
  .form__item {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8vw 0 0;
  }
  .form__item:not(:last-of-type) {
    padding: 8vw 0 0;
    border-bottom: none;
  }
  .form__item:last-of-type {
    padding: 8vw 0 0;
  }
}

.form__item__ttl {
  width: 10.88vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 1.04vw;
}

@media screen and (max-width: 768px) {
  .form__item__ttl {
    width: 100%;
    padding: 0 0 2.67vw;
    margin: 0 0 4vw;
    border-bottom: 0.13vw solid #bebebe;
  }
}

.form__item__txt {
  width: 35.98vw;
}

.form__item__txt--add {
  font-size: 16px;
  font-size: 0.83333vw;
  font-weight: 700;
}

.form__item__txt > input {
  background-color: rgba(130, 130, 130, 0.1);
  border: 0.05vw solid #bebebe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .5rem .8rem;
}

@media screen and (max-width: 768px) {
  .form__item__txt {
    width: 100%;
  }
  .form__item__txt--add {
    font-size: 32px;
    font-size: 4.26667vw;
    font-weight: 400;
  }
  .form__item__txt > input {
    background-color: rgba(130, 130, 130, 0.1);
    border: 0.05vw solid #bebebe;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: .5rem .8rem;
  }
}

.form__item__txt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__item__txt01 > input {
  width: 9.37vw;
}

.form__item__txt01 > input:first-child {
  margin: 0 1.04vw 0 0;
}

@media screen and (max-width: 768px) {
  .form__item__txt01 {
    display: block;
  }
  .form__item__txt01 > input {
    width: 48vw;
  }
  .form__item__txt01 > input:first-child {
    margin: 0 0 4vw;
  }
}

.form__item__txt02 > input {
  width: 34.94vw;
}

@media screen and (max-width: 768px) {
  .form__item__txt02 > input {
    width: 100%;
  }
}

.form__item__txt03 > input {
  width: 24.53vw;
}

@media screen and (max-width: 768px) {
  .form__item__txt03 > input {
    width: 100%;
  }
}

.form__item__txt04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__item__txt04 > input {
  width: 4.68vw;
}

.form__item__txt04 > span {
  font-weight: 700;
  margin: 0 0.47vw;
}

@media screen and (max-width: 768px) {
  .form__item__txt04 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form__item__txt04 > input {
    width: 29.46vw;
  }
  .form__item__txt04 > input:nth-of-type(1) {
    margin: 0 0 4vw;
  }
  .form__item__txt04 > input:nth-of-type(2) {
    margin: 0 0 4vw;
  }
  .form__item__txt04 > span {
    font-weight: 700;
    margin: 0 2.27vw 0;
  }
  .form__item__txt04 > span:nth-of-type(1) {
    margin: 0 2.27vw 4vw;
  }
}

.form__item__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__item__select > label {
  display: block;
  height: 1.87vw;
  background-color: rgba(130, 130, 130, 0.1);
  border: 0.05vw solid #bebebe;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form__item__select > label > select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 1em;
}

.form__item__select > label:first-child {
  width: 4.68vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .5rem .8rem;
}

.form__item__select > label:not(:first-child) {
  width: 3.12vw;
}

.form__item__select > label:not(:first-child):after {
  content: '';
  position: absolute;
  top: 0.78vw;
  right: 0.42vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.42vw 0.23vw 0 0.23vw;
  border-color: #242424 transparent transparent transparent;
}

.form__item__select > span {
  margin: 0 1.04vw 0 1.56vw;
}

@media screen and (max-width: 768px) {
  .form__item__select {
    display: inline-block;
  }
  .form__item__select > label {
    height: auto;
    border: 0.13vw solid #bebebe;
    display: inline-block;
  }
  .form__item__select > label > select {
    padding: 0;
  }
  .form__item__select > label:first-child {
    width: 29.33vw;
    margin: 0 0 4vw;
  }
  .form__item__select > label:not(:first-child) {
    width: 19.73vw;
    height: 8.66vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: .5rem .8rem;
  }
  .form__item__select > label:not(:first-child):after {
    top: 3vw;
    right: 1.2vw;
    border-width: 2.67vw 1.53vw 0 1.53vw;
  }
  .form__item__select > span {
    margin: 0 3.33vw 0;
    vertical-align: middle;
  }
  .form__item__select > span.select-txt {
    margin: 0 20vw 0 3.33vw;
  }
}

.form__item__txtarea {
  width: 34.94vw;
  height: 8.64vw;
  background-color: rgba(130, 130, 130, 0.1);
  border: 0.05vw solid #bebebe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5rem .8rem;
}

@media screen and (max-width: 768px) {
  .form__item__txtarea {
    width: 100%;
    height: 53.33vw;
    border: 0.13vw solid #bebebe;
  }
}

.form__confirm {
  width: 100%;
  background-color: #ffffff;
  padding: 1.93vw 0 1.72vw;
  margin: 1.2vw 0 0;
  border: 0.05vw solid #e3e3e3;
  text-align: center;
}

.form__confirm__btn {
  width: 35.98vw;
  height: 6.19vw;
  background: url("../img/form-confirm-btn.png") bottom center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  -webkit-transition: all .8s;
  transition: all .8s;
  margin: 1.77vw 0 0 5.63vw;
  position: relative;
}

.form__confirm__btn > input {
  width: 100%;
  height: 100%;
  position: absolute;
  text-indent: -999999px;
}

.form__confirm__btn:hover {
  background: url("../img/form-confirm-btn-ov.png") bottom center no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .form__confirm {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 6.67vw 5.87vw 5.87vw 6.67vw;
    margin: 8vw 0 0;
    border: 0.13vw solid #e3e3e3;
    text-align: left;
  }
  .form__confirm__btn {
    width: 55.73vw;
    height: 17.06vw;
    background: url("../img/sp-form-confirm-btn.png") bottom center no-repeat;
    background-size: 100% 100%;
    margin: 5.33vw 0 0;
    position: relative;
  }
  .form__confirm__btn:hover {
    background: url("../img/sp-form-confirm-btn.png") bottom center no-repeat;
    background-size: 100% 100%;
  }
}

.form__confirm-ttl {
  width: 21.77vw;
  margin: 3.65vw auto 3.54vw;
}

@media screen and (max-width: 768px) {
  .form__confirm-ttl {
    width: 74vw;
    margin: 0 auto 10.67vw;
  }
}

.form__output {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.67vw 0;
}

.form__output:not(:last-of-type) {
  padding: 1.67vw 0;
  border-bottom: 0.05vw solid #bebebe;
}

.form__output__ttl {
  width: 10.88vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 1.04vw;
}

.form__output__txt {
  width: 35.98vw;
}

.form__output__txt > span {
  margin: 0 0 0 0.5em;
}

@media screen and (max-width: 768px) {
  .form__output {
    display: block;
    padding: 8vw 0 0;
  }
  .form__output:not(:last-of-type) {
    padding: 8vw 0 0;
    border-bottom: none;
  }
  .form__output__ttl {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 2.67vw;
    border-bottom: 0.13vw solid #bebebe;
  }
  .form__output__txt {
    width: 100%;
    padding: 4vw 0 0;
  }
  .form__output__txt > span {
    margin: 0 0 0 0.5em;
  }
}

.form__output__request {
  width: 100%;
  background-color: #ffffff;
  padding: 1.93vw 0 1.72vw;
  border: 0.05vw solid #e3e3e3;
  margin: 2.24vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .form__output__request {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 6.67vw 5.87vw 5.87vw 6.67vw;
    border: 0.13vw solid #e3e3e3;
    margin: 10.67vw 0 0;
    display: block;
  }
}

.form__output__btn {
  width: 20.36vw;
  height: 6.19vw;
  cursor: pointer;
  -webkit-transition: all .8s;
  transition: all .8s;
  position: relative;
}

.form__output__btn:first-of-type {
  margin: 0 1.2vw 0 0;
}

.form__output__btn > input {
  width: 100%;
  height: 100%;
  position: absolute;
  text-indent: -999999px;
}

@media screen and (max-width: 768px) {
  .form__output__btn {
    width: 55.73vw;
    height: 17.06vw;
  }
  .form__output__btn:first-of-type {
    margin: 0 0 3.2vw;
  }
}

.form__output--back-btn {
  background: url("../img/form-back-btn.png") top center no-repeat;
  background-size: 100% 100%;
}

.form__output--back-btn:hover {
  background: url("../img/form-back-btn-ov.png") bottom center no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .form__output--back-btn {
    background: url("../img/sp-form-back-btn.png") top center no-repeat;
    background-size: 100% 100%;
  }
  .form__output--back-btn:hover {
    background: url("../img/sp-form-back-btn.png") top center no-repeat;
    background-size: 100% 100%;
  }
}

.form__output--send-btn {
  background: url("../img/form-send-btn.png") top center no-repeat;
  background-size: 100% 100%;
}

.form__output--send-btn:hover {
  background: url("../img/form-send-btn-ov.png") bottom center no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .form__output--send-btn {
    background: url("../img/sp-form-send-btn.png") top center no-repeat;
    background-size: 100% 100%;
  }
  .form__output--send-btn:hover {
    background: url("../img/sp-form-send-btn.png") top center no-repeat;
    background-size: 100% 100%;
  }
}

.form__thanks-ttl {
  width: 22.91vw;
  margin: 3.65vw auto 2.08vw;
}

.form__thanks-txt {
  text-align: center;
  line-height: 1.75;
  margin: 0 0 2.08vw;
}

.form__thanks-back {
  width: 20.36vw;
  height: 6.19vw;
  margin: 0 auto;
  position: relative;
}

.form__thanks-back > a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: url("../img/form-thanks-btn.png") top right no-repeat;
  background-size: 100% 100%;
}

.form__thanks-back > a:hover {
  background: url("../img/form-thanks-btn-ov.png") top right no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .form__thanks-ttl {
    width: 67.06vw;
    margin: 6.67vw auto;
  }
  .form__thanks-txt {
    text-align: justify;
    line-height: 1.75;
    margin: 0 0 8vw;
  }
  .form__thanks-back {
    width: 55.73vw;
    height: 17.06vw;
  }
  .form__thanks-back > a {
    background: url("../img/sp-form-thanks-btn.png") top right no-repeat;
    background-size: 100% 100%;
  }
  .form__thanks-back > a:hover {
    background: url("../img/sp-form-thanks-btn.png") top right no-repeat;
    background-size: 100% 100%;
  }
}

.footer {
  background-color: #ffffff;
  position: relative;
  height: 10.62vw;
}

.footer__scroll {
  position: absolute;
  width: 7.65vw;
  height: 2.7vw;
  top: -2.6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .footer__scroll {
    width: 39.33vw;
    height: 13.33vw;
    top: -13.33vw;
  }
}

.footer__inner {
  width: 40.72vw;
  height: 4.27vw;
  margin: 0 auto;
  padding: 2.08vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .footer__inner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 7.73vw 0 5.33vw;
    display: block;
  }
}

.footer__logo {
  width: 10.83vw;
}

.footer__logo > a > img {
  width: 8.75vw;
}

@media screen and (max-width: 768px) {
  .footer__logo {
    width: 22.4vw;
    margin: 0 auto 6.67vw;
  }
  .footer__logo > a > img {
    width: 100%;
  }
}

.footer__tel {
  width: 30.41vw;
}

.footer__tel > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-left: 0.05vw solid #bebebe;
}

.footer__tel > a > img {
  width: 28.38vw;
  height: 4.27vw;
}

@media screen and (max-width: 768px) {
  .footer__tel {
    width: 68vw;
    margin: 0 auto;
    padding: 5.33vw 0 0;
    border-top: 0.13vw solid #bebebe;
  }
  .footer__tel > a {
    display: block;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-left: none;
  }
  .footer__tel > a > img {
    width: 100%;
    height: auto;
  }
}

.footer__copy {
  font-size: 12px;
  font-size: 0.625vw;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  background-color: #073190;
  padding: 0.99vw 0 0.83vw;
}

@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 20px;
    font-size: 2.66667vw;
    padding: 2.67vw 0;
  }
}
