@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  box-sizing: border-box;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  width: 100%;
  max-width: 100%;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Custom
   ========================================================================== */
address {
  display: block;
  font-style: normal;
}

dl,
dd,
p {
  margin: 0;
}

ol {
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

*:focus {
  outline: none;
}

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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 print,
screen and (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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%;
  }
}

@page {
  size: 210mm 297mm;
}

/* Common
   ========================================================================== */
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  padding: 0;
}

@media print,
screen and (min-width: 992px) {

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .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-auto {
    padding: 0 20px;
  }
}

body {
  font-family: 'Noto Sans JP', 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  line-height: 160%;
  overflow-x: hidden;
}

body::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
  background: url(../img/common/bg.jpg) center/cover no-repeat;
}

p,
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Noto Sans JP', 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

b,
strong,
.bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop,
.selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

.section {
  padding: 40px 0;
  align-items: flex-start;
  align-content: flex-start;
}

@media print,
screen and (min-width: 768px) {
  .section {
    padding: 65px 0;
  }
}

.inner {
  width: 100%;
  margin: 0 auto;
}

.inner::after {
  content: "";
  clear: both;
  display: block;
}

@media print,
screen and (min-width: 768px) {
  .inner {
    max-width: 720px;
  }
}

@media print,
screen and (min-width: 992px) {
  .inner {
    max-width: 960px;
  }
}

