@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 100;
  src: url("/fonts/NotoSansCJKjp-Thin.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/NotoSansCJKjp-Thin.eot?#iefix") format("embedded-opentype"), url("/fonts/NotoSansCJKjp-Thin.woff") format("woff"), url("/fonts/NotoSansCJKjp-Thin.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/NotoSansCJKjp-Light.eot");
  src: url("/fonts/NotoSansCJKjp-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/NotoSansCJKjp-Light.woff") format("woff"), url("/fonts/NotoSansCJKjp-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/NotoSansCJKjp-DemiLight.eot");
  src: url("/fonts/NotoSansCJKjp-DemiLight.eot?#iefix") format("embedded-opentype"), url("/fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("/fonts/NotoSansCJKjp-DemiLight.ttf") format("truetype"); }

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/NotoSansCJKjp-Regular.eot");
  src: url("/fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("/fonts/NotoSansCJKjp-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/NotoSansCJKjp-Medium.eot");
  src: url("/fonts/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("/fonts/NotoSansCJKjp-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/NotoSansCJKjp-Bold.eot");
  src: url("/fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("/fonts/NotoSansCJKjp-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/NotoSansCJKjp-Black.eot");
  src: url("/fonts/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/NotoSansCJKjp-Black.woff") format("woff"), url("/fonts/NotoSansCJKjp-Black.ttf") format("truetype"); }

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", NotoSans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-weight: 300; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    body {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; } }

body {
  background: url(/images/hero-bg.png) no-repeat center top;
  background-size: 400%;
  font-size: 16px;
  line-height: 2; }

@media (min-width: 992px) {
  body {
    background: url(/images/hero-bg.png) no-repeat center top;
    background-size: 100%;
    font-size: 22px;
    line-height: 2; } }

.h2-default {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 100px;
  position: relative;
  text-align: center; }
  .h2-default::after {
    background: linear-gradient(135deg, #2eb066 20%, #2172ba 20%, #2172ba 40%, #e7211a 40%, #e7211a 60%, #d58394 60%, #d58394 80%, #ddda24 80%, #ddda24 100%);
    border-radius: 1px;
    bottom: -50px;
    content: "";
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    width: 70px; }
  @media (min-width: 992px) {
    .h2-default {
      font-size: 33px;
      font-weight: 700;
      margin-bottom: 100px; }
      .h2-default::after {
        border-radius: 2px;
        bottom: -50px;
        height: 7px;
        width: 120px; } }

.p-default {
  margin-bottom: 24px;
  text-align: center; }

@media (min-width: 576px) {
  .xs-only-shown {
    display: none; } }

@media (max-width: 575.98px) {
  .xs-only-hidden {
    display: none; } }

@media (max-width: 991.98px) {
  .lg-over-shown {
    display: none; } }

@media (min-width: 992px) {
  .lg-over-hidden {
    display: none; } }

.hero {
  margin-bottom: 80px;
  position: relative; }
  @media (min-width: 992px) {
    .hero {
      margin-bottom: 150px; } }

.hero .container {
  position: relative; }

.hero-title {
  margin: 10px 0 0;
  overflow: visible;
  position: relative;
  transform: scale(0.6, 0.6) translate(-7%, 0);
  transform-origin: left top;
  z-index: 20; }
  @media (min-width: 992px) {
    .hero-title {
      margin: 20px 0 0;
      transform: scale(1, 1) translate(0, 0); } }

.hero-title-link {
  display: block;
  height: 96px;
  width: 330px; }
  @media (min-width: 992px) {
    .hero-title-link {
      height: 150px;
      width: 550px; } }

.hero-title-catchcopy {
  background: #ffbf00 url(/images/catchcopy.png);
  border-radius: 30px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  display: block;
  height: 60px;
  left: 15px;
  overflow: hidden;
  position: absolute;
  text-indent: 200%;
  top: 0;
  white-space: nowrap;
  width: 450px; }

.hero-title-name {
  background: #ffbf00 url(/images/title.png) no-repeat;
  border-radius: 50px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  display: block;
  height: 100px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 200%;
  top: 50px;
  white-space: nowrap;
  width: 550px; }

.hero-main {
  background: #fff;
  height: 100%;
  position: relative;
  text-align: center;
  top: -30px;
  z-index: 10; }
  @media (min-width: 992px) {
    .hero-main {
      height: 430px;
      top: -50px; } }

.hero-main-visual {
  overflow: visible;
  position: relative;
  transform: translate(0, 10%);
  width: 90%; }
  @media (min-width: 992px) {
    .hero-main-visual {
      transform: translate(0, 0);
      width: 1100px; } }

.vision {
  margin-bottom: 100px; }
  @media (min-width: 992px) {
    .vision {
      margin-bottom: 150px; } }

.fuan {
  color: #687f9e;
  list-style: none;
  margin: 0 auto 24px;
  padding: 0;
  width: 100%; }
  @media (min-width: 992px) {
    .fuan {
      width: 720px; } }

.concept {
  color: #ffa600;
  font-size: 19px;
  font-weight: 600; }
  @media (min-width: 992px) {
    .concept {
      font-size: 26px; } }

.service {
  background: #f0f0f0;
  margin-bottom: 150px;
  padding-bottom: 100px;
  padding-top: 50px; }

.service-message {
  margin: 0; }

.step-header {
  display: none; }
  @media (min-width: 992px) {
    .step-header {
      display: flex;
      margin-top: 50px; } }

.step-header [class|="col"] {
  background: #555;
  border-left: solid 2px #f0f0f0;
  border-right: solid 2px #f0f0f0;
  color: #fff;
  text-align: center; }

.step-name,
.step-description,
.step-charge,
.step-charge-header,
.step-period,
.step-period-header,
.step-work,
.step-work-header {
  align-items: center;
  border-top: solid 50px #f0f0f0;
  display: flex;
  font-size: 16px;
  height: 100%;
  justify-content: center; }
  @media (max-width: 991.98px) {
    .step-name,
    .step-description,
    .step-charge,
    .step-charge-header,
    .step-period,
    .step-period-header,
    .step-work,
    .step-work-header {
      border-top: solid 20px #f0f0f0; } }

.step-name,
.step-charge {
  text-align: center; }

.step-name {
  color: #f0f0f0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2; }
  @media (max-width: 991.98px) {
    .step-name {
      border-top: solid 50px #f0f0f0;
      padding: 24px 0; } }

.step-charge-header,
.step-period-header,
.step-work-header {
  background: #ddd; }

.step-name-trial {
  background: #ffa600; }

.step-name-base {
  background: #2eb066; }

.step-name-additional {
  background: #2172ba; }

.step-name-option {
  background: #999; }

.step-option {
  border-top: solid 50px #f0f0f0;
  height: 330px; }
  @media (max-width: 991.98px) {
    .step-option {
      border-top: solid 20px #f0f0f0;
      height: 100%; } }

.step-option-name,
.step-option-description {
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  color: #555;
  display: flex;
  font-size: 16px;
  height: 70px;
  padding-left: 8px;
  text-align: left;
  width: 100%; }
  @media (max-width: 991.98px) {
    .step-option-name,
    .step-option-description {
      border-bottom: 0;
      height: 100%; } }

@media (max-width: 991.98px) {
  .step-option-name {
    background: #ddd;
    justify-content: center; } }

@media (max-width: 991.98px) {
  .step-option-description {
    padding-bottom: 40px; } }

.faq {
  margin-bottom: 150px; }

.faq-question,
.faq-answer {
  margin: 0;
  padding-left: 60px;
  position: relative; }
  @media (max-width: 991.98px) {
    .faq-question,
    .faq-answer {
      padding-left: 45px; } }

.faq-question::before,
.faq-answer::before {
  color: #999;
  display: inline-block;
  font-weight: 900;
  left: 0;
  margin-right: 15px;
  position: absolute;
  top: 0; }

.faq-question::before {
  content: "Ｑ："; }

.faq-answer::before {
  content: "Ａ："; }

.faq-answer + .faq-question {
  margin-top: 30px; }

.ironman2018link {
  background: #e7211a;
  border-radius: 40px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-size: 9px;
  font-weight: 500;
  height: 80px;
  line-height: 1.4;
  padding-top: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: rotate(10deg);
  transition: all 200ms ease 0;
  width: 80px;
  z-index: 30; }
  .ironman2018link:hover {
    cursor: pointer;
    transform: rotate(10deg) scale(1.2); }
  .ironman2018link:active, .ironman2018link:focus, .ironman2018link:hover, .ironman2018link:visited {
    color: #fff;
    text-decoration: none; }
  @media (min-width: 992px) {
    .ironman2018link {
      border-radius: 100px;
      font-size: 20px;
      height: 200px;
      padding-top: 80px;
      width: 200px; } }

.report {
  margin-bottom: 100px; }
  @media (min-width: 992px) {
    .report {
      margin-bottom: 150px; } }

.p-report {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .p-report {
      font-size: 18px;
      margin-bottom: 30px; } }

.p-report strong {
  color: #d273bb;
  font-weight: 500; }

.img-report {
  width: 100%; }

.p-image-note {
  color: #777;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 50px 0;
  padding-left: 24px;
  position: relative; }
  .p-image-note::before {
    content: "※";
    display: inline-block;
    left: 0;
    position: absolute;
    top: 0; }
  @media (min-width: 992px) {
    .p-image-note {
      font-size: 16px;
      margin: 0 0 30px 0; } }

.inquiry {
  background: #f0f0f0;
  margin-bottom: 150px;
  padding-bottom: 100px;
  padding-top: 50px; }

.inquiry-item {
  color: #fff;
  font-weight: 600;
  height: 200px;
  padding-top: 120px;
  text-align: center;
  text-decoration: none; }
  .inquiry-item::selection {
    background: #ffa600; }
  @media (max-width: 991.98px) {
    .inquiry-item {
      margin-bottom: 24px; } }

.inquiry-tel {
  background: #2eb066 url(/images/tel.png) no-repeat center 30px;
  font-size: 28px;
  padding-top: 120px; }

.inquiry-mail {
  background: #2172ba url(/images/mail.png) no-repeat center 35px;
  font-size: 20px;
  padding-top: 129px; }

.inquiry-webform {
  background: #ffa600 url(/images/webform.png) no-repeat center 32px;
  display: block;
  font-size: 24px;
  padding-top: 127px; }
  .inquiry-webform:hover {
    cursor: pointer;
    opacity: .7; }
  .inquiry-webform:active, .inquiry-webform:focus, .inquiry-webform:hover, .inquiry-webform:visited {
    color: #fff;
    text-decoration: none; }

.map {
  width: 100%; }

.map + .map {
  margin-top: 50px; }

.map iframe {
  height: 480px;
  width: 100%; }

.map-canvas {
  height: 480px;
  width: 100%; }

.map-address {
  color: #666;
  font-size: 20px;
  margin: 0 0 20px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .map-address {
      font-size: 12px;
      margin: 0 0 10px; } }

.official {
  color: #666;
  font-size: 16px;
  margin: 50px 0 10px; }
  @media (max-width: 991.98px) {
    .official {
      font-size: 10px;
      margin: 50px 0 0; } }

.policylaw {
  background: #233d4d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 42px;
  padding: 3px 0; }

.policylaw-link {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 200;
  height: 36px;
  line-height: 14px;
  padding: 11px 2px;
  text-decoration: none;
  transition: all 100ms ease 0s; }

.policylaw-link:active,
.policylaw-link:focus,
.policylaw-link:visited {
  color: #fff;
  text-decoration: none; }

.policylaw-link:hover {
  color: #fff;
  opacity: .6;
  text-decoration: none; }

.policylaw-link + .policylaw-link {
  margin-left: 2rem; }

.copyright {
  background: #233d4d;
  height: 160px; }

.copyright-itpo {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 200;
  height: 160px;
  line-height: 160px;
  text-align: center;
  width: 100%; }

.error-404-msg {
  font-size: 24px;
  font-weight: 500;
  text-align: center; }

.error-404-link {
  background: #ffbf00;
  border-radius: 36px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  height: 72px;
  line-height: 24px;
  margin: 50px auto 100px;
  padding-top: 24px;
  text-align: center;
  width: 350px; }

.error-404-link-wrapper {
  text-align: center; }

.error-404-link:active,
.error-404-link:focus,
.error-404-link:hover,
.error-404-link:visited {
  color: #fff;
  text-decoration: none; }

.error-404-link:hover {
  opacity: .6; }

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