@charset "UTF-8";
/*! normalize.css v8.0.0 | 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.
 */
body {
  margin: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct 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;
}

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

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

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.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: 1200px;
  }
}

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/*# sourceMappingURL=bootstrap-grid.css.map */
html {
  font-size: 62.5%;
}

body {
  color: #4d493b;
  font-size: 1.6rem;
  line-height: 2;
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 767px) {
  body {
    line-height: 1.6;
  }
}

a {
  display: inline-block;
  color: #2ab973;
  text-decoration: none;
}

a:hover {
  color: #6bdea6;
}

a img {
  border: none;
}

a img:hover, a img:active {
  opacity: .8;
}

a, span, div {
  transition-property: background-color,opacity,color,border-color,box-shadow;
  transition-duration: .6s;
}

img {
  max-width: 100%;
  height: auto;
  transition: all .6s ease;
  backface-visibility: hidden;
  vertical-align: bottom;
}

iframe {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.6;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.7rem;
}

h3 {
  font-size: 2.3rem;
}

h4 {
  font-size: 1.8rem;
}

[class*="col-"] {
  margin-bottom: 2rem;
}

[class*="col-"] h1, [class*="col-"] h2, [class*="col-"] h3, [class*="col-"] h4, [class*="col-"] h5, [class*="col-"] h6 {
  margin-bottom: 1.5rem;
}

[class*="col-"] h1:last-child, [class*="col-"] h2:last-child, [class*="col-"] h3:last-child, [class*="col-"] h4:last-child, [class*="col-"] h5:last-child, [class*="col-"] h6:last-child {
  margin-bottom: 0;
}

.row [class*="col-"]:last-child {
  margin-bottom: 0;
}

a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
  vertical-align: bottom;
}

/* グローバルメニュー */
.slicknav_menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .slicknav_menu {
    display: block;
    font-size: 1.5rem;
    position: fixed;
    top: 18px;
    right: 25px;
    z-index: 1050;
  }
  .slicknav_menutxt {
    color: #333 !important;
    line-height: 1;
  }
  .slicknav_menutxt::before {
    content: "\f0c9";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 2.3rem;
  }
  .slicknav_menu .l-header__btn {
    display: block;
    margin: 10px auto 0;
    width: 200px;
  }
  .slicknav_menu .l-header__btn a {
    background: #2ab973;
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .slicknav_menu {
    top: 20px;
  }
}

.slicknav_nav {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  right: 0;
  top: 75px;
  padding-bottom: 20px;
  position: fixed;
}

@media screen and (max-width: 991px) {
  .slicknav_nav {
    top: 59px;
  }
}

.slicknav_nav ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.slicknav_nav ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.slicknav_nav ul a {
  display: block;
  padding: 10px 25px;
}

/* Header */
.l-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  left: 0;
  padding: 25px 50px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

@media screen and (max-width: 991px) {
  .l-header {
    padding: 20px 40px;
  }
}

.l-header .l-logo {
  margin: 0;
  width: 160px;
}

@media screen and (max-width: 991px) {
  .l-header .l-logo {
    width: 125px;
  }
}

.l-header .l-logo img {
  vertical-align: middle;
}

.l-header .l-gnav {
  width: calc(100% - 160px);
}

@media screen and (max-width: 991px) {
  .l-header .l-gnav {
    display: none;
  }
}

.l-header .l-gnav ul {
  display: flex;
  font-size: 1.4rem;
  justify-content: flex-end;
  list-style: none;
}

.l-header .l-gnav ul li {
  padding-left: 3rem;
}

@media screen and (max-width: 1199px) {
  .l-header .l-gnav ul li {
    padding-left: 2rem;
  }
}

.l-header .l-gnav ul a {
  color: #4d493b;
}

.l-wrapper {
  background: url("../images/bg_dot.png");
  margin-top: 110px;
}

@media screen and (max-width: 991px) {
  .l-wrapper {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    margin-top: 65px;
  }
}

#home .l-wrapper {
  background: none;
  padding-bottom: 12vmin;
}

.l-container {
  background: url(../images/cont_headerBg.png) top center no-repeat;
  background-size: contain;
  overflow: hidden;
  padding: 10vmin 0 12vmin;
}

#sitemaps .l-container,
#post.single .l-container {
  background-size: cover;
}

/* Pagettl */
.l-pagettl {
  background: #fff bottom right no-repeat;
  background-size: contain;
  border-top: 1px solid #dedbc7;
  border-bottom: 1px solid #dedbc7;
  padding: 10vmin 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .l-pagettl {
    padding: 7vmin 0;
  }
}

@media screen and (max-width: 767px) {
  .l-pagettl {
    background: #fff !important;
    text-align: center;
  }
}

.l-pagettl h2 {
  color: #2ab973;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 4.3rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 1rem;
}

@media screen and (max-width: 767px) {
  .l-pagettl h2 {
    font-size: 2.7rem;
  }
}

#about .l-pagettl {
  background-image: url("../images/about_pagettl.png");
}

#concept .l-pagettl {
  background-image: url("../images/concept_pagettl.png");
}

#cafeteria .l-pagettl {
  background-image: url("../images/cafeteria_pagettl.png");
}

#facility .l-pagettl {
  background-image: url("../images/facility_pagettl.png");
}

#flow .l-pagettl {
  background-image: url("../images/flow_pagettl.png");
}