@media print,
screen and (min-width: 1200px) {
  .inner {
    max-width: 1140px;
  }
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media print,
screen and (min-width: 768px) {
  .container {
    padding: 0 20px;
    max-width: 720px;
  }
}

@media print,
screen and (min-width: 992px) {
  .container {
    padding: 0 20px;
    max-width: 960px;
  }
}

@media print,
screen and (min-width: 1200px) {
  .container {
    padding: 0 20px;
    max-width: 1140px;
  }
}

.container-min {
  width: 100%;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-min {
    max-width: 540px;
  }
}

@media print,
screen and (min-width: 768px) {
  .container-min {
    padding: 0 20px;
    max-width: 720px;
  }
}

@media print,
screen and (min-width: 992px) {
  .container-min {
    padding: 0 20px;
    max-width: 940px;
  }
}

@media print,
screen and (min-width: 1200px) {
  .container-min {
    padding: 0 20px;
    max-width: 940px;
  }
}

.row {
  display: block;
}

@media print,
screen and (min-width: 768px) {
  .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
}

.row.reverse {
  display: flex;
  flex-direction: column-reverse;
}

@media print,
screen and (min-width: 992px) {
  .row.reverse {
    flex-direction: row;
  }
}

.sub-mainvis {
  padding: 60px 0;
  margin-top: 56px;
}

@media print,
screen and (min-width: 768px) {
  .sub-mainvis {
    padding: 90px 0;
  }
}

@media print,
screen and (min-width: 1100px) {
  .sub-mainvis {
    padding: 95px 0;
    margin-top: 100px;
  }
}

.page-title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-title-ja {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-shadow: 0px 0px 20px rgba(5, 23, 63, 0.35);
  margin: 0 0 8px;
  letter-spacing: 2px;
}

@media print,
screen and (min-width: 768px) {
  .page-title-ja {
    font-size: 32px;
  }
}

@media print,
screen and (min-width: 992px) {
  .page-title-ja {
    font-size: 36px;
    margin: 0 0 12px;
    letter-spacing: 3px;
  }
}

.page-title-en {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1rem;
  text-shadow: 0px 0px 20px rgba(5, 23, 63, 0.35);
  letter-spacing: 0.125rem;
}

@media print,
screen and (min-width: 768px) {
  .page-title-en {
    font-size: 18px;
  }
}

.section-title {
  margin-bottom: 24px;
}

@media print,
screen and (min-width: 768px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.section-title-ja {
  color: #001e3c;
  font-size: 21px;
  line-height: 1;
  margin: 0;
  padding-left: 50px;
  position: relative;
}

.section-title-ja::before {
  content: "";
  background: url(../../img/common/icon_title_slash.png) no-repeat center center;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 48px;
  width: 31px;
}

@media print,
screen and (min-width: 768px) {
  .section-title-ja {
    font-size: 30px;
  }
}

.section-title-en {
  color: #001e3c;
  font-size: 15px;
  margin: 8px 0 0;
  padding-left: 60px;
  position: relative;
}

@media print,
screen and (min-width: 768px) {
  .section-title-en {
    font-size: 20px;
    margin: 20px 0 0;
  }
}

.section-title-en::before {
  content: "";
  background: #001e3c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 50px;
}

.large-txt {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  margin: 0;
}

@media print,
screen and (min-width: 992px) {
  .large-txt {
    font-size: 26px;
    line-height: 1.5;
  }
}

.base-txt {
  font-size: 16px;
  color: #333333;
  line-height: 1.9;
  letter-spacing: 0.02rem;
  margin: 0;
}

.brpc {
  display: none;
}

@media print,
screen and (min-width: 768px) {
  .brpc {
    display: block;
  }
}

.brsp {
  display: block;
}

@media print,
screen and (min-width: 768px) {
  .brsp {
    display: none;
  }
}

.form-btns {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px auto 0;
}

@media print,
screen and (min-width: 768px) {
  .form-btns {
    width: 70%;
    margin: 60px auto 0;
  }
}

.btn {
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  margin: 0;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  transition: all .25s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

@media all and (-ms-high-contrast: none) {
  .btn {
    transition: none;
  }
}

@media print,
screen and (min-width: 768px) {
  .btn {
    width: auto;
    height: 50px;
    padding: 10px 36px;
  }
}

.btn p,
.btn span {
  width: 100%;
  font-size: 14px;
  text-align: center;
}

.btn-contact {
  width: 100%;
  display: table;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.035rem;
  border-color: #001e3c;
  background: linear-gradient(to right, #001e3c, #0e1668);
  transition: .25s ease-in;
  position: relative;
}

@media print,
screen and (min-width: 992px) {
  .btn-contact {
    display: table;
    width: auto;
    margin: 25px 0 25px 12px;
  }
}

.btn-contact:hover {
  background: linear-gradient(to right, #0e1668, #001e3c);
}

.btn-contact .fa-envelope {
  padding-right: 10px;
}

.btn-more {
  width: 100%;
  display: table;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.015rem;
  border-color: #001e3c;
  background: #001e3c;
  padding: 12px 20px;
  position: relative;
}

@media print,
screen and (min-width: 992px) {
  .btn-more {
    display: table;
    width: auto;
    min-width: 200px;
    padding: 12px 45px 12px 20px;
  }
}

.btn-more:hover {
  opacity: 0.75;
}

.btn-more::after {
  content: "";
  background: url(../../img/common/icon_more.png) no-repeat center center;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 13px;
}

.btn-header-call {
  border: none;
}

@media print,
screen and (min-width: 1100px) {
  .btn-header-call {
    border: 1px solid #001e3c;
  }
}

.btn-header-call .fas {
  padding-right: 4px;
}

.btn-header-call:hover {
  opacity: 0.75;
}

.btn-header-call span {
  color: #001e3c;
}

.btn-header-contact {
  color: #fff;
  background: #001e3c;
  border: 1px solid #001e3c;
}

.btn-header-contact .fas {
  padding-right: 4px;
}

.btn-header-contact:hover {
  opacity: 0.75;
}

.btn-map {
  width: 100%;
  display: table;
  color: #001e3c;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.015rem;
  border: 4px solid #f2fae2;
  background: #fff;
  transition: .25s ease-in;
  position: relative;
}

@media print,
screen and (min-width: 992px) {
  .btn-map {
    display: table;
    width: auto;
    min-width: 200px;
  }
}

.btn-map:hover {
  background: #f2fae2;
}

.btn-map .far {
  padding-left: 10px;
}

.btn-back {
  width: 48.5%;
  color: #333333;
  font-weight: 700;
  letter-spacing: 0.035rem;
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
  margin: 0 auto;
  padding: 12px 20px;
  transition: .15s ease-in;
}

@media print,
screen and (min-width: 768px) {
  .btn-back {
    padding: 10px 64px;
  }
}

.btn-back:hover {
  color: #fff;
  background: #a5a5a5;
  border: 1px solid #a5a5a5;
}

.btn-submit {
  width: 48.5%;
  color: #333333;
  font-weight: 700;
  letter-spacing: 0.035rem;
  border-color: #333333;
  background: #fff;
  margin: 0 auto;
  padding: 12px 20px;
  transition: .15s ease-in;
}

@media print,
screen and (min-width: 768px) {
  .btn-submit {
    padding: 10px 64px;
  }
}

.btn-submit:hover {
  color: #fff;
  background: #333333;
}

.btn-confirm {
  width: 100%;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.015rem;
  border-color: #001e3c;
  background: #001e3c;
  padding: 12px 20px;
  position: relative;
  transition: .15s ease-in;
  margin-top: 12px;
}

@media print,
screen and (min-width: 768px) {
  .btn-confirm {
    padding: 12px 45px 12px 20px;
  }
}

.btn-confirm:hover {
  opacity: 0.75;
}

.btn-confirm::after {
  content: "";
  background: url(../../img/common/icon_more.png) no-repeat center center;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 13px;
}

#topcontrol {
  z-index: 100000;
}

#btn-pagetop {
  width: 63px;
  height: 63px;
  bottom: -50px;
  overflow: hidden;
  background: #001e3c;
  border: 1px solid #001e3c;
  -moz-transition: bottom .3s ease-out, background-color .2s linear;
  -webkit-transition: bottom .3s ease-out, background-color .2s linear;
  transition: bottom .3s ease-out, background-color .2s linear;
  z-index: 1000;
  -moz-box-shadow: -4px 1px 28px -7px rgba(0, 0, 0, 0.57);
  -webkit-box-shadow: -4px 1px 28px -7px rgba(0, 0, 0, 0.57);
  -ms-box-shadow: -4px 1px 28px -7px rgba(0, 0, 0, 0.57);
  box-shadow: -4px 1px 28px -7px rgba(0, 0, 0, 0.57);
}

#btn-pagetop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 10000;
}

#btn-pagetop a::before,
#btn-pagetop a::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 2px;
  top: 27px;
  background-color: #ffc835;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: -moz-transform .2s linear;
  -webkit-transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
}

#btn-pagetop a::before {
  left: 23px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#btn-pagetop a::after {
  left: 30px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#btn-pagetop a:hover::before {
  -moz-transform: translate3d(0, -3px, 0) rotate(-45deg);
  -webkit-transform: translate3d(0, -3px, 0) rotate(-45deg);
  transform: translate3d(0, -3px, 0) rotate(-45deg);
}

