@charset "UTF-8";
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.p0 {
  padding: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.p10 {
  padding: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.p20 {
  padding: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.p30 {
  padding: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.p40 {
  padding: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.p50 {
  padding: 50px !important;
}

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

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

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

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

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

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

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

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm,
  .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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
  .col-md,
  .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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg,
  .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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -o-tab-size: 4;
  tab-size: 4;
  word-break: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -webkit-appearance: none; /* Chrome 41+ */
  -moz-appearance: none; /* Firefox 36+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
}

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

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  font-size: 100%;
}

body {
  font-family: "Montserrat", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
  color: #000;
  letter-spacing: 0.05em;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #168ae3;
}
a:hover {
  text-decoration: underline;
}

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

::-moz-selection {
  color: #fff;
  background-color: #168ae3;
}

::selection {
  color: #fff;
  background-color: #168ae3;
}

.container-wrapper {
  overflow: hidden;
}

/* section装飾 */
.bg-giza-top {
  background-image: url(../img/bg-giza.png);
  background-repeat: repeat-x;
  background-position: top;
  background-size: auto;
  position: relative;
  top: -26px;
  z-index: 5;
}

.bg-cloud-bottom {
  background-image: url(../img/hero2/bg-cloud.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: contain;
  position: relative;
  z-index: 5;
}

.bg-cloud-bottom_deco {
  background-image: url(../img/about/deco1.png);
  background-repeat: no-repeat;
  background-position: bottom left 65%;
  background-size: 70px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .bg-cloud-bottom_deco {
    background-image: none;
  }
}

.bg-town-bottom {
  background-image: url(../img/about/bg-town.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bg-town-bottom {
    background-image: none;
  }
}

.bg-wave1-bottom {
  background-image: url(../img/features/bg-wave.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: contain;
  position: relative;
  z-index: 5;
}

@-webkit-keyframes bg-wave1-bottom {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 0;
  }
}

@keyframes bg-wave1-bottom {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 0;
  }
}
.bg-wave2-bottom {
  background-image: url(../img/meo/bg-wave.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: contain;
  position: relative;
  z-index: 5;
}

.bg-cloud-bottom-footer {
  background-image: url(../img/hero2/bg-cloud.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: contain;
  position: relative;
  z-index: 5;
}

/* fonts */
/* color */
.color-primary-light {
  color: #009591;
}

.color-primary-dark {
  color: #00486a;
}

.color-orange {
  color: #fe9916;
}

.color-orange-dark {
  color: #e15828;
}

.color-red {
  color: #EC3C1F;
}

/* レイアウト */
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

/* flexコンテナー */
.ai-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*==========================================
メニューの切替（画像ボタンからアコーディオンへ切替）
===========================================*/
@media screen and (max-width: 768px) {
  .SPnone {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .PCnone {
    display: none;
  }
}
@-webkit-keyframes scrollDownLine {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
@keyframes scrollDownLine {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
.s-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 20;
}

.l-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 20;
}

.l-inner-about {
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 15px;
  position: relative;
  z-index: 20;
}

.l-inner-none {
  max-width: 1140px;
  margin: 0 auto;
}

.xl-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 86px;
  padding: 0 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 64px;
    padding: 0 15px;
  }
}
.l-header.is-active {
  height: 64px;
  background-color: #fff;
  z-index: 200;
}
.l-header.is-active img {
  background: #fff;
}
.l-header__logo img {
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 160px;
  }
}

.logo {
  line-height: 1;
}
.logo__img {
  display: block;
  width: 200px;
}

.l-footer {
  padding: 50px 30px;
}
.l-footer__inner {
  background: #F1F4F5;
  padding: 30px;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.l-footer__icon img {
  max-width: 100px;
  width: 100%;
  margin-top: -80px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .l-footer__icon img {
    max-width: 120px;
  }
}
.l-footer__logo img {
  max-width: 220px;
  width: 100%;
  margin-bottom: 10px;
}
.l-footer-txt {
  text-align: center;
  font-weight: bold;
  color: #434343;
  font-size: 20px;
  margin-bottom: 10px;
}
.l-footer__inner-contact {
  max-width: 700px;
  width: 100%;
  margin: 30px auto;
}
.l-footer-address {
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 961px) {
  .l-footer-address {
    text-align: left;
  }
}

.l-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.l-footer-nav__item {
  text-transform: uppercase;
  color: #e9e1d1;
  letter-spacing: 0.1em;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item {
    margin-bottom: 10px;
  }
}
.l-footer-nav__item:not(:last-child) {
  margin-right: 10px;
}
.l-footer-nav__link {
  padding: 5px;
  color: #fff;
}
.l-footer-nav__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.c-copyright {
  text-align: center;
  color: #333;
  margin-top: 30px;
  font-size: 10px;
}
.c-copyright__link {
  text-decoration: none;
  color: #333;
}

/* フッターエリア固定ボタン */
/*641px～PC PC上では見えないようにする*/
@media screen and (min-width: 441px) {
  .footer_area {
    display: none !important;
  }
}
@media screen and (max-width: 440px) {
  .footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ebeaea;
    z-index: 10000;
    text-align: center;
  }
  .footer_area__inner {
    position: relative;
    margin: 0px auto;
    font-weight: bold;
  }
  .footer_area__inner .inquiry_btn {
    background-image: -webkit-gradient(linear, left top, right top, from(#5cbbff), to(#005fbc));
    background-image: linear-gradient(90deg, #5cbbff, #005fbc);
    -webkit-border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    color: #fff;
  }
  .footer_area__inner .inquiry_btn:link,
  .footer_area__inner .inquiry_btn :visited {
    color: #FFFFFF !important;
  }
  .footer_area__inner span {
    color: #fff;
  }
  .footer_area #siteBottom {
    margin-bottom: 85px;
  }
  .footer_area footer {
    margin-bottom: 70px;
  }
}

.l-section {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .l-section {
    padding: 40px 0;
  }
}

.c-heading-primary {
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #000;
  padding: 20px 0 20px 0;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .c-heading-primary {
    font-size: 26px;
  }
}
.c-heading-primary--white {
  color: #fff;
}
.c-heading-primary__bg {
  background: #fff;
  padding: 8px;
}

.c-heading-primary__sub {
  display: block;
  margin-top: 5px;
  letter-spacing: 0.05em;
  font-size: 13px;
}

.c-heading-secondary {
  font-weight: bold;
  line-height: 1;
  color: #168ae3;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .c-heading-secondary {
    font-size: 24px;
  }
}

.c-heading-third {
  line-height: 1.8rem;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .c-heading-third {
    line-height: 1.5rem;
    font-size: 23px;
  }
}
.c-heading-third__sub {
  line-height: 1.5rem;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-heading-third__sub {
    font-size: 14px;
    line-height: 1.2rem;
  }
}

.c-heading-name {
  line-height: 1.8rem;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .c-heading-name {
    line-height: 1.5rem;
    font-size: 16px;
  }
}

/* ボタン */
.btn--orange,
a.btn--orange {
  color: #007c79;
  padding: 6px 12px;
  border: 2px solid #007c79;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #007c79;
  border: 2px solid #007c79;
}

a.btn--radius {
  border-radius: 100vh;
}

.c-btn {
  position: relative;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  max-width: 280px;
  width: 100%;
  padding: 24px 50px;
  padding: 20px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#111c27), color-stop(51%, #787878), to(#111c27));
  background-image: linear-gradient(to right, #111c27 0%, #787878 51%, #111c27 100%);
  background-size: 200% auto;
  font-size: 19px;
}
@media screen and (min-width: 769px) {
  .c-btn {
    max-width: 320px;
    padding: 24px 50px;
  }
}
.c-btn a {
  color: #fff !important;
}
.c-btn a:hover {
  text-decoration: none;
}
.c-btn:hover {
  text-decoration: none;
  background-position: right center;
}
.c-btn:hover::after {
  right: 1.2em;
}
@media screen and (max-width: 768px) {
  .c-btn:hover::after {
    right: 1.5em;
  }
}
.c-btn--block {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
.c-btn--transparent {
  border: 1px solid #fff;
  background: none;
}
.c-btn--transparent:hover {
  opacity: 0.8;
}

.c-btn-line {
  position: relative;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  width: 320px;
  padding: 24px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  border: 2px solid #000;
  border-radius: 50px;
  background-color: #fff;
  background-size: 200% auto;
  margin: 20px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-btn-line {
    text-align: center;
    max-width: 280px;
    padding: 20px 30px;
    margin: 0 20px;
    font-size: 13px;
  }
}
.c-btn-line::after {
  position: absolute;
  top: 50%;
  right: 1em;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f4b4";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  font-size: 20px;
}
.c-btn-line:hover {
  text-decoration: none;
  background-position: right center;
  background: #FBD529;
}
.c-btn-line:hover::after {
  right: 1.2em;
}
@media screen and (max-width: 768px) {
  .c-btn-line:hover::after {
    right: 1.5em;
  }
}
.c-btn-line--block {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
.c-btn-line--transparent {
  border: 1px solid #fff;
  background: none;
}
.c-btn-line--transparent:hover {
  opacity: 0.8;
}

.c-page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  display: none;
}
@media screen and (min-width: 961px) {
  .c-page-top {
    right: 20px;
    bottom: 20px;
  }
}
.c-page-top__link {
  display: block;
  width: 50px;
  height: 50px;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  color: #168ae3;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.c-page-top__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .c-page-top__link:hover {
    opacity: 1;
  }
}

.c-label-category {
  font-weight: bold;
  width: 80px;
  padding: 2px 10px;
  background-color: #e8e8e8;
  display: block;
  text-align: center;
  color: #000;
  border-radius: 20px;
  font-size: 12px;
}

.c-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-card__img-wrapper {
  margin-bottom: 15px;
}
.c-card__img {
  width: 100%;
  height: auto;
}
.c-card__body {
  color: #000;
}
.c-card__title {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 15px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .c-card__title {
    margin-bottom: 10px;
  }
}
.c-card__caption {
  text-align: center;
  font-size: 16px;
}

.c-card-wrapper {
  margin-bottom: -30px;
}
@media screen and (max-width: 768px) {
  .c-card-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
.c-card-wrapper .c-card {
  margin-bottom: 30px;
}
.c-card-wrapper--col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-card-wrapper--col3 .c-card {
  width: calc(33.33333% - 20px);
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .c-card-wrapper--col3 .c-card {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
}
.c-card-wrapper--col3 .c-card:nth-child(3n) {
  margin-right: 0;
}
.c-card-wrapper--col3 .c-card:last-child {
  margin-bottom: 0;
}
.c-card-wrapper--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-card-wrapper--col2 .c-card {
  width: calc(49% - 20px);
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .c-card-wrapper--col2 .c-card {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
}
.c-card-wrapper--col2 .c-card:nth-child(3n) {
  margin-right: 0;
}
.c-card-wrapper--col2 .c-card:last-child {
  margin-bottom: 0;
}

.c-m-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin: 10px;
  min-height: 550px;
}
@media screen and (max-width: 768px) {
  .c-m-card {
    min-height: 400px;
  }
}
.c-m-card__img-wrapper {
  margin: 30px 20px;
  position: relative;
  top: 0;
}
.c-m-card__img-wrapper img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-m-card__img-wrapper img {
    max-width: 400px;
  }
}
@media screen and (min-width: 1140px) {
  .c-m-card__second {
    position: relative;
    top: 80px;
  }
}

.maru {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background: #d6f0f4;
  color: #006a5a;
  font-size: 18px;
}
.maru span {
  padding-bottom: 20px;
}

.hikaku-card {
  background: #fff;
  padding: 40px 40px;
  margin: 10px;
  min-height: 540px;
}
@media screen and (max-width: 768px) {
  .hikaku-card {
    min-height: 400px;
    padding: 40px 20px;
  }
}
.hikaku-card__img-wrapper {
  margin: 20px;
  position: relative;
  top: 0;
}
.hikaku-card__img-wrapper img {
  max-width: 110px;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .hikaku-card__img-wrapper img {
    max-width: 180px;
  }
}
@media screen and (min-width: 1140px) {
  .hikaku-card__second {
    position: relative;
    top: 80px;
  }
}
.hikaku-card ul li {
  padding-left: 1rem;
}
.hikaku-card ul li::before {
  left: 1em;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\e10d";
  color: #009591;
  font-size: 20px;
}

.plan-card {
  background: #fff;
  padding: 40px 0;
  margin-bottom: 20px;
  min-height: 600px;
  border-radius: 20px;
  /* box-shadow */
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.4);
  position: relative;
}
.plan-card__cloud01 img {
  position: absolute;
  top: 0;
  left: -3%;
  width: 25%;
}
.plan-card__cloud02 img {
  position: absolute;
  bottom: 0;
  right: -3%;
  width: 28%;
}
.plan-card__cloud03 img {
  position: absolute;
  top: 0;
  left: -3%;
  width: 20%;
}
.plan-card__cloud04 img {
  position: absolute;
  bottom: 0;
  right: -3%;
  width: 25%;
}
@media screen and (min-width: 1140px) {
  .plan-card {
    margin: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .plan-card {
    min-height: 500px;
    margin: 10px 20px;
  }
}
.plan-card__obi-wrapper {
  margin-bottom: 30px;
}
.plan-card__obi-wrapper p {
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 14px;
}
.plan-card__obi1 {
  background-color: #4986c5;
}
.plan-card__obi2 {
  background-color: #576fb5;
}
.plan-card__txt {
  text-align: left;
  padding: 0 40px;
}

.plan-card__plice {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .plan-card__plice {
    font-size: 22px;
  }
}

.voice-card {
  background: rgba(255, 255, 255, 0.92);
  padding: 40px;
  margin: 0 20px;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 1140px) {
  .voice-card {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .voice-card {
    margin: 0 20px;
  }
}
@media screen and (max-width: 440px) {
  .voice-card {
    padding: 30px 20px;
  }
}
.voice-card__header {
  border-bottom: 3px dotted #007c79;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.voice-card__header .cate {
  padding: 6px;
  color: #00486a;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
  background: #20cac6;
  font-size: 12px;
}
.voice-card__copy {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .voice-card__copy {
    font-size: 22px;
  }
}
@media screen and (max-width: 440px) {
  .voice-card__copy {
    font-size: 18px;
    line-height: 1.6rem;
  }
}
.voice-card__txtbox {
  margin-bottom: 20px;
}
.voice-card__txtQ {
  color: #007c79;
  font-weight: bold;
}
.voice-card__txtA {
  color: #333;
}
.voice-card__image img {
  display: block;
  margin: 30px auto;
}
@media screen and (max-width: 440px) {
  .voice-card__image img {
    margin: 0 auto 20px auto;
  }
}

/* ローディング画面 *
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #e1eae9;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}


.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;

}

.loader {
  font-size: 10px;
  position: relative;
  position: absolute;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;

}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
*/
/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #eee;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo svg {
  width: 400px;
}

/*=============== SVGアニメーション内の指定 =================*/
/*アニメーション前の指定*/
#mask path {
  fill-opacity: 0; /*最初は透過0で見えない状態*/
  -webkit-transition: fill-opacity 0.5s;
  transition: fill-opacity 0.5s; /*カラーがつく際のアニメーション0.5秒で変化*/
  fill: none; /*塗りがない状態*/
  stroke: #555; /*線の色*/
}

/*アニメーション後に.doneというクラス名がで付与された時の指定*/
#mask.done path {
  fill: #555; /*塗りの色*/
  fill-opacity: 1; /*透過1で見える状態*/
  stroke: none; /*線の色なし*/
}

/*
.swiper-container {
  padding-bottom: 30px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  position: absolute;
  top: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #391e88;

  @include g.font-size(32);
}

.swiper-button-next::after {
  content: "\f105";
}

.swiper-button-prev::after {
  content: "\f104";
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  text-align: right;
}

.swiper-pagination-bullet-active {
  background: g.$color-primary;
}

*/
/* swiper コンテンツスライダー */
.swiper-container {
  text-align: center;
}

.swiper-container .swiper-slide img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .swiper-container .swiper-slide img {
    display: block;
  }
}

.prettyprint {
  border: none;
  background: #fafafa;
  color: #697d86;
}

.swibox {
  margin-bottom: 30px;
}
.swibox p {
  text-align: left;
  font-size: 14px;
  margin: 6px;
}
@media screen and (max-width: 768px) {
  .swibox p {
    text-align: center;
    font-size: 12px;
  }
}
.swibox img {
  border: 1px solid #545454;
  margin: 10px 0;
}
.swibox img:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0.7;
}

a.swiboxlink:link,
a.swiboxlink:visited {
  color: #222 !important;
  text-decoration: none;
}

.swiper-container {
  padding-bottom: 30px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  position: absolute;
  top: 50%;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #009591;
  font-size: 32px;
}

.swiper-button-next::after {
  content: "\f105";
}

.swiper-button-prev::after {
  content: "\f104";
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  text-align: right;
}

.swiper-pagination-bullet-active {
  background: #168ae3;
}

.p-hero-bg {
  background-image: url(../img/hero2/hero-bg.jpg);
  background-size: cover;
  background-position: center center;
}

.p-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  color: #fff;
  z-index: 3;
  overflow: hidden;
}
@media screen and (min-width: 1140px) {
  .p-hero {
    max-height: 860px;
  }
}
.p-hero__inner {
  margin: 0 auto;
  z-index: 10;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-hero__inner {
    display: block;
    padding: 50px 0 90px 0;
  }
}
.p-hero__innercont {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  z-index: 10;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-hero__innercont {
    display: block;
    padding: 40px 30px;
    margin: 20px 0 0 0;
  }
}
.p-hero__innercont .PCnone img {
  max-width: 500px;
  width: 100%;
}
.p-hero__title {
  position: relative;
  font-weight: bold;
  line-height: 1;
  font-size: 72px;
}
@media screen and (max-width: 768px) {
  .p-hero__title {
    line-height: 1.1;
    font-size: 40px;
  }
}
.p-hero__subtitle {
  color: #333;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-family: "ab-tombo-bold", sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .p-hero__subtitle {
    font-size: 12px;
  }
}
.p-hero__leftimage img {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-hero__leftimage img {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 300px;
  }
}
@media screen and (max-width: 440px) {
  .p-hero__leftimage img {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 30px 0;
  }
}
.p-hero__rightimage {
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-hero__rightimage {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__rightimage img {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 400px;
  }
}
@media screen and (max-width: 440px) {
  .p-hero__rightimage img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.p-hero__rightimage-cloud01 img {
  position: absolute;
  top: 20px;
  right: 18%;
  width: 18%;
}
.p-hero__rightimage-cloud02 img {
  position: absolute;
  bottom: 20%;
  right: 30px;
  width: 14%;
}
.p-hero__rightimage-cloud03 img {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 20%;
}
.p-hero__link {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-hero__link {
    margin-top: 30px;
    text-align: left;
  }
}
.p-hero__scroll {
  display: inline-block;
  position: absolute;
  left: 10px;
  bottom: 20%;
  color: #fff;
  padding: 10px 10px 90px;
  letter-spacing: 0.2em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 0;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-hero__scroll {
    right: 5px;
    bottom: 12%;
    padding: 10px 10px 60px;
  }
}
.p-hero__scroll::after {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 80px;
  background: #fff;
  content: "";
  -webkit-animation: scrollDownLine 1.5s infinite;
  animation: scrollDownLine 1.5s infinite;
}
@media screen and (max-width: 768px) {
  .p-hero__scroll::after {
    height: 50px;
  }
}
.p-hero__btnContact {
  max-width: 110px;
  position: absolute;
  bottom: 50px;
  right: 0px;
  z-index: 10;
}
@media screen and (min-width: 441px) {
  .p-hero__btnContact {
    max-width: 140px;
    bottom: 10px;
    right: 10px;
  }
}

.kaso-top {
  top: 200;
  width: 100%;
  margin: 0;
  padding: 100px 0 200px;
  padding: 100% 0;
  position: relative;
  top: 200;
  overflow: hidden;
}
@media screen and (max-width: 440px) {
  .kaso-top {
    margin: 5px 1px;
  }
}

.kaso-top-tt {
  color: #fff;
  padding: 30px 10px;
  position: relative;
}

.kasoTextbox {
  z-index: 10;
}

.p-hero-wrapper {
  overflow: hidden;
}

.p-meo {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#fff8d5));
  background-image: linear-gradient(0deg, #ffffff, #fff8d5);
  overflow: hidden;
}
.p-meo__inner {
  padding: 50px 10px 0 10px;
  width: 100%;
}
@media screen and (min-width: 1140px) {
  .p-meo__inner {
    padding: 50px 20px 0 20px;
  }
}
.p-meo__heading {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-meo__heading {
    margin-bottom: 20px;
  }
}
.p-meo__body {
  margin: 10px 20px;
}
.p-meo__link {
  text-align: center;
}
.p-meo__come {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 40px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.p-meo__come::after {
  position: absolute;
  top: 100%;
  left: 44%;
  content: "";
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 20px solid #fff;
}
@media screen and (min-width: 769px) {
  .p-meo__come::after {
    left: 47%;
  }
}
.p-meo__come img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.p-meo__image img {
  max-width: 700px;
  width: 100%;
  display: block;
  margin: 20px auto;
}

.meo-card {
  position: relative;
  background: #fff;
  padding: 30px 30px 10px 30px;
  padding: 30px 0;
  margin: 10px;
  margin-bottom: 50px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
.meo-card__header {
  margin-top: -50px;
}
@media screen and (min-width: 769px) {
  .meo-card__header {
    margin-top: -80px;
  }
}
.meo-card__header img {
  margin: 0 auto;
  display: block;
}
.meo-card__txt {
  padding: 20px 30px;
}
@media screen and (min-width: 769px) {
  .meo-card__txt {
    padding: 20px 40px;
  }
}
.meo-card__txt p {
  margin-bottom: 10px;
}
.meo-card__txt h4 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #0061B0;
}

.p-about {
  overflow: hidden;
  text-align: center;
  padding: 0;
  background-image: url(../img/about/deco2.png);
  background-position: left 25% top 0;
  background-size: 200px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-about {
    background-image: none;
  }
}
.p-about__inner {
  max-width: 880px;
  padding: 60px 20px 40px 20px;
}
@media screen and (max-width: 768px) {
  .p-about__inner {
    padding: 50px 20px 30px 20px;
  }
}
.p-about__heading h2 {
  margin-bottom: 30px;
}
.p-about__heading h2 img {
  max-width: 500px;
  width: 100%;
  margin-left: 5px;
}
.p-about__heading h2 i {
  color: #F96C00;
  font-size: 2rem;
}
.p-about__body {
  margin-bottom: 30px;
}
.p-about__body p span {
  color: #EC3C1F;
  font-weight: bold;
}
.p-about__cmnt-wrapper {
  padding: 10px 20px !important;
}
.p-about__cmnt {
  position: relative;
  padding: 20px 16px;
  border: 2px solid #007c79;
  background: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-about__cmnt {
    padding: 6px;
  }
}
.p-about__cmnt ::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -15px;
  border-top: 15px solid #007c79;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.p-about__cmnt ::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -12px;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.p-about__mapimage {
  position: relative;
  padding: 0;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-about__mapimage {
    padding: 20px 20px 220px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-about__mapimage img {
  padding: 10px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.p-about__mapimage-left img {
  width: 70%;
}
@media screen and (min-width: 769px) {
  .p-about__mapimage-left img {
    width: 100%;
  }
}
.p-about__mapimage-txt img {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  max-width: 240px;
}
@media screen and (min-width: 769px) {
  .p-about__mapimage-txt img {
    width: 100%;
    max-width: 300px;
    top: 0;
    top: -60px;
    left: 20%;
  }
}
.p-about__mapimage-arrow img {
  position: absolute;
  top: 30%;
  left: 70%;
  width: 22%;
}
@media screen and (min-width: 769px) {
  .p-about__mapimage-arrow img {
    top: 0;
    width: 140px;
    left: 32%;
  }
}
.p-about__mapimage-people img {
  position: absolute;
  top: -60%;
  top: -10%;
  right: 0;
  width: 22%;
}
@media screen and (min-width: 769px) {
  .p-about__mapimage-people img {
    top: -20%;
    right: 30px;
    width: 140px;
  }
}

.p-merit {
  text-align: center;
  background-color: #F8F3EF;
}
.p-merit__bg {
  background-image: url(../img/merit/bg-camp.png);
  background-position: left 0 top 0;
  background-size: 40%, 50% !important;
  background-repeat: repeat;
}
@media screen and (min-width: 769px) {
  .p-merit__bg {
    background-size: contain;
  }
}
.p-merit__innerBG {
  background: #e1eaf3;
  background-position: 10% 10%;
  border-radius: 100px 0 0 100px;
  margin-left: 4%;
  margin-top: 4%;
  margin-bottom: 30px;
}
.p-merit__inner {
  max-width: 1100px;
  padding: 40px 10px 30px 10px;
}
@media screen and (min-width: 769px) {
  .p-merit__inner {
    padding: 70px 0 60px 0;
  }
}
.p-merit__heading {
  margin-bottom: 30px;
}
.p-merit__other img {
  max-width: 200px;
  width: 100%;
}
.p-merit__other h3 {
  padding: 1rem 0;
  line-height: 1.4rem;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .p-merit__other h3 {
    font-size: 14px;
  }
}
.p-merit__wrapper {
  padding: 5% 2%;
}
@media screen and (min-width: 1140px) {
  .p-merit__wrapper {
    padding: 40px;
  }
}

.merit-card {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 20px;
  position: relative;
  border: 4px solid #FFE109;
}
.merit-card__obi-wrapper {
  margin-bottom: 20px;
}
.merit-card__obi-wrapper p {
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 14px;
}
.merit-card__obi1 {
  padding: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffe109), to(#ffc109));
  background-image: linear-gradient(90deg, #ffe109, #ffc109);
}
.merit-card__obi1 img {
  width: 60%;
}
@media screen and (min-width: 961px) {
  .merit-card__obi1 img {
    width: 70%;
  }
}
.merit-card__obi1 h3 img {
  margin: 0 auto;
  text-align: center;
}
.merit-card__txt {
  text-align: left;
  padding: 0 20px;
  font-weight: bold;
}
.merit-card__txt img {
  max-width: 140px;
  margin: 5px auto;
}
.merit-card__txt li {
  margin-bottom: 10px;
  line-height: 1.6;
}
.merit-card .redBold {
  color: #EC3C1F;
}
.merit-card .fontLarge {
  font-size: 1.8rem;
}

.p-price {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dfecf1), to(#ddf3fc));
  background-image: linear-gradient(0deg, #dfecf1, #ddf3fc);
}
.p-price__inner {
  padding: 50px 10px;
}
@media screen and (min-width: 1140px) {
  .p-price__inner {
    padding: 40px 10px 60px;
  }
}
.p-price__heading {
  position: relative;
  text-align: center;
  padding: 20px 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4274a3), color-stop(50%, #5a8cb6));
  background-image: linear-gradient(90deg, #4274a3, #5a8cb6 50%);
}
@media screen and (min-width: 769px) {
  .p-price__heading {
    padding: 40px 0px;
  }
}
.p-price__heading::after {
  position: absolute;
  top: 100%;
  left: 44%;
  content: "";
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 20px solid #5a8cb6;
}
@media screen and (min-width: 769px) {
  .p-price__heading::after {
    left: 47%;
  }
}
.p-price__heading h2 {
  max-width: 140px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-price__heading h2 {
    max-width: 160px;
  }
}
.p-price__table {
  width: 100%;
  margin-bottom: 40px;
}
.p-price__table table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #c5c5c5;
}
.p-price__table table th {
  padding: 10px;
  background: #4274A3;
  color: #fff;
  border: 1px solid #c5c5c5;
}
.p-price__table table td {
  padding: 10px 10px;
  background: #fff;
  border: 1px solid #c5c5c5;
}
.p-price__card-wrapper {
  padding: 0 10px;
}
.p-price__card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-price__card h3 {
  font-weight: normal;
  margin-bottom: 24px;
  border-left: 6px solid #4274A3;
  padding-left: 0.6rem;
  line-height: 1.5;
}
.p-price__card p {
  line-height: 1.5;
}
.p-price__card p span {
  font-size: 0.8rem;
}
.p-price__card .maru1 {
  background-image: url(../img/price/maru1.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  margin-bottom: 10px;
}
.p-price__card .maru1 p {
  padding-left: 2rem;
}
.p-price__card .maru2 {
  background-image: url(../img/price/maru2.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  margin-bottom: 10px;
}
.p-price__card .maru2 p {
  padding-left: 2rem;
}

.bg-arrow {
  position: relative;
  margin: 80px 0 160px;
  margin: 80px 0 0;
  padding: 7vw 10px 0 10px;
  background: #fbd52a;
  background-size: 100%;
}

.bg-arrow > div {
  position: relative;
  z-index: 2;
  min-height: 500px;
}

.bg-arrow:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  border-style: solid;
}

.bg-arrow:before {
  top: 0;
  border-color: #f8f8f8 transparent transparent;
  border-width: 5vw 50vw 0;
}

.p-features {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddf3fc), to(#ffffff));
  background-image: linear-gradient(#ddf3fc, #ffffff);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-features {
    padding: 0;
  }
}
.p-features__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-features__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-features__desc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 70px 40px;
}
@media screen and (max-width: 768px) {
  .p-features__desc {
    padding: 30px 10px;
    margin: 10px;
  }
}
.p-features__heading {
  margin-bottom: 30px;
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-features__heading {
    padding: 0 20px;
  }
}
.p-features__body {
  margin-bottom: 30px;
}
.p-features__come {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 40px;
}
.p-features__come::after {
  position: absolute;
  top: 100%;
  left: 44%;
  content: "";
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 20px solid #fff;
}
@media screen and (min-width: 769px) {
  .p-features__come::after {
    left: 47%;
  }
}
.p-features__come img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.p-features__come p {
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .p-features__come p {
    font-size: 18px;
  }
}
.p-features__come span {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #DEF1FD));
  background: linear-gradient(transparent 40%, #DEF1FD 0%);
}
.p-features__contents img {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-features__contents img {
    max-width: 350px;
  }
}
.p-features__contents span {
  color: #0061B0;
  font-weight: bold;
}

/* ヘッダ */
header {
  font-family: "Montserrat", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
header a {
  color: #fff;
}
header a .tel-link {
  color: #333;
  text-decoration: none;
}

/* ------------------------------------------------- 
Gナビ（pc）
------------------------------------------------- */
.inner {
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inner::after {
  content: "";
  clear: both;
  display: block;
}

.inline {
  text-align: center;
}
.inline li {
  display: inline;
}

/* header */
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  z-index: 999;
}
#top-head a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 3px;
}
#top-head:hover {
  text-decoration: none;
}

.nbtn {
  font-weight: 400;
}

#top-head .inner {
  position: relative;
}
#top-head .logo {
  float: left;
  background: #fff;
  padding: 10px;
  padding: 20px;
}
#top-head .logo img {
  max-width: 220px;
}

#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  top: 20%;
  /* いる？ */
  font-size: 14.6px;
  text-align: center;
  padding: 10px 30px;
}
#global-nav ul li {
  display: inline;
  padding: 0 40px;
  font-weight: bold;
}
#global-nav ul li a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  bottom: -5px;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#global-nav ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#global-nav .btn--radius::after {
  display: none;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 2000;
}

#top-head.fixed .logo {
  font-size: 24px;
  color: #333;
}

/* ------------------------------------------------- 
スマホでのドロワーメニュー 
------------------------------------------------- */
@media (max-width: 930px) {
  #top-head.fixed {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: none;
  }
  .wrapper {
    height: 100%;
    overflow-x: hidden;
    position: relative;
  }
  #top-head {
    line-height: 1;
  }
  #top-head .logo {
    background: #fff;
    padding: 10px;
  }
  #top-head .logo img {
    max-width: 160px;
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .menu-trigger {
    display: inline-block;
    width: 28px;
    height: 24px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 14px;
    right: 18px;
    z-index: 100;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .menu-trigger.active {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  .menu-trigger span {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .menu-trigger.active span {
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }
  .g-nav {
    width: 300px;
    height: 100%;
    padding-top: 100px;
    background-color: rgba(226, 226, 226, 0.98);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    -webkit-transform: translate(350px);
    transform: translate(350px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .g-nav.open {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .g-nav li {
    color: #fff;
    color: #000;
    font-size: 1rem;
    font-weight: normal;
    padding: 16px 20px;
  }
  .g-nav li.last {
    border-bottom: none;
  }
  .g-nav li a:link,
  .g-nav li a:visited,
  .g-nav li a:hover {
    color: #fff;
    color: #000;
    text-decoration: none;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .g-nav ul {
    list-style: none;
  }
  /* スマホのみ適応 */
  .firsttext {
    padding: 30px 20px;
  }
}
/*==========================================
メニューの切替（画像ボタンからアコーディオンへ切替）768
===========================================*/
@media screen and (max-width: 930px) {
  .SPnoneNav {
    display: none;
  }
}
@media screen and (min-width: 930px) {
  .PCnoneNav {
    display: none;
  }
}
.u-sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-only {
    display: block;
  }
}