#case .l-pagettl {
  background-image: url("../images/case_pagettl.png");
}

#company .l-pagettl {
  background-image: url("../images/company_pagettl.png");
}

.l-topicpath {
  display: flex;
  font-size: 1.3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .l-topicpath {
    justify-content: center;
  }
}

.l-topicpath li + li:before {
  color: #9d9989;
  content: '\f054';
  font-family: "Font Awesome 5 Pro";
  font-size: 1.3rem;
  margin: 0 5px;
}

/* ContactArea */
.l-contact {
  background: #F2F7F0;
  padding: 4vmin 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-contact {
    padding: 7vmin;
  }
}

.l-contact .row {
  align-items: center;
}

.l-contact h4 {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .l-contact h4 {
    margin-bottom: 2rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .l-contact h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

.l-contact ul {
  align-items: center;
  color: #2ab973;
  display: flex;
  font-size: 1.4rem;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .l-contact ul {
    justify-content: center;
  }
}

@media screen and (max-width: 575px) {
  .l-contact ul {
    display: block;
  }
}

.l-contact-tel {
  font-family: "Lato", sans-serif;
  font-size: 3.6rem;
  line-height: 1;
  margin: 0 3rem 5px 0;
}

@media screen and (max-width: 767px) {
  .l-contact-tel {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 575px) {
  .l-contact-tel {
    margin-right: 0;
  }
}

.l-contact-tel i {
  display: inline-block;
  font-size: 2.7rem;
  margin: -7px 5px 0 0;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .l-contact-tel i {
    font-size: 2.1rem;
  }
}

.l-contact .c-btn {
  font-size: 1.6rem;
}

@media screen and (max-width: 575px) {
  .l-contact .c-btn {
    margin-top: 1rem;
  }
}

.l-contact .c-btn a {
  background: #2ab973;
  color: #fff;
  padding: 15px 50px;
}

.l-contact .c-btn a:hover {
  background: #fff;
  color: #2ab973;
}

.l-contact .c-btn i {
  font-size: 1.8;
  margin-right: 5px;
  opacity: 1;
  position: static;
  transform: translateY(0);
}

/* Footer */
#l-footer {
  border-bottom: 1px solid #dedbc7;
  margin-bottom: 6vmin;
  padding: 8vmin 15px 4vmin;
}

#l-footer .l-footer__link {
  display: flex;
}

@media screen and (max-width: 991px) {
  #l-footer .l-footer__link {
    display: block;
  }
}

#l-footer .l-footer__link nav {
  display: flex;
}

#l-footer .l-footer__link nav + nav {
  margin-left: 5rem;
}

@media screen and (max-width: 991px) {
  #l-footer .l-footer__link nav + nav {
    margin: 1rem 0 0;
  }
}

@media screen and (max-width: 575px) {
  #l-footer .l-footer__link nav {
    display: block;
  }
}

#l-footer .l-footer__link h4 {
  font-size: 1.4rem;
  margin: 0;
  width: 10rem;
}

@media screen and (max-width: 575px) {
  #l-footer .l-footer__link h4 {
    margin-bottom: 1rem;
    width: 100%;
  }
}

#l-footer .l-footer__link ul {
  font-size: 1.3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

#l-footer .l-footer__link ul i {
  display: inline-block;
  font-size: 1.1rem;
  margin-right: 5px;
  vertical-align: middle;
}

#l-footer .l-footer__link ul a {
  color: #4d493b;
}

#l-footer .l-footer__link ul li + li {
  margin-top: 5px;
}

#l-footer .l-footer__bnr {
  padding-left: 45px;
}

@media screen and (max-width: 991px) {
  #l-footer .l-footer__bnr {
    padding-left: 15px;
  }
}

#l-footer .l-footer__bnr a {
  border: 1px solid #dedbc7;
  display: block;
  padding: 23px 0;
  text-align: center;
}

#l-footer .l-footer__bnr a img {
  margin: 0 auto;
  vertical-align: bottom;
  width: 100px;
}

.l-copyright {
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.8;
  margin-bottom: 6vmin;
  text-align: center;
}

.l-copyright .l-logo {
  margin: 0 auto 2rem;
  width: 175px;
}

.c-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
}

.c-btn a {
  border: 2px solid #2ab973;
  border-radius: 45px;
  display: block;
  line-height: 1;
  position: relative;
}

.c-btn a:hover {
  background: #2ab973;
  color: #fff;
}