#btn-pagetop a:hover::after {
  -moz-transform: translate3d(0, -3px, 0) rotate(45deg);
  -webkit-transform: translate3d(0, -3px, 0) rotate(45deg);
  transform: translate3d(0, -3px, 0) rotate(45deg);
}

#footer {
  position: relative;
  z-index: 0;
}

#footer .row {
  align-items: flex-start;
  align-content: flex-start;
}

#footer--top {
  background: #001e3c;
  padding: 40px 0 10px;
  letter-spacing: .5px;
}

#footer--top .col-l-wrap {
  width: auto;
  margin: 0 auto;
}

@media print,
screen and (min-width: 768px) {
  #footer--top .col-l-wrap {
    width: 330px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }
}

@media print,
screen and (min-width: 992px) {
  #footer--top .col-l-wrap {
    width: auto;
    margin: 0;
  }
}

#footer--top .col-l-wrap .footer-logo {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 992px) {
  #footer--top .col-l-wrap .footer-logo {
    margin: 0;
    text-align: left;
  }
}

#footer--top .col-l-wrap .footer-logo a {
  color: #fff;
}

#footer--top .col-l-wrap .footer-info {
  margin: 20px auto 0;
}

@media print,
screen and (min-width: 992px) {
  #footer--top .col-l-wrap .footer-info {
    margin: 24px 0 0 0;
  }
}

#footer--top .col-l-wrap .footer-info address {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 2;
}

@media print,
screen and (min-width: 992px) {
  #footer--top .col-l-wrap .footer-info address {
    text-align: left;
  }
}

#footer--top .col-l-wrap .footer-info address a {
  color: #fff;
}

#footer--top .col-l-wrap .footer-info address .brsp {
  display: block;
}

@media print,
screen and (min-width: 992px) {
  #footer--top .col-l-wrap .footer-info address .brsp {
    display: none;
  }
}

#footer--top ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 30px;
}

@media (min-width: 992px) {
  #footer--top ul {
    justify-content: flex-end;
    margin-top: 0;
  }
}

#footer--top ul li {
  padding: 6px 0;
}

@media (min-width: 992px) {
  #footer--top ul li {
    padding: 0;
  }
}

#footer--top ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  padding: 0 10px;
  transition: all .2s ease;
}

#footer--top ul li a:active,
#footer--top ul li a:focus,
#footer--top ul li a:hover {
  opacity: 0.75;
  cursor: pointer;
}

@media (min-width: 992px) {
  #footer--top ul li .pdr0 {
    padding-right: 0;
  }
}

#footer #copyright {
  padding: 10px 0;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  background: #001e3c;
  text-align: center;
}

