@charset "UTF-8";
/* normalize */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Base */
html {
  font-size: 62.5%;
}

body {
  color: #505050;
  font-size: 1.6rem;
  line-height: 1.6;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.6;
  }
}

a {
  display: inline-block;
  color: #f89431;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-duration: 0.6s;
  text-decoration: none;
}
a:hover {
  color: #fbc794;
}
a img {
  border: none;
}
a img:hover, a img:active {
  opacity: 0.8;
}

span {
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-duration: 0.6s;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.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;
}

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

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.scrollanime {
  opacity: 0;
}

.fadeInDown {
  animation-name: fadeInDown;
  animation-delay: 0.1s;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
}

.updown {
  transform: translateY(-40px);
}

.downup {
  transform: translateY(40px);
}

.btn {
  text-align: center;
}
.btn a {
  background: linear-gradient(20deg, #ffcd58 0%, #53d87b 100%);
  border-radius: 45px;
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 auto;
  padding: 18px 20px;
  width: 320px;
}
@media screen and (max-width: 1199px) {
  .btn a {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 1.8rem;
    padding: 13px 20px;
  }
}
.btn a:hover {
  box-shadow: none;
  opacity: 0.7;
}
.btn a i {
  margin-right: 5px;
}

.btn-border {
  background: linear-gradient(20deg, #ffcd58 0%, #53d87b 100%);
  border-radius: 45px;
  padding: 3px;
  text-align: center;
}
.btn-border a {
  background: #fff;
  border-radius: 45px;
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.1);
  color: #f89431;
  display: inline-block;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 auto;
  padding: 15px 17px;
  width: 320px;
}
@media screen and (max-width: 1199px) {
  .btn-border a {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .btn-border a {
    font-size: 1.8rem;
    padding: 13px 20px;
  }
}
.btn-border a:hover {
  box-shadow: none;
  opacity: 0.7;
}
.btn-border a i {
  margin-right: 5px;
}

.btn-sub {
  margin: 0 auto;
  width: 240px;
}
.btn-sub a {
  border: 2px solid #ededed;
  border-radius: 10px;
  color: #f89431;
  display: block;
  font-weight: bold;
  padding: 20px;
  text-align: center;
}
.btn-sub a:hover {
  background: #ededed;
}
.btn-sub i {
  margin-right: 5px;
}

.conthead {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .conthead {
    margin-bottom: 30px;
  }
}
.conthead i {
  background: linear-gradient(20deg, #ffcd58 0%, #53d87b 100%);
  color: #f89431;
  font-size: 4rem;
  margin-bottom: 20px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .conthead i {
    margin-bottom: 10px;
  }
}
.conthead__ttl {
  line-height: 1;
  margin: 0 0 20px;
}
@media screen and (max-width: 991px) {
  .conthead__ttl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .conthead__ttl {
    margin-bottom: 20px;
  }
}
.conthead__lead {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .conthead__lead {
    text-align: left;
  }
}

.request {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .request {
    margin-top: 30px;
  }
}
.request p {
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px !important;
}
@media screen and (max-width: 767px) {
  .request p {
    margin-bottom: 10px !important;
  }
}
.request p:before, .request p:after {
  background: #505050;
  content: "";
  display: inline-block;
  height: 15px;
  margin-top: -2px;
  vertical-align: middle;
  width: 2px;
}
.request p:before {
  margin-right: 13px;
  transform: rotate(-25deg);
}
.request p:after {
  margin-left: 13px;
  transform: rotate(25deg);
}

@keyframes BgfadeInHead {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes BgfadeOutAnime {
  from {
    background: rgb(255, 255, 255);
  }
  to {
    background: rgba(255, 255, 255, 0);
  }
}
body {
  overflow-x: hidden;
}

.header {
  align-items: center;
  background: rgba(255, 255, 255, 0);
  display: flex;
  left: 30px;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  .header {
    top: 15px;
  }
}
.header__logo {
  line-height: 1;
  margin: 0;
}
.header__logo a {
  display: block;
}
.header__logo img {
  vertical-align: middle;
}
@media screen and (max-width: 1299px) {
  .header__logo {
    width: 220px;
  }
}
.header .gnav {
  align-items: center;
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .header .gnav {
    display: none;
  }
}
.header .gnav ul {
  display: flex;
  list-style: none;
  margin: 0 30px 0 0;
  padding: 0;
}
@media screen and (max-width: 1299px) {
  .header .gnav ul {
    margin-right: 20px;
  }
}
.header .gnav ul li {
  margin-left: 25px;
}
@media screen and (max-width: 1299px) {
  .header .gnav ul li {
    margin-left: 15px;
  }
}
.header .gnav ul li a {
  color: #505050;
}
.header .btn a {
  font-size: 1.6rem;
  font-weight: 900;
  padding: 20px 30px;
  width: auto;
}
.header.is-fixed {
  animation-name: BgfadeInHead;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  background: rgb(255, 255, 255);
  left: 0;
  padding: 15px 20px;
  position: fixed;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .header.is-fixed {
    padding: 10px 20px;
  }
}
.header.is-fixed .header__logo {
  width: 180px;
}
.header.is-fixed .btn a {
  font-size: 1.5rem;
  padding: 10px 15px 10px 20px;
}

.slicknav_menu {
  display: none;
}
@media screen and (max-width: 1199px) {
  .slicknav_menu {
    display: block;
    font-size: 1.5rem;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1050;
  }
  .slicknav_menu.is-fixed {
    position: fixed;
    top: 22px;
  }
  .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: #f89431;
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .slicknav_menu {
    right: 20px;
    top: 20px;
  }
}
.slicknav_menu .btn a {
  font-size: 1.6rem;
  padding: 15px 20px;
}
.slicknav_nav {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  right: 0;
  top: 65px;
  padding-bottom: 20px;
  position: fixed;
}
@media screen and (max-width: 991px) {
  .slicknav_nav {
    top: 57px;
  }
}
.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: 15px 25px;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0;
}
.slicknav_nav .slicknav_arrow:before {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  margin-left: 5px;
}
.slicknav_nav .slicknav_open > a > .slicknav_arrow:before {
  content: "\f107";
}

.mainvisual__campaign {
  background: url(../images/mainvisual_bg.png) no-repeat;
  background-size: cover;
  color: #333232;
  display: flex;
  padding: 250px 50px 350px 100px;
}
@media screen and (max-width: 1299px) {
  .mainvisual__campaign {
    padding-bottom: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .mainvisual__campaign {
    padding: 230px 50px 200px 100px;
  }
}
@media screen and (max-width: 991px) {
  .mainvisual__campaign {
    padding: 200px 50px 150px 100px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__campaign {
    padding: 80px 20px 80px;
  }
}
.mainvisual__campaign__ttl {
  font-feature-settings: "palt";
  line-height: 1.4;
  margin: -80px 0 30px;
}
@media screen and (max-width: 1299px) {
  .mainvisual__campaign__ttl {
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__campaign__ttl {
    margin: 0 0 30px;
  }
  .mainvisual__campaign__ttl h2 {
    font-size: 2.5rem;
  }
}
.mainvisual__campaign__ttl small {
  background: #fff;
  border-radius: 40px;
  color: #f89431;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 10px 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mainvisual__campaign__ttl small {
    font-size: 1.4rem;
    margin-bottom: 0;
    padding: 7px 20px;
  }
}
.mainvisual__campaign__ttl h2 {
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .mainvisual__campaign__text {
    width: 450px;
  }
}
@media screen and (max-width: 991px) {
  .mainvisual__campaign__text {
    width: 100%;
  }
}
.mainvisual__campaign__option {
  max-width: 540px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.mainvisual__campaign__optionBox {
  background: #fff;
  border: 2px solid #f89431;
  border-radius: 10px;
  font-size: 2.1rem;
  font-weight: 700;
  padding: 25px 15px 15px;
  position: relative;
  text-align: center;
  width: 260px;
}
@media screen and (max-width: 1299px) {
  .mainvisual__campaign__optionBox {
    width: 230px;
  }
}
@media screen and (max-width: 1199px) {
  .mainvisual__campaign__optionBox {
    width: 215px;
  }
}
@media screen and (max-width: 991px) {
  .mainvisual__campaign__optionBox {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__campaign__optionBox {
    font-size: 1.6rem;
    padding: 20px 10px 10px;
    width: calc(50% - 5px);
  }
}
.mainvisual__campaign__optionBox:last-child {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .mainvisual__campaign__optionBox:last-child {
    margin-left: 10px;
  }
}
.mainvisual__campaign__optionBox .sub {
  font-size: 1.6rem;
  margin-bottom:15px;

}
@media screen and (max-width: 767px) {
  .mainvisual__campaign__optionBox .sub {
    font-size: 1.3rem;
  }
}
.mainvisual__campaign__optionBox .u-color--pink {
  line-height: 1.3;
  font-size: 3rem;
  margin-bottom:15px;
  color:#f89431;
}
.mainvisual__campaign__optionBox .u-color--pink small {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .mainvisual__campaign__optionBox .u-color--pink small {
    font-size: 1.3rem;
  }
}

.mainvisual__campaign__optionBox .note {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: left;
}
.mainvisual__campaign__option i {
  color: #f89431;
  font-size: 3rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 1299px) {
  .mainvisual__campaign__option i {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__campaign__option i {
    font-size: 2.4rem;
  }
}
.mainvisual__campaign__option span {
  background: #f89431;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  left: 50%;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: -15px;
  transform: translateX(-50%);
  width: 130px;
}
@media screen and (max-width: 767px) {
  .mainvisual__campaign__option span {
    font-size: 1.3rem;
    line-height: 25px;
    width: 80px;
  }
}
.mainvisual__campaign__note {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .mainvisual__campaign__note {
    margin: 15px 0;
  }
}
.mainvisual__campaign .btn-border {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .mainvisual__campaign .btn-border a {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
}
.mainvisual__campaign__link {
  margin-top: 10px;
}
.mainvisual__campaign__link a {
  color: #505050;
  font-weight: 700;
}
.mainvisual__campaign__link i {
  color: #f89431;
  margin-right: 5px;
}
.mainvisual__campaign__img {
  margin: 0 -350px 0 -20px;
}
@media screen and (max-width: 1299px) {
  .mainvisual__campaign__img {
    margin: auto -180px -70px 0;
    width: 70%;
  }
}
@media screen and (max-width: 1199px) {
  .mainvisual__campaign__img {
    margin: auto -180px -70px 0;
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 991px) {
  .mainvisual__campaign__img {
    display: none;
  }
}

.mainvisual {
  background: url(../images/mainvisual_bg.png) no-repeat;
  background-size: cover;
  color: #333232;
  display: flex;
  padding: 230px 50px 220px 100px;
}
@media screen and (max-width: 1299px) {
  .mainvisual {
    padding-bottom: 320px;
  }
}
@media screen and (max-width: 1199px) {
  .mainvisual {
    padding-bottom: 180px;
    padding-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual {
    padding: 100px 15px;
  }
}
.mainvisual__text {
  margin-top: -40px;
}
.mainvisual__meta {
  color: #f89431;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .mainvisual__meta {
    font-size: 1.3rem;
  }
}
.mainvisual__meta li {
  background: #fff;
  border-radius: 45px;
  margin: 0;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .mainvisual__meta li {
    padding: 10px 15px;
  }
}
.mainvisual__meta li + li {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .mainvisual__meta li + li {
    margin-left: 5px;
  }
}
.mainvisual__ttl {
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .mainvisual__ttl {
    margin: 10px 0 20px;
  }
  .mainvisual__ttl br {
    display: none;
  }
}
.mainvisual .btn {
  line-height: 1.3;
  margin: 20px 0;
  text-align: left;
}
.mainvisual .btn a {
  padding: 15px 20px;
  text-align: center;
}
.mainvisual .btn small {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 5px;
}
.mainvisual .btn small:before, .mainvisual .btn small:after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 15px;
  margin-top: -4px;
  vertical-align: middle;
  width: 1px;
}
.mainvisual .btn small:before {
  margin-right: 10px;
  transform: rotate(-30deg);
}
.mainvisual .btn small:after {
  margin-left: 10px;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .mainvisual .btn {
    margin-top: 0;
  }
  .mainvisual .btn a {
    font-size: 1.8rem;
    padding: 12px 15px 10px;
    width: 280px;
  }
  .mainvisual .btn small {
    font-size: 1.4rem;
  }
  .mainvisual .btn .sp {
    display: none;
  }
}
.mainvisual__link a {
  color: #505050;
  font-weight: 700;
}
.mainvisual__link i {
  color: #f89431;
  margin-right: 5px;
}
.mainvisual__img {
  margin: -80px -40px 0 auto;
  width: 55%;
}
@media screen and (max-width: 1299px) {
  .mainvisual__img {
    padding-top: 100px;
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .mainvisual__img {
    display: none;
  }
}

.merit {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  margin: -300px 100px 0;
  padding: 80px 0;
}
@media screen and (max-width: 1299px) {
  .merit {
    margin-top: -350px;
  }
}
@media screen and (max-width: 1199px) {
  .merit {
    margin-top: -160px;
  }
}
@media screen and (max-width: 991px) {
  .merit {
    margin-top: -120px;
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .merit {
    margin: -60px 15px 0;
    padding: 40px 0;
  }
}
.merit__wrap {
  display: flex;
}
@media screen and (max-width: 991px) {
  .merit__wrap {
    display: block;
  }
}
.merit__ttl {
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 20px;
}
.merit__ttl span {
  background: #f89431;
  border-radius: 45px;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  padding: 10px 30px;
  position: relative;
}
.merit__ttl span:after {
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #f89431 transparent transparent transparent;
  bottom: -10px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
@media screen and (max-width: 991px) {
  .merit__img {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .merit__img {
    margin-bottom: 20px;
  }
}
.merit__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .merit__text {
    padding: 0;
  }
}
.merit__list {
  display: flex;
  font-size: 2rem;
  font-weight: 900;
  justify-content: center;
  list-style: none;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .merit__list {
    font-size: 1.6rem;
  }
}
.merit__list li {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 140px;
  justify-content: center;
  width: 140px;
}
@media screen and (max-width: 1199px) {
  .merit__list li {
    height: 100px;
    width: 100px;
  }
}
.merit__list li + li {
  margin-left: 25px;
}
@media screen and (max-width: 1199px) {
  .merit__list li + li {
    margin-left: 10px;
  }
}
.merit__list .orange {
  border: 2px solid #ea5385;
  color: #ea5385;
}
.merit__list .green {
  border: 2px solid #2acb32;
  color: #2acb32;
}
.merit__list .blue {
  border: 2px solid #5e87f1;
  color: #5e87f1;
}

.contHead {
  background: url(../images/mainvisual_bg.png) no-repeat;
  background-size: cover;
  color: #333232;
  padding: 200px 15px 120px 15px;
  text-align: center;
}
.contHead .conthead__ttl {
  margin-bottom: 40px;
}
.contHead a {
  display: inline-block;
  margin-top: 5px;
  text-decoration: underline;
}
.contHead a:hover {
  text-decoration: none;
}

.news {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .news {
    margin-bottom: 60px;
  }
}
.news__box {
  border-radius: 15px;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 60px;
}
@media screen and (max-width: 991px) {
  .news__box {
    display: block;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news__box {
    display: block;
    margin: 0 15px;
    padding: 30px;
    width: calc(100% - 30px);
  }
}
.news__ttl {
  line-height: 1.2;
  margin: 0 !important;
  width: 8em;
}
@media screen and (max-width: 991px) {
  .news__ttl {
    margin-bottom: 20px !important;
  }
}
.news__list {
  list-style: none;
  margin: -13px 0;
  padding: 0;
  width: 100%;
}
.news__list li {
  display: none;
}
.news__list li:first-child {
  display: block;
}
.news__list li + li {
  border-top: 1px solid #ededed;
}
.news__list a {
  color: #505050;
  display: flex;
  padding: 15px 40px 15px 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .news__list a {
    display: block;
    padding-right: 20px;
  }
}
.news__list a i {
  left: 0;
  position: absolute;
  top: 20px;
}
.news__list__date {
  width: 6.5em;
}
.news__list div {
  width: calc(100% - 6.5em);
}
@media screen and (max-width: 767px) {
  .news__list div {
    margin-top: 5px;
    width: 100%;
  }
}
.news__more {
  color: #f89431;
  cursor: pointer;
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  .news__more {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.reason {
  background: #e8fcdb;
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .reason {
    padding: 60px 0;
  }
}
.reason__ttl {
  line-height: 1.2;
  margin: 0 0 30px;
}
.reason__ttl span {
  display: block;
}
.reason__ttl span:before, .reason__ttl span:after {
  background: #505050;
  content: "";
  display: inline-block;
  height: 20px;
  margin-top: -2px;
  vertical-align: middle;
  width: 2px;
}
.reason__ttl span:before {
  margin-right: 13px;
  transform: rotate(-25deg);
}
.reason__ttl span:after {
  margin-left: 13px;
  transform: rotate(25deg);
}
.reason__list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .reason__list br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .reason__list {
    display: block;
  }
}
.reason__list li + li {
  margin-left: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason__list li + li {
    margin: 80px 0 0;
  }
}
.reason__list li + li:before {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  font-size: 3.6rem;
  left: -50px;
  position: absolute;
  top: 80px;
}
@media screen and (max-width: 767px) {
  .reason__list li + li:before {
    left: 50%;
    top: -70px;
    transform: translateX(-50%);
  }
}
.reason__list__img {
  margin-bottom: 20px;
}
.reason__list__ttl {
  margin: 0 0 10px;
}
.reason__list p {
  margin: 0;
}
.reason__ct {
  background: linear-gradient(-130deg, #abecd6 0%, #fbed96 100%);
  font-size: 2.5rem;
  line-height: 1.4;
  padding: 100px 15px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason__ct {
    padding: 60px 15px;
  }
  .reason__ct br {
    display: none;
  }
}
.reason__ct:before {
  border-color: #e8fcdb transparent transparent transparent;
  border-style: solid;
  border-width: 40px 53.5px 0 53.5px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 0;
}
@media screen and (max-width: 767px) {
  .reason__ct:before {
    border-width: 20px 20px 0 20px;
  }
}
.reason__ct strong {
  background: linear-gradient(transparent 70%, #f5b948 30%);
  display: inline-block;
  margin: 0 5px;
  position: relative;
}

.issue {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .issue {
    margin-bottom: 60px;
  }
}
.issue__ttl {
  line-height: 1.4;
  margin: 0 0 20px;
}
.issue__ttl span {
  display: block;
}
.issue__ttl span:before, .issue__ttl span:after {
  background: #505050;
  content: "";
  display: inline-block;
  height: 20px;
  margin-top: -2px;
  vertical-align: middle;
  width: 2px;
}
.issue__ttl span:before {
  margin-right: 13px;
  transform: rotate(-25deg);
}
.issue__ttl span:after {
  margin-left: 13px;
  transform: rotate(25deg);
}
.issue__box {
  border-radius: 15px;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1);
  margin: 15px !important;
  padding: 0 0 60px;
  position: relative;
  width: calc(33.33% - 30px);
}
@media screen and (max-width: 767px) {
  .issue__box {
    width: calc(100% - 30px);
  }
}
.issue__box__ttl {
  border-bottom: 1px solid #ededed;
  margin: 0 0 20px;
  padding: 18px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .issue__box__ttl {
    padding: 12px 0;
    margin-bottom: 15px;
  }
}
.issue__box__ttl small {
  color: #505050;
}
.issue__box ul {
  list-style: none;
  margin: 0 25px;
  padding: 0;
}
.issue__box ul li {
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0 0 0 25px;
  position: relative;
}
.issue__box ul li + li {
  margin-top: 5px;
}
.issue__box ul li i {
  color: #f89431;
  left: 0;
  position: absolute;
  top: 5px;
}
.issue__box__arrow {
  bottom: 5px;
  color: #f89431;
  font-size: 3.6rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.cta__area {
  background: #d2fbcc;
  margin-bottom: 100px;
  padding: 40px 0 50px;
}
.cta__area__btn {
  margin: 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta__area__btn {
    margin: 10px 0;
  }
}
.cta__area__label {
  font-weight: 700;
  margin-bottom: 15px;
}
.cta__area__label:before, .cta__area__label:after {
  background: #000;
  content: "";
  display: inline-block;
  height: 15px;
  vertical-align: middle;
  width: 1px;
}
.cta__area__label:before {
  margin-right: 10px;
  transform: rotate(-30deg);
}
.cta__area__label:after {
  margin-left: 10px;
  transform: rotate(30deg);
}
.cta__area__label strong {
  background: #fff372;
  color: #bf1846;
  display: inline-block;
  font-size: 20px;
  margin-left: 5px;
  padding: 0 5px;
}

.solution {
  background: #fefbeb;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .solution {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .solution {
    padding: 60px 0;
  }
}
.solution:before {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 40px 53.5px 0 53.5px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 0;
}
@media screen and (max-width: 767px) {
  .solution:before {
    border-width: 20px 20px 0 20px;
  }
}
.solution__box {
  align-items: center;
  background: #fff;
  border-radius: 15px;
  display: flex;
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .solution__box {
    flex-wrap: wrap;
    margin-top: 60px;
  }
}
.solution__box__img {
  border-radius: 15px 0 0 15px;
  color: #f89431;
  overflow: hidden;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .solution__box__img {
    border-radius: 0 0 15px 15px;
    order: 2;
    width: 100%;
  }
}
.solution__box__img img {
  width: 100%;
}
.solution__box__ttl {
  line-height: 1.4;
  margin: 20px 0 30px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .solution__box__ttl {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.solution__box__ttl:after {
  background: #f89431;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 30px;
}
.solution__box__text {
  padding: 0 60px;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .solution__box__text {
    padding: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .solution__box__text {
    padding: 25px;
  }
}
.solution__box__num {
  background: linear-gradient(20deg, #ffcd58 0%, #53d87b 100%);
  color: #f89431;
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
  left: 75%;
  position: absolute;
  top: -50px;
  transform: translateX(-50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 991px) {
  .solution__box__num {
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  .solution__box__num {
    font-size: 4.8rem;
    top: -40px;
  }
}
.solution__box:nth-child(odd) .solution__box__img {
  border-radius: 0 15px 15px 0;
}
@media screen and (max-width: 991px) {
  .solution__box:nth-child(odd) .solution__box__img {
    border-radius: 0 0 15px 15px;
  }
}
.solution__box:nth-child(odd) .solution__box__num {
  left: 25%;
}
@media screen and (max-width: 991px) {
  .solution__box:nth-child(odd) .solution__box__num {
    left: 50%;
  }
}

.cta {
  background: linear-gradient(-130deg, #abecd6 0%, #fbed96 100%);
  margin-bottom: 100px;
  padding: 100px 0 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .cta {
    padding-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .cta {
    margin-bottom: 60px;
    padding: 60px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .cta {
    padding-top: 40px;
  }
}
.cta:before {
  border-color: #fefbeb transparent transparent transparent;
  border-style: solid;
  border-width: 40px 53.5px 0 53.5px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 0;
}
@media screen and (max-width: 767px) {
  .cta:before {
    border-width: 20px 20px 0 20px;
  }
}
.cta__ttl {
  margin: 0 0 60px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .cta__ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .cta__ttl {
    margin-bottom: 20px;
  }
}
.cta__wrap {
  display: flex;
}
@media screen and (max-width: 991px) {
  .cta__box {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .cta__box {
    display: block;
  }
}
.cta .request {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .cta .request {
    margin-top: 0;
  }
}
.cta .request .btn a {
  width: 100%;
}
.cta__register {
  align-items: center;
  background: #fff;
  border: 2px solid #f89431;
  border-radius: 15px;
  display: flex;
  margin-top: 30px;
  padding: 20px 30px;
}
@media screen and (max-width: 1199px) {
  .cta__register {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .cta__register {
    margin: 0 0 0 auto;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .cta__register {
    display: flex;
    margin-top: 20px;
    width: 100%;
  }
}
.cta__register ul {
  border-left: 1px solid #ededed;
  font-size: 1.4rem;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 1199px) {
  .cta__register ul {
    border-left: 0;
    border-top: 1px solid #ededed;
    margin: 5px 0 0;
    padding: 5px 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .cta__register ul {
    border-left: 1px solid #ededed;
    border-top: 0;
    margin: 0 0 0 20px;
    padding: 0 0 0 30px;
  }
}
.cta__img {
  transform: translateX(40px);
}
@media screen and (max-width: 991px) {
  .cta__img {
    display: none;
  }
}

.seminar {
  margin: 100px auto;
}
@media screen and (max-width: 991px) {
  .seminar {
    margin: 60px auto;
  }
}
.seminar__box a {
  color: #505050;
  display: block;
}
.seminar__box__img {
  margin-bottom: 10px;
}
.seminar__box__date {
  color: #f89431;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.seminar__box__date__off {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.seminar__box__label {
  background: #f89431;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 3px;
  padding: 5px 10px;
}
.seminar__box__label__off {
  border: 1px solid #f89431;
  color: #f89431;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 3px;
  padding: 5px 10px;
}
.seminar__box__ttl {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .seminar__box__img img {
    width: 100%;
  }
}

.plan {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .plan {
    margin-bottom: 60px;
  }
}
.plan__thead {
  border: 1px solid #ededed;
  border-bottom: 0;
  color: #f89431;
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 0;
  padding: 20px 20px 15px;
  text-align: center;
}
.plan__thead__link {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 8px;
  text-align: center;
}
.plan__thead__link i {
  margin-right: 5px;
}
.plan__tbl {
  border: 1px solid #ededed;
  border-collapse: collapse;
  font-weight: 400;
  line-height: 1.2;
  width: 100%;
}
.plan__tbl th {
  background: #f7f7f7;
  border: 1px solid #ededed;
  font-weight: 400;
  padding: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .plan__tbl th {
    padding: 15px 10px;
  }
}
.plan__tbl th.bg--green {
  background: #2acb32;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 15px 20px;
}
.plan__tbl th.bg--pink {
  background: #f89431;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 15px 20px;
}
.plan__tbl thead th:first-child {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .plan__tbl thead tr {
    display: flex;
  }
  .plan__tbl thead th {
    border-bottom: 0;
    border-left: 0;
    font-size: 1.5rem !important;
    padding: 15px 5px !important;
    width: 50%;
  }
  .plan__tbl thead th:first-child {
    display: none;
  }
  .plan__tbl thead th:last-child {
    border-right: 0;
  }
}
.plan__tbl td {
  border: 1px solid #ededed;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .plan__tbl td {
    padding: 15px 10px;
  }
}
.plan__tbl td.u-color--blue, .plan__tbl td.u-color--pink {
  padding-top: 15px;
}
@media screen and (max-width: 991px) {
  .plan__tbl td.u-color--blue, .plan__tbl td.u-color--pink {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .plan__tbl tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  .plan__tbl tbody .u-text--18 {
    font-size: 1.4rem !important;
  }
  .plan__tbl tbody th {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding: 10px 5px;
    width: 100%;
  }
  .plan__tbl tbody td {
    border-bottom: 0;
    border-left: 0;
    padding: 10px 5px;
    width: 50%;
  }
  .plan__tbl tbody td:last-child {
    border-right: 0;
  }
  .plan__tbl tbody td .u-text--30 {
    font-size: 1.8rem;
  }
}
.plan__note {
  font-size: 1.4rem;
  font-weight: 400;
}

.privilege {
  background: #fefbeb;
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .privilege {
    padding: 60px 0;
  }
}
.privilege__ttl {
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .privilege__ttl {
    margin-bottom: 20px;
  }
}
.privilege__box__img {
  border: 1px solid #ededed;
  text-align: center;
  margin-bottom: 20px;
}
.privilege__box__img img {
  width: 100%;
}
.privilege__box__label {
  display: block;
}
.privilege__box__label i {
  font-size: 1.8rem;
  margin-right: 5px;
}
.privilege__box__ttl {
  line-height: 1.4;
  margin: 0 0 10px !important;
}
.privilege__box__text {
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0;
}

.function {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .function {
    margin-bottom: 60px;
  }
}
.function__box {
  padding: 20px 15px;
}
.function__box__img {
  border: 1px solid #ededed;
  text-align: center;
}
.function__box__img img {
  width: 100%;
}
.function__box__ttl {
  line-height: 1.4;
  margin: 20px 0 5px;
}
.function__box__text {
  font-size: 1.5rem;
  margin: 0;
}

.flow {
  background: #e8fcdb;
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .flow {
    padding: 60px 0;
  }
}
.flow__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .flow__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.flow__list li {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 150px;
  line-height: 1.3;
  position: relative;
  text-align: center;
  width: 150px;
}
@media screen and (max-width: 1199px) {
  .flow__list li {
    height: 122px;
    width: 122px;
  }
}
@media screen and (max-width: 991px) {
  .flow__list li {
    height: 150px;
    margin: 10px 0;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .flow__list li {
    height: 120px;
    width: 120px;
  }
}
.flow__list li + li {
  margin-left: 50px;
}
@media screen and (max-width: 1199px) {
  .flow__list li + li {
    margin-left: 40px;
  }
}
@media screen and (max-width: 991px) {
  .flow__list li + li {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .flow__list li + li {
    margin-left: 30px;
  }
}
.flow__list li + li:before {
  color: #8d8d8d;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-size: 3.2rem;
  font-weight: 400;
  left: -32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .flow__list li + li:before {
    font-size: 2.7rem;
    left: -27px;
  }
}
@media screen and (max-width: 991px) {
  .flow__list li + li:before {
    font-size: 3.2rem;
    left: -32px;
  }
}
@media screen and (max-width: 767px) {
  .flow__list li + li:before {
    font-size: 2.5rem;
    left: -21px;
  }
}
@media screen and (max-width: 991px) {
  .flow__list li:nth-child(4) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .flow__list li:nth-child(3), .flow__list li:nth-child(5) {
    margin-left: 0;
  }
  .flow__list li:nth-child(4) {
    margin-left: 30px;
  }
}
.flow__list__step {
  background: linear-gradient(20deg, #ffcd58 0%, #53d87b 100%);
  font-family: "Roboto", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  left: -10px;
  position: absolute;
  top: 5px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .flow__list__step {
    font-size: 3.2rem;
  }
}
.flow__list i {
  background: linear-gradient(20deg, #ffcd58 0%, #53d87b 100%);
  display: block;
  font-size: 4.2rem;
  margin-bottom: 15px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1199px) {
  .flow__list i {
    font-size: 3rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .flow__list i {
    margin-bottom: 10px;
  }
}
.flow__list strong {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 2.5em;
}

.support {
  background: url(../images/support_bg.png) top center no-repeat;
  background-size: cover;
  padding: 100px 0 180px;
}
@media screen and (max-width: 991px) {
  .support {
    padding: 60px 0 80px;
  }
}
.support__list {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  text-align: center;
}
.support__list li {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.1);
  margin: 0 15px;
  padding: 50px 30px 40px;
  width: calc(33.33% - 30px);
}
@media screen and (max-width: 1199px) {
  .support__list li {
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 991px) {
  .support__list li {
    margin: 15px;
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .support__list li {
    width: calc(100% - 30px);
  }
}
.support__list__ttl {
  line-height: 1.4;
  margin: 0;
}
.support__list__icon {
  background: linear-gradient(20deg, #ffcd58 0%, #53d87b 100%);
  border-radius: 50%;
  height: 85px;
  line-height: 85px;
  margin: 20px auto;
  position: relative;
  width: 85px;
}
@media screen and (max-width: 767px) {
  .support__list__icon {
    height: 60px;
    line-height: 60px;
    margin: 10px auto;
    width: 60px;
  }
}
.support__list__icon:before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 81px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 81px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .support__list__icon:before {
    height: 56px;
    width: 56px;
  }
}
.support__list i {
  background: linear-gradient(20deg, #ffcd58 0%, #53d87b 100%);
  color: #f89431;
  font-size: 3rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .support__list i {
    font-size: 2.5rem;
  }
}
.support__list__text {
  font-size: 1.4rem;
}
.support__list p {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .support__list p {
    margin-top: 10px;
  }
}
.support__list__option {
  margin-top: 20px;
}
.support__list__option strong {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 7px;
}
.support__list__option span {
  border: 1px solid #f89431;
  border-radius: 20px;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  padding: 6px 20px 7px;
}

.voice {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .voice {
    margin-bottom: 80px;
  }
}
.voice__list {
  list-style: none;
  margin: 0 -15px 60px;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .voice__list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .voice__list {
    margin-bottom: 40px;
    padding-bottom: 0;
  }
}
.voice__list li {
  background: #fff;
  box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.1);
  margin: 0 15px 20px;
  padding: 0;
  width: calc(33.33% - 30px);
}
@media screen and (max-width: 991px) {
  .voice__list li {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .voice__list li {
    width: calc(100% - 30px);
  }
}

.voice__list a {
  color: #505050;
  display: block;
}
.voice__list a:hover {
  box-shadow: none;
}
.voice__list img {
  height: auto !important;
  width: 100%;
}
.voice__list__ttl {
  font-size: 2.1rem;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}
.voice__list__text {
  padding: 40px;
}
@media screen and (max-width: 1199px) {
  .voice__list__text {
    padding: 20px;
  }
}
.voice__list__meta {
  color: #f89431;
  display: block;
  font-size: 1.4rem;
  text-align: center;
}

.faq {
  background: #e8fcdb;
  padding: 100px 0 160px;
}
@media screen and (max-width: 991px) {
  .faq {
    padding: 50px 15px 100px;
  }
}
.faq__box {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 40px;
}
@media screen and (max-width: 991px) {
  .faq__box {
    padding: 30px;
  }
}
.faq__box__question {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq__box__question {
    padding-left: 40px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.faq__box__question span {
  background: #1ea821;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 35px;
  left: 0;
  position: absolute;
  text-align: center;
  top: -6px;
  width: 35px;
}
@media screen and (max-width: 767px) {
  .faq__box__question span {
    font-size: 1.6rem;
    line-height: 30px;
    top: -4px;
    width: 30px;
  }
}
.faq__box__answer {
  line-height: 1.4;
  margin-left: 30px;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .faq__box__answer {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .faq__box__answer {
    margin-left: 0;
    padding-left: 40px;
  }
}
.faq__box__answer span {
  background: #f89431;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 35px;
  margin-right: 15px;
  left: 0;
  position: absolute;
  text-align: center;
  top: -6px;
  width: 35px;
}
@media screen and (max-width: 767px) {
  .faq__box__answer span {
    font-size: 1.6rem;
    line-height: 30px;
    top: -4px;
    width: 30px;
  }
}

.form {
  background: #fff;
  border-radius: 15px;
  margin-top: 20px;
  padding: 40px;
  text-align: left;
}
.form .satori__require {
  background: #f89431 !important;
  border-radius: 3px;
  color: #fff !important;
  font-size: 1.2rem;
  padding: 5px !important;
}
.form .satori__not_require {
  background: #5e87f1 !important;
  border-radius: 3px;
  color: #fff !important;
  font-size: 1.2rem;
  padding: 5px !important;
}
.form .satori__custom_form_8e43b2f352343c1a_css .satori__input_group input[type=email], .form .satori__custom_form_8e43b2f352343c1a_css .satori__input_group input[type=number], .form .satori__custom_form_8e43b2f352343c1a_css .satori__input_group input[type=password], .form .satori__custom_form_8e43b2f352343c1a_css .satori__input_group input[type=tel], .form .satori__custom_form_8e43b2f352343c1a_css .satori__input_group input[type=text], .form .satori__custom_form_8e43b2f352343c1a_css .satori__input_group input[type=url], .form .satori__custom_form_8e43b2f352343c1a_css .satori__input_group textarea {
  background: #f5f5f5 !important;
  border: 1px solid #ededed;
  box-shadow: none !important;
}
.form .satori__custom_form_8e43b2f352343c1a_css .satori__notes {
  font-size: 1.3rem;
  color: #666;
}
.form .satori__custom_form_8e43b2f352343c1a_css .satori__message {
  margin-bottom: -10px;
}
.form .satori__custom_form_8e43b2f352343c1a_css .satori__btn {
  background: #f89431 !important;
  border-radius: 5px;
  color: #fff;
  padding: 10px 40px !important;
}

.l-footer {
  background: linear-gradient(-130deg, #abecd6 0%, #fbed96 100%);
  padding: 100px 0 70px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .l-footer {
    padding: 80px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 30px;
  }
}
.l-footer figure {
  left: 50%;
  position: absolute;
  top: -35px;
  transform: translateX(-50%);
}
.l-footer__ttl {
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 10px;
}
.l-footer p {
  margin: 0;
}
.l-footer__cta {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 40px -10px rgba(29, 39, 58, 0.1);
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 50px 0 0;
  padding: 40px 0;
}
@media screen and (max-width: 991px) {
  .l-footer__cta {
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 0;
  }
}
.l-footer__cta li {
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 991px) {
  .l-footer__cta li {
    padding: 30px 0;
    width: 50%;
  }
}
.l-footer__cta li + li {
  border-left: 1px solid #ededed;
}
@media screen and (max-width: 991px) {
  .l-footer__cta li:nth-child(n+3) {
    border-top: 1px solid #ededed;
  }
}
.l-footer__cta a {
  display: block;
}
.l-footer__cta i {
  display: block;
  font-size: 5.6rem;
  margin-bottom: 15px;
}

.l-copyright {
  font-size: 1.2rem;
  font-style: normal;
  margin: 30px 0;
  text-align: center;
}

.u-text--16 {
  font-size: 16px;
}

.u-text--17 {
  font-size: 17px;
}

.u-text--18 {
  font-size: 18px;
}

.u-text--19 {
  font-size: 19px;
}

.u-text--20 {
  font-size: 20px;
}

.u-text--21 {
  font-size: 21px;
}

.u-text--22 {
  font-size: 22px;
}

.u-text--23 {
  font-size: 23px;
}

.u-text--24 {
  font-size: 24px;
}

.u-text--25 {
  font-size: 25px;
}

.u-text--26 {
  font-size: 26px;
}

.u-text--27 {
  font-size: 27px;
}

.u-text--28 {
  font-size: 28px;
}

.u-text--29 {
  font-size: 29px;
}

.u-text--30 {
  font-size: 30px;
}

.u-text--31 {
  font-size: 31px;
}

.u-text--32 {
  font-size: 32px;
}

.u-text--33 {
  font-size: 33px;
}

.u-text--34 {
  font-size: 34px;
}

.u-text--35 {
  font-size: 35px;
}

.u-text--36 {
  font-size: 36px;
}

.u-text--37 {
  font-size: 37px;
}

.u-text--38 {
  font-size: 38px;
}

.u-text--39 {
  font-size: 39px;
}

.u-text--40 {
  font-size: 40px;
}

.u-text--41 {
  font-size: 41px;
}

.u-text--42 {
  font-size: 42px;
}

.u-text--43 {
  font-size: 43px;
}

.u-text--44 {
  font-size: 44px;
}

.u-text--45 {
  font-size: 45px;
}

.u-text--46 {
  font-size: 46px;
}

.u-text--47 {
  font-size: 47px;
}

.u-text--48 {
  font-size: 48px;
}

.u-text--49 {
  font-size: 49px;
}

.u-text--50 {
  font-size: 50px;
}

.u-text--51 {
  font-size: 51px;
}

.u-text--52 {
  font-size: 52px;
}

.u-text--53 {
  font-size: 53px;
}

.u-text--54 {
  font-size: 54px;
}

.u-text--55 {
  font-size: 55px;
}

.u-text--56 {
  font-size: 56px;
}

.u-text--57 {
  font-size: 57px;
}

.u-text--58 {
  font-size: 58px;
}

.u-text--59 {
  font-size: 59px;
}

.u-text--60 {
  font-size: 60px;
}

@media screen and (max-width: 1199px) {
  .u-text--41 {
    font-size: 36.9px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--41 {
    font-size: 30.75px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--42 {
    font-size: 37.8px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--42 {
    font-size: 31.5px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--43 {
    font-size: 38.7px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--43 {
    font-size: 32.25px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--44 {
    font-size: 39.6px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--44 {
    font-size: 33px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--45 {
    font-size: 40.5px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--45 {
    font-size: 33.75px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--46 {
    font-size: 41.4px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--46 {
    font-size: 34.5px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--47 {
    font-size: 42.3px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--47 {
    font-size: 35.25px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--48 {
    font-size: 43.2px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--48 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--49 {
    font-size: 44.1px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--49 {
    font-size: 36.75px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--50 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--50 {
    font-size: 37.5px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--51 {
    font-size: 45.9px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--51 {
    font-size: 38.25px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--52 {
    font-size: 46.8px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--52 {
    font-size: 39px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--53 {
    font-size: 47.7px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--53 {
    font-size: 39.75px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--54 {
    font-size: 48.6px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--54 {
    font-size: 40.5px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--55 {
    font-size: 49.5px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--55 {
    font-size: 41.25px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--56 {
    font-size: 50.4px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--56 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--57 {
    font-size: 51.3px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--57 {
    font-size: 42.75px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--58 {
    font-size: 52.2px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--58 {
    font-size: 43.5px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--59 {
    font-size: 53.1px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--59 {
    font-size: 44.25px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--60 {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--60 {
    font-size: 45px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--27 {
    font-size: 24.3px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--27 {
    font-size: 21.6px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--28 {
    font-size: 25.2px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--28 {
    font-size: 22.4px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--29 {
    font-size: 26.1px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--29 {
    font-size: 23.2px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--30 {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--30 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--31 {
    font-size: 27.9px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--31 {
    font-size: 24.8px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--32 {
    font-size: 28.8px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--32 {
    font-size: 25.6px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--33 {
    font-size: 29.7px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--33 {
    font-size: 26.4px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--34 {
    font-size: 30.6px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--34 {
    font-size: 27.2px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--35 {
    font-size: 31.5px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--35 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--36 {
    font-size: 32.4px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--36 {
    font-size: 28.8px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--37 {
    font-size: 33.3px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--37 {
    font-size: 29.6px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--38 {
    font-size: 34.2px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--38 {
    font-size: 30.4px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--39 {
    font-size: 35.1px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--39 {
    font-size: 31.2px;
  }
}

@media screen and (max-width: 1199px) {
  .u-text--40 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--40 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .u-text--18 {
    font-size: 16.2px;
  }
}

@media screen and (max-width: 767px) {
  .u-text--19 {
    font-size: 17.1px;
  }
}

@media screen and (max-width: 767px) {
  .u-text--20 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .u-text--21 {
    font-size: 18.9px;
  }
}

@media screen and (max-width: 767px) {
  .u-text--22 {
    font-size: 19.8px;
  }
}

@media screen and (max-width: 767px) {
  .u-text--23 {
    font-size: 20.7px;
  }
}

@media screen and (max-width: 767px) {
  .u-text--24 {
    font-size: 21.6px;
  }
}

@media screen and (max-width: 767px) {
  .u-text--25 {
    font-size: 22.5px;
  }
}

@media screen and (max-width: 767px) {
  .u-text--26 {
    font-size: 23.4px;
  }
}

.u-text--center {
  text-align: center;
}

.u-text--right {
  text-align: right;
}

.u-text--en {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
}

.u-color--brand {
  color: #f89431;
}

.u-color--orange {
  color: #ea5385;
}

.u-color--green {
  color: #2acb32;
}

.u-color--blue {
  color: #5e87f1;
}/*# sourceMappingURL=style.css.map */