.c-btn i {
  opacity: .4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.c-btn-big {
  font-size: 1.6rem;
  min-width: 260px;
}

.c-btn-big a {
  background: #fff;
  padding: 20px 30px;
}

@media screen and (max-width: 991px) {
  .c-btn-big a {
    padding: 15px 20px;
  }
}

.c-btn-big i {
  font-size: 20px;
  right: 20px;
}

.c-btn-small {
  font-size: 1.4rem;
}

.c-btn-small a {
  padding: 15px 50px;
}

.c-btn-small i {
  font-size: 16px;
  right: 15px;
}

.c-ttl--line {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-ttl--line {
    margin-bottom: 2rem;
  }
}

.c-ttl--line:before {
  background: #2ab973;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.c-pager {
  margin: 5vmin 0 10vmin;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .c-pager {
    margin-top: 0;
    order: 2;
  }
}

.c-pager .row {
  justify-content: center;
}

.c-pager .current, .c-pager a {
  border: 1px solid #2ab973;
  color: #2ab973;
  display: block;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.c-pager a {
  margin-left: -1px;
}

.c-pager a:hover {
  background: #2ab973;
  color: #fff;
}

.c-pager .current {
  background: #2ab973;
  color: #fff;
  line-height: 40px;
  width: 40px;
}

.c-pager .prev, .c-pager .next {
  padding: 0 10px;
  width: auto;
}

.c-pager .dots {
  line-height: 40px;
  padding: 0 10px;
}

.o-home__visual {
  height: calc(100vh - 110px);
  max-height: 800px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .o-home__visual {
    height: 70vmin;
  }
}

@media screen and (max-width: 991px) {
  .o-home__visual {
    height: 50vmin;
  }
}

@media screen and (max-width: 767px) {
  .o-home__visual {
    height: auto;
  }
}

.o-home__visual .container {
  position: relative;
}

.o-home__visual-txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .o-home__visual-txt {
    padding: 60px 20px;
    position: static;
    transform: translateY(0);
  }
}

.o-home__visual-txt h1 {
  margin: 0 0 3.2rem;
  width: 460px;
}

@media screen and (max-width: 767px) {
  .o-home__visual-txt h1 {
    margin: 0 auto 2rem;
    width: 65%;
  }
}

.o-home__visual-txt p {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  line-height: 2.4;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .o-home__visual-txt p {
    line-height: 1.8;
    text-align: center;
  }
  .o-home__visual-txt p br {
    display: none;
  }
}

.o-home__visual-ph {
  height: calc(100vh - 110px);
  left: 0;
  max-height: 800px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 1199px) {
  .o-home__visual-ph {
    height: 70vmin;
  }
}

@media screen and (max-width: 991px) {
  .o-home__visual-ph {
    height: 50vmin;
  }
}

@media screen and (max-width: 767px) {
  .o-home__visual-ph {
    height: auto;
    position: static;
  }
}

.o-home__visual-ph img {
  width: 100%;
}

/* リライフについてエリア */
.o-home__cont {
  background: url(../images/bg_dot.png);
  padding: 12vmin 0 14vmin;
  position: relative;
}

@media screen and (max-width: 991px) {
  .o-home__cont {
    padding: 8vmin 0;
  }
}

.o-home__cont-ph {
  position: absolute;
  top: -15vmin;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .o-home__cont-ph {
    bottom: 0;
    top: auto;
  }
}

.o-home__catch {
  text-align: center;
  position: relative;
  z-index: 10;
}

.o-home__catch h2 {
  color: #2ab973;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 2rem;
}

@media screen and (max-width: 991px) {
  .o-home__catch h2 {
    font-size: 3.6rem;
  }
}

.o-home__about {
  align-items: center;
  margin-top: 8vmin;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .o-home__about {
    margin-top: 6vmin;
  }
}

.o-home__about-ph {
  padding-right: 40px;
}

@media screen and (max-width: 1199px) {
  .o-home__about-ph {
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .o-home__about-ph {
    order: 1;
  }
}

.o-home__about-ph img {
  align-items: center;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .o-home__about-txt {
    background: #fff;
    border-radius: 15px;
    margin: -60px 45px 0;
    order: 2;
    padding: 40px;
    position: relative;
    z-index: 10;
  }
}

.o-home__about-txt h3 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .o-home__about-txt h3 {
    font-size: 2.4rem;
  }
}

.o-home__about-txt p {
  margin: 2.5rem 0;
}

@media screen and (max-width: 991px) {
  .o-home__about-txt p {
    line-height: 1.8;
    margin: 2rem 0;
  }
}

@media screen and (max-width: 1199px) {
  .o-home__about-txt br {
    display: none;
  }
}

.o-home__about + .o-home__about figure {
  padding-left: 40px;
}

@media screen and (max-width: 1199px) {
  .o-home__about + .o-home__about figure {
    padding-left: 15px;
  }
}

/* サービスエリア */
.o-home__cafeteria {
  padding: 12vmin 0;
  position: relative;
  z-index: 20;
}

.o-home__cafeteria:before {
  background: #F2F7F0;
  content: '';
  height: 55%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .o-home__cafeteria:before {
    height: 30%;
  }
}

.o-home__cafeteria-catch {
  margin-bottom: 8vmin;
  position: relative;
  text-align: center;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .o-home__cafeteria-catch {
    font-size: 1.5rem;
    padding: 0 20px;
  }
}

.o-home__cafeteria-catch h3 {
  color: #2ab973;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
  margin: 0;
}

.o-home__cafeteria-catch p {
  line-height: 2.6;
}

@media screen and (max-width: 767px) {
  .o-home__cafeteria-catch p {
    line-height: 1.8;
  }
  .o-home__cafeteria-catch p br {
    display: none;
  }
}

.o-home__cafeteria-ph {
  position: absolute;
  top: -100px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .o-home__cafeteria-ph {
    display: none;
  }
}

.o-home__service {
  margin-bottom: 7vmin !important;
  position: relative;
  z-index: 10;
}

.o-home__service-ph {
  padding-right: 50px;
}

@media screen and (max-width: 991px) {
  .o-home__service-ph {
    padding-right: 0;
  }
}

.o-home__service-ph img {
  border-radius: 15px;
  width: 100%;
}

.o-home__service-txt {
  margin-top: -6rem;
  padding-left: 50px;
}

@media screen and (max-width: 991px) {
  .o-home__service-txt {
    padding: 0 45px;
  }
}

@media screen and (max-width: 767px) {
  .o-home__service-txt {
    padding: 0 25px;
  }
}

.o-home__service-txt a {
  background: #ec9596;
  border-radius: 15px;
  color: #fff;
  display: block;
  padding: 35px 70px 35px 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .o-home__service-txt a {
    padding: 30px 60px 30px 30px;
  }
}

.o-home__service-txt a:hover {
  background: #e47576;
}

.o-home__service-txt.o-btn--blue a {
  background: #8fcdec;
}

.o-home__service-txt.o-btn--blue a:hover {
  background: #70bbe0;
}

.o-home__service-txt h4 {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 1rem;
}

@media screen and (max-width: 991px) {
  .o-home__service-txt h4 {
    margin-bottom: 0.5rem;
  }
}

.o-home__service-txt p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0;
}