@media print,
screen and (min-width: 992px) {
  #footer #copyright {
    padding: 35px 0;
    text-align: left;
  }
}

#top-head {
  width: 100%;
  top: 0;
  position: fixed;
  padding: 0;
  margin-top: 0;
  line-height: 1;
  z-index: 999;
  text-decoration: none;
  background: url(../../img/common/header_bg.jpg) no-repeat;
}

#top-head h1 {
  margin: 0;
  line-height: 0;
}

#top-head .logo {
  float: left;
  transition: all .2s ease-in-out;
}

@media all and (-ms-high-contrast: none) {
  #top-head .logo {
    transition: none;
  }
}

#top-head .logo:hover {
  opacity: .75;
  cursor: pointer;
}

#top-head .logo img {
  width: 100%;
  padding: 14px 0 14px 30px;
  display: block;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 20px;
  top: 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333333;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

@media all and (-ms-high-contrast: none) {
  #nav-toggle span {
    transition: none;
  }
}

#nav-toggle span:nth-child(1) {
  top: 4px;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 18px;
}

#global-nav-fixed {
  display: block;
}

#global-nav-fixed ul {
  display: flex;
  justify-content: left;
  align-items: center;
  list-style: none;
  padding-right: 24px;
  position: absolute;
  top: 50%;
  right: 0;
}

@media print,
screen and (min-width: 1100px) {
  #global-nav-fixed ul {
    transform: translateY(-50%);
  }
}

#global-nav-fixed ul li {
  position: relative;
}

#global-nav-fixed ul li .global-nav-txt {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.075rem;
  padding: 21px;
  text-decoration: none;
}

@media all and (-ms-high-contrast: none) {
  #global-nav-fixed ul li .global-nav-txt {
    transition: none;
  }
}

@media print,
screen and (min-width: 1100px) {
  #global-nav-fixed ul li .global-nav-txt {
    font-size: 16px;
  }
}

#global-nav-fixed ul li .global-nav-txt span {
  position: relative;
  transition: all .2s ease-in-out;
}

#global-nav-fixed ul li .global-nav-txt:hover {
  background: url(../../img/common/nav_active_icon.png) no-repeat 30px center;
}

@media print,
screen and (min-width: 1100px) {
  #global-nav-fixed ul li .global-nav-txt:hover {
    background: url(../../img/common/nav_active_icon.png) no-repeat left center;
  }
}

#global-nav-fixed ul li .active {
  background: url(../../img/common/nav_active_icon.png) no-repeat 30px center;
}

@media print,
screen and (min-width: 1100px) {
  #global-nav-fixed ul li .active {
    background: url(../../img/common/nav_active_icon.png) no-repeat left center;
  }
}

@media print,
screen and (min-width: 1100px) {
  #global-nav-fixed ul .ml20 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1099px) {

  /* Fixed reset */
  #mobile-head {
    background: url(../../img/common/header_bg.jpg) no-repeat;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }

  #top-head .logo {
    width: 200px;
    position: absolute;
    left: 0;
    top: 12%;
    margin: 0;
  }

  #top-head .logo img {
    padding: 7px 0 7px 10px;
    width: 60%;
  }

  #global-nav-fixed {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  #global-nav-fixed ul {
    display: block;
    justify-content: inherit;
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    padding: 0;
  }

  #global-nav-fixed ul li {
    float: none;
    position: static;
    border-top: 1px solid #efefef;
  }

  #global-nav-fixed ul li a {
    width: 100%;
    display: block;
  }

  #nav-toggle {
    display: block;
  }

  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  /* #global-nav スライドアニメーション */
  .open #global-nav-fixed {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}

@media screen and (max-width: 420px) {
  #top-head .logo {
    width: 200px;
  }
  #top-head .logo img {
    padding: 3px 0 3px 10px;
  }
}

.sub-mainvis {
  background: #001e3c;
}

.our .col-md-12,
.our .col-sm-12 {
  padding: 0;
}

@media print,
screen and (min-width: 768px) {

  .our .col-md-12,
  .our .col-sm-12 {
    padding: 0 20px;
  }
}

.our .row {
  justify-content: space-between;
}

.our-intro-title {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.055rem;
  text-align: center;
  margin-bottom: 18px;
}