.o-home__service-txt i {
  font-size: 3rem;
  opacity: .4;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .o-home__service-txt i {
    right: 20px;
  }
}

.o-home__service-btn {
  display: flex;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .o-home__service-btn {
    display: block;
  }
}

.o-home__service-btn li {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .o-home__service-btn li {
    width: 100%;
  }
}

.o-home__service-btn li a {
  border: 2px solid #2ab973;
  color: #2ab973;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 25px 40px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .o-home__service-btn li a {
    font-size: 1.6rem;
    padding: 20px;
  }
}

.o-home__service-btn li a:hover {
  background: #2ab973;
  color: #fff;
}

.o-home__service-btn li a i {
  font-size: 3rem;
  opacity: .4;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.o-home__service-btn li:first-child a {
  border-right-width: 1px;
  border-radius: 15px 0 0 15px;
}

@media screen and (max-width: 767px) {
  .o-home__service-btn li:first-child a {
    border-right-width: 2px;
    border-bottom-width: 1px;
    border-radius: 15px 15px 0 0;
  }
}

.o-home__service-btn li:last-child a {
  border-left-width: 1px;
  border-radius: 0 15px 15px 0;
}

@media screen and (max-width: 767px) {
  .o-home__service-btn li:last-child a {
    border-left-width: 2px;
    border-top-width: 1px;
    border-radius: 0 0 15px 15px;
  }
}

/* お知らせ */
.o-home__news {
  border-top: 1px solid #dedbc7;
  padding-top: 12vmin;
}

.o-home__news-ttl {
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .o-home__news-ttl {
    margin-bottom: 0;
  }
}

.o-home__news h3 {
  display: inline-block;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.o-home__news .c-btn {
  position: absolute;
  right: 0;
  top: -10px;
}

@media screen and (max-width: 767px) {
  .o-home__news .c-btn {
    display: block;
    margin: 3rem auto 0;
    position: inherit;
    width: 200px;
  }
}

.o-home__news ul {
  font-size: 1.5rem;
  line-height: 1;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.o-home__news ul li {
  padding: 25px 0;
}

.o-home__news ul li + li {
  border-top: 1px solid #dedbc7;
}

.o-home__news ul li:last-child {
  padding-bottom: 0;
}

.o-home__news-date {
  color: #4d493b;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .o-home__news-date {
    display: block;
    margin-bottom: 5px;
  }
}

.o-about__catch {
  padding-bottom: 6vmin;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .o-about__catch {
    text-align: left;
  }
  .o-about__catch br {
    display: none;
  }
}

.o-about__catch .container {
  padding: 6vmin 15px;
  position: relative;
  z-index: 10;
}

.o-about__catch h3 {
  margin: 0 auto;
  width: 45%;
}

@media screen and (max-width: 767px) {
  .o-about__catch h3 {
    width: 80%;
  }
}

.o-about__catch h4 {
  color: #674a3a;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .o-about__catch h4 {
    margin-bottom: 1.5rem;
  }
}

.o-about__catch p {
  line-height: 2.3;
}

.o-about__catch-bg {
  position: absolute;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .o-about__catch-bg {
    display: none;
  }
}

.o-about__box .row {
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .o-about__box .row {
    align-items: flex-start;
  }
}

.o-about__box [class*="col-"] {
  margin: 0;
}

.o-about__box figure {
  padding-right: 40px;
}

.o-about__box img {
  border-radius: 15px;
}

.o-about__box h4 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 2rem;
}

@media screen and (max-width: 767px) {
  .o-about__box h4 {
    font-size: 2.4rem;
  }
}

.o-about__box h4 span {
  color: #2ab973;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .o-about__box h4 span {
    font-size: 1.6rem;
  }
}

.o-about__box h4 span:after {
  background: #2ab973;
  content: '';
  display: block;
  height: 2px;
  line-height: 1;
  margin: 1.5rem 0;
  width: 3rem;
}

@media screen and (max-width: 767px) {
  .o-about__box h4 span:after {
    margin: 1rem 0;
  }
}

.o-about__box p {
  margin: 0;
}

.o-about__box + .o-about__box {
  margin-top: 10vmin;
}

.o-about__box + .o-about__box figure {
  padding: 0 15px 0 40px;
}

@media screen and (max-width: 991px) {
  .o-about__box p {
    line-height: 1.8;
    margin-bottom: 3rem;
  }
  .o-about__box figure {
    order: 2;
    padding: 0 15px !important;
  }
}

.o-concept__catch {
  margin-bottom: 10vmin;
}

.o-concept__catch-txt {
  display: flex;
}

@media screen and (max-width: 991px) {
  .o-concept__catch-txt {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .o-concept__catch-txt br {
    display: none;
  }
}

.o-concept__catch h3 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3.4rem;
  font-weight: 500;
  margin: 0 40px 0 0;
  width: 12em;
}

@media screen and (max-width: 1199px) {
  .o-concept__catch h3 {
    font-size: 2.8rem;
    margin-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .o-concept__catch h3 {
    font-size: 2.7rem;
    margin: 0 0 2rem;
    width: 100%;
  }
}

.o-concept__catch p {
  margin: 1rem 0 0;
}

.o-concept__catch-ph {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 8vmin 0 0;
  padding: 0;
}

.o-concept__catch-ph li {
  width: 25%;
}

@media screen and (max-width: 991px) {
  .o-concept__catch-ph li {
    width: 50%;
  }
}

.o-concept__box figure {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .o-concept__box figure {
    order: 2;
  }
}

.o-concept__box figure img {
  border-radius: 15px;
}

@media screen and (max-width: 991px) {
  .o-concept__box .col-md-7 {
    order: 1;
  }
}

.o-concept__box .c-ttl--line {
  font-size: 3rem;
}

@media screen and (max-width: 991px) {
  .o-concept__box .c-ttl--line {
    font-size: 2.4rem;
  }
}

.o-concept__box [class*="col-"] {
  margin-bottom: 0;
}

.o-concept__box-first {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.o-concept__box-first figure {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .o-concept__box-first figure {
    padding: 0 15px;
  }
}

.o-concept__box-first figure img {
  border-radius: 0 15px 15px 0;
}

@media screen and (max-width: 991px) {
  .o-concept__box-first figure img {
    border-radius: 15px;
  }
}

@media screen and (max-width: 991px) {
  .o-concept__box-first .container-fluid {
    max-width: 720px;
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .o-concept__box-first .container-fluid {
    max-width: 540px;
    padding: 0 15px;
  }
}

.o-concept__box-first .container {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
  .o-concept__box-first .container {
    order: 1;
    position: static;
    transform: translateX(0);
  }
}

.o-concept__box-first-txt {
  padding-left: 40px;
}

@media screen and (max-width: 991px) {
  .o-concept__box-first-txt {
    padding-left: 15px;
  }
}

.o-concept__box-second {
  margin-top: -6rem;
}

@media screen and (max-width: 1199px) {
  .o-concept__box-second {
    margin-top: 10vmin;
  }
}

.o-concept__box-second .row {
  align-items: flex-end;
}

.o-concept__box-second figure {
  padding-left: 40px;
}

@media screen and (max-width: 991px) {
  .o-concept__box-second figure {
    padding-left: 15px;
  }
}

.o-concept__box-third {
  margin-top: 10vmin;
}

.o-concept__box-third .row {
  align-items: center;
}

.o-concept__box-third figure {
  padding-right: 40px;
}

@media screen and (max-width: 991px) {
  .o-concept__box-third figure {
    padding-right: 15px;
  }
}

.o-cafeteria__catch {
  color: #674a3a;
  line-height: 2.4;
  margin-bottom: 10vmin;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .o-cafeteria__catch {
    line-height: 2;
    text-align: left;
  }
  .o-cafeteria__catch br {
    display: none;
  }
}

.o-cafeteria__catch h3 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .o-cafeteria__catch h3 {
    font-size: 2.7rem;
    margin-bottom: 1rem;
  }
}

.o-cafeteria__list {
  list-style: none;
  margin: 0 -22px;
  padding: 0;
}

.o-cafeteria__list li {
  margin: 15px 0;
  padding: 0 25px;
}

.o-cafeteria__list h4 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .o-cafeteria__list h4 {
    font-size: 2rem;
  }
}

.o-cafeteria__list img {
  border-radius: 15px;
}

.o-facility__catch {
  color: #674a3a;
  line-height: 2.4;
  margin-bottom: 10vmin;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .o-facility__catch p {
    line-height: 2;
    text-align: left;
  }
}

.o-facility__catch h3 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .o-facility__catch h3 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 991px) {
  .o-facility__catch br {
    display: none;
  }
}

.o-facility__menu {
  align-items: center;
  margin-bottom: 6vmin;
}

@media screen and (max-width: 1199px) {
  .o-facility__menu {
    align-items: flex-start;
  }
}

.o-facility__menu .col-md-5 {
  padding-right: 40px;
}

@media screen and (max-width: 991px) {
  .o-facility__menu .col-md-5 {
    padding-right: 15px;
  }
}

.o-facility__menu figure img {
  border-radius: 15px;
}

.o-facility__list {
  list-style: none;
  margin: 0 -22px;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .o-facility__list {
    margin: 0 -15px;
  }
}

.o-facility__list li {
  margin: 15px 0;
  padding: 0 25px;
}

@media screen and (max-width: 991px) {
  .o-facility__list li {
    padding: 0 15px;
  }
}

.o-facility__list h4 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .o-facility__list h4 {
    font-size: 2rem;
  }
}

.o-facility__list img {
  border-radius: 15px;
}

.o-flow__catch {
  margin-bottom: 8vmin;
}