@media print,
screen and (min-width: 768px) {
  .our-intro-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.our-imgs {
  margin-top: 20px;
}

.our-imgs1 {
  height: 250px;
  width: 100%;
  object-fit: cover;
  background-image: url(../img/recruit/our_04.jpg);
  background-position: 100% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.our-imgs2 {
  height: 250px;
  width: 100%;
  object-fit: cover;
  background-image: url(../img/recruit/our_05.jpg);
  background-position: 100% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.our-imgs3 {
  height: 250px;
  width: 100%;
  background-image: url(../img/recruit/our_06.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}


@media print,
screen and (min-width: 768px) {
  .our-imgs {
    margin-top: 30px;
  }

  .our-imgs1 {
    height: 35vh;
    width: 100%;
  }

  .our-imgs2 {
    height: 35vh;
    width: 100%;
  }

  .our-imgs3 {
    height: 55vh;
    width: 100%;
  }
}

.our-imgs .item {
  text-align: center;
}

.our span {
  color: #001e3c;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.055rem;
  text-align: center;
  margin-top: 20px;
}

@media print,
screen and (min-width: 768px) {
  .our span {
    padding: 30px 20px;
    margin-top: 0;
  }
}

.our .msg {
  background: #fff;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .our .msg {
    padding: 37px 20px;
    margin-top: 0;
  }
}

.our .msg span {
  color: #001e3c;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.055rem;
  text-align: center;
  margin-top: 20px;
}

@media print,
screen and (min-width: 768px) {
  .our .msg span {
    margin-top: 0;
  }
}

.charmpoint .articles {
  margin-top: 24px;
}

.charmpoint .article {
  display: flex;
  flex-wrap: inherit;
  background: #fff;
  border: 1px solid #001e3c;
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .charmpoint .article {
    width: calc((100% - 40px) / 2);
  }
}

@media print,
screen and (min-width: 992px) {
  .charmpoint .article {
    width: calc((100% - 120px) / 3);
  }
}

.charmpoint .article:nth-child(n + 2) {
  margin-top: 30px;
}

@media print,
screen and (min-width: 992px) {
  .charmpoint .article:nth-child(n + 2) {
    margin-top: 0;
  }
}

@media print,
screen and (min-width: 992px) {
  .charmpoint .article:nth-child(n + 4) {
    margin-top: 30px;
  }
}

@media print,
screen and (min-width: 768px) {
  .charmpoint .article:nth-child(2) {
    margin-top: 0;
  }
}

.charmpoint .article-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  background: #001e3c;
  letter-spacing: 0.045rem;
  margin: 0;
  padding: 15px 5px;
  text-align: center;
  height: 60px;
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .charmpoint .article-title {
    font-size: 21px;
  }
}

.charmpoint .article-txt {
  color: #333333;
  font-size: 16px;
  line-height: 1.45;
  padding: 20px;
  width: 100%;
}

.voice-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 15px;
  border: #001e3c 1px solid;
}

.voice-item:nth-child(2) {
  margin-top: 40px;
}

@media print,
screen and (min-width: 768px) {
  .voice-item:nth-child(2) {
    margin-top: 60px;
  }
}

.voice-item-img {
  line-height: 0;
  width: 100%;
  min-height: 172px;
  position: relative;
}

@media print,
screen and (min-width: 768px) {
  .voice-item-img {
    width: 200px;
    min-height: 185px;
  }
}


.voice-item-img img {
  max-width: unset;
  width: 100%;
  line-height: 0;
}

.voice-item-cap {
  padding: 24px 0 0;
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .voice-item-cap {
    padding: 0 45px 0;
    width: calc(100% - 200px);
  }
}

@media print,
screen and (min-width: 992px) {
  .voice-item-cap {
    padding: 5px 40px 0;
  }
}

.voice-item-cap .item:nth-child(2) {
  margin-top: 18px;
}

@media print,
screen and (min-width: 768px) {
  .voice-item-cap .item:nth-child(2) {
    margin-top: 30px;
  }
}

.voice-item .voice_h3 {
  width: 100%;
}

.voice-item h3 {
  display: table;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 6px 10px;
  background: #001e3c;
  line-height: 1;
  margin-bottom: 20px;
}

@media print,
screen and (min-width: 768px) {
  .voice-item h3 {
    font-size: 21px;
  }
}

.voice-item-cap h4 {
  color: #001e3c;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
}

@media print,
screen and (min-width: 768px) {
  .voice-item-cap h4 {
    font-size: 21px;
    margin-top: 0px;
  }
}

.voice-item-cap p.base-txt {
  line-height: 1.75;
  text-align: justify;
}

.voice-item .w100 {
  width: 100%;
}

.job-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

@media print,
screen and (min-width: 768px) {
  .job-wrap {
    flex-direction: inherit;
  }
}

.job-wrap .container {
  padding: 0;
}

@media print,
screen and (min-width: 992px) {
  .job-wrap .container {
    padding: 0 20px;
  }
}

.job .row {
  padding: 15px 0;
  border-bottom: 1px solid #999;
  align-items: center;
}

@media print,
screen and (min-width: 768px) {
  .job .row {
    padding: 24px 0;
  }
}

.job .row dt {
  text-align: left;
}

.job .row dt .base-txt {
  font-size: 16px;
  font-weight: 700;
}

.job .row dd {
  color: #333333;
}

.job .row dd .brsp {
  display: block;
}

@media print,
screen and (min-width: 520px) {
  .job .row dd .brsp {
    display: none;
  }
}

.job .bdnone {
  padding: 0;
  border-bottom: 0;
  margin-top: 0;
}

.flow .row {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.flow-cnt {
  margin-top: 24px;
}

.flow .base-txt {
  text-align: center;
  width: 100%;
}

.flow .col-md-12 {
  display: flex;
  border: 1px solid #fff;
  padding: 5px;
  position: relative;
}

@media print,
screen and (min-width: 768px) {
  .flow .col-md-12 {
    padding: 5px;
  }
}

.flow .col-md-12:nth-child(n + 2)::before {
  content: "";
  background: url(../img/recruit/icon_triangle.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
  width: 60px;
  height: 28px;
}

@media print,
screen and (min-width: 992px) {
  .flow .col-md-12:nth-child(n + 2)::before {
    top: 50%;
    left: 0;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    width: 58px;
    height: 28px;
  }
}

.flow .article {
  background: #fff;
  padding: 20px;
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .flow .article {
    padding: 26px 20px;
  }
}

.flow .article:not(:last-of-type) {
  margin-bottom: 30px;
}

@media print,
screen and (min-width: 768px) {
  .flow .article:not(:last-of-type) {
    margin-bottom: 0px;
  }
}

.flow .article-icon {
  margin: 0 auto;
  width: 100px;
}

.flow .article-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001e3c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.075rem;
  margin: 0 auto 2px;
  width: auto;
}

@media print,
screen and (min-width: 768px) {
  .flow .article-title {
    font-size: 21px;
  }
}

.flow .article-title span {
  color: #cecece;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 700;
  padding-right: 10px;
}

@media print,
screen and (min-width: 768px) {
  .flow .article-title span {
    font-size: 48px;
  }
}

.contact {
  margin-top: 20px;
}

@media print,
screen and (min-width: 768px) {
  .contact {
    margin-top: 40px;
  }
}

.contact-box {
  border: 1px solid #001e3c;
  padding: 10px;
  text-align: center;
}

.contact-seibi-bg {
  padding: 30px 10px;
  background: #001e3c;
}

@media print,
screen and (min-width: 768px) {
  .contact-seibi-bg {
    padding: 50px 20px 60px;
  }
}

.contact-koumu-bg {
  padding: 30px 10px;
  background: #5c8610;
}

@media print,
screen and (min-width: 768px) {
  .contact-koumu-bg {
    padding: 50px 20px 60px;
  }
}

.contact h3 {
  font-size: 24px;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.75;
}

@media print,
screen and (min-width: 768px) {
  .contact h3 {
    font-size: 38px;
  }
}

.contact .base-txt {
  color: #fff;
  font-weight: 600;
}

.contact .base-txt span {
  color: #ffc835;
}

.gallery .row {
  display: flex !important;
  flex-wrap: wrap;
}

.gallery .col-6,
.gallery .col-12 {
  padding: 0 15px !important;
}

.gallery .fukuri {
  margin-top: 40px;
}

.gallery .fukuri_img .col-12 {
  margin-bottom: 30px;
}

.gallery .fukuri_img p {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
}

.gallery img {
  border-radius: 15px;
}


.Body-care {
  margin-top: 40px;
}

.Body-care_img .col-12 {
  margin-bottom: 30px;
}

.Body-care_img img {
  height: 300px;
  width: 500px;
  object-fit: cover;
}

.Body-care_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Body-care_text .text1 {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.Body-care_text .text2 a {
  border-bottom: 1px solid blue;
}

.Body-care_text .text2 .name {
  font-weight: bold;
  margin-top: 1rem;
}

.Body-care_text .text2 .details {
  font-size: 14px;
}

@media print,
screen and (max-width: 768px) {
  .Body-care_text {
    margin-top: 20px;
  }
}