.o-flow__catch h3 {
  color: #674a3a;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .o-flow__catch h3 {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left;
  }
  .o-flow__catch h3 br {
    display: none;
  }
}

.o-flow__price {
  margin-bottom: 10vmin;
  padding: 0 15px;
}

.o-flow__price .c-ttl--line {
  font-size: 2.7rem;
  margin-bottom: 2rem;
}

.o-flow__price h5 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.o-flow__price h5 small {
  display: inline-block;
  font-weight: 500;
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  .o-flow__price h5 small {
    display: block;
    margin: 5px 0 0;
  }
}

.o-flow__pricelist table {
  border-collapse: separate;
  border-spacing: 0 5px;
  margin-bottom: 10px;
  width: calc((100% - 220px) / 4);
}

@media screen and (max-width: 991px) {
  .o-flow__pricelist table {
    border-collapse: collapse;
    width: 100%;
  }
}

.o-flow__pricelist table:first-child {
  width: 220px;
}

@media screen and (max-width: 991px) {
  .o-flow__pricelist table:first-child {
    display: none;
  }
}

.o-flow__pricelist table th {
  background: #fff;
  border: 1px solid #dedbc7;
  font-weight: 500;
  line-height: 1.6;
  padding: 10px;
}

.o-flow__pricelist table th.plan {
  height: 70px;
  padding: 10px 0;
}

.o-flow__pricelist table th.cost {
  font-size: 1.8rem;
  height: 130px;
}

.o-flow__pricelist table th strong {
  font-size: 2rem;
  font-weight: 500;
}

.o-flow__pricelist table td {
  border: 1px solid #dedbc7;
  border-left: 0;
  line-height: 1.6;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .o-flow__pricelist table td {
    border-top: 0;
    display: flex;
    text-align: right;
  }
  .o-flow__pricelist table td div {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 10em);
  }
  .o-flow__pricelist table td:before {
    border-left: 1px solid #dedbc7;
    content: attr(data-label);
    display: block;
    margin: -10px 10px -10px -10px;
    padding: 10px;
    text-align: left;
    width: 10em;
    white-space: pre;
  }
}

.o-flow__pricelist table td.plan {
  height: 70px;
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .o-flow__pricelist table td.plan {
    align-items: center;
    border-left: 1px solid #dedbc7;
    height: auto;
    justify-content: center;
    padding: 15px 0;
  }
  .o-flow__pricelist table td.plan div {
    display: block;
  }
}

.o-flow__pricelist table td.cost {
  height: 130px;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .o-flow__pricelist table td.cost {
    height: auto;
  }
  .o-flow__pricelist table td.cost div {
    display: block;
  }
}

.o-flow__pricelist table td.cost span {
  display: inline-block;
  float: left;
}

@media screen and (max-width: 991px) {
  .o-flow__pricelist table td.cost span {
    float: none;
    margin-right: 10px;
  }
}

.o-flow__pricelist table td small {
  display: block;
}

.o-flow__pricelist table td hr {
  border-color: #bababa;
  border-style: solid;
  border-width: 1px 0 0;
}

@media screen and (max-width: 991px) {
  .o-flow__pricelist table td hr {
    border-color: #dedbc7;
  }
}

.o-flow__pricelist table tr:first-child td:before {
  display: none;
}

.o-flow__price-atype td {
  background: #e4eedc;
}

@media screen and (max-width: 991px) {
  .o-flow__price-atype td {
    background: #fff;
  }
  .o-flow__price-atype td:before {
    background: #e4eedc;
  }
  .o-flow__price-atype td.plan {
    background: #e4eedc;
  }
}

.o-flow__price-btype td {
  background: #dfebf6;
}

@media screen and (max-width: 991px) {
  .o-flow__price-btype td {
    background: #fff;
  }
  .o-flow__price-btype td:before {
    background: #dfebf6;
  }
  .o-flow__price-btype td.plan {
    background: #dfebf6;
  }
}

.o-flow__price-ctype td {
  background: #f8e5d8;
}

@media screen and (max-width: 991px) {
  .o-flow__price-ctype td {
    background: #fff;
  }
  .o-flow__price-ctype td:before {
    background: #f8e5d8;
  }
  .o-flow__price-ctype td.plan {
    background: #f8e5d8;
  }
}

.o-flow__price-dtype td {
  background: #f9d978;
}

@media screen and (max-width: 991px) {
  .o-flow__price-dtype td {
    background: #fff;
  }
  .o-flow__price-dtype td:before {
    background: #f9d978;
  }
  .o-flow__price-dtype td.plan {
    background: #f9d978;
  }
}

.o-flow__priceplan {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .o-flow__priceplan {
    border-bottom: 1px solid #dedbc7;
    margin-bottom: 10px;
  }
}

.o-flow__priceplan th {
  background: #fff;
  border: 1px solid #dedbc7;
  font-weight: 500;
  padding: 10px;
  width: 220px;
}

@media screen and (max-width: 991px) {
  .o-flow__priceplan th {
    border-bottom: 0;
    width: 160px;
  }
}

.o-flow__priceplan td {
  background: #fff;
  border: 1px solid #dedbc7;
  padding: 10px;
  text-align: center;
  width: calc((100% - 220px) / 4);
}

.o-flow__priceplan td.tdcol2 {
  width: calc(((100% - 220px) / 4) * 2);
}

@media screen and (max-width: 991px) {
  .o-flow__priceplan td.tdcol2 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .o-flow__priceplan td {
    border-left: 0;
    border-bottom: 0;
    display: block;
    overflow: hidden;
    padding: 5px;
    text-align: right;
    width: 100%;
  }
  .o-flow__priceplan td:before {
    content: attr(data-label);
    float: left;
    white-space: pre;
  }
}

.o-flow__priceplan td.atype {
  background: #e4eedc;
}

.o-flow__priceplan td.btype {
  background: #dfebf6;
}

.o-flow__priceplan td.ctype {
  background: #f8e5d8;
}

.o-flow__priceplan td.dtype {
  background: #f9d978;
}

.o-flow__plan {
  background: #fff;
  border: 2px solid #e5f6df;
  border-radius: 15px;
  font-size: 1.5rem;
  margin-top: 5rem;
  padding: 40px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .o-flow__plan {
    padding: 30px;
  }
}

.o-flow__plan-box {
  display: flex;
}

@media screen and (max-width: 991px) {
  .o-flow__plan-box {
    display: block;
  }
}

.o-flow__plan-box + .o-flow__plan-box {
  margin-top: 3rem;
}

.o-flow__plan h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
  width: 10em;
}

@media screen and (max-width: 991px) {
  .o-flow__plan h4 {
    width: 100%;
  }
}

.o-flow__plan dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: calc(100% - 10em);
}

@media screen and (max-width: 991px) {
  .o-flow__plan dl {
    display: block;
    width: 100%;
  }
}

.o-flow__plan dl dt {
  width: 7em;
}

@media screen and (max-width: 991px) {
  .o-flow__plan dl dt {
    width: 100%;
  }
}

.o-flow__plan dl dd {
  margin: 0;
  width: calc(100% - 7em);
}

@media screen and (max-width: 991px) {
  .o-flow__plan dl dd {
    width: 100%;
  }
}

.o-flow__plan ol {
  margin: 0 0 0 20px;
  padding: 0;
  width: calc(100% - 10em);
}

@media screen and (max-width: 991px) {
  .o-flow__plan ol {
    width: 100%;
  }
}

.o-flow__plan ol li + li {
  margin-top: 10px;
}

.o-flow__step .c-ttl--line {
  font-size: 2.7rem;
}

@media screen and (max-width: 991px) {
  .o-flow__step .c-ttl--line {
    font-size: 2.3rem;
  }
}

.o-flow__step .row {
  align-items: center;
  margin: 0 -30px;
}

@media screen and (max-width: 991px) {
  .o-flow__step .row {
    align-items: flex-start;
    margin: 0 -15px;
  }
}

.o-flow__step .row + .row {
  margin-top: 4rem;
}

.o-flow__step__txt {
  padding: 0 30px;
}

@media screen and (max-width: 991px) {
  .o-flow__step__txt {
    order: 1;
    padding: 0 15px;
  }
}

.o-flow__step__txt h5 {
  font-size: 2.7rem;
  font-weight: 500;
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .o-flow__step__txt h5 {
    font-size: 2.3rem;
  }
}

.o-flow__step__txt h5 span {
  color: #2ab973;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .o-flow__step__txt h5 span {
    font-size: 1.5rem;
  }
}

.o-flow__step__txt p {
  margin-bottom: 0;
}

.o-flow__step__ph {
  margin-top: 4rem;
  padding: 0 30px;
}

@media screen and (max-width: 991px) {
  .o-flow__step__ph {
    order: 2;
    margin-top: 15px;
    padding: 0 15px;
  }
}

.o-flow__step__ph img {
  border-radius: 15px;
}

.o-case__header {
  margin-bottom: 10vmin;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .o-case__header {
    margin-bottom: 8vmin;
  }
}

@media screen and (max-width: 991px) {
  .o-case__header {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .o-case__header {
    margin-bottom: 8vmin;
  }
}

.o-case__header-ph img {
  border-radius: 15px;
}

.o-case__header-name {
  background: #2ab973;
  border-radius: 15px;
  bottom: 80px;
  color: #fff;
  padding: 40px 0;
  position: absolute;
  right: 15px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .o-case__header-name {
    position: inherit;
  }
}

@media screen and (max-width: 767px) {
  .o-case__header-name {
    margin-top: -4rem;
    position: static;
    z-index: 2;
  }
}

.o-case__header-name small {
  font-size: 1.8rem;
}

.o-case__header-name h3 {
  font-size: 2.8rem;
  font-weight: 500;
  margin: 0;
}

.o-case__header-name h3 small {
  font-size: 2rem;
}

.o-case__interview {
  margin-bottom: 10vmin;
}

@media screen and (max-width: 1199px) {
  .o-case__interview {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .o-case__interview {
    margin-bottom: 10vmin;
  }
}

.o-case__interview-txt p {
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .o-case__interview-txt p {
    margin-bottom: 3rem;
  }
}

.o-case__interview-ph {
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .o-case__interview-ph {
    padding-left: 15px;
  }
}

.o-case__interview-ph img {
  border-radius: 15px;
}

.o-case__interview-ph img + img {
  margin-top: 40px;
}

.o-case__voice {
  background: #fff;
  border: 2px solid #e5f6df;
  border-radius: 15px;
  padding: 60px;
}

@media screen and (max-width: 1199px) {
  .o-case__voice {
    padding: 40px;
  }
}

.o-case__voice figure {
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .o-case__voice figure {
    order: 2;
    padding-left: 15px;
  }
}

.o-case__voice figure img {
  border-radius: 15px;
}

.o-case__voice-box {
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .o-case__voice-box {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .o-case__voice-box {
    order: 1;
  }
}

.o-case__voice-box + .o-case__voice-box {
  margin-top: 60px;
}

@media screen and (max-width: 1199px) {
  .o-case__voice-box + .o-case__voice-box {
    margin-top: 40px;
  }
}

.o-case__voice-box + .o-case__voice-box figure {
  padding: 0 40px 0 15px;
}

@media screen and (max-width: 1199px) {
  .o-case__voice-box + .o-case__voice-box figure {
    padding: 0 15px;
  }
}

.o-case__voice h4 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 2.5rem;
  font-weight: 500;
  margin: 0;
}

.o-case__voice h4 span {
  background: #2ab973;
  color: #fff;
  display: block;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 8px 0;
  text-align: center;
  width: 9em;
}

.o-company__outline {
  margin: 0 auto;
  max-width: 950px;
}

@media screen and (max-width: 991px) {
  .o-company__outline {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .o-company__outline {
    max-width: 540px;
    padding: 0 15px;
  }
}

.o-company__outline + .o-company__outline {
  margin-top: 8vmin;
}

.o-company__outline .c-ttl--line {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .o-company__outline .c-ttl--line {
    margin-left: 0;
  }
}

.o-company__outline table {
  border-collapse: separate;
  border-spacing: 30px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .o-company__outline table {
    border-collapse: collapse;
  }
}

.o-company__outline table th {
  border-bottom: 1px solid #2ab973;
  color: #2ab973;
  padding-bottom: 30px;
  text-align: left;
  vertical-align: top;
  width: 165px;
}

@media screen and (max-width: 767px) {
  .o-company__outline table th {
    border-bottom: 0;
    border-top: 1px solid #2ab973;
    display: block;
    padding: 15px 0 5px;
    width: 100%;
  }
}

.o-company__outline table td {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .o-company__outline table td {
    display: block;
    padding: 5px 0 15px;
    width: 100%;
  }
}

.o-company__outline table tr:first-child th {
  border-top: 1px solid #2ab973;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .o-company__outline table tr:first-child th {
    padding-top: 15px;
  }
}

.o-company__outline table tr:first-child td {
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .o-company__outline table tr:first-child td {
    border-top: 0;
    padding-top: 5px;
  }
}

.o-news__cont {
  padding-right: 40px;
}

@media screen and (max-width: 991px) {
  .o-news__cont {
    padding: 0 15px 40px;
  }
}

.o-news__detail-date {
  font-size: 1.4rem;
}

.o-news__detail + .o-news__detail {
  margin-top: 8vmin;
}

.o-news__sublist {
  margin-bottom: 6vmin;
}

.o-pp__box {
  margin: 0 auto;
  max-width: 950px;
}

@media screen and (max-width: 991px) {
  .o-pp__box {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .o-pp__box {
    max-width: 540px;
    padding: 0 15px;
  }
}

.o-pp__box + .o-pp__box {
  margin-top: 8vmin;
}

.o-pp__box h4 {
  margin: 4rem 0 1rem;
}

.o-pp__sign {
  text-align: right;
}

.o-sitemaps {
  display: flex;
  flex-wrap: wrap;
}

.o-sitemaps__box {
  width: 33.33%;
}

@media screen and (max-width: 991px) {
  .o-sitemaps__box {
    width: 100%;
  }
  .o-sitemaps__box + .o-sitemaps__box {
    margin-top: 6vmin;
  }
}

.u-margintop--xl {
  margin-top: 120px;
}

@media screen and (max-width: 991px) {
  .u-margintop--xl {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .u-margintop--xl {
    margin-top: 60px;
  }
}

.u-margintop--lg {
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .u-margintop--lg {
    margin-top: 60px;
  }
}

.u-margintop--md {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .u-margintop--md {
    margin-top: 40px;
  }
}

.u-margintop--ms {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .u-margintop--ms {
    margin-top: 30px;
  }
}

.u-marginbottom--xl {
  margin-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .u-marginbottom--xl {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .u-marginbottom--xl {
    margin-bottom: 60px;
  }
}

.u-marginbottom--lg {
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .u-marginbottom--lg {
    margin-bottom: 60px;
  }
}

.u-marginbottom--md {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .u-marginbottom--md {
    margin-bottom: 40px;
  }
}

.u-padding--xl {
  padding-bottom: 120px;
  padding-top: 120px;
}

@media screen and (max-width: 991px) {
  .u-padding--xl {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.u-padding--lg {
  padding-bottom: 100px;
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  .u-padding--lg {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.u-padding--md {
  padding-bottom: 80px;
  padding-top: 80px;
}

@media screen and (max-width: 991px) {
  .u-padding--md {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.u-padding--sm {
  padding-bottom: 60px;
  padding-top: 60px;
}

@media screen and (max-width: 991px) {
  .u-padding--sm {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.u-padding--xs {
  padding-bottom: 45px;
  padding-top: 45px;
}

@media screen and (max-width: 991px) {
  .u-padding--xs {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.u-paddingright--sm {
  padding-right: 35px;
}

@media screen and (max-width: 991px) {
  .u-paddingright--sm {
    padding-right: 20px;
  }